local DiscordLib = loadstring(game:HttpGet"https://raw.githubusercontent.com/dawid-scripts/UI-Libs/main/discord lib.txt")()
local win = DiscordLib:Window("no| SpaceCat#1748")
local serv = win:Server("it's shit", "")
local guns = serv:Channel("General")
local function buyTanos()
game:GetService("Players").LocalPlayer.InvSpace.Value = math.huge
local A_1 = "ThanosEgg"
local Event = game:GetService("ReplicatedStorage").Remotes.CanBuyEgg
Event:InvokeServer(A_1)
end
guns:Button("Buy Once Tanos Egg", function()
buyTanos()
end)
guns:Toggle("Auto Buy Tanos Egg",false, function(state)
getgenv().bt = state
while bt do
buyTanos()
wait()
end
end)
guns:Label("Auto-Upgrade")
guns:Toggle("Auto-Golden",false, function(state)
getgenv().ag = state
while ag do
local A_1 = "Thanos"
local Event = game:GetService("ReplicatedStorage").Remotes.UpgradePet
Event:FireServer(A_1)
wait()
end
end)
guns:Toggle("Auto-Diamond",false, function(state)
getgenv().ad = state
while ad do
local A_1 = "ThanosG"
local Event = game:GetService("ReplicatedStorage").Remotes.UpgradePet
Event:FireServer(A_1)
wait()
end
end)
guns:Toggle("Auto-Emerald",false, function(state)
getgenv().ae = state
while ae do
local A_1 = "ThanosD"
local Event = game:GetService("ReplicatedStorage").Remotes.UpgradePet
Event:FireServer(A_1)
wait()
end
end)
guns:Toggle("Auto-Ruby",false, function(state)
getgenv().ar = state
while ar do
local A_1 = "ThanosE"
local Event = game:GetService("ReplicatedStorage").Remotes.UpgradePet
Event:FireServer(A_1)
wait()
end
end)
guns:Toggle("Auto-Dark",false, function(state)
getgenv().adr = state
while adr do
local A_1 = "ThanosR"
local Event = game:GetService("ReplicatedStorage").Remotes.UpgradePet
Event:FireServer(A_1)
wait()
end
end)
guns:Label("Auto-Equip")
guns:Toggle("Auto Equip Tanos",false, function(state)
getgenv().at= state
while at do
local A_1 = "Thanos"
local Event = game:GetService("ReplicatedStorage").Remotes.PetEquip
Event:FireServer(A_1)
wait()
end
end)
guns:Toggle("Auto Equip Golden Tanos",false, function(state)
getgenv().agt = state
while agt do
local A_1 = "ThanosG"
local Event = game:GetService("ReplicatedStorage").Remotes.PetEquip
Event:FireServer(A_1)
wait()
end
end)
guns:Toggle("Auto Equip Diamond Tanos",false, function(state)
getgenv().adt = state
while adt do
local A_1 = "ThanosD"
local Event = game:GetService("ReplicatedStorage").Remotes.PetEquip
Event:FireServer(A_1)
wait()
end
end)
guns:Toggle("Auto Equip Emerald Tanos",false, function(state)
getgenv().aet = state
while aet do
local A_1 = "ThanosE"
local Event = game:GetService("ReplicatedStorage").Remotes.PetEquip
Event:FireServer(A_1)
wait()
end
end)
guns:Toggle("Auto Equip Ruby Tanos",false, function(state)
getgenv().art = state
while art do
local A_1 = "ThanosR"
local Event = game:GetService("ReplicatedStorage").Remotes.PetEquip
Event:FireServer(A_1)
wait()
end
end)
guns:Toggle("Auto Equip Dark Tanos",false, function(state)
getgenv().adarkt = state
while adarkt do
local A_1 = "ThanosB"
local Event = game:GetService("ReplicatedStorage").Remotes.PetEquip
Event:FireServer(A_1)
wait()
end
end)
guns:Button("Rejoin", function()
local ts = game:GetService("TeleportService")
local p = game:GetService("Players").LocalPlayer
ts:Teleport(game.PlaceId, p)
end)
local guns = serv:Channel("Important information")
guns:Label("In short, optimization in terms of inventory is tough")
guns:Label("(this game is plagiarized from another,so")
guns:Label("this is not a surprise)")