Advertisement
deathknight6666

Lollipop Simulator

Dec 2nd, 2018
3,386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. -- hi there its me again and i'm releasing an auto farmer instead of using auto clicker you can use this! :3
  2.  
  3. _G.toggle = true --true ON | false OFF
  4. while _G.toggle do
  5. wait()
  6. local A_1 = game:GetService("Workspace").hellblock.Lollipop
  7. local Event = game:GetService("ReplicatedStorage").Lick
  8. Event:InvokeServer(A_1)
  9. end
  10.  
  11. -- https://www.roblox.com/games/2610716991/Lollipop-Simulator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement