Jump to content

Help me to fix this error


Go to solution Solved by Crypto,

6 posts in this topic

Recommended Posts

Posted (edited)

How to fix this?

Making a tweak.xm

http://imgur.com/dPDzTHX

 

%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) {

arg1 = (float)5.000000;

arg2 = 5;

return %orig;

}

%end

 

%hook CCScrollView

-(void) setMaxZoomScale:(double)arg1 {

arg1 = 5;

return %orig;

}

%end

 

%hook ArenaView

-(float) calculateZoom:(float)arg1 cellAmount:(int) {

return (float)5.000000;

arg1 = (float)5.000000;

arg2 = 6;

}

%end

 

%hook CCParticleSystem

-(void) setSpeed :(float)arg1 {

arg1 = (float)10.000000;

return %orig;

}

%end

 

%hook CCSpeed

-(void) setSpeed :(double)arg1 {

arg1 = 10;

return %orig;

}

%end

 

%hook MCAnimVSZNode

-(void) setSpeed:(float)arg1 {

arg1 = (float)10.000000;

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

Updated by Gamer boys
  • Solution
Posted

%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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • 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