Skip to content

Instantly share code, notes, and snippets.

View s-a-ng's full-sized avatar
🐵

sang . gnas s-a-ng

🐵
  • 03:09 (UTC -07:00)
View GitHub Profile
@s-a-ng
s-a-ng / Example.lua
Created August 9, 2024 04:26
Examples
_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()
@s-a-ng
s-a-ng / discord-login-page.markdown
Created January 28, 2023 18:26
Discord Login page

Discord Login page

A work in progress discord Login page. Planning to make it responsive and add extra features

A Pen by Yeshaya on CodePen.

License.

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")