Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/InfinitiveUI", true))()
- -- Create Window
- -- Lib:CreateWindow(name, DefTab, WinSize, function)
- local Win = Lib:CreateWindow("ah", 1, 0.7, nil)
- -- Create Tab
- local Tab, name = Win:CreateTab("Credits", function() warn(i) end)
- Tab:CreateButton("Made By SomeRandomIdiot", function()
- print("idk what I'm doing mate")
- end)
- Tab:CreateButton("Copy invite link", function()
- setclipboard("https://discord.gg/7s76RkCr6K")
- end)
- local Tab, name = Win:CreateTab("Main", function() warn(i) end)
- Tab:CreateButton("Ring 1", function()
- for i, child in ipairs(game:GetService("Workspace")["New Rings"]["1"]:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.CFrame
- task.wait(.25)
- end
- end)
- Tab:CreateButton("Ring 2", function()
- for i, child in ipairs(game:GetService("Workspace")["New Rings"]["2"]:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.CFrame
- task.wait(.25)
- end
- end)
- Tab:CreateButton("Diamonds", function()
- for i, child in ipairs(game:GetService("Workspace").Diamonds:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.CFrame
- task.wait(.1)
- end
- end)
- Tab:CreateButton("Candies", function()
- for i, child in ipairs(game:GetService("Workspace").Candies:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.CFrame
- task.wait(.1)
- end
- end)
- Tab:CreateButton("Go to Boosters", function()
- for i, child in ipairs(game:GetService("Workspace").Boosts:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.CFrame
- task.wait(.1)
- end
- end)
- Tab:CreateButton("Bring Boosters", function()
- for i, child in ipairs(game:GetService("Workspace").Map.Boosts:GetChildren()) do
- child.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- task.wait(.1)
- end
- end)
- local Tab, name = Win:CreateTab("Holos", function() warn(i) end)
- Tab:CreateButton("Holo 4", function()
- for i, child in ipairs(game:GetService("Workspace")["New Holos"]["4"]:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.CFrame
- task.wait(.1)
- end
- end)
- Tab:CreateButton("Holo 5", function()
- for i, child in ipairs(game:GetService("Workspace")["New Holos"]["5"]:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.CFrame
- task.wait(.1)
- end
- end)
- Tab:CreateButton("Holo 6", function()
- for i, child in ipairs(game:GetService("Workspace")["New Holos"]["6"]:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.CFrame
- task.wait(.1)
- end
- end)
- Tab:CreateButton("Holo 7", function()
- for i, child in ipairs(game:GetService("Workspace")["New Holos"]["7"]:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.CFrame
- task.wait(.1)
- end
- end)
- Tab:CreateButton("Holo 8", function()
- for i, child in ipairs(game:GetService("Workspace")["New Holos"]["8"]:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.CFrame
- task.wait(.1)
- end
- end)
- Tab:CreateButton("Holo 9", function()
- for i, child in ipairs(game:GetService("Workspace")["New Holos"]["9"]:GetChildren()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.CFrame
- task.wait(.1)
- end
- end)
- Tab:CreateDropdown("Select Egg"..i, {{ eggs }}, true, function(egg)
- local buyegg = egg;
- end)
- Tab:CreateToggle("Buy Selected Egg"..i, false, function(t)
- if t then
- getgenv().egg = true
- while getgenv().egg == true do
- local A_1 = 1
- local A_2 = buyegg
- local Event = game:GetService("ReplicatedStorage").Remotes.PetHandler
- Event:FireServer(A_1, A_2)
- task.wait()
- end
- else
- getgenv().egg = false
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment