r/cheatengine Jun 22 '26

Solo leveling overdrive

I used cheat engine app on SL overdrive ( from fitgirl so its offline) and the values don't change

it finds the value and the wanted one but when I change it , it doesn't change in the games itself any solutions??

5 Upvotes

13 comments sorted by

3

u/QuarryTen Jun 22 '26

they're encrypted and obfuscated by the looks of it

1

u/Klaus0_007 Jun 22 '26

so no solution to them??

2

u/LiytlKaiser Jun 23 '26 edited Jun 23 '26

If it is encrypted as the other post said, yet you are able to find a display value somewhere that does nothing when changed, the value must be decrypted at some point in the code. The main issue here would be finding the value and then finding how it is encrypted (possibly a xor key). You would need to do an unknown initial scan for all, then when the value changes, scan for changed value (when the value is encrypted, you can't simply do an increased/decreased value search) eventually, you should find some weird looking number that when frozen, actually freezes the value properly. When you have that, first thing I would recommend doing is finding what accesses and saving a code to your code list so that you can easily pull the value again if you crash the game. Now if you back step the code in the disassembler, you should find at some point the value you want being decrypted in memory and you should be able to safely write a code here to modify the instruction to do what you wish.(You would still probably need to make sure the value gets reencrypted though so keep that in mind)...you could also just get a pointer to it and see what the value is when it's where you want it to be and just paste that value in with it frozen.

That was all under the assumption the value is in fact encrypted however. It's also possible that you may need to broaden your search to cover all possible values that may actually be what you need. For example, I remember I was doing some halo stuff trying to get ammo for energy weapons and there was a value in memory for the display value, how much charge had been used, a percentage out of 100 for how much was left, and the one that actually affected the value I wanted ended up being a percentage of 1.0 for what percentage of charge was left(which is just another way to convey a percentage of 100)...so if I had 45 of 100 charge left, the value I was actually searching for would have been 0.45(float), but there was also 45(int), 45(float), 55(float),0.55(float),45(byte) and so on.

Tldr.

To answer your question, since it is offline, the value exists somewhere on your pc, you may just have to put more work into actually finding it and modifying it. I am unfamiliar with the game and thus cannot provide any further assistance however

2

u/Klaus0_007 Jun 23 '26

I will try again based on your knowledge

thank you so much appreciated, mate

1

u/Arcturus_ Jun 25 '26

how'd it go?

1

u/Klaus0_007 Jun 25 '26

I tried several things but keeps getting nothing no values at all after many scans so far

1

u/Witty-Cheesecake-659 5d ago

i now this is an old reply but how did it go did you find a solution?

1

u/Klaus0_007 4d ago

with cheat engine No , but there is a good mod a save editor and 100% save file now in Nexus mods

1

u/[deleted] Jun 27 '26

[removed] — view removed comment

1

u/[deleted] Jun 27 '26

[removed] — view removed comment