Jump to content

Oxytyramine

ViP Pro
  • Posts

    3,072
  • Joined

  • Last visited

Everything posted by Oxytyramine

  1. In the VIP cheat, yes it will be included
  2. Hacked App: INJUSTICE: Gods Among US iTunes Link: https://itunes.apple.com/us/app/injustice-gods-among-us/id575658129?mt=8 Bundle ID: UDKGame 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 Power Credits - Infinite Ally Credits - Unlimited XP (after finishing a mission) - Max Level - Buy Anything Caution: In order for this hack to successfully install, please make sure you only have one game installed with the app folder called UDKGame.app Hack Download Link: [Hidden Content] ViP Cheat: Installation Instructions: Step 1: Install the Cheat from my repo and respring your device. Step 2: 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 3: 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: - @K1N5 PHo3niX - @Pro (for compiling it) - @Lord Alucard (for testing it) Hack Video/Screenshots: N/A
  3. i like this
  4. Yeah im giving away 3 spotify premium accounts to 3 lucky winners Rules: 1: 3 winners will be chosen. 2: reply to this topic 3: gotta be a Any rank 4: stay cool Good luck guys! End point: after 20 entries
  5. Features: - Unlimited Free Chests just watch the video by me! [Hidden Content] Credits: found by myself a while ago
  6. Hacked App: Sniper X with Jason Statham iTunes Link: https://itunes.apple.com/us/app/sniper-x-with-jason-statham/id957433221?mt=8 Bundle ID: sniperx 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: - Free Store - Free Weapons - Free Upgrades - Free Energy - Unlimited XP (after finish a mission) - Anti-ban Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Install the Cheat from my repo and respring your device. Step 2: 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 3: 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: - @K1N5 PHo3niX - @Pro (for compiling it) - @Lord Alucard (for testing it) Hack Video/Screenshots: N/A
  7. only Supports metadata versions 21 and 22
  8. Fixed, sorry guys Sorry guys, fixed
  9. [img=http://i.imgur.com/B7YazHN.png] Hacked App: Mortal Kombat X iTunes Link: https://itunes.apple.com/us/app/mortal-kombat-x/id949701151?mt=8 Bundle ID: UDKGame 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: - Unlimites Souls - Unlimited Koins - Unlimited Silver Koins - Unlimited Energy (Stamina) - Unlock Challenge Characters (they are hidden by default) Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Install the Cheat from my repo and respring your device. Step 2: 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 3: 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: - @K1N5 PHo3niX Hack Video/Screenshots: N/A
  10. my code: /* Generated using http://armconverter.com/mshookgenerator */ #import <substrate.h> #import <Foundation/Foundation.h> #import <mach-o/dyld.h> #define PLIST_PATH @"/var/mobile/Library/Preferences/com.mrpho3nix.mortalkombatx.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } int (*old_Currency)(void *self); int (*old_stamina)(void *self); bool (*old_character)(void *self); static int Currency(void *self) { return INT_MAX; } static int stamina(void *self) { return 0; } static bool character(void *self) { return TRUE; } %ctor { if(GetPrefBool(@"key1")) { MSHookFunction((void*)(_dyld_get_image_vmaddr_slide(0) + 0xoffset + 1),(void*)Currency,(void**)&old_Currency); MSHookFunction((void*)(_dyld_get_image_vmaddr_slide(0) + 0xoffset + 1),(void*)Currency,(void**)&old_Currency); MSHookFunction((void*)(_dyld_get_image_vmaddr_slide(0) + 0xoffset + 1),(void*)Currency,(void**)&old_Currency); MSHookFunction((void*)(_dyld_get_image_vmaddr_slide(0) + 0xoffset + 1),(void*)Currency,(void**)&old_Currency); } else { } if(GetPrefBool(@"key2”)) { MSHookFunction((void*)(_dyld_get_image_vmaddr_slide(0) + 0xoffset + 1),(void*)stamina,(void**)&old_stamina); } else { } if(GetPrefBool(@"key3”)) { MSHookFunction((void*)(_dyld_get_image_vmaddr_slide(0) + 0xoffset + 1),(void*)character,(void**)&old_character); } else { } } %hook AppDelegate // Change this with your Application's Delegate. AppController, UnityAppController, GameDelegate etc. - (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { // Popup only once at each launch of the app. UIAlertView *igcredits = [[UIAlertView alloc] initWithTitle:@"MortalKombatX Cheats" message:@"\nMortalKombatX Cheats by Mr PHo3niX for iOSGods.com" delegate:self cancelButtonTitle:@"Thanks" otherButtonTitles:@"Visit Us", nil]; [igcredits show]; [igcredits release]; return %orig(); } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Visit Us"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://iosgods.com/"]]; } } %end the error: Mrs-Mac:mortalkombatx mrpho3nix$ make package > Making all for tweak MortalKombatX… ==> Preprocessing Tweak.xm… Tweak.xm:47: error: fell off the face of the planet when we found a '}' make[3]: *** [/Users/mrpho3nix/Desktop/mortalkombatx/.theos/obj/debug/armv7/Tweak.xm.9d68c064.o] Error 22 make[2]: *** [/Users/mrpho3nix/Desktop/mortalkombatx/.theos/obj/debug/armv7/MortalKombatX.dylib] Error 2 make[1]: *** [internal-library-all_] Error 2 make: *** [MortalKombatX.all.tweak.variables] Error 2 Mrs-Mac:mortalkombatx mrpho3nix$
  11. I just love it
  12. 2750
  13. Hacked App: Sniper 3D Assassin: Shoot to Kill Gun Game iTunes Link: N/A Bundle ID: sniper3d 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: - Unlimited Coins - Unlimited Gems - Unlimited Energy - All Levels are completed (may not work for some) Hack Download Link: [Hidden Content] A small donation would be appreciated! PLEASE SEE THAT DONATION BUTTON LOL! 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: - @ - Huge thanks to @@Pro Hack Video/Screenshots: N/A
  14. https://iosgods.com/topic/47696-dream-league-soccer-2017-cheats-v400-4 #filled! @@DiDA
  15. Hacked App: Dream League Soccer 2018 iTunes Link: https://itunes.apple.com/us/app/dream-league-soccer-2018/id1010704842?mt=8 Hack Requirements: - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. Hack Features: - Unlimited Coins - All players are 100% ratings - 1st in league - Never lost in cup Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Open the app, play it a bit then close it from multitasking. Step 2: Download the file from the link above. Step 3: Unzip, copy/paste the files/folders to: For users on iOS 7, 6 and lower: /User Applications/AppName using iFunBox or /var/mobile/Applications/AppName using iFile/Filza. Jailbroken or Non-Jailbroken iOS 8 and lower, Jailbroken iOS 9, iOS 10 and higher users: /User Applications/AppName using iFunBox or /var/mobile/Containers/Data/Application/AppName using iFile/Filza. Non-Jailbroken iOS 8.3, 8.4, 9.0, 10.0 and higher need to follow this tutorial: http://iosgods.com/topic/9651-how-to-installapply-hacks-posted-in-this-section-if-youre-on-ios-83-84-90/ Note: Backup your original app files before replacing them with these modified ones. Step 4: Overwrite the new hacked files with your old ones and open the app. 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: - @0xBL4Z3R Hack Screenshots: N/A
×
  • 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