Are you looking for addresses or offsets? address being the location of the in memory of the code, or offset being location from register where values or strings are being called.
September 30, 2016 5:20 pm
September 30, 2016 5:22 pm
Either way, use Cyb3r's methods. You need Debugger and Target Manager, once you find the function that changes the value, look through the function for the offsets it's using. That will help you with changing load and store functions.
October 3, 2016 11:01 am
And how do I find them with the debugger?
October 3, 2016 7:57 pm
And how do I find them with the debugger?
You don't find the addresses using Debugger, for that you would use NetCheat 🙂
Use NetCheat to find your value, I.E. Health or Ammo, anything with some sort of numerical value you can search for. Then you use ProDG (The Debugger) to set a breakpoint and continue following Cyb3r's instructions.
October 5, 2016 11:34 am
Still not getting it, what if i dont find addresses with netcheat?