Advertisement
JasonJJK

PRISON BREAKER | Jas_n#0501

May 14th, 2019
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.22 KB | None | 0 0
  1. -- Instances:
  2. local PrisonBreaker = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local title = Instance.new("TextLabel")
  5. local shot = Instance.new("TextButton")
  6. local ak = Instance.new("TextButton")
  7. local pistol = Instance.new("TextButton")
  8. local ws = Instance.new("TextButton")
  9. local inf = Instance.new("TextButton")
  10. local crimbase = Instance.new("TextButton")
  11. local subtitle = Instance.new("TextLabel")
  12. --Properties:
  13. PrisonBreaker.Name = "PrisonBreaker"
  14. PrisonBreaker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. PrisonBreaker.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Frame.Parent = PrisonBreaker
  18. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  19. Frame.BorderColor3 = Color3.new(1, 0, 1)
  20. Frame.BorderSizePixel = 5
  21. Frame.Position = UDim2.new(0.5, -175, 0.5, -125)
  22. Frame.Size = UDim2.new(0, 350, 0, 250)
  23.  
  24. title.Name = "title"
  25. title.Parent = Frame
  26. title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  27. title.BorderColor3 = Color3.new(1, 0, 1)
  28. title.BorderSizePixel = 5
  29. title.Size = UDim2.new(0, 350, 0, 50)
  30. title.Font = Enum.Font.SourceSans
  31. title.Text = "PRISON BREAKER 1.1"
  32. title.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  33. title.TextScaled = true
  34. title.TextSize = 14
  35. title.TextStrokeColor3 = Color3.new(1, 0, 1)
  36. title.TextStrokeTransparency = 0
  37. title.TextWrapped = true
  38.  
  39. shot.Name = "shot"
  40. shot.Parent = Frame
  41. shot.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  42. shot.BorderColor3 = Color3.new(1, 0, 1)
  43. shot.BorderSizePixel = 5
  44. shot.Position = UDim2.new(0, 0, 0.224999979, 0)
  45. shot.Size = UDim2.new(0, 172, 0, 40)
  46. shot.Font = Enum.Font.SourceSans
  47. shot.Text = "OP SHOTGUN"
  48. shot.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  49. shot.TextSize = 36
  50. shot.TextStrokeColor3 = Color3.new(1, 0, 1)
  51. shot.TextStrokeTransparency = 0
  52. shot.TextWrapped = true
  53.  
  54. ak.Name = "ak"
  55. ak.Parent = Frame
  56. ak.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  57. ak.BorderColor3 = Color3.new(1, 0, 1)
  58. ak.BorderSizePixel = 5
  59. ak.Position = UDim2.new(0.508571446, 0, 0.224999979, 0)
  60. ak.Size = UDim2.new(0, 172, 0, 40)
  61. ak.Font = Enum.Font.SourceSans
  62. ak.Text = "OP AK-47"
  63. ak.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  64. ak.TextSize = 36
  65. ak.TextStrokeColor3 = Color3.new(1, 0, 1)
  66. ak.TextStrokeTransparency = 0
  67. ak.TextWrapped = true
  68.  
  69. pistol.Name = "pistol"
  70. pistol.Parent = Frame
  71. pistol.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  72. pistol.BorderColor3 = Color3.new(1, 0, 1)
  73. pistol.BorderSizePixel = 5
  74. pistol.Position = UDim2.new(0.508571446, 0, 0.38499999, 0)
  75. pistol.Size = UDim2.new(0, 172, 0, 40)
  76. pistol.Font = Enum.Font.SourceSans
  77. pistol.Text = "OP PISTOL"
  78. pistol.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  79. pistol.TextSize = 36
  80. pistol.TextStrokeColor3 = Color3.new(1, 0, 1)
  81. pistol.TextStrokeTransparency = 0
  82. pistol.TextWrapped = true
  83.  
  84. ws.Name = "ws"
  85. ws.Parent = Frame
  86. ws.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  87. ws.BorderColor3 = Color3.new(1, 0, 1)
  88. ws.BorderSizePixel = 5
  89. ws.Position = UDim2.new(0, 0, 0.38499999, 0)
  90. ws.Size = UDim2.new(0, 172, 0, 40)
  91. ws.Font = Enum.Font.SourceSans
  92. ws.Text = "WALKSPEED"
  93. ws.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  94. ws.TextSize = 36
  95. ws.TextStrokeColor3 = Color3.new(1, 0, 1)
  96. ws.TextStrokeTransparency = 0
  97. ws.TextWrapped = true
  98.  
  99. inf.Name = "inf"
  100. inf.Parent = Frame
  101. inf.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  102. inf.BorderColor3 = Color3.new(1, 0, 1)
  103. inf.BorderSizePixel = 5
  104. inf.Position = UDim2.new(0, 0, 0.568999946, 0)
  105. inf.Size = UDim2.new(0, 172, 0, 40)
  106. inf.Font = Enum.Font.SourceSans
  107. inf.Text = "INF JUMP"
  108. inf.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  109. inf.TextSize = 36
  110. inf.TextStrokeColor3 = Color3.new(1, 0, 1)
  111. inf.TextStrokeTransparency = 0
  112. inf.TextWrapped = true
  113.  
  114. crimbase.Name = "crimbase"
  115. crimbase.Parent = Frame
  116. crimbase.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  117. crimbase.BorderColor3 = Color3.new(1, 0, 1)
  118. crimbase.BorderSizePixel = 5
  119. crimbase.Position = UDim2.new(0.508571446, 0, 0.568999946, 0)
  120. crimbase.Size = UDim2.new(0, 172, 0, 40)
  121. crimbase.Font = Enum.Font.SourceSans
  122. crimbase.Text = "CRIMINAL"
  123. crimbase.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  124. crimbase.TextSize = 36
  125. crimbase.TextStrokeColor3 = Color3.new(1, 0, 1)
  126. crimbase.TextStrokeTransparency = 0
  127. crimbase.TextWrapped = true
  128.  
  129. subtitle.Name = "subtitle"
  130. subtitle.Parent = Frame
  131. subtitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  132. subtitle.BorderColor3 = Color3.new(1, 0, 1)
  133. subtitle.BorderSizePixel = 5
  134. subtitle.Position = UDim2.new(0, 0, 0.755999982, 0)
  135. subtitle.Size = UDim2.new(0, 350, 0, 61)
  136. subtitle.Font = Enum.Font.SourceSans
  137. subtitle.Text = "That's all. If you want more functions please let me know in the discord"
  138. subtitle.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  139. subtitle.TextScaled = true
  140. subtitle.TextSize = 14
  141. subtitle.TextStrokeColor3 = Color3.new(1, 0, 1)
  142. subtitle.TextStrokeTransparency = 0
  143. subtitle.TextWrapped = true
  144. -- Scripts:
  145.  
  146. Frame.Draggable = true
  147. Frame.Selectable = true
  148. Frame.Active = true
  149.  
  150. crimbase.MouseButton1Click:Connect(function()
  151.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-919.74, 95.32, 2138.79)
  152. end)
  153.  
  154. shot.MouseButton1Click:Connect(function()
  155.     local y = require(game.Players.LocalPlayer.Backpack:FindFirstChild("Remington 870").GunStates)
  156.  
  157.     y.Damage = 1000
  158.     y.CurrentAmmo = math.huge
  159.     y.StoredAmmo = math.huge
  160.     y.MaxAmmo = math.huge
  161.     y.FireRate = 0
  162.     y.AutoFire = true
  163.     y.Spread = 100
  164.     y.Bullets = 100
  165. end)
  166.  
  167. ak.MouseButton1Click:Connect(function()
  168.     local y = require(game.Players.LocalPlayer.Backpack:FindFirstChild("AK-47").GunStates)
  169.  
  170.     y.Damage = 1000
  171.     y.CurrentAmmo = math.huge
  172.     y.StoredAmmo = math.huge
  173.     y.MaxAmmo = math.huge
  174.     y.FireRate = 0
  175.     y.AutoFire = true
  176.     y.Spread = 0
  177.     y.Bullets = 100
  178. end)
  179.  
  180. pistol.MouseButton1Click:Connect(function()
  181.     local y = require(game.Players.LocalPlayer.Backpack:FindFirstChild("M9").GunStates)
  182.  
  183.     y.Damage = 100
  184.     y.CurrentAmmo = math.huge
  185.     y.StoredAmmo = math.huge
  186.     y.MaxAmmo = math.huge
  187.     y.FireRate = 0
  188.     y.AutoFire = true
  189.     y.Spread = 100
  190.     y.Bullets = 100
  191. end)
  192.  
  193. ws.MouseButton1Click:Connect(function()
  194.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  195. end)
  196.  
  197. inf.MouseButton1Click:Connect(function()
  198.     local Player = game:GetService'Players'.LocalPlayer;
  199. local UIS = game:GetService'UserInputService';
  200.  
  201. _G.JumpHeight = 50;
  202.  
  203. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  204.  
  205. UIS.InputBegan:connect(function(UserInput)
  206.     if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  207.         Action(Player.Character.Humanoid, function(self)
  208.             if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  209.                 Action(self.Parent.HumanoidRootPart, function(self)
  210.                     self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  211.                 end)
  212.             end
  213.         end)
  214.     end
  215. end)
  216. end)
  217.  
  218. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  219.  
  220. counter = 0
  221.  
  222. while wait(0.1) do
  223.     Frame.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  224.     subtitle.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  225.     subtitle.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  226.     title.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  227.     title.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  228.     inf.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  229.     inf.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  230.     crimbase.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  231.     crimbase.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  232.     ws.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  233.     ws.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  234.     ak.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  235.     ak.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  236.     shot.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  237.     shot.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  238.     pistol.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  239.     pistol.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  240.    
  241.     counter = counter + 0.01
  242. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement