Advertisement
Guest User

nibbatest

a guest
Nov 30th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 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 Password = Instance.new("TextBox")
  7. local Username = Instance.new("TextBox")
  8. local TextButton = Instance.new("TextButton")
  9. local Logo = Instance.new("TextLabel")
  10. local Info = Instance.new("TextLabel")
  11. local Mainhub = Instance.new("Frame")
  12. local topk3k = Instance.new("TextButton")
  13. local barhub = Instance.new("Frame")
  14. local X = Instance.new("TextButton")
  15. --Properties:
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17.  
  18. login.Name = "login"
  19. login.Parent = ScreenGui
  20. login.BackgroundColor3 = Color3.new(0.337255, 0.0941177, 0.25098)
  21. login.BackgroundTransparency = 0.5
  22. login.Position = UDim2.new(0, 0, 0.274145246, 0)
  23. login.Size = UDim2.new(0, 227, 0, 519)
  24. login.Active = true
  25.  
  26. Password.Name = "Password"
  27. Password.Parent = login
  28. Password.BackgroundColor3 = Color3.new(0.337255, 0.0941177, 0.25098)
  29. Password.BackgroundTransparency = 0.5
  30. Password.Position = UDim2.new(0.0572687238, 0, 0.300885201, 0)
  31. Password.Size = UDim2.new(0, 200, 0, 50)
  32. Password.Font = Enum.Font.Cartoon
  33. Password.Text = "Password"
  34. Password.TextColor3 = Color3.new(0, 0, 0)
  35. Password.TextScaled = true
  36. Password.TextSize = 14
  37. Password.TextWrapped = true
  38.  
  39. Username.Name = "Username"
  40. Username.Parent = login
  41. Username.BackgroundColor3 = Color3.new(0.337255, 0.0941177, 0.25098)
  42. Username.BackgroundTransparency = 0.5
  43. Username.Position = UDim2.new(0.06167401, 0, 0.167406648, 0)
  44. Username.Size = UDim2.new(0, 200, 0, 50)
  45. Username.Font = Enum.Font.Cartoon
  46. Username.Text = "Username"
  47. Username.TextColor3 = Color3.new(0, 0, 0)
  48. Username.TextScaled = true
  49. Username.TextSize = 14
  50. Username.TextWrapped = true
  51.  
  52. TextButton.Parent = login
  53. TextButton.BackgroundColor3 = Color3.new(0.337255, 0.0941177, 0.25098)
  54. TextButton.Position = UDim2.new(0.06167401, 0, 0.470595628, 0)
  55. TextButton.Size = UDim2.new(0, 200, 0, 50)
  56. TextButton.Font = Enum.Font.Cartoon
  57. TextButton.Text = "Login"
  58. TextButton.TextColor3 = Color3.new(0, 0, 0)
  59. TextButton.TextScaled = true
  60. TextButton.TextSize = 14
  61. TextButton.TextWrapped = true
  62. TextButton.MouseButton1Down:connect(function()
  63. if Username.Text == "Cykablyat" and "Niggas" then
  64. login.Visible = true
  65. end
  66. end)
  67.  
  68. Logo.Name = "Logo"
  69. Logo.Parent = login
  70. Logo.BackgroundColor3 = Color3.new(0.917647, 0.207843, 0.247059)
  71. Logo.BackgroundTransparency = 0.5
  72. Logo.BorderSizePixel = 0
  73. Logo.Position = UDim2.new(0.0572687238, 0, 0.0393035673, 0)
  74. Logo.Size = UDim2.new(0, 200, 0, 50)
  75. Logo.Font = Enum.Font.Cartoon
  76. Logo.Text = "Skrub Hub"
  77. Logo.TextColor3 = Color3.new(0, 0, 0)
  78. Logo.TextScaled = true
  79. Logo.TextSize = 14
  80. Logo.TextWrapped = true
  81.  
  82. Info.Name = "Info"
  83. Info.Parent = login
  84. Info.BackgroundColor3 = Color3.new(0.337255, 0.0941177, 0.25098)
  85. Info.BackgroundTransparency = 0.5
  86. Info.BorderSizePixel = 0
  87. Info.Position = UDim2.new(0.06167401, 0, 0.628131032, 0)
  88. Info.Size = UDim2.new(0, 200, 0, 161)
  89. Info.Font = Enum.Font.Cartoon
  90. Info.Text = "Forgot password or username? Dont know what to do join this server https://discord.gg/XhvpZ8t "
  91. Info.TextColor3 = Color3.new(0, 0, 0)
  92. Info.TextScaled = true
  93. Info.TextSize = 14
  94. Info.TextWrapped = true
  95.  
  96. Mainhub.Name = "Mainhub"
  97. Mainhub.Parent = ScreenGui
  98. Mainhub.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  99. Mainhub.Position = UDim2.new(0.264568776, 0, 0.168304667, 0)
  100. Mainhub.Size = UDim2.new(0, 410, 0, 481)
  101. Mainhub.Visible = false
  102. Mainhub.Visible = true
  103.  
  104. topk3k.Name = "topk3k"
  105. topk3k.Parent = Mainhub
  106. topk3k.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  107. topk3k.Position = UDim2.new(0.0682926849, 0, 0.146049887, 0)
  108. topk3k.Size = UDim2.new(0, 142, 0, 36)
  109. topk3k.Font = Enum.Font.Fantasy
  110. topk3k.Text = "TopK3K"
  111. topk3k.TextColor3 = Color3.new(0, 0, 0)
  112. topk3k.TextScaled = true
  113. topk3k.TextSize = 14
  114. topk3k.TextWrapped = true
  115. topk3k.MouseButton1Down:connect(function()
  116. loadstring(game:HttpGet("https://pastebin.com/raw/6ceu4ZFU", true))()
  117. end)
  118.  
  119. barhub.Name = "barhub"
  120. barhub.Parent = Mainhub
  121. barhub.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  122. barhub.Size = UDim2.new(0, 410, 0, 29)
  123.  
  124. X.Name = "X"
  125. X.Parent = Mainhub
  126. X.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  127. X.Position = UDim2.new(0.909756124, 0, 0, 0)
  128. X.Size = UDim2.new(0, 37, 0, 29)
  129. X.Font = Enum.Font.Cartoon
  130. X.Text = "X"
  131. X.TextColor3 = Color3.new(1, 0, 0)
  132. X.TextScaled = true
  133. X.TextSize = 14
  134. X.TextWrapped = true
  135. X.MouseButton1Down:connect(function()
  136. Mainhub.Visible = false
  137. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement