FORGEXHACK

we do a little trolling

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

作者のサイトでサポートを受ける。または、このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name FORGEXHACK
// @description we do a little trolling
// @version 4.0.5(No Update)
// @author FORGEX
// @homepage https://github.com/crackbob/Minebuns
// @supportURL https://github.com/crackbob/Minebuns
// @match *://minefun.io/*
// @grant none
// @namespace http://tampermonkey.net/
// ==/UserScript==cclass Free1SXTPower extends Module {constructor(){super("Free 1SXT Power","Misc");this.powerAmount=1e21;this.enabled=false;}onEnable(){if(!this.enabled)return;try{hooks.A.network?.get("/users/freeHeadcoins");const b=hooks.A.stores?.userState?.user?.balance;if(b){b.power=(b.power||0)+this.powerAmount;console.log("%c[1SXT] ✅ Đã cộng 1SXT Power!","color:lime;font-weight:bold")}}catch(e){}this.disable();}toggle(){this.enabled=!this.enabled;if(this.enabled){console.log("%c[1SXT] 🔥 BẬT - Nhấn lại để cộng","color:cyan");this.enable();}else{console.log("%c[1SXT] 🛑 TẮT","color:orange");}}}