Clicker Madness GUI V0.5

Script Credit :- tbitw2549
Features

GUI V0.5

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

getgenv().settings={ ["click"]=false, ["rebirth"]=false, ["upgrade"]=false, ["superUpgrade"]=false, ["boss"]=false, ["drops"]=false, ["egg"]=false } function buyEgg(eggType) spawn(function() while wait() do if not getgenv().settings["egg"] then break end game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.Purchase:FireServer(eggType) end end) end function infMoney() spawn(function() local args = { [1] = -math.huge -- Negative Value To Trick Remote } game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.ClickService.Click:FireServer(unpack(args)) end) end function infRebirths() spawn(function() local args = { [1] = -1 -- Change To "1e+99" Without the minus For Infinite Rebirth After Reaching Infinite Clicks } game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.RebirthService.BuyRebirths:FireServer(unpack(args)) end) end function unlockGamepasses() spawn(function() local gamepassMod=require(game:GetService("ReplicatedStorage").Aero.Shared.Gamepasses) gamepassMod.HasPassOtherwisePrompt=function() return true end end) end function click() spawn(function() while wait() do if not getgenv().settings["click"]then break end local clickMod=require(game:GetService("Players").tbitw2549.PlayerScripts.Aero.Controllers.UI.Click) clickMod:Click() end end) end game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.CraftingService.Craft:InvokeServer("e") -- testing phase, not working as of now function autoRebirth(rebirthAmount) spawn(function() while wait() do if not getgenv().settings["rebirth"] then break end game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.RebirthService.BuyRebirths:FireServer(rebirthAmount) end end) end function autoCollectDrops() spawn(function() while wait() do if not getgenv().settings["drops"] then break end for i,v in pairs(game:GetDescendants()) do if v.Name=="TouchInterest" and v.Parent.Parent.Name=="BasePickup" then local plyrHead=game.Players.LocalPlayer.Character.HumanoidRootPart firetouchinterest(plyrHead,v.Parent,0) end end end end) end function flags() spawn(function() for i,v in ipairs(game:GetService("Workspace").Flags:GetDescendants()) do if v.Name=="Hitbox" and v.Parent.Name=="Flag" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=v.CFrame wait(5) end end end) end function koth() spawn(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=game:GetService("Workspace").ScriptObjects.KOTH.Activator.CFrame end) end function upgradeAll() spawn(function() while wait() do if not getgenv().settings["upgrade"] then break end game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UpgradeService.BuyUpgrade:FireServer("ClickMultiply") end end) spawn(function() while wait() do if not getgenv().settings["upgrade"] then break end game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UpgradeService.BuyUpgrade:FireServer("CursorDamage") end end) spawn(function() while wait() do if not getgenv().settings["upgrade"] then break end game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UpgradeService.BuyUpgrade:FireServer("Health") end end) spawn(function() while wait() do if not getgenv().settings["upgrade"] then break end game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UpgradeService.BuyUpgrade:FireServer("JumpPower") end end) spawn(function() while wait() do if not getgenv().settings["upgrade"] then break end game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UpgradeService.BuyUpgrade:FireServer("WalkSpeed") end end) spawn(function() while wait() do if not getgenv().settings["upgrade"] then break end game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.UpgradeService.BuyUpgrade:FireServer("PetStorage") end end) end function superUpgradeAll() spawn(function() while wait() do if not getgenv().settings["superUpgrade"] then break end game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.SuperUpgradeService.BuyUpgrade:FireServer("BossHit") end end) spawn(function() while wait() do if not getgenv().settings["superUpgrade"] then break end game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.SuperUpgradeService.BuyUpgrade:FireServer("DoubleDamage") end end) spawn(function() while wait() do if not getgenv().settings["superUpgrade"] then break end game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.SuperUpgradeService.BuyUpgrade:FireServer("DoubleHealth") end end) spawn(function() while wait() do if not getgenv().settings["superUpgrade"] then break end game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.SuperUpgradeService.BuyUpgrade:FireServer("PetSlots") end end) spawn(function() while wait() do if not getgenv().settings["superUpgrade"] then break end game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.SuperUpgradeService.BuyUpgrade:FireServer("PetStorage") end end) end function fightBoss() spawn(function() while wait() do if not getgenv().settings["boss"] then break end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=game:GetService("Workspace").ScriptObjects.BossTitle.CFrame game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.CursorCannonService.FireBoss:FireServer("Karen Keyboard") end end) end function teleportTO(placeCFrame) local player = game.Players.LocalPlayer if player.Character then player.Character.HumanoidRootPart.CFrame=placeCFrame end end function teleportWorld(World) if game:GetService("Workspace").Worlds:FindFirstChild(World) then teleportTO(game:GetService("Workspace").Worlds[World].Teleport.CFrame) end end local library = loadstring(game:GetObjects("rbxassetid://7657867786")[1].Source)() local Wait = library.subs.Wait -- Only returns if the GUI has not been terminated. For 'while Wait() do' loops local PepsisWorld = library:CreateWindow({ Name = "Pepsi's World", Themeable = { Info = "Discord Server: VzYTJ7Y" } }) local GeneralTab = PepsisWorld:CreateTab({ Name = "General" }) local FarmingSection = GeneralTab:CreateSection({ Name = "Autofarm" }) local PetSection = GeneralTab:CreateSection({ Name = "Pets" }) local Other = GeneralTab:CreateSection({ Name = "Misc", Side="Right" }) FarmingSection:AddToggle({ Name = "Auto Click", Callback=function(bool) getgenv().settings["click"]=bool if bool then click() end end, Keybind = { Mode= "Dynamic" } }) local selectedRebirth FarmingSection:AddDropdown({ Name="Rebirth options", List = {"1","10","100","1000","10000","100000","1000000","10000000","100000000","1000000000","10000000000","100000000000","1000000000000","1000000000000","10000000000000","100000000000000","1000000000000000","10000000000000000","100000000000000000","1000000000000000000","10000000000000000000","100000000000000000000","1000000000000000000000","10000000000000000000000","100000000000000000000000","1000000000000000000000000","10000000000000000000000000","100000000000000000000000000","1000000000000000000000000000","10000000000000000000000000000","100000000000000000000000000000","1000000000000000000000000000000","10000000000000000000000000000000","100000000000000000000000000000000","1000000000000000000000000000000000","10000000000000000000000000000000000","100000000000000000000000000000000000","1000000000000000000000000000000000000","10000000000000000000000000000000000000","100000000000000000000000000000000000000","1000000000000000000000000000000000000000","10000000000000000000000000000000000000000","100000000000000000000000000000000000000000","1000000000000000000000000000000000000000000","10000000000000000000000000000000000000000000","100000000000000000000000000000000000000000000"}, Callback=function(value) selectedRebirth=value print(value) end }) FarmingSection:AddToggle({ Name="Auto Rebirth", Callback=function(bool) getgenv().settings["rebirth"]=bool if bool and selectedRebirth then autoRebirth(selectedRebirth) end end }) FarmingSection:AddToggle({ Name="Auto collect world drops", Callback=function(bool) getgenv().settings["drops"]=bool if bool then autoCollectDrops() end end }) FarmingSection:AddToggle({ Name="Auto upgrade everything", Callback=function(bool) getgenv().settings["upgrade"]=bool if bool then upgradeAll() end end }) FarmingSection:AddToggle({ Name="Auto super upgrade everything", Callback=function(bool) getgenv().settings["superUpgrade"]=bool if bool then superUpgradeAll() end end }) FarmingSection:AddButton({ Name = "Become KOTH", Callback=function() koth() end }) FarmingSection:AddButton({ Name="Inf money (not recommended)", Callback=function() infMoney() end }) FarmingSection:AddButton({ Name="Inf rebirths (not recommended)", Callback=function() infRebirths() end }) local selectedEgg PetSection:AddDropdown({ Name="Egg to buy", List={"basic","lava","desert","ocean","winter","candy","forest","storm","blocks","space","dominus","infinity","future","city","moon","fire"}, Callback=function(value) selectedEgg=value print(value) end }) PetSection:AddToggle({ Name="Buy egg (FAST)", Callback=function(bool) getgenv().settings["egg"]=bool if bool and selectedEgg then buyEgg(tostring(selectedEgg)) end end }) PetSection:AddToggle({ Name = "Auto craft pets (testing, not functional)", Callback=function(bool) end }) Other:AddToggle({ Name = "Auto fight boss (will teleport you)", Callback=function(bool) getgenv().settings["boss"]=bool if bool then fightBoss() end end }) local selectedWorld Other:AddDropdown({ Name="World to teleport", List={"Lava","Deser","Ocean","Winter","Toxic","Candy","Forest","Storm","Blocks","Space","Dominus","Infinity","Future","City","Moon","Fire"}, Callback=function(value) selectedWorld=value print(value) end }) Other:AddButton({ Name="Teleport", Callback=function() if selectedWorld then teleportWorld(selectedWorld) end end }) Other:AddButton({ Name="Unlock Gamepasses", Callback=function() unlockGamepasses() end }) Other:AddButton({ Name="Get all flags", Callback=function() flags() end })

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors