Jump to content

Haidar_phantom

Senior Member
  • Posts

    132
  • Joined

  • Last visited

Everything posted by Haidar_phantom

  1. Another update, works on some games like partially. And some games not working.
  2. i quick update, live offset patcher is not working on rootless 16.2 IPhone 14 pro max, Game World War Fight for Freedom but works on rootful normally.
  3. Thank you for your work, I will test the new update of iGameGod on rootless.
  4. How to patch offsets for game binary without jailbreak? It always crash on start when i replace the patched binary The way i patch is by using ActiveCodePatch()and add the binary name inside + address and offset
  5. i got error while enabling JIT on mac Could not enable JIT: Lockdown error while starting debug server: Invalid service (-27). Do you want to retry?
  6. Modded/Hacked App: YTKillerPlus Cracked Bundle ID: com.google.ios.youtube iTunes Store Link: https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664 Mod Requirements: - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch. - Sideloadly / Cydia Impactor or alternatives. - A Computer Running Windows/macOS/Linux with iTunes installed. Hack Features: - Modded Youtube With Extra Features - No Serial or activation required for the tweak ( Automatically Activated ) iOS Hack Download Link: [Hidden Content] PC Installation Instructions: STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress. STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic. STEP 3: Download Sideloadly and install it on your PC. STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up. STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application. STEP 6: You will now have to enter your iTunes/Apple ID email login, press 'Start' & then you will be asked to enter your password. Go ahead and enter the required information. STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'. STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game. Credits: - Haidar_Phantom Cheat Video/Screenshots: N/A
  7. @Rook bro? It’s been pending approval for 36hrs !
  8. Modded/Hacked App: CarX Drift Racing 2 Bundle ID: com.carx-tech.carxdr2 iTunes Store Link: https://apps.apple.com/us/app/carx-drift-racing-2/id1198510863 Mod Requirements: - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch. - Sideloadly / Cydia Impactor or alternatives. - A Computer Running Windows/macOS/Linux with iTunes installed. Hack Features: - All Cars Are Unlocked - Free Store ( Upgrades , Garage Slots ... etc ) iOS Hack Download Link: [Hidden Content] PC Installation Instructions: STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress. STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic. STEP 3: Download Sideloadly and install it on your PC. STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up. STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application. STEP 6: You will now have to enter your iTunes/Apple ID email login, press 'Start' & then you will be asked to enter your password. Go ahead and enter the required information. STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'. STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game. Credits: - Haidar_Phantom Cheat Video/Screenshots: N/A Note: - Enjoy
  9. no i fixed it, i was going wrong with the offsets. do you know how to convert my code to html and load directly? i want to test the option "Make Tweak" in H5gg
  10. this is my h5frida-code-patch-test(non-jailbreak).js Script. is there something wrong with it? h5gg.require(7.9); var h5frida=h5gg.loadPlugin("h5frida", "h5frida-15.1.24.dylib"); if(!h5frida) throw "Failed to load h5frida plugin"; function ActiveCodePatch(fpath, vaddr, bytes) { if(!h5frida.ActiveCodePatch(fpath, vaddr, bytes)) { var result = h5frida.ApplyCodePatch(fpath, vaddr, bytes); alert(fpath+":0x"+vaddr.toString(16)+"-修改失败!\n" + fpath+":0x"+vaddr.toString(16)+"-PatchFailed!\n" + result);return false; } return true; } function DeactiveCodePatch(fpath, vaddr, bytes) { return h5frida.DeactiveCodePatch(fpath, vaddr, bytes); } ActiveCodePatch("Frameworks/UnityFramework.framework/UnityFramework", 0x2XXXX62, "C0XXXD6"); ActiveCodePatch("Frameworks/UnityFramework.framework/UnityFramework", 0x259XXXD, "C0XXXD6"); ActiveCodePatch("Frameworks/UnityFramework.framework/UnityFramework", 0x25XXX56, "C00XXXD6"); ActiveCodePatch("Frameworks/UnityFramework.framework/UnityFramework", 0x25XXXX6, "C00XXXD6");
  11. Yeah im sure. as i said i patch it directly from ida and it is working fine but in h5gg not i also tried on my jailbroken 14.8 device and it is the same problem crashing
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines