%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