-
Posts
800 -
Joined
-
Last visited
Everything posted by AxCE
-
Help/Support Arthur's Mod Menu Template too dumb to get modslider working
AxCE replied to AxCE's topic in Help & Support
ü -
Help/Support Arthur's Mod Menu Template too dumb to get modslider working
AxCE replied to AxCE's topic in Help & Support
I know how to make a simple switch, but i wanna make a UISlider. Like for gravity so one can adjust the gravity scale. Well now i just realized that theres no need for offsets to make a slider...Seems to be too complicated for my brain. -
So i'd like to get a working slider but even with the help inside the tweak.xm i wasn't able to get it working. I don't know where to put the offset/hex for the slider at. Can someone please reply with a the same tweak.xm just with a working slider for the offset 0x123456? I apprechiate any help! #import "APMenu.h" /* // // You can use: [mm getFloat:@"SOME HACK KEY"]; // You can use: [mm getBool:@"SOME HACK KEY"]; // // For customizing the hack inside your hooks // see an example below: // // EXAMPLE OF HOOK FUNCTIONS // THAT GETS THE VALUE DEFINED // OF AN INTERFACE "KEY" ELEMENT float (*orig_func)(void *self); float new_func(void *self) { float newValue = [mm getFloat:@"aSliderKey"]; if (newValue) return newValue; else return orig_func(self); } */ %ctor { // the mod menu core mm = [APMenu sharedInstance]; // a writeData.h rewritten to my APMenu mp = [MemoryPatcher sharedInstance]; NSDictionary *hacks = @{ @"k01BasicSwitcher":@{ @"offsets": @[@"0xABFD78"], @"orig": @[@"0x80A9BED"], @"patched": @[@"0x40AB2EE"], @"desc": @"", @"label": @"A basic switcher" }, @"k05SimpleUiSlider":@{ @"type": @"modslider", @"typecfg": @{ @"minimumValue":@0, @"maximumValue":@1 }, @"desc": @"", @"label": @"Normal UI Slider" }, }; // HERE IS WHERE ALL THE FUN BEGINS [mm init:hacks openAfter: 1 // seconds (I like to use average game loading time) (OBLIGATORY) width: 260 // width in pixels (OBLIGATORY) maxVisibleToggles: 5 // only shows N first hacks, the others needs to be scrolled (OBLIGATORY) theme: rgb(0xbef7d9) // the main color for you hack menu (you can use any color (OBLIGATORY) title: @"MY GAME HACK" // your hack titlebar text upper case is better (OBLIGATORY) credits: @"Hack by (your nickname). Thanks to DiDA n' shmoo for inspiration <3" // pretty self explicative, no? (Leave @"" for empty) creditsURL: nil // a URL for the user to visit on credits menu screen @"http://www.myblog.com" or simple: nil // CHOOSE YOUR INTERFACE TOGGLE GESTURE // APGestureTwoFingerTap // APGestureThreeFingerTap // APGestureFourFingerTap // APGestureTwoFingerSwipeUp // APGestureTwoFingerSwipeDown // APGestureTwoFingerSwipeLeft // APGestureTwoFingerSwipeRight // APGestureThreeFingerSwipeUp // APGestureThreeFingerSwipeDown // APGestureThreeFingerSwipeLeft // APGestureThreeFingerSwipeRight gesture: APGestureThreeFingerTap onFirstLaunch:^{ // this method listens to Mod Menu controller changes // and gets it's values according to the type of // UIControl you are dealing with // if you don't need this, just comment or remove these lines [mm listenChanges:^(id sender) { if ([mm ismodtext:sender]) { UIKeyTextField *textField = (UIKeyTextField*) sender; NSString *key = textField.featureKey; float value = textField.text.floatValue; NSLog(@"Value of modtext %@: %f", key, value); } if ([mm ismodslider:sender]) { UIKeySlider *slider = (UIKeySlider*) sender; NSString *key = slider.featureKey; float value = slider.value; NSLog(@"Value of modslider %@: %f", key, value); /* SIMPLE EXAMPLE OF USING THIS switch (value) { case 1: [mp write:0xbadf00d data:0xf33dbac]; break; case 2: [mp write:0xbadf00d data:0xf33dbac]; break; ... } */ } if ([mm ismodswitcher:sender]) { UIViewSwitcher *switcher = (UIViewSwitcher*) sender; NSString *key = switcher.featureKey; BOOL value = switcher.isOn; NSLog(@"Value of modslider %@: %d", key, value); } }]; /* DO SOMETHING AFTER HACK INTERFACE LAUNCH designed for customized hooks or you can popup an alert to warn the user that hack is already active and maybe send an UIAlertControl informing Gesture you have used ******** THIS IS HOW TO HOOK ******** (if you need hooking some internal function): ******** ******** MSHookFunction((void*)[mp calculateAddress:0xb4df00d], (void*)new_func, (void**)&orig_func); ******** ******** Please, notice that new_func and orig_func are declared at ******** the top of the file (before %ctor) */ NSLog(@"Initialized"); }]; }
-
Hack Battle Islands: Commanders v1.3.2 +3 [Unlimited Gold + More]
AxCE replied to Zahir 's topic in Free Jailbreak Cheats
Already had the binary loaded of this one... You will die soon -
Instant Reload is not just visual, it works fine. I'm working on instant reload for all weapons, would be OP...
-
Hack [x64] [MOD MENU] Mortal Kombat X v1.13 +17
AxCE replied to Goggwell's topic in Free Jailbreak Cheats
Is it necessary to have/use the original hex offset, because it causes some issues...:/ -
Chill
-
This request or parts of this requests have been filled. Please use the search bar located on the top-right corner of iOSGods to find the topic.
-
Updated Hack: Hacked App: War Robots By Pixonic LLC v2.8.0 iTunes Link: https://itunes.apple.com/us/app/war-robots/id806077016?mt=8&uo=4&at=1010lce4 Bundle ID: com.pixonic.wwr Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - Infinite Ammo (May crash) - Instant Reload (No Reload Cooldown) - No Jump Ability Cooldown (It still shows the cooldown) I had no more motivation to search for more features, but i think 3 is enough. Hack Download Link: Hidden Content [Hidden Content] Installation Instructions: Step 1: Download the .deb hack file from the link above. Step 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded file and tap on it. Step 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the cheat installation. Step 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If you do not see the cheat settings, respring or reboot your iDevice and make sure you have met all the requirements mentioned above. Step 7: Turn on the features you want and then open the game. Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! Credits: - @AxCE Hack Video/Screenshots: N/A
- 188 replies
-
- 262
-
-
-
-
-
-
-
Can't wait to use an MM with such an awesome design!
-
Hacked App: Bullet Force By Clint Wilde v1.04 iTunes Link: https://itunes.apple.com/us/app/bullet-force/id1009134067?mt=8&uo=4&at=1010lce4 Bundle ID: com.blayzegames.iosfps Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - Infinite Grenades (Only use 4 or you'll get kicked. Works with throwing knifes) - Infinite Reserve Ammo - Instant Reload - Rapid Fire (You may get kicked) - No Recoil - Background Reloading (You can reload a weapon while using another weapon) - Fast Knife + Knife button always on - Killstreak always ready (Don't use the nuke) - Anit-Enemy Counter UAV (Not tested) - Wallhack (Show all nametags) - Low Gravity (If you get too high you get kicked) - No Gravity - Can always Jump - Random SpawnPoint I won't update this hack, because i'm lazy and don't wanna ruin lucas's life... Hack Download Link: [hide]
-
Patcher Hack Bullet Force v1.04 +3 Cheats [Low Gravity]
AxCE replied to AxCE's topic in Free Jailbreak Cheats
Glad -
Patcher Hack Bullet Force v1.04 +3 Cheats [Low Gravity]
AxCE posted a topic in Free Jailbreak Cheats
Hacked App: Bullet Force By Clint Wilde v1.04 iTunes Link: https://itunes.apple.com/us/app/bullet-force/id1009134067?mt=8&uo=4&at=1010lce4 Bundle ID: com.blayzegames.iosfps Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - Infinite Grenades (Don't use more than 4 or you'll get kicked. Works with throwing knifes) - No Recoil - Low Gravity (If you get too high you get kicked ) Someday, i will probably add some more features... Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the .deb hack file from the link above. Step 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded file and tap on it. Step 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the cheat installation. Step 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If you do not see the cheat settings, respring or reboot your iDevice and make sure you have met all the requirements mentioned above. Step 7: Turn on the features you want and then open the game. Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! Credits: - @AxCE Hack Video/Screenshots: -
DIY Hack Crash Arena Turbo Stars iOS Cheat - One Hit Kill
AxCE replied to Stewy001's topic in DIY Cheats
I'll try to make a patcher -
Me too
-
...
-
Hack Lords & Castles v1.57 +5++ [Free Gems + More]
AxCE replied to Zahir 's topic in Free Jailbreak Cheats
Where do you get all these games from? -
Hacked App: Faily Tumbler By Spunge Games iTunes Link: https://itunes.apple.com/us/app/faily-tumbler/id1203606075?mt=8&uo=4&at=1010lce4 Bundle ID: com.spungegames.failytumbler Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - Infinite Coins - All Costumes Unlocked - Slow Lava - No Lava - Skill Maxed - Disable out of map check - No Ads - Godmode (avoid the lava) Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the .deb Cydia hack file from the link above. Step 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it. Step 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the cheat installation. Step 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If you do not see the mod settings, respring or reboot your iDevice and make sure you have met all the requirements mentioned above. Step 7: Turn on the features you want and then open the game. Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! Credits: - @AxCE Hack Video/Screenshots: N/A
-
Patcher Hack Highway Getaway: Chase TV v1.0.3 +8 Cheats
AxCE replied to AxCE's topic in Free Jailbreak Cheats
Thanks, good to know -
Patcher Hack Highway Getaway: Chase TV v1.0.3 +8 Cheats
AxCE posted a topic in Free Jailbreak Cheats
Hacked App: Highway Getaway: Chase TV By Vivid Games iTunes Link: https://itunes.apple.com/us/app/highway-getaway-chase-tv/id1140419735?mt=8&uo=4&at=1010lce4 Bundle ID: com.vividgames.primetime Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - Infinite Currency (Spend some/ Get some) - Infinite Fuel - Infinite Nitro - Weird Traffic - No Traffic 1 - No Traffic 2 - No Collision - Godmode Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the .deb hack file from the link above. Step 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded file and tap on it. Step 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the cheat installation. Step 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If you do not see the cheat settings, respring or reboot your iDevice and make sure you have met all the requirements mentioned above. Step 7: Turn on the features you want and then open the game. Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! Credits: - @AxCE Hack Video/Screenshots: -
Cool, thanks!
-
don't understand lol