Totalxterror

Clicker Madness

Oct 15th, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.69 KB | None | 0 0
  1. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))()
  2.  
  3. local w = library:CreateWindow("Clicker Madness") -- Creates the window
  4. local b = w:CreateFolder("Auto Click") -- Creates the folder(U will put here your buttons,etc)
  5.  
  6. b:Toggle("Click",function(bool)
  7.     shared.toggle = bool
  8. end)
  9.  
  10. spawn(function()
  11.     while wait() do
  12.         if shared.toggle then
  13.             local oh1 = 1
  14.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.ClickService.Click:FireServer(oh1)
  15.         end
  16.     end
  17. end)
  18.  
  19. local b = w:CreateFolder("Rebirth") -- Creates the folder(U will put here your buttons,etc)
  20.  
  21. b:Toggle("86",function(boolr1)
  22.     shared.toggler1 = boolr1
  23. end)
  24.  
  25. spawn(function()
  26.     while wait() do
  27.         if shared.toggler1 then
  28.             local oh1 = 1
  29.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.RebirthService.BuyRebirths:FireServer(oh1)
  30.         end
  31.     end
  32. end)
  33.  
  34. b:Toggle("860",function(boolr2)
  35.     shared.toggler2 = boolr2
  36. end)
  37.  
  38. spawn(function()
  39.     while wait() do
  40.         if shared.toggler2 then
  41.             local oh1 = 10
  42.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.RebirthService.BuyRebirths:FireServer(oh1)
  43.         end
  44.     end
  45. end)
  46.  
  47. b:Toggle("8.6K",function(boolr22)
  48.     shared.toggler22 = boolr22
  49. end)
  50.  
  51. spawn(function()
  52.     while wait() do
  53.         if shared.toggler22 then
  54.             local oh1 = 100
  55.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.RebirthService.BuyRebirths:FireServer(oh1)
  56.         end
  57.     end
  58. end)
  59.  
  60. b:Toggle("86K",function(boolr21)
  61.     shared.toggler21 = boolr21
  62. end)
  63.  
  64. spawn(function()
  65.     while wait() do
  66.         if shared.toggler21 then
  67.             local oh1 = 1000
  68.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.RebirthService.BuyRebirths:FireServer(oh1)
  69.         end
  70.     end
  71. end)
  72.  
  73. b:Toggle("860K",function(boolr222)
  74.     shared.toggler222 = boolr222
  75. end)
  76.  
  77. spawn(function()
  78.     while wait() do
  79.         if shared.toggler222 then
  80.             local oh1 = 10000
  81.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.RebirthService.BuyRebirths:FireServer(oh1)
  82.         end
  83.     end
  84. end)
  85.  
  86. --============================================================================================================================
  87.  
  88. local b = w:CreateFolder("Upgrades") -- Creates the folder(U will put here your buttons,etc)
  89. b:Toggle("ClickMulti",function(boolC)
  90.     shared.toggleC = boolC
  91. end)
  92.  
  93. spawn(function()
  94.     while wait() do
  95.         if shared.toggleC then
  96.             local oh1 = "ClickMultiply"
  97.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UpgradeService.BuyUpgrade:FireServer(oh1)
  98.         end
  99.     end
  100. end)
  101.  
  102. b:Toggle("CursorDmg",function(boolC1)
  103.     shared.toggleC1 = boolC1
  104. end)
  105.  
  106. spawn(function()
  107.     while wait() do
  108.         if shared.toggleC1 then
  109.             local oh1 = "CursorDamage"
  110.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UpgradeService.BuyUpgrade:FireServer(oh1)
  111.         end
  112.     end
  113. end)
  114.  
  115. b:Toggle("Health",function(boolC2)
  116.     shared.toggleC2 = boolC2
  117. end)
  118.  
  119. spawn(function()
  120.     while wait() do
  121.         if shared.toggleC2 then
  122.             local oh1 = "Health"
  123.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UpgradeService.BuyUpgrade:FireServer(oh1)
  124.         end
  125.     end
  126. end)
  127.  
  128. b:Toggle("Jump",function(boolC3)
  129.     shared.toggleC3 = boolC3
  130. end)
  131.  
  132. spawn(function()
  133.     while wait() do
  134.         if shared.toggleC3 then
  135.             local oh1 = "JumpPower"
  136.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UpgradeService.BuyUpgrade:FireServer(oh1)
  137.         end
  138.     end
  139. end)
  140.  
  141. b:Toggle("PetStorage",function(boolC4)
  142.     shared.toggleC4 = boolC4
  143. end)
  144.  
  145. spawn(function()
  146.     while wait() do
  147.         if shared.toggleC4 then
  148.             local oh1 = "PetStorage"
  149.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UpgradeService.BuyUpgrade:FireServer(oh1)
  150.         end
  151.     end
  152. end)
  153.  
  154. b:Toggle("WalkSpeed",function(boolC5)
  155.     shared.toggleC5 = boolC5
  156. end)
  157.  
  158. spawn(function()
  159.     while wait() do
  160.         if shared.toggleC5 then
  161.             local oh1 = "WalkSpeed"
  162.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UpgradeService.BuyUpgrade:FireServer(oh1)
  163.         end
  164.     end
  165. end)
  166.  
  167. local b = w:CreateFolder("Eggs") -- Creates the folder(U will put here your buttons,etc)
  168. b:Toggle("Basic",function(boolE)
  169.     shared.toggleE = boolE
  170. end)
  171.  
  172. spawn(function()
  173.     while wait() do
  174.         if shared.toggleE then
  175.             local oh1 = "basic"
  176.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.PurchaseTriple:FireServer(oh1)
  177.         end
  178.     end
  179. end)
  180.  
  181. b:Toggle("Desert",function(boolE1)
  182.     shared.toggleE1 = boolE1
  183. end)
  184.  
  185. spawn(function()
  186.     while wait() do
  187.         if shared.toggleE1 then
  188.             local oh1 = "desert"
  189.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.PurchaseTriple:FireServer(oh1)
  190.         end
  191.     end
  192. end)
  193.  
  194. b:Toggle("Ocean",function(boolE2)
  195.     shared.toggleE2 = boolE2
  196. end)
  197.  
  198. spawn(function()
  199.     while wait() do
  200.         if shared.toggleE2 then
  201.             local oh1 = "ocean"
  202.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.PurchaseTriple:FireServer(oh1)
  203.         end
  204.     end
  205. end)
  206.  
  207. b:Toggle("Winter",function(boolE3)
  208.     shared.toggleE3 = boolE3
  209. end)
  210.  
  211. spawn(function()
  212.     while wait() do
  213.         if shared.toggleE3 then
  214.             local oh1 = "winter"
  215.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.PurchaseTriple:FireServer(oh1)
  216.         end
  217.     end
  218. end)
  219.  
  220. b:Toggle("Toxic",function(bool4)
  221.     shared.toggleE4 = boolE4
  222. end)
  223.  
  224. spawn(function()
  225.     while wait() do
  226.         if shared.toggleE4 then
  227.             local oh1 = "toxic"
  228.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.PurchaseTriple:FireServer(oh1)
  229.         end
  230.     end
  231. end)
  232.  
  233. b:Toggle("Candy",function(boolE5)
  234.     shared.toggleE5 = boolE5
  235. end)
  236.  
  237. spawn(function()
  238.     while wait() do
  239.         if shared.toggleE5 then
  240.             local oh1 = "candy"
  241.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.PurchaseTriple:FireServer(oh1)
  242.         end
  243.     end
  244. end)
  245.  
  246. b:Toggle("Forest",function(boolE6)
  247.     shared.toggleE6 = boolE6
  248. end)
  249.  
  250. spawn(function()
  251.     while wait() do
  252.         if shared.toggleE6 then
  253.             local oh1 = "forest"
  254.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.PurchaseTriple:FireServer(oh1)
  255.         end
  256.     end
  257. end)
  258.  
  259. b:Toggle("Storm",function(boolE7)
  260.     shared.toggleE7 = boolE7
  261. end)
  262.  
  263. spawn(function()
  264.     while wait() do
  265.         if shared.toggleE7 then
  266.             local oh1 = "storm"
  267.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.PurchaseTriple:FireServer(oh1)
  268.         end
  269.     end
  270. end)
  271.  
  272. b:Toggle("Blocky",function(boolE8)
  273.     shared.toggleE8 = boolE8
  274. end)
  275.  
  276. spawn(function()
  277.     while wait() do
  278.         if shared.toggleE8 then
  279.             local oh1 = "bloxy"
  280.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.PurchaseTriple:FireServer(oh1)
  281.         end
  282.     end
  283. end)
  284.  
  285. b:Toggle("Space",function(boolE9)
  286.     shared.toggleE9 = boolE9
  287. end)
  288.  
  289. spawn(function()
  290.     while wait() do
  291.         if shared.toggleE9 then
  292.             local oh1 = "space"
  293.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.PurchaseTriple:FireServer(oh1)
  294.         end
  295.     end
  296. end)
  297.  
  298. b:Toggle("Dominus",function(boolE0)
  299.     shared.toggleE0 = boolE0
  300. end)
  301.  
  302. spawn(function()
  303.     while wait() do
  304.         if shared.toggleE0 then
  305.             local oh1 = "dominus"
  306.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.PurchaseTriple:FireServer(oh1)
  307.         end
  308.     end
  309. end)
  310.  
  311. b:Toggle("Infinity",function(boolEa)
  312.     shared.toggleEa = boolEa
  313. end)
  314.  
  315. spawn(function()
  316.     while wait() do
  317.         if shared.toggleEa then
  318.             local oh1 = "infinity"
  319.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.PurchaseTriple:FireServer(oh1)
  320.         end
  321.     end
  322. end)
  323.  
  324. b:Toggle("Future",function(boolEs)
  325.     shared.toggleEs = boolEs
  326. end)
  327.  
  328. spawn(function()
  329.     while wait() do
  330.         if shared.toggleEs then
  331.             local oh1 = "future"
  332.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.PurchaseTriple:FireServer(oh1)
  333.         end
  334.     end
  335. end)
  336.  
  337. local b = w:CreateFolder("Credits") -- Creates the folder(U will put here your buttons,etc)
  338. b:Toggle("Scripts: Total",function(bool19)
  339.     shared.toggle19 = bool19
  340. end)
  341.  
  342. spawn(function()
  343.     while wait() do
  344.         if shared.toggle19 then
  345.             print("Nub")
  346.         end
  347.     end
  348. end)
Add Comment
Please, Sign In to add comment