View previous topic :: View next topic |
Author |
Message |
sujinj523 How do I cheat?
Reputation: 0
Joined: 16 Oct 2012 Posts: 3
|
Posted: Wed May 14, 2014 2:17 am Post subject: Value reverting |
|
|
So I'm trying to hack Oregon Trail II (5th edition). I found the address for the money using double. It comes out right away and there's only one address. I tried the "all" type as well and it's still the same address so I'm sure that's the right one. The problem is, when I change the value and buy something, it always goes back to the original value. What am I supposed to do?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
|
Posted: Wed May 14, 2014 3:27 am Post subject: |
|
|
Assuming it isn't an online game (if it is give up) then perhaps you only found a temporary display variable that is only used for the display rendering, but isn't the actual value.
Try unknown initial value and then changed/unchanged to find it. (It's possible it's encrypted or uses a type not supported by default by ce like the 'currency' type)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
sujinj523 How do I cheat?
Reputation: 0
Joined: 16 Oct 2012 Posts: 3
|
Posted: Wed May 14, 2014 8:30 am Post subject: |
|
|
Ok so I got a different value this time when I tried the unknown initial value thing. I got a 8-byte value of 14144645860687872 for $432.00. Then I got 14144616869658624 for $324.00 The value changes now when I change the number but I'm getting weird numbers. How do I put in a number I want in the 8-byte form?? For example what if I want $9999.99?
Last edited by sujinj523 on Wed May 14, 2014 9:20 am; edited 1 time in total |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
|
Posted: Wed May 14, 2014 9:11 am Post subject: |
|
|
Experiment with it. See if freezing has ANY affect on the value
In this case, it's just a "double" containing the value 432(address-2), so most likely it's the same address you found before
Make sure you have no internet connection when buying things
--
Take the address you have, and decrease it with 2
Then change the value type to double
Then you can change it to whatever you wish
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
|