Advertisement
exploit43262

Untitled

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