Recent content by NullCoder

  1. Help! Help hook class

    As I understand it, you want to get a class object to call any methods or use variables in it. I advise you to intercept any called method in the class and receive the first argument, which will be a pointer to the class object itself. This is a pointer to the class object itself, with the...
  2. 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...
  3. Help! ImGUI menu not showing in game

    Thank you for the answer!
  4. Help! How to make key system

    I can’t say for sure, but in C++ there is a cpr library that works with HTTP requests, with the help of them we can send a key and get a response whether it is still valid.
  5. 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...
  6. Solved How to find name Shader?

    LogShaders() - I just exist.
  7. Help! How covert from .xapk to .apk?

    In AndroidManifest.xml look for split and switch it to false
  8. Help! HOW TO FIX BUTTON CRASH

    I do not advise you to call something like that. Such a call is not good, it's better to create a bool that you will switch to true.
  9. Help! How to bypass the protection of the pairip verification?

    I disabled all these protections, does not help.
  10. Source Change by address in lua | Game Guardian

    Most likely, google translator does not translate correctly, I myself am from Russia and the translator most likely translates incorrectly, because your answers sound a little silly.
  11. Source Change by address in lua | Game Guardian

    I'm not saying that it's not possible, it's just that when I looked for ready-made luas on this topic, everyone gave errors. I was just too lazy to spend time writing a script
  12. 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...
  13. Solved Get offset field

    https://gameguardian.net/forum/topic/34044-class-name-and-field-offset-searcher/
  14. Help! how do you do this charms

    https://github.com/Oifox/Standoff2-Chams
  15. Help! Does anyone know how to do esp? And what is the easiest type of esp to do?

    ESP??? You recently asked how to capture several functions in one address...