Advertisement
exploit432

command script

Jun 22nd, 2022
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.16 KB | None | 0 0
  1.  
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextButton = Instance.new("TextButton")
  6. local TextButton_2 = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8.  
  9. --Properties:
  10.  
  11. ScreenGui.Parent = game.CoreGui
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.fromRGB(102, 102, 102)
  15. Frame.Position = UDim2.new(0.0138161033, 0, 0.0310077518, 0)
  16. Frame.Size = UDim2.new(0, 317, 0, 267)
  17. main.Active = true
  18. main.Draggable = true
  19.  
  20.  
  21. TextButton.Parent = Frame
  22. TextButton.BackgroundColor3 = Color3.fromRGB(113, 113, 113)
  23. TextButton.Position = UDim2.new(0.0189274456, 0, 0.676390052, 0)
  24. TextButton.Size = UDim2.new(0, 311, 0, 50)
  25. TextButton.Font = Enum.Font.SourceSans
  26. TextButton.Text = "clicktp"
  27. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  28. TextButton.TextSize = 40.000
  29. TextButton.MouseButton1Down:connect(function()
  30. local Workspace = game:GetService("Workspace")
  31. local CoreGui = game:GetService("CoreGui")
  32. local Players = game:GetService("Players")
  33. local Noclip = Instance.new("ScreenGui")
  34. local BG = Instance.new("Frame")
  35. local Title = Instance.new("TextLabel")
  36. local Toggle = Instance.new("TextButton")
  37. local StatusPF = Instance.new("TextLabel")
  38. local Status = Instance.new("TextLabel")
  39. local Credit = Instance.new("TextLabel")
  40. local Plr = Players.LocalPlayer
  41. local Clipon = false
  42.  
  43. Noclip.Name = "Noclip"
  44. Noclip.Parent = game.CoreGui
  45.  
  46. BG.Name = "BG"
  47. BG.Parent = Noclip
  48. BG.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  49. BG.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  50. BG.BorderSizePixel = 2
  51. BG.Position = UDim2.new(0.149479166, 0, 0.82087779, 0)
  52. BG.Size = UDim2.new(0, 210, 0, 127)
  53. BG.Active = true
  54. BG.Draggable = true
  55.  
  56. Title.Name = "Title"
  57. Title.Parent = BG
  58. Title.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
  59. Title.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
  60. Title.BorderSizePixel = 2
  61. Title.Size = UDim2.new(0, 210, 0, 33)
  62. Title.Font = Enum.Font.Highway
  63. Title.Text = "Noclip"
  64. Title.TextColor3 = Color3.new(1, 1, 1)
  65. Title.FontSize = Enum.FontSize.Size32
  66. Title.TextSize = 30
  67. Title.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  68. Title.TextStrokeTransparency = 0
  69.  
  70. Toggle.Parent = BG
  71. Toggle.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
  72. Toggle.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
  73. Toggle.BorderSizePixel = 2
  74. Toggle.Position = UDim2.new(0.152380958, 0, 0.374192119, 0)
  75. Toggle.Size = UDim2.new(0, 146, 0, 36)
  76. Toggle.Font = Enum.Font.Highway
  77. Toggle.FontSize = Enum.FontSize.Size28
  78. Toggle.Text = "Toggle"
  79. Toggle.TextColor3 = Color3.new(1, 1, 1)
  80. Toggle.TextSize = 25
  81. Toggle.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  82. Toggle.TextStrokeTransparency = 0
  83.  
  84. StatusPF.Name = "StatusPF"
  85. StatusPF.Parent = BG
  86. StatusPF.BackgroundColor3 = Color3.new(1, 1, 1)
  87. StatusPF.BackgroundTransparency = 1
  88. StatusPF.Position = UDim2.new(0.314285725, 0, 0.708661377, 0)
  89. StatusPF.Size = UDim2.new(0, 56, 0, 20)
  90. StatusPF.Font = Enum.Font.Highway
  91. StatusPF.FontSize = Enum.FontSize.Size24
  92. StatusPF.Text = "Status:"
  93. StatusPF.TextColor3 = Color3.new(1, 1, 1)
  94. StatusPF.TextSize = 20
  95. StatusPF.TextStrokeColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  96. StatusPF.TextStrokeTransparency = 0
  97. StatusPF.TextWrapped = true
  98.  
  99. Status.Name = "Status"
  100. Status.Parent = BG
  101. Status.BackgroundColor3 = Color3.new(1, 1, 1)
  102. Status.BackgroundTransparency = 1
  103. Status.Position = UDim2.new(0.580952346, 0, 0.708661377, 0)
  104. Status.Size = UDim2.new(0, 56, 0, 20)
  105. Status.Font = Enum.Font.Highway
  106. Status.FontSize = Enum.FontSize.Size14
  107. Status.Text = "off"
  108. Status.TextColor3 = Color3.new(0.666667, 0, 0)
  109. Status.TextScaled = true
  110. Status.TextSize = 14
  111. Status.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  112. Status.TextWrapped = true
  113. Status.TextXAlignment = Enum.TextXAlignment.Left
  114.  
  115. Credit.Name = "Credit"
  116. Credit.Parent = BG
  117. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  118. Credit.BackgroundTransparency = 1
  119. Credit.Position = UDim2.new(0.195238099, 0, 0.866141737, 0)
  120. Credit.Size = UDim2.new(0, 128, 0, 17)
  121. Credit.Font = Enum.Font.SourceSans
  122. Credit.FontSize = Enum.FontSize.Size18
  123. Credit.Text = "Created by KingLuna"
  124. Credit.TextColor3 = Color3.new(1, 1, 1)
  125. Credit.TextSize = 16
  126. Credit.TextStrokeColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  127. Credit.TextStrokeTransparency = 0
  128. Credit.TextWrapped = true
  129.  
  130. Toggle.MouseButton1Click:connect(function()
  131. if Status.Text == "off" then
  132. Clipon = true
  133. Status.Text = "on"
  134. Status.TextColor3 = Color3.new(0,185,0)
  135. Stepped = game:GetService("RunService").Stepped:Connect(function()
  136. if not Clipon == false then
  137. for a, b in pairs(Workspace:GetChildren()) do
  138. if b.Name == Plr.Name then
  139. for i, v in pairs(Workspace[Plr.Name]:GetChildren()) do
  140. if v:IsA("BasePart") then
  141. v.CanCollide = false
  142. end end end end
  143. else
  144. Stepped:Disconnect()
  145. end
  146. end)
  147. elseif Status.Text == "on" then
  148. Clipon = false
  149. Status.Text = "off"
  150. Status.TextColor3 = Color3.new(170,0,0)
  151. end
  152. end)
  153. end)
  154.  
  155. TextButton_2.Parent = Frame
  156. TextButton_2.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  157. TextButton_2.Position = UDim2.new(0.0189274456, 0, 0.355805248, 0)
  158. TextButton_2.Size = UDim2.new(0, 311, 0, 50)
  159. TextButton_2.Font = Enum.Font.SourceSans
  160. TextButton_2.Text = "noclip"
  161. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  162. TextButton_2.TextSize = 40.000
  163. Textbutton_2.MouseButton1Down:connect(function()
  164. local Plr = game:GetService("Players").LocalPlayer
  165. local Mouse = Plr:GetMouse()
  166.  
  167. Mouse.Button1Down:connect(
  168. function()
  169. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then
  170. return
  171. end
  172. if not Mouse.Target then
  173. return
  174. end
  175. Plr.Character:MoveTo(Mouse.Hit.p)
  176. end
  177. )
  178.  
  179. end)
  180.  
  181.  
  182. TextLabel.Parent = Frame
  183. TextLabel.BackgroundColor3 = Color3.fromRGB(103, 103, 103)
  184. TextLabel.Position = UDim2.new(0.205047324, 0, 0, 0)
  185. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  186. TextLabel.Font = Enum.Font.SourceSans
  187. TextLabel.Text = "by 24kasad "
  188. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  189. TextLabel.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement