Jump to content

CodeName9

Senior Member
  • Posts

    346
  • Joined

  • Last visited

Everything posted by CodeName9

  1. weird it crashes on launch on my iphone
  2. 3355
  3. sorry, i have put a new link, just waitiing for approval
  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: - Multi-Jump - Godmode - Buy anything for free (except in app purchases) - Speed slider - Jump height slider - Gravity intensity slider - Instant lane change 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: - Jacksonlane24 Cheat Video/Screenshots: N/A This is a updated version of my previous out dated hack, there are currently less features due to changes.
  5. You shouldn't copy/paste from websites, especially as it makes it unfair for others, at least write it out into your own words. https://www.britannica.com/list/11-egyptian-gods-and-goddesses https://en.wikipedia.org/wiki/Wepwawet
  6. Infinite Jump - 0x183BF08 patch with : 0xE003271EC0035FD6 jump height : 0x183A4A4 use slider again or mess around with values and patch float(*old_get_JumpHeight)(void *this_); float get_JumpHeight(void *this_) { float userAmount = [[switches getValueFromSwitch:@"Custom Jump Height"] floatValue]; if([switches isSwitchOn:@"Custom Jump Height"]) { return userAmount; } return old_get_JumpHeight(this_); } void setup() { //public float get_JumpHeight(); // RVA: 0x183A4A4 Offset: 0x183A4A4 HOOK(0x183A4A4, get_JumpHeight, old_get_JumpHeight); // Slider Switch - used in hooking [switches addSliderSwitch:@"Custom Jump Height" description:@"Set your custom jump height" minimumValue:0.5 maximumValue:1000 sliderColor:UIColorFromHex(0xBD0000)]; } should work gravity : 0x1838864 Use a slider again: float(*old_get_Gravity)(void *this_); float get_Gravity(void *this_) { float userAmount = [[switches getValueFromSwitch:@"Custom Gravity"] floatValue]; if([switches isSwitchOn:@"Custom Gravity"]) { return userAmount; } return old_get_Gravity(this_); } void setup() { //public int get_Gravity(); // RVA: 0x1838864 Offset: 0x1838864 HOOK(0x1838864, get_Gravity, old_get_Gravity); // Slider Switch - used in hooking [switches addSliderSwitch:@"Custom Gravity" description:@"Set your custom gravity level" minimumValue:-500 maximumValue:-0.5 sliderColor:UIColorFromHex(0xBD0000)]; } godmode: 0x183E179, 0x183E740 patch both these with 20008052C0035FD6 or 00008053C0035FD6, one or other. i have many others, if you need i can add if something is not working then pm me.
  7. congratulations on 2,000 rep!
  8. thanks 😊 works perfect and needed something like this
  9. this is outdated by 1 version, you can downgrade 1 version so this hack works until updated your game probably updated, downgrade to use it again
  10. I'm still working on this, it doesn't work the same as previous versions when using the same function and patch, but i can seem to get through some doors but not really walls.
×
  • 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