--https://discord.gg/fqRKstBTBF
local DiscordLink = "https://discord.gg/fqRKstBTBF"
local ScreenGui = Instance.new("ScreenGui")
ScreenGui.ResetOnSpawn = false
ScreenGui.Parent = game:GetService("CoreGui")
local Frame = Instance.new("Frame")
Frame.Size = UDim2.new(0, 320, 0, 180)
Frame.Position = UDim2.new(0.5, -160, 0.5, -90)
Frame.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
Frame.BorderSizePixel = 0
Frame.Parent = ScreenGui
local Corner = Instance.new("UICorner")
Corner.CornerRadius = UDim.new(0, 10)
Corner.Parent = Frame
local Title = Instance.new("TextLabel")
Title.Size = UDim2.new(1, 0, 0, 70)
Title.BackgroundTransparency = 1
Title.Text = "Join Discord To get script (IN DEVELOPMENT)"
Title.TextColor3 = Color3.fromRGB(255, 255, 255)
Title.TextSize = 18
Title.Font = Enum.Font.GothamBold
Title.TextWrapped = true
Title.Parent = Frame
local Button = Instance.new("TextButton")
Button.Size = UDim2.new(0.85, 0, 0, 45)
Button.Position = UDim2.new(0.075, 0, 0, 120)
Button.BackgroundColor3 = Color3.fromRGB(88, 101, 242)
Button.Text = "Join Discord"
Button.TextColor3 = Color3.fromRGB(255, 255, 255)
Button.TextSize = 20
Button.Font = Enum.Font.GothamBold
Button.Parent = Frame
local ButtonCorner = Instance.new("UICorner")
ButtonCorner.CornerRadius = UDim.new(0, 8)
ButtonCorner.Parent = Button
setclipboard(DiscordLink)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Vxszz Script";
Text = "Discord link copied to clipboard!";
Duration = 5;
})
pcall(function()
if syn and syn.request then
syn.request({
Url = "http://127.0.0.1:6463/rpc?v=1",
Method = "POST",
Headers = {["Content-Type"] = "application/json", ["Origin"] = "https://discord.com"},
Body = game:GetService("HttpService"):JSONEncode({
cmd = "INVITE_BROWSER",
args = {code = "fqRKstBTBF"},
nonce = game:GetService("HttpService"):GenerateGUID(false)
})
})
elseif 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 = game:GetService("HttpService"):JSONEncode({
cmd = "INVITE_BROWSER",
args = {code = "fqRKstBTBF"},
nonce = game:GetService("HttpService"):GenerateGUID(false)
})
})
end
end)
Button.MouseButton1Click:Connect(function()
setclipboard(DiscordLink)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Copied",
Text = "Discord link copied again!",
Duration = 3
})
end)
task.delay(10, function()
if ScreenGui then ScreenGui:Destroy() end
end)
Comments
i isnt even developed yet son