ADVERTISEMENTREMOVE ADS

Force Join Discord Source

Universal script
9 months ago
Script preview thumbnail
Script Preview

Description

Force someone to get your discord invite, ONLY WORKS ON PC.

Features:

  • Discord
  • Join
  • Join Discord
  • Discord Join
ADVERTISEMENTREMOVE ADS
30 Lines • 859 Bytes
Verified
Raw
--____________________________
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

Comments

2 comments
to add a comment
ph

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

0
0
Mx

@photon ye ik

0
0
ADVERTISEMENTREMOVE ADS