54534534

Jailbroken v1.0

Dec 27th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. -- Made by: Lightningfast_YT/Cynic Dev#0010.
  2. -- Youtube: Lightningfast_YT
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local Frame_2 = Instance.new("Frame")
  8. local Frame_3 = Instance.new("Frame")
  9. local Frame_4 = Instance.new("Frame")
  10. local Frame_5 = Instance.new("Frame")
  11. local TextButton_2 = Instance.new("TextButton")
  12. --Properties:
  13. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. Frame.Parent = ScreenGui
  16. Frame.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.333333)
  17. Frame.Position = UDim2.new(0.241799444, 0, 0.181274906, 0)
  18. Frame.Size = UDim2.new(0, 589, 0, 258)
  19.  
  20. TextButton.Parent = Frame
  21. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  22. TextButton.Position = UDim2.new(0.957555175, 0, 0, 0)
  23. TextButton.Size = UDim2.new(0, 25, 0, 26)
  24. TextButton.Font = Enum.Font.SourceSans
  25. TextButton.Text = "X"
  26. TextButton.TextColor3 = Color3.new(0.0901961, 0.0901961, 0.211765)
  27. TextButton.TextSize = 14
  28.  
  29. Frame_2.Parent = Frame
  30. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  31. Frame_2.Size = UDim2.new(0, 564, 0, 26)
  32.  
  33. Frame_3.Parent = Frame
  34. Frame_3.BackgroundColor3 = Color3.new(0, 0, 0)
  35. Frame_3.Position = UDim2.new(0.957555175, 0, 0.100775197, 0)
  36. Frame_3.Size = UDim2.new(0, 25, 0, 206)
  37.  
  38. Frame_4.Parent = Frame
  39. Frame_4.BackgroundColor3 = Color3.new(0, 0, 0)
  40. Frame_4.BorderSizePixel = 0
  41. Frame_4.Position = UDim2.new(0, 0, 0.899224818, 0)
  42. Frame_4.Size = UDim2.new(0, 589, 0, 26)
  43.  
  44. Frame_5.Parent = Frame
  45. Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
  46. Frame_5.BorderSizePixel = 0
  47. Frame_5.Position = UDim2.new(0, 0, 0.100775197, 0)
  48. Frame_5.Size = UDim2.new(0, 25, 0, 206)
  49.  
  50. TextButton_2.Parent = Frame
  51. TextButton_2.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.333333)
  52. TextButton_2.Position = UDim2.new(0.0424448214, 0, 0.100775182, 0)
  53. TextButton_2.Size = UDim2.new(0, 178, 0, 41)
  54. TextButton_2.Font = Enum.Font.SourceSans
  55. TextButton_2.Text = "Noclip"
  56. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  57. TextButton_2.TextSize = 14
  58. -- Scripts:
  59. function SCRIPT_GWZU75_FAKESCRIPT() -- TextButton_2.Script
  60. local script = Instance.new('Script')
  61. script.Parent = TextButton_2
  62. --This is not my script
  63. wait(2)
  64.  
  65. nam = game.Players.LocalPlayer.Name
  66.  
  67. coroutine.wrap(function()
  68. while wait() do
  69. for a, b in pairs(Workspace[nam]:GetChildren()) do
  70. if b:FindFirstChild('Handle') then
  71. b.Handle.CanCollide = false
  72. end
  73. end
  74. end
  75. end)()
  76.  
  77. Workspace[nam].Humanoid.Changed:connect(function()
  78. Workspace[nam].Humanoid.WalkSpeed = 16
  79. end)
  80.  
  81. game:GetService('Players').LocalPlayer.PlayerGui.ChildAdded:connect(function(asd)
  82. delay(0, function()
  83. if asd.Name ~= 'OutputGUI' then
  84. asd:Destroy()
  85. end
  86. end)
  87. end)
  88.  
  89. game:GetService('RunService').Stepped:connect(function()
  90. Workspace[nam].Torso.CanCollide = false
  91. Workspace[nam].Head.CanCollide = false
  92. end)
  93.  
  94. Workspace[nam].Torso.Changed:connect(function()
  95. Workspace[nam].Torso.CanCollide = false
  96. Workspace[nam].Head.CanCollide = false
  97. end)
  98.  
  99. end
  100. coroutine.resume(coroutine.create(SCRIPT_GWZU75_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment