Jump to content

[HACK] I think it's not working


Go to solution Solved by bus991,

7 posts in this topic

Recommended Posts

Posted

My gems hack and jump hacks work but the last four don't work I tested it in flex 3 seems to be fine but here

 

%hook Gem

 

-(int) gemvalue {

return 99999;

}

 

%end

 

%hook Player

 

-(BOOL) onGround {

return TRUE;

}

 

-(void) setInvincible:(BOOL)arg1 {

arg1 = FALSE;

%orig;

}

 

-(BOOL) invincible {

return TRUE;

}

 

%end

 

%hook Water

 

-(BOOL) isLava {

return FALSE;

}

 

-(void) setIsLava:(BOOL)arg1 {

arg1 = FALSE;

%orig;

}

Posted

@@DiDA Can u check what is wrong

Why is "setInvincible" = False?

I works that way and it worked in flex SOOOO yeah

@@DiDA Can u check what is wrong I works that way and it worked in flex SOOOO yeah

it worked in flex but not in tweak

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