您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Cheat for brofist.io
当前为
// ==UserScript== // @name 1st-cheat-FOR-ALL-MODES // @namespace http://tampermonkey.net/ // @version 1.13.0 // @description Cheat for brofist.io // @author CiNoP // @match http://brofist.io/* // @icon https://www.google.com/s2/favicons?sz=64&domain=brofist.io // @grant none // @license GPL-3.0-only // ==/UserScript== /* jshint esversion: 11 */ /* jshint asi: true */ if (window.location.href == 'http://brofist.io/modes/sandbox/c/index.html') { fetch( "https://raw.githubusercontent.com/Pikatyu8/1st-cheat/refs/heads/main/13/hack-1.13-sandbox-part.js" ).then((t=>t.text())).then((scriptContent=>{eval(scriptContent)})) } if (window.location.href == 'http://brofist.io/modes/twoPlayer/c/index.html') { fetch( "https://raw.githubusercontent.com/Pikatyu8/1st-cheat/refs/heads/main/13/hack-1.13-2pa-part.js" ).then((t=>t.text())).then((scriptContent=>{eval(scriptContent)})) } if (window.location.href == 'http://brofist.io/modes/hideAndSeek/c/index.html') { fetch( "https://raw.githubusercontent.com/Pikatyu8/1st-cheat/refs/heads/main/13/hack-13-HnS-part.js" ).then((t=>t.text())).then((scriptContent=>{eval(scriptContent)})) }