Advertisement
jimmydefault

LOGIN_ROSES_V7

Apr 26th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. local LOGIN_ROSES = true
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local v7Login = Instance.new("ScreenGui")
  6. local login = Instance.new("Frame")
  7. local login_2 = Instance.new("Frame")
  8. local login_3 = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local txt = Instance.new("TextBox")
  11. local TextBox = Instance.new("TextBox")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local TextLabel_3 = Instance.new("TextLabel")
  14. local TextButton = Instance.new("TextButton")
  15. --Properties:
  16. v7Login.Name = "v7Login"
  17. v7Login.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. v7Login.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. login.Name = "login"
  21. login.Parent = v7Login
  22. login.BackgroundColor3 = Color3.new(0.231373, 1, 0)
  23. login.BorderSizePixel = 0
  24. login.Position = UDim2.new(0.37711814, 0, 0.597948015, 0)
  25. login.Size = UDim2.new(0, 230, 0, 32)
  26.  
  27. login_2.Name = "login"
  28. login_2.Parent = login
  29. login_2.BackgroundColor3 = Color3.new(1, 1, 1)
  30. login_2.BorderSizePixel = 0
  31. login_2.Position = UDim2.new(-0.00196288526, 0, 1.21882737, 0)
  32. login_2.Size = UDim2.new(0, 230, 0, 252)
  33.  
  34. login_3.Name = "login"
  35. login_3.Parent = login
  36. login_3.BackgroundColor3 = Color3.new(0.105882, 0.819608, 0)
  37. login_3.BorderSizePixel = 0
  38. login_3.Position = UDim2.new(-0.00196281099, 0, 1.00007725, 0)
  39. login_3.Size = UDim2.new(0, 230, 0, 7)
  40.  
  41. TextLabel.Parent = login
  42. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  43. TextLabel.BackgroundTransparency = 1
  44. TextLabel.Position = UDim2.new(0.0739130452, 0, 0.150568187, 0)
  45. TextLabel.Size = UDim2.new(0, 194, 0, 27)
  46. TextLabel.Font = Enum.Font.Cartoon
  47. TextLabel.Text = "Roses Login v2"
  48. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  49. TextLabel.TextScaled = true
  50. TextLabel.TextSize = 14
  51. TextLabel.TextWrapped = true
  52.  
  53. txt.Name = "txt"
  54. txt.Parent = login
  55. txt.BackgroundColor3 = Color3.new(0.0156863, 1, 0)
  56. txt.BorderColor3 = Color3.new(0, 0.403922, 0)
  57. txt.BorderSizePixel = 2
  58. txt.Position = UDim2.new(0.0608695634, 0, 2.27272725, 0)
  59. txt.Size = UDim2.new(0, 197, 0, 37)
  60. txt.Font = Enum.Font.Cartoon
  61. txt.Text = ""
  62. txt.TextColor3 = Color3.new(1, 1, 1)
  63. txt.TextScaled = true
  64. txt.TextSize = 14
  65. txt.TextStrokeTransparency = 0
  66. txt.TextWrapped = true
  67.  
  68. TextBox.Parent = login
  69. TextBox.BackgroundColor3 = Color3.new(0.0156863, 1, 0)
  70. TextBox.BorderColor3 = Color3.new(0, 0.403922, 0)
  71. TextBox.BorderSizePixel = 2
  72. TextBox.Position = UDim2.new(0.0608695634, 0, 4.81818151, 0)
  73. TextBox.Size = UDim2.new(0, 197, 0, 37)
  74. TextBox.Font = Enum.Font.Cartoon
  75. TextBox.Text = ""
  76. TextBox.TextColor3 = Color3.new(1, 1, 1)
  77. TextBox.TextScaled = true
  78. TextBox.TextSize = 14
  79. TextBox.TextStrokeTransparency = 0
  80. TextBox.TextWrapped = true
  81.  
  82. TextLabel_2.Parent = login
  83. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  84. TextLabel_2.BackgroundTransparency = 1
  85. TextLabel_2.Position = UDim2.new(0.0782608688, 0, 1.42613637, 0)
  86. TextLabel_2.Size = UDim2.new(0, 194, 0, 27)
  87. TextLabel_2.Font = Enum.Font.Cartoon
  88. TextLabel_2.Text = "Text"
  89. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  90. TextLabel_2.TextScaled = true
  91. TextLabel_2.TextSize = 14
  92. TextLabel_2.TextWrapped = true
  93.  
  94. TextLabel_3.Parent = login
  95. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  96. TextLabel_3.BackgroundTransparency = 1
  97. TextLabel_3.Position = UDim2.new(0.0652173907, 0, 3.969697, 0)
  98. TextLabel_3.Size = UDim2.new(0, 194, 0, 27)
  99. TextLabel_3.Font = Enum.Font.Cartoon
  100. TextLabel_3.Text = "Password"
  101. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  102. TextLabel_3.TextScaled = true
  103. TextLabel_3.TextSize = 14
  104. TextLabel_3.TextWrapped = true
  105.  
  106. TextButton.Parent = login
  107. TextButton.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  108. TextButton.BorderSizePixel = 0
  109. TextButton.Position = UDim2.new(0.0608695634, 0, 6.72727299, 0)
  110. TextButton.Size = UDim2.new(0, 197, 0, 42)
  111. TextButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  112. TextButton.Font = Enum.Font.Cartoon
  113. TextButton.Text = "Submit"
  114. TextButton.TextColor3 = Color3.new(0.00784314, 0.168627, 0)
  115. TextButton.TextScaled = true
  116. TextButton.TextSize = 14
  117. TextButton.TextWrapped = true
  118. -- Scripts:
  119. function SCRIPT_EQKD72_FAKESCRIPT() -- login.Dragg
  120. local script = Instance.new('LocalScript')
  121. script.Parent = login
  122. script.Parent.Draggable = true
  123. script.Parent.Active = true
  124. script.Parent.Selectable = true
  125.  
  126. end
  127. coroutine.resume(coroutine.create(SCRIPT_EQKD72_FAKESCRIPT))
  128. function SCRIPT_PYTP86_FAKESCRIPT() -- TextButton.LocalScript
  129. local script = Instance.new('LocalScript')
  130. script.Parent = TextButton
  131. script.Parent.MouseButton1Click:Connect(function()
  132. print("Attempting Login - Roses")
  133.  
  134. local user = script.Parent.Parent.txt
  135. local pass = script.Parent.Parent.TextBox
  136.  
  137. if user.Text == "roses" and pass.Text == "developersgotyourback" then
  138. game.StarterGui:SetCore("SendNotification", {
  139. Title = "Roses",
  140. Text = "Welcome to Roses v7!",
  141. Button1 = "Okay"
  142.  
  143.  
  144. })
  145. print("Login Sucsessful - Welcome to roses!")
  146. local button = script.Parent.Parent.Parent.Frame.TextButton
  147. button.Visible = true
  148. else
  149. print("Login Wrong - Roses")
  150. game.StarterGui:SetCore("SendNotification", {
  151. Title = "Roses",
  152. Text = "Password or user was incorrect please try again.",
  153. Button1 = "frick"
  154. })
  155. end
  156. end)
  157.  
  158. end
  159. coroutine.resume(coroutine.create(SCRIPT_PYTP86_FAKESCRIPT))
  160. LOGIN_ROSES = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement