Search results

  1. Solved ByNameModding and KittyMemory conflict

    Hello, I bypassed the anti-cheat in one game and I had a problem using ByNameModding and KittyMemory. If I myself write the address to the start method, and make a patch through the PATCH method, then everything works perfectly and I bypass the anti-cheat, but if I look for the Start method...
  2. Help! ImGUI menu not showing in game

    Hi all! I'm interested to know why the ImGUI menu might not show up in some games while showing up in others. I wanted to make a mod for Russian Car Drift. But I noticed one thing ... The fact that my ImGUI menu in this game is not displayed on the phone, the menu is shown in emulators and...
  3. Source Change by address in lua | Game Guardian

    Hello everyone! I noticed that many still have the question of how to change hex at a certain address in lib through the lua script in Game Guardian. I don't know if anyone has a really working code on this forum, but everything that I checked did not give any result, that's why I decided to...
  4. Help! APK Mod Protection

    Hello! I really want to hack "Motor Depot" in which they introduced a new protection against changing the APK. I searched smali and found signature verification and license verification. The application does not respond when changed or was stopped, that's what I see when I try to modify the APK...
  5. Outdated BLOCKFIELD - Ver. 0.9821 MOD Menu APK | TeleKill | God Mode | WallHack

    Playstore Link: https://play.google.com/store/apps/details?id=com.gameoverflow.Blockfield Game Name: BLOCKFIELD Game Version: 0.9821 Needs OBB: Yes Needs Root: No *MOD Features* 1. Anti-Ban Device/UnBan Device - Enable as soon as the game is started. 2. Delete Sky. 3. Time Scale - game...
  6. Solved Chams doesn't work

    Hi, I wanted to ask, does anyone have this source working? https://github.com/Oifox/Standoff2-Chams Am I not using it correctly? Compilation without errors.
  7. Help! SAMP Android (online) | Offset's

    Hello, please, please, who knows some information on how I can implement at least one function in a game like samp online (android). I know that I have to use IDA PRO, in terms of source code I use LGL ModMenu, I understand unity games, since I worked on them for 3 years, but with samp it...
  8. Solved error: undefined reference to 'MSFindSymbol'

    Hi, no where can I find help on using MSFindSymbol. I am using this code: int getMoney () { return 999; } MSHookFunction ((MSFindSymbol (NULL, "_Test")), (void *) getMoney, NULL); I use this hook code: LGLTeam/Android-Mod-Menu throws an error about the wrong link to MSFindSymbol...