Search results

  1. Solved How to hook Static int

    Thanks Very Helpful now its working fine
  2. Solved what to do if there is no update function in the class

    You need find Like this If there is A Class Money Then you find this GetGold GetGold This is no type so you have to search GetGold Till you see A Field Then You Can use The Update in the Class that Don't Have Update
  3. Help! Help with hook - *MOD MENU lgl 2.9*

    You need A Offset Tester To test It if will work or not then find other Offset
  4. Solved How to hook Static int

    I mistake Putting code At old gold and gold it should be Upgrade but still Doesn't work
  5. Solved How to hook Static int

    When I test The offset Tester in Patch Offset it Work Very well but when I use this hooking it doesn't work: bool isUpgrade = false int (*old_Gold)(void *instance); int gold(void *instance) { if (instance != NULL) { if (isUpgrade) { return 0; } } return old_Gold(instance); }...
  6. Help! Help Spawn Items in Granny

    //Help Fix How to Make Spawn item like this and Spinner with Clickbutton struct GrannyItemPointers{ //class PickUp void* newAvbitare; //Cutting Pliers void* newHammare; // Hammer void* newvas; //Vase (Black) void* newvas2; //Vase (Blue) void* newsafeKey; //Safekey void* newexitKey; //Master Key...
  7. Help! How to Hook Multiple Void With Update Offset

    I removed it but when I active it, It crash my game but in offset tester it Work really well
  8. Help! How to Hook Multiple Void With Update Offset

    bool isSarimanok = false; bool isGoku = false; bool isUnlocked = false; void (*unlock)(void *instance, bool value); void (*old_Unlocked)(void *instance); void unlocked(void *instance) { if (instance != NULL) { if (isSarimanok) { unlock(instance, true); // Int...
  9. Help! getting 0 health instead of infinite....

    USE THIS HEX 01 02 A0 E3 1E FF 2F E1
  10. Help! How Do I Put 3.2 Mod Menu In Game Without adrt it show like this

    I'm just New At Making Mod Menu And I need to learn how to hack first at Simple game
  11. Help! How Do I Put 3.2 Mod Menu In Game Without adrt it show like this

    Hidden content I will send the cpp Instead is that ok?
  12. Help! How Do I Put 3.2 Mod Menu In Game Without adrt it show like this

    I'm wondering why only the first hack worked for me, then the others, even though the code was the same, the other hack still didn't work
  13. Help! How Do I Put 3.2 Mod Menu In Game Without adrt it show like this

    Yeah I Test it with Offset Tester And it work But the only first hack only work
  14. Help! How Do I Put 3.2 Mod Menu In Game Without adrt it show like this

    IN YOUTUBE TUTORIAL IT HAS com And adrt but mine is show like this
  15. Solved "Help with hook, please."

    You have to find the Attack Of Player Not Enemy Like in Dump.cs //PlayerStats
  16. Help! How To Fix When I Open Modded Game It Will crash?

    Reply me If it's not available. I will do in PC
  17. Help! How To Fix When I Open Modded Game It Will crash?

    How Can I Do it In Mobile? Is it Available on mobile?