Getting base address w/o cheatengine?
So I recently been learning how to make hacks, but I am wondering, if cheat engine is the main source for finding base address, what do you use if a multiplayer game prevent you from running it?
Your user account may not have sufficient privileges to access this page.
You can get the module base of the module you want, if it is the main loaded module you can simply call GetModuleBase(NULL) WINAPI function.