Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by : https://v3rmillion.net/member.php?action=profile&uid=1642742
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/lime"))()
- local w = Library:Window("Main")
- local Virtual = game:GetService("VirtualUser")
- local active = nil
- _G.AutoClick = false
- w:Toggle("Auto Click", function(v)
- _G.AutoClick = v
- if _G.AutoClick then
- active = true
- while _G.AutoClick do
- Virtual:Button1Down(Vector2.new(5, 0))
- wait()
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement