Jump to content

Tiny Wings Tweak.xm


4 posts in this topic

Recommended Posts

Posted

#import <Foundation/Foundation.h>

#import <substrate.h>
 
%hook Director
 
- (int)currentScore {
return 99999;
}
 
- (float)gravityLight {
return 200.0f;
}
%end
 
%hook Player
- (float)score {
return 99999.0f;
}
 
- (BOOL)feverMode {
return TRUE;
}
 
- (void)stopFever {
}
 
%end
 
%hook Bird
 
- (float)AIspeed {
return 999.0f;
}
%end
 
here you go
×
  • 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