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.
from iOSGods RSS Feed https://ift.tt/3fF7O7o
Subscribe to:
Post Comments (Atom)
-
Yubo Yoti bypass Requirements: Yubo app Jailbroken iPhone Apps Manager Brain Steps: Open Apps Manager Locate Yubo in Apps Manager and open i...
-
Modded/Hacked App: Simply Guitar by JoyTunes by JoyTunes Bundle ID: com.joytunes.SimplyGuitar iTunes Store Link: https://ift.tt/2ANDd7d Mod ...
-
I don't know how this happened, i was trying to install Kinemaster modded version on my iPhone 7 running iOS 14.0.1, maybe it's beca...
-
Hey everyone I am running Ipad 6th generation running ios 14.0 32 gb capacity with 19.1 gb left I used sideloadly yesterday to install an ap...
-
Hello! I am using this for practice using a dummy Snapchat account I've made and created a My Eyes Only tab. Now, if you don't know ...
-
Hello, does anyone know why I cannot use my Apple password or password from apple servers? Sideloadly version 0.16.1 Checking iOS version......
-
As the title says upon installing Last Day on Earth with sideloadly i get this error ERROR: Guru Meditation 6020bc@89:f11511 Call to np_clie...
-
Hello friends, So I have a problem with Sideloadly, I installed it on my (32x bit Windows 7) laptop (SONY) and tried opening it, but when I ...
-
Hello, I am currently running with an iPhone XR on IOS 12.2. I am trying to install ipa files through cydia impactor but keep receiving this...
-
Netflix is now offering users a chance to win a free subscription for 83 years. The company calls it the “immortal” Netflix account. T...
No comments:
Post a Comment