Advertisement
Guest User

Yeet

a guest
Jan 25th, 2020
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. --Made By lakaoahosuy
  2.  
  3. -- Gui to Lua
  4. -- Version: 3.2
  5.  
  6. -- Instances:
  7.  
  8. local JailBreakHackGUI = Instance.new("ScreenGui")
  9. local Open = Instance.new("TextButton")
  10. local MainFraim = Instance.new("Frame")
  11. local GUIName = Instance.new("TextLabel")
  12. local Close = Instance.new("TextButton")
  13. local Credits = Instance.new("TextLabel")
  14. local SpeedX = Instance.new("TextButton")
  15. local JailBreakAutoFarm = Instance.new("TextButton")
  16. local JailBreakV50 = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. JailBreakHackGUI.Name = "JailBreak Hack GUI"
  21. JailBreakHackGUI.Parent = game.CoreGui
  22.  
  23. Open.Name = "Open"
  24. Open.Parent = JailBreakHackGUI
  25. Open.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  26. Open.Position = UDim2.new(0, 0, 0.47228381, 0)
  27. Open.Size = UDim2.new(0, 111, 0, 50)
  28. Open.Font = Enum.Font.SourceSans
  29. Open.Text = "Open"
  30. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  31. Open.TextScaled = true
  32. Open.TextSize = 14.000
  33. Open.TextWrapped = true
  34. Open.Active = true
  35. Open.MouseButton1Down:connect(function()
  36. MainFraim.Visible = true
  37. Open.Visible = false
  38. end)
  39.  
  40. MainFraim.Name = "MainFraim"
  41. MainFraim.Parent = JailBreakHackGUI
  42. MainFraim.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  43. MainFraim.BackgroundTransparency = 0.500
  44. MainFraim.Position = UDim2.new(0.416601539, 0, 0.344789326, 0)
  45. MainFraim.Size = UDim2.new(0, 245, 0, 279)
  46. MainFraim.Visible = false
  47. MainFraim.Active = true
  48. MainFraim.Draggable = true
  49.  
  50. GUIName.Name = "GUI Name"
  51. GUIName.Parent = MainFraim
  52. GUIName.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  53. GUIName.Size = UDim2.new(0, 210, 0, 36)
  54. GUIName.Font = Enum.Font.SourceSans
  55. GUIName.Text = "Basic Hack GUI V1.0"
  56. GUIName.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. GUIName.TextScaled = true
  58. GUIName.TextSize = 14.000
  59. GUIName.TextWrapped = true
  60.  
  61. Close.Name = "Close"
  62. Close.Parent = MainFraim
  63. Close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  64. Close.Position = UDim2.new(0.857142866, 0, 0, 0)
  65. Close.Size = UDim2.new(0, 35, 0, 36)
  66. Close.Font = Enum.Font.SourceSans
  67. Close.Text = "X"
  68. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  69. Close.TextScaled = true
  70. Close.TextSize = 14.000
  71. Close.TextWrapped = true
  72. Close.MouseButton1Down:connect(function()
  73. MainFraim.Visible = false
  74. Open.Visible = true
  75. end)
  76.  
  77. Credits.Name = "Credits"
  78. Credits.Parent = MainFraim
  79. Credits.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  80. Credits.Position = UDim2.new(0, 0, 0.916613281, 0)
  81. Credits.Size = UDim2.new(0, 245, 0, 36)
  82. Credits.Font = Enum.Font.SourceSans
  83. Credits.Text = "Made By lakaoahosuy"
  84. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  85. Credits.TextScaled = true
  86. Credits.TextSize = 14.000
  87. Credits.TextWrapped = true
  88.  
  89. SpeedX.Name = "Speed [X]"
  90. SpeedX.Parent = MainFraim
  91. SpeedX.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  92. SpeedX.Position = UDim2.new(0.0881654918, 0, 0.698607266, 0)
  93. SpeedX.Size = UDim2.new(0, 206, 0, 50)
  94. SpeedX.Font = Enum.Font.SourceSans
  95. SpeedX.Text = "Speed [X]"
  96. SpeedX.TextColor3 = Color3.fromRGB(0, 0, 0)
  97. SpeedX.TextScaled = true
  98. SpeedX.TextSize = 14.000
  99. SpeedX.TextWrapped = true
  100. SpeedX.MouseButton1Down:connect(function()
  101. WS.MouseButton1Down:connect(function()
  102. local walkspeedplayer = game:GetService("Players").LocalPlayer
  103. local walkspeedmouse = walkspeedplayer:GetMouse()
  104.  
  105. local walkspeedenabled = false
  106.  
  107. function x_walkspeed(key)
  108. if (key == "x") then
  109. if walkspeedenabled == false then
  110. _G.WS = 110;
  111. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  112. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  113. Humanoid.WalkSpeed = _G.WS;
  114. end)
  115. Humanoid.WalkSpeed = _G.WS;
  116.  
  117. walkspeedenabled = true
  118. elseif walkspeedenabled == true then
  119. _G.WS = 20;
  120. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  121. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  122. Humanoid.WalkSpeed = _G.WS;
  123. end)
  124. Humanoid.WalkSpeed = _G.WS;
  125.  
  126. walkspeedenabled = false
  127. end
  128. end
  129. end
  130.  
  131. walkspeedmouse.KeyDown:connect(x_walkspeed)
  132.  
  133. end)
  134.  
  135. --Criminal Base city teleport
  136. CrimBase.MouseButton1Down:connect(function()
  137. for i = 1,45 do
  138. wait(.08)
  139. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 18, 1578.80261)
  140. end
  141. end)
  142. end)
  143.  
  144. JailBreakAutoFarm.Name = "JailBreak AutoFarm"
  145. JailBreakAutoFarm.Parent = MainFraim
  146. JailBreakAutoFarm.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  147. JailBreakAutoFarm.Position = UDim2.new(0.0881654918, 0, 0.43757841, 0)
  148. JailBreakAutoFarm.Size = UDim2.new(0, 206, 0, 50)
  149. JailBreakAutoFarm.Font = Enum.Font.SourceSans
  150. JailBreakAutoFarm.Text = "JailBreak AutoFarm"
  151. JailBreakAutoFarm.TextColor3 = Color3.fromRGB(0, 0, 0)
  152. JailBreakAutoFarm.TextScaled = true
  153. JailBreakAutoFarm.TextSize = 14.000
  154. JailBreakAutoFarm.TextWrapped = true
  155. JailBreakAutoFarm.MouseButton1Down:connect(function()
  156. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  157. end)
  158.  
  159. JailBreakV50.Name = "JailBreak V5.0"
  160. JailBreakV50.Parent = MainFraim
  161. JailBreakV50.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  162. JailBreakV50.Position = UDim2.new(0.0800022334, 0, 0.169097424, 0)
  163. JailBreakV50.Size = UDim2.new(0, 206, 0, 50)
  164. JailBreakV50.Font = Enum.Font.SourceSans
  165. JailBreakV50.Text = "JailBreak V5.0"
  166. JailBreakV50.TextColor3 = Color3.fromRGB(0, 0, 0)
  167. JailBreakV50.TextScaled = true
  168. JailBreakV50.TextSize = 14.000
  169. JailBreakV50.MouseButton1Down:connect(function()
  170. loadstring(game:GetObjects("rbxassetid://2143235298")[1].Source)()
  171. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement