Roblox Scripts - PLS DONATE [3 GUIS] | Best Way To Farm Robux!

 

3 Scripts, helping you get a large amount of robux by playing the game Pls Donate!


Script | V.G Hub 

loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()


Script | R15 GUI

loadstring(game:HttpGet("https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/R15GUI.lua"))()


Script | Find Rich People/Server Hop

local minimum = 1500 -- enter your minimum robux donated amount here

loadstring(game:HttpGet("https://hypernite.xyz/Scripts/Ukraine.lua"))()

if game.PlaceId ~= 8737602449 then return end -- failed attempt at autoexec compatability below, feel free to try and fix it

if not game.IsLoaded then game.Loaded:Wait() end

--wait(.5)

local highestdono = 0


local highestplr = nil


--writefile("MinimumDonation.txt",tostring(minimum))


for i,v in pairs(game:GetService("Players"):GetPlayers()) do


   repeat wait() until v:FindFirstChild("leaderstats")


end


local function getDonated(plr)


   local stats = plr:WaitForChild("leaderstats")


   local donated = stats:FindFirstChild("Donated")


   if donated == nil then


       return 0


   end


   return donated.Value


end


local function shop() -- infinite yield serverhop


   local x = {}


   for _, v in ipairs(game:GetService("HttpService"):JSONDecode(game:HttpGetAsync("https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100")).data) do


    if type(v) == "table" and v.maxPlayers > v.playing and v.id ~= game.JobId then


    x[#x + 1] = v.id


    end


   end


   if #x > 0 then


    game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, x[math.random(1, #x)])


    game:GetService("GuiService").UiMessageChanged:Wait()


       shop()


   else


    return error("Couldn't find a server.")


   end


end


for i,v in pairs(game:GetService("Players"):GetPlayers()) do


   if i == 1 then continue end


   local dono = getDonated(v)


   if dono > highestdono then


       highestdono = dono


       highestplr = v


   end


end


if highestdono >= minimum then


   local richPlayers = {}


   for i,v in pairs(game:GetService("Players"):GetPlayers()) do


       if i == 1 then continue end


       if getDonated(v) >= minimum then


           table.insert(richPlayers,v)


       end


   end


   game:GetService("StarterGui"):SetCore("SendNotification", {


Title = "Richest player found!",


Text = highestplr.Name .. " has donated " .. highestdono .. "R$",


Duration = 15


})


table.foreach(richPlayers,function(i)


   print(richPlayers[i].Name .. " donated " .. tostring(getDonated(richPlayers[i])) .. "R$")


end)


else


   shop()


  

end

Previous Post Next Post