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
:root{--main-color: #2780e6;--hover-color: #1e63b3;--success-color: #43b581;--danger-color: #982929;--channel-unread: var(--main-color);--channel-color: rgba(255, 255, 255, 0.3);--muted-color: rgba(255, 255, 255, 0.1);--channel-text-selected: #fff;--url-color: var(--main-color);--online-color: #43b581;--idle-color: #faa61a;--dnd-color: #982929;--offline-color: #808080;--streaming-color: #593695;--main-font: gg sans, Helvetica Neue, Helvetica, Arial, sans-serif;--code-font: Consolas, Liberation Mono, Menlo, Courier, monospace;--font-display: var(--main-font);--text-normal: rgb(220, 221, 222);--text-muted: rgb(114, 118, 125);--channels-width: 220px;--members-width: 240px;--background-shading: 100%;--background-overlay: rgba(0, 0, 0, 0.6);--background-image: url(https://clearvision.github.io/images/sapphire.jpg);--background-position: center;--background-size: cover;--background-repeat: no-repeat;--background-attachment: fixed;--background-brightness: 100%;--background-contrast: 100%;--background-saturation: 100 |
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
-- this shit is actually pasted wtf | |
-- not fixing cuz this code is aids | |
if library then | |
library:unload() | |
end | |
local loadtick = tick() | |
local drawing = loadstring(game:HttpGet("https://raw.githubusercontent.com/ShamblesHaxx/Watermark-LUA/main/drawing%20lib.lua"))() | |
local tween = loadstring(game:HttpGet("https://raw.githubusercontent.com/vozoid/utility/main/Tween.lua"))() |
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
-- shit ui | fixed by portal | |
local Decode = (syn and syn.crypt.base64.decode) or (crypt and crypt.base64decode) or base64_decode; | |
local loadtick = tick() | |
local drawing = loadstring(game:HttpGet("https://raw.githubusercontent.com/ShamblesHaxx/Watermark-LUA/main/drawing%20lib.lua"))() | |
local tween = loadstring(game:HttpGet("https://raw.githubusercontent.com/vozoid/utility/main/Tween.lua"))() | |
local services = setmetatable({}, { | |
__index = function(_, k) | |
k = (k == "InputService" and "UserInputService") or k | |
return game:GetService(k) |
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
-- nixuz. | |
if _G.version == "user" then | |
local L_1_ = false; | |
if game.PlaceId == 8065776277 and L_1_ then | |
repeat | |
wait() | |
until game:IsLoaded() | |
setfpscap(144) |
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
-- pwned i guess,.... | |
-- fix brain sjros | |
LPH_NO_VIRTUALIZE = function(a) return a end | |
LPH_NO_UPVALUES = function(a) return a end | |
if _G.version == "user" then | |
local L_1_ = false; | |
if game.PlaceId == 8065776277 and L_1_ then | |
repeat |
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
-- neverblox | |
game:GetService("Players").LocalPlayer.PlayerGui.GUI.Spectate.PlayerBox.GreyPart.PHealth.Position = UDim2.new(0, 5, 0, 0) | |
game:GetService("Players").LocalPlayer.PlayerGui.GUI.Spectate.PlayerBox.GreyPart.Plus.ImageTransparency = 1 | |
game:GetService("Players").LocalPlayer.PlayerGui.GUI.Circle.Transparency = 0.6 | |
game:GetService("Players").LocalPlayer.PlayerGui.GUI.Vitals.Transparency = 1 |