-
Posts
1,428 -
Joined
-
Last visited
Everything posted by K3NNNY
-
Require: - Jailbreak - Cydia Substrate - File Manager(iFile/iFunbox/Other) - Goblin Sword Feature: - God Mode - Unlimited Jumps - Gem Multiplier Download: [Hidden Content] Instructions: 1.Open iFile 2.Tap on The Downloaded File Then Press "installer" 3.Respring/Reboot 4.Enable Hack on Settings.app(Settings) 5.Open Game and Enjoy Credits:
-
He says for nonjb
-
Patcher Iron Man 3 - The Official Game v1.6.0 +3
K3NNNY replied to AirMAX's topic in Free Jailbreak Cheats
I like when u hack gameloft games -
What is this?
-
Require: - Clash of Clans - A lot of Obstacles - JB or Non JB Features: - Get Some Gems(1-100) DIY HERE:
-
Backup your ipad then restore then jailbreak
-
Help/Support You Think you are the best GAME HACKER???
K3NNNY replied to hackerat99's topic in Help & Support
Go to tutorial sections then go to support section if u need help -
Help/Support You Think you are the best GAME HACKER???
K3NNNY replied to hackerat99's topic in Help & Support
You want to learn to hack? -
Patcher Minecraft Pocket Edition v0.9.5 +4
K3NNNY replied to K3NNNY's topic in Free Jailbreak Cheats
Thank you guys -
I did what DiDA did except I change some I'll release the mcpe mods on cheater section
-
Patcher Minecraft Pocket Edition v0.9.5 +4
K3NNNY replied to K3NNNY's topic in Free Jailbreak Cheats
Yup thank you -
Patcher Minecraft Pocket Edition v0.9.5 +4
K3NNNY replied to K3NNNY's topic in Free Jailbreak Cheats
thank you -
Lol yea
-
Require: - Jailbreak - Cydia Substrate - File Manager(iFile/iFunbox/Other) - Minecraft PE Feature: - Sprint Mod - Infinite Health Mod - One Hit Kill Mod - Dirt Drop iTems( Enter The ID Of The Item Go Here For ID's http://minecraft.gamepedia.com/Data_values_(Pocket_Edition And Then Dig a Dirt, Grass or Sand) Be Sure Minecraft PE is Not on Multitask Download: [Hidden Content] Instructions: 1.Open iFile 2.Tap on The Downloaded File Then Press "installer" 3.Respring/Reboot 4.Enable Hack on Settings.app(Settings) 5.Open Game and Enjoy Credits:
- 111 replies
-
- 105
-
-
-
-
-
-
-
Hahah it really cool mod
-
Same thing @@DiDA did
-
Yup it work on MSHook
-
Let me try if can use
-
Require: - Theos - Project with Preferences Bundle - I'll be using mcpe mod sprint - Knowledge of hacking - knowledge of Preferences Bundle A Tutorial can be found here http://iosgods.com/topic/444-how-to-make-a-preference-bundle/ Instructions: #import <CoreFoundation/CoreFoundation.h> #import <substrate.h> #import <Foundation/Foundation.h> #define prefs @"/var/mobile/Library/Preferences/com.kenny808.mcpemods.plist" inline bool GetPrefBool(NSString *key){ return [[[NSDictionary dictionaryWithContentsOfFile:prefs] valueForKey:key] boolValue]; } %hook minecraftpeAppDelegate - (void)applicationDidBecomeActive:(id)non { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"MCPE MODS:" message:@"Mods by Kenny808 Enjoy :)" delegate:nil cancelButtonTitle:@"Thank You!" otherButtonTitles:nil]; [alert show]; [alert release]; } %end float (*orig__ZN6Player23getWalkingSpeedModifierEv)(void *self, unsigned int i1); float __ZN6Player23getWalkingSpeedModifierEv(void *self, unsigned int i1) { if(GetPrefBool(@"kspeed")) { return 1.5f; } else { return orig__ZN6Player23getWalkingSpeedModifierEv(self,i1); } } __attribute__((constructor)) void DylibMain() { MSHookFunction(((void*)MSFindSymbol(NULL,"__ZN6Player23getWalkingSpeedModifierEv")),(void *)__ZN6Player23getWalkingSpeedModifierEv,(void**)&orig__ZN6Player23getWalkingSpeedModifierEv); } 1.Here a example... 2. then go to your resource folder and go to .plist file not the info.plist And then type "kname" my is "kspeed" be sure the PSSwitchcell is false <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.kenny808.mcpemods</string> <key>key</key> <string>kspeed</string> <key>label</key> <string>Sprint Mod</string> </dict> </array> <key>title</key> <string>Mods</string> </dict> </plist> Then compile it