Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. Oops, fixed Relax Mr. Anger issues, it's coming.
  2. I didn't crack it How about now?
  3. I have been asked several times for a cracked version of Microsoft Office Pro 2016 So here it is your antivirus WILL notify you that it's a virus since it a crack but don't worry, they're FALSE POSITIVE Virus total link Here First, Download Microsoft Office Pro 2016 here : [Hidden Content] Then, download the crack from here : [Hidden Content] The Instructions are in the Office folder (Made by me). Credits : @Crypto for making this tutorial The Russian guy that made the crack (don't know what his name is) Tested and approved by 12 peoples including : Me and [member=Wizly26]
  4. Looks great
  5. Have you tried re-installing it?
  6. Can I be in the giveaway ?
  7. 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
  8. The code I fixed for you is for a tweak, not a patcher change the tags to "tweak" or "hack" instead of "patcher"
  9. %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
  10. Ok give me a second I'll fix it lol
  11. Your tweak.xm is not written properly. Post it here
  12. 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.
  13. Pm me the project folder, I'll check it out tomorrow morning. Going to bed rn
  14. Both links have the same picture...
  15. Show me your tweak.xm and makefile And pref.plist
  16. Try my link
  17. Are you sure Kodi supports 9.3.3 Got it from here? http://mirrors.kodi.tv/releases/darwin/ios/
×
  • 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