FazzaRBLX

JailBreak Hack

Oct 9th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.81 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local JailBreak = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local Bar1 = Instance.new("Frame")
  7. local Bar2 = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local Museum = Instance.new("TextButton")
  10. local MusRooft = Instance.new("TextButton")
  11. local WalkSpeed = Instance.new("TextButton")
  12. local JumpPower = Instance.new("TextButton")
  13. local Creadits = Instance.new("TextLabel")
  14. --Properties:
  15. JailBreak.Name = "JailBreak"
  16. JailBreak.Parent = game.CoreGui
  17.  
  18. MainFrame.Name = "MainFrame"
  19. MainFrame.Parent = JailBreak
  20. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  21. MainFrame.Position = UDim2.new(0.207667738, 0, 0.249607533, 0)
  22. MainFrame.Size = UDim2.new(0, 365, 0, 319)
  23.  
  24. Bar1.Name = "Bar1"
  25. Bar1.Parent = MainFrame
  26. Bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  27. Bar1.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  28. Bar1.Size = UDim2.new(0, 365, 0, 51)
  29.  
  30. Bar2.Name = "Bar2"
  31. Bar2.Parent = MainFrame
  32. Bar2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  33. Bar2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  34. Bar2.Position = UDim2.new(0, 0, 0.159874618, 0)
  35. Bar2.Size = UDim2.new(0, 365, 0, 7)
  36.  
  37. Title.Name = "Title"
  38. Title.Parent = MainFrame
  39. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  40. Title.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  41. Title.Size = UDim2.new(0, 365, 0, 51)
  42. Title.Font = Enum.Font.SourceSansBold
  43. Title.Text = "JailBreak"
  44. Title.TextColor3 = Color3.new(0.333333, 1, 1)
  45. Title.TextScaled = true
  46. Title.TextSize = 14
  47. Title.TextWrapped = true
  48.  
  49. Museum.Name = "Museum"
  50. Museum.Parent = MainFrame
  51. Museum.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  52. Museum.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  53. Museum.Position = UDim2.new(0.0191780813, 0, 0.275862068, 0)
  54. Museum.Size = UDim2.new(0, 176, 0, 50)
  55. Museum.Font = Enum.Font.SourceSansBold
  56. Museum.Text = "Museum"
  57. Museum.TextColor3 = Color3.new(0.333333, 1, 1)
  58. Museum.TextScaled = true
  59. Museum.TextSize = 14
  60. Museum.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  61. Museum.TextWrapped = true
  62. Museum.MouseButton1Down:connect(function()
  63. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
  64. end)
  65.  
  66. MusRooft.Name = "Mus-Rooft"
  67. MusRooft.Parent = MainFrame
  68. MusRooft.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  69. MusRooft.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  70. MusRooft.Position = UDim2.new(0.526027381, 0, 0.275862068, 0)
  71. MusRooft.Size = UDim2.new(0, 166, 0, 50)
  72. MusRooft.Font = Enum.Font.SourceSansBold
  73. MusRooft.Text = "Museum Rooft"
  74. MusRooft.TextColor3 = Color3.new(0.333333, 1, 1)
  75. MusRooft.TextScaled = true
  76. MusRooft.TextSize = 14
  77. MusRooft.TextWrapped = true
  78. MusRooft.MouseButton1Down:connect(function()
  79. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1078.45, 153.904, 1176.52) + Vector3.new(1,0,0)
  80. end)
  81.  
  82. WalkSpeed.Name = "WalkSpeed"
  83. WalkSpeed.Parent = MainFrame
  84. WalkSpeed.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  85. WalkSpeed.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  86. WalkSpeed.Position = UDim2.new(0.0191780813, 0, 0.579937339, 0)
  87. WalkSpeed.Size = UDim2.new(0, 176, 0, 50)
  88. WalkSpeed.Font = Enum.Font.SourceSansBold
  89. WalkSpeed.Text = "Walk Speed"
  90. WalkSpeed.TextColor3 = Color3.new(0.333333, 1, 1)
  91. WalkSpeed.TextScaled = true
  92. WalkSpeed.TextSize = 14
  93. WalkSpeed.TextWrapped = true
  94. WalkSpeed.MouseButton1Down:connect(function()
  95. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50 --Walkspeed
  96. end)
  97.  
  98. JumpPower.Name = "JumpPower"
  99. JumpPower.Parent = MainFrame
  100. JumpPower.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  101. JumpPower.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  102. JumpPower.Position = UDim2.new(0.526027381, 0, 0.579937279, 0)
  103. JumpPower.Size = UDim2.new(0, 166, 0, 50)
  104. JumpPower.Font = Enum.Font.SourceSansBold
  105. JumpPower.Text = "Jump Power"
  106. JumpPower.TextColor3 = Color3.new(0.333333, 1, 1)
  107. JumpPower.TextScaled = true
  108. JumpPower.TextSize = 14
  109. JumpPower.TextWrapped = true
  110. JumpPower.MouseButton1Down:connect(function()
  111. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 --JumpPower
  112. end)
  113.  
  114. Creadits.Name = "Creadits"
  115. Creadits.Parent = MainFrame
  116. Creadits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  117. Creadits.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  118. Creadits.Position = UDim2.new(0, 0, 0.956112862, 0)
  119. Creadits.Size = UDim2.new(0, 200, 0, 14)
  120. Creadits.Font = Enum.Font.SourceSans
  121. Creadits.Text = "Creadits Bye FazzaRBLX  On Youtube"
  122. Creadits.TextColor3 = Color3.new(0.333333, 1, 1)
  123. Creadits.TextSize = 14
  124. Creadits.TextWrapped = true
  125. Creadits.TextXAlignment = Enum.TextXAlignment.Left
Add Comment
Please, Sign In to add comment