Jump to content

๐“„ผ . f v c k . ๐“„น

Contributor
  • Posts

    749
  • Joined

  • Last visited

Everything posted by ๐“„ผ . f v c k . ๐“„น

  1. u need check the sub_xxxx near the string like on the tutorial iโ€™ve sended
  2. iG canโ€™t share cracks ? like i think i have one for PC and maybe one for Mac, i canโ€™t create a topic for ?
  3. i think its android, this is only android weard stuff
  4. Using an app im not sure u want to hook it but patch it, u need to find an offset not a hook
  5. google it* But i remember u made a topic to edit memory segment on jailed. i tested it and attached my iPhone 12 iOS 15.1 to lldb (XCode) and i could used the JB code to patch an offset : h5gg.require(7.8); var modules = h5gg.getRangesList("UnityFramework"); //module file name var base = modules[0].start; //module base addr in runtime memory var addr = Number(base) + 0x01915304; //offset patchBytes(addr, "00E0AFD2C0035FD6"); //bytes /********************************************************/ //only jailbroken devices can do this function patchBytes(addr, hex) { for(i = 0;i<hex.length/2;i++) { var item = parseInt(hex.substring(i*2, i*2+2), 16); h5gg.setValue(addr+i,item, "U8"); } } from H5GG github ohh im dumb, the Address showed is ASLR + real offset right ?
  6. maybe a feature like LOP (Live Offset Patcher) but this would need to have the app in debug mode to allow the JB way of editing an offset in memory have u tried gogoled or chatGPT ? edit: also, is it just me or sometimes The Adress field is kinda incorrect ? the last 3 digit are correct but the rest before it isnt, Ex : offset : 0x1B97120 Adress showed : 0x10C5CF120
  7. Wow it's working so great ! so coool that we can click an adress and see the other instructions of it ! we can even click on branches ! INSANE ! Weard, i got it work on an old mac, but i don't remember how i did it. Maybe theos installation is good and u just need to get the took chain from XCode. Gl with frida !
  8. Modded/Hacked App: Flip Diving By MotionVolt Games Oy Bundle ID: com.motionvolt.flipdiving iTunes Store Link: https://apps.apple.com/us/app/flip-diving/id1045516045?uo=4 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iGameGod / Filza / iMazing or any other file managers for iOS. - Cydia Substrate, Substitute or libhooker depending on your jailbreak. - PreferenceLoader (from Cydia, Sileo or Zebra). Hack Features: - No Ads - Always Perfect Jump - Free Spin (money doesn't decrease) - God Mod - No Need Tick Screen - No Missed Landing - No Bellyflop -- enable Always Perfect Jump - No Backflop -- enable Always Perfect Jump Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/ Modded Android APK(s): https://iosgods.com/forum/68-android-section/ For more fun, check out the Club(s): https://iosgods.com/clubs/ iOS Hack Download Link: [Hidden Content] Installation Instructions: STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download. STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza. STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen. STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 5: If the hack is a Mod Menu โ€” which is usually the case nowadays โ€” the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings. STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game. NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues. Credits: - ๐“„ผ . f v c k . ๐“„น Cheat Video/Screenshots: N/A
  9. you have this tutorial : i might do some too, but strings are not my favorite place tbh tho in this pseudo code, r0 seems holding the bool value if you are premium or not. Not sure, show the full arm code of sub_100550dc0
  10. China devs are always in advance Btw, the guy who made the tweak is the one that made the JB for iOS 15
ร—
  • 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