A work in progress discord Login page. Planning to make it responsive and add extra features
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
| _G.AuthorizationData = { | |
| ["API_KEY"] = "", | |
| } | |
| local BotPool = loadstring(game:HttpGet("http://botted.gay/scripts/BotPool.lua"))() -- Site Defunct | |
| local PoolStatus = BotPool:GetPoolStatus() | |
| local UserAccountInformation = BotPool:GetAccountStatus() |
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
| local function KickLocalPlayer(Message) | |
| local Blur = Instance.new("BlurEffect") | |
| Blur.Parent = game.Lighting | |
| Blur.Size = 24 | |
| Blur.Enabled = true | |
| local ScreenGui = Instance.new("ScreenGui") | |
| local promptOverlay = Instance.new("Frame") | |
| local ErrorPrompt = Instance.new("Frame") | |
| local PromptLayout = Instance.new("UIListLayout") |