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
--[[ v1.0.0 https://wearedevs.net/obfuscator ]] return(function(...)local B={"\080\120\068\121\066\098\119\101\106\113\057\122\048\084\081\043\087\067\061\061","\114\074\115\073\090\069\109\054\048\110\048\113\049\086\110\057\066\090\101\111\101\071\061\061","\110\066\057\054\108\112\061\061";"\079\107\090\105\085\049\056\047\106\099\119\105\081\066\083\083\078\048\061\061","\043\101\076\120\053\068\070\043\105\081\082\053\065\110\115\113\118\099\104\112";"\119\087\107\118\102\108\116\076\085\090\099\047\116\112\061\061","\119\107\056\103\054\049\065\061";"\080\072\055\121\065\111\067\050\043\088\097\112\105\122\098\112\112\049\067\051\086\055\107\119\067\108\056\105\072\121\048\081\090\051\120\067\084\120\057\061";"\090\117\076\108\050\088\070\090\100\048\061\061";"\074\099\105\097\054\107\083\057\083\104\089\053\081\066\108\111\101\080\071\072\070\079\120\111\052\116\121\055\097\122\084\107\071\119\075\120\106\049\078\080\086\071\061\061";"\054\056\098\072\073\068\051\119","\099\088\054\052\104\082\116\086\ |
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
-- ====== Setup ====== | |
local Players = game:GetService("Players") | |
local RunService = game:GetService("RunService") | |
local HttpService = game:GetService("HttpService") | |
local player = Players.LocalPlayer | |
-- ====== Theme Modern ====== | |
local COLOR_BG = Color3.fromRGB(10,20,40) | |
local COLOR_PANEL = Color3.fromRGB(25,55,120) |