local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))() local w = library:CreateWindow("mic up") -- Creates the window local b = w:CreateFolder("Open Gui") -- Creates the folder(U will put here your buttons,etc) b:Label("By Saikbro#2827 on DC",{ TextSize = 20; -- Self Explaining TextColor = Color3.fromRGB(255,255,255); -- Self Explaining BgColor = Color3.fromRGB(69,69,69); -- Self Explaining }) b:Button("Get all Prices",function() --also by skyr3x local RemoveOldHats = false -- remove old accessories? local whitelist = {"hat to keep","some other accessory to keep"} -- exact name of hats to keep local lp = game:GetService("Players").LocalPlayer local ch = lp.Character local hrp = ch:WaitForChild("HumanoidRootPart") if RemoveOldHats then for i,v in pairs(ch:GetChildren()) do if v:IsA("Accessory") and not table.find(whitelist, v.Name) then v:Destroy() end end end for i,v in pairs(workspace:GetChildren()) do if v:IsA("BasePart") and v:FindFirstChild("TouchInterest") and not v:FindFirstChild("shading") then firetouchinterest(hrp,v,0) firetouchinterest(hrp,v,1) end end end) b:Button("fire rainbow stairs",function() getgenv().toggle = true local model = workspace:FindFirstChild("Stairs",true).Parent while toggle and wait() do if not toggle then break end for i,v in pairs(model:GetDescendants()) do if v:IsA("BasePart") then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v,0) task.wait() firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v,1) end end end end) b:Button("Get all Badges",function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(152.235382, 24.7187653, -227.290161, 0.939700544, -0, -0.341998369, 0, 1, -0, 0.341998369, 0, 0.939700544) local humanoid = game.Players.LocalPlayer.Character.Humanoid wait(0.1) pl.CFrame = location local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-192.953796, 4.3253336, -83.975296, 1, 0, 0, 0, 1, 0, 0, 0, 1) local humanoid = game.Players.LocalPlayer.Character.Humanoid wait() pl.CFrame = location wait(0.1) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-34.0332527, 5.83469963, -1534.21021, 1, 0, 0, 0, 1, 0, 0, 0, 1) local humanoid = game.Players.LocalPlayer.Character.Humanoid wait() pl.CFrame = location wait(0.1) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(1.54187644, 2.30996943, 4.39078712, 0.999397993, -9.0871843e-05, 0.0346943364, -7.98099542e-09, 0.999996543, 0.00261943345, -0.0346944556, -0.00261785672, 0.999394536) local humanoid = game.Players.LocalPlayer.Character.Humanoid wait() pl.CFrame = location end) b:Button("TP TO SPAWN",function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(1.54187644, 2.30996943, 4.39078712, 0.999397993, -9.0871843e-05, 0.0346943364, -7.98099542e-09, 0.999996543, 0.00261943345, -0.0346944556, -0.00261785672, 0.999394536) local humanoid = game.Players.LocalPlayer.Character.Humanoid wait() pl.CFrame = location end) b:Button("Kill all",function() --by skyr3x on v3rm for i, v in pairs(game:GetService("Players"):GetPlayers()) do if v ~= game.Players.LocalPlayer then local function tp() v.Character.HumanoidRootPart.CFrame = game.workspace["Guest 666"].HumanoidRootPart.CFrame end pcall(tp) end end wait() end) b:Button("fading blocks game (Funny)",function() game:GetService("Workspace") local playerhead = game.Players.LocalPlayer.Character.Head for i, v in pairs(game:GetService("Workspace"):GetDescendants()) do if v.Name == "BlockFadeScript" then firetouchinterest(playerhead, v.Parent, 0) firetouchinterest(playerhead, v.Parent, 1) end end end) b:Button("Tp into VIP",function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(143.414444, 2.02571297, -20.8395081, -0.0431908071, -0.161432967, -0.985938191, -0.118098482, 0.980764866, -0.155412391, 0.992062151, 0.109725401, -0.0614249855) local humanoid = game.Players.LocalPlayer.Character.Humanoid wait() pl.CFrame = location end) b:Button("Valk",function() game:GetService("Workspace") local playerhead = game.Players.LocalPlayer.Character.Head for i, v in pairs(game:GetService("Workspace")["Valkyrie Helm giver"]:GetDescendants()) do if v.Name == "TouchInterest" and v.Parent then firetouchinterest(playerhead, v.Parent, 0) wait() end end end) b:Button("Glass obby touch",function() game:GetService("Workspace") local playerHead = game.Players.LocalPlayer.Character.Head for i, v in pairs(game:GetService("Workspace").Model:GetDescendants()) do if v.Name == "TouchInterest" and v.Parent then firetouchinterest(playerHead, v.Parent, 0) firetouchinterest(playerHead, v.Parent, 1) end end end)