Search results

  1. Tutorial [iOS] Using LLDB w/ Watchpoints and a memory editor to find and test offsets! [No IDA]

    @TheArmKing Great tutorial ! I have a question, for example this ARM64 instruction after you changed the ADD to MOV: 0x10471e1c0 <+212>: mov x27, #0xffffff Here, what is '+212' and what does it mean? Does it mean that the instruction is at function offset + 0x212 ?? //POC float SubstractMoney()...
  2. Tutorial DevX Mega Guide (OBB & Bundle Modding + More)

    the curent with the crack 1.09 (DevX 10.06) support wich latest version of Unity ?
  3. Tutorial Manually dump il2cpp on iOS games

    what if CodeRegistration dont show up ?
  4. Help! Non-Jailbroken cheat crashing

    So, basically i need to replace the HOOK part with this : pthread_t scoreThread; pthread_create(&scoreThread, NULL, modifyScore, NULL);
  5. Help! Non-Jailbroken cheat crashing

    Thanks, i will check it out !
  6. Help! Non-Jailbroken cheat crashing

    Its basic hooking void (*old_hitbox)(void* player, void* vec); void new_hitbox(void* player, void* vec){ if([switches isSwitchOn:@"Head Hit"]) { (*(Vector3 *)((uint64_t)vec + 0x24)).x += 9999.0f; } old_hitbox(player, config); } setup() { HOOK(0x1234567, new_hitbox, old_hitbox); }
  7. Help! Non-Jailbroken cheat crashing

    Hello, i've made some searching around google to make a non jailbroken ipa cheat and manage to make one, and it works but only with offset pathing but when hooking the player class to get its health, it's crashing... (working on jailbroken phone) i saw on youtube and on modding website some...
  8. Help! Line on X axis is correct but not on Y axis (ESP)

    Mhhh... im still facing that issue... the X axis doesn't work too. If i do : Position.z > 0, it draw behind the players 🤔
  9. Help! Line on X axis is correct but not on Y axis (ESP)

    Hello, Im trying to make an ESP on iOS, but im facing the issue that the Y axis is not drawing good... I have check this, and tried the suggestion but it didn't work Link To Topic Here is the code (Only useful stuff, i have deleted all the rest): Vector3 PlayerPos = GetPlayerLocation(Player)...
  10. Solved Esp crash when join into battle

    give me yours, i have both
  11. Solved Esp crash when join into battle

    it crash when your update player is called (when player in game) so it might be : - if crashing before enable ESP option : - bad offsets - player hook isn't good - crashing on enable ESP : - drawing is bad - w2s_injected is wrong if you have check...
  12. Dump Standoff 2 C# Source Code

    cool
  13. Tutorial Hooking Tutorial/Template For Ted's Menu Template

    Okay nice have understand, thanksn for the tut
  14. Tutorial Hooking Tutorial/Template For Ted's Menu Template

    And to hook fields, for this i need update offset right ?
  15. Tutorial How to view iOS app contents on Apple M1/M2 computer

    hum... is there any way to decrypt iOS binary (non unity) on mac or win ?
  16. Tutorial Hooking Tutorial/Template For Ted's Menu Template

    when you mean "FunctionOffset", you mean the private void Update() offset right ?
  17. Tutorial Basic Hooking Tutorial

    Do you know any Live Hooking Patcher ? like offset patcher (ios) or i need to compile each time ?
  18. Tutorial Basic Hooking Tutorial

    So instead of the "private void Update()" offset in the HOOK part, i replace it with the LateUpdate one ? (example)
  19. Tutorial Basic Hooking Tutorial

    @Tiuu Hey, Is it possible to Hook a class without any Update function ? For ex: private void Start() public void OnUpdate() private void LateUpdate() private void FiedUpdate() ... or even without any ? Thanks
  20. Tutorial [iOS] Using LLDB w/ Watchpoints and a memory editor to find and test offsets! [No IDA]

    yep my device is constantly charging when USB ssh. i think it’s probably my device RAM then but... 2GB should be more then enough.
  21. Help! Cheat engine on rooted Emulator ?

    this is what i did, i wasn't going to rename an .exe to .apk :pepe001: but all features of CE worked properly ?
  22. Tutorial [iOS] Using LLDB w/ Watchpoints and a memory editor to find and test offsets! [No IDA]

    i also tried this way but same issue at around 10 seconds after the game launch. thanks for the answer
  23. Tutorial [iOS] Using LLDB w/ Watchpoints and a memory editor to find and test offsets! [No IDA]

    @TheArmKing Thx for the tut :) Since you are using lldb remotely, have you ever encountered this kind of error using lldb : connection to *ip address* closed by remote host. (no anti debug in the game since i could debug it with NewTerm but not with ssh) thanks
  24. Tutorial [IDA tutorial] How to mod x86 lib .so file (Updated)

    but according to your intuition, were these instructions that used eax and that you therefore modified? or no possible link? (knowing that we do not see all the instructions in the tutorial image)
  25. Tutorial [IDA tutorial] How to mod x86 lib .so file (Updated)

    @AndnixSH Hey ! Why did you choosed eax register and not another one ?
  26. Help! Cheat engine on rooted Emulator ?

    I already tried to look for this tutorials to install CE on emulator but never worked for me so i thought that was clickbait. But if you managed to install it, did it work properly (except maybe that the PC heats up ?), and have all feature working that there is for PC (for example finding the...
  27. Help! Cheat engine on rooted Emulator ?

    @CRaZYAuf you mean there is Cheat Engine APK ? if it is that, i found this Cheat Engine Apk [No Root] Télécharger pour Android [Mise à jour]