SigmaBoy456

Roblox strongman legend Auto Farm Script

Jun 2nd, 2024
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. --Equip some tool or use something in map to make script active for example dump weight
  2. local function R()
  3.   local args = {
  4.     [1] = {
  5.         [1] = "Active"
  6.     }
  7. }
  8.  
  9. game:GetService("ReplicatedStorage").ModuleScript.Control.BenchPressControl.RemoteEvent:FireServer(unpack(args))
  10. end
  11.  
  12. while true do
  13.   R()
  14. wait(0.5)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment