T-Rex Game Leaker

LEAKED BY Mr-jhRoX

  1. // ==UserScript==
  2. // @name T-Rex Game Leaker
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.2
  5. // @description LEAKED BY Mr-jhRoX
  6. // @author Mr-jhRoX
  7. // @match https://elgoog.im/t-rex/
  8. // @match http://www.trex-game.skipser.com/
  9. // @match https://chromedino.com/
  10. // @match https://apps.thecodepost.org/trex/trex.html
  11. // @match https://trex-runner.com/
  12. // @match https://chromedino.com/black/
  13. // @match https://chromedino.com/mario/
  14. // @match https://chromedino.com/batman/
  15. // @match https://chromedino.com/joker/
  16. // @grant none
  17. // ==/UserScript==
  18.  
  19.  
  20. 'use strict';
  21.  
  22. //cheat codes
  23.  
  24. Runner.instance_.setSpeed(1999)
  25. Runner.prototype.gameOver = function(){}
  26. Runner.config.GAMEOVER_CLEAR_TIME = 999999999999999999
  27. Runner.prototype.gameOver = original
  28. Runner.instance_.tRex.setJumpVelocity(90)
  29. Runner.instance_.distanceRan = 999999 / Runner.instance_.distanceMeter.config.COEFFICIENT
  30. Runner.instance_.playingIntro = false
  31. var original = Runner.prototype.gameOver
  32. Runner.prototype.gameOver = function(){}
  33. Runner.instance_.tRex.setJumpVelocity(100)