You are a legend, I was only able to narrow it down to 17 addresses but by freezing each value one by one I was able to figure out which ones didn't change upon increase. You earned my sub.
@q7b663Ай бұрын
did you make (or are you planning on making) a video about finding decrypted/encrypted values? i'm having a tough time with this issue
@crazydescentАй бұрын
Don't have experience with encryption+cheatengine, which game? You could try asking on forum.cheatengine.org/
@TheManagerTMАй бұрын
thank you, very clear and helpful!
@winterstronghold21976 күн бұрын
What does it mean if the value I change keeps reverting back even after I lock it? I am trying to change how much money I have on a game, and most currencies on the game work except for the premium currency which seems to be protected somehow, I tried looking at what writes/accesses to the address but still no luck and I do different scans, 2 byte, 4 byte, and I change the alignment and I keep getting the same address/value that just reverts back after I change it.
@crazydescent6 күн бұрын
@@winterstronghold2197 could be a value being loaded from a server in case of online/multiplayer game, or a value that's actually a pointer to other address that keeps being reloaded to other addresses.
@winterstronghold21976 күн бұрын
@@crazydescent How do you work with pointer addresses? This is def not online/server sided,
@crazydescent6 күн бұрын
@@winterstronghold2197 check out the tutorial in Cheat Engine menu
@winterstronghold21974 күн бұрын
@@crazydescent In the 2nd case, how would I work around it? I know the first scenario can't be worked around but if its a pointer. Is there a video you would recommend on how to work with pointer addresses?
@Maedness.2 ай бұрын
that was a wonderful video. thank you!
@WhoLivesInAPineappleUnderTheCАй бұрын
is cheat engine able to change the difficulty of maps? like i have in my game a map with 6 out of 8 stars and i want to make it 8 out of 8
@crazydescentАй бұрын
Probably not..I assume the stars are generated or hand-made based on the map difficulty. Just changing the stars won't change the map
@משהזינזח-ת5ט3 ай бұрын
amazing. ty!
@netriumedits7083Ай бұрын
Hey is there anyway i can contact you ?
@hokuspokus65202 ай бұрын
love ya dawg
@Scythemlbb4043 ай бұрын
wow ty bro ily
@iDontWannaDieIniraqАй бұрын
Thank you sir, I'm having trouble finding a diamonds value in the main menu of mission select you know like the mission reward is 50 diamond so i wanna change it to something big, and advice of finding this type of values?
@crazydescentАй бұрын
Which game?
@iDontWannaDieIniraqАй бұрын
@@crazydescent bounty rush
@crazydescentАй бұрын
Multiplayer game right? Values are probably stored/handled on server and not locally
@iDontWannaDieIniraqАй бұрын
@@crazydescent Game name bounty rush I'm 100% sure the value is not server sided the problem is i can't find it because this type of value can't be changed its static number like 50
@crazydescentАй бұрын
Well you could scan the total of diamonds you have, and every time you get 50, you can check for the new value. Then you can change your total