Advertisement
Guest User

Untitled

a guest
Sep 29th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.88 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Login = Instance.new("Frame")
  6. local Destroyer = Instance.new("TextBox")
  7. local Close = Instance.new("TextButton")
  8. local User = Instance.new("TextBox")
  9. local Pass = Instance.new("TextBox")
  10. local LButton = Instance.new("TextButton")
  11. local Open = Instance.new("Frame")
  12. local God = Instance.new("TextButton")
  13. local Kill = Instance.new("TextButton")
  14. local Secret = Instance.new("TextButton")
  15. local _1HP = Instance.new("TextButton")
  16. local Meme = Instance.new("TextButton")
  17. local Secret2 = Instance.new("TextButton")
  18. local OpenClose = Instance.new("TextButton")
  19. local pGuns = Instance.new("TextButton")
  20. local ButtonOP = Instance.new("TextButton")
  21. --Properties:
  22. ScreenGui.Parent = game.CoreGui
  23.  
  24. Login.Name = "Login"
  25. Login.Parent = ScreenGui
  26. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  27. Login.Position = UDim2.new(0.188097, 0, 0.242627352, 0)
  28. Login.Size = UDim2.new(0, 308, 0, 384)
  29. Login.Active = true
  30. Login.Draggable = true
  31.  
  32. Destroyer.Name = "Destroyer"
  33. Destroyer.Parent = Login
  34. Destroyer.BackgroundColor3 = Color3.new(1, 1, 1)
  35. Destroyer.BorderSizePixel = 0
  36. Destroyer.Size = UDim2.new(0, 308, 0, 50)
  37. Destroyer.Font = Enum.Font.SourceSans
  38. Destroyer.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  39. Destroyer.Text = "Destroyer"
  40. Destroyer.TextColor3 = Color3.new(0, 0, 0)
  41. Destroyer.TextSize = 30
  42.  
  43. Close.Name = "Close"
  44. Close.Parent = Login
  45. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  46. Close.BorderSizePixel = 0
  47. Close.Position = UDim2.new(0.844155848, 0, 0, 0)
  48. Close.Size = UDim2.new(0, 48, 0, 50)
  49. Close.Font = Enum.Font.SourceSans
  50. Close.Text = "X"
  51. Close.TextColor3 = Color3.new(0, 0, 0)
  52. Close.TextSize = 25
  53. Close.MouseButton1Down:connect(function()
  54. Login.Visible = false
  55. end)
  56.  
  57. User.Name = "User"
  58. User.Parent = Login
  59. User.BackgroundColor3 = Color3.new(1, 1, 1)
  60. User.BorderSizePixel = 0
  61. User.Position = UDim2.new(0, 0, 0.270833313, 0)
  62. User.Size = UDim2.new(0, 308, 0, 50)
  63. User.Font = Enum.Font.SourceSans
  64. User.Text = "Username"
  65. User.TextColor3 = Color3.new(0, 0, 0)
  66. User.TextSize = 30
  67.  
  68. Pass.Name = "Pass"
  69. Pass.Parent = Login
  70. Pass.BackgroundColor3 = Color3.new(1, 1, 1)
  71. Pass.BorderSizePixel = 0
  72. Pass.Position = UDim2.new(0, 0, 0.505208313, 0)
  73. Pass.Size = UDim2.new(0, 308, 0, 50)
  74. Pass.Font = Enum.Font.SourceSans
  75. Pass.Text = "Password"
  76. Pass.TextColor3 = Color3.new(0, 0, 0)
  77. Pass.TextSize = 30
  78.  
  79. LButton.Name = "LButton"
  80. LButton.Parent = Login
  81. LButton.BackgroundColor3 = Color3.new(1, 1, 1)
  82. LButton.BorderSizePixel = 0
  83. LButton.Position = UDim2.new(0, 0, 0.755208313, 0)
  84. LButton.Size = UDim2.new(0, 308, 0, 50)
  85. LButton.Font = Enum.Font.SourceSans
  86. LButton.Text = "Login"
  87. LButton.TextColor3 = Color3.new(0, 0, 0)
  88. LButton.TextSize = 30
  89. LButton.MouseButton1Down:connect(function()
  90. Login.Visible = false
  91. Open.Visible = true
  92. end)
  93.  
  94. Open.Name = "Open"
  95. Open.Parent = ScreenGui
  96. Open.Active = true
  97. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  98. Open.Position = UDim2.new(0.420279235, 0, 0.242627352, 0)
  99. Open.Size = UDim2.new(0, 530, 0, 384)
  100. Open.Visible = false
  101. Open.Active = true
  102. Open.Draggable = true
  103.  
  104. God.Name = "God"
  105. God.Parent = Open
  106. God.BackgroundColor3 = Color3.new(1, 1, 1)
  107. God.BorderSizePixel = 0
  108. God.Position = UDim2.new(0, 0, 0.114583373, 0)
  109. God.Size = UDim2.new(0, 530, 0, 50)
  110. God.Font = Enum.Font.SourceSans
  111. God.Text = "God"
  112. God.TextColor3 = Color3.new(0, 0, 0)
  113. God.TextSize = 30
  114. God.MouseButton1Down:connect(function()
  115. game.Players.LocalPlayer.Humanoid.Health = 1000000
  116. end)
  117.  
  118. Kill.Name = "Kill"
  119. Kill.Parent = Open
  120. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  121. Kill.BorderSizePixel = 0
  122. Kill.Position = UDim2.new(0, 0, 5.96046448e-08, 0)
  123. Kill.Size = UDim2.new(0, 530, 0, 50)
  124. Kill.Font = Enum.Font.SourceSans
  125. Kill.Text = "Kill Self"
  126. Kill.TextColor3 = Color3.new(0, 0, 0)
  127. Kill.TextSize = 30
  128. Kill.MouseButton1Down:connect(function()
  129. game.Players.LocalPlayer.Humanoid.Health = 0
  130. end)
  131.  
  132. Secret.Name = "Secret"
  133. Secret.Parent = Open
  134. Secret.BackgroundColor3 = Color3.new(1, 1, 1)
  135. Secret.BorderSizePixel = 0
  136. Secret.Position = UDim2.new(0, 0, 0.244791701, 0)
  137. Secret.Size = UDim2.new(0, 530, 0, 50)
  138. Secret.Font = Enum.Font.SourceSans
  139. Secret.Text = "Secret"
  140. Secret.TextColor3 = Color3.new(0, 0, 0)
  141. Secret.TextSize = 30
  142. Secret.MouseButton1Down:connect(function()
  143. Open.Visible = false
  144. wait(1)
  145. Open.Visible = true
  146. end)
  147.  
  148. _1HP.Name = "1HP"
  149. _1HP.Parent = Open
  150. _1HP.BackgroundColor3 = Color3.new(1, 1, 1)
  151. _1HP.BorderSizePixel = 0
  152. _1HP.Position = UDim2.new(0, 0, 0.37500003, 0)
  153. _1HP.Size = UDim2.new(0, 530, 0, 50)
  154. _1HP.Font = Enum.Font.SourceSans
  155. _1HP.Text = "1HP"
  156. _1HP.TextColor3 = Color3.new(0, 0, 0)
  157. _1HP.TextSize = 30
  158. _1HP.MouseButton1Down:connect(function()
  159. game.Players.LocalPlayer.Humanoid.Health = 1
  160. end)
  161.  
  162. Meme.Name = "Meme"
  163. Meme.Parent = Open
  164. Meme.BackgroundColor3 = Color3.new(1, 1, 1)
  165. Meme.BorderSizePixel = 0
  166. Meme.Position = UDim2.new(0, 0, 0.505208373, 0)
  167. Meme.Size = UDim2.new(0, 530, 0, 50)
  168. Meme.Font = Enum.Font.SourceSans
  169. Meme.Text = "Unfunny Meme"
  170. Meme.TextColor3 = Color3.new(0, 0, 0)
  171. Meme.TextSize = 30
  172.  
  173. Secret2.Name = "Secret2"
  174. Secret2.Parent = Open
  175. Secret2.BackgroundColor3 = Color3.new(1, 1, 1)
  176. Secret2.BorderSizePixel = 0
  177. Secret2.Position = UDim2.new(0, 0, 0.635416687, 0)
  178. Secret2.Size = UDim2.new(0, 530, 0, 50)
  179. Secret2.Font = Enum.Font.SourceSans
  180. Secret2.Text = "Unfunny Meme"
  181. Secret2.TextColor3 = Color3.new(0, 0, 0)
  182. Secret2.TextSize = 30
  183.  
  184. OpenClose.Name = "OpenClose"
  185. OpenClose.Parent = Open
  186. OpenClose.BackgroundColor3 = Color3.new(1, 1, 1)
  187. OpenClose.BorderSizePixel = 0
  188. OpenClose.Position = UDim2.new(0.910203278, 0, 0.870036006, 0)
  189. OpenClose.Size = UDim2.new(0, 48, 0, 50)
  190. OpenClose.Font = Enum.Font.SourceSans
  191. OpenClose.Text = "X"
  192. OpenClose.TextColor3 = Color3.new(0, 0, 0)
  193. OpenClose.TextSize = 25
  194. OpenClose.MouseButton1Down:connect(function()
  195. Open.Visible = false
  196. ButtonOP.Visible = true
  197. end)
  198.  
  199. pGuns.Name = "pGuns"
  200. pGuns.Parent = Open
  201. pGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  202. pGuns.BorderSizePixel = 0
  203. pGuns.Position = UDim2.new(0, 0, 0.755208373, 0)
  204. pGuns.Size = UDim2.new(0, 530, 0, 50)
  205. pGuns.Font = Enum.Font.SourceSans
  206. pGuns.Text = "All Prison Life Guns"
  207. pGuns.TextColor3 = Color3.new(0, 0, 0)
  208. pGuns.TextSize = 30
  209. pGuns.MouseButton1Down:connect(function()
  210. for i,v in pairs(Workspace.Prison_ITEMS.giver:getChildren()) do
  211. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  212. print(lol)
  213. end
  214. end)
  215.  
  216. ButtonOP.Name = "ButtonOP"
  217. ButtonOP.Parent = ScreenGui
  218. ButtonOP.BackgroundColor3 = Color3.new(1, 1, 1)
  219. ButtonOP.Position = UDim2.new(0.188096985, 0, 0.855227888, 0)
  220. ButtonOP.Size = UDim2.new(0, 846, 0, 50)
  221. ButtonOP.Visible = false
  222. ButtonOP.Font = Enum.Font.SourceSans
  223. ButtonOP.Text = "Open"
  224. ButtonOP.TextColor3 = Color3.new(0, 0, 0)
  225. ButtonOP.TextSize = 30
  226. ButtonOP.TextWrapped = true
  227. ButtonOP.MouseButton1Down:connect(function()
  228. ButtonOP.Visible = false
  229. Open.Visible = true
  230. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement