thi2004

Hack Business Simulator rebirth

Jun 30th, 2018
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. _G.FarmEnable = true -- change to false then execute to stop
  2.  
  3. while _G.FarmEnable do
  4. wait(0.01)
  5. local A_1 = "Rusty Machinery"
  6. local A_2 = -math.huge
  7. local Event = game:GetService("ReplicatedStorage").Events.BuyItem
  8. Event:InvokeServer(A_1, A_2)
  9. wait(0.1)
  10. local rebirthevent = game:GetService("ReplicatedStorage").Events.Rebirth
  11. rebirthevent:InvokeServer()
  12. end
Add Comment
Please, Sign In to add comment