Advertisement
Guest User

Polosan Synapse Gui

a guest
Aug 12th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 6.57 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Synapse = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local LoginTittle = Instance.new("TextLabel")
  6. local Username = Instance.new("TextBox")
  7. local Password = Instance.new("TextBox")
  8. local LoginTutup = Instance.new("TextButton")
  9. local Login = Instance.new("TextButton")
  10. local SynapseFrame = Instance.new("Frame")
  11. local ImageLabel = Instance.new("ImageLabel")
  12. local SynapseTittle = Instance.new("TextLabel")
  13. local SynapseTutup = Instance.new("TextButton")
  14. local Tunda = Instance.new("TextButton")
  15. local ExecuteFrame = Instance.new("ScrollingFrame")
  16. local Input = Instance.new("TextBox")
  17. local Execute = Instance.new("TextButton")
  18. local Clear = Instance.new("TextButton")
  19. local BukaFrame = Instance.new("Frame")
  20. local Buka = Instance.new("TextButton")
  21.  
  22. -- Properties
  23.  
  24. Synapse.Name = "Synapse"
  25. Synapse.Parent = game.StarterGui
  26.  
  27. LoginFrame.Name = "LoginFrame"
  28. LoginFrame.Parent = Synapse
  29. LoginFrame.Active = true
  30. LoginFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  31. LoginFrame.Position = UDim2.new(0.250398695, 0, 0.268786013, 0)
  32. LoginFrame.Size = UDim2.new(0, 312, 0, 385)
  33. LoginFrame.Style = Enum.FrameStyle.RobloxRound
  34.  
  35. LoginTittle.Name = "LoginTittle"
  36. LoginTittle.Parent = LoginFrame
  37. LoginTittle.BackgroundColor3 = Color3.new(1, 1, 1)
  38. LoginTittle.BackgroundTransparency = 1
  39. LoginTittle.Position = UDim2.new(-0.025641026, 0, 0.0831168815, 0)
  40. LoginTittle.Size = UDim2.new(0, 312, 0, 32)
  41. LoginTittle.Font = Enum.Font.SourceSansBold
  42. LoginTittle.Text = "Login To Synapse Gui"
  43. LoginTittle.TextColor3 = Color3.new(1, 1, 1)
  44. LoginTittle.TextSize = 25
  45.  
  46. Username.Name = "Username"
  47. Username.Parent = LoginFrame
  48. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  49. Username.Position = UDim2.new(0.0961538479, 0, 0.319480509, 0)
  50. Username.Size = UDim2.new(0, 242, 0, 50)
  51. Username.Font = Enum.Font.Cartoon
  52. Username.Text = "Username"
  53. Username.TextColor3 = Color3.new(1, 1, 1)
  54. Username.TextSize = 25
  55.  
  56. Password.Name = "Password"
  57. Password.Parent = LoginFrame
  58. Password.BackgroundColor3 = Color3.new(0, 0, 0)
  59. Password.Position = UDim2.new(0.0961538479, 0, 0.506493509, 0)
  60. Password.Size = UDim2.new(0, 242, 0, 50)
  61. Password.Font = Enum.Font.SourceSansBold
  62. Password.Text = "Password"
  63. Password.TextColor3 = Color3.new(1, 1, 1)
  64. Password.TextSize = 25
  65.  
  66. LoginTutup.Name = "LoginTutup"
  67. LoginTutup.Parent = LoginFrame
  68. LoginTutup.BackgroundColor3 = Color3.new(1, 1, 1)
  69. LoginTutup.BackgroundTransparency = 1
  70. LoginTutup.Position = UDim2.new(0.862179518, 0, -0.0181818195, 0)
  71. LoginTutup.Size = UDim2.new(0, 48, 0, 38)
  72. LoginTutup.Font = Enum.Font.SourceSansBold
  73. LoginTutup.Text = "X"
  74. LoginTutup.TextColor3 = Color3.new(1, 0, 0)
  75. LoginTutup.TextSize = 25
  76.  
  77. Login.Name = "Login"
  78. Login.Parent = LoginFrame
  79. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  80. Login.Position = UDim2.new(0.176282048, 0, 0.727272749, 0)
  81. Login.Size = UDim2.new(0, 200, 0, 50)
  82. Login.Font = Enum.Font.SourceSansItalic
  83. Login.Text = "Login"
  84. Login.TextColor3 = Color3.new(1, 1, 1)
  85. Login.TextSize = 25
  86.  
  87. SynapseFrame.Name = "SynapseFrame"
  88. SynapseFrame.Parent = Synapse
  89. SynapseFrame.Active = true
  90. SynapseFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  91. SynapseFrame.Position = UDim2.new(0.153110042, 0, 0.333815038, 0)
  92. SynapseFrame.Size = UDim2.new(0, 434, 0, 230)
  93. SynapseFrame.Visible = false
  94.  
  95. ImageLabel.Parent = SynapseFrame
  96. ImageLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  97. ImageLabel.BorderSizePixel = 0
  98. ImageLabel.Position = UDim2.new(0.0194658116, 0, 0.0473538786, 0)
  99. ImageLabel.Size = UDim2.new(0, 146, 0, 28)
  100. ImageLabel.Image = "rbxassetid://2207432404"
  101.  
  102. SynapseTittle.Name = "SynapseTittle"
  103. SynapseTittle.Parent = SynapseFrame
  104. SynapseTittle.BackgroundColor3 = Color3.new(1, 1, 1)
  105. SynapseTittle.BackgroundTransparency = 1
  106. SynapseTittle.Position = UDim2.new(0.387096763, 0, 0.0755555555, 0)
  107. SynapseTittle.Size = UDim2.new(0, 55, 0, 22)
  108. SynapseTittle.Font = Enum.Font.SourceSansBold
  109. SynapseTittle.Text = "By Anwarun"
  110. SynapseTittle.TextColor3 = Color3.new(1, 1, 1)
  111. SynapseTittle.TextSize = 14
  112.  
  113. SynapseTutup.Name = "SynapseTutup"
  114. SynapseTutup.Parent = SynapseFrame
  115. SynapseTutup.BackgroundColor3 = Color3.new(1, 1, 1)
  116. SynapseTutup.BackgroundTransparency = 1
  117. SynapseTutup.Position = UDim2.new(0.882488489, 0, 0, 0)
  118. SynapseTutup.Size = UDim2.new(0, 51, 0, 39)
  119. SynapseTutup.Font = Enum.Font.SourceSansBold
  120. SynapseTutup.Text = "X"
  121. SynapseTutup.TextColor3 = Color3.new(1, 0, 0)
  122. SynapseTutup.TextSize = 25
  123.  
  124. Tunda.Name = "Tunda"
  125. Tunda.Parent = SynapseFrame
  126. Tunda.BackgroundColor3 = Color3.new(1, 1, 1)
  127. Tunda.BackgroundTransparency = 1
  128. Tunda.Position = UDim2.new(0.748847961, 0, 0, 0)
  129. Tunda.Size = UDim2.new(0, 51, 0, 39)
  130. Tunda.Font = Enum.Font.SourceSansBold
  131. Tunda.Text = "-"
  132. Tunda.TextColor3 = Color3.new(1, 0, 0)
  133. Tunda.TextSize = 25
  134.  
  135. ExecuteFrame.Name = "ExecuteFrame"
  136. ExecuteFrame.Parent = SynapseFrame
  137. ExecuteFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  138. ExecuteFrame.Position = UDim2.new(0, 0, 0.209178746, 0)
  139. ExecuteFrame.Size = UDim2.new(0, 434, 0, 134)
  140.  
  141. Input.Name = "Input"
  142. Input.Parent = ExecuteFrame
  143. Input.BackgroundColor3 = Color3.new(0, 0, 0)
  144. Input.Size = UDim2.new(0, 420, 0, 134)
  145. Input.Font = Enum.Font.SourceSansBold
  146. Input.MultiLine = true
  147. Input.Text = "Script Disini - Synapse By Anwarun"
  148. Input.TextColor3 = Color3.new(1, 1, 1)
  149. Input.TextSize = 20
  150. Input.TextWrapped = true
  151. Input.TextXAlignment = Enum.TextXAlignment.Left
  152. Input.TextYAlignment = Enum.TextYAlignment.Top
  153.  
  154. Execute.Name = "Execute"
  155. Execute.Parent = SynapseFrame
  156. Execute.BackgroundColor3 = Color3.new(0, 0, 0)
  157. Execute.Position = UDim2.new(0.324884772, 0, 0.8347826, 0)
  158. Execute.Size = UDim2.new(0, 122, 0, 30)
  159. Execute.Font = Enum.Font.SourceSansBold
  160. Execute.Text = "Execute"
  161. Execute.TextColor3 = Color3.new(1, 1, 1)
  162. Execute.TextSize = 20
  163.  
  164. Clear.Name = "Clear"
  165. Clear.Parent = SynapseFrame
  166. Clear.BackgroundColor3 = Color3.new(0, 0, 0)
  167. Clear.Position = UDim2.new(0.645161271, 0, 0.8347826, 0)
  168. Clear.Size = UDim2.new(0, 122, 0, 30)
  169. Clear.Font = Enum.Font.SourceSansBold
  170. Clear.Text = "Clear"
  171. Clear.TextColor3 = Color3.new(1, 1, 1)
  172. Clear.TextSize = 20
  173.  
  174. BukaFrame.Name = "BukaFrame"
  175. BukaFrame.Parent = Synapse
  176. BukaFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  177. BukaFrame.Position = UDim2.new(0, 0, 0.486994207, 0)
  178. BukaFrame.Size = UDim2.new(0, 163, 0, 56)
  179. BukaFrame.Visible = false
  180.  
  181. Buka.Name = "Buka"
  182. Buka.Parent = BukaFrame
  183. Buka.BackgroundColor3 = Color3.new(1, 1, 1)
  184. Buka.BackgroundTransparency = 1
  185. Buka.Size = UDim2.new(0, 163, 0, 56)
  186. Buka.Font = Enum.Font.SourceSansBold
  187. Buka.Text = "Buka Synapse"
  188. Buka.TextColor3 = Color3.new(1, 1, 1)
  189. Buka.TextSize = 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement