dannthebesttt

Untitled

Aug 5th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 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 username = Instance.new("TextBox")
  7. local password = Instance.new("TextBox")
  8. local loginbutton = Instance.new("TextButton")
  9. --Properties:
  10. ScreenGui.Parent = game.CoreGui
  11. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. login.Name = "login"
  14. login.Parent = ScreenGui
  15. login.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  16. login.BorderColor3 = Color3.new(0, 0, 0)
  17. login.BorderSizePixel = 3
  18. login.Position = UDim2.new(0.388366133, 0, 0.278184474, 0)
  19. login.Size = UDim2.new(0, 261, 0, 302)
  20.  
  21. username.Name = "username"
  22. username.Parent = login
  23. username.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  24. username.BorderColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  25. username.BorderSizePixel = 3
  26. username.Position = UDim2.new(0.114942528, 0, 0.158940405, 0)
  27. username.Size = UDim2.new(0, 200, 0, 50)
  28. username.Font = Enum.Font.Highway
  29. username.PlaceholderText = "username"
  30. username.Text = ""
  31. username.TextColor3 = Color3.new(0, 0, 0)
  32. username.TextScaled = true
  33. username.TextSize = 14
  34. username.TextWrapped = true
  35.  
  36. password.Name = "password"
  37. password.Parent = login
  38. password.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  39. password.BorderColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  40. password.BorderSizePixel = 3
  41. password.Position = UDim2.new(0.114942528, 0, 0.5, 0)
  42. password.Size = UDim2.new(0, 200, 0, 50)
  43. password.Font = Enum.Font.Highway
  44. password.PlaceholderText = "password"
  45. password.Text = ""
  46. password.TextColor3 = Color3.new(0, 0, 0)
  47. password.TextScaled = true
  48. password.TextSize = 14
  49. password.TextWrapped = true
  50.  
  51. loginbutton.Name = "loginbutton"
  52. loginbutton.Parent = login
  53. loginbutton.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  54. loginbutton.BorderColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  55. loginbutton.BorderSizePixel = 3
  56. loginbutton.Position = UDim2.new(0.275862068, 0, 0.783112586, 0)
  57. loginbutton.Size = UDim2.new(0, 116, 0, 39)
  58. loginbutton.Font = Enum.Font.Highway
  59. loginbutton.Text = "log-in"
  60. loginbutton.TextColor3 = Color3.new(0, 0, 0)
  61. loginbutton.TextScaled = true
  62. loginbutton.TextSize = 14
  63. loginbutton.TextWrapped = true
  64. loginbutton.MouseButton1Click:connect(function()
  65. if username.Text == 'raddletonv3' and password.Text == 'cB02mxaoQ0J01Maf9' then
  66. loadstring(game:HttpGet(('https://pastebin.com/raw/xPEifx2d'),true))()
  67. login:Destroy()
  68. else
  69. ScreenGui:Destroy()
  70. while true do
  71. print(fuckyouskid)
  72. end
  73. end
  74. end)
Advertisement
Add Comment
Please, Sign In to add comment