This is the AMP version of this page.
If you want to load the real page instead, click this text.

Solved Mod Menu

Status
Not open for further replies.
Hi, I hate to post this in a nearly year old post but I wanted to ask a question regarding mod apps and their respective menus. I can't seem to post in this forum for some reason :( Anyway, I noticed that my mod menu's from all games seem to disappear when ever I minimize the app to check something online or a text message. I usually have to turn off the app fully and then reopen it for the menu to appear again. Is this normal or is there a solution to fix this without having to close the app and restart it? Thank you! Sorry once again for posting here. It's the closest Heading/Title that matched my concern >.<
 
Please help me, how can I add money through void?

C++:
// RVA: 0x586C30 Offset: 0x586C30 VA: 0x586C30
    public void ShowDiamonds(int _amount) { }
I tried several options, didn't work
You use a function pointer.
I didn't put it in the main.cpp or tell you where to put it so you actually learn something

C++:
void (*ShowDiamonds)(int *diamonds);
/****************/
ShowDiamonds = (void (*)(int *))getRealOffset(0x000000);
/****************/
ShowDiamonds(999999999);
//if it doesnt work still its cus the function doesnt work
 
Error:
NDK: use of undeclared identifier 'getRealOffset'
 
Status
Not open for further replies.