Advertisement
kentho9

Untitled

Aug 22nd, 2022
8,266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))()
  2. local w = library:CreateWindow("mic up") -- Creates the window
  3. local b = w:CreateFolder("Open Gui") -- Creates the folder(U will put here your buttons,etc)
  4. b:Label("By Saikbro#2827 on DC",{
  5. TextSize = 20; -- Self Explaining
  6. TextColor = Color3.fromRGB(255,255,255); -- Self Explaining
  7. BgColor = Color3.fromRGB(69,69,69); -- Self Explaining
  8.  
  9. })
  10. b:Button("Get all Prices",function()
  11. local RemoveOldHats = false -- remove old accessories?
  12. local whitelist = {"hat to keep","some other accessory to keep"} -- exact name of hats to keep
  13. local lp = game:GetService("Players").LocalPlayer
  14. local ch = lp.Character
  15. local hrp = ch:WaitForChild("HumanoidRootPart")
  16. if RemoveOldHats then
  17. for i,v in pairs(ch:GetChildren()) do
  18. if v:IsA("Accessory") and not table.find(whitelist, v.Name) then
  19. v:Destroy()
  20. end
  21. end
  22. end
  23. for i,v in pairs(workspace:GetChildren()) do
  24. if v:IsA("BasePart") and v:FindFirstChild("TouchInterest") and not v:FindFirstChild("shading") then
  25. firetouchinterest(hrp,v,0)
  26. firetouchinterest(hrp,v,1)
  27. end
  28. end
  29. end)
  30. b:Button("Get all Badges",function()
  31. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  32. local location = CFrame.new(174.793762, 4.34087276, -23.6963329, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  33. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  34. wait(0.1)
  35. pl.CFrame = location
  36. wait()
  37. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  38. local location = CFrame.new(-34.3776321, 10.9837608, 125.231743, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  39. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  40. wait()
  41. pl.CFrame = location
  42. wait()
  43. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  44. local location = CFrame.new(4.70244598, 85.7168274, 361.254608, 0.984812498, 0, 0.173621148, 0, 1, 0, -0.173621148, 0, 0.984812498)
  45. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  46. wait()
  47. pl.CFrame = location
  48. wait(0.1)
  49. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  50. local location = CFrame.new(152.235382, 24.7187653, -227.290161, 0.939700544, -0, -0.341998369, 0, 1, -0, 0.341998369, 0, 0.939700544)
  51. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  52. wait()
  53. pl.CFrame = location
  54. wait(0.1)
  55. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  56. local location = CFrame.new(-192.953796, 4.3253336, -83.975296, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  57. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  58. wait()
  59. pl.CFrame = location
  60. end)
  61. b:Button("TP TO SPAWN",function()
  62. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  63. local location = CFrame.new(-34.0332527, 5.83469963, -1534.21021, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  64. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  65. wait()
  66. pl.CFrame = location
  67. end)
  68. b:Button("Kill all",function()
  69. --by skyr3x on v3rm
  70. for i, v in pairs(game:GetService("Players"):GetPlayers()) do
  71. if v ~= game.Players.LocalPlayer then
  72. local function tp()
  73. v.Character.HumanoidRootPart.CFrame = game.workspace["Guest 666"].HumanoidRootPart.CFrame
  74. end
  75. pcall(tp)
  76. end
  77. end
  78. wait()
  79. end)
  80.  
  81. b:Button("fading blocks game (Funny)",function()
  82. game:GetService("Workspace")
  83. local playerhead = game.Players.LocalPlayer.Character.Head
  84. for i, v in pairs(game:GetService("Workspace"):GetDescendants()) do
  85. if v.Name == "BlockFadeScript" then
  86.  
  87. firetouchinterest(playerhead, v.Parent, 0)
  88. firetouchinterest(playerhead, v.Parent, 1)
  89. end
  90. end
  91. end)
  92. b:Button("Tp into VIP",function()
  93. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  94. 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)
  95. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  96. wait()
  97. pl.CFrame = location
  98. end)
  99. b:Button("Valk",function()
  100. game:GetService("Workspace")
  101. local playerhead = game.Players.LocalPlayer.Character.Head
  102. for i, v in pairs(game:GetService("Workspace")["Valkyrie Helm giver"]:GetDescendants()) do
  103. if v.Name == "TouchInterest" and v.Parent then
  104. firetouchinterest(playerhead, v.Parent, 0)
  105. wait()
  106. end
  107. end
  108. end)
  109. b:Button("Glass obby touch",function()
  110. game:GetService("Workspace")
  111. local playerHead = game.Players.LocalPlayer.Character.Head
  112. for i, v in pairs(game:GetService("Workspace").Model:GetDescendants()) do
  113. if v.Name == "TouchInterest" and v.Parent then
  114. firetouchinterest(playerHead, v.Parent, 0)
  115. firetouchinterest(playerHead, v.Parent, 1)
  116. end
  117. end
  118. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement