Advertisement
MaxproGlitcher

Code auto Cliker New Béta avec setting 2/2

May 4th, 2024 (edited)
25
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", -- Utilisez une lettre majuscule ou un Enum KeyCode. Ex : Enum.KeyCode.Semicolon
  3. ["Lock Mouse Position Keybind"] = "B",
  4. ["Right Click"] = false,
  5. ["GUI"] = true, -- Une interface graphique qui vous indique ce qui se passe avec l'autoclicker.
  6. ["Delay"] = 0 -- O pour RenderStepped, les autres chiffres correspondent aux temps d'attente normaux.
  7. }
  8. loadstring(game:HttpGet("https://pastebin.com/raw/Yp2Cjk5K"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement