Open Request Eldrum: Red Tide - Text RPG

Irh23uMCJFbLRvvWTwsvdRtnOE9XkvbiY4UdW1myOQM3U=s280.png


Game Name: Eldrum: Red Tide - Text RPG

Google Play Store Link:

APK Link:

Cheat Requested:
  • Unlocked full Game.
  • Unlimited gold
  • Experience multiplier
Have you tried any cheat engines?:
No -> I don't know how
 
Last edited by a moderator:
Upvote 0
Eldrum: Red Tide - Text RPG v1.15.1

while i do understand about converting decimal to binary,shifting to the left with 011 and vice versa,

i found it tiresome to do it every single time.

there is a much easier way to find and edit those values by using this formula :

= (value x 8) + 4

for example if your Gold is 50.
the real value will be :

= (50 x 8) + 4
= 400 + 4
= 404

from here, if the Gold increase by 1 = 51

= (51 x 8) + 4
= 408 + 4
= 412

you can see from initial value, +1 increased will be +8 in the real value.

using that we can find the real value, if Gold is 60, an increased of 10 from the initial value 50.

= 404 + (10 x 8)
= 404 + 80
= 484

using formula :
= (60 x 8) + 4
= 480 + 4
= 484
 

Similar threads

Back
Top Bottom