Finding Addresses

Posts 110 of 10 · Page 1 of 1
Finding Addresses
Well I dont know if this goes into C++ but im gonna try, tell me if im wrong.

First, does addies mean address?
Well, if it does how do I find addies in any game or program?

Well for the simple games like Minesweeper I can do it, and I can also find addresses for Notepad and detour the functions but how can I do it for more complex games or programs, like Crossfire, Combat Arms, and stuff like that?

I use IDA Pro, I have Ollydbg but I dont use it.
Use Cheat Engine or A Cheat Engine Alternative like MHS ect..
Wont Crossfire detect Cheat Engine or something?
Quote Originally Posted by aanthonyz View Post
Wont Crossfire detect Cheat Engine or something?
Theres way / methods to make MHS undetected but idk bout cheat engine...
Your best bet is MHS
Ok now what is MHS. Write the whole word out. Please?
Memory Hacking Software
Thank you alot. I didnt just say it I pressed the BUTTON!
True i still use Cheat Engine for adress searching.. (for warrock) now i just use a very old version wich didn't kick me out of the game lately also MHS is more reliable!

love it
Use Tsearch or CheatEngine

click first scan for the number u would like to modfiy in the game
then go back to the game and play get some more point or lose point.
Then click second scan u should come up with 1 or 2 value click on both of them and get the address

then add them to ur source code. This for noob who just starting.


WriteProcessMemory(hProc,(void*)address go here,&memory,(DWORD)sizeof(memory),NULL);
Quote Originally Posted by bkbatman View Post
Use Tsearch or CheatEngine

click first scan for the number u would like to modfiy in the game
then go back to the game and play get some more point or lose point.
Then click second scan u should come up with 1 or 2 value click on both of them and get the address

then add them to ur source code. This for noob who just starting.


WriteProcessMemory(hProc,(void*)address go here,&memory,(DWORD)sizeof(memory),NULL);

Thanks I, but I was actually looking for addresses so I can hook functions.
Like in minesweeper, so I can pause the game and stuff like that.
Posts 110 of 10 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?