Universal Auto Clicker

Uploaded On
Script Credit :- aturner#5673
Features

Auto Clicker

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

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"] = 0 -- 0 for RenderStepped, other numbers go to regular wait timings. } loadstring(game:HttpGet("https://raw.githubusercontent.com/BimbusCoder/Script/main/Auto%20Clicker.lua"))()