0% found this document useful (0 votes)
2 views17 pages

User Script

Uploaded by

hoangducanh123
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views17 pages

User Script

Uploaded by

hoangducanh123
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

// ==UserScript==// @name Melon Hub (bloxd.

io)// @namespace
[Link] @version v1.0// @description hack
client for [Link], open source on github.// @author melon// @match [Link]
@icon [Link] @grant GM_getValue// @grant GM_setValue// @grant
unsafeWindow// @run-at document-start// @downloadURL
[Link]
@updateURL [Link]
%20%28bloxdio%[Link]// ==/UserScript==/******/ (() => { //
webpackBootstrap/******/ "use strict";/******/ // The require scope/******/ var
__webpack_require__ =
{};/******//**************************************************************
**********//******/ /* webpack/runtime/define property getters *//******/ (() =>
{/******/ // define getter functions for harmony exports/******/ __webpack_require__.d
= (exports, definition) => {/******/ for(var key in definition) {/******/
if(__webpack_require__.o(definition, key) && ! __webpack_require__.o(exports, key))
{/******/ [Link](exports, key, { enumerable: true, get:
definition[key] });/******/ }/******/ }/******/ };/******/ })();/******//******/ /*
webpack/runtime/hasOwnProperty shorthand *//******/ (() => {/******/
__webpack_require__.o = (obj, prop) => ([Link](obj,
prop))/******/
})();/******//*************************************************************
***********/var __webpack_exports__ = {};// EXPORTS
__webpack_require__.d(__webpack_exports__, { n9: () => (/* binding */ addOutput), oP:
() => (/* binding */ injectionStatus)});// UNUSED EXPORTS: addError,
reapplyLogs;// ./Inject/[Link] config = {

