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. 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...
  14. Help! 2 Fields with same update code doesn't work in my mod menu

    I didn’t know that you were so stupid not to guess before, I just didn’t pay attention to the addresses then, that they are different for you. I thought you wanted to use the same address.
  15. Help! 2 Fields with same update code doesn't work in my mod menu

    One address cannot be hooked twice, and indeed ... For example, one variable field cannot be divided into two during the game and work differently.
Back
Top Bottom