--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local Players = game:GetService("Players") local HttpService = game:GetService("HttpService") local invite = "https://discord.gg/Nzxj2tsa" if request then request({ Url = "http://127.0.0.1:6463/rpc?v=1", Method = "POST", Headers = { ["Content-Type"] = "application/json", ["Origin"] = "https://discord.com" }, Body = HttpService:JSONEncode({ cmd = "INVITE_BROWSER", args = { code = "Nzxj2tsa" }, nonce = HttpService:GenerateGUID(false) }), }) else setclipboard(invite) end Players.LocalPlayer:Kick("\n[skid hub]\n\njoin discord (dw its free and keyless):\n" .. invite)