coordinates: [null, null, null], methods: {}, CurrentlyInjected: false, freecamPosition: [0,
0, 0]};// Functionsfunction hookObjectAssign(target, prop, handler) { var originalMethod
= target[prop]; target[prop] = new Proxy(originalMethod, { apply: function (originalFunc,
thisArg, argsList) { [Link](void 0, argsList); return [Link](originalFunc,
thisArg, argsList); } });}// Hook Noa (thanks blackhole for injection method,
yay!)hookObjectAssign(Object, 'assign', function () { var params = []; for (var _i = 0; _i <
[Link]; _i++) { params[_i] = arguments[_i]; } var hasSwingTime = false; try
{ if (params[2].swingDuration !== undefined) { hasSwingTime = true; } } catch (err) { //
Property swingDuration not found } var hasIdentifier = false; try { if (params[1].__id !==
undefined) { hasIdentifier = true; } } catch (err) { // Property __id not found } if
(hasSwingTime && hasIdentifier && [Link] === 4 && params[2].swingDuration
=== 200 && params[1].__id === 1) { [Link] = params[0];
setTimeout(function () { [Link] = [Link];
[Link] = [Link]; [Link] = true;
addOutput("Injection State:", [Link] ? "Successfully hookednoa!" :
"Unsuccessful, try reloading the page."); [Link]("Successfully hooked noa!",
[Link]); [Link] = [Link]; [Link] =
[Link]._storage.[Link][[Link]];
setTimeout(function () { [Link] =
"position:absolute;bottom:5px;right:5px;width:15px;height:15px;background:green;borde
r-radius:50%;"; },

}, 1); }});;// ./Modules/[Link] _a;// Declare hookedSend globallyvar hookedSend =


null;var Context = null;function interceptSockets() { (function () { var
originalDefineProperty = [Link]; // Hooking into the send property of
window [Link] = function (obj, prop, descriptor) { try { if (prop ===
"send" && typeof [Link] === "function") { [Link]("[HOOK] Defining
property: send"); hookedSend = [Link]; [Link] = function () { var args
= []; for (var _i = 0; _i < [Link]; _i++) { args[_i] = arguments[_i]; }
//[Link](`[HOOK] Intercepted send() call with arguments:`, args); if (hookedSend)
{ Context = this; return [Link](this, args); } else { [Link]("[HOOK
ERROR] hookedSend is null"); } }; } } catch (error) { [Link]("[HOOK ERROR]
Failed to hook send:", error); } return [Link](this, arguments); }; //
Attach a getter to get hookedSend globally if needed [Link](window,
"getHookedSend", { value: function () { return hookedSend; }, writable: false,
configurable: false }); })();}// function PacketConverter(Y) {// const P = new
Array(128).fill(0).map((_, index) => index);// const X = new s.e("$(Y)$(e.m)");// return
function(Y: any[]) {// for (let P = 0; P < [Link]; P++) {// const q = P +
[Link]([Link]() * ([Link] - P));// [Y[P], Y[q]] = [Y[q], Y[P]];// }// return Y;// };

// }var PacketType = { PLACE_BLOCK: 114,};var packets = (_a = {},


_a[PacketType.PLACE_BLOCK] = { pos: null, toBlock: null, checker: null },
_a);function sendPacket(packetType, data) { if (hookedSend && Context)
{ [Link](Context, [packetType, data]); } else { [Link]("[HOOK
ERROR] hookedSend is null"); }};// ./Modules/[Link]// [Link]
ExecutionFunctions = /** @class */ (function () { function ExecutionFunctions() { }
[Link] = function (element) { var
mouseDownEvent = new MouseEvent("mousedown", { button: 0, bubbles: true,
cancelable: true }); [Link](mouseDownEvent); var mouseUpEvent = new
MouseEvent("mouseup", { button: 0, bubbles: true, cancelable: true });
[Link](mouseUpEvent); };
[Link] = function (pos1, pos2) { var dx =
pos2.x - pos1.x; var dy = pos2.y - pos1.y; var dz = pos2.z - pos1.z; return
[Link]([Link](dx, 2) + [Link](dy, 2) + [Link](dz, 2)); };
[Link] = function (element) { var
mouseDownEvent = new MouseEvent("mousedown", { button: 2, bubbles: true,
cancelable: true }); [Link](mouseDownEvent); var mouseUpEvent = new
MouseEvent("mouseup", { button: 2, bubbles: t

cancelable: true }); [Link](mouseUpEvent); };


[Link] = function (point1, point2) { var dx =
point2[0] - point1[0]; var dy = point2[1] - point1[1]; var dz = point2[2] - point1[2]; return
dx * dx + dy * dy + dz * dz; }; [Link] = function (facing)
{ var heading = Math.atan2(facing[0], facing[2]); var pitch = [Link](-facing[1]);
[Link] = heading; [Link] =
pitch; //cam(heading, pitch); }; [Link] =
function (point1, point2) { return [Link]([Link](point1, point2)); };
[Link] = function (speed)
{ [Link] = speed; };
[Link] = function (speed)
{ [Link] = speed; };
[Link] = function () { var _a; if
([Link]) { [Link] = 0; (_a =
[Link](".[Link]")) === null || _a ===
void 0 ? void 0 : _a.click(); } }; [Link] =
function (vector) { var magnitude = vector[0] * vector[0] + vector[1] * vector[1] +
vector[2] *vector[2]; if (magnitude > 0) { var invMagnitude = 1 / [Link](magnitude);
return [vector[0] * invMagnitude, vector[1] * invMagnitude, vector[2] *invMagnitude]; }
return vector; }; [Link] = function (range) { var targets =
getAttackablePlayers(); if ([Link] === 0) { addOutput("No targets found");
return; } var nearestTarget = getNearestTarget(targets); var playerPosition =
[Link]([Link]); var targetPosition =
[Link](nearestTarget).position; if
([Link](playerPosition, targetPosition) <= 5) { var
originalDirection = [Link]._dirVector;
[Link]._dirVector = [Link]([ targetPosition[0] -
playerPosition[0],

targetPosition[1] - playerPosition[1], targetPosition[2] - playerPosition[2] ]); var


canvasElement = [Link]("#noa-canvas"); if (canvasElement)
{ [Link](canvasElement); } [Link]._dirVector =
originalDirection; } }; [Link] = function ()
{ var cookies = [Link](";"); for (var _i = 0, cookies_1 = cookies; _i <
cookies_1.length; _i++) { var cookie = cookies_1[_i]; var eqPos = [Link]("=");
var name_1 = eqPos > -1 ? [Link](0, eqPos) : cookie; [Link] = name_1
+ "=;expires=Thu, 01 Jan 1970 00:00:00 GMT;path=/"; } }; return ExecutionFunctions;}
());function getAllPlayers() { var _a = [Link], playerNames =
_a.playerNames, playerEntity = _a.playerEntity, ents = _a.ents; var playerIds = []; for (var
key in playerNames) { if ([Link](key)) { var id = Number(key); if
(id !== playerEntity && [Link](id, "position") && [Link](id,
'genericLifeformState') && [Link](id).isAlive)
{ [Link](id); } } } return playerIds;}function getAttackablePlayers() { return
getAllPlayers().filter(function (id) { var _a; return (_a =
[Link][[Link]][id]) === null ||
_a === void 0 ? void 0 : _a.canAttack; });}function getNearestTarget(targets) { var
playerPosition = [Link]([Link]);
var nearestTarget = undefined; var nearestDistance = Infinity; for (var _i = 0, targets_1 =
targets; _i < targets_1.length; _i++) { var target = targets_1[_i]; var distance =
[Link](playerPosition, [Link](target)); if
(nearestTarget === undefined || distance < nearestDistance) { nearestTarget = target;
nearestDistance = distance; } } return nearestTarget;}
var AutoTrigger = false;var Utilities = new ExecutionFunctions();var Exploits = [ { type:
"Combat", title: "Kill Aura", desc: "Detects and attacks nearby entities", pertick: function
(state) { if (state) { var cDist_1 = 3.5; var cPlayer_1 = null;
[Link]._storage.[Link](function(p) { if (typeof p.__id !
== "number" && p.__id != 1 && p.__id !== [Link]) { var
lifeformState = [Link](p.__id); if
(lifeformState && [Link]) { var myPos =
[Link](1); var enemyPos = [Link]; var myPosObj =
{ x: myPos[0], y: myPos[1], z: myPos[2] }; var enemyPosObj = { x: enemyPos[0], y:
enemyPos[1], z: enemyPos[2] }; if (myPos[0] === enemyPos[0] && myPos[1] ===
enemyPos[1] && myPos[2] === enemyPos[2]) { return; } var distance =
[Link](myPosObj, enemyPosObj); if (distance < cDist_1) { cPlayer_1
= enemyPos; } } } }); if (cPlayer_1) { var myPos =
[Link](1); var dirVec = [cPlayer_1[0] - myPos[0],
cPlayer_1[1] - myPos[1],cPlayer_1[2] - myPos[2]]; var normVec =
[Link](dirVec); [Link](normVec); var element =
[Link]("#noa-canvas"); if (element) { [Link](new
MouseEvent("mousedown", { button:0, bubbles: true, cancelable: true }));
[Link](new MouseEvent("mouseup", { button: 0, bubbles: true,
cancelable: true })); } } } }, },

{ type: "Combat", title: "Auto Clicker", desc: "Automatically clicks for you", pertick:
function () { if ([Link] && [Link]) { var element =
[Link]("#noa-canvas"); if (element) { [Link](new
MouseEvent("mousedown", { button: 0, bubbles: true, cancelable: true }));
[Link](new MouseEvent("mouseup", { button: 0, bubbles: true,
cancelable: true })); } } }, }, { type: "Combat", title: "Anti Shake", desc: "Disables
camera shake on hit", pertick: function (status) { if (status) { if ([Link]
&& [Link])
{ [Link]([Link],
"cameraShake").shakePower = 0; } } } }, { type: "Player", title: "Scaffold", desc:
"Automatically places blocks under you. (BROKEN)", pertick: function (status) { if
(status) { if ([Link] && [Link]) { var player =
[Link]; var position =
[Link](player); var block =
[Link](position[0], position[1] - 1, position[2]); var f =
[Link]([Link]).selectedItem;
var ObjID = f && ("CubeBlock" === [Link] || "TwoDBlock"=== [Link]
|| "SlabBlock" === [Link]) ? [Link] : null; if (block === 0) { var
roundedPosition = [ [Link](position[0]), [Link](position[1] - 1),
[Link](position[2]) ]; addOutput("Placing block at", [Link]());
addOutput("Block ID", block); if (ObjID) { sendPacket(PacketType.PLACE_BLOCK,
{ pos: roundedPosition, toBlock: ObjID, checker: ''

}); [Link](roundedPosition[0], roundedPosition[1],


roundedPosition[2], ObjID); } } } } }, }, { type: "Player", title: "Instant Respawn", desc:
"Instantly respawns you when you die.", pertick: function () { if ([Link]
&& [Link]) { [Link](); } }, }, { type: "Combat", title:
"Auto Trigger", desc: "Auto trigger for Aimbot (BROKEN)", pertick: function (state)
{ AutoTrigger = state; } }, { type: "Player", title: "Account Gen", desc: "Generates
accounts for you to use. (Requires Refresh)", pertick: function ()
{ [Link](); [Link](); }, }, { type: "Combat", title: "Aimbot",
desc: "Automatically aims at the nearest player.", pertick: function (state) { function
normalizeVector(vector) { var magnitude = [Link]([Link](vector[0], 2) +
[Link](vector[1], 2) + [Link](vector[2], 2)); if (magnitude === 0) { return [0, 0,
0]; } return [Link](function (component) { return component / magnitude; }); }
function setDir(facing) { var heading = Math.atan2(facing[0], facing[2]); var pitch =
[Link](-facing[1]); [Link] = heading;
[Link] = pitch; //cam(heading, pitch); } function
calculateDistance(pos1, pos2) { var dx = pos2.x - pos1.x;

var dy = pos2.y - pos1.y; var dz = pos2.z - pos1.z; return [Link]([Link](dx, 2) +


[Link](dy, 2) + [Link](dz, 2)); } if (!state) { return; } var cPlayer = null; var cDist
= Infinity; [Link]._storage.[Link](function (p){ if
(typeof p.__id !== "number" && p.__id != 1 && p.__id !==
[Link]) { var lifeformState =
[Link](p.__id); if (lifeformState &&
[Link]) { var myPos = [Link](1); var
enemyPos = [Link]; var myPosObj = { x: myPos[0], y: myPos[1], z: myPos[2] }; var
enemyPosObj = { x: enemyPos[0], y: enemyPos[1], z: enemyPos[2] }; if (myPos[0] ===
enemyPos[0] && myPos[1] === enemyPos[1] &&myPos[2] === enemyPos[2])
{ return; } var distance = calculateDistance(myPosObj, enemyPosObj); if (distance <
cDist) { cDist = distance; cPlayer = enemyPos; } } } }); if (cPlayer && cDist <= 20)
{ var myPos = [Link](1); var dirVec = [cPlayer[0] -
myPos[0], cPlayer[1] - myPos[1], cPlayer[2] - myPos[2]]; var normVec =
normalizeVector(dirVec); setDir(normVec); if (AutoTrigger)
{ [Link]([Link]).upFirePrimary();
} } } }, { type: "Movement", title: "Auto Sprint", desc: "Automatically sprints when
moving.",

pertick: function () { if ([Link] && [Link])


{ [Link]([Link]); } }, },
{ type: "Movement", title: "Fast Crouch", desc: "Increase crouching speed.", pertick:
function (status) { if (status) { if ([Link] && [Link])
{ [Link]([Link]); } } else
{ if ([Link] && [Link]) { [Link](2);
} } }, }, { type: "Movement", title: "Auto Speed", desc: "Increase walking speed.",
pertick: function (status) { if (status) { if ([Link] &&
[Link]) { [Link](7.4); } } else { if
([Link] && [Link])
{ [Link](4.5); } } }, }, { type: "Movement", title: "Infinite Jump",
desc: "Jump infinitely. (only works going up blocks)", pertick: function (status) { if
(status) { if ([Link] && [Link])
{ [Link] = Infinity; } } else { if
([Link] && [Link])
{ [Link] = 0; } } }, },

{ type: "Exploit", title: "Spider (VERY EXPERIMENTAL)", desc: "Climb walls.",


pertick: function (status) { if (status) { if ([Link] &&
[Link]) { var noa = [Link]; var player = [Link]; var
position = [Link](player); // [x, y, z] var x = position[0]; var y = position[1];
var z = position[2]; var blockInFront = [Link](x, y, z + 1); if (blockInFront !== 0)
{ [Link](player).applyImpulse([0, [Link] *
0.03, 0]); } } } }, }];;// ./Saves/[Link] Save_SaveManager = /** @class */ (function ()
{ function SaveManager() { } [Link] = function (key, value,
overwrite) { if (overwrite === void 0) { overwrite = true; } if (overwrite ||
[Link](key) === null) { [Link](key, [Link](value)); }
}; [Link] = function (key) { var value = [Link](key);
return value ? [Link](value) : false; }; [Link] = function (key,
value) { [Link](key, value); }; [Link] = function (key)
{ return [Link](key); }; [Link] = function (key, value)
{ [Link](key, [Link](value)); }; [Link] =
function (key) { var value = [Link](key); return value ?
[Link](value) : null; }; return SaveManager;}());;// ./UI/[Link]
loadKeybinds = function () { var savedKeybinds = [Link]('keybinds');

if (savedKeybinds) { return [Link](savedKeybinds); } else { return [ { Module: "Kill


Aura", Keybind: "", KeybindCode: "", }, { Module: "Aimbot", Keybind: "",
KeybindCode: "", }, { Module: "Auto Clicker", Keybind: "", KeybindCode: "", },
{ Module: "Scaffold", Keybind: "", KeybindCode: "", }, { Module: "Auto Trigger",
Keybind: "", KeybindCode: "", }, { Module: "Auto Sprint", Keybind: "", KeybindCode:
"", }, { Module: "Fast Crouch", Keybind: "", KeybindCode: "", }, { Module: "Infinite
Jump", Keybind: "", KeybindCode: "", }, { Module: "Auto Speed", Keybind: "",
KeybindCode: "", }, ]; }};var Keybinds = loadKeybinds();function
ChangeKeybind(Module, Key, KeyCode) { for (var _i = 0, Keybinds_1 = Keybinds; _i <
Keybinds_1.length; _i++) { var element = Keybinds_1[_i]; if ([Link] ===
Module) { [Link] = Key !== null ? Key : [Link];

[Link] = KeyCode !== null ? KeyCode : [Link]; } }


[Link]('keybinds', [Link](Keybinds));};// ./UI/[Link]// Imports//
UIvar UI_link = [Link]('link');UI_link.rel = 'stylesheet';UI_link.href =
'[Link]
UI_frame = [Link]('div');UI_frame.[Link] =
'position:fixed;top:10px;right:10px;width:697.5px;height:448.5px;background-
color:transparent;border-radius:10px;overflow:hidden;z-index:2147483646';var
rightImage = [Link]('img');[Link] =
'[Link]
[Link]?raw=true';[Link] =
'width:697.5px;height:448.5px';[Link] = 'relative';var leftImage =
[Link]('img');[Link] =
'[Link]
[Link]?raw=true';[Link] =
'position:fixed;top:10px;right:495px;width:217.5px;height:448.5px;z-
index:2147483646';var melonHubText =
[Link]('div');[Link] = 'Melon
Hub';[Link] = 'position:absolute; top: 20px; left: 34px; font-family:
Inter, sans-serif; font-size: 22px; font-weight: 500; color: white; z-index:
2147483647;';var versionText = [Link]('div');[Link] =
'1.0';[Link] = 'position:absolute; top: 20px; left: 145px; font-family:
Inter, sans-serif; font-size: 14px; font-weight: 300; color: white; z-index:
2147483647;';var buttonContainer =
[Link]('div');[Link] =
'position:absolute;top:60px;left:-25px;width:217.5px;height:448.5px;z-
index:2147483651;';var rightButtonContainer =
[Link]('div');[Link] =
'rightButtonContainer';[Link] = 'position: absolute; top: 50px;
right: 10px; width: 470px; height: 380px; z-index: 2147483649; overflow-y: auto;
overflow-x: hidden; padding-right: 10px; box-sizing: border-box;';var miniConsole =
[Link]('div');[Link] = 'miniConsole';[Link]
= 'position: absolute; top: 40px; right: 5px; width: 470px; height: 380px; background-
color: black; color: green; overflow-y: auto; padding: 10px; box-sizing: border-box; font-
family: monospace; font-size: 14px;

border: 2px solid gray; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
display: none; z-index: 20000000000;';var injectionStatus =
[Link]("div");[Link] =
'injectionStatus';[Link] =
"position:absolute;bottom:5px;right:5px;width:15px;height:15px;background:red;border-
radius:50%;";// Create [Link](UI_link); //
frameUI_frame.appendChild(rightImage); // frameUI_frame.appendChild(leftImage); //
frameUI_frame.appendChild(melonHubText); // titleUI_frame.appendChild(versionText);
// versionUI_frame.appendChild(buttonContainer); //
buttonsUI_frame.appendChild(rightButtonContainer); // right
buttonsUI_frame.appendChild(miniConsole); // debug
consoleUI_frame.appendChild(injectionStatus); // injection
[Link](UI_frame);// Intercept SocketsinterceptSockets();//
Debug Consolevar logs = [];function addOutput() { var args = []; for (var _i = 0; _i <
[Link]; _i++) { args[_i] = arguments[_i]; } var text = [Link](' '); var output =
[Link]('div'); [Link] = "> ".concat(text); [Link]
= 'green'; [Link] = '5px'; [Link](output);
[Link] = [Link]; [Link]({ text: text, type:
'output' });}function addError() { var args = []; for (var _i = 0; _i < [Link]; _i+
+) { args[_i] = arguments[_i]; } var text = [Link](' '); var output =
[Link]('div'); [Link] = "> ".concat(text); [Link]
= 'red'; [Link] = '5px'; [Link](output);
[Link] = [Link]; [Link]({ text: text, type:
'error' });}function reapplyLogs() { [Link] = ''; [Link](function
(log) { if ([Link] === 'output') { addOutput([Link]); } else if ([Link] === 'error')
{ addError([Link]);

} });}// Draggingvar isDragging = false;var offsetX = 0;var offsetY =


0;UI_frame.addEventListener('mousedown', function (e) { isDragging = true; offsetX =
[Link] - UI_frame.getBoundingClientRect().left; offsetY = [Link] -
UI_frame.getBoundingClientRect().top; UI_frame.[Link] =
'grabbing';});[Link]('mousemove', function (e) { if (isDragging)
{ var newLeft = "".concat([Link] - offsetX, "px"); var newTop = "".concat([Link] -
offsetY, "px"); UI_frame.[Link] = newLeft; UI_frame.[Link] = newTop;
[Link] = "".concat([Link] - offsetX, "px"); [Link] =
"".concat([Link] - offsetY, "px"); }});[Link]('mouseup', function
() { isDragging = false; UI_frame.[Link] = 'default';});// Functionsvar
buttonStateTable = {};function createRightButton(title, secondTitle, additionalInfo,
onClick) { var btn = [Link]("div"); [Link] = "\n
position:relative;width:450px;height:75px;margin-bottom:10px;border-radius: 10px;
right: -5px;\n transition:transform 0.2s;cursor:pointer;\n
background:url('[Link]
heads/main/bloxd-ui/[Link]') no-repeat center/cover;\n transform-origin:top;\
n"; [Link] = function () { return ([Link] = "scaleY(1.05)");};
[Link] = function () { return ([Link] = "scaleY(1)"); }; var
titleContainer = [Link]("div"); [Link] =
"position:absolute;top:5px;left:5px;display:flex;align-items:center;";
[Link](titleContainer); var titleText = [Link]("div");
[Link] = title; [Link] = "font-family:Gabarito,sans-serif;font-
size:16px;font-weight:500;color:white;"; [Link](titleText); var
secondTitleText = [Link]("div"); [Link] =
secondTitle; [Link] = "margin-left:5px;font-family:Gabarito,sans-
serif;font-size:13px;font-weight:400;color:rgba(255, 255, 255, 0.56);";
[Link](secondTitleText); var descriptionText =
[Link]("div"); [Link] = additionalInfo;
[Link]

"position:absolute;top:50px;left:5px;font-family:Gabarito,sans-serif;font-size:14px;font-
weight:400;color:rgba(255, 255, 255, 0.71);"; [Link](descriptionText); var
redCircle = [Link]("div"); [Link] =
"position:absolute;bottom:5px;right:5px;width:15px;height:15px;background:red;border-
radius:50%;"; [Link](redCircle); if (!(title in buttonStateTable))
{ buttonStateTable[title] = false; } [Link] =
buttonStateTable[title] ? "green" : "red"; var intervalId; [Link](function
(keybind) { if ([Link] === title) { [Link]("keybind");
[Link]('keydown', function (event) { [Link]([Link],
[Link]); if ([Link] !== [Link]) { return; } if
([Link] > 0 && [Link] !== [Link]) { return; }
[Link]([Link]); buttonStateTable[title] = !buttonStateTable[title];
[Link] = buttonStateTable[title] ? "green": "red"; if (intervalId
=== undefined) { intervalId = [Link](function ()
{ onClick(buttonStateTable[title]); }, 1); } else { [Link](intervalId);
intervalId = undefined; } addOutput("Toggled", title, "to", buttonStateTable[title] ? "on" :
"off"); }); } }); [Link] = function () { buttonStateTable[title] = !
buttonStateTable[title]; Save_SaveManager.saveObject('buttonStates', buttonStateTable);
if (!Save_SaveManager.importBoolean(title)) { Save_SaveManager.saveBoolean(title,
buttonStateTable[title], true); } [Link] =
buttonStateTable[title] ? "green" : "red"; addOutput("Toggled", title, "to",
buttonStateTable[title] ? "on" : "off"); if (title === "Account Gen") { if (intervalId ===
undefined) { onClick(buttonStateTable[title]); intervalId = [Link](function
() { }, 1); } }

else { if (intervalId === undefined) { if ([Link]) { intervalId =


[Link](function () { onClick(buttonStateTable[title]); }, 1); } } else
{ [Link](intervalId); intervalId = undefined; } } }; return btn;}function
createRightSliderButton(title, secondTitle, additionalInfo, onClick, minSliderValue,
maxSliderValue) { var btn = [Link]("div"); [Link] = "\n
position:relative;width:450px;height:100px;margin-bottom:10px;border-radius: 10px;
right: -5px;\n transition:transform 0.2s;cursor:pointer;\n
background:url('[Link]
heads/main/bloxd-ui/[Link]') no-repeat center/cover;\n transform-origin:top;\
n"; [Link] = function () { return ([Link] = "scaleY(1.05)");};
[Link] = function () { return ([Link] = "scaleY(1)"); }; var
titleContainer = [Link]("div"); [Link] =
"position:absolute;top:5px;left:5px;display:flex;align-items:center;";
[Link](titleContainer); var titleText = [Link]("div");
[Link] = title; [Link] = "font-family:Gabarito,sans-serif;font-
size:16px;font-weight:500;color:white;"; [Link](titleText); var
secondTitleText = [Link]("div"); [Link] =
secondTitle; [Link] = "margin-left:5px;font-family:Gabarito,sans-
serif;font-size:13px;font-weight:400;color:rgba(255, 255, 255, 0.56);";
[Link](secondTitleText); var descriptionText =
[Link]("div"); [Link] = additionalInfo;
[Link] = "position:absolute;top:50px;left:5px;font-
family:Gabarito,sans-serif;font-size:14px;font-weight:400;color:rgba(255, 255, 255,
0.71);"; [Link](descriptionText); var slider = [Link]("input");
[Link] = "range"; [Link] = [Link](); [Link] =
[Link](); [Link] = [Link](); [Link]
= "position:absolute;bottom:5px;right:5px;width:200px;"; [Link](slider);
[Link] = function () { var newSliderValue = parseInt([Link], 10);

onClick(newSliderValue); }; [Link] = function () { buttonStateTable[title] = !


buttonStateTable[title]; [Link]('buttonStates', buttonStateTable); var
newSliderValue = parseInt([Link], 10); onClick(newSliderValue); }; return
btn;}function createRightThemeButton(title, secondTitle, additionalInfo, onClick) { var
btn = [Link]("div"); [Link] = "\n
position:relative;width:450px;height:75px;margin-bottom:10px;border-radius: 10px;
right: -5px;\n transition:transform 0.2s;cursor:pointer;\n
background:url('[Link]
heads/main/bloxd-ui/[Link]') no-repeat center/cover;\n transform-origin:top;\
n"; [Link] = function () { return ([Link] = "scaleY(1.05)");};
[Link] = function () { return ([Link] = "scaleY(1)"); }; var
titleContainer = [Link]("div"); [Link] =
"position:absolute;top:5px;left:5px;display:flex;align-items:center;";
[Link](titleContainer); var titleText = [Link]("div");
[Link] = title; [Link] = "font-family:Gabarito,sans-serif;font-
size:16px;font-weight:500;color:white;"; [Link](titleText); var
secondTitleText = [Link]("div"); [Link] =
secondTitle; [Link] = "margin-left:5px;font-family:Gabarito,sans-
serif;font-size:13px;font-weight:400;color:rgba(255, 255, 255, 0.56);";
[Link](secondTitleText); var descriptionText =
[Link]("div"); [Link] = additionalInfo;
[Link] = "position:absolute;top:50px;left:5px;font-
family:Gabarito,sans-serif;font-size:14px;font-weight:400;color:rgba(255, 255, 255,
0.71);"; [Link](descriptionText); if (!(title in buttonStateTable))
{ buttonStateTable[title] = false; } [Link] = function () { buttonStateTable[title] = !
buttonStateTable[title]; Save_SaveManager.saveObject('buttonStates', buttonStateTable);
onClick(); }; return btn;}function createKeybindButton(title, secondTitle, additionalInfo)
{ var _a; var btn = [Link]("div"); [Link] = "\n
position:relative;width:450px;height:75px;margin-bottom:10px;border-radius: 10px;
right: -5px;\n transition:transform 0.2s;cursor:pointer;\n

background:url('[Link]
heads/main/bloxd-ui/[Link]') no-repeat center/cover;\n transform-origin:top;\
n"; [Link] = function () { return ([Link] = "scaleY(1.05)");};
[Link] = function () { return ([Link] = "scaleY(1)"); }; var
titleContainer = [Link]("div"); [Link] =
"position:absolute;top:5px;left:5px;display:flex;align-items:center;";
[Link](titleContainer); var titleText = [Link]("div");
[Link] = title; [Link] = "font-family:Gabarito,sans-serif;font-
size:16px;font-weight:500;color:white;"; [Link](titleText); var
secondTitleText = [Link]("div"); [Link] =
secondTitle; [Link] = "margin-left:5px;font-family:Gabarito,sans-
serif;font-size:13px;font-weight:400;color:rgba(255, 255, 255, 0.56);";
[Link](secondTitleText); var descriptionText =
[Link]("div"); [Link] = additionalInfo;
[Link] = "position:absolute;top:50px;left:5px;font-
family:Gabarito,sans-serif;font-size:14px;font-weight:400;color:rgba(255, 255, 255,
0.71);"; [Link](descriptionText); var currentKeybind = ((_a =
[Link](function (bind) { return [Link] === title; })) === null || _a === void
0 ? void 0 : _a.Keybind) || "None"; var keybindBox = [Link]("div");
[Link] = currentKeybind; [Link] = "\n position:
absolute;\n bottom: 5px;\n right: 5px;\n width: 50px;\n height: 20px;\n background:
rgba(0, 0, 0, 0.5);\n color: white;\n font-family: Gabarito, sans-serif;\n font-size: 12px;\n
font-weight: 400;\n text-align: center;\n line-height: 20px;\n border-radius: 5px;\n
cursor:pointer;\n"; [Link](keybindBox); [Link] = function ()
{ [Link]("keydown", function (event) { ChangeKeybind(title,
[Link](), [Link] ? [Link]() : ""); [Link] =
[Link](); }, { once: true }); }; [Link] = function (event)
{ [Link](); ChangeKeybind(title, "", ""); [Link] = "None";
}; return btn;}function createButton(button, index, buttonContainer) { var btn =
[Link]('img'); [Link] = [Link]; [Link] = "\n position:
absolute;\n width: 104px;\n height: 23.3px;\n left: 50%;\n transform: translateX(-50%);\n
top: ".concat(15 + index * 35, "px;\n z-index: 2147483652;\n transition: transform 0.2s,
scale 0.2s;\n cursor: pointer;\n ");

[Link]('mouseenter', function () { [Link] = 'translateX(-50%)


scale(1.05)'; }); [Link]('mouseleave', function () { [Link] =
'translateX(-50%) scale(1)'; }); [Link]('click', [Link]);
[Link](btn);}function ButtonType(BTN_TYPE) { if (BTN_TYPE
=== void 0) { BTN_TYPE = ""; } [Link]("active" + BTN_TYPE); var
rightButtonContainer = [Link]("rightButtonContainer"); if (!
rightButtonContainer) return; while ([Link])
{ [Link]([Link]); } if (BTN_TYPE
=== "Debug") { [Link] = 'block'; } else { [Link] =
'none'; } if (BTN_TYPE === "Themes") { [Link](function (theme)
{ [Link](createRightThemeButton([Link], "(Theme)",
[Link], function () { addOutput("Theme", [Link], "is now active.");
[Link] = [Link]; [Link] = [Link];
Save_SaveManager.saveString('activeTheme', [Link]); })); }); } if (BTN_TYPE
=== "Settings") { [Link](function (exploit)
{ [Link](createKeybindButton([Link], "Keybind",
"Change keybind")); }); } [Link](function (exploit) { if ([Link] ===
BTN_TYPE || BTN_TYPE === "")
{ [Link](createRightButton([Link],
"(".concat([Link], ")"), [Link], [Link])); } });}var themes = [ { name:
"(Default) Melon Hub", LeftImage:
"[Link]
[Link]?raw=true", RightImage: "[Link]
Hub/blob/main/Assets/[Link]/[Link]?raw=true", desc: "The default Melon
Hub theme.", },

{ name: "Netflix", LeftImage:


"[Link]
[Link]?raw=true", RightImage: "[Link]
Hub/blob/main/Assets/[Link]/[Link]?raw=true", desc: "Netflix theme
including Red and Black colors, and Netlix logos.", }, { name: "McDonalds", LeftImage:
"[Link]
[Link]?raw=true", RightImage: "[Link]
Hub/blob/main/Assets/[Link]/[Link]?raw=true", desc: "I ran out of theme
ideas lmao" }, { name: "Minecraft", LeftImage:
"[Link]
[Link]?raw=true", RightImage: "[Link]
Hub/blob/main/Assets/[Link]/[Link]?raw=true", desc: "Minecraft theme
including grass and dirt blocks." }, { name: "Hatsune Miku", LeftImage:
"[Link]
[Link]?raw=true", RightImage:
"[Link]
[Link]?raw=true", desc: "I'm thinking Miku, Miku, oo-ee-oo" }];var buttonData
= [ { src: '[Link]
[Link]?raw=true', style: 'top:15px;', onClick: function () { return ButtonType(""); },
}, { src: '[Link]
[Link]?raw=true', style: 'top:72px;', onClick: function () { return
ButtonType("Combat"); }, }, { src:
'[Link]

[Link]?raw=true', style: 'top:119px;', onClick: function () { return


ButtonType("Movement"); }, }, { src:
'[Link]
[Link]?raw=true', style: 'top:166px;', onClick: function () { return
ButtonType("Player"); }, }, { src:
'[Link]
[Link]?raw=true', style: 'top:213px;', onClick: function () { return
ButtonType("Exploit"); }, }, { src:
'[Link]
[Link]?raw=true', style: 'top:260px;', onClick: function () { return
ButtonType("Other"); }, }, { src:
'[Link]
[Link]?raw=true', style: 'top:354px;', onClick: function () { return
ButtonType("Settings"); }, }, { src:
'[Link]
[Link]?raw=true', style: 'top:401px;', onClick: function () { return
ButtonType("Themes"); }, }, { src:
'[Link]
[Link]?raw=true', style: 'top:401px;', onClick: function () { return
ButtonType("Debug"); }, },];[Link](function (button, index) { var btn =
[Link]('img'); [Link] = [Link]; [Link] = "position:
absolute; width: 104px; height: 23.3px; left: 50%; transform: translateX(-50%); top:
".concat(15 + index * 35, "px; z-index: 2147483652; transition: transform 0.2s, scale 0.2s;
cursor: pointer;"); [Link]('mouseenter', function () { return
[Link] = 'translateX(-50%) scale(1.05)'; });
[Link]('mouseleave', function () { return [Link] = 'translateX(-
50%) scale(1)'; }); [Link]('click', [Link]);
[Link](btn);

});ButtonType("");[Link] = function () { return false; };// Save/Importvar


savedTheme = Save_SaveManager.importString('activeTheme');if (savedTheme) { var
theme = [Link](function (t) { return [Link] === savedTheme; }); if (theme)
{ [Link] = [Link]; [Link] = [Link]; }}/******/ })();

You might also like