Advertisement
Jared4V8Roblox

zKKGcvshzj

Dec 25th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Jailbroken = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local Noclip = Instance.new("TextButton")
  7. local Fly = Instance.new("TextButton")
  8. local Credits = Instance.new("TextLabel")
  9. local God = Instance.new("TextButton")
  10. local Helicopter = Instance.new("TextButton")
  11. local Bank = Instance.new("TextButton")
  12. local Jewelry = Instance.new("TextButton")
  13.  
  14. -- Properties
  15.  
  16.  
  17. Jailbroken.Name = "Jailbroken"
  18. Jailbroken.Parent = game.CoreGui
  19.  
  20. MainFrame.Name = "MainFrame"
  21. MainFrame.Parent = Jailbroken
  22. MainFrame.Active = true
  23. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  24. MainFrame.BorderColor3 = Color3.new(1, 1, 1)
  25. MainFrame.Draggable = true
  26. MainFrame.Position = UDim2.new(0.0347043686, 0, 0.167984188, 0)
  27. MainFrame.Size = UDim2.new(0, 408, 0, 232)
  28.  
  29. Title.Name = "Title"
  30. Title.Parent = MainFrame
  31. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  32. Title.BorderColor3 = Color3.new(1, 1, 1)
  33. Title.Size = UDim2.new(0, 408, 0, 43)
  34. Title.Font = Enum.Font.SourceSans
  35. Title.Text = "Jailbroken V1.0"
  36. Title.TextSize = 20
  37.  
  38. Noclip.Name = "Noclip"
  39. Noclip.Parent = MainFrame
  40. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  41. Noclip.BorderColor3 = Color3.new(1, 1, 1)
  42. Noclip.Position = UDim2.new(0, 0, 0.267241389, 0)
  43. Noclip.Size = UDim2.new(0, 199, 0, 45)
  44. Noclip.Font = Enum.Font.SourceSans
  45. Noclip.Text = "Noclip"
  46. Noclip.TextSize = 17
  47.  
  48. Fly.Name = "Fly"
  49. Fly.Parent = MainFrame
  50. Fly.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Fly.BorderColor3 = Color3.new(1, 1, 1)
  52. Fly.Position = UDim2.new(0.487745106, 0, 0.267241389, 0)
  53. Fly.Size = UDim2.new(0, 209, 0, 51)
  54. Fly.Font = Enum.Font.SourceSans
  55. Fly.Text = "Fly"
  56. Fly.TextSize = 17
  57.  
  58. Credits.Name = "Credits"
  59. Credits.Parent = MainFrame
  60. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  61. Credits.BorderColor3 = Color3.new(1, 1, 1)
  62. Credits.Position = UDim2.new(0, 0, 0.900862098, 0)
  63. Credits.Size = UDim2.new(0, 408, 0, 23)
  64. Credits.Font = Enum.Font.SourceSans
  65. Credits.Text = "Made by Mlke on v3rmillion. Tester : Jollyz/RobloxXDD.v3rm"
  66. Credits.TextSize = 14
  67.  
  68. God.Name = "God"
  69. God.Parent = MainFrame
  70. God.BackgroundColor3 = Color3.new(1, 1, 1)
  71. God.BorderColor3 = Color3.new(1, 1, 1)
  72. God.Position = UDim2.new(0, 0, 0.461206883, 0)
  73. God.Size = UDim2.new(0, 199, 0, 45)
  74. God.Font = Enum.Font.SourceSans
  75. God.Text = "God"
  76. God.TextSize = 17
  77.  
  78. Helicopter.Name = "Helicopter"
  79. Helicopter.Parent = MainFrame
  80. Helicopter.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Helicopter.BorderColor3 = Color3.new(1, 1, 1)
  82. Helicopter.Position = UDim2.new(0, 0, 0.655172408, 0)
  83. Helicopter.Size = UDim2.new(0, 199, 0, 57)
  84. Helicopter.Font = Enum.Font.SourceSans
  85. Helicopter.Text = "Helicopter"
  86. Helicopter.TextSize = 17
  87.  
  88. Bank.Name = "Bank"
  89. Bank.Parent = MainFrame
  90. Bank.BackgroundColor3 = Color3.new(1, 1, 1)
  91. Bank.BorderColor3 = Color3.new(1, 1, 1)
  92. Bank.Position = UDim2.new(0.487745106, 0, 0.487068951, 0)
  93. Bank.Size = UDim2.new(0, 209, 0, 45)
  94. Bank.Font = Enum.Font.SourceSans
  95. Bank.Text = "Bank"
  96. Bank.TextSize = 17
  97.  
  98. Jewelry.Name = "Jewelry"
  99. Jewelry.Parent = MainFrame
  100. Jewelry.BackgroundColor3 = Color3.new(1, 1, 1)
  101. Jewelry.BorderColor3 = Color3.new(1, 1, 1)
  102. Jewelry.Position = UDim2.new(0.487745106, 0, 0.681034505, 0)
  103. Jewelry.Size = UDim2.new(0, 209, 0, 51)
  104. Jewelry.Font = Enum.Font.SourceSans
  105. Jewelry.Text = "Jewelry"
  106. Jewelry.TextSize = 17
  107.  
  108.  
  109.  
  110.  
  111. ---------------------------------------------
  112.  
  113. Noclip.MouseButton1ClickCredits:connect(function()
  114.  
  115. if Clip == true then
  116.  
  117. Clip = false
  118.  
  119. return
  120.  
  121. end
  122.  
  123. Clip = true
  124.  
  125. game:GetService("RunService").Stepped:connect(function()
  126.  
  127. topkek.libutil:getTorso(lp).CanCollide = not Clip
  128.  
  129. lp.Character.Head.CanCollide = not Clip
  130.  
  131. lp.Character.HumanoidRootPart.CanCollide = not Clip
  132.  
  133. if lp.Character.UpperTorso then
  134.  
  135. lp.Character.LowerTorso.CanCollide = not Clip
  136.  
  137. end
  138.  
  139. end)
  140.  
  141. lp.Character.HumanoidRootPart.Changed:connect(function()
  142.  
  143. topkek.libutil:getTorso(lp).CanCollide = not Clip
  144.  
  145. lp.Character.Head.CanCollide = not Clip
  146.  
  147. lp.Character.HumanoidRootPart.CanCollide = not Clip
  148.  
  149. if lp.Character.UpperTorso then
  150.  
  151. lp.Character.LowerTorso.CanCollide = not Clip
  152.  
  153. end
  154.  
  155. end)
  156. end)
  157.  
  158.  
  159. Fly.MouseButton1Click:connect(function()
  160.  
  161. if Fly == true then
  162.  
  163. Fly = false
  164.  
  165. return
  166.  
  167. end
  168.  
  169. Fly = true
  170.  
  171. local mouse=game.Players.LocalPlayer:GetMouse''
  172.  
  173. localplayer=game.Players.LocalPlayer
  174.  
  175. game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  176.  
  177. local torso = game.Players.LocalPlayer.Character.HumanoidRootPart
  178.  
  179. local speed=0
  180.  
  181. local keys={a=false,d=false,w=false,s=false}
  182.  
  183. local e1
  184.  
  185. local e2
  186.  
  187. local function start()
  188.  
  189. local pos = Instance.new("BodyPosition",torso)
  190.  
  191. local gyro = Instance.new("BodyGyro",torso)
  192.  
  193. pos.Name="EPIXPOS"
  194.  
  195. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  196.  
  197. pos.position = torso.Position
  198.  
  199. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  200.  
  201. gyro.cframe = torso.CFrame
  202.  
  203. repeat
  204.  
  205. wait()
  206.  
  207. localplayer.Character.Humanoid.PlatformStand=true
  208.  
  209. local new=gyro.cframe - gyro.cframe.p + pos.position
  210.  
  211. if not keys.w and not keys.s and not keys.a and not keys.d then
  212.  
  213. speed=1
  214.  
  215. end
  216.  
  217. if keys.w then
  218.  
  219. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  220.  
  221. speed=speed+0.01
  222.  
  223. end
  224.  
  225. if keys.s then
  226.  
  227. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  228.  
  229. speed=speed+0.01
  230.  
  231. end
  232.  
  233. if keys.d then
  234.  
  235. new = new * CFrame.new(speed,0,0)
  236.  
  237. speed=speed+0.01
  238.  
  239. end
  240.  
  241. if keys.a then
  242.  
  243. new = new * CFrame.new(-speed,0,0)
  244.  
  245. speed=speed+0.01
  246.  
  247. end
  248.  
  249. if speed>5 then
  250.  
  251. speed=5
  252.  
  253. end
  254.  
  255. pos.position=new.p
  256.  
  257. if keys.w then
  258.  
  259. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  260.  
  261. elseif keys.s then
  262.  
  263. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  264.  
  265. else
  266.  
  267. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  268.  
  269. end
  270.  
  271. until not Fly
  272.  
  273. if gyro then gyro:Destroy() end
  274.  
  275. if pos then pos:Destroy() end
  276.  
  277. flying=false
  278.  
  279. localplayer.Character.Humanoid.PlatformStand=false
  280.  
  281. speed=0
  282.  
  283. end
  284.  
  285. e1=mouse.KeyDown:connect(function(key)
  286.  
  287. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  288.  
  289. if key=="w" then
  290.  
  291. keys.w=true
  292.  
  293. elseif key=="s" then
  294.  
  295. keys.s=true
  296.  
  297. elseif key=="a" then
  298.  
  299. keys.a=true
  300.  
  301. elseif key=="d" then
  302.  
  303. keys.d=true
  304.  
  305. end
  306.  
  307. end)
  308.  
  309. e2=mouse.KeyUp:connect(function(key)
  310.  
  311. if key=="w" then
  312.  
  313. keys.w=false
  314.  
  315. elseif key=="s" then
  316.  
  317. keys.s=false
  318.  
  319. elseif key=="a" then
  320.  
  321. keys.a=false
  322.  
  323. elseif key=="d" then
  324.  
  325. keys.d=false
  326.  
  327. end
  328.  
  329. end)
  330.  
  331. start()
  332.  
  333. end)
  334.  
  335.  
  336. God.MouseButton1Click:connect(function()
  337. local player=game.Players.LocalPlayer.Character
  338. player.Humanoid:Remove()
  339. Instance.new('Humanoid',player)
  340. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement