Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local DiscordLib = loadstring(game:HttpGet"https://raw.githubusercontent.com/dawid-scripts/UI-Libs/main/discord%20lib.txt")()
- local win = DiscordLib:Window("Sekkay's Hub")
- local serv = win:Server("Sekkay's Hub", "Clicker Simulator")
- local Main = serv:Channel("Clicker Simulator")
- Main:Button("Auto Click, function()
- --auto clicker
- while true do
- wait(0)
- local args = {
- [1] = {
- ["manual"] = {
- ["1.7225711468024826e+31"] = 1
- }
- }
- }
- game:GetService("ReplicatedStorage").Clickerr:InvokeServer(unpack(args))
- game:GetService("ReplicatedStorage").Events.Client.emitClicks:FireServer()
- end
- end)
- Main:Button("Equip Best Pet, function()
- --equip Best
- game:GetService("ReplicatedStorage").Events.Client.petsTools.equipBest:FireServer()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement