Advertisement
okban

Untitled

May 14th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.04 KB | None | 0 0
  1. --[[
  2. ██████████████████████████████████████████████████████████████████████████████████████████████████████
  3. █████ ██ █████ ██ █████ ██████ ███████ ███████ ████ ███
  4. ████ ██ ████ ███ ████ ██████ ██████ ████ ███ ███
  5. ███ ██████████ ██ ███ ███ █████ █ ██████ █████ ██ ██████████ █████████
  6. ███ ██████████ █ ████ ██ █████ █ █████ █████ ██ █████████ █████████
  7. ████ ██████ █████ █ ████ ██ █████ ████ ████ █████ ████
  8. █████ █████ ██████ █ ████ ███ ████ ██████ ███ ████
  9. ██████████ █████ ██████ ██ ███ ████ ████████████ ███ █████████
  10. ███████████ █████ ██████ ███ ███ ███ ██████████████████ ███ █████████
  11. ███ ██████ ██████ ████ ██ █████ ███ ███████████ ████ ███
  12. ████ ███████ ██████ █████ ██ ███████ ██ ████████████ █████ ███
  13. ██████████████████████████████████████████████████████████████████████████████████████████████████████
  14. ]]--
  15.  
  16.  
  17. -- CREATOR: C̷a̶j̵u̸n̸ ̸P̶h̴o̵e̵n̶i̵x̵#5953
  18.  
  19. -- Script is still getting updates
  20.  
  21. --[[
  22. Intro Background size is
  23. 308x204
  24. Main Background size is
  25. 712x329
  26. --]]
  27.  
  28. local InitUI_Background = "rbxassetid://1771767424"
  29. local MainUI_Background = "rbxassetid://1771767424"
  30.  
  31. local Synapse = Instance.new("ScreenGui")
  32. local Main = Instance.new("Frame")
  33. local InitUI = Instance.new("ImageLabel")
  34. local ImageLabel = Instance.new("ImageLabel")
  35. local Bar = Instance.new("ImageLabel")
  36. local Synapse_2 = Instance.new("Frame")
  37. local MainUI = Instance.new("ImageLabel")
  38. local TextField = Instance.new("TextBox")
  39. local Clear = Instance.new("TextButton")
  40. local x = Instance.new("TextButton")
  41. local Open = Instance.new("TextButton")
  42. local Execute = Instance.new("TextButton")
  43. local _1 = Instance.new("ImageLabel")
  44. local _2 = Instance.new("ImageLabel")
  45. local Attach = Instance.new("TextButton")
  46. local ScriptHub = Instance.new("TextButton")
  47. local DisableFull = Instance.new("TextButton")
  48.  
  49. Synapse.Name = "Synapse"
  50. Synapse.Parent = game.Players.LocalPlayer.PlayerGui
  51.  
  52. Main.Name = "Main"
  53. Main.Parent = Synapse
  54. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  55. Main.BackgroundTransparency = 1
  56. Main.Position = UDim2.new(0.5, -122, 0.5, -80)
  57. Main.Size = UDim2.new(0, 244, 0, 161)
  58.  
  59. InitUI.Name = "InitUI"
  60. InitUI.Parent = Main
  61. InitUI.BackgroundColor3 = Color3.new(1, 1, 1)
  62. InitUI.BackgroundTransparency = 1
  63. InitUI.BorderSizePixel = 0
  64. InitUI.ClipsDescendants = true
  65. InitUI.Position = UDim2.new(0.5, -122, 0.5, -80)
  66. InitUI.Size = UDim2.new(0, 244, 0, 161)
  67. InitUI.Image = InitUI_Background
  68.  
  69. ImageLabel.Parent = InitUI
  70. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  71. ImageLabel.BackgroundTransparency = 1
  72. ImageLabel.BorderSizePixel = 0
  73. ImageLabel.ClipsDescendants = true
  74. ImageLabel.Position = UDim2.new(0.5, -122, 0.5, -80)
  75. ImageLabel.Size = UDim2.new(0, 244, 0, 161)
  76. ImageLabel.Image = "rbxassetid://1747434865"
  77.  
  78. Bar.Name = "Bar"
  79. Bar.Parent = Main
  80. Bar.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  81. Bar.BorderSizePixel = 0
  82. Bar.Position = UDim2.new(0.0560000017, 0, 0.68900001, 0)
  83. Bar.Size = UDim2.new(0, 0, 0, 19)
  84.  
  85. Synapse_2.Name = "Synapse"
  86. Synapse_2.Parent = Synapse
  87. Synapse_2.Active = true
  88. Synapse_2.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Synapse_2.BackgroundTransparency = 1
  90. Synapse_2.Position = UDim2.new(0.5, -286, 0.5, -132)
  91. Synapse_2.Selectable = true
  92. Synapse_2.Size = UDim2.new(0, 571, 0, 265)
  93. Synapse_2.Visible = false
  94.  
  95. MainUI.Name = "MainUI"
  96. MainUI.Parent = Synapse_2
  97. MainUI.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  98. MainUI.BackgroundTransparency = 1
  99. MainUI.BorderSizePixel = 0
  100. MainUI.Position = UDim2.new(0.5, -296, 0.5, -127)
  101. MainUI.Size = UDim2.new(0, 592, 0, 254)
  102. MainUI.Image = MainUI_Background
  103.  
  104. TextField.Name = "TextField"
  105. TextField.Parent = MainUI
  106. TextField.BackgroundColor3 = Color3.new(1, 1, 1)
  107. TextField.BackgroundTransparency = 1
  108. TextField.ClipsDescendants = true
  109. TextField.Position = UDim2.new(0, 37, 0, 45)
  110. TextField.Size = UDim2.new(0, 441, 0, 170)
  111. TextField.ClearTextOnFocus = false
  112. TextField.Font = Enum.Font.SourceSansSemibold
  113. TextField.MultiLine = true
  114. TextField.Text = "print(\"Hello World!\")"
  115. TextField.TextColor3 = Color3.new(1, 1, 1)
  116. TextField.TextSize = 18
  117. TextField.TextXAlignment = Enum.TextXAlignment.Left
  118. TextField.TextYAlignment = Enum.TextYAlignment.Top
  119.  
  120. Clear.Name = "Clear"
  121. Clear.Parent = MainUI
  122. Clear.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  123. Clear.BackgroundTransparency = 1
  124. Clear.Position = UDim2.new(0, 95, 0, 223)
  125. Clear.Size = UDim2.new(0, 74, 0, 20)
  126. Clear.Font = Enum.Font.SourceSans
  127. Clear.Text = "Clear"
  128. Clear.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  129. Clear.TextSize = 14
  130. Clear.TextTransparency = 1
  131.  
  132. x.Name = "x"
  133. x.Parent = MainUI
  134. x.BackgroundColor3 = Color3.new(1, 1, 1)
  135. x.BackgroundTransparency = 1
  136. x.Position = UDim2.new(1.01689184, -25, 0, 0)
  137. x.Size = UDim2.new(0, 15, 0, 11)
  138. x.ZIndex = 4
  139. x.Font = Enum.Font.SourceSans
  140. x.Text = ""
  141. x.TextSize = 14
  142. x.MouseButton1Click:connect(function()
  143. Synapse:destroy()
  144. end)
  145.  
  146. Open.Name = "Open"
  147. Open.Parent = MainUI
  148. Open.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  149. Open.BackgroundTransparency = 1
  150. Open.Position = UDim2.new(0, 182, 0, 224)
  151. Open.Size = UDim2.new(0, 71, 0, 17)
  152. Open.Font = Enum.Font.SourceSans
  153. Open.Text = "Clear"
  154. Open.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  155. Open.TextSize = 14
  156. Open.TextTransparency = 1
  157.  
  158. Execute.Name = "Execute"
  159. Execute.Parent = MainUI
  160. Execute.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  161. Execute.BackgroundTransparency = 1
  162. Execute.Position = UDim2.new(0, 12, 0, 223)
  163. Execute.Size = UDim2.new(0, 73, 0, 18)
  164. Execute.Font = Enum.Font.SourceSans
  165. Execute.Text = "Clear"
  166. Execute.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  167. Execute.TextSize = 14
  168. Execute.TextTransparency = 1
  169.  
  170. _1.Name = "1"
  171. _1.Parent = MainUI
  172. _1.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  173. _1.BackgroundTransparency = 1
  174. _1.BorderSizePixel = 0
  175. _1.Position = UDim2.new(0.5, -296, 0.5, -127)
  176. _1.Size = UDim2.new(0, 592, 0, 254)
  177. _1.Image = "rbxassetid://1747520657"
  178.  
  179. _2.Name = "2"
  180. _2.Parent = MainUI
  181. _2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  182. _2.BackgroundTransparency = 1
  183. _2.BorderSizePixel = 0
  184. _2.Position = UDim2.new(0.5, -296, 0.5, -127)
  185. _2.Size = UDim2.new(0, 592, 0, 254)
  186. _2.Image = "rbxassetid://1747515894"
  187.  
  188. Attach.Name = "Attach"
  189. Attach.Parent = MainUI
  190. Attach.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  191. Attach.BackgroundTransparency = 1
  192. Attach.Position = UDim2.new(0, 263, 0, 224)
  193. Attach.Size = UDim2.new(0, 74, 0, 17)
  194. Attach.Font = Enum.Font.SourceSans
  195. Attach.Text = "Clear"
  196. Attach.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  197. Attach.TextSize = 14
  198. Attach.TextTransparency = 1
  199.  
  200. ScriptHub.Name = "Script Hub"
  201. ScriptHub.Parent = MainUI
  202. ScriptHub.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  203. ScriptHub.BackgroundTransparency = 1
  204. ScriptHub.Position = UDim2.new(0, 348, 0, 224)
  205. ScriptHub.Size = UDim2.new(0, 102, 0, 17)
  206. ScriptHub.Font = Enum.Font.SourceSans
  207. ScriptHub.Text = "Clear"
  208. ScriptHub.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  209. ScriptHub.TextSize = 14
  210. ScriptHub.TextTransparency = 1
  211.  
  212. DisableFull.Name = "Disable Full"
  213. DisableFull.Parent = MainUI
  214. DisableFull.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  215. DisableFull.BackgroundTransparency = 1
  216. DisableFull.Position = UDim2.new(0, 459, 0, 224)
  217. DisableFull.Size = UDim2.new(0, 122, 0, 17)
  218. DisableFull.Font = Enum.Font.SourceSans
  219. DisableFull.Text = "Clear"
  220. DisableFull.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  221. DisableFull.TextSize = 14
  222. DisableFull.TextTransparency = 1
  223. wait(1)
  224. for i = 0,0.89,0.01 do
  225. wait(0.01)
  226. Bar.Size = UDim2.new(i,0,0,19)
  227. end
  228. for i = 0,0,0.01 do
  229. wait(0.1)
  230. MainUI.ImageTransparency = i
  231. Main.Transparency = 1
  232. Main.Visible = false
  233. Synapse_2.Visible = true
  234. Synapse_2.Draggable = true
  235.  
  236.  
  237. end
  238. Execute.MouseButton1Down:connect(function()
  239. loadstring(TextField.Text)()
  240. end)
  241.  
  242. Clear.MouseButton1Down:connect(function()
  243. TextField.Text = ""
  244. end)
  245.  
  246. Open.MouseButton1Down:connect(function()
  247. warn("A player attempted to use the Open button, the feature is not implemented yet!")
  248. end)
  249.  
  250. Attach.MouseButton1Down:connect(function()
  251. warn("Never gonna be implemented")
  252. end)
  253.  
  254. ScriptHub.MouseButton1Down:connect(function()
  255. warn("A player attempted to use the Open button, the feature is not implemented yet!")
  256. end)
  257.  
  258. DisableFull.MouseButton1Down:connect(function()
  259. warn("Never gonna be implemented")
  260. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement