Thedavedude

OTB Puzzle 1

Dec 12th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. //SOME THINGS TO NOTE...
  2. //You can paste this text into the console,
  3. //and it will still work fine.
  4. //Also, if the function doesn't do anything, then it may be out of date.
  5. //For example, at the time that I made this, "O449" is the object used for the player,
  6. //but on another day, it could be "O5224".
  7. //To find out what it is, do CNTRL+Shift+F and search for "health".
  8. //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.
  9. ig.game.gravity=500;
  10. ig.game.O851.kill=function(){
  11. ig.game.O851.pos.x=938;
  12. ig.game.O851.pos.y=288;
  13. ig.game.O851.fallTimer=0}
Advertisement
Add Comment
Please, Sign In to add comment