FORGEXHACK

we do a little trolling

اعتبارا من 29-03-2026. شاهد أحدث إصدار.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(I already have a user script manager, let me install it!)

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.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

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