Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. --This remake of synapse was scripted by icykrips
  2.  
  3. local SynapseX = Instance.new("ScreenGui")
  4. local SynapseFrame = Instance.new("Frame")
  5. local Execute = Instance.new("TextButton")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local Code = Instance.new("TextBox")
  9. local Clear = Instance.new("TextButton")
  10. local Inject = Instance.new("TextButton")
  11. local Minimize = Instance.new("TextButton")
  12. local Exit = Instance.new("TextButton")
  13. local Console = Instance.new("TextLabel")
  14. --Properties:
  15. SynapseX.Name = "SynapseX"
  16. SynapseX.Parent = game.CoreGui
  17. SynapseX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. SynapseFrame.Name = "SynapseFrame"
  20. SynapseFrame.Parent = SynapseX
  21. SynapseFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  22. SynapseFrame.BorderSizePixel = 0
  23. SynapseFrame.Position = UDim2.new(0.313027203, 0, 0.169429094, 0)
  24. SynapseFrame.Size = UDim2.new(0, 446, 0, 246)
  25.  
  26. Execute.Name = "Execute"
  27. Execute.Parent = SynapseFrame
  28. Execute.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  29. Execute.BorderSizePixel = 0
  30. Execute.Position = UDim2.new(0, 0, 0.865853667, 0)
  31. Execute.Size = UDim2.new(0, 130, 0, 33)
  32. Execute.Font = Enum.Font.SourceSansBold
  33. Execute.Text = "Execute"
  34. Execute.TextColor3 = Color3.new(1, 1, 1)
  35. Execute.TextSize = 21
  36. Execute.TextStrokeColor3 = Color3.new(1, 1, 1)
  37.  
  38. TextLabel.Parent = SynapseFrame
  39. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  40. TextLabel.BackgroundTransparency = 1
  41. TextLabel.Size = UDim2.new(0, 28, 0, 26)
  42. TextLabel.Font = Enum.Font.SourceSansItalic
  43. TextLabel.Text = "S"
  44. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  45. TextLabel.TextScaled = true
  46. TextLabel.TextSize = 14
  47. TextLabel.TextWrapped = true
  48.  
  49. TextLabel_2.Parent = SynapseFrame
  50. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  51. TextLabel_2.BackgroundTransparency = 1
  52. TextLabel_2.Position = UDim2.new(0.0291479807, 0, -0.0284552854, 0)
  53. TextLabel_2.Size = UDim2.new(0, 28, 0, 26)
  54. TextLabel_2.Font = Enum.Font.SourceSansItalic
  55. TextLabel_2.Text = "x"
  56. TextLabel_2.TextColor3 = Color3.new(1, 0.666667, 0)
  57. TextLabel_2.TextScaled = true
  58. TextLabel_2.TextSize = 14
  59. TextLabel_2.TextWrapped = true
  60.  
  61. Code.Name = "Code"
  62. Code.Parent = SynapseFrame
  63. Code.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  64. Code.BorderSizePixel = 0
  65. Code.Position = UDim2.new(0, 0, 0.10569106, 0)
  66. Code.Size = UDim2.new(0, 446, 0, 187)
  67. Code.Font = Enum.Font.SourceSansItalic
  68. Code.PlaceholderColor3 = Color3.new(1, 1, 1)
  69. Code.Text = ""
  70. Code.TextColor3 = Color3.new(1, 1, 1)
  71. Code.TextSize = 24
  72. Code.TextStrokeColor3 = Color3.new(1, 1, 1)
  73. Code.TextXAlignment = Enum.TextXAlignment.Left
  74. Code.TextYAlignment = Enum.TextYAlignment.Top
  75.  
  76. Clear.Name = "Clear"
  77. Clear.Parent = SynapseFrame
  78. Clear.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  79. Clear.BorderSizePixel = 0
  80. Clear.Position = UDim2.new(0.354260087, 0, 0.865853667, 0)
  81. Clear.Size = UDim2.new(0, 130, 0, 33)
  82. Clear.Font = Enum.Font.SourceSansBold
  83. Clear.Text = "Clear"
  84. Clear.TextColor3 = Color3.new(1, 1, 1)
  85. Clear.TextSize = 21
  86. Clear.TextStrokeColor3 = Color3.new(1, 1, 1)
  87.  
  88. Inject.Name = "Inject"
  89. Inject.Parent = SynapseFrame
  90. Inject.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  91. Inject.BorderSizePixel = 0
  92. Inject.Position = UDim2.new(0.708520174, 0, 0.865853667, 0)
  93. Inject.Size = UDim2.new(0, 130, 0, 33)
  94. Inject.Font = Enum.Font.SourceSansBold
  95. Inject.Text = "Inject"
  96. Inject.TextColor3 = Color3.new(1, 1, 1)
  97. Inject.TextSize = 21
  98. Inject.TextStrokeColor3 = Color3.new(1, 1, 1)
  99.  
  100. Minimize.Name = "Minimize"
  101. Minimize.Parent = SynapseFrame
  102. Minimize.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  103. Minimize.BorderSizePixel = 0
  104. Minimize.Position = UDim2.new(0.901345313, 0, 0, 0)
  105. Minimize.Size = UDim2.new(0, 25, 0, 23)
  106. Minimize.Font = Enum.Font.SourceSansItalic
  107. Minimize.Text = "-"
  108. Minimize.TextColor3 = Color3.new(1, 1, 1)
  109. Minimize.TextSize = 21
  110. Minimize.TextStrokeColor3 = Color3.new(1, 1, 1)
  111.  
  112. Exit.Name = "Exit"
  113. Exit.Parent = SynapseFrame
  114. Exit.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  115. Exit.BorderSizePixel = 0
  116. Exit.Position = UDim2.new(0.943946183, 0, 0, 0)
  117. Exit.Size = UDim2.new(0, 25, 0, 23)
  118. Exit.Font = Enum.Font.SourceSansItalic
  119. Exit.Text = "X"
  120. Exit.TextColor3 = Color3.new(1, 1, 1)
  121. Exit.TextSize = 21
  122. Exit.TextStrokeColor3 = Color3.new(1, 1, 1)
  123.  
  124. Console.Parent = SynapseFrame
  125. Console.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  126. Console.BorderSizePixel = 0
  127. Console.Position = UDim2.new(0, 0, 1, 0)
  128. Console.Size = UDim2.new(0, 446, 0, 50)
  129. Console.Font = Enum.Font.SourceSansItalic
  130. Console.Text = "This is a paid syn x remake nigga made by icykrips"
  131. Console.TextColor3 = Color3.new(1, 0.666667, 0)
  132. Console.TextSize = 20
  133. Console.TextWrapped = true
  134. Console.TextXAlignment = Enum.TextXAlignment.Left
  135. Console.TextYAlignment = Enum.TextYAlignment.Top
  136. -- Scripts:
  137. Execute.MouseButton1Down:connect(function()
  138. loadstring(Code.Text)
  139. end)
  140. Clear.MouseButton1Down:connect(function()
  141. Code.Text = ("")
  142. end)
  143. Inject.MouseButton1Down:connect(function()
  144. Console.Text = ("Injecting")
  145. Console.TextColor3 = Color3.new(0, 446, 0, 50)
  146. wait(2)
  147. Console.Text = ("Injected")
  148. Console.TextColor3 = Color3.new(0, 446, 0, 50)
  149. wait(2)
  150. Console.Text = ("Ready To Use")
  151. Console.TextColor3 = Color3.new(0, 446, 0, 50)
  152. end)
  153. Minimize.MouseButton1Down:connect(function()
  154. SynapseFrame.Visible = false
  155. end)
  156. Exit.MouseButton1Down:connect(function()
  157. SynapseFrame.Visible = false
  158. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement