PLS DONATE Script Lists
loadstring(game:HttpGet("https://raw.githubusercontent.com/NocturneMoDz/PLEASE-DONATE-BOOTH-/main/METAB"))()
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
loadstring(game:HttpGet("https://raw.githubusercontent.com/NocturneMoDz/PLS-DONATE/main/METAB"))()
loadstring(game:HttpGet("https://pastebin.com/raw/CKPD54Qw"))()
Copy Scripts From Above Code Boxes & Paste Them into Script Executor
Please Disable Your Antivirus Before Using Roblox Scripts
If You Find Any Broken Script Please Contact us Through Comments
Comment Your Queries And Requests In The Specific Script Comment Box.