Advertisement
Guest User

eweewewewe

a guest
Oct 13th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.02 KB | None | 0 0
  1. -- Version: 2.82
  2. -- Instances:
  3. local Prisonlifegui = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local Bar2 = Instance.new("Frame")
  6. local Bar1 = Instance.new("Frame")
  7. local username = Instance.new("TextBox")
  8. local login = Instance.new("TextButton")
  9. local password = Instance.new("TextBox")
  10. local name = Instance.new("TextLabel")
  11. local MainFrame = Instance.new("Frame")
  12. local Bar3 = Instance.new("Frame")
  13. local Bar3_2 = Instance.new("Frame")
  14. local UnlimitedAmmoRemington870 = Instance.new("TextButton")
  15. local UnlimitedAmmoM9 = Instance.new("TextButton")
  16. local UnlimitedAmmoM4A1 = Instance.new("TextButton")
  17. local UnlimitedAmmoAK47 = Instance.new("TextButton")
  18. local GetGuns = Instance.new("TextButton")
  19. local Btools = Instance.new("TextButton")
  20. local escape = Instance.new("TextButton")
  21. local Fly = Instance.new("TextButton")
  22. local name2 = Instance.new("TextLabel")
  23. --Properties:
  24. Prisonlifegui.Name = "Prisonlifegui"
  25. Prisonlifegui.Parent = game.Workspace
  26.  
  27. LoginFrame.Name = "LoginFrame"
  28. LoginFrame.Parent = Prisonlifegui
  29. LoginFrame.Active = true
  30. LoginFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  31. LoginFrame.BackgroundTransparency = 0.10000000149012
  32. LoginFrame.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  33. LoginFrame.ClipsDescendants = true
  34. LoginFrame.Position = UDim2.new(0.0380267203, 0, 0.368029743, 0)
  35. LoginFrame.Selectable = true
  36. LoginFrame.Size = UDim2.new(0, 206, 0, 285)
  37.  
  38. Bar2.Name = "Bar2"
  39. Bar2.Parent = LoginFrame
  40. Bar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  41. Bar2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  42. Bar2.Position = UDim2.new(0, 0, 0.056140352, 0)
  43. Bar2.Size = UDim2.new(0, 206, 0, 6)
  44.  
  45. Bar1.Name = "Bar1"
  46. Bar1.Parent = LoginFrame
  47. Bar1.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  48. Bar1.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  49. Bar1.Size = UDim2.new(0, 206, 0, 16)
  50.  
  51. username.Name = "username"
  52. username.Parent = LoginFrame
  53. username.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  54. username.Position = UDim2.new(0.14563106, 0, 0.273684204, 0)
  55. username.Size = UDim2.new(0, 148, 0, 33)
  56. username.Font = Enum.Font.SourceSans
  57. username.Text = "Username"
  58. username.TextColor3 = Color3.new(0, 0, 0)
  59. username.TextSize = 14
  60.  
  61. login.Name = "login"
  62. login.Parent = LoginFrame
  63. login.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  64. login.Position = UDim2.new(0.262135923, 0, 0.750877142, 0)
  65. login.Size = UDim2.new(0, 100, 0, 31)
  66. login.Font = Enum.Font.SourceSans
  67. login.Text = "Login"
  68. login.TextColor3 = Color3.new(0, 0, 0)
  69. login.TextSize = 14
  70.  
  71. login.MouseButton1Down:connect(function()
  72.  
  73. if username.Text == "DenouxiousFan" and password.Text == "ImSubscribed" then
  74. MainFrame.Visible = true
  75. LoginFrame.Visible = false
  76. end
  77.  
  78. end)
  79.  
  80. password.Name = "password"
  81. password.Parent = LoginFrame
  82. password.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  83. password.Position = UDim2.new(0.14563106, 0, 0.50526315, 0)
  84. password.Size = UDim2.new(0, 148, 0, 33)
  85. password.Font = Enum.Font.SourceSans
  86. password.Text = "Password"
  87. password.TextColor3 = Color3.new(0, 0, 0)
  88. password.TextSize = 14
  89.  
  90. name.Name = "name"
  91. name.Parent = LoginFrame
  92. name.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  93. name.BackgroundTransparency = 1
  94. name.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  95. name.Position = UDim2.new(0.0485436916, 0, 0.0982456207, 0)
  96. name.Size = UDim2.new(0, 186, 0, 43)
  97. name.Font = Enum.Font.SourceSans
  98. name.Text = "Prison Life GUI"
  99. name.TextColor3 = Color3.new(0, 0, 0)
  100. name.TextScaled = true
  101. name.TextSize = 14
  102. name.TextWrapped = true
  103.  
  104. MainFrame.Name = "MainFrame"
  105. MainFrame.Parent = Prisonlifegui
  106. MainFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  107. MainFrame.BackgroundTransparency = 0.10000000149012
  108. MainFrame.Position = UDim2.new(0.291880786, 0, 0.325278819, 0)
  109. MainFrame.Size = UDim2.new(0, 228, 0, 308)
  110. MainFrame.Visible = false
  111.  
  112. Bar3.Name = "Bar3"
  113. Bar3.Parent = MainFrame
  114. Bar3.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  115. Bar3.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  116. Bar3.Size = UDim2.new(0, 228, 0, 17)
  117.  
  118. Bar3_2.Name = "Bar3"
  119. Bar3_2.Parent = MainFrame
  120. Bar3_2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  121. Bar3_2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  122. Bar3_2.Position = UDim2.new(0, 0, 0.0537974685, 0)
  123. Bar3_2.Size = UDim2.new(0, 228, 0, 7)
  124.  
  125. UnlimitedAmmoRemington870.Name = "UnlimitedAmmoRemington870"
  126. UnlimitedAmmoRemington870.Parent = MainFrame
  127. UnlimitedAmmoRemington870.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  128. UnlimitedAmmoRemington870.Position = UDim2.new(0.0355555564, 0, 0.185763597, 0)
  129. UnlimitedAmmoRemington870.Size = UDim2.new(0, 101, 0, 50)
  130. UnlimitedAmmoRemington870.Font = Enum.Font.SourceSans
  131. UnlimitedAmmoRemington870.Text = "Unlimited Ammo Remington 870"
  132. UnlimitedAmmoRemington870.TextColor3 = Color3.new(0, 0, 0)
  133. UnlimitedAmmoRemington870.TextScaled = true
  134. UnlimitedAmmoRemington870.TextSize = 14
  135. UnlimitedAmmoRemington870.TextWrapped = true
  136.  
  137. UnlimitedAmmoRemington870!.MouseButton1Down:connect(function()
  138. local player = game:GetService("Players").LocalPlayer
  139. local gun = player.Backpack:FindFirstChild("Remington 870")
  140. local sM = require(gun:FindFirstChild("GunStates"))
  141. sM["Damage"] = 999
  142. sM["MaxAmmo"] = 9999991
  143. sM["StoredAmmo"] = 9999991
  144. sM["FireRate"] = 0.05
  145. sM["AmmoPerClip"] = 9999991
  146. sM["Range"] = 5000
  147. sM["ReloadTime"] = 0.05
  148. sM["Bullets"] = 10
  149. sM["AutoFire"] = true
  150. end)
  151.  
  152. UnlimitedAmmoM9.Name = "UnlimitedAmmoM9"
  153. UnlimitedAmmoM9.Parent = MainFrame
  154. UnlimitedAmmoM9.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  155. UnlimitedAmmoM9.Position = UDim2.new(0.524327517, 0, 0.185763597, 0)
  156. UnlimitedAmmoM9.Size = UDim2.new(0, 101, 0, 50)
  157. UnlimitedAmmoM9.Font = Enum.Font.SourceSans
  158. UnlimitedAmmoM9.Text = "Unlimited Ammo M9"
  159. UnlimitedAmmoM9.TextColor3 = Color3.new(0, 0, 0)
  160. UnlimitedAmmoM9.TextScaled = true
  161. UnlimitedAmmoM9.TextSize = 14
  162. UnlimitedAmmoM9.TextWrapped = true
  163.  
  164. UnlimitedAmmoM9.MouseButton1Down:connect(function()
  165. local player = game:GetService("Players").LocalPlayer
  166. local gun = player.Backpack:FindFirstChild("M9")
  167. local sM = require(gun:FindFirstChild("GunStates"))
  168. sM["Damage"] = 999
  169. sM["MaxAmmo"] = 9999991
  170. sM["StoredAmmo"] = 9999991
  171. sM["FireRate"] = 0.05
  172. sM["AmmoPerClip"] = 9999991
  173. sM["Range"] = 5000
  174. sM["ReloadTime"] = 0.05
  175. sM["Bullets"] = 10
  176. sM["AutoFire"] = true
  177. end)
  178.  
  179. UnlimitedAmmoM4A1.Name = "UnlimitedAmmoM4A1"
  180. UnlimitedAmmoM4A1.Parent = MainFrame
  181. UnlimitedAmmoM4A1.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  182. UnlimitedAmmoM4A1.Position = UDim2.new(0.524327517, 0, 0.378801584, 0)
  183. UnlimitedAmmoM4A1.Size = UDim2.new(0, 101, 0, 50)
  184. UnlimitedAmmoM4A1.Font = Enum.Font.SourceSans
  185. UnlimitedAmmoM4A1.Text = "Unlimited Ammo M4A1"
  186. UnlimitedAmmoM4A1.TextColor3 = Color3.new(0, 0, 0)
  187. UnlimitedAmmoM4A1.TextScaled = true
  188. UnlimitedAmmoM4A1.TextSize = 14
  189. UnlimitedAmmoM4A1.TextWrapped = true
  190.  
  191. UnlimitedAmmoM4A1.MouseButton1Down:connect(function()
  192. local player = game:GetService("Players").LocalPlayer
  193. local gun = player.Backpack:FindFirstChild("M4A1")
  194. local sM = require(gun:FindFirstChild("GunStates"))
  195. sM["Damage"] = 999
  196. sM["MaxAmmo"] = 9999991
  197. sM["StoredAmmo"] = 9999991
  198. sM["FireRate"] = 0.05
  199. sM["AmmoPerClip"] = 9999991
  200. sM["Range"] = 5000
  201. sM["ReloadTime"] = 0.05
  202. sM["Bullets"] = 10
  203. sM["AutoFire"] = true
  204. end)
  205.  
  206. UnlimitedAmmoAK47.Name = "UnlimitedAmmoAK47"
  207. UnlimitedAmmoAK47.Parent = MainFrame
  208. UnlimitedAmmoAK47.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  209. UnlimitedAmmoAK47.Position = UDim2.new(0.0355555564, 0, 0.378801584, 0)
  210. UnlimitedAmmoAK47.Size = UDim2.new(0, 101, 0, 50)
  211. UnlimitedAmmoAK47.Font = Enum.Font.SourceSans
  212. UnlimitedAmmoAK47.Text = "Unlimited Ammo AK-47"
  213. UnlimitedAmmoAK47.TextColor3 = Color3.new(0, 0, 0)
  214. UnlimitedAmmoAK47.TextScaled = true
  215. UnlimitedAmmoAK47.TextSize = 14
  216. UnlimitedAmmoAK47.TextWrapped = true
  217.  
  218. UnlimitedAmmoAK47.MouseButton1Down:connect(function()
  219. local player = game:GetService("Players").LocalPlayer
  220. local gun = player.Backpack:FindFirstChild("AK-47")
  221. local sM = require(gun:FindFirstChild("GunStates"))
  222. sM["Damage"] = 999
  223. sM["MaxAmmo"] = 9999991
  224. sM["StoredAmmo"] = 9999991
  225. sM["FireRate"] = 0.05
  226. sM["AmmoPerClip"] = 9999991
  227. sM["Range"] = 5000
  228. sM["ReloadTime"] = 0.05
  229. sM["Bullets"] = 10
  230. sM["AutoFire"] = true
  231. end)
  232.  
  233. GetGuns.Name = "GetGuns"
  234. GetGuns.Parent = MainFrame
  235. GetGuns.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  236. GetGuns.Position = UDim2.new(0.0355555564, 0, 0.574675322, 0)
  237. GetGuns.Size = UDim2.new(0, 101, 0, 50)
  238. GetGuns.Font = Enum.Font.SourceSans
  239. GetGuns.Text = "Get Guns"
  240. GetGuns.TextColor3 = Color3.new(0, 0, 0)
  241. GetGuns.TextScaled = true
  242. GetGuns.TextSize = 14
  243. GetGuns.TextWrapped = true
  244.  
  245. GetGuns.MouseButton1Down:connect(function()
  246. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  247.  
  248. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  249. print(lol)
  250. end)
  251.  
  252. Btools.Name = "Btools"
  253. Btools.Parent = MainFrame
  254. Btools.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  255. Btools.Position = UDim2.new(0.524327517, 0, 0.573606789, 0)
  256. Btools.Size = UDim2.new(0, 101, 0, 50)
  257. Btools.Font = Enum.Font.SourceSans
  258. Btools.Text = "Btools"
  259. Btools.TextColor3 = Color3.new(0, 0, 0)
  260. Btools.TextScaled = true
  261. Btools.TextSize = 14
  262. Btools.TextWrapped = true
  263.  
  264. Btools.MouseButton1Down:connect(function()
  265. print("Getting Btools")
  266. wait(2)
  267. print("Drag Success")
  268. a = Instance.new("HopperBin")
  269. a.BinType = 1
  270. a.Parent = game.Players.LocalPlayer.Backpack
  271. wait(3)
  272. print("Delete Success")
  273. a = Instance.new("HopperBin")
  274. a.BinType = 4
  275. a.Parent = game.Players.LocalPlayer.Backpack
  276. wait(3)
  277. print("Copy Success")
  278. a = Instance.new("HopperBin")
  279. a.BinType = 3
  280. a.Parent = game.Players.LocalPlayer.Backpack
  281. end)
  282.  
  283. escape.Name = "escape"
  284. escape.Parent = MainFrame
  285. escape.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  286. escape.Position = UDim2.new(0.524327517, 0, 0.768411994, 0)
  287. escape.Size = UDim2.new(0, 101, 0, 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement