Jump to content

22 posts in this topic

Recommended Posts

Posted

I'm gonna try what I can do with that game :shifty:

You can do much more, but sure, do what you always do...

  • Replies 21
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

idk, i don't have any ideas anymore.

 

FIRERATE

 

 

%hook Weapon

-(float) fireCooldown {

return (float)-100.000000;

}

%end

 

ENEMYS WONT ATTACK

 

%hook Enemy

-(int) sightRange {

return 0;

}

%end

 

SCORE

 

%hook DataManager

-(int) currentScores {

return 99999999;

}

%end

Posted

idk, i don't have any ideas anymore.

 

FIRERATE

 

 

%hook Weapon

-(float) fireCooldown {

return (float)-100.000000;

}

%end

 

ENEMYS WONT ATTACK

 

%hook Enemy

-(int) sightRange {

return 0;

}

%end

 

SCORE

 

%hook DataManager

-(int) currentScores {

return 99999999;

}

%end

May I add these & credit you?

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