Advertisement
Jezilas

Prison Life GUI v1.5

Aug 31st, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.51 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Title1 = Instance.new("TextLabel")
  7. local Title2 = Instance.new("TextLabel")
  8. local KillAura = Instance.new("TextButton")
  9. local FastM9 = Instance.new("TextButton")
  10. local AllGuns = Instance.new("TextButton")
  11. local SprintInfinitely = Instance.new("TextButton")
  12. local Btools = Instance.new("TextButton")
  13. local FEgod1 = Instance.new("TextButton")
  14. local FEgod2 = Instance.new("TextButton")
  15. --Properties:
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17.  
  18. Frame.Parent = ScreenGui
  19. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  20. Frame.BackgroundTransparency = 0.60000002384186
  21. Frame.Position = UDim2.new(0.653191507, 0, 0.359703332, 0)
  22. Frame.Size = UDim2.new(0, 307, 0, 431)
  23.  
  24. Title1.Name = "Title1"
  25. Title1.Parent = Frame
  26. Title1.BackgroundColor3 = Color3.new(0, 0, 0)
  27. Title1.Position = UDim2.new(-0.0353673398, 0, 0.000654876232, 0)
  28. Title1.Size = UDim2.new(0, 322, 0, 20)
  29. Title1.Font = Enum.Font.SourceSans
  30. Title1.Text = "Prison Life v2.0.2 GUI (v1.5)"
  31. Title1.TextColor3 = Color3.new(1, 1, 1)
  32. Title1.TextScaled = true
  33. Title1.TextSize = 14
  34. Title1.TextWrapped = true
  35.  
  36. Title2.Name = "Title2"
  37. Title2.Parent = Frame
  38. Title2.BackgroundColor3 = Color3.new(0, 0, 0)
  39. Title2.Position = UDim2.new(-0.0353673398, 0, 0.937645078, 0)
  40. Title2.Size = UDim2.new(0, 322, 0, 20)
  41. Title2.Font = Enum.Font.SourceSans
  42. Title2.Text = "Prison Life v2.0.2 GUI (v1.5)"
  43. Title2.TextColor3 = Color3.new(1, 1, 1)
  44. Title2.TextScaled = true
  45. Title2.TextSize = 14
  46. Title2.TextWrapped = true
  47.  
  48. KillAura.Name = "KillAura"
  49. KillAura.Parent = Frame
  50. KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
  51. KillAura.Position = UDim2.new(0.167059153, 0, 0.0923040435, 0)
  52. KillAura.Size = UDim2.new(0, 200, 0, 50)
  53. KillAura.Font = Enum.Font.SourceSans
  54. KillAura.Text = "KillAura"
  55. KillAura.TextColor3 = Color3.new(1, 1, 1)
  56. KillAura.TextScaled = true
  57. KillAura.TextSize = 14
  58. KillAura.TextWrapped = true
  59.  
  60. FastM9.Name = "FastM9"
  61. FastM9.Parent = Frame
  62. FastM9.BackgroundColor3 = Color3.new(0, 0, 0)
  63. FastM9.Position = UDim2.new(0.167059153, 0, 0.20915705, 0)
  64. FastM9.Size = UDim2.new(0, 200, 0, 50)
  65. FastM9.Font = Enum.Font.SourceSans
  66. FastM9.Text = "Fast M9"
  67. FastM9.TextColor3 = Color3.new(1, 1, 1)
  68. FastM9.TextScaled = true
  69. FastM9.TextSize = 14
  70. FastM9.TextWrapped = true
  71.  
  72. AllGuns.Name = "AllGuns"
  73. AllGuns.Parent = Frame
  74. AllGuns.BackgroundColor3 = Color3.new(0, 0, 0)
  75. AllGuns.Position = UDim2.new(0.167059153, 0, 0.324504435, 0)
  76. AllGuns.Size = UDim2.new(0, 200, 0, 50)
  77. AllGuns.Font = Enum.Font.SourceSans
  78. AllGuns.Text = "All Guns"
  79. AllGuns.TextColor3 = Color3.new(1, 1, 1)
  80. AllGuns.TextScaled = true
  81. AllGuns.TextSize = 14
  82. AllGuns.TextWrapped = true
  83.  
  84. SprintInfinitely.Name = "SprintInfinitely"
  85. SprintInfinitely.Parent = Frame
  86. SprintInfinitely.BackgroundColor3 = Color3.new(0, 0, 0)
  87. SprintInfinitely.Position = UDim2.new(0.163801819, 0, 0.441357434, 0)
  88. SprintInfinitely.Size = UDim2.new(0, 200, 0, 50)
  89. SprintInfinitely.Font = Enum.Font.SourceSans
  90. SprintInfinitely.Text = "Sprint Infinitely"
  91. SprintInfinitely.TextColor3 = Color3.new(1, 1, 1)
  92. SprintInfinitely.TextScaled = true
  93. SprintInfinitely.TextSize = 14
  94. SprintInfinitely.TextWrapped = true
  95.  
  96. Btools.Name = "Btools"
  97. Btools.Parent = Frame
  98. Btools.BackgroundColor3 = Color3.new(0, 0, 0)
  99. Btools.Position = UDim2.new(0.163801819, 0, 0.557366729, 0)
  100. Btools.Size = UDim2.new(0, 200, 0, 50)
  101. Btools.Font = Enum.Font.SourceSans
  102. Btools.Text = "Btools"
  103. Btools.TextColor3 = Color3.new(1, 1, 1)
  104. Btools.TextScaled = true
  105. Btools.TextSize = 14
  106. Btools.TextWrapped = true
  107.  
  108. FEgod1.Name = "FEgod1"
  109. FEgod1.Parent = Frame
  110. FEgod1.BackgroundColor3 = Color3.new(0, 0, 0)
  111. FEgod1.Position = UDim2.new(0.163801819, 0, 0.673376024, 0)
  112. FEgod1.Size = UDim2.new(0, 200, 0, 50)
  113. FEgod1.Font = Enum.Font.SourceSans
  114. FEgod1.Text = "God Mode On"
  115. FEgod1.TextColor3 = Color3.new(1, 1, 1)
  116. FEgod1.TextScaled = true
  117. FEgod1.TextSize = 14
  118. FEgod1.TextWrapped = true
  119.  
  120. FEgod2.Name = "FEgod2"
  121. FEgod2.Parent = Frame
  122. FEgod2.BackgroundColor3 = Color3.new(0, 0, 0)
  123. FEgod2.Position = UDim2.new(0.167059153, 0, 0.789385319, 0)
  124. FEgod2.Size = UDim2.new(0, 200, 0, 50)
  125. FEgod2.Font = Enum.Font.SourceSans
  126. FEgod2.Text = "God Mode Off"
  127. FEgod2.TextColor3 = Color3.new(1, 1, 1)
  128. FEgod2.TextScaled = true
  129. FEgod2.TextSize = 14
  130. FEgod2.TextWrapped = true
  131. -- Scripts:
  132. --Fast M9
  133. FastM9.MouseButton1Down:connect(function()
  134. local player = game:GetService("Players").LocalPlayer
  135. local gun = player.Backpack:FindFirstChild("M9")
  136. local sM = require(gun:FindFirstChild("GunStates"))
  137. sM["Damage"] = 999
  138. sM["MaxAmmo"] = 9999991
  139. sM["StoredAmmo"] = 9999991
  140. sM["FireRate"] = 0.05
  141. sM["AmmoPerClip"] = 9999991
  142. sM["Range"] = 5000
  143. sM["ReloadTime"] = 0.05
  144. sM["Bullets"] = 10
  145. sM["AutoFire"] = true
  146. end)
  147. --All Guns
  148. AllGuns.MouseButton1Down:connect(function()
  149. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  150.  
  151. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  152. print(lol)
  153. end
  154. end)
  155. --KillAura
  156. KillAura.MouseButton1Down:connect(function()
  157. while wait(0.1) do
  158. for i, plr in pairs(game.Players:GetChildren()) do
  159. if plr.Name ~= game.Players.LocalPlayer.Name then
  160. for i = 1, 10 do
  161. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  162. end
  163. end
  164. end
  165. end
  166. end)
  167. --Sprint
  168. SprintInfinitely.MouseButton1Down:connect(function()
  169. game.Workspace.LocalPlayer.Humanoid.WalkSpeed = 31
  170. end)
  171. --Close Frame
  172. Close.MouseButton1Down:connect(function()
  173. local frame = script.Parent.Parent.Frame
  174. local open = false
  175.  
  176. script.Parent.MouseButton1Click:connect(function()
  177. if frame.Visible == false then
  178. frame.Visible = true
  179. else
  180. frame.Visible = false
  181. end
  182. end)
  183. end)
  184. --Btools
  185. Btools.MouseButton1Down:connect(function()
  186. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
  187. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
  188. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  189. loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  190. end)
  191. --FE GOD 1
  192. FEgod1.MouseButton1Down:connect(function()
  193. if _G.Destroy == true then
  194. godded = true
  195. end
  196. if godded == false then
  197. godded = true
  198. humanoidclone = Instance.new("Humanoid")
  199. humanoid.Parent = fold
  200. humanoidclone.Parent = LocalPlayer.Character
  201. end
  202. end)
  203. --destory humanoid for god mode
  204. FEgod2.MouseButton1Down:connect(function()
  205. if godded == true then
  206. godded = false
  207. humanoidclone:Destroy()
  208. humanoid.Parent = LocalPlayer.Character
  209. end
  210. end)
  211. --there was a few errors lol
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement