if game:GetService("CoreGui"):FindFirstChild("ToraScript") then game:GetService("CoreGui").ToraScript:Destroy() end local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/liebertsx/Tora-Library/main/src/librarynew", true))() local Window = Library:CreateWindow("Plant Evolution") Window:AddButton({ text = "INF WINS", flag = "button", callback = function() game:GetService("ReplicatedStorage").Remote.Event.Egg.OpenEgg:FireServer(unpack({ 20, -50 })) end }) Window:AddButton({ text = "Buy Best Eggs (20Aa)", flag = "button", callback = function() game:GetService("ReplicatedStorage").Remote.Event.Egg.OpenEgg:FireServer(unpack({ 20, 3 })) end }) Window:AddButton({ text = "+1 Pet Slot", flag = "button", callback = function() game:GetService("ReplicatedStorage").Remote.Event.Activity.ActivityBuy:FireServer(unpack({ 3 })) end }) Window:AddButton({ text = "Get OP Pets", flag = "button", callback = function() game:GetService("ReplicatedStorage").Remote.Event.Activity.ActivityBuy:FireServer(unpack({ 2 })) end }) Window:AddButton({ text = "Inf Spin", flag = "button", callback = function() game:GetService("ReplicatedStorage").Remote.Function.Activity.TryDoSpin:InvokeServer(unpack({ -100 })) game:GetService("ReplicatedStorage").Remote.Function.Activity.TryDoSpin:InvokeServer(unpack({ 100 })) end }) Window:AddLabel({ text = "YouTube: Tora IsMe" }) Library:Init()