Jump to content

GodReukra
 Share

Recommended Posts

6 hours ago, MonkeySAN said:

1.5 - Real value will converted then just new search

I never created any 1.5 section 😂

But its fine to me, you explain GG things better than me lol

On 5/9/2022 at 5:29 PM, zam535582 said:

can anybody see this video..?

in Chrome..the video seem unwatchable.

same, looks like chrome does not support this player... 

Edited by FloatKey
Link to comment
Share on other sites

12 hours ago, MonkeySAN said:

hmm...found something interesting.

I tried to reproduce on my own game i found something VERY interesting too ! 

Just edit the first dword "1" value you find to dword "3" will drop the item cost to free, no need to look for float value at the end, edit the first dword to "2" and the item will cost gems. As you can see on the second picture, i can even set a discount on a free item 😆

If you lock the material ammount value, you can [buy > close shop > open shop > buy] items a indefinitely for free.

After being bought, the item ammount value turn to "105 354" (basically 66535 without xor encoding, this value is the word maximum range value). Edit this one to any available value will make the item came back in the shop, this is why lock the item value will let item in the shop.

 

spacer.png

spacer.png

Edited by FloatKey
Link to comment
Share on other sites

6 minutes ago, MonkeySAN said:

but will it change to another item once we purchased it?

As you said, only if coins/gems are spended, maybe there is another value close to the ammount which could give the displayed item...

Edited by FloatKey
Link to comment
Share on other sites

there are values to change it to another item but that change everytime upon restart and it way too random.

i still cant figure it.

im believe its the values above item quantity value if im not mistaken.

some pretty big values..sometime in negative too.

Edited by MonkeySAN
Link to comment
Share on other sites

If you bought the season pass (for diamonds), you can get free new items in the shop instead of looking ads, it could be a fine alternative.

Edit to be more clear :  There is a button to renew offer by watching an ad in the top of the shop menu, if the season pass is enabled, this button works for free without looking any ads.

Edited by FloatKey
Link to comment
Share on other sites

Found the repair gauge value

256W;2400F::29

Freeze the float one

Just wondering, have anyone knows how to freeze recruit's health? Cause I can't find it the way i did to repair gauge

Screenshot_2022-05-14-17-03-57-526_com.featherweightgames.fx.png

Link to comment
Share on other sites

goto the address of that you found one and look at the value(Dword) above and below it.

you will see a patern.

then scroll up or down to see if there is any others similar or close to it.

someone gave me that script and i was told not to share it.

so i cant tell the exact codes.

sorry.

Edited by MonkeySAN
Link to comment
Share on other sites

IMG_20220519_063521.thumb.jpg.1be13086824e4306f4cba948e6278a65.jpg

IMG_20220519_063547.thumb.jpg.da66d803e81ae351b07087182dfb4676.jpg

those are the codes for Physical Resistance Booster.

Float value is the one needed to change in order to get high percentage.

see how small that value is..it less than 1

exactly 0.05999999866 = 6 in the game.

see that Dword values above and below it.

1006 and 1 can be mean its the ID for that booster.

scroll down or up and you will see almost the same pattern like that.

Dword(big in thousand);

Float(slightly less or more than 1);

Dword(small maybe less then 10)

Edited by zam535582
Link to comment
Share on other sites

5 minutes ago, zam535582 said:

IMG_20220519_063521.thumb.jpg.1be13086824e4306f4cba948e6278a65.jpg

IMG_20220519_063547.thumb.jpg.da66d803e81ae351b07087182dfb4676.jpg

those are the codes for Physical Resistance Booster.

Float value is the one needed to change in order to get high percentage.

see how small that value is..it less than 1

exactly 0.05999999866 = 6 in the game.

see that Dword values above and below it.

1006 and 1 can be mean its the ID for that booster.

scroll down or up and you will see almost the same pattern like that.

Dword(big in thousand);

Float(slightly less or more than 1);

Dword(small maybe less then 10)

yup...

cant imagined how that someone found that Float value to begin with.

less than 1..results could be hundred of thousand..if not millions.

Link to comment
Share on other sites

Hmm anyways tried it out and here's what if found i guess.


Search in Dword:
<Booster Code>;7;0;0;0;0 
Check Ordered, then Filter out >7 so you just see the booster code values. Then just look at the pattern

Ex: Energy Resist Epic (15%) 
1. Search 1007;7;0;0;0;0 ordered
2. Look at each 1007 value and go to address and check for the pattern of data.

Pattern:
1007 (D-word Value of Booster Code)
D-Word value ; Float Value = .15xxxxxxxx
7
0
0
0
0

3. Change Float Value 0.15 to 1 to have 100% energy resist.

Notes:
MS reduce code of corrupted brawler dodge is 1001 aswell
Dmg reduce code of corrupted power gen is 2000 
Bot & Botpack Dmg have similar code
Basically Dmg-related boosters are coded as 2000, same goes for other categories
I didn't manage to find the code for range part since i stopped early and was lazy to sort thru.

Booster Codes:
HP = 1000
MS = 1001
Dodge = 1003
Phys Res = 1006
Energy Res = 1007
Stun Res = 1008
Dmg= 2000
Ult CD = 2001
Stun = 2003
Area = 2004
Ult Charge = 2005
Crit = 2006
Lifesteal = 2015
Power Start = 4000
Power Gen = 4001
Power Recycle = 4002


Also another way you can search i guess is 7;0;0;0;0 ordered then just filter it out till you find the pattern of values. You can just filter the address values if you already know some of the addresses of the boosters.

Anyways when i done that here's the Order of Boosters Code Values i found.
Rarity: 1 = Normal | 2 = Special | 3 = Rare | 4 = Epic

Crit (2)
Ult CD (1)
Bot Stun (1)
Phys Res (1)
MS (1)
Power Start (1)
HP (1)
Bot Dmg (1)
Botpack Area (4)
Phys Res (4)
MS (4)
Power Start (4)
Power Recycle (4)
Energy Resist (4)
C.Power Gen - Dmg Part (4)
C.Power Gen - Gen Part (4)
Power Gen (4)
Dodge (4)
C.Brawler Dodge - MS Part (4)
HP (4)
Bot Dmg (4)
Crit (4)
Ult CD (3)
Stun Res (3)
Bot Stun (3)
Botpack Stun (3)
Botpack Effect Area (3)
Power Start (3)
Dodge (3)
HP (3)
Bot Dmg (3)
<Dunno what booster is this>
Ult Charge (2)
Botpack Dmg (2)
LifeSteal (2)
Power Recycle (2)
I stopped looking at the code after power recycle special haha.

Edited by EzioAuditore
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.