Advertisement
Guest User

Jailbreaker - Yeet76/Steamus

a guest
Jan 22nd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.42 KB | None | 0 0
  1. --Credit to yeet76 on V3rmillion,
  2. --Scripts not made by me,
  3. --See GUI for credits.
  4.  
  5.  
  6. -- Instances:
  7. local main = Instance.new("ScreenGui")
  8. local guiFrame = Instance.new("Frame")
  9. local topBar = Instance.new("Frame")
  10. local exit = Instance.new("TextButton")
  11. local title = Instance.new("TextLabel")
  12. local gravity = Instance.new("Frame")
  13. local gOFF = Instance.new("TextButton")
  14. local gON = Instance.new("TextButton")
  15. local gravityStatus = Instance.new("TextLabel")
  16. local title1 = Instance.new("TextLabel")
  17. local gInput = Instance.new("TextBox")
  18. local walkspeed = Instance.new("Frame")
  19. local title2 = Instance.new("TextLabel")
  20. local wsON = Instance.new("TextButton")
  21. local wsStatus = Instance.new("TextLabel")
  22. local wsInfo = Instance.new("TextLabel")
  23. local noclip = Instance.new("Frame")
  24. local title3 = Instance.new("TextLabel")
  25. local ncON = Instance.new("TextButton")
  26. local ncStatus = Instance.new("TextLabel")
  27. local TextLabel = Instance.new("TextLabel")
  28. --Properties:
  29. main.Name = "main"
  30. main.Parent = game.CoreGui
  31. main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32.  
  33. guiFrame.Name = "guiFrame"
  34. guiFrame.Parent = main
  35. guiFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  36. guiFrame.Position = UDim2.new(0.422782868, 0, 0.343980372, 0)
  37. guiFrame.Size = UDim2.new(0, 260, 0, 164)
  38. guiFrame.Active = true
  39. guiFrame.Draggable = true
  40.  
  41. topBar.Name = "topBar"
  42. topBar.Parent = guiFrame
  43. topBar.BackgroundColor3 = Color3.new(1, 1, 1)
  44. topBar.Position = UDim2.new(0, 0, -0.00609756075, 0)
  45. topBar.Size = UDim2.new(0, 260, 0, 26)
  46.  
  47. exit.Name = "exit"
  48. exit.Parent = topBar
  49. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  50. exit.Position = UDim2.new(0.884691954, 0, 2.60770321e-08, 0)
  51. exit.Size = UDim2.new(0, 29, 0, 26)
  52. exit.Font = Enum.Font.Highway
  53. exit.Text = "X"
  54. exit.TextColor3 = Color3.new(0, 0, 0)
  55. exit.TextSize = 20
  56.  
  57. title.Name = "title"
  58. title.Parent = topBar
  59. title.BackgroundColor3 = Color3.new(1, 1, 1)
  60. title.BackgroundTransparency = 1
  61. title.BorderSizePixel = 0
  62. title.Position = UDim2.new(-0.00139115751, 0, 0.038461566, 0)
  63. title.Size = UDim2.new(0, 231, 0, 26)
  64. title.Font = Enum.Font.GothamBlack
  65. title.Text = "Jailbreaker GUI - by yeet76 on V3rm"
  66. title.TextColor3 = Color3.new(0, 0, 0)
  67. title.TextSize = 10
  68.  
  69. gravity.Name = "gravity"
  70. gravity.Parent = guiFrame
  71. gravity.BackgroundColor3 = Color3.new(1, 1, 1)
  72. gravity.Position = UDim2.new(0.334615409, 0, 0.158485129, 0)
  73. gravity.Size = UDim2.new(0, 88, 0, 133)
  74.  
  75. gOFF.Name = "gOFF"
  76. gOFF.Parent = gravity
  77. gOFF.BackgroundColor3 = Color3.new(1, 1, 1)
  78. gOFF.Position = UDim2.new(0.135251597, 0, 0.58628881, 0)
  79. gOFF.Size = UDim2.new(0, 63, 0, 29)
  80. gOFF.Font = Enum.Font.SourceSans
  81. gOFF.Text = "Disable"
  82. gOFF.TextColor3 = Color3.new(0, 0, 0)
  83. gOFF.TextSize = 14
  84.  
  85. gON.Name = "gON"
  86. gON.Parent = gravity
  87. gON.BackgroundColor3 = Color3.new(1, 1, 1)
  88. gON.Position = UDim2.new(0.135251597, 0, 0.309869915, 0)
  89. gON.Size = UDim2.new(0, 63, 0, 29)
  90. gON.Font = Enum.Font.SourceSans
  91. gON.Text = "Enable"
  92. gON.TextColor3 = Color3.new(0, 0, 0)
  93. gON.TextSize = 14
  94.  
  95. gravityStatus.Name = "gravityStatus"
  96. gravityStatus.Parent = gravity
  97. gravityStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  98. gravityStatus.BackgroundTransparency = 1
  99. gravityStatus.BorderSizePixel = 0
  100. gravityStatus.Position = UDim2.new(0.13525182, 0, 0.158533305, 0)
  101. gravityStatus.Size = UDim2.new(0, 63, 0, 19)
  102. gravityStatus.Font = Enum.Font.SourceSans
  103. gravityStatus.Text = "Disabled"
  104. gravityStatus.TextColor3 = Color3.new(1, 0, 0)
  105. gravityStatus.TextSize = 14
  106.  
  107. title1.Name = "title1"
  108. title1.Parent = gravity
  109. title1.BackgroundColor3 = Color3.new(1, 1, 1)
  110. title1.BackgroundTransparency = 1
  111. title1.BorderSizePixel = 0
  112. title1.Position = UDim2.new(0.0113636367, 0, -0.000317336933, 0)
  113. title1.Size = UDim2.new(0, 88, 0, 22)
  114. title1.Font = Enum.Font.SourceSans
  115. title1.Text = "Gravity:"
  116. title1.TextColor3 = Color3.new(0, 0, 0)
  117. title1.TextSize = 14
  118.  
  119. gInput.Name = "gInput"
  120. gInput.Parent = gravity
  121. gInput.BackgroundColor3 = Color3.new(1, 1, 1)
  122. gInput.Position = UDim2.new(0.13525182, 0, 0.849624038, 0)
  123. gInput.Size = UDim2.new(0, 63, 0, 20)
  124. gInput.Font = Enum.Font.SourceSans
  125. gInput.PlaceholderColor3 = Color3.new(0, 0, 0)
  126. gInput.PlaceholderText = "5"
  127. gInput.Text = "5"
  128. gInput.TextColor3 = Color3.new(0, 0, 0)
  129. gInput.TextSize = 14
  130.  
  131. walkspeed.Name = "walkspeed"
  132. walkspeed.Parent = guiFrame
  133. walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  134. walkspeed.Position = UDim2.new(-0.000117599964, 0, 0.156607032, 0)
  135. walkspeed.Size = UDim2.new(0, 88, 0, 133)
  136.  
  137. title2.Name = "title2"
  138. title2.Parent = walkspeed
  139. title2.BackgroundColor3 = Color3.new(1, 1, 1)
  140. title2.BackgroundTransparency = 1
  141. title2.BorderSizePixel = 0
  142. title2.Position = UDim2.new(0, 0, -0.00751865935, 0)
  143. title2.Size = UDim2.new(0, 88, 0, 22)
  144. title2.Font = Enum.Font.SourceSans
  145. title2.Text = "Walkspeed:"
  146. title2.TextColor3 = Color3.new(0, 0, 0)
  147. title2.TextSize = 14
  148.  
  149. wsON.Name = "wsON"
  150. wsON.Parent = walkspeed
  151. wsON.BackgroundColor3 = Color3.new(1, 1, 1)
  152. wsON.Position = UDim2.new(0.135251597, 0, 0.30608201, 0)
  153. wsON.Size = UDim2.new(0, 63, 0, 29)
  154. wsON.Font = Enum.Font.SourceSans
  155. wsON.Text = "Enable"
  156. wsON.TextColor3 = Color3.new(0, 0, 0)
  157. wsON.TextSize = 14
  158.  
  159. wsStatus.Name = "wsStatus"
  160. wsStatus.Parent = walkspeed
  161. wsStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  162. wsStatus.BackgroundTransparency = 1
  163. wsStatus.BorderSizePixel = 0
  164. wsStatus.Position = UDim2.new(0.13525182, 0, 0.152308419, 0)
  165. wsStatus.Size = UDim2.new(0, 63, 0, 19)
  166. wsStatus.Font = Enum.Font.SourceSans
  167. wsStatus.Text = "Disabled"
  168. wsStatus.TextColor3 = Color3.new(1, 0, 0)
  169. wsStatus.TextSize = 14
  170.  
  171. wsInfo.Name = "wsInfo"
  172. wsInfo.Parent = walkspeed
  173. wsInfo.BackgroundColor3 = Color3.new(1, 1, 1)
  174. wsInfo.BackgroundTransparency = 1
  175. wsInfo.BorderSizePixel = 0
  176. wsInfo.Position = UDim2.new(0.0340909101, 0, 0.541353405, 0)
  177. wsInfo.Size = UDim2.new(0, 82, 0, 56)
  178. wsInfo.Font = Enum.Font.SourceSans
  179. wsInfo.Text = "Once Enabled, press \"X\" on your keyboard to toggle!"
  180. wsInfo.TextColor3 = Color3.new(0, 0, 0)
  181. wsInfo.TextSize = 14
  182. wsInfo.TextWrapped = true
  183.  
  184. noclip.Name = "noclip"
  185. noclip.Parent = guiFrame
  186. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  187. noclip.Position = UDim2.new(0.672841728, 0, 0.156606898, 0)
  188. noclip.Size = UDim2.new(0, 84, 0, 78)
  189.  
  190. title3.Name = "title3"
  191. title3.Parent = noclip
  192. title3.BackgroundColor3 = Color3.new(1, 1, 1)
  193. title3.BackgroundTransparency = 1
  194. title3.BorderSizePixel = 0
  195. title3.Position = UDim2.new(0.024350848, 0, -0.019075051, 0)
  196. title3.Size = UDim2.new(0, 83, 0, 22)
  197. title3.Font = Enum.Font.SourceSans
  198. title3.Text = "Noclip:"
  199. title3.TextColor3 = Color3.new(0, 0, 0)
  200. title3.TextSize = 14
  201.  
  202. ncON.Name = "ncON"
  203. ncON.Parent = noclip
  204. ncON.BackgroundColor3 = Color3.new(1, 1, 1)
  205. ncON.Position = UDim2.new(0.135251597, 0, 0.559603095, 0)
  206. ncON.Size = UDim2.new(0, 63, 0, 29)
  207. ncON.Font = Enum.Font.SourceSans
  208. ncON.Text = "Enable"
  209. ncON.TextColor3 = Color3.new(0, 0, 0)
  210. ncON.TextSize = 14
  211.  
  212. ncStatus.Name = "ncStatus"
  213. ncStatus.Parent = noclip
  214. ncStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  215. ncStatus.BackgroundTransparency = 1
  216. ncStatus.BorderSizePixel = 0
  217. ncStatus.Position = UDim2.new(0.13525176, 0, 0.266248465, 0)
  218. ncStatus.Size = UDim2.new(0, 63, 0, 19)
  219. ncStatus.Font = Enum.Font.SourceSans
  220. ncStatus.Text = "Disabled"
  221. ncStatus.TextColor3 = Color3.new(1, 0, 0)
  222. ncStatus.TextSize = 14
  223.  
  224. TextLabel.Parent = guiFrame
  225. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  226. TextLabel.BackgroundTransparency = 1
  227. TextLabel.BorderSizePixel = 0
  228. TextLabel.Position = UDim2.new(0.676923096, 0, 0.628048778, 0)
  229. TextLabel.Size = UDim2.new(0, 83, 0, 56)
  230. TextLabel.Font = Enum.Font.SourceSans
  231. TextLabel.Text = "Credit: Me, BrokenSomeone, Jailfuck GUI"
  232. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  233. TextLabel.TextSize = 12
  234. TextLabel.TextWrapped = true
  235. -- Scripts:
  236. -- UI:
  237. exit.MouseButton1Click:connect(function()
  238.  
  239. end)
  240. -- Walkspeed:
  241. wsON.MouseButton1Click:connect(function()
  242. wsStatus.Text = "Enabled"
  243. wsStatus.TextColor3 = Color3.new(0, 1, 0)
  244.  
  245. local walkspeedplayer = game:GetService("Players").LocalPlayer
  246. local walkspeedmouse = walkspeedplayer:GetMouse()
  247.  
  248. local walkspeedenabled = false
  249.  
  250. function x_walkspeed(key)
  251. if (key == "x") then
  252. if walkspeedenabled == false then
  253. _G.WS = 200;
  254. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  255. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  256. Humanoid.WalkSpeed = _G.WS;
  257. end)
  258. Humanoid.WalkSpeed = _G.WS;
  259.  
  260. walkspeedenabled = true
  261. elseif walkspeedenabled == true then
  262. _G.WS = 20;
  263. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  264. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  265. Humanoid.WalkSpeed = _G.WS;
  266. end)
  267. Humanoid.WalkSpeed = _G.WS;
  268.  
  269. walkspeedenabled = false
  270. end
  271. end
  272. end
  273. walkspeedmouse.KeyDown:connect(x_walkspeed)
  274. end)
  275. -- Gravity:
  276. gON.MouseButton1Click:connect(function()
  277. game.Workspace.Gravity = gInput.Text
  278.  
  279. gravityStatus.Text = "Enabled"
  280. gravityStatus.TextColor3 = Color3.new(0, 1, 0)
  281. end)
  282.  
  283. gOFF.MouseButton1Click:connect(function()
  284. game.Workspace.Gravity = 196.2
  285.  
  286. gravityStatus.Text = "Disabled"
  287. gravityStatus.TextColor3 = Color3.new(1, 0, 0)
  288. end)
  289. -- NoClip:
  290. ncON.MouseButton1Click:connect(function()
  291. ncStatus.Text = "Enabled"
  292. ncStatus.TextColor3 = Color3.new(0, 1, 0)
  293.  
  294. game:GetService("Players").LocalPlayer.Character.RightHand.Touched:connect(function(obj)
  295. if obj ~= workspace.Terrain then
  296. obj.CanCollide = false
  297. wait(1)
  298. obj.CanCollide = true
  299. end
  300. end)
  301. end)
  302.  
  303. -- End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement