Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local login1 = Instance.new("Frame")
  5. local username = Instance.new("TextBox")
  6. local token = Instance.new("TextBox")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. local Login = Instance.new("TextButton")
  9. local X = Instance.new("TextButton")
  10. --Properties:
  11. login1.Name = "login1"
  12. login1.Parent = game.StarterGui.ScreenGui
  13. login1.BackgroundColor3 = Color3.new(1, 1, 1)
  14. login1.Position = UDim2.new(0.389999986, 0, 1.16600001, 0)
  15. login1.Size = UDim2.new(0, 290, 0, 420)
  16.  
  17. username.Name = "username"
  18. username.Parent = login1
  19. username.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  20. username.BorderColor3 = Color3.new(0.509804, 0, 0.00784314)
  21. username.BorderSizePixel = 3
  22. username.Position = UDim2.new(0.155172408, 0, 0.235714287, 0)
  23. username.Size = UDim2.new(0, 200, 0, 50)
  24. username.Font = Enum.Font.Code
  25. username.Text = "Username"
  26. username.TextColor3 = Color3.new(1, 1, 1)
  27. username.TextSize = 14
  28.  
  29. token.Name = "token"
  30. token.Parent = login1
  31. token.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  32. token.BorderColor3 = Color3.new(0.509804, 0, 0.00784314)
  33. token.BorderSizePixel = 3
  34. token.Position = UDim2.new(0.155172408, 0, 0.440476179, 0)
  35. token.Size = UDim2.new(0, 200, 0, 50)
  36. token.Font = Enum.Font.Code
  37. token.Text = "Token"
  38. token.TextColor3 = Color3.new(1, 1, 1)
  39. token.TextSize = 14
  40.  
  41. ImageLabel.Parent = login1
  42. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  43. ImageLabel.BackgroundTransparency = 1
  44. ImageLabel.Position = UDim2.new(0.327586204, 0, 0, 0)
  45. ImageLabel.Size = UDim2.new(0, 100, 0, 89)
  46. ImageLabel.Image = "rbxassetid://2483309214"
  47.  
  48. Login.Name = "Login"
  49. Login.Parent = login1
  50. Login.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  51. Login.BorderColor3 = Color3.new(0.509804, 0, 0.00784314)
  52. Login.BorderSizePixel = 3
  53. Login.Position = UDim2.new(0.155172408, 0, 0.688095272, 0)
  54. Login.Size = UDim2.new(0, 200, 0, 50)
  55. Login.Font = Enum.Font.Code
  56. Login.Text = "Login"
  57. Login.TextColor3 = Color3.new(1, 1, 1)
  58. Login.TextSize = 14
  59.  
  60. X.Name = "X"
  61. X.Parent = login1
  62. X.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  63. X.BorderSizePixel = 0
  64. X.Position = UDim2.new(0.92791146, 0, 0.0085504204, 0)
  65. X.Size = UDim2.new(0, 21, 0, 20)
  66. X.Font = Enum.Font.SourceSans
  67. X.Text = "X"
  68. X.TextColor3 = Color3.new(1, 1, 1)
  69. X.TextScaled = true
  70. X.TextSize = 14
  71. X.TextWrapped = true
  72. -- Scripts:
  73. function SCRIPT_LBFY76_FAKESCRIPT() -- login1.Script
  74. getfenv().script = Instance.new('Script', login1)
  75.  
  76. main.Draggable = true
  77.  
  78. end
  79. coroutine.resume(coroutine.create(SCRIPT_LBFY76_FAKESCRIPT))
  80. function SCRIPT_DAQP85_FAKESCRIPT() -- Login.Script
  81. getfenv().script = Instance.new('Script', Login)
  82.  
  83. local Login = script.Parent.Parent
  84. local username = Login:FindFirstChild('username')
  85. local token = Login:FindFirstChild('token')
  86.  
  87. script.Parent.MouseButton1Click:Connect(function()
  88. if username.Text == "Cuasi" and token.text == "RZpzeni0UdA8tuiE6Ohr" or username.Text == "Dexter" and token.text == "BrvXCMOmsEfZgNxUmrvb" or username.Text == "iiExoticzzz" and token.text == "oKhxL1dtypIWRC9xmGVy" or username.Text == "windxwsz" and token.text == "UqADHond5uy3qRvrS3Uw" or username.Text == "NotJimbo" and token.text == "b4AkdXxzvb1ESmHv6wEo" or username.Text == "jull" and token.text == "VB9fnXf3PVaT5MaBnABj" or username.Text == "izgv" and token.text == "NsBffOE0tDqQPIA8Bu81" or username.Text == "OPEN" and token.text == "DT90uoC5WRR04Hngrylr" or username.Text == "OPEN" and token.text == "BJnaT0G1WcSkUCOOpYCy" or username.Text == "OPEN" and token.text == "gyZQX6K1azXJgZZHb8Wb" or username.Text == "OPEN" and token.text == "ck42DDjRfmhD9ZGP7rU2" or username.Text == "OPEN" and token.text == "YO8pNjDax2dsjPF5tvDD" or username.Text == "OPEN" and token.text == "mO6pkWQu1uIkmn6bvdnf" or username.Text == "test" and token.text == "test" then
  89. local main = Login.Parent:FindFirstChild('main')
  90. main.Visible = true
  91. game.Players.LocalPlayer.PlayerGui.ScreenGui.login1.Login.Text = "Login Success"
  92. wait(2)
  93. game.Players.LocalPlayer.PlayerGui.ScreenGui.login1.Login.Text = "LOGIN"
  94. end
  95. end)
  96.  
  97.  
  98. end
  99. coroutine.resume(coroutine.create(SCRIPT_DAQP85_FAKESCRIPT))
  100. function SCRIPT_IIPZ70_FAKESCRIPT() -- login1.tween
  101. getfenv().script = Instance.new('LocalScript', login1)
  102.  
  103. wait(1.1)
  104. login1:TweenPosition(UDim2.new(0.39,0,0.266,0),"Out","Elastic",4,true)
  105.  
  106. end
  107. coroutine.resume(coroutine.create(SCRIPT_IIPZ70_FAKESCRIPT))
  108. function SCRIPT_NJLD83_FAKESCRIPT() -- login1.LocalScript
  109. getfenv().script = Instance.new('LocalScript', login1)
  110.  
  111.  
  112. while wait() do
  113. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  114. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  115. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  116. local color = Color3.new(r, g, b)
  117. login1.BackgroundColor3 = color
  118. end
  119.  
  120. end
  121. coroutine.resume(coroutine.create(SCRIPT_NJLD83_FAKESCRIPT))
  122. function SCRIPT_EBGC84_FAKESCRIPT() -- X.LocalScript
  123. getfenv().script = Instance.new('LocalScript', X)
  124.  
  125. script.Parent.MouseButton1Click:Connect(function()
  126. login1.Visible = false
  127. end)
  128.  
  129.  
  130. end
  131. coroutine.resume(coroutine.create(SCRIPT_EBGC84_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement