TomatenWurst Posted April 30, 2018 Share Posted April 30, 2018 Hey I recently started with c++. My problem is: I dont understand how i get the base address to a value i want to change.? I want to use ReadProcessMemory((...), (LPCVOID)ADDRESS, (...), (...), (...)) I created a pointer list with cheat engine but i dont understand how i can "see" the base address and which one is the correct pointer. https://ibb.co/hEUS4H So.. what do i have to write for "ADDRESS"? Hope u can help me, thanks Link to comment Share on other sites More sharing options...
Juarez Posted April 30, 2018 Share Posted April 30, 2018 (edited) Best way: use an IDA Pro and VirtualProtect with c++, be careful because GTA V have anti-debugger and you'll propably crash after few minutes of playing. Edit1: Because GTA V is encrypted and obfuscated you'll need to dump the process before starting within IDA Pro. To do this you'll need a process dumper for example: Scylla 0.9.7c Edited April 30, 2018 by juarez Bob_74 and jedijosh920 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now