PLS DONATE – AUTO BEG SCRIPT OPEN SOURCE

Created by dank

Features:

  • AUTO BEG
    • Make sure you claim a stand or buy a Donation Sign so people can donate to you
    • This doesn’t loop btw. Make sure you don’t interact to avoid bugs
  • OPEN SOURCE

SCRIPT:

 local Players = game:GetService("Players")
local lp = Players.LocalPlayer
local cooldown = 10
local minimumDonated = 5000
local mostDonated = false

--//Messages\\

local msgs = {
    "give me your robux",
    "Can you donate to me?",
    "placeholder",
    "placeholder",
}
--//Script\\
if mostDonated == true then
    for i, v in next, Players:GetPlayers() do
        if v.Name ~= lp.Name and v.leaderstats:WaitForChild("Donated").Value > minimumDonated then
            lp.Character.Humanoid:MoveTo(v.Character.HumanoidRootPart.Position)
            wait(4)
            game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(
                msgs[math.random(1, #msgs)],
                "All"
            )
            wait(cooldown)
        end
    end
elseif mostDonated == false then
    for i, v in next, Players:GetPlayers() do
        if v.Name ~= lp.Name then
            lp.Character.Humanoid:MoveTo(v.Character.HumanoidRootPart.Position)
            wait(4)
            game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(
                msgs[math.random(1, #msgs)],
                "All"
            )
            wait(cooldown)
        end
    end
end
 

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!