Advertisement
SekkayGod

1313

Apr 26th, 2022
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. local DiscordLib = loadstring(game:HttpGet"https://raw.githubusercontent.com/dawid-scripts/UI-Libs/main/discord%20lib.txt")()
  2.  
  3. local win = DiscordLib:Window("Sekkay's Hub")
  4.  
  5. local serv = win:Server("Sekkay's Hub", "Clicker Simulator")
  6.  
  7. local Main = serv:Channel("Clicker Simulator")
  8.  
  9. Main:Button("Auto Click, function()
  10. --auto clicker
  11. while true do
  12. wait(0)
  13. local args = {
  14. [1] = {
  15. ["manual"] = {
  16. ["1.7225711468024826e+31"] = 1
  17. }
  18. }
  19. }
  20.  
  21. game:GetService("ReplicatedStorage").Clickerr:InvokeServer(unpack(args))
  22.  
  23. game:GetService("ReplicatedStorage").Events.Client.emitClicks:FireServer()
  24. end
  25. end)
  26.  
  27. Main:Button("Equip Best Pet, function()
  28. --equip Best
  29.  
  30. game:GetService("ReplicatedStorage").Events.Client.petsTools.equipBest:FireServer()
  31. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement