Jump to content

WITEGames

Senior Member
  • Posts

    219
  • Joined

  • Last visited

Everything posted by WITEGames

  1. Aweskme
  2. http://iosgods.com/topic/8541-smash-monsters-city-rampage-v20/?p=231663 Link to a hack made by me. It is for version v2.0 don't know if that's a problem or not.
  3. This is the production of being bored in class and luckily I sit in the back . Anyway hope everyone enjoys.
  4. Hacked App: Smash Monsters -City Rampage by A Thinking Ape Inc. iTunes Link: https://itunes.apple.com/us/app/smash-monsters-city-rampage/id931130399?mt=8 Bundle ID: com.tofulabs.smash2 Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools / AnyTrans / iExplorer / DiskAid or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - Destruction Damage infinite (when one building blows up the rest will too) - No Damage taken by turrets Notice! - This hack has been detected and my account was banned. Please use at your own risk. Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the .deb 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 as mentioned above. Step 7: Turn on the features you want and then open the game. Note: If you have any questions or problems, read this topic first for some Frequently Asked Questions or post your issue down below and we'll do our best to help! Credits: - WITEGames Hack Screenshots: N/A
  5. Hacked App: Jelly Splash by Wooga iTunes Link: https://itunes.apple.com/us/app/jelly-splash/id645949180?mt=8 Bundle ID: net.wooga.jellysplash Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools / AnyTrans / iExplorer / DiskAid or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - Unlimited Coins - Always 80 Moves or Turns - Unlimited Lives Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the .deb 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 as mentioned above. Step 7: Turn on the features you want and then open the game. Note: If you have any questions or problems, read this topic first for some Frequently Asked Questions or post your issue down below and we'll do our best to help! Information: Well everyone I've been struggling but I've finally managed to get a patcher up and running this is a big step for me. I had a tremendous amount of trouble putting this together. Most of my mistakes were silly ones, but all and all it was a great experience and I have learned a lot. A big thank you to everyone who posts tutorial on this site. Your tutorials are the only reason I am beginning to improve on my skills as a hacker and I can only thank you guys for that . I would love some feedback to see if the hack is working on your end. I did test on my end and everything seems to be working smooth, but I would still like the reassurance that I did not post some faulty hack. Well anyway, enjoy the hack everyone and expect more of my hacks real soon . Credits: - WITEGames (Coding) - DiDA (Custom Patcher) Hack Screenshots: N/A
  6. #import "writeData.h"#import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #define PLIST_PATH @"/var/mobile/Library/Preferences/com.WITEGAMES.haypi.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %ctor { if(GetPrefBool(@"kKey")) { writeData(0x066F60, 0x0700A0E1); } else { } if(GetPrefBool(@"kGems")) { writeData(0x066F52, 0x0700A0E1); } else { } if(GetPrefBool(@"kLives")) { writeData(0x066F1A, 0x0700A0E1); } else { } if(GetPrefBool(@"kLives2")) { writeData(0x074494, 0x0010A0E3); } else { } } I got an error saying I was missing a preferences.h file
  7. Hello all, as some of you may already know I have begun the process of learning how to 'hack' apps. Anyway I recently started delving into Code Injection and I was just about to compile it when BOOM! a fatal error appeared. I looked into the problem and apparently in my .mm file I have imported a preferences.h file. Although it appears to be missing to the compiler and I can't see to find it either. I used Dida's Code Injection template here from the site could this have anything to do with it? If you need any further information feel free to leave a comment and I'll respond quickly. Thank you for all of those willing to help resolve this issue. By the way this is the only error I receive my code looks to have compiled fine it's just this one error.
×
  • 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