Advertisement
Kaemi

Untitled

Feb 8th, 2018
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Kyou#6048 --
  2. -- ily 3ds --
  3. -- kek --
  4.  
  5. repeat wait() until game.Players.LocalPlayer.Character
  6. local PGUI = game.Players.LocalPlayer.PlayerGui
  7.  
  8. local Synapse = Instance.new("ScreenGui")
  9. local TopBar = Instance.new("Frame")
  10. local ImageLabel = Instance.new("ImageLabel")
  11. local Background = Instance.new("Frame")
  12. local ImageLabel_2 = Instance.new("ImageLabel")
  13. local WhiteLine = Instance.new("Frame")
  14. local DisableFullExecButton = Instance.new("TextButton")
  15. local ScriptHubButton = Instance.new("TextButton")
  16. local AttachButton = Instance.new("TextButton")
  17. local OpenFileButton = Instance.new("TextButton")
  18. local ClearButton = Instance.new("TextButton")
  19. local ExecuteButton = Instance.new("TextButton")
  20. local ScriptThingy = Instance.new("Frame")
  21. local ScriptingArea = Instance.new("TextBox")
  22.  
  23. -- Properties
  24.  
  25. Synapse.Name = "Synapse"
  26. Synapse.Parent = PGUI
  27.  
  28. TopBar.Name = "TopBar"
  29. TopBar.Parent = Synapse
  30. TopBar.Active = true
  31. TopBar.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  32. TopBar.BorderSizePixel = 0
  33. TopBar.Draggable = true
  34. TopBar.Position = UDim2.new(0.207116798, 0, 0.18213661, 0)
  35. TopBar.Size = UDim2.new(0.649635017, 0, 0.0928196162, 0)
  36. TopBar.ZIndex = 100
  37.  
  38. ImageLabel.Parent = TopBar
  39. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  40. ImageLabel.BorderSizePixel = 0
  41. ImageLabel.Size = UDim2.new(0.304775268, 0, 1, 0)
  42. ImageLabel.ZIndex = 101
  43. ImageLabel.Image = "rbxassetid://1399908026"
  44.  
  45. Background.Name = "Background"
  46. Background.Parent = TopBar
  47. Background.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  48. Background.BorderSizePixel = 0
  49. Background.Position = UDim2.new(0, 0, 1, 0)
  50. Background.Size = UDim2.new(1, 0, 5.20754719, 0)
  51.  
  52. ImageLabel_2.Parent = TopBar
  53. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  54. ImageLabel_2.BorderSizePixel = 0
  55. ImageLabel_2.Position = UDim2.new(0.932584286, 0, 0, 0)
  56. ImageLabel_2.Size = UDim2.new(0.0674157292, 0, 0.358490556, 0)
  57. ImageLabel_2.ZIndex = 101
  58. ImageLabel_2.Image = "rbxassetid://1399916869"
  59.  
  60. WhiteLine.Name = "WhiteLine"
  61. WhiteLine.Parent = TopBar
  62. WhiteLine.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  63. WhiteLine.BorderSizePixel = 0
  64. WhiteLine.Position = UDim2.new(0.0491573028, 0, 1, 0)
  65. WhiteLine.Size = UDim2.new(0.0014044944, 0, 4.22641516, 0)
  66.  
  67. DisableFullExecButton.Name = "DisableFullExecButton"
  68. DisableFullExecButton.Parent = TopBar
  69. DisableFullExecButton.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  70. DisableFullExecButton.BorderColor3 = Color3.new(0.196078, 0.196078, 0.207843)
  71. DisableFullExecButton.Position = UDim2.new(0.775280893, 0, 5.39622641, 0)
  72. DisableFullExecButton.Size = UDim2.new(0.209269658, 0, 0.509433985, 0)
  73. DisableFullExecButton.Font = Enum.Font.SourceSans
  74. DisableFullExecButton.Text = "Disable Full Exec"
  75. DisableFullExecButton.TextColor3 = Color3.new(0.858824, 0.901961, 0.921569)
  76. DisableFullExecButton.TextScaled = true
  77. DisableFullExecButton.TextSize = 14
  78. DisableFullExecButton.TextWrapped = true
  79.  
  80. ScriptHubButton.Name = "ScriptHubButton"
  81. ScriptHubButton.Parent = TopBar
  82. ScriptHubButton.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  83. ScriptHubButton.BorderColor3 = Color3.new(0.196078, 0.196078, 0.207843)
  84. ScriptHubButton.Position = UDim2.new(0.589887619, 0, 5.39622641, 0)
  85. ScriptHubButton.Size = UDim2.new(0.174157307, 0, 0.509433985, 0)
  86. ScriptHubButton.Font = Enum.Font.SourceSans
  87. ScriptHubButton.Text = "Script Hub"
  88. ScriptHubButton.TextColor3 = Color3.new(0.858824, 0.901961, 0.921569)
  89. ScriptHubButton.TextScaled = true
  90. ScriptHubButton.TextSize = 14
  91. ScriptHubButton.TextWrapped = true
  92.  
  93. AttachButton.Name = "AttachButton"
  94. AttachButton.Parent = TopBar
  95. AttachButton.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  96. AttachButton.BorderColor3 = Color3.new(0.196078, 0.196078, 0.207843)
  97. AttachButton.Position = UDim2.new(0.44803369, 0, 5.39622641, 0)
  98. AttachButton.Size = UDim2.new(0.13202247, 0, 0.509433985, 0)
  99. AttachButton.Font = Enum.Font.SourceSans
  100. AttachButton.Text = "Attach"
  101. AttachButton.TextColor3 = Color3.new(0.858824, 0.901961, 0.921569)
  102. AttachButton.TextScaled = true
  103. AttachButton.TextSize = 14
  104. AttachButton.TextWrapped = true
  105.  
  106. OpenFileButton.Name = "OpenFileButton"
  107. OpenFileButton.Parent = TopBar
  108. OpenFileButton.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  109. OpenFileButton.BorderColor3 = Color3.new(0.196078, 0.196078, 0.207843)
  110. OpenFileButton.Position = UDim2.new(0.304775268, 0, 5.39622641, 0)
  111. OpenFileButton.Size = UDim2.new(0.13202247, 0, 0.509433985, 0)
  112. OpenFileButton.Font = Enum.Font.SourceSans
  113. OpenFileButton.Text = "Open File"
  114. OpenFileButton.TextColor3 = Color3.new(0.858824, 0.901961, 0.921569)
  115. OpenFileButton.TextScaled = true
  116. OpenFileButton.TextSize = 14
  117. OpenFileButton.TextWrapped = true
  118.  
  119. ClearButton.Name = "ClearButton"
  120. ClearButton.Parent = TopBar
  121. ClearButton.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  122. ClearButton.BorderColor3 = Color3.new(0.196078, 0.196078, 0.207843)
  123. ClearButton.Position = UDim2.new(0.160112351, 0, 5.39622641, 0)
  124. ClearButton.Size = UDim2.new(0.13202247, 0, 0.509433985, 0)
  125. ClearButton.Font = Enum.Font.SourceSans
  126. ClearButton.Text = "Clear"
  127. ClearButton.TextColor3 = Color3.new(0.858824, 0.901961, 0.921569)
  128. ClearButton.TextScaled = true
  129. ClearButton.TextSize = 14
  130. ClearButton.TextWrapped = true
  131.  
  132. ExecuteButton.Name = "ExecuteButton"
  133. ExecuteButton.Parent = TopBar
  134. ExecuteButton.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  135. ExecuteButton.BorderColor3 = Color3.new(0.196078, 0.196078, 0.207843)
  136. ExecuteButton.Position = UDim2.new(0.0182584263, 0, 5.39622641, 0)
  137. ExecuteButton.Size = UDim2.new(0.13202247, 0, 0.509433985, 0)
  138. ExecuteButton.Font = Enum.Font.SourceSans
  139. ExecuteButton.Text = "Execute"
  140. ExecuteButton.TextColor3 = Color3.new(0.858824, 0.901961, 0.921569)
  141. ExecuteButton.TextScaled = true
  142. ExecuteButton.TextSize = 14
  143. ExecuteButton.TextWrapped = true
  144.  
  145. ScriptThingy.Name = "ScriptThingy"
  146. ScriptThingy.Parent = TopBar
  147. ScriptThingy.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  148. ScriptThingy.BorderColor3 = Color3.new(0.521569, 0.521569, 0.521569)
  149. ScriptThingy.Position = UDim2.new(0.835674167, 0, 1.11320758, 0)
  150. ScriptThingy.Size = UDim2.new(0.148876399, 0, 4.11320734, 0)
  151.  
  152. ScriptingArea.Name = "ScriptingArea"
  153. ScriptingArea.Parent = TopBar
  154. ScriptingArea.BackgroundColor3 = Color3.new(1, 1, 1)
  155. ScriptingArea.BackgroundTransparency = 1
  156. ScriptingArea.BorderSizePixel = 0
  157. ScriptingArea.Position = UDim2.new(0.0603932589, 0, 1.11320758, 0)
  158. ScriptingArea.Size = UDim2.new(0.775280893, 0, 4.11320734, 0)
  159. ScriptingArea.Font = Enum.Font.SourceSansLight
  160. ScriptingArea.MultiLine = true
  161. ScriptingArea.Text = ""
  162. ScriptingArea.TextColor3 = Color3.new(0.964706, 1, 0.952941)
  163. ScriptingArea.TextSize = 16
  164. ScriptingArea.TextWrapped = true
  165. ScriptingArea.TextXAlignment = Enum.TextXAlignment.Left
  166. ScriptingArea.TextYAlignment = Enum.TextYAlignment.Top
  167. ScriptingArea.ClearTextOnFocus = false
  168.  
  169. -- Functions
  170.  
  171. ExecuteButton.MouseButton1Click:connect(function()
  172. loadstring(ScriptingArea.Text)()
  173. end)
  174.  
  175. ClearButton.MouseButton1Click:connect(function()
  176. ScriptingArea.Text = ""
  177. end)
  178.  
  179. OpenFileButton.MouseButton1Click:connect(function()
  180. OpenFileButton.Text = "2lazy"
  181. wait(0.5)
  182. OpenFileButton.Text = "Open File"
  183. end)
  184.  
  185. AttachButton.MouseButton1Click:connect(function()
  186. AttachButton.Text = "2lazy"
  187. wait(0.5)
  188. AttachButton.Text = "Attach"
  189. end)
  190.  
  191. ScriptHubButton.MouseButton1Click:connect(function()
  192. ScriptHubButton.Text = "2lazy"
  193. wait(0.5)
  194. ScriptHubButton.Text = "Script Hub"
  195. end)
  196.  
  197. DisableFullExecButton.MouseButton1Click:connect(function()
  198. DisableFullExecButton.Text = "2lazy"
  199. wait(0.5)
  200. DisableFullExecButton.Text = "Disable Full Exec"
  201. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement