Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. --enjoy the script lol
  2. -- Objects
  3.  
  4. local SynapseScriptHubUI = Instance.new("ScreenGui")
  5. local ScriptHubUI = Instance.new("Frame")
  6. local Top = Instance.new("Frame")
  7. local Icon = Instance.new("ImageLabel")
  8. local Title = Instance.new("TextLabel")
  9. local Quest1 = Instance.new("TextLabel")
  10. local Quest2 = Instance.new("TextLabel")
  11. local Use = Instance.new("TextBox")
  12. local Answer1 = Instance.new("TextLabel")
  13. local Answer2 = Instance.new("TextLabel")
  14. local Pas = Instance.new("TextBox")
  15.  
  16. -- Properties
  17.  
  18. SynapseScriptHubUI.Name = "SynapseScriptHubUI"
  19. SynapseScriptHubUI.Parent = game.CoreGui
  20. SynapseScriptHubUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. ScriptHubUI.Name = "ScriptHubUI"
  23. ScriptHubUI.Parent = SynapseScriptHubUI
  24. ScriptHubUI.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  25. ScriptHubUI.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  26. ScriptHubUI.BorderSizePixel = 2
  27. ScriptHubUI.Position = UDim2.new(0.583490789, 0, 0.19718653, 0)
  28. ScriptHubUI.Size = UDim2.new(0, 416, 0, 197)
  29. ScriptHubUI.Active = true
  30. ScriptHubUI.Draggable = true
  31. print"Synapse X Is launching in the backround."
  32. warn"Thanks for using Synapse X"
  33. game:GetService("StarterGui"):SetCore("SendNotification", {
  34. Title = "Synapse X";
  35. Text = "Synapse X Has Loaded";
  36. Icon = "rbxassetid://2875927518";
  37. Duration = 5;
  38. })
  39. game:GetService("StarterGui"):SetCore("SendNotification", {
  40. Title = "Resonsibilities";
  41. Text = "We are not responsible for any bans in the game. Thank you for buying Synapse X.";
  42. Icon = "rbxassetid://2875927518";
  43. Duration = 10;
  44. })
  45.  
  46. Top.Name = "Top"
  47. Top.Parent = ScriptHubUI
  48. Top.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  49. Top.BorderColor3 = Color3.new(0.6, 0.6, 0.6)
  50. Top.BorderSizePixel = 0
  51. Top.Position = UDim2.new(-0.00173774082, 0, -0.00198534667, 0)
  52. Top.Size = UDim2.new(0, 418, 0, 36)
  53.  
  54. Icon.Name = "Icon"
  55. Icon.Parent = Top
  56. Icon.BackgroundColor3 = Color3.new(1, 1, 1)
  57. Icon.BackgroundTransparency = 1
  58. Icon.BorderSizePixel = 0
  59. Icon.Size = UDim2.new(0, 40, 0, 37)
  60. Icon.Image = "rbxassetid://2875927518"
  61.  
  62. Title.Name = "Title"
  63. Title.Parent = Top
  64. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Title.BackgroundTransparency = 1
  66. Title.BorderSizePixel = 0
  67. Title.Position = UDim2.new(0.277161866, 0, -0.202020198, 0)
  68. Title.Size = UDim2.new(0, 184, 0, 44)
  69. Title.Font = Enum.Font.SourceSans
  70. Title.Text = "Synapse X Login"
  71. Title.TextColor3 = Color3.new(1, 1, 1)
  72. Title.TextSize = 14
  73.  
  74. Quest1.Name = "Quest1"
  75. Quest1.Parent = ScriptHubUI
  76. Quest1.BackgroundColor3 = Color3.new(1, 1, 1)
  77. Quest1.BackgroundTransparency = 1
  78. Quest1.Position = UDim2.new(0.273942083, 0, 0.683257937, 0)
  79. Quest1.Size = UDim2.new(0, 200, 0, 50)
  80. Quest1.Font = Enum.Font.SourceSans
  81. Quest1.Text = "Lost your password?"
  82. Quest1.TextColor3 = Color3.new(0.666667, 1, 1)
  83. Quest1.TextSize = 14
  84.  
  85. Quest2.Name = "Quest2"
  86. Quest2.Parent = ScriptHubUI
  87. Quest2.BackgroundColor3 = Color3.new(1, 1, 1)
  88. Quest2.BackgroundTransparency = 1
  89. Quest2.Position = UDim2.new(0.273942083, 0, 0.77375567, 0)
  90. Quest2.Size = UDim2.new(0, 200, 0, 50)
  91. Quest2.Font = Enum.Font.SourceSans
  92. Quest2.Text = "Want to register with serial key?"
  93. Quest2.TextColor3 = Color3.new(0.666667, 1, 1)
  94. Quest2.TextSize = 14
  95.  
  96. Use.Name = "Use"
  97. Use.Parent = ScriptHubUI
  98. Use.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  99. Use.BorderColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  100. Use.Position = UDim2.new(0.216854826, 0, 0.224590629, 0)
  101. Use.Size = UDim2.new(0, 307, 0, 28)
  102. Use.Font = Enum.Font.SourceSans
  103. Use.Text = ""
  104. Use.TextColor3 = Color3.new(0, 0, 0)
  105. Use.TextSize = 14
  106.  
  107. Answer1.Name = "Answer1"
  108. Answer1.Parent = ScriptHubUI
  109. Answer1.BackgroundColor3 = Color3.new(1, 1, 1)
  110. Answer1.BackgroundTransparency = 1
  111. Answer1.Position = UDim2.new(-0.141826928, 0, 0.1675127, 0)
  112. Answer1.Size = UDim2.new(0, 200, 0, 50)
  113. Answer1.Font = Enum.Font.SourceSans
  114. Answer1.Text = "Username:"
  115. Answer1.TextColor3 = Color3.new(1, 1, 1)
  116. Answer1.TextSize = 18
  117.  
  118. Answer2.Name = "Answer2"
  119. Answer2.Parent = ScriptHubUI
  120. Answer2.BackgroundColor3 = Color3.new(1, 1, 1)
  121. Answer2.BackgroundTransparency = 1
  122. Answer2.Position = UDim2.new(-0.141826928, 0, 0.487309664, 0)
  123. Answer2.Size = UDim2.new(0, 200, 0, 50)
  124. Answer2.Font = Enum.Font.SourceSans
  125. Answer2.Text = "Password:"
  126. Answer2.TextColor3 = Color3.new(1, 1, 1)
  127. Answer2.TextSize = 18
  128.  
  129. Pas.Name = "Pas"
  130. Pas.Parent = ScriptHubUI
  131. Pas.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  132. Pas.BorderColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  133. Pas.Position = UDim2.new(0.212827384, 0, 0.508244455, 0)
  134. Pas.Size = UDim2.new(0, 308, 0, 34)
  135. Pas.Font = Enum.Font.SourceSans
  136. Pas.Text = ""
  137. Pas.TextColor3 = Color3.new(0, 0, 0)
  138. Pas.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement