The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Clicker Lords script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/Maxgat5/UiLib/main/lua')))()
  2. local w = library:CreateWindow("Clicker Lords")
  3. local b = w:CreateFolder("AutoFarm")
  4. local f = w:CreateFolder("AutoBuy")
  5. local e = w:CreateFolder("Mix")
  6. local u = w:CreateFolder("Credits")
  7. SelectedRebirth = "Rebirth1"
  8. Rebirth = {}
  9. for i,v in pairs(game:GetService("ReplicatedStorage").RebirthFolder:GetChildren()) do
  10.     if not table.find(Rebirth,v.Name) then
  11.         table.insert(Rebirth,v.Name)
  12.     end
  13. end
  14.  
  15. b:Toggle("AutoClicker",function(bool)
  16.     shared.toggle = bool
  17.     AutoClicker = bool
  18. end)
  19.  
  20. f:Toggle("Upgrades",function(bool)
  21.     shared.toggle = bool
  22.     Upgrades = bool
  23. end)
  24.  
  25. f:Toggle("Classes",function(bool)
  26.     shared.toggle = bool
  27.     Classes = bool
  28. end)
  29.  
  30. f:Toggle("Portals",function(bool)
  31.     shared.toggle = bool
  32.     Portals = bool
  33. end)
  34.  
  35. f:Toggle("Egg (Be Near)",function(bool)
  36.     shared.toggle = bool
  37.     AutoEgg = bool
  38. end)
  39.  
  40. f:Dropdown("Select Rebirth",Rebirth,true,function(mob)
  41.     SelectedRebirth = mob
  42. end)
  43.  
  44. f:Toggle("Rebirth",function(bool)
  45.     shared.toggle = bool
  46.     Rebirth = bool
  47. end)
  48.  
  49. e:Toggle("AntiAfk",function(bool)
  50.     shared.toggle = bool
  51.     AntiAfk = bool
  52. end)
  53.  
  54. e:Toggle("AutoCarft (Dupe)",function(bool)
  55.     shared.toggle = bool
  56.     AutoCarft = bool
  57. end)
  58.  
  59. e:Toggle("Claim Achiev",function(bool)
  60.     shared.toggle = bool
  61.     Achievements = bool
  62. end)
  63.  
  64. e:Toggle("Claim Quest",function(bool)
  65.     shared.toggle = bool
  66.     Quest = bool
  67. end)
  68.  
  69. e:Button("Use Codes",function()
  70.     for i,v in pairs(game:GetService("Players"):GetDescendants()) do
  71.         if v.Name == "CodesFolder" then
  72.             for i,v1 in pairs(v:GetChildren()) do
  73.                 game:GetService("ReplicatedStorage").CodeFolder.CodesFunction:InvokeServer(v1.Name)
  74.             end
  75.         end
  76.     end
  77.     --more Codes
  78.     pcall(function()
  79.         local a = {"bossmanyt","cavepart1","dojopet","1mvisits","templepet","meteorpet","opfuturepet","20xdojopet","1klikes"}
  80.         for i,v in pairs(a) do
  81.             game:GetService("ReplicatedStorage").CodeFolder.CodesFunction:InvokeServer(v)
  82.         end
  83.     end)
  84.     -- local a = {}
  85.     -- for i,v in pairs(game:GetService("Players").LocalPlayer.CodesFolder:GetChildren()) do
  86.     --     a[i] = '"'..v.Name..'",'
  87.     -- end
  88.     -- setclipboard(table.concat(a))
  89. end)
  90.  
  91. --Credits
  92. u:Button("maxgat5#8395",function()
  93.     setclipboard("maxgat5#8395")
  94. end)
  95.  
  96. u:Button("Discord Server",function()
  97.     setclipboard("https://discord.gg/K4txdRSVfq")
  98. end)
  99.  
  100. if game:GetService("Players").LocalPlayer.PlayerGui.DisplayGui.CUIClone.CUI1:FindFirstChild("Button") then
  101.     local ScreenGui = Instance.new("ScreenGui")
  102.     ScreenGui.Name = "HACK.EXE"
  103.     ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  104.     game:GetService("Players").LocalPlayer.PlayerGui.DisplayGui.CUIClone.CUI1.Button.Parent = ScreenGui
  105.     for i,v in pairs(ScreenGui.Button:GetChildren()) do
  106.         v.Visible = false
  107.     end
  108. end
  109.  
  110. while wait() do
  111.     spawn(function()
  112.         if AutoClicker == true then
  113.             game.Players.LocalPlayer:WaitForChild("PlayerGui")["HACK.EXE"].Button.Visible = true
  114.             game.Players.LocalPlayer:WaitForChild("PlayerGui")["HACK.EXE"].Button.ImageTransparency = 1
  115.             game:service'VirtualUser':ClickButton1(Vector2.new())
  116.         else
  117.             game.Players.LocalPlayer:WaitForChild("PlayerGui")["HACK.EXE"].Button.Visible = false
  118.             game.Players.LocalPlayer:WaitForChild("PlayerGui")["HACK.EXE"].Button.ImageTransparency = 0
  119.         end
  120.     end)
  121.    
  122.     spawn(function()
  123.         if AutoCarft == true then
  124.             game:GetService("ReplicatedStorage").RemoteEvents.PetActionRequest:InvokeServer("Craft All")
  125.         end
  126.     end)
  127.    
  128.     spawn(function()
  129.         if AutoEgg == true then
  130.             pcall(function()
  131.                 for i,v in pairs(game:GetService("Workspace").Eggs:GetChildren()) do
  132.                     game:GetService("ReplicatedStorage").RemoteEvents.EggOpened:InvokeServer(tostring(v.Name),"Single")
  133.                 end
  134.                 for i,v in pairs(game:GetService("Workspace")["Limited Eggs"]:GetChildren()) do
  135.                     game:GetService("ReplicatedStorage").RemoteEvents.EggOpened:InvokeServer(tostring(v.Name),"Single")
  136.                 end
  137.             end)
  138.         end
  139.     end)
  140.    
  141.     spawn(function()
  142.         if Rebirth == true then
  143.             game:GetService("ReplicatedStorage").RebirthFolder[tostring(SelectedRebirth)]:InvokeServer()
  144.         end
  145.     end)
  146.    
  147.     spawn(function()
  148.         if Upgrades == true then
  149.             for i,v in pairs(game:GetService("ReplicatedStorage").UpgradeFolder:GetChildren()) do
  150.                 game:GetService("ReplicatedStorage").UpgradeFolder[v.Name]:InvokeServer()
  151.             end
  152.         end
  153.     end)
  154.    
  155.     spawn(function()
  156.         if Classes == true then
  157.             number = nil
  158.             PrevClass = nil
  159.             ClassName = nil
  160.             for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.FrameUI.ClassFrame.ScrollingFrame:GetChildren()) do
  161.                 if v.ClassName == "ImageButton" then
  162.                     for i,v1 in pairs(v:GetDescendants()) do
  163.                         if v1.Name == "PreviousClassName" then
  164.                             PrevClass = v1.Value
  165.                         end
  166.                         if v1.Name == "ClassNumber" then
  167.                             number = v1.Value
  168.                         end
  169.                         if v1.Name == "ClassName" then
  170.                             ClassName = v1.Value
  171.                         end
  172.                     end
  173.                     game:GetService("ReplicatedStorage").ClassFolder.ClassFunction:InvokeServer(ClassName,number,PrevClass)
  174.                 end
  175.             end
  176.         end
  177.     end)
  178.    
  179.     spawn(function()
  180.         if Portals == true then
  181.             for i,v in pairs(game:GetService("Players").LocalPlayer.PortalValue:GetChildren()) do
  182.                 if v.Value == false then
  183.                     game:GetService("ReplicatedStorage").PortalFolder[v.Name]:InvokeServer()
  184.                 end
  185.             end
  186.         end
  187.     end)
  188.    
  189.     spawn(function()
  190.         if Achievements == true then
  191.             for i,v in pairs(game:GetService("ReplicatedStorage").AchieveFolder:GetDescendants()) do
  192.                 if v.ClassName == "RemoteFunction" then
  193.                     spawn(function()
  194.                         v:InvokeServer()
  195.                     end)
  196.                 end
  197.             end
  198.         end
  199.     end)
  200.    
  201.     spawn(function()
  202.         if Quest == true then
  203.             for i,v in pairs(game:GetService("ReplicatedStorage").RemoteEvents:GetChildren()) do
  204.                 if string.find(v.Name,"Quest") then
  205.                     v:FireServer()
  206.                 end
  207.             end
  208.         end
  209.     end)
  210.  
  211.     spawn(function()
  212.         if AntiAfk == true then
  213.             local bb=game:service'VirtualUser'
  214.             bb:CaptureController()
  215.             bb:ClickButton2(Vector2.new())
  216.         end
  217.     end)
  218. end