Advertisement
Guest User

Synapse

a guest
Aug 18th, 2019
701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.24 KB | None | 0 0
  1. --[[
  2. -- _ _____ _ _ _ _ _ _ _____ _ _
  3. --(_)/ ____| | | | \ | (_) | | | | / ____| (_) | |
  4. -- _| (___ _ _| |_ _ __ _ _ ___ | \| |_ __ _| |__ | |_ | (___ ___ _ __ _ _ __ | |_ ___
  5. --| |\___ \| | | | __| '__| | | / __| | . ` | |/ _` | '_ \| __| \___ \ / __| '__| | '_ \| __/ __|
  6. --| |____) | |_| | |_| | | |_| \__ \ | |\ | | (_| | | | | |_ ____) | (__| | | | |_) | |_\__ \
  7. --|_|_____/ \__, |\__|_| \__,_|___/ |_| \_|_|\__, |_| |_|\__| |_____/ \___|_| |_| .__/ \__|___/
  8. -- __/ | __/ | | |
  9. -- |___/ |___/ |_|
  10. --]]
  11.  
  12. --GUI Made By ISytrus Night Please Don't Take This As Your Credit
  13. warn("Loaded Synapse GUI V1 Successfully")
  14.  
  15. -- Hot Sexy Objects
  16.  
  17. local ScreenGui = Instance.new("ScreenGui")
  18. local Frame = Instance.new("Frame")
  19. local Clear = Instance.new("TextButton")
  20. local Text = Instance.new("TextBox")
  21. local TextLabel = Instance.new("TextLabel")
  22. local Execute = Instance.new("TextButton")
  23. local ImageLabel = Instance.new("ImageLabel")
  24. local Scripts = Instance.new("TextButton")
  25. local TextLabel_2 = Instance.new("TextLabel")
  26. local Clear_2 = Instance.new("TextButton")
  27. local Clear_3 = Instance.new("TextButton")
  28. local Clear_4 = Instance.new("TextButton")
  29. local Clear_5 = Instance.new("TextButton")
  30.  
  31. -- Properties
  32.  
  33. ScreenGui.Parent = game.CoreGui
  34.  
  35. Frame.Parent = ScreenGui
  36. Frame.Active = true
  37. Frame.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  38. Frame.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  39. Frame.Draggable = true
  40. Frame.Position = UDim2.new(0.200000003, 0, 0.309815943, 0)
  41. Frame.Size = UDim2.new(0, 893, 0, 387)
  42.  
  43. Clear.Name = "Clear"
  44. Clear.Parent = Frame
  45. Clear.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  46. Clear.BorderSizePixel = 0
  47. Clear.Position = UDim2.new(0.139444351, 0, 0.844961226, 0)
  48. Clear.Size = UDim2.new(0, 100, 0, 32)
  49. Clear.Font = Enum.Font.SciFi
  50. Clear.Text = "Clear"
  51. Clear.TextColor3 = Color3.new(1, 1, 1)
  52. Clear.TextSize = 14
  53.  
  54. Text.Name = "Text"
  55. Text.Parent = Frame
  56. Text.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  57. Text.BorderSizePixel = 0
  58. Text.Position = UDim2.new(0.0691545457, 0, 0.239999995, 0)
  59. Text.Size = UDim2.new(0, 567, 0, 200)
  60. Text.ClearTextOnFocus = false
  61. Text.Font = Enum.Font.SciFi
  62. Text.MultiLine = true
  63. Text.Text = ""
  64. Text.TextColor3 = Color3.new(1, 1, 1)
  65. Text.TextSize = 14
  66. Text.TextWrapped = true
  67.  
  68. TextLabel.Parent = Text
  69. TextLabel.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  70. TextLabel.BorderSizePixel = 0
  71. TextLabel.Size = UDim2.new(0, 35, 0, 23)
  72. TextLabel.Font = Enum.Font.SourceSans
  73. TextLabel.Text = "1"
  74. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  75. TextLabel.TextScaled = true
  76. TextLabel.TextSize = 14
  77. TextLabel.TextWrapped = true
  78.  
  79. Execute.Name = "Execute"
  80. Execute.Parent = Frame
  81. Execute.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  82. Execute.BorderColor3 = Color3.new(1, 1, 1)
  83. Execute.BorderSizePixel = 0
  84. Execute.Position = UDim2.new(0.0187969916, 0, 0.844961226, 0)
  85. Execute.Size = UDim2.new(0, 100, 0, 32)
  86. Execute.Font = Enum.Font.SciFi
  87. Execute.Text = "Execute"
  88. Execute.TextColor3 = Color3.new(1, 1, 1)
  89. Execute.TextSize = 14
  90.  
  91. ImageLabel.Parent = Frame
  92. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  93. ImageLabel.BackgroundTransparency = 1
  94. ImageLabel.Position = UDim2.new(0.0187969916, 0, 0.0620155036, 0)
  95. ImageLabel.Size = UDim2.new(0, 261, 0, 51)
  96. ImageLabel.Image = "rbxassetid://1829290687"
  97.  
  98. Scripts.Name = "Scripts"
  99. Scripts.Parent = Frame
  100. Scripts.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  101. Scripts.BackgroundTransparency = 0.34999999403954
  102. Scripts.BorderColor3 = Color3.new(1, 1, 1)
  103. Scripts.Position = UDim2.new(0.770676672, 0, 0.240310073, 0)
  104. Scripts.Size = UDim2.new(0, 173, 0, 259)
  105. Scripts.Font = Enum.Font.SciFi
  106. Scripts.Text = ""
  107. Scripts.TextColor3 = Color3.new(1, 1, 1)
  108. Scripts.TextSize = 14
  109.  
  110. TextLabel_2.Parent = Frame
  111. TextLabel_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  112. TextLabel_2.BorderSizePixel = 0
  113. TextLabel_2.Position = UDim2.new(0.332253516, 0, 0.0762273893, 0)
  114. TextLabel_2.Size = UDim2.new(0, 62, 0, 40)
  115. TextLabel_2.Font = Enum.Font.SourceSans
  116. TextLabel_2.Text = "v4.6.6"
  117. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  118. TextLabel_2.TextScaled = true
  119. TextLabel_2.TextSize = 14
  120. TextLabel_2.TextWrapped = true
  121.  
  122. Clear_2.Name = "Clear"
  123. Clear_2.Parent = Frame
  124. Clear_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  125. Clear_2.BorderSizePixel = 0
  126. Clear_2.Position = UDim2.new(0.259638488, 0, 0.844961226, 0)
  127. Clear_2.Size = UDim2.new(0, 100, 0, 32)
  128. Clear_2.Font = Enum.Font.SciFi
  129. Clear_2.Text = "Open File"
  130. Clear_2.TextColor3 = Color3.new(1, 1, 1)
  131. Clear_2.TextSize = 14
  132.  
  133. Clear_3.Name = "Clear"
  134. Clear_3.Parent = Frame
  135. Clear_3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  136. Clear_3.BorderSizePixel = 0
  137. Clear_3.Position = UDim2.new(0.384765118, 0, 0.844961226, 0)
  138. Clear_3.Size = UDim2.new(0, 100, 0, 32)
  139. Clear_3.Font = Enum.Font.SciFi
  140. Clear_3.Text = "Attach"
  141. Clear_3.TextColor3 = Color3.new(1, 1, 1)
  142. Clear_3.TextSize = 14
  143.  
  144. Clear_4.Name = "Clear"
  145. Clear_4.Parent = Frame
  146. Clear_4.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  147. Clear_4.BorderSizePixel = 0
  148. Clear_4.Position = UDim2.new(0.517463863, 0, 0.844961226, 0)
  149. Clear_4.Size = UDim2.new(0, 100, 0, 32)
  150. Clear_4.Font = Enum.Font.SciFi
  151. Clear_4.Text = "Scripthub"
  152. Clear_4.TextColor3 = Color3.new(1, 1, 1)
  153. Clear_4.TextSize = 14
  154.  
  155. Clear_5.Name = "Clear"
  156. Clear_5.Parent = Frame
  157. Clear_5.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  158. Clear_5.BorderSizePixel = 0
  159. Clear_5.Position = UDim2.new(0.642777145, 0, 0.844961226, 0)
  160. Clear_5.Size = UDim2.new(0, 107, 0, 32)
  161. Clear_5.Font = Enum.Font.SciFi
  162. Clear_5.Text = "Disable Full Exec"
  163. Clear_5.TextColor3 = Color3.new(1, 1, 1)
  164. Clear_5.TextSize = 14
  165.  
  166.  
  167.  
  168.  
  169. -- Scripts
  170. script.Parent:FindFirstChild("Execute").MouseButton1Down:connect(function()
  171. loadstring(script.Parent:FindFirstChild("Text").Text)()
  172. end)
  173.  
  174. script.Parent:FindFirstChild("Clear").MouseButton1Down:connect(function()
  175. script.Parent:FindFirstChild("Text").Text = ""
  176. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement