Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //SOME THINGS TO NOTE...
- //You can paste this text into the console,
- //and it will still work fine.
- //Also, if the function doesn't do anything, then it may be out of date.
- //For example, at the time that I made this, "O449" is the object used for the player,
- //but on another day, it could be "O5224".
- //To find out what it is, do CNTRL+Shift+F and search for "health".
- //Find manyland's data in the search, and look for something that says "ig.game.O####.health", and find out what the number is after the capital letter O.
- ig.game.gravity=500;
- ig.game.O851.kill=function(){
- ig.game.O851.pos.x=938;
- ig.game.O851.pos.y=288;
- ig.game.O851.fallTimer=0}
Advertisement
Add Comment
Please, Sign In to add comment