Advertisement
Pastebloxian

Bee Swarm auto dig (Semi-working)?

Mar 5th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. _G.on = true -- false to disable auto-fast-dig
  2. while _G.on do
  3. game.Workspace.namehere.TOOL.ClickEvent:FireServer(3)
  4. wait()
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement