Counter-Strike: Source has started to make their memory addresses for commands like sv_cheats 1 dynamic. Not sure when this happened but they made it so codes like
will no longer work. How can I pin the address down, I know you can use WriteProcessMemory / pointers but I do not know how. engine.dll+5A3B10 is the static address.
what are you using to find the values?
I heard you can found some tutorials about vb6 game hacking in cheat engine site.
Take a look, if you solved tell us.