Advertisement
ShadowYT6

Roblox Noclip GUI v1.0.0

Mar 30th, 2021
42,499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.55 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local NoclipGui = Instance.new("ScreenGui")
  8. local DragFrame = Instance.new("ImageLabel")
  9. local NoclipFrame = Instance.new("ImageLabel")
  10. local On = Instance.new("TextLabel")
  11. local Noclip = Instance.new("TextButton")
  12. local TextButton = Instance.new("TextButton")
  13. local Roundify = Instance.new("ImageLabel")
  14. local TextLabel = Instance.new("TextLabel")
  15. local X = Instance.new("TextButton")
  16. local TextButton_2 = Instance.new("TextButton")
  17. local TextLabel_2 = Instance.new("TextLabel")
  18. local Frame = Instance.new("Frame")
  19. local TextButton_3 = Instance.new("TextButton")
  20. local TextLabel_3 = Instance.new("TextLabel")
  21.  
  22. --Properties:
  23.  
  24. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  25. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. NoclipGui.Name = "NoclipGui"
  28. NoclipGui.Parent = ScreenGui
  29.  
  30. DragFrame.Name = "DragFrame"
  31. DragFrame.Parent = NoclipGui
  32. DragFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. DragFrame.BackgroundTransparency = 1.000
  34. DragFrame.Position = UDim2.new(0.0757299438, 0, 0.0495575368, 0)
  35. DragFrame.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  36. DragFrame.ScaleType = Enum.ScaleType.Slice
  37. DragFrame.SliceCenter = Rect.new(100, 100, 100, 100)
  38. DragFrame.SliceScale = 0.667
  39.  
  40. NoclipFrame.Name = "NoclipFrame"
  41. NoclipFrame.Parent = DragFrame
  42. NoclipFrame.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  43. NoclipFrame.BackgroundTransparency = 0.600
  44. NoclipFrame.BorderSizePixel = 0
  45. NoclipFrame.Position = UDim2.new(2.98172498, 0, 6.12007523, 0)
  46. NoclipFrame.Size = UDim2.new(1.46938503, 0, 2.54469037, 0)
  47. NoclipFrame.Visible = false
  48. NoclipFrame.ImageColor3 = Color3.fromRGB(0, 0, 0)
  49. NoclipFrame.ImageTransparency = 1.000
  50. NoclipFrame.ScaleType = Enum.ScaleType.Slice
  51. NoclipFrame.SliceCenter = Rect.new(100, 100, 100, 100)
  52.  
  53. On.Name = "On"
  54. On.Parent = NoclipFrame
  55. On.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  56. On.BackgroundTransparency = 1.000
  57. On.Position = UDim2.new(0.758313119, 0, 0.669421434, 0)
  58. On.Size = UDim2.new(0.241621062, 0, 0.330578566, 0)
  59. On.Font = Enum.Font.SciFi
  60. On.Text = "Noclip is off"
  61. On.TextColor3 = Color3.fromRGB(255, 255, 255)
  62. On.TextScaled = true
  63. On.TextSize = 14.000
  64. On.TextWrapped = true
  65.  
  66. Noclip.Name = "Noclip"
  67. Noclip.Parent = NoclipFrame
  68. Noclip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. Noclip.BackgroundTransparency = 1.000
  70. Noclip.Position = UDim2.new(-0.00456204405, 0, 0.11937926, 0)
  71. Noclip.Size = UDim2.new(1, 0, 0.672906339, 0)
  72. Noclip.Font = Enum.Font.SciFi
  73. Noclip.Text = "Noclip"
  74. Noclip.TextColor3 = Color3.fromRGB(255, 255, 255)
  75. Noclip.TextScaled = true
  76. Noclip.TextSize = 14.000
  77. Noclip.TextWrapped = true
  78.  
  79. TextButton.Parent = Noclip
  80. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. TextButton.BackgroundTransparency = 1.000
  82. TextButton.Position = UDim2.new(0.828415871, 0, -0.406988889, 0)
  83. TextButton.Size = UDim2.new(0, 86, 0, 42)
  84. TextButton.Font = Enum.Font.SourceSans
  85. TextButton.Text = "X"
  86. TextButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  87. TextButton.TextSize = 50.000
  88.  
  89. Roundify.Name = "Roundify"
  90. Roundify.Parent = NoclipFrame
  91. Roundify.AnchorPoint = Vector2.new(0.5, 0.5)
  92. Roundify.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  93. Roundify.BackgroundTransparency = 1.000
  94. Roundify.Position = UDim2.new(1.02292264, 0, 0.711400688, 0)
  95. Roundify.Size = UDim2.new(2.04584527, 24, 1.42280149, 24)
  96. Roundify.Image = "rbxassetid://3570695787"
  97. Roundify.ImageColor3 = Color3.fromRGB(24, 24, 24)
  98. Roundify.ImageTransparency = 1.000
  99. Roundify.ScaleType = Enum.ScaleType.Slice
  100. Roundify.SliceCenter = Rect.new(100, 100, 100, 100)
  101. Roundify.SliceScale = 0.120
  102.  
  103. TextLabel.Parent = NoclipFrame
  104. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  105. TextLabel.BackgroundTransparency = 0.600
  106. TextLabel.Position = UDim2.new(0, 0, -0.169147491, 0)
  107. TextLabel.Size = UDim2.new(0, 493, 0, 46)
  108. TextLabel.Font = Enum.Font.SourceSans
  109. TextLabel.Text = "Noclip GUI v1.0.0"
  110. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  111. TextLabel.TextSize = 50.000
  112.  
  113. X.Name = "X"
  114. X.Parent = NoclipFrame
  115. X.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  116. X.BackgroundTransparency = 1.000
  117. X.Position = UDim2.new(0.81626308, 0, -0.169535726, 0)
  118. X.Size = UDim2.new(0, 93, 0, 47)
  119. X.Font = Enum.Font.SourceSans
  120. X.Text = "X"
  121. X.TextColor3 = Color3.fromRGB(170, 0, 0)
  122. X.TextSize = 50.000
  123.  
  124. TextButton_2.Parent = DragFrame
  125. TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 255, 127)
  126. TextButton_2.Position = UDim2.new(-0.378649771, 0, 5.79646063, 0)
  127. TextButton_2.Size = UDim2.new(0, 167, 0, 80)
  128. TextButton_2.Font = Enum.Font.SourceSans
  129. TextButton_2.Text = "Open Noclip GUI"
  130. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  131. TextButton_2.TextSize = 26.000
  132.  
  133. TextLabel_2.Parent = DragFrame
  134. TextLabel_2.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  135. TextLabel_2.Position = UDim2.new(-0.378649771, 0, 8.67437649, 0)
  136. TextLabel_2.Size = UDim2.new(0, 509, 0, 53)
  137. TextLabel_2.Font = Enum.Font.SourceSans
  138. TextLabel_2.Text = "Made By Shadow, Youtube: https://www.youtube.com/channel/UCNovziZnQUN5b3bGDYPTJ1Q"
  139. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  140. TextLabel_2.TextSize = 14.000
  141.  
  142. Frame.Parent = TextLabel_2
  143. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  144. Frame.Position = UDim2.new(0, 0, 1.03773582, 0)
  145. Frame.Size = UDim2.new(0, 509, 0, 45)
  146.  
  147. TextButton_3.Parent = TextLabel_2
  148. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  149. TextButton_3.BackgroundTransparency = 1.000
  150. TextButton_3.Position = UDim2.new(0.917485237, 0, 1.05660379, 0)
  151. TextButton_3.Size = UDim2.new(0, 42, 0, 19)
  152. TextButton_3.Font = Enum.Font.SourceSans
  153. TextButton_3.Text = "OK"
  154. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  155. TextButton_3.TextSize = 20.000
  156.  
  157. TextLabel_3.Parent = TextLabel_2
  158. TextLabel_3.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
  159. TextLabel_3.Position = UDim2.new(0, 0, -0.490566045, 0)
  160. TextLabel_3.Size = UDim2.new(0, 507, 0, 25)
  161. TextLabel_3.Font = Enum.Font.SourceSans
  162. TextLabel_3.Text = "Notification"
  163. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  164. TextLabel_3.TextSize = 20.000
  165.  
  166. -- Scripts:
  167.  
  168. local function GLEKL_fake_script() -- Noclip.NoScript
  169. local script = Instance.new('LocalScript', Noclip)
  170.  
  171. local function UpdateText(Obj,strl)
  172. Obj.Text = strl
  173. end
  174. local On = false
  175. local function SetOn()
  176. if On == false then
  177. On = true
  178. else
  179. On = false
  180. end
  181. end
  182. local Player = game.Players.LocalPlayer
  183. local Button = script.Parent
  184.  
  185. Button.MouseButton1Up:Connect(function()
  186. SetOn()
  187. if On then
  188. UpdateText(Button, "Clip")
  189. UpdateText(script.Parent.Parent.On,"Noclip is On")
  190.  
  191. else
  192. UpdateText(Button, "Noclip")
  193. UpdateText(script.Parent.Parent.On, "Noclip is off")
  194. end
  195. while On do
  196. wait()
  197. pcall(function()
  198. Player.Character.Humanoid:ChangeState(11)
  199. end)
  200. end
  201. end)
  202. end
  203. coroutine.wrap(GLEKL_fake_script)()
  204. local function ZBOJNK_fake_script() -- X.LocalScript
  205. local script = Instance.new('LocalScript', X)
  206.  
  207. script.Parent.MouseButton1Click:Connect(function()
  208. script.Parent.Parent.Visible = false
  209. end)
  210.  
  211.  
  212.  
  213. end
  214. coroutine.wrap(ZBOJNK_fake_script)()
  215. local function NMNOMDP_fake_script() -- TextButton_2.LocalScript
  216. local script = Instance.new('LocalScript', TextButton_2)
  217.  
  218. local frame = script.Parent.Parent.NoclipFrame
  219. local open = false
  220.  
  221. script.Parent.MouseButton1Click:Connect(function()
  222. if frame.Visible == false then
  223. frame.Visible = true
  224. end
  225. end)
  226.  
  227. end
  228. coroutine.wrap(NMNOMDP_fake_script)()
  229. local function ZULPZ_fake_script() -- TextButton_3.LocalScript
  230. local script = Instance.new('LocalScript', TextButton_3)
  231.  
  232. script.Parent.MouseButton1Click:Connect(function()
  233. script.Parent.Parent.Visible = false
  234. end)
  235.  
  236.  
  237.  
  238. end
  239. coroutine.wrap(ZULPZ_fake_script)()
  240. local function YWWA_fake_script() -- NoclipGui.Dragify
  241. local script = Instance.new('LocalScript', NoclipGui)
  242.  
  243. local UIS = game:GetService("UserInputService")
  244. function dragify(Frame)
  245. dragToggle = nil
  246. local dragSpeed = 0.50
  247. dragInput = nil
  248. dragStart = nil
  249. local dragPos = nil
  250. function updateInput(input)
  251. local Delta = input.Position - dragStart
  252. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  253. Frame:TweenPosition(Position,"Out","Quad",.5,true)
  254. end
  255. Frame.InputBegan:Connect(function(input)
  256. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  257. dragToggle = true
  258. dragStart = input.Position
  259. startPos = Frame.Position
  260. input.Changed:Connect(function()
  261. if input.UserInputState == Enum.UserInputState.End then
  262. dragToggle = false
  263. end
  264. end)
  265. end
  266. end)
  267. Frame.InputChanged:Connect(function(input)
  268. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  269. dragInput = input
  270. end
  271. end)
  272.  
  273. Frame.InputEnded:connect(function(input)
  274. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  275. dragStart = nil
  276. dragInput = nil
  277. end
  278. end)
  279. game:GetService("UserInputService").InputChanged:Connect(function(input)
  280. if input == dragInput and dragToggle then
  281. updateInput(input)
  282. end
  283. end)
  284. end
  285.  
  286. dragify(script.Parent.DragFrame)
  287. end
  288. coroutine.wrap(YWWA_fake_script)()
  289.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement