This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| loadstring(game:HttpGet("https://raw.githubusercontent.com/lluadev/Notifications/main/ScriptPopUp"))() | |
| local phantom_hub_settings = { | |
| AutoFarm = { | |
| Enabled = false, -- true / false to enable autofarm | |
| FastMode = true, -- disable this if ur losing fps | |
| DoTick = false, -- enable this if ur in first sea if u want | |
| AntiAFK = true, -- leave it on bruh | |
| Clump = true, -- disable this if ur not getting much progress | |
| AutomateStats = false, -- if u want it to auto stat | |
| AutoStats = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! | |
| ]] | |
| local ESPLib = {} | |
| function ESPLib:CreateESPTag(params) | |
| local RunService = game:GetService("RunService") | |
| local player = game.Players.LocalPlayer | |
| local camera = game:GetService("Workspace").CurrentCamera |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! | |
| ]] | |
| local ESPLib = {} | |
| function ESPLib:CreateESPTag(params) | |
| local RunService = game:GetService("RunService") | |
| local player = game.Players.LocalPlayer | |
| local camera = game:GetService("Workspace").CurrentCamera |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! | |
| ]] | |
| _G.Settings = { | |
| Players = { | |
| ["Ignore Me"] = true, -- Ignore your Character | |
| ["Ignore Others"] = true-- Ignore other Characters | |
| }, | |
| Meshes = { | |
| Destroy = false, -- Destroy Meshes |