Search results

  1. Help! How to fix stuck in game after enabled ESP

    is there someone willing to share sample esp projects for 32 and 64 bit?
  2. Help! How to fix stuck in game after enabled ESP

    I have checked the offset of transform, postion, worldtoscreen, camera nothing is wrong, but for the getplayerhealth I used the offset field, I have previously modified the getplayerhealth code along with isalive and isdead, but in the ESP game it doesn't appear and the rest of my last...
  3. Help! How to fix stuck in game after enabled ESP

    I have a problem activating ESP, it's stuck when activating it in the game, can someone help me check what's wrong? (I was using nepmod esp project) I also put the update hook under #if defined (aarch64) because my game is 64 bit I copied all the esp files from nepmod project to my project...
  4. Tutorial Make Esp For Unity Games, C++

    is there a way to do esp project in 64bit games?
  5. Tutorial Make Esp For Unity Games, C++

    My game stuck after enabling esp. I put update hook (A64hookfunction) in #if defined(__aarch64__) because my game is 64bit