您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
LEAKED BY Mr-jhRoX
- // ==UserScript==
- // @name T-Rex Game Leaker
- // @namespace http://tampermonkey.net/
- // @version 0.2
- // @description LEAKED BY Mr-jhRoX
- // @author Mr-jhRoX
- // @match https://elgoog.im/t-rex/
- // @match http://www.trex-game.skipser.com/
- // @match https://chromedino.com/
- // @match https://apps.thecodepost.org/trex/trex.html
- // @match https://trex-runner.com/
- // @match https://chromedino.com/black/
- // @match https://chromedino.com/mario/
- // @match https://chromedino.com/batman/
- // @match https://chromedino.com/joker/
- // @grant none
- // ==/UserScript==
- 'use strict';
- //cheat codes
- Runner.instance_.setSpeed(1999)
- Runner.prototype.gameOver = function(){}
- Runner.config.GAMEOVER_CLEAR_TIME = 999999999999999999
- Runner.prototype.gameOver = original
- Runner.instance_.tRex.setJumpVelocity(90)
- Runner.instance_.distanceRan = 999999 / Runner.instance_.distanceMeter.config.COEFFICIENT
- Runner.instance_.playingIntro = false
- var original = Runner.prototype.gameOver
- Runner.prototype.gameOver = function(){}
- Runner.instance_.tRex.setJumpVelocity(100)