Pls Donate Script

This new script for the Roblox Game “PLS DONATE” will automatically send a random thank you message into the chat once someone donated something to you. This script also comes with an anti-afk, allowing you to thank people even whilst being fully afk, which could potentially get you even more donations.

85346A1E BC94 4475 9D03 CBE74885CBB5

Script Creator

  • Discord

    Not specified

All files uploaded to weinzspace website are checked for viruses. If this script turned out to be unsafe for any reason, please contact us immediately!

1. Copy the script that is at the bottom
2. Run the injector that suits you
3. After opening the injector, insert the script into it and put it into the game.

In order to contact the author of the script, scroll through the page a little higher and find the inscription "Script Creator". There will be the author's contacts that he indicated. If the author has not specified contacts, then unfortunately it will not be possible to contact him.

-- weinzspace.com / #1 roblox script database! --
getgenv().autoThank = true msgsTable = { "master oogway thanks u", "fr fr ong ty", "me when the impostor donated, thanks", "lets goo dude thanks" } game.Players.LocalPlayer.leaderstats.Raised.Changed:Connect(function() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msgsTable[math.random(0, #msgsTable)], "all") end) local VirtualUser= game:GetService("VirtualUser") game.Players.LocalPlayer.Idled:connect(function() VirtualUser:CaptureController() VirtualUser:ClickButton2(Vector2.new()) end)
-- The script was copied from the site weinzspace.com ! --