Advertisement
Guest User

Synapse Gui - Anwarun

a guest
Aug 12th, 2018
1,510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 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.CoreGui
  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.209537506, 0)
  32. LoginFrame.Size = UDim2.new(0, 312, 0, 385)
  33. LoginFrame.Style = Enum.FrameStyle.RobloxRound
  34. LoginFrame.Draggable = true
  35.  
  36. LoginTittle.Name = "LoginTittle"
  37. LoginTittle.Parent = LoginFrame
  38. LoginTittle.BackgroundColor3 = Color3.new(1, 1, 1)
  39. LoginTittle.BackgroundTransparency = 1
  40. LoginTittle.Position = UDim2.new(-0.025641026, 0, 0.0831168815, 0)
  41. LoginTittle.Size = UDim2.new(0, 312, 0, 32)
  42. LoginTittle.Font = Enum.Font.SourceSansBold
  43. LoginTittle.Text = "Login To Synapse Gui"
  44. LoginTittle.TextColor3 = Color3.new(1, 1, 1)
  45. LoginTittle.TextSize = 25
  46.  
  47. Username.Name = "Username"
  48. Username.Parent = LoginFrame
  49. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  50. Username.Position = UDim2.new(0.0961538479, 0, 0.319480509, 0)
  51. Username.Size = UDim2.new(0, 242, 0, 50)
  52. Username.Font = Enum.Font.Cartoon
  53. Username.Text = "Username"
  54. Username.TextColor3 = Color3.new(1, 1, 1)
  55. Username.TextSize = 25
  56.  
  57. Password.Name = "Password"
  58. Password.Parent = LoginFrame
  59. Password.BackgroundColor3 = Color3.new(0, 0, 0)
  60. Password.Position = UDim2.new(0.0961538479, 0, 0.506493509, 0)
  61. Password.Size = UDim2.new(0, 242, 0, 50)
  62. Password.Font = Enum.Font.SourceSansBold
  63. Password.Text = "Password"
  64. Password.TextColor3 = Color3.new(1, 1, 1)
  65. Password.TextSize = 25
  66.  
  67. LoginTutup.Name = "LoginTutup"
  68. LoginTutup.Parent = LoginFrame
  69. LoginTutup.BackgroundColor3 = Color3.new(1, 1, 1)
  70. LoginTutup.BackgroundTransparency = 1
  71. LoginTutup.Position = UDim2.new(0.862179518, 0, -0.0181818195, 0)
  72. LoginTutup.Size = UDim2.new(0, 48, 0, 38)
  73. LoginTutup.Font = Enum.Font.SourceSansBold
  74. LoginTutup.Text = "X"
  75. LoginTutup.TextColor3 = Color3.new(1, 0, 0)
  76. LoginTutup.TextSize = 25
  77. LoginTutup.MouseButton1Down:connect(function()
  78. LoginFrame.Visible = false
  79. end)
  80.  
  81. Login.Name = "Login"
  82. Login.Parent = LoginFrame
  83. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  84. Login.Position = UDim2.new(0.176282048, 0, 0.727272749, 0)
  85. Login.Size = UDim2.new(0, 200, 0, 50)
  86. Login.Font = Enum.Font.SourceSansItalic
  87. Login.Text = "Login"
  88. Login.TextColor3 = Color3.new(1, 1, 1)
  89. Login.TextSize = 25
  90. Login.MouseButton1Down:connect(function()
  91. if Username.Text == "Jefri" and Password.Text == "Jefri" then
  92. LoginFrame.Visible = false
  93. SynapseFrame.Visible = true
  94. end
  95. end)
  96.  
  97. SynapseFrame.Name = "SynapseFrame"
  98. SynapseFrame.Parent = Synapse
  99. SynapseFrame.Active = true
  100. SynapseFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  101. SynapseFrame.Position = UDim2.new(0.153110042, 0, 0.333815038, 0)
  102. SynapseFrame.Size = UDim2.new(0, 434, 0, 230)
  103. SynapseFrame.Visible = false
  104. SynapseFrame.Draggable = true
  105.  
  106. ImageLabel.Parent = SynapseFrame
  107. ImageLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  108. ImageLabel.BorderSizePixel = 0
  109. ImageLabel.Position = UDim2.new(0.0194658116, 0, 0.0473538786, 0)
  110. ImageLabel.Size = UDim2.new(0, 146, 0, 28)
  111. ImageLabel.Image = "rbxassetid://2207432404"
  112.  
  113. SynapseTittle.Name = "SynapseTittle"
  114. SynapseTittle.Parent = SynapseFrame
  115. SynapseTittle.BackgroundColor3 = Color3.new(1, 1, 1)
  116. SynapseTittle.BackgroundTransparency = 1
  117. SynapseTittle.Position = UDim2.new(0.387096763, 0, 0.0755555555, 0)
  118. SynapseTittle.Size = UDim2.new(0, 55, 0, 22)
  119. SynapseTittle.Font = Enum.Font.SourceSansBold
  120. SynapseTittle.Text = "By Anwarun"
  121. SynapseTittle.TextColor3 = Color3.new(1, 1, 1)
  122. SynapseTittle.TextSize = 14
  123.  
  124. SynapseTutup.Name = "SynapseTutup"
  125. SynapseTutup.Parent = SynapseFrame
  126. SynapseTutup.BackgroundColor3 = Color3.new(1, 1, 1)
  127. SynapseTutup.BackgroundTransparency = 1
  128. SynapseTutup.Position = UDim2.new(0.882488489, 0, 0, 0)
  129. SynapseTutup.Size = UDim2.new(0, 51, 0, 39)
  130. SynapseTutup.Font = Enum.Font.SourceSansBold
  131. SynapseTutup.Text = "X"
  132. SynapseTutup.TextColor3 = Color3.new(1, 0, 0)
  133. SynapseTutup.TextSize = 25
  134. SynapseTutup.MouseButton1Down:connect(function()
  135. SynapseFrame.Visible = false
  136. LoginFrame.Visible = true
  137. end)
  138.  
  139. Tunda.Name = "Tunda"
  140. Tunda.Parent = SynapseFrame
  141. Tunda.BackgroundColor3 = Color3.new(1, 1, 1)
  142. Tunda.BackgroundTransparency = 1
  143. Tunda.Position = UDim2.new(0.748847961, 0, 0, 0)
  144. Tunda.Size = UDim2.new(0, 51, 0, 39)
  145. Tunda.Font = Enum.Font.SourceSansBold
  146. Tunda.Text = "-"
  147. Tunda.TextColor3 = Color3.new(1, 0, 0)
  148. Tunda.TextSize = 25
  149. Tunda.MouseButton1Down:connect(function()
  150. SynapseFrame.Visible = false
  151. BukaFrame.Visible = true
  152. end)
  153.  
  154. ExecuteFrame.Name = "ExecuteFrame"
  155. ExecuteFrame.Parent = SynapseFrame
  156. ExecuteFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  157. ExecuteFrame.Position = UDim2.new(0, 0, 0.209178746, 0)
  158. ExecuteFrame.Size = UDim2.new(0, 434, 0, 134)
  159.  
  160. Input.Name = "Input"
  161. Input.Parent = ExecuteFrame
  162. Input.BackgroundColor3 = Color3.new(0, 0, 0)
  163. Input.Size = UDim2.new(0, 420, 0, 134)
  164. Input.Font = Enum.Font.SourceSansBold
  165. Input.MultiLine = true
  166. Input.Text = "Script Disini - Synapse By Anwarun"
  167. Input.TextColor3 = Color3.new(1, 1, 1)
  168. Input.TextSize = 20
  169. Input.TextWrapped = true
  170. Input.TextXAlignment = Enum.TextXAlignment.Left
  171. Input.TextYAlignment = Enum.TextYAlignment.Top
  172.  
  173. Execute.Name = "Execute"
  174. Execute.Parent = SynapseFrame
  175. Execute.BackgroundColor3 = Color3.new(0, 0, 0)
  176. Execute.Position = UDim2.new(0.324884772, 0, 0.8347826, 0)
  177. Execute.Size = UDim2.new(0, 122, 0, 30)
  178. Execute.Font = Enum.Font.SourceSansBold
  179. Execute.Text = "Execute"
  180. Execute.TextColor3 = Color3.new(1, 1, 1)
  181. Execute.TextSize = 20
  182. Execute.MouseButton1Down:connect(function()
  183. loadstring(Input.Text)()
  184. end)
  185.  
  186. Clear.Name = "Clear"
  187. Clear.Parent = SynapseFrame
  188. Clear.BackgroundColor3 = Color3.new(0, 0, 0)
  189. Clear.Position = UDim2.new(0.645161271, 0, 0.8347826, 0)
  190. Clear.Size = UDim2.new(0, 122, 0, 30)
  191. Clear.Font = Enum.Font.SourceSansBold
  192. Clear.Text = "Clear"
  193. Clear.TextColor3 = Color3.new(1, 1, 1)
  194. Clear.TextSize = 20
  195. Clear.MouseButton1Down:connect(function()
  196. Input.Text = ""
  197. end)
  198.  
  199. BukaFrame.Name = "BukaFrame"
  200. BukaFrame.Parent = Synapse
  201. BukaFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  202. BukaFrame.Position = UDim2.new(0, 0, 0.486994207, 0)
  203. BukaFrame.Size = UDim2.new(0, 163, 0, 56)
  204. BukaFrame.Visible = false
  205.  
  206. Buka.Name = "Buka"
  207. Buka.Parent = BukaFrame
  208. Buka.BackgroundColor3 = Color3.new(1, 1, 1)
  209. Buka.BackgroundTransparency = 1
  210. Buka.Size = UDim2.new(0, 163, 0, 56)
  211. Buka.Font = Enum.Font.SourceSansBold
  212. Buka.Text = "Buka Synapse"
  213. Buka.TextColor3 = Color3.new(1, 1, 1)
  214. Buka.TextSize = 20
  215. Buka.MouseButton1Down:connect(function()
  216. BukaFrame.Visible = false
  217. SynapseFrame.Visible = true
  218. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement