-
Posts
132 -
Joined
-
Last visited
Everything posted by Haidar_phantom
-
Coding tutorials (includes HTML, CSS, JavaScript and more)
Haidar_phantom replied to PumpDecor's topic in Coding Center
thanks -
Hex Codes for ARM64 modding | True | False | NOP | High Value |
Haidar_phantom replied to aQReh's topic in Coding Center
thank you -
✅
-
Tutorial Unity FPS Game Aimbot + ESP Source Codes
Haidar_phantom replied to caoyin's topic in Coding Center
⛔ -
Tutorial Universal ESP hack for all FPS Games (Unity3D) - H5GG - [No JB]
Haidar_phantom replied to 0xSolana's topic in Tutorials
same here, Stuck on Running... -
Help/Support H5GG Non unity games support?
Haidar_phantom posted a topic in iOS Cheat Engine Support
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 -
ty
-
test
-
iOSGods Mod Menu DEBs for Non-Jailbroken iOS Devices
Haidar_phantom replied to Rook's topic in Forum Announcements
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? -
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
-
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
- 146 replies
-
- 327
-
-
-
-
-
-
-
Tutorial Critical Ops ESP Source [Unity Game Esp Source]
Haidar_phantom replied to CaIIMeZeus's topic in Coding Center
test -
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");