Itsyabroooo

Roblox Hack Noclip and Btools Gui

Mar 22nd, 2020
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. --Hey I made a New Gui It has Noclip and Btools so yeah enjoy
  2. --Make sure to check my YT>> T***** Uploads Dry Content
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local NoClip = Instance.new("TextButton")
  7. local BTools = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Frame = Instance.new("Frame")
  10. local Open = Instance.new("TextButton")
  11.  
  12. ScreenGui.Parent = game.CoreGui
  13.  
  14. Main.Name = "Main"
  15. Main.Parent = ScreenGui
  16. Main.BackgroundColor3 = Color3.fromRGB(165, 170, 255)
  17. Main.BorderColor3 = Color3.fromRGB(152, 134, 208)
  18. Main.BorderSizePixel = 4
  19. Main.Position = UDim2.new(0.334246576, 0, 0.260956168, 0)
  20. Main.Size = UDim2.new(0, 242, 0, 240)
  21. Main.Visible = false
  22. Main.Visible = false
  23. Main.Active = true
  24. Main.Draggable = true
  25.  
  26. NoClip.Name = "NoClip"
  27. NoClip.Parent = Main
  28. NoClip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  29. NoClip.Position = UDim2.new(-0.000464171171, 0, 0.285906374, 0)
  30. NoClip.Size = UDim2.new(0, 117, 0, 132)
  31. NoClip.Font = Enum.Font.SourceSans
  32. NoClip.Text = "NoClip"
  33. NoClip.TextColor3 = Color3.fromRGB(0, 0, 0)
  34. NoClip.TextScaled = true
  35. NoClip.TextSize = 14.000
  36. NoClip.TextWrapped = true
  37. NoClip.MouseButton1Down:connect(function()
  38. game:GetService("Players").LocalPlayer.Character.RightHand.Touched:connect(function(obj)
  39. if obj ~= workspace.Terrain then
  40. obj.CanCollide = false
  41. wait(1)
  42. obj.CanCollide = true
  43. end
  44. end)
  45. end)
  46.  
  47. BTools.Name = "BTools"
  48. BTools.Parent = Main
  49. BTools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. BTools.Position = UDim2.new(0.506871939, 0, 0.285906374, 0)
  51. BTools.Size = UDim2.new(0, 118, 0, 132)
  52. BTools.Font = Enum.Font.SourceSans
  53. BTools.Text = "BTools"
  54. BTools.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. BTools.TextScaled = true
  56. BTools.TextSize = 14.000
  57. BTools.TextWrapped = true
  58. BTools.MouseButton1Down:connect(function()
  59. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  60. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  61. if child.ClassName == "Part" then
  62. child.Locked = false
  63. end
  64. if child.ClassName == "MeshPart" then
  65. child.Locked = false
  66. end
  67. if child.ClassName == "UnionOperation" then
  68. child.Locked = false
  69. end
  70. if child.ClassName == "Model" then
  71. for index, chil in pairs(child:GetChildren()) do
  72. if chil.ClassName == "Part" then
  73. chil.Locked = false
  74. end
  75. if chil.ClassName == "MeshPart" then
  76. chil.Locked = false
  77. end
  78. if chil.ClassName == "UnionOperation" then
  79. chil.Locked = false
  80. end
  81. if chil.ClassName == "Model" then
  82. for index, childe in pairs(chil:GetChildren()) do
  83. if childe.ClassName == "Part" then
  84. childe.Locked = false
  85. end
  86. if childe.ClassName == "MeshPart" then
  87. childe.Locked = false
  88. end
  89. if childe.ClassName == "UnionOperation" then
  90. childe.Locked = false
  91. end
  92. if childe.ClassName == "Model" then
  93. for index, childeo in pairs(childe:GetChildren()) do
  94. if childeo.ClassName == "Part" then
  95. childeo.Locked = false
  96. end
  97. if childeo.ClassName == "MeshPart" then
  98. childeo.Locked = false
  99. end
  100. if childeo.ClassName == "UnionOperation" then
  101. childeo.Locked = false
  102. end
  103. if childeo.ClassName == "Model" then
  104. end
  105. end
  106. end
  107. end
  108. end
  109. end
  110. end
  111. end
  112. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  113. c.BinType = Enum.BinType.Hammer
  114. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  115. c.BinType = Enum.BinType.Clone
  116. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  117. c.BinType = Enum.BinType.Grab
  118. end)
  119.  
  120. TextLabel.Parent = Main
  121. TextLabel.BackgroundColor3 = Color3.fromRGB(165, 170, 255)
  122. TextLabel.BorderColor3 = Color3.fromRGB(86, 137, 148)
  123. TextLabel.BorderSizePixel = 2
  124. TextLabel.Position = UDim2.new(0.00366806984, 0, -0.0015438199, 0)
  125. TextLabel.Size = UDim2.new(0, 241, 0, 50)
  126. TextLabel.Font = Enum.Font.SourceSans
  127. TextLabel.Text = "My New Noclip and Btools Gui"
  128. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  129. TextLabel.TextScaled = true
  130. TextLabel.TextSize = 14.000
  131. TextLabel.TextWrapped = true
  132.  
  133. Frame.Parent = ScreenGui
  134. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  135. Frame.Position = UDim2.new(0.0767123252, 0, 0.247011989, 0)
  136. Frame.Size = UDim2.new(0, 155, 0, 57)
  137.  
  138. Open.Name = "Open"
  139. Open.Parent = Frame
  140. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  141. Open.Position = UDim2.new(-2.98023224e-08, 0, 0.0535568073, 0)
  142. Open.Size = UDim2.new(0, 155, 0, 50)
  143. Open.Font = Enum.Font.SourceSans
  144. Open.Text = "Open"
  145. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  146. Open.TextScaled = true
  147. Open.TextSize = 14.000
  148. Open.TextWrapped = true
  149. Open.MouseButton1Down:connect(function()
  150. Open.Visible = false
  151. Main.Visible = true
  152. end)
Add Comment
Please, Sign In to add comment