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)}))
}