Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. %hook SBHUDController - (void) presentHUDViewid)fp8 autoDismissWithDelaydouble)fp12 { if(GetPrefBool(@"enabled")) { fp12 = NSDictionary *delay= [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat"/var/mobile/Library/Preferences/com.justinpet26.application.plist"]]; return [[delay objectForKey:@"enabled"] floatValue]; %orig; } else if(GetPrefBool(@"other")) { //do other stuff } %orig; }
  2. - (BOOL)someFunction { if(GetPrefBool(@"enabled")) { return YES; } %orig; } - (BOOL)someOtherFunction { if(GetPrefBool(@"enabled")) { return YES; } %orig; } - (BOOL)someVeryOtherFunction { if(GetPrefBool(@"enabled")) { return YES; } %orig; } The only key used will be "enabled"
  3. '&hook WorldCupBike See for yourself
  4. If you don't come up with Method Hooking don't even try to run IDA in your lifetime
  5. No
  6. I'm not making cheats regulary anymore and even less will be posted on iOSGods. Here are some of the cheats I made which molder on my Dropbox account. They should be all up to date and if not don't send me requests in a PM please. Cheats Included: • 8 Ball Pool by Storm8 • 8 Ball Pool by Miniclip • Angry Birds Go! • Battle Camp • Clash of Legions • Cookie Clicker • Crazy Kings • Dawn Of Magic (Tweak.xm) • Famousgram • GBA4iOS • Goblin Sword • GramFamous • Jackpot Followers • Jetpack Joyride • LotteryHub • Micromon • MinoMonsters • Modern Combat 2 • Ninja Saga • Pocket Gems Achievement Unlocker • Snapchat • Tapjoy • Tapped Out (Simpsons) • Teamlava • Temple Run • War Dragons Download I whish I still had the project folder for all of them so you could update them yourselves but anyway, have fun. I will still do some cheats here and there but as I said not posting them on iOSGods or other forums
  7. There are no checks for a jailbreak in GLU games
  8. @ All wrong. +(BOOL) and +(bool) are class methods and don't change something in the app. -(bool) for CBHTTPAPIRequest and GADDevice are methods for advertisements. This "hack" is a waste because it does nothing
  9. The game doesn't even have jailbreak check
  10. InTube8 is a great Tweak!
  11. There are no repositories specialized on hacks/mods or they are leeched from here
  12. Thanks Goggwell, Atom is really neat

  13. You log in to Gamecenter with your Apple ID...
  14. Hands on a Anti Ban but can't really say what to add next. I'm working on it
  15. - (void) viewDidLoad { [super viewDidLoad]; self.view.backgroundColor = [UIColor redColor]; }
  16. Edit the parameters to your liking [I][self setBackgroundColor:[[/I][I]UIColor colorWithRed[/I]:1.0 green:1.0 blue:1.0 alpha:1.0]];
  17. They should have compiled for arm64 also but no doubts they have actually
  18. You will need to wait for iOS 9 release
  19. You should learn to use Xcode
  20. Just the normal uialertview code with an if parameter that opens a second popup
  21. Filza is for losers. If you have Dropbox the 'Open in...' button is on the left handside. Apps from Cydia are not User Applications meaning you can't view them in the Applications folder of your AppStore apps. They are found in /var/db/stash/_.EF6Oil/Applications
  22. or what DiDA just said
  23. Extract the .deb with iFile or Filza and extract again the data.gz archive. In the new folder Library/MobileSubstrate there are 2 files , a dylib and the bundle id .plist. Change their name and repack everything to a new deb (or just move everything inside the Library folder to its install path)
×
  • 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