Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. %new found outside of hook or subclass Something is wrong with your tweak.xm
  2. That name though
  3. Goodjob, I remember playing the old version on my nintendo 64. It was so fun
  4. Oops, fixed Relax Mr. Anger issues, it's coming.
  5. I didn't crack it How about now?
  6. 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]
  7. Looks great
  8. Have you tried re-installing it?
  9. Can I be in the giveaway ?
  10. 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
  11. The code I fixed for you is for a tweak, not a patcher change the tags to "tweak" or "hack" instead of "patcher"
  12. %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
  13. Ok give me a second I'll fix it lol
  14. Your tweak.xm is not written properly. Post it here
  15. 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.
×
  • 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