Advertisement
XsanityV

sll

Sep 9th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.49 KB | None | 0 0
  1. -- ServerSide Synapse was Made by Diet Soda#9566 Have fun -
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Executor = Instance.new("Frame")
  4. local Buttonthing = Instance.new("TextLabel")
  5. local Execute = Instance.new("TextButton")
  6. local scriptinput = Instance.new("TextBox")
  7. local Clear = Instance.new("TextButton")
  8. local Options = Instance.new("TextButton")
  9. local X = Instance.new("TextLabel")
  10. local ServersideSynapseV1 = Instance.new("TextLabel")
  11. local Close = Instance.new("TextButton")
  12. local S = Instance.new("TextLabel")
  13. local buttonthatopenscredits = Instance.new("TextButton")
  14. local TextButton = Instance.new("TextButton")
  15. local Thing = Instance.new("ScrollingFrame")
  16. local ScriptHub = Instance.new("TextButton")
  17. local Options_2 = Instance.new("Frame")
  18. local ComingSoon = Instance.new("TextLabel")
  19. local Close_2 = Instance.new("TextButton")
  20. local TextLabel = Instance.new("TextLabel")
  21. local OpenFrame = Instance.new("Frame")
  22. local OpenButton = Instance.new("TextButton")
  23. local Credits = Instance.new("Frame")
  24. local eee = Instance.new("TextLabel")
  25. local ServerSideSynapseCredits = Instance.new("TextLabel")
  26. local OK = Instance.new("TextButton")
  27. local ScriptHub_2 = Instance.new("Frame")
  28. local S_2 = Instance.new("TextLabel")
  29. local X_2 = Instance.new("TextLabel")
  30. local ServerSideSynapseScripthub = Instance.new("TextLabel")
  31. local ComingSoon_2 = Instance.new("TextLabel")
  32. local Close_3 = Instance.new("TextButton")
  33. --Properties:
  34. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  35. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  36. ScreenGui.ResetOnSpawn = false
  37.  
  38. Executor.Name = "Executor"
  39. Executor.Parent = ScreenGui
  40. Executor.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  41. Executor.Position = UDim2.new(0.425833017, 0, 0.0986161754, 0)
  42. Executor.Size = UDim2.new(0, 663, 0, 362)
  43.  
  44. Buttonthing.Name = "Button thing"
  45. Buttonthing.Parent = Executor
  46. Buttonthing.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  47. Buttonthing.Position = UDim2.new(0, 0, 0.867846072, 0)
  48. Buttonthing.Size = UDim2.new(0, 660, 0, 47)
  49. Buttonthing.Font = Enum.Font.SourceSans
  50. Buttonthing.Text = ""
  51. Buttonthing.TextColor3 = Color3.new(0, 0, 0)
  52. Buttonthing.TextSize = 14
  53.  
  54. Execute.Name = "Execute"
  55. Execute.Parent = Executor
  56. Execute.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  57. Execute.Position = UDim2.new(0.0428944565, 0, 0.889945507, 0)
  58. Execute.Size = UDim2.new(0, 132, 0, 28)
  59. Execute.Font = Enum.Font.SourceSans
  60. Execute.Text = "Execute"
  61. Execute.TextColor3 = Color3.new(1, 1, 1)
  62. Execute.TextSize = 14
  63.  
  64. scriptinput.Name = "scriptinput"
  65. scriptinput.Parent = Executor
  66. scriptinput.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  67. scriptinput.Position = UDim2.new(0, 0, 0.100118533, 0)
  68. scriptinput.Size = UDim2.new(0, 663, 0, 271)
  69. scriptinput.ClearTextOnFocus = false
  70. scriptinput.Font = Enum.Font.SourceSans
  71. scriptinput.Text = ""
  72. scriptinput.TextColor3 = Color3.new(1, 1, 1)
  73. scriptinput.TextSize = 20
  74. scriptinput.TextXAlignment = Enum.TextXAlignment.Left
  75. scriptinput.TextYAlignment = Enum.TextYAlignment.Top
  76.  
  77. Clear.Name = "Clear"
  78. Clear.Parent = Executor
  79. Clear.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  80. Clear.Position = UDim2.new(0.323437452, 0, 0.889945507, 0)
  81. Clear.Size = UDim2.new(0, 132, 0, 28)
  82. Clear.Font = Enum.Font.SourceSans
  83. Clear.Text = "Clear"
  84. Clear.TextColor3 = Color3.new(1, 1, 1)
  85. Clear.TextSize = 14
  86.  
  87. Options.Name = "Options"
  88. Options.Parent = Executor
  89. Options.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  90. Options.Position = UDim2.new(0.572306275, 0, 0.892707944, 0)
  91. Options.Size = UDim2.new(0, 132, 0, 28)
  92. Options.Font = Enum.Font.SourceSans
  93. Options.Text = "Options"
  94. Options.TextColor3 = Color3.new(1, 1, 1)
  95. Options.TextSize = 14
  96.  
  97. X.Name = "X"
  98. X.Parent = Executor
  99. X.BackgroundColor3 = Color3.new(1, 1, 1)
  100. X.BackgroundTransparency = 1
  101. X.Position = UDim2.new(-0.0331824981, 0, -0.00276244129, 0)
  102. X.Size = UDim2.new(0, 107, 0, 18)
  103. X.Font = Enum.Font.SourceSans
  104. X.Text = "X"
  105. X.TextColor3 = Color3.new(1, 1, 0)
  106. X.TextSize = 19
  107.  
  108. ServersideSynapseV1.Name = "Serverside Synapse V1"
  109. ServersideSynapseV1.Parent = Executor
  110. ServersideSynapseV1.BackgroundColor3 = Color3.new(1, 1, 1)
  111. ServersideSynapseV1.BackgroundTransparency = 1
  112. ServersideSynapseV1.Position = UDim2.new(0.322775275, 0, -0.00276244129, 0)
  113. ServersideSynapseV1.Size = UDim2.new(0, 200, 0, 28)
  114. ServersideSynapseV1.Font = Enum.Font.SourceSans
  115. ServersideSynapseV1.Text = "ServerSide Synapse V1"
  116. ServersideSynapseV1.TextColor3 = Color3.new(1, 1, 1)
  117. ServersideSynapseV1.TextSize = 14
  118.  
  119. Close.Name = "Close"
  120. Close.Parent = Executor
  121. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  122. Close.BackgroundTransparency = 1
  123. Close.Position = UDim2.new(0.900452495, 0, -1.02445483e-08, 0)
  124. Close.Size = UDim2.new(0, 66, 0, 28)
  125. Close.Font = Enum.Font.SourceSans
  126. Close.Text = "X"
  127. Close.TextColor3 = Color3.new(1, 1, 1)
  128. Close.TextSize = 30
  129.  
  130. S.Name = "S"
  131. S.Parent = Executor
  132. S.BackgroundColor3 = Color3.new(1, 1, 1)
  133. S.BackgroundTransparency = 1
  134. S.Position = UDim2.new(-0.0132067055, 0, 0.0111713298, 0)
  135. S.Size = UDim2.new(0, 50, 0, 13)
  136. S.Font = Enum.Font.SourceSans
  137. S.Text = "S"
  138. S.TextColor3 = Color3.new(1, 1, 1)
  139. S.TextSize = 30
  140.  
  141. buttonthatopenscredits.Name = "button that opens credits"
  142. buttonthatopenscredits.Parent = S
  143. buttonthatopenscredits.BackgroundColor3 = Color3.new(1, 1, 1)
  144. buttonthatopenscredits.BackgroundTransparency = 1
  145. buttonthatopenscredits.Position = UDim2.new(-0.0130000003, 0, 0.0109999999, 0)
  146. buttonthatopenscredits.Size = UDim2.new(0, 50, 0, 13)
  147. buttonthatopenscredits.Font = Enum.Font.SourceSans
  148. buttonthatopenscredits.Text = "S"
  149. buttonthatopenscredits.TextColor3 = Color3.new(1, 1, 1)
  150. buttonthatopenscredits.TextSize = 30
  151.  
  152. TextButton.Name = "-"
  153. TextButton.Parent = Executor
  154. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  155. TextButton.BackgroundTransparency = 1
  156. TextButton.Position = UDim2.new(0.770739138, 0, 0.0138121443, 0)
  157. TextButton.Size = UDim2.new(0, 85, 0, 18)
  158. TextButton.Font = Enum.Font.SourceSans
  159. TextButton.Text = "-"
  160. TextButton.TextColor3 = Color3.new(1, 1, 1)
  161. TextButton.TextSize = 30
  162.  
  163. Thing.Name = "Thing"
  164. Thing.Parent = Executor
  165. Thing.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  166. Thing.Position = UDim2.new(0.820512831, 0, 0.0745856389, 0)
  167. Thing.Size = UDim2.new(0, 119, 0, 271)
  168.  
  169. ScriptHub.Name = "Script Hub"
  170. ScriptHub.Parent = Executor
  171. ScriptHub.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  172. ScriptHub.Position = UDim2.new(0.809954762, 0, 0.892265201, 0)
  173. ScriptHub.Size = UDim2.new(0, 126, 0, 28)
  174. ScriptHub.Font = Enum.Font.SourceSans
  175. ScriptHub.Text = "Script Hub"
  176. ScriptHub.TextColor3 = Color3.new(1, 1, 1)
  177. ScriptHub.TextSize = 14
  178.  
  179. Options_2.Name = "Options"
  180. Options_2.Parent = ScreenGui
  181. Options_2.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  182. Options_2.Position = UDim2.new(0.76489532, 0, 0.176100627, 0)
  183. Options_2.Size = UDim2.new(0, 251, 0, 263)
  184. Options_2.Visible = false
  185.  
  186. ComingSoon.Name = "Coming Soon"
  187. ComingSoon.Parent = Options_2
  188. ComingSoon.BackgroundColor3 = Color3.new(1, 1, 1)
  189. ComingSoon.BackgroundTransparency = 1
  190. ComingSoon.Position = UDim2.new(0, 0, 0.0608364977, 0)
  191. ComingSoon.Size = UDim2.new(0, 251, 0, 193)
  192. ComingSoon.Font = Enum.Font.SourceSans
  193. ComingSoon.Text = "Coming Soon!"
  194. ComingSoon.TextColor3 = Color3.new(1, 1, 1)
  195. ComingSoon.TextSize = 30
  196.  
  197. Close_2.Name = "Close"
  198. Close_2.Parent = Options_2
  199. Close_2.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  200. Close_2.Position = UDim2.new(0, 0, 0.889733851, 0)
  201. Close_2.Size = UDim2.new(0, 251, 0, 29)
  202. Close_2.Font = Enum.Font.SourceSans
  203. Close_2.Text = "Close"
  204. Close_2.TextColor3 = Color3.new(1, 1, 1)
  205. Close_2.TextSize = 14
  206.  
  207. TextLabel.Parent = Options_2
  208. TextLabel.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  209. TextLabel.Size = UDim2.new(0, 251, 0, 29)
  210. TextLabel.Font = Enum.Font.SourceSans
  211. TextLabel.Text = "ServerSide Synapse options"
  212. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  213. TextLabel.TextSize = 14
  214.  
  215. OpenFrame.Name = "OpenFrame"
  216. OpenFrame.Parent = ScreenGui
  217. OpenFrame.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  218. OpenFrame.Position = UDim2.new(0.802737534, 0, 0.855681896, 0)
  219. OpenFrame.Size = UDim2.new(0, 190, 0, 41)
  220. OpenFrame.Visible = false
  221.  
  222. OpenButton.Name = "OpenButton"
  223. OpenButton.Parent = OpenFrame
  224. OpenButton.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  225. OpenButton.Position = UDim2.new(0.115789481, 0, 0.146341562, 0)
  226. OpenButton.Size = UDim2.new(0, 145, 0, 29)
  227. OpenButton.Font = Enum.Font.SourceSans
  228. OpenButton.Text = "Open ServerSide Synapse"
  229. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  230. OpenButton.TextSize = 14
  231.  
  232. Credits.Name = "Credits"
  233. Credits.Parent = ScreenGui
  234. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  235. Credits.Position = UDim2.new(0.158862874, 0, 0.144957989, 0)
  236. Credits.Size = UDim2.new(0, 395, 0, 185)
  237. Credits.Visible = false
  238.  
  239. eee.Name = "eee"
  240. eee.Parent = Credits
  241. eee.BackgroundColor3 = Color3.new(1, 1, 1)
  242. eee.BackgroundTransparency = 1
  243. eee.Position = UDim2.new(0.15949367, 0, 0.162162155, 0)
  244. eee.Size = UDim2.new(0, 275, 0, 90)
  245. eee.Font = Enum.Font.SourceSans
  246. eee.Text = "ServerSide Synapse was developed by DietSoda \nand no one else cause yea"
  247. eee.TextColor3 = Color3.new(0, 0, 0)
  248. eee.TextSize = 14
  249.  
  250. ServerSideSynapseCredits.Name = "ServerSide Synapse Credits"
  251. ServerSideSynapseCredits.Parent = Credits
  252. ServerSideSynapseCredits.BackgroundColor3 = Color3.new(1, 1, 1)
  253. ServerSideSynapseCredits.BackgroundTransparency = 1
  254. ServerSideSynapseCredits.Size = UDim2.new(0, 167, 0, 30)
  255. ServerSideSynapseCredits.Font = Enum.Font.SourceSans
  256. ServerSideSynapseCredits.Text = "Serverside Synapse Credits"
  257. ServerSideSynapseCredits.TextColor3 = Color3.new(0, 0, 0)
  258. ServerSideSynapseCredits.TextSize = 14
  259.  
  260. OK.Name = "OK"
  261. OK.Parent = ServerSideSynapseCredits
  262. OK.BackgroundColor3 = Color3.new(1, 1, 1)
  263. OK.BorderColor3 = Color3.new(0, 0, 0)
  264. OK.Position = UDim2.new(1.46592891, 0, 4.26216221, 0)
  265. OK.Size = UDim2.new(0, 124, 0, 33)
  266. OK.Font = Enum.Font.SourceSans
  267. OK.Text = "OK"
  268. OK.TextColor3 = Color3.new(0, 0, 0)
  269. OK.TextSize = 14
  270.  
  271. ScriptHub_2.Name = "ScriptHub"
  272. ScriptHub_2.Parent = ScreenGui
  273. ScriptHub_2.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  274. ScriptHub_2.Position = UDim2.new(0.0560200661, 0, 0.0987394974, 0)
  275. ScriptHub_2.Size = UDim2.new(0, 424, 0, 304)
  276. ScriptHub_2.Visible = false
  277.  
  278. S_2.Name = "S"
  279. S_2.Parent = ScriptHub_2
  280. S_2.BackgroundColor3 = Color3.new(1, 1, 1)
  281. S_2.BackgroundTransparency = 1
  282. S_2.Position = UDim2.new(-0.0132067055, 0, 0.0111713298, 0)
  283. S_2.Size = UDim2.new(0, 50, 0, 13)
  284. S_2.Font = Enum.Font.SourceSans
  285. S_2.Text = "S"
  286. S_2.TextColor3 = Color3.new(1, 1, 1)
  287. S_2.TextSize = 30
  288.  
  289. X_2.Name = "X"
  290. X_2.Parent = ScriptHub_2
  291. X_2.BackgroundColor3 = Color3.new(1, 1, 1)
  292. X_2.BackgroundTransparency = 1
  293. X_2.Position = UDim2.new(-0.0331824981, 0, -0.00276244129, 0)
  294. X_2.Size = UDim2.new(0, 107, 0, 18)
  295. X_2.Font = Enum.Font.SourceSans
  296. X_2.Text = "X"
  297. X_2.TextColor3 = Color3.new(1, 1, 0)
  298. X_2.TextSize = 19
  299.  
  300. ServerSideSynapseScripthub.Name = "ServerSide Synapse Scripthub"
  301. ServerSideSynapseScripthub.Parent = ScriptHub_2
  302. ServerSideSynapseScripthub.BackgroundColor3 = Color3.new(1, 1, 1)
  303. ServerSideSynapseScripthub.BackgroundTransparency = 1
  304. ServerSideSynapseScripthub.Position = UDim2.new(0.313679248, 0, 0.0111713186, 0)
  305. ServerSideSynapseScripthub.Size = UDim2.new(0, 170, 0, 32)
  306. ServerSideSynapseScripthub.Font = Enum.Font.SourceSans
  307. ServerSideSynapseScripthub.Text = "ServerSide Synapse Scripthub"
  308. ServerSideSynapseScripthub.TextColor3 = Color3.new(1, 1, 1)
  309. ServerSideSynapseScripthub.TextSize = 14
  310.  
  311. ComingSoon_2.Name = "Coming Soon"
  312. ComingSoon_2.Parent = ScriptHub_2
  313. ComingSoon_2.BackgroundColor3 = Color3.new(1, 1, 1)
  314. ComingSoon_2.BackgroundTransparency = 1
  315. ComingSoon_2.Position = UDim2.new(0.148584902, 0, 0.216867477, 0)
  316. ComingSoon_2.Size = UDim2.new(0, 292, 0, 161)
  317. ComingSoon_2.Font = Enum.Font.SourceSans
  318. ComingSoon_2.Text = "Coming Soon!"
  319. ComingSoon_2.TextColor3 = Color3.new(1, 1, 1)
  320. ComingSoon_2.TextSize = 30
  321.  
  322. Close_3.Name = "Close"
  323. Close_3.Parent = ScriptHub_2
  324. Close_3.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  325. Close_3.Position = UDim2.new(0.573113203, 0, 0.864763737, 0)
  326. Close_3.Size = UDim2.new(0, 148, 0, 21)
  327. Close_3.Font = Enum.Font.SourceSans
  328. Close_3.Text = "Close"
  329. Close_3.TextColor3 = Color3.new(1, 1, 1)
  330. Close_3.TextSize = 14
  331. -- Scripts:
  332. function SCRIPT_EEIT65_FAKESCRIPT() -- Execute.LocalScript
  333. getfenv().script = Instance.new('LocalScript', Execute)
  334.  
  335. local scriptinput = script.Parent.Parent.scriptinput
  336. script.Parent.MouseButton1Click:connect(function()
  337. game.ReplicatedStorage.RemoteEvent:FireServer(scriptinput.Text)
  338. end)
  339.  
  340. end
  341. coroutine.resume(coroutine.create(SCRIPT_EEIT65_FAKESCRIPT))
  342. function SCRIPT_IZPF71_FAKESCRIPT() -- Clear.LocalScript
  343. getfenv().script = Instance.new('LocalScript', Clear)
  344.  
  345. local scriptinput = script.Parent.Parent.scriptinput
  346. local clearbtn = script.Parent.Parent.Clear
  347.  
  348. clearbtn.MouseButton1Click:Connect(function()
  349. scriptinput.Text = ""
  350. end)
  351.  
  352. end
  353. coroutine.resume(coroutine.create(SCRIPT_IZPF71_FAKESCRIPT))
  354. function SCRIPT_MBGR87_FAKESCRIPT() -- Options.LocalScript
  355. getfenv().script = Instance.new('LocalScript', Options)
  356.  
  357. script.Parent.MouseButton1Click:Connect(function()
  358. game.Players.LocalPlayer.PlayerGui.ScreenGui.Options.Visible = true
  359. end)
  360.  
  361. end
  362. coroutine.resume(coroutine.create(SCRIPT_MBGR87_FAKESCRIPT))
  363. function SCRIPT_MHXP81_FAKESCRIPT() -- Close.Close
  364. getfenv().script = Instance.new('LocalScript', Close)
  365.  
  366. script.Parent.MouseButton1Click:Connect(function()
  367. game.Players.LocalPlayer.PlayerGui.ScreenGui.Executor.Visible = false
  368. end)
  369.  
  370. end
  371. coroutine.resume(coroutine.create(SCRIPT_MHXP81_FAKESCRIPT))
  372. function SCRIPT_TLXZ77_FAKESCRIPT() -- Close.Open
  373. getfenv().script = Instance.new('LocalScript', Close)
  374.  
  375. script.Parent.MouseButton1Click:Connect(function()
  376. game.Players.LocalPlayer.PlayerGui.ScreenGui.OpenFrame.Visible = true
  377. end)
  378.  
  379. end
  380. coroutine.resume(coroutine.create(SCRIPT_TLXZ77_FAKESCRIPT))
  381. function SCRIPT_WJZT89_FAKESCRIPT() -- Executor.Drag
  382. getfenv().script = Instance.new('LocalScript', Executor)
  383.  
  384. function dragify(Frame)
  385. dragToggle = nil
  386. dragSpeed = .15 -- You can edit this.
  387. dragInput = nil
  388. dragStart = nil
  389. dragPos = nil
  390.  
  391. function updateInput(input)
  392. Delta = input.Position - dragStart
  393. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  394. game:GetService("TweenService"):Create(Frame, TweenInfo.new(dragSpeed), {Position = Position}):Play()
  395. end
  396.  
  397. Frame.InputBegan:Connect(function(input)
  398. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  399. dragToggle = true
  400. dragStart = input.Position
  401. startPos = Frame.Position
  402. input.Changed:Connect(function()
  403. if (input.UserInputState == Enum.UserInputState.End) then
  404. dragToggle = false
  405. end
  406. end)
  407. end
  408. end)
  409.  
  410. Frame.InputChanged:Connect(function(input)
  411. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
  412. dragInput = input
  413. end
  414. end)
  415.  
  416. game:GetService("UserInputService").InputChanged:Connect(function(input)
  417. if (input == dragInput and dragToggle) then
  418. updateInput(input)
  419. end
  420. end)
  421. end
  422.  
  423. dragify(script.Parent)
  424.  
  425. end
  426. coroutine.resume(coroutine.create(SCRIPT_WJZT89_FAKESCRIPT))
  427. function SCRIPT_BOCJ70_FAKESCRIPT() -- buttonthatopenscredits.LocalScript
  428. getfenv().script = Instance.new('LocalScript', buttonthatopenscredits)
  429.  
  430. script.Parent.MouseButton1Click:Connect(function()
  431. game.Players.LocalPlayer.PlayerGui.ScreenGui.Credits.Visible = true
  432. end)
  433.  
  434. end
  435. coroutine.resume(coroutine.create(SCRIPT_BOCJ70_FAKESCRIPT))
  436. function SCRIPT_NYHT77_FAKESCRIPT() -- ScriptHub.LocalScript
  437. getfenv().script = Instance.new('LocalScript', ScriptHub)
  438.  
  439. script.Parent.MouseButton1Click:Connect(function()
  440. game.Players.LocalPlayer.PlayerGui.ScreenGui.ScriptHub.Visible = true
  441. end)
  442.  
  443. end
  444. coroutine.resume(coroutine.create(SCRIPT_NYHT77_FAKESCRIPT))
  445. function SCRIPT_GAAY76_FAKESCRIPT() -- Close_2.LocalScript
  446. getfenv().script = Instance.new('LocalScript', Close_2)
  447.  
  448. script.Parent.MouseButton1Click:Connect(function()
  449. game.Players.LocalPlayer.PlayerGui.ScreenGui.Options.Visible = false
  450. end)
  451.  
  452. end
  453. coroutine.resume(coroutine.create(SCRIPT_GAAY76_FAKESCRIPT))
  454. function SCRIPT_VZMV86_FAKESCRIPT() -- OpenButton.Open
  455. getfenv().script = Instance.new('LocalScript', OpenButton)
  456.  
  457. script.Parent.MouseButton1Click:Connect(function()
  458. game.Players.LocalPlayer.PlayerGui.ScreenGui.Executor.Visible = true
  459. end)
  460.  
  461. end
  462. coroutine.resume(coroutine.create(SCRIPT_VZMV86_FAKESCRIPT))
  463. function SCRIPT_ITTC85_FAKESCRIPT() -- OpenButton.Close
  464. getfenv().script = Instance.new('LocalScript', OpenButton)
  465.  
  466. script.Parent.MouseButton1Click:Connect(function()
  467. game.Players.LocalPlayer.PlayerGui.ScreenGui.OpenFrame.Visible = false
  468. end)
  469.  
  470. end
  471. coroutine.resume(coroutine.create(SCRIPT_ITTC85_FAKESCRIPT))
  472. function SCRIPT_KTZC80_FAKESCRIPT() -- OK.LocalScript
  473. getfenv().script = Instance.new('LocalScript', OK)
  474.  
  475. script.Parent.MouseButton1Click:Connect(function()
  476. game.Players.LocalPlayer.PlayerGui.ScreenGui.Credits.Visible = false
  477. end)
  478.  
  479. end
  480. coroutine.resume(coroutine.create(SCRIPT_KTZC80_FAKESCRIPT))
  481. function SCRIPT_WBPG73_FAKESCRIPT() -- Close_3.LocalScript
  482. getfenv().script = Instance.new('LocalScript', Close_3)
  483.  
  484. script.Parent.MouseButton1Click:Connect(function()
  485. game.Players.LocalPlayer.PlayerGui.ScreenGui.ScriptHub.Visible = false
  486. end)
  487.  
  488. end
  489. coroutine.resume(coroutine.create(SCRIPT_WBPG73_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement