Advertisement
Jezilas

Prison Life GUI v1.5

Aug 31st, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1.  
  2. -- Instances:
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Title1 = Instance.new("TextLabel")
  6. local Title2 = Instance.new("TextLabel")
  7. local KillAura = Instance.new("TextButton")
  8. local FastM9 = Instance.new("TextButton")
  9. local AllGuns = Instance.new("TextButton")
  10. local SprintInfinitely = Instance.new("TextButton")
  11. local Btools = Instance.new("TextButton")
  12. local FEgod1 = Instance.new("TextButton")
  13. local FEgod2 = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  19. Frame.BackgroundTransparency = 0.60000002384186
  20. Frame.Position = UDim2.new(0.653191507, 0, 0.359703332, 0)
  21. Frame.Size = UDim2.new(0, 307, 0, 431)
  22.  
  23. Title1.Name = "Title1"
  24. Title1.Parent = Frame
  25. Title1.BackgroundColor3 = Color3.new(0, 0, 0)
  26. Title1.Position = UDim2.new(-0.0353673398, 0, 0.000654876232, 0)
  27. Title1.Size = UDim2.new(0, 322, 0, 20)
  28. Title1.Font = Enum.Font.SourceSans
  29. Title1.Text = "Prison Life v2.0.2 GUI (v1.5)"
  30. Title1.TextColor3 = Color3.new(1, 1, 1)
  31. Title1.TextScaled = true
  32. Title1.TextSize = 14
  33. Title1.TextWrapped = true
  34.  
  35. Title2.Name = "Title2"
  36. Title2.Parent = Frame
  37. Title2.BackgroundColor3 = Color3.new(0, 0, 0)
  38. Title2.Position = UDim2.new(-0.0353673398, 0, 0.937645078, 0)
  39. Title2.Size = UDim2.new(0, 322, 0, 20)
  40. Title2.Font = Enum.Font.SourceSans
  41. Title2.Text = "Prison Life v2.0.2 GUI (v1.5)"
  42. Title2.TextColor3 = Color3.new(1, 1, 1)
  43. Title2.TextScaled = true
  44. Title2.TextSize = 14
  45. Title2.TextWrapped = true
  46.  
  47. KillAura.Name = "KillAura"
  48. KillAura.Parent = Frame
  49. KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
  50. KillAura.Position = UDim2.new(0.167059153, 0, 0.0923040435, 0)
  51. KillAura.Size = UDim2.new(0, 200, 0, 50)
  52. KillAura.Font = Enum.Font.SourceSans
  53. KillAura.Text = "KillAura"
  54. KillAura.TextColor3 = Color3.new(1, 1, 1)
  55. KillAura.TextScaled = true
  56. KillAura.TextSize = 14
  57. KillAura.TextWrapped = true
  58.  
  59. FastM9.Name = "FastM9"
  60. FastM9.Parent = Frame
  61. FastM9.BackgroundColor3 = Color3.new(0, 0, 0)
  62. FastM9.Position = UDim2.new(0.167059153, 0, 0.20915705, 0)
  63. FastM9.Size = UDim2.new(0, 200, 0, 50)
  64. FastM9.Font = Enum.Font.SourceSans
  65. FastM9.Text = "Fast M9"
  66. FastM9.TextColor3 = Color3.new(1, 1, 1)
  67. FastM9.TextScaled = true
  68. FastM9.TextSize = 14
  69. FastM9.TextWrapped = true
  70.  
  71. AllGuns.Name = "AllGuns"
  72. AllGuns.Parent = Frame
  73. AllGuns.BackgroundColor3 = Color3.new(0, 0, 0)
  74. AllGuns.Position = UDim2.new(0.167059153, 0, 0.324504435, 0)
  75. AllGuns.Size = UDim2.new(0, 200, 0, 50)
  76. AllGuns.Font = Enum.Font.SourceSans
  77. AllGuns.Text = "All Guns"
  78. AllGuns.TextColor3 = Color3.new(1, 1, 1)
  79. AllGuns.TextScaled = true
  80. AllGuns.TextSize = 14
  81. AllGuns.TextWrapped = true
  82.  
  83. SprintInfinitely.Name = "SprintInfinitely"
  84. SprintInfinitely.Parent = Frame
  85. SprintInfinitely.BackgroundColor3 = Color3.new(0, 0, 0)
  86. SprintInfinitely.Position = UDim2.new(0.163801819, 0, 0.441357434, 0)
  87. SprintInfinitely.Size = UDim2.new(0, 200, 0, 50)
  88. SprintInfinitely.Font = Enum.Font.SourceSans
  89. SprintInfinitely.Text = "Sprint Infinitely"
  90. SprintInfinitely.TextColor3 = Color3.new(1, 1, 1)
  91. SprintInfinitely.TextScaled = true
  92. SprintInfinitely.TextSize = 14
  93. SprintInfinitely.TextWrapped = true
  94.  
  95. Btools.Name = "Btools"
  96. Btools.Parent = Frame
  97. Btools.BackgroundColor3 = Color3.new(0, 0, 0)
  98. Btools.Position = UDim2.new(0.163801819, 0, 0.557366729, 0)
  99. Btools.Size = UDim2.new(0, 200, 0, 50)
  100. Btools.Font = Enum.Font.SourceSans
  101. Btools.Text = "Btools"
  102. Btools.TextColor3 = Color3.new(1, 1, 1)
  103. Btools.TextScaled = true
  104. Btools.TextSize = 14
  105. Btools.TextWrapped = true
  106. -- Scripts:
  107. --Fast M9
  108. FastM9.MouseButton1Down:connect(function()
  109. local player = game:GetService("Players").LocalPlayer
  110. local gun = player.Backpack:FindFirstChild("M9")
  111. local sM = require(gun:FindFirstChild("GunStates"))
  112. sM["Damage"] = 999
  113. sM["MaxAmmo"] = 9999991
  114. sM["StoredAmmo"] = 9999991
  115. sM["FireRate"] = 0.05
  116. sM["AmmoPerClip"] = 9999991
  117. sM["Range"] = 5000
  118. sM["ReloadTime"] = 0.05
  119. sM["Bullets"] = 9999991
  120. sM["AutoFire"] = true
  121. end)
  122. --All Guns
  123. AllGuns.MouseButton1Down:connect(function()
  124. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  125.  
  126. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  127. print(lol)
  128. end
  129. end)
  130. --KillAura
  131. KillAura.MouseButton1Down:connect(function()
  132. while wait(0.1) do
  133. for i, plr in pairs(game.Players:GetChildren()) do
  134. if plr.Name ~= game.Players.LocalPlayer.Name then
  135. for i = 1, 10 do
  136. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  137. end
  138. end
  139. end
  140. end
  141. end)
  142. --Sprint
  143. SprintInfinitely.MouseButton1Down:connect(function()
  144. game.Workspace.LocalPlayer.Humanoid.WalkSpeed = 31
  145. end)
  146.  
  147. --Btools
  148. Btools.MouseButton1Down:connect(function()
  149. game.Players.LocalPlayer.Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
  150. game.Players.LocalPlayer.Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
  151. game.Players.LocalPlayer.Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  152. loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  153. end)
  154. --omg idk how to fix the god mode and the btools
  155. --just dont use them
  156. --update: removed god mode cos it didn't work xd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement