NoobyDudeS

Roblox AutoClicker (old)

Jan 11th, 2022 (edited)
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- The Autoclicker roblox is now outdated. you must be kicked or safe in roblox game when you load it.
  2.  
  3. Local AutoClicker = true
  4.  
  5. AutoClicker.Name = AutoClicker -- if you change this, it will not work.
  6. AutoClicker.Assets = 1500 -- dont change
  7. AutoClicker.Auto.Click = true -- Auto clicker.
  8. AutoClicker.Speed.Click = 900 -- if it close to 1000, they might laggy.
  9. AutoClicker.Click.Interval = 1 -- change this if you want
  10. AutoClicker.Mouse.Button = Left
  11. AutoClicker.Click.Type = Single -- only works single or double.
  12. AutoClicker.HotKey = "Shift + C" -- change this if you want. only works letters,+,Shift,Enter,Ctrl,Fn And Alt!
  13.  
  14. if AutoClicker.HotKey on,
  15. Auto Clicker = true
  16.  
  17. if AutoClicker.HotKey off,
  18. Auto Clicker = false
  19.  
  20. if Auto Clicker false, -- dont delete these! you will be kicked too when u remove it.
  21. wait(5)
  22. function kick(Me)
  23. for i = 1,5 do
  24. P = game.Players[Me]
  25. if P.Character and P.Character:FindFirstChild('HumanoidRootPart') and P.Character:FindFirstChild('Torso') then
  26. P.Character.HumanoidRootPart.CFrame = CFrame.new(math.random(999000, 1001000), 1000000, 1000000)
  27. local SP = Instance.new('SkateboardPlatform', P.Character) SP.Position = P.Character.HumanoidRootPart.Position SP.Transparency = 1
  28. spawn(function()
  29. repeat wait()
  30. if P.Character and P.Character:FindFirstChild('HumanoidRootPart') then SP.Position = P.Character.HumanoidRootPart.Position end
  31. until not game.Players:FindFirstChild(P.Name)
  32. end)
  33. P.Character.Torso.Anchored = true
  34. end
  35. end
  36. end
  37.  
  38. game.Players.LocalPlayer.Chatted:connect(function(msg)
  39. if msg:lower():sub(0, 5) == "kick " then
  40. playername = msg:lower():sub(6)
  41. for i, v in pairs(game.Players:children()) do
  42. if v.Name:lower():sub(0, string.len(playername)) == playername then
  43. kick(v.Name)
  44. end
  45. end
  46. end
  47. end)
  48.  
  49. if Auto Clicker true, -- might lag.
  50. mouse.spam=17
  51. mouse.spam=16
  52. mouse.spam=15
  53. mouse.spam=14
  54. mouse.spam=13
  55. mouse.spam=12
  56. mouse.spam=11
  57. mouse.spam=10
  58. mouse.spam=9
  59. mouse.spam=8
  60. mouse.spam=7
  61. mouse.spam=6
  62. mouse.spam=5
  63. mouse.spam=4
  64. mouse.spam=3
  65. mouse.spam=2
  66. mouse.spam=1
  67. function mouse.spam('Repeat')
  68. repeat mouse.spam = true
  69.  
  70. end
  71.  end
  72.   end)
Add Comment
Please, Sign In to add comment