T rex hacked

get highest score possible

目前为 2019-12-16 提交的版本。查看 最新版本

// ==UserScript==
// @name         T rex hacked
// @namespace    http://tampermonkey.net/
// @version      99999
// @description  get highest score possible
// @author       You
// @match        http://www.trex-game.skipser.com/
// @grant        none
// ==/UserScript==


    // Runner.instance_.setSpeed(9999)
var original = Runner.prototype.gameOver
Runner.prototype.gameOver = function(){}
Runner.instance_.distanceRan = 999999 / Runner.instance_.distanceMeter.config.COEFFICIENT
Runner.instance_.tRex.setJumpVelocity(5000)
//