FORGEXHACK

we do a little trolling

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==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");}}}