Advertisement
SuperGUYmss

Noclip

Jul 9th, 2020 (edited)
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Info", Text = "c = Noclip : Type /console for more."})
  2. local player = game.Players.LocalPlayer
  3. local mouse = player:GetMouse()
  4.  
  5. -- Settings
  6.  
  7. bind = "m"
  8. bind2 = "c"
  9. bind3 = "p"
  10.  
  11. -- Script
  12.  
  13. mouse.KeyDown:connect(function(key)
  14. if key == bind then
  15. game:GetService('Players').LocalPlayer.DevEnableMouseLock = true
  16. end
  17. end)
  18.  
  19. mouse.KeyDown:connect(function(key2)
  20. if key2 == bind2 then
  21. noclip = false
  22. game:GetService('RunService').Stepped:connect(function()
  23. if noclip then
  24. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  25. end
  26. end)
  27. plr = game.Players.LocalPlayer
  28. mouse = plr:GetMouse()
  29. mouse.KeyDown:connect(function(key)
  30.  
  31. if key == "n" then
  32. noclip = not noclip
  33. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  34. end
  35. end)
  36. end
  37. end)
  38.  
  39. mouse.KeyDown:connect(function(key3)
  40. if key3 == bind3 then
  41. -- Made By iWasThisi
  42. -- Instances:
  43. local ScreenGui = Instance.new("ScreenGui")
  44. local Frame = Instance.new("Frame")
  45. local TextBox = Instance.new("TextBox")
  46. local TextButton = Instance.new("TextButton")
  47. --Properties:
  48.  
  49. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  50. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  51.  
  52. Frame.Parent = ScreenGui
  53. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  54. Frame.Position = UDim2.new(0.288659781, 0, 0.220588237, 0)
  55. Frame.Size = UDim2.new(0, 148, 0, 83)
  56.  
  57. TextBox.Parent = ScreenGui
  58. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  59. TextBox.Position = UDim2.new(0.300257713, 0, 0.235294089, 0)
  60. TextBox.Size = UDim2.new(0, 129, 0, 30)
  61. TextBox.Font = Enum.Font.SourceSans
  62. TextBox.Text = "ENTER WALKSPEED"
  63. TextBox.TextColor3 = Color3.new(0, 0, 0)
  64. TextBox.TextSize = 14
  65.  
  66. TextButton.Parent = ScreenGui
  67. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  68. TextButton.Position = UDim2.new(0.319587618, 0, 0.297385603, 0)
  69. TextButton.Size = UDim2.new(0, 98, 0, 28)
  70. TextButton.Font = Enum.Font.SourceSans
  71. TextButton.Text = "Get WalkSpeed"
  72. TextButton.TextColor3 = Color3.new(0, 0, 0)
  73. TextButton.TextSize = 14
  74. -- Scripts:
  75. TextButton.MouseButton1Down:Connect(function()
  76. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = TextBox.Text
  77. end)
  78. end
  79. end)
  80.  
  81. print("C for Noclip then press N to toggle")
  82. print("M for Enable ShiftLock")
  83. print("P for walkspeed")
  84. error("YOUR AN IDIOT JOSHUAN")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement