getgenv().Settings = {
["Auto Click Keybind"] = Enum.KeyCode.KeypadTwo, -- Use an UpperCase letter or KeyCode Enum. Ex: Enum.KeyCode.Semicolon
["Lock Mouse Position Keybind"] = Enum.KeyCode.KeypadFive,
["Right Click"] = false,
["GUI"] = true, -- A drawing gui that tells you what is going on with the autoclicker.
["Delay"] = 0 -- 0 for Heartbeat, other numbers go to regular task.wait timings.
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/localfossa/scripts/main/universal-auto-clicker/main.lua", true))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/localfossa/scripts/main/numacher-clicker/main.lua", true))()