-
Posts
346 -
Joined
-
Last visited
Everything posted by CodeName9
-
Cool
-
weird it crashes on launch on my iphone
-
WHATT WHATT
-
Mod Menu Hack New Subway Surfers Mini Menu +7 2.38.0
CodeName9 replied to CodeName9's topic in Free Jailbreak Cheats
sorry, i have put a new link, just waitiing for approval -
Mod Menu Hack New Subway Surfers Mini Menu +7 2.38.0
CodeName9 posted a topic in Free Jailbreak Cheats
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.- 51 replies
-
- 118
-
-
-
-
-
-
-
Hex Codes for ARM64 modding | True | False | NOP | High Value |
CodeName9 replied to aQReh's topic in Coding Center
Nice -
Critical Ops ESP Source [Unity Game Esp Source]
CodeName9 replied to CaIIMeZeus's topic in Coding Center
thank you -
Tutorial Unity FPS Game Aimbot + ESP Source Codes
CodeName9 replied to caoyin's topic in Coding Center
thank you -
Mod Menu Hack My Cafe — Restaurant game v2024060.0.543 +6 Cheats
CodeName9 replied to Zahir 's topic in ViP Cheats
Thank you -
Mod Menu Hack Jurassic World™: The Game v1.81.5 +10 Cheats
CodeName9 replied to Zahir 's topic in ViP Cheats
thanks! -
Mod Menu Hack Idle Mafia v6.1.0 + 7 + iGameGod and other bypass + Admin Menu
CodeName9 replied to Saitama's topic in ViP Cheats
Thank you -
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
-
eggplant
-
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.
-
Sleepless Miner Tycoon Offset of Storing Coins
CodeName9 replied to KaiwaiOwO's topic in Coding Center
good job -
Critical Ops Radar + Name indictor Function Name
CodeName9 replied to KaiwaiOwO's topic in Coding Center
hm nice thanks tsst -
DIY Hack How to Get a Custom/Secret Skin in Among US
CodeName9 replied to KaiwaiOwO's topic in DIY Cheats
hey -
Hack Turbo VPN Private Browser Modded (All Versions) +1
CodeName9 replied to 0xAyaa's topic in Free Jailbreak Cheats
congratulations on 2,000 rep! -
Hack Turbo VPN Private Browser Modded (All Versions) +1
CodeName9 replied to 0xAyaa's topic in Free Jailbreak Cheats
thanks 😊 works perfect and needed something like this -
Mod Menu Hack Roblox Cheats v2.461.416397 +1 [ Infinite Jump ]
CodeName9 replied to CodeName9's topic in Free Jailbreak Cheats
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 -
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.