Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.95 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local p = game.Players.LocalPlayer
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local logingui = Instance.new("Frame")
  7. local user = Instance.new("TextBox")
  8. local pass = Instance.new("TextBox")
  9. local submit = Instance.new("TextButton")
  10. local maingui = Instance.new("Frame")
  11. local allguns = Instance.new("TextButton")
  12. local guiprisonlife = Instance.new("TextLabel")
  13. local walkspeed = Instance.new("TextButton")
  14. local remove = Instance.new("TextButton")
  15. local JumpPower = Instance.new("TextButton")
  16. local btools = Instance.new("TextButton")
  17. local close = Instance.new("TextButton")
  18. local guiopen = Instance.new("Frame")
  19. local open = Instance.new("TextButton")
  20. --Properties:
  21. ScreenGui.Parent = game.Workspace
  22. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. logingui.Name = "logingui"
  25. logingui.Parent = ScreenGui
  26. logingui.BackgroundColor3 = Color3.new(0.239216, 0.215686, 1)
  27. logingui.Position = UDim2.new(0.204461351, 0, 0.159091294, 0)
  28. logingui.Size = UDim2.new(0, 149, 0, 212)
  29. logingui.Active = true
  30. logingui.Draggable = true
  31.  
  32. user.Name = "user"
  33. user.Parent = logingui
  34. user.BackgroundColor3 = Color3.new(1, 1, 1)
  35. user.Position = UDim2.new(0, 0, 0.160377353, 0)
  36. user.Size = UDim2.new(0, 149, 0, 29)
  37. user.Font = Enum.Font.SourceSans
  38. user.Text = "username"
  39. user.TextColor3 = Color3.new(1, 0, 0)
  40. user.TextScaled = true
  41. user.TextSize = 14
  42. user.TextWrapped = true
  43.  
  44. pass.Name = "pass"
  45. pass.Parent = logingui
  46. pass.BackgroundColor3 = Color3.new(1, 1, 1)
  47. pass.Position = UDim2.new(0, 0, 0.466981113, 0)
  48. pass.Size = UDim2.new(0, 149, 0, 29)
  49. pass.Font = Enum.Font.SourceSans
  50. pass.Text = "password"
  51. pass.TextColor3 = Color3.new(1, 0, 0)
  52. pass.TextScaled = true
  53. pass.TextSize = 14
  54. pass.TextWrapped = true
  55.  
  56. submit.Name = "submit"
  57. submit.Parent = logingui
  58. submit.BackgroundColor3 = Color3.new(1, 1, 1)
  59. submit.Position = UDim2.new(0, 0, 0.702830195, 0)
  60. submit.Size = UDim2.new(0, 149, 0, 50)
  61. submit.Font = Enum.Font.SourceSans
  62. submit.Text = "submit"
  63. submit.TextColor3 = Color3.new(0.203922, 1, 0.0823529)
  64. submit.TextScaled = true
  65. submit.TextSize = 14
  66. submit.TextWrapped = true
  67. submit.MouseButton1Down:connect(function()
  68. if user.Text == "miguo" and pass.Text == "pOS" then
  69. logingui.Visible = false
  70. guiopen.Visible = true
  71. end
  72. end)
  73.  
  74. maingui.Name = "maingui"
  75. maingui.Parent = ScreenGui
  76. maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  77. maingui.BackgroundTransparency = 1
  78. maingui.Position = UDim2.new(0.1069723, 0, 0.138138145, 0)
  79. maingui.Size = UDim2.new(0, 323, 0, 226)
  80. maingui.Visible = false
  81. maingui.Active = true
  82. maingui.Draggable = true
  83.  
  84. allguns.Name = "allguns"
  85. allguns.Parent = maingui
  86. allguns.BackgroundColor3 = Color3.new(1, 1, 1)
  87. allguns.Position = UDim2.new(0, 0, 0.150442481, 0)
  88. allguns.Size = UDim2.new(0, 323, 0, 50)
  89. allguns.Font = Enum.Font.SourceSans
  90. allguns.Text = "all guns for prison life"
  91. allguns.TextColor3 = Color3.new(0, 0, 0)
  92. allguns.TextScaled = true
  93. allguns.TextSize = 14
  94. allguns.TextWrapped = true
  95. allguns.MouseButton1Down:connect(function()
  96. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  97.  
  98. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  99. print(lol)
  100. end
  101. end)
  102.  
  103. guiprisonlife.Name = "guiprisonlife"
  104. guiprisonlife.Parent = maingui
  105. guiprisonlife.BackgroundColor3 = Color3.new(1, 1, 1)
  106. guiprisonlife.Position = UDim2.new(0, 0, 0.00432478637, 0)
  107. guiprisonlife.Size = UDim2.new(0, 323, 0, 33)
  108. guiprisonlife.Font = Enum.Font.SourceSans
  109. guiprisonlife.Text = "gui prison life"
  110. guiprisonlife.TextColor3 = Color3.new(0, 0, 0)
  111. guiprisonlife.TextScaled = true
  112. guiprisonlife.TextSize = 14
  113. guiprisonlife.TextWrapped = true
  114.  
  115. walkspeed.Name = "walkspeed"
  116. walkspeed.Parent = maingui
  117. walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  118. walkspeed.Position = UDim2.new(0, 0, 0.800884962, 0)
  119. walkspeed.Size = UDim2.new(0, 161, 0, 45)
  120. walkspeed.Font = Enum.Font.SourceSans
  121. walkspeed.Text = "walkspeed"
  122. walkspeed.TextColor3 = Color3.new(0, 0, 0)
  123. walkspeed.TextScaled = true
  124. walkspeed.TextSize = 14
  125. walkspeed.TextWrapped = true
  126. walkspeed.MouseButton1Down:connect(function()
  127. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed + 10
  128. end)
  129.  
  130. remove.Name = "remove"
  131. remove.Parent = maingui
  132. remove.BackgroundColor3 = Color3.new(1, 1, 1)
  133. remove.Position = UDim2.new(0.498452008, 0, 0.371681422, 0)
  134. remove.Size = UDim2.new(0, 162, 0, 97)
  135. remove.Font = Enum.Font.SourceSans
  136. remove.Text = "remove all doors"
  137. remove.TextColor3 = Color3.new(0, 0, 0)
  138. remove.TextScaled = true
  139. remove.TextSize = 14
  140. remove.TextWrapped = true
  141. remove.MouseButton1Down:connect(function()
  142. game.Workspace.Doors:Destroy()
  143. end)
  144.  
  145. JumpPower.Name = "JumpPower"
  146. JumpPower.Parent = maingui
  147. JumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  148. JumpPower.Position = UDim2.new(0.501547992, 0, 0.800884962, 0)
  149. JumpPower.Size = UDim2.new(0, 124, 0, 45)
  150. JumpPower.Font = Enum.Font.SourceSans
  151. JumpPower.Text = "JumpPower"
  152. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  153. JumpPower.TextScaled = true
  154. JumpPower.TextSize = 14
  155. JumpPower.TextWrapped = true
  156. JumpPower.MouseButton1Down:connect(function()
  157. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower + 10
  158. end)
  159.  
  160. btools.Name = "btools"
  161. btools.Parent = maingui
  162. btools.BackgroundColor3 = Color3.new(1, 1, 1)
  163. btools.Position = UDim2.new(0, 0, 0.371681422, 0)
  164. btools.Size = UDim2.new(0, 162, 0, 97)
  165. btools.Font = Enum.Font.SourceSans
  166. btools.Text = "btools"
  167. btools.TextColor3 = Color3.new(0, 0, 0)
  168. btools.TextScaled = true
  169. btools.TextSize = 14
  170. btools.TextWrapped = true
  171. btools.MouseButton1Down:connect(function()
  172. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
  173. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
  174. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  175. loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  176. end)
  177.  
  178. close.Name = "close"
  179. close.Parent = maingui
  180. close.BackgroundColor3 = Color3.new(1, 1, 1)
  181. close.Position = UDim2.new(0.885448933, 0, 0.800884962, 0)
  182. close.Size = UDim2.new(0, 37, 0, 45)
  183. close.Font = Enum.Font.SourceSans
  184. close.Text = "X"
  185. close.TextColor3 = Color3.new(1, 0, 0)
  186. close.TextScaled = true
  187. close.TextSize = 14
  188. close.TextWrapped = true
  189. close.MouseButton1Down:connect(function()
  190. maingui.Visible = false
  191. guiopen.Visible = true
  192. end)
  193.  
  194. guiopen.Name = "guiopen"
  195. guiopen.Parent = ScreenGui
  196. guiopen.BackgroundColor3 = Color3.new(1, 1, 1)
  197. guiopen.Position = UDim2.new(-0.00668576872, 0, 0.62462461, 0)
  198. guiopen.Size = UDim2.new(0, 119, 0, 50)
  199. guiopen.Visible = false
  200.  
  201. open.Name = "open"
  202. open.Parent = guiopen
  203. open.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  204. open.Position = UDim2.new(0.0544538088, 0, -0.00266754162, 0)
  205. open.Size = UDim2.new(0, 112, 0, 50)
  206. open.Font = Enum.Font.SourceSans
  207. open.Text = "Open"
  208. open.TextColor3 = Color3.new(1, 0, 0)
  209. open.TextScaled = true
  210. open.TextSize = 14
  211. open.TextWrapped = true
  212. open.MouseButton1Down:connect(function()
  213. maingui.Visible = true
  214. guiopen.Visible = false
  215. end)
  216. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement