SHCREW

autofarm lifting simulator false

Sep 9th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. _G.AutoFarm = false
  2.  
  3. if(_G.AutoFarm == true) then
  4. while wait(0.5) do
  5. game:GetService("ReplicatedStorage").RemoteEvent:FireServer("LiftWeight")
  6.  
  7. if(_G.AutoFarm == false) then
  8. break
  9. end
  10. end
  11. end
Add Comment
Please, Sign In to add comment