Jump to content

 Something great is coming! 🤖

Stay tuned for the big reveal happening here on iOSGods on the 20th of February!

The countdown has finished!

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. I didn't crack it How about now?
  2. 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]
  3. Looks great
  4. Have you tried re-installing it?
  5. Can I be in the giveaway ?
  6. 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
  7. The code I fixed for you is for a tweak, not a patcher change the tags to "tweak" or "hack" instead of "patcher"
  8. %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
  9. Ok give me a second I'll fix it lol
  10. Your tweak.xm is not written properly. Post it here
  11. 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.
  12. Pm me the project folder, I'll check it out tomorrow morning. Going to bed rn
  13. Both links have the same picture...
  14. Show me your tweak.xm and makefile And pref.plist
  15. Try my link
  16. 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