Alfiebgtbhgh

nop

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