Advertisement
Guest User

USploit #1 Trainer Menu

a guest
Sep 29th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.93 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. if User == "user" and Pass == "pass" then
  91. Login.Visible = false
  92. Open.Visible = true
  93. end
  94. end)
  95.  
  96. Open.Name = "Open"
  97. Open.Parent = ScreenGui
  98. Open.Active = true
  99. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  100. Open.Position = UDim2.new(0.420279235, 0, 0.242627352, 0)
  101. Open.Size = UDim2.new(0, 530, 0, 384)
  102. Open.Visible = false
  103. Open.Active = true
  104. Open.Draggable = true
  105.  
  106. God.Name = "God"
  107. God.Parent = Open
  108. God.BackgroundColor3 = Color3.new(1, 1, 1)
  109. God.BorderSizePixel = 0
  110. God.Position = UDim2.new(0, 0, 0.114583373, 0)
  111. God.Size = UDim2.new(0, 530, 0, 50)
  112. God.Font = Enum.Font.SourceSans
  113. God.Text = "God"
  114. God.TextColor3 = Color3.new(0, 0, 0)
  115. God.TextSize = 30
  116. God.MouseButton1Down:connect(function()
  117. game.Players.LocalPlayer.Humanoid.Health = 1000000
  118. end)
  119.  
  120. Kill.Name = "Kill"
  121. Kill.Parent = Open
  122. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  123. Kill.BorderSizePixel = 0
  124. Kill.Position = UDim2.new(0, 0, 5.96046448e-08, 0)
  125. Kill.Size = UDim2.new(0, 530, 0, 50)
  126. Kill.Font = Enum.Font.SourceSans
  127. Kill.Text = "Kill Self"
  128. Kill.TextColor3 = Color3.new(0, 0, 0)
  129. Kill.TextSize = 30
  130. Kill.MouseButton1Down:connect(function()
  131. game.Players.LocalPlayer.Humanoid.Health = 0
  132. end)
  133.  
  134. Secret.Name = "Secret"
  135. Secret.Parent = Open
  136. Secret.BackgroundColor3 = Color3.new(1, 1, 1)
  137. Secret.BorderSizePixel = 0
  138. Secret.Position = UDim2.new(0, 0, 0.244791701, 0)
  139. Secret.Size = UDim2.new(0, 530, 0, 50)
  140. Secret.Font = Enum.Font.SourceSans
  141. Secret.Text = "Secret"
  142. Secret.TextColor3 = Color3.new(0, 0, 0)
  143. Secret.TextSize = 30
  144. Secret.MouseButton1Down:connect(function()
  145. Open.Visible = false
  146. wait(1)
  147. Open.Visible = true
  148. end)
  149.  
  150. _1HP.Name = "1HP"
  151. _1HP.Parent = Open
  152. _1HP.BackgroundColor3 = Color3.new(1, 1, 1)
  153. _1HP.BorderSizePixel = 0
  154. _1HP.Position = UDim2.new(0, 0, 0.37500003, 0)
  155. _1HP.Size = UDim2.new(0, 530, 0, 50)
  156. _1HP.Font = Enum.Font.SourceSans
  157. _1HP.Text = "1HP"
  158. _1HP.TextColor3 = Color3.new(0, 0, 0)
  159. _1HP.TextSize = 30
  160. _1HP.MouseButton1Down:connect(function()
  161. game.Players.LocalPlayer.Humanoid.Health = 1
  162. end)
  163.  
  164. Meme.Name = "Meme"
  165. Meme.Parent = Open
  166. Meme.BackgroundColor3 = Color3.new(1, 1, 1)
  167. Meme.BorderSizePixel = 0
  168. Meme.Position = UDim2.new(0, 0, 0.505208373, 0)
  169. Meme.Size = UDim2.new(0, 530, 0, 50)
  170. Meme.Font = Enum.Font.SourceSans
  171. Meme.Text = "Unfunny Meme"
  172. Meme.TextColor3 = Color3.new(0, 0, 0)
  173. Meme.TextSize = 30
  174.  
  175. Secret2.Name = "Secret2"
  176. Secret2.Parent = Open
  177. Secret2.BackgroundColor3 = Color3.new(1, 1, 1)
  178. Secret2.BorderSizePixel = 0
  179. Secret2.Position = UDim2.new(0, 0, 0.635416687, 0)
  180. Secret2.Size = UDim2.new(0, 530, 0, 50)
  181. Secret2.Font = Enum.Font.SourceSans
  182. Secret2.Text = "Unfunny Meme"
  183. Secret2.TextColor3 = Color3.new(0, 0, 0)
  184. Secret2.TextSize = 30
  185.  
  186. OpenClose.Name = "OpenClose"
  187. OpenClose.Parent = Open
  188. OpenClose.BackgroundColor3 = Color3.new(1, 1, 1)
  189. OpenClose.BorderSizePixel = 0
  190. OpenClose.Position = UDim2.new(0.910203278, 0, 0.870036006, 0)
  191. OpenClose.Size = UDim2.new(0, 48, 0, 50)
  192. OpenClose.Font = Enum.Font.SourceSans
  193. OpenClose.Text = "X"
  194. OpenClose.TextColor3 = Color3.new(0, 0, 0)
  195. OpenClose.TextSize = 25
  196. OpenClose.MouseButton1Down:connect(function()
  197. Open.Visible = false
  198. ButtonOP.Visible = true
  199. end)
  200.  
  201. pGuns.Name = "pGuns"
  202. pGuns.Parent = Open
  203. pGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  204. pGuns.BorderSizePixel = 0
  205. pGuns.Position = UDim2.new(0, 0, 0.755208373, 0)
  206. pGuns.Size = UDim2.new(0, 530, 0, 50)
  207. pGuns.Font = Enum.Font.SourceSans
  208. pGuns.Text = "All Prison Life Guns"
  209. pGuns.TextColor3 = Color3.new(0, 0, 0)
  210. pGuns.TextSize = 30
  211. pGuns.MouseButton1Down:connect(function()
  212. for i,v in pairs(Workspace.Prison_ITEMS.giver:getChildren()) do
  213. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  214. print(lol)
  215. end
  216. end)
  217.  
  218. ButtonOP.Name = "ButtonOP"
  219. ButtonOP.Parent = ScreenGui
  220. ButtonOP.BackgroundColor3 = Color3.new(1, 1, 1)
  221. ButtonOP.Position = UDim2.new(0.188096985, 0, 0.855227888, 0)
  222. ButtonOP.Size = UDim2.new(0, 846, 0, 50)
  223. ButtonOP.Visible = false
  224. ButtonOP.Font = Enum.Font.SourceSans
  225. ButtonOP.Text = "Open"
  226. ButtonOP.TextColor3 = Color3.new(0, 0, 0)
  227. ButtonOP.TextSize = 30
  228. ButtonOP.TextWrapped = true
  229. ButtonOP.MouseButton1Down:connect(function()
  230. ButtonOP.Visible = false
  231. Open.Visible = true
  232. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement