Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. Can I be in the giveaway ?
  2. Make sure iCopyBot sends ALL the files into your device. sometime's it doesn't load certain files for some reason. I suggest you use Filza's WEBDAV Server, it's quicker
  3. The code I fixed for you is for a tweak, not a patcher change the tags to "tweak" or "hack" instead of "patcher"
  4. %hook SkinSettings -(bool) showName { return FALSE; } %end %hook JailBreakChecks +(bool) isDeviceJailbroken { return FALSE; } %end %hook JailBreakChecks +(bool) isApplicationCrackd { return FALSE; } %end %hook JailBreakChecks +(bool) isApplicationTamperedWith { return FALSE; } %end %hook CBJBroken +(bool) isDeviceJailbroken { return FALSE; } %end %hook CBHTTPAPIRequest -(bool) isJailbroken { return FALSE; } %end %hook SPJailbreakStatusProvider +(bool) isJailbroken { return FALSE; } %end %hook CCScrollView -(void) setZoomScale:(float)arg1 animatedInDuration:(double)arg2 { arg1 = 5.0f; arg2 = 5.0f; return %orig; } %end %hook CCScrollView -(void) setMaxZoomScale:(double)arg1 { arg1 = 5; return %orig; } %end %hook ArenaView -(float) calculateZoom:(float)arg1 cellAmount:(int)arg2 { return 5.0f; arg1 = 5.0f; arg2 = 6; } %end %hook CCParticleSystem -(void) setSpeed :(float)arg1 { arg1 = 10.0f; return %orig; } %end %hook CCSpeed -(void) setSpeed :(double)arg1 { arg1 = 10; return %orig; } %end %hook MCAnimVSZNode -(void) setSpeed:(float)arg1 { arg1 = 10.0f; return %orig; } %end %hook FiksuConfigurationManager -(bool) areAdsEnabled { return FALSE; } %end %hook ADCConfiguration -(bool) areAdsDisabled { return TRUE; } %end %hook KeyboardInput -(void) setMaxCharLength:(unsigned long long)arg1 { arg1 = 999999; return %orig; } %end %hook MRAIDView -(void) createEventUIAlert { } %end %hook HYPRTracking -(bool) shouldSendDurationTracker { return FALSE; } %end %hook TJHTTPConnection -(bool) shouldDie { return FALSE; } %end %hook AppDelegate -(void) applicationDidBecomeActive:(id)arg1 { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Gamer boys iosgod" message:@"Agar.io mega hack" delegate:nil cancelButtonTitle:@"Thanks" otherButtonTitles:nil]; [alert show]; [alert release]; } %end Try this
  5. Ok give me a second I'll fix it lol
  6. Your tweak.xm is not written properly. Post it here
  7. ASLR (Address Space Layout Randomization) is a form of data security used to randomize data on the RAM to help prevent exploits from taking control of the system.
  8. Pm me the project folder, I'll check it out tomorrow morning. Going to bed rn
  9. Both links have the same picture...
  10. Show me your tweak.xm and makefile And pref.plist
  11. Try my link
  12. Are you sure Kodi supports 9.3.3 Got it from here? http://mirrors.kodi.tv/releases/darwin/ios/
  13. Yeah hopefully
  14. Wow, ive never seen that before. Google terminating a gmail account lol. Message them asking what rule was broken first
  15. You did it, goodjob
  16. your other title was huge casino that's why. But i said that casino games are server-sides in general
  17. I see.. I always wondered if transperency counted as a color
×
  • 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