您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Simple Invincibility and Speed Hack
当前为
// ==UserScript== // @name Chrome Dino Simple Hack For https://dino-chrome.com/ // @namespace http://tampermonkey.net/ // @version 2.0.0 // @description Simple Invincibility and Speed Hack // @author Hypno7767 // @icon https://cdn.dribbble.com/users/974273/screenshots/3270748/chrom_no_internet_connection.png // @match https://dino-chrome.com/ // @grant none // ==/UserScript== // NOTE: I am fully aware this is basic as f*ck, but stay with me here. // NOTE: I am fully aware this is basic as f*ck, but stay with me here. // NOTE: I am fully aware this is basic as f*ck, but stay with me here. // NOTE: I am fully aware this is basic as f*ck, but stay with me here. // NOTE: I am fully aware this is basic as f*ck, but stay with me here. // it really took me a long time to figure this out. HTML is so much easier, dammit. // Invincibility Script Runner.instance_.gameOver = function(){} //Speed hack var button = document.createElement("Button"); button.innerHTML = "Speed Hack Enable"; button.style = "top:0;right:0;position:absolute;z-index:99999;padding:20px;"; document.body.appendChild(button); button.onclick = function(){Runner.instance_.setSpeed(40)}; // Other Speed Hack (press "s" for it) function hehe(e){ if(e.keyCode == "83"){ var a = prompt("How fast would you like to go?"); if(isNaN(a)){ window.alert("That wasn't a number"); }else{ Runner.instance_.setSpeed(a); } } }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址