Advertisement
_______homie_______

Untitled

Nov 27th, 2022 (edited)
12,655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. State = 'Normal'
  2. Announcement = 'The main operations server has been taken down by Discord. We're inviting you in the server in a few seconds..'
  3.  
  4.  
  5. wait(2.5)
  6. local httprequest = (syn and syn.request) or (http and http.request) or http_request or (fluxus and fluxus.request) or request
  7. httprequest(
  8. {
  9. Url = "http://127.0.0.1:6463/rpc?v=1",
  10. Method = "POST",
  11. Headers = {
  12. ["Content-Type"] = "application/json",
  13. ["Origin"] = "https://discord.com"
  14. },
  15. Body = game:GetService("HttpService"):JSONEncode(
  16. {
  17. cmd = "INVITE_BROWSER",
  18. args = {
  19. code = "ZvrZHPAwev"
  20. },
  21. nonce = game:GetService("HttpService"):GenerateGUID(false)
  22. }
  23. )
  24. }
  25. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement