ADVERTISEMENTREMOVE ADS

Auto Join Discord Script

Universal script
9 months ago
Script preview thumbnail
Script Preview

Description

when you execute it it will auto join your discord server you can put it in your script/scripthub

I'm making this script for fun lol join my discorddddd

Features:

  • Auto Join
ADVERTISEMENTREMOVE ADS
25 Lines • 881 Bytes
Verified
Raw
local discordInvite = "https://discord.com/invite/put your invite here"
local http_request = (syn and syn.request) or (http and http.request) or request
if http_request then
http_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 = string.match(discordInvite, "discord%.com/invite/(%w+)")},
nonce = game:GetService("HttpService"):GenerateGUID(false)
})
})
else
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Executor Not Supported",
Text = "Join manually: "..discordInvite,
Duration = 5
})
end
ADVERTISEMENTREMOVE ADS

Comments

9 comments
to add a comment
BB

ty for this

1
0
Au

@BBScripts no problem

0
0
Ma

time to skid this and be like i made this

2
0
Au

@Maanaaaa rscripts admin skidding :O

0
0
Ma

@Aura i'm a professional skidder, made a whole script by skidding :D

0
0
Ha

how convenient for this to pop up when i need it

0
0
Da

Xeno does not work

0
0
Au

@Danechka probably not supported

0
0
Da

@Aura so sad

0
0
ADVERTISEMENTREMOVE ADS