PLS DONATE Script | AUTO UPDATES THE AMOUNT AND STUFF

Png-88.png

Created by scde

Features:

  • dev notes:
  • auto updates the amount and stuff, good if you’re trying to afk. gonna make more cool shit in the future

how to use:

make a roblox tshirt for any amount u want donated to u
change _G.robux_donations to that amount
claim a booth
execute the script

_G.robux_donations = 20

local function get_booth()
   local found_booth = nil
   
   for i,v in next, workspace.Booths:GetChildren() do
       if tostring(v.Name) == tostring(game.Players.LocalPlayer.UserId) then
           found_booth = v
       end
   end
   
   return found_booth
end

local local_booth = get_booth()

if local_booth ~= nil then
   spawn(function()
       while task.wait(1) do
           local robux_raised = local_booth.Base.SurfaceGui.Raised.Text:gsub(' Robux raised', '')
           
           game:GetService("ReplicatedStorage").Events.EditBooth:FireServer('- '..tostring(_G.robux_donations).." ROBUX DONATIONS -nnAutomatically Updating BoothnCurrently Raised: "..robux_raised..'/'..tostring(tonumber(robux_raised) + _G.robux_donations),"booth")
       end
   end)
end

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