Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().Settings = {
- ["Auto Click Keybind"] = "V", -- Use an UpperCase letter or KeyCode Enum. Ex: Enum.KeyCode.Semicolon
- ["Lock Mouse Position Keybind"] = "B",
- ["Right Click"] = false,
- ["GUI"] = true, -- A drawing gui that tells you what is going on with the autoclicker.
- ["Delay"] = 1 -- 0 for RenderStepped, other numbers go to regular wait timings.
- }
- loadstring(game:HttpGet("https://raw.githubusercontent.com/BimbusCoder/Script/main/Auto%20Clicker.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement