-
Posts
3,170 -
Joined
-
Last visited
Everything posted by Crypto
-
Introduction Hello guys! (And girls, if there are some ;)
Crypto replied to Zayza's topic in Member Introductions
-
%new found outside of hook or subclass Something is wrong with your tweak.xm
-
Like you
-
Hack [IOS7-IOS8.5]Harvest Moon: Seeds Of Memories v1.1
Crypto replied to xiaov's topic in Free Jailbreak Cheats
Goodjob, I remember playing the old version on my nintendo 64. It was so fun -
-
Oops, fixed Relax Mr. Anger issues, it's coming.
-
I didn't crack it How about now?
-
?
-
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]
- 76 replies
-
- 74
-
-
-
-
-
-
-
Patcher Jetpack Joyride By Halfbrick Studios v1.9.16+
Crypto replied to castix's topic in ViP Cheats
Found the anti-hack I see -
IDA
-
Help/Support kritika v2.30.4 +11 cheat not working
Crypto replied to busted_moh's topic in Help & Support
Have you tried re-installing it? -
Can I be in the giveaway ?
-
Mod Menu Hack MARVEL Contest of Champions v51.1.1 Hacks +5
Crypto replied to Rook's topic in Free Jailbreak Cheats
Shamu pls -
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
-
Thanks
-
Tweak Hack [x32/64] Agar.io 1.4.3 +11Cheats
Crypto replied to Naeemjr's topic in Free Jailbreak Cheats
The code I fixed for you is for a tweak, not a patcher change the tags to "tweak" or "hack" instead of "patcher" -
Hack [IOS8.0-8.3]HIT - Heroes of Incredible Tales(global) v1.1.98835
Crypto replied to xiaov's topic in Free Jailbreak Cheats
New hacker I see. -
Goodjob
-
Tweak Hack [x32/64] Agar.io 1.4.3 +11Cheats
Crypto replied to Naeemjr's topic in Free Jailbreak Cheats
Credit me -
%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
-
Ok give me a second I'll fix it lol
-
Your tweak.xm is not written properly. Post it here