ADVERTISEMENTREMOVE ADS
Force Join Discord Source
47,448 views
Universal script•
9 months ago

Script Preview
Description
ADVERTISEMENTREMOVE ADS
30 Lines • 859 Bytes
Verified
--____________________________
local invite = "pinguindev" --|-- // Invite code, example: https://discord.gg/pinguindev, put pinguindev. //
--____________________________|
local HttpService = game:GetService("HttpService")
local httprequest = (syn and syn.request)
or (http and http.request)
or http_request
or (fluxus and fluxus.request)
or request
if not httprequest then
warn("No valid HTTP request function found.")
return
end
httprequest({
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',
nonce = HttpService:GenerateGUID(false),
args = {code = invite}
})
})
-- // pinuindev
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS







Comments
They also have to have the discord app installed on their pc and most ppl are mobile nowadays so theirs kinda no point
@photon ye ik