Jump to content

bus991

Senior Member
  • Posts

    1,096
  • Joined

  • Last visited

Posts posted by bus991

  1. 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;

    }

×
  • 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