Advertisement
UnArchivable

ArchTool

Jul 23rd, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 17.58 KB | None | 0 0
  1. --Make sure the below key Matches the one in SSH!
  2. _G.LOCALSECUREKEY = "PuvnTGfkPApuqYEC5w5dt3wWLXgqtYze"
  3.  
  4. --[[
  5.           __   __       ___  __   __      
  6.      /\  |__) /  ` |__|  |  /  \ /  \ |    
  7.     /~~\ |  \ \__, |  |  |  \__/ \__/ |___
  8.                     v1.0.0
  9.     By: UnArchivable and TheC0mmunityisback2
  10.  
  11. --]]
  12.  
  13.  
  14. --Gui
  15.  
  16. -- Farewell Infortality.
  17. -- Version: 2.82
  18. -- Instances:
  19. local ArchTool = Instance.new("ScreenGui")
  20. local MainFrame = Instance.new("Frame")
  21. local TitleBar = Instance.new("TextLabel")
  22. local TopBar = Instance.new("Frame")
  23. local CloseButton = Instance.new("TextButton")
  24. local Text = Instance.new("TextBox")
  25. local ExecuteButton = Instance.new("TextButton")
  26. local ClearButton = Instance.new("TextButton")
  27. local Constraint = Instance.new("UIAspectRatioConstraint")
  28. local CreditsButton = Instance.new("TextButton")
  29. local CreditsFrame = Instance.new("Frame")
  30. local TopBar_2 = Instance.new("Frame")
  31. local TitleBar_2 = Instance.new("TextLabel")
  32. local Credit1 = Instance.new("TextLabel")
  33. local Credit2 = Instance.new("TextLabel")
  34. local HubButton = Instance.new("TextButton")
  35. local ScriptHubFrame = Instance.new("Frame")
  36. local TitleBar_3 = Instance.new("TextLabel")
  37. local Hub_1 = Instance.new("TextButton")
  38. local Hub_2 = Instance.new("TextButton")
  39. local TopBar_3 = Instance.new("Frame")
  40. local Hub_3 = Instance.new("TextButton")
  41. local SpawnButton = Instance.new("TextButton")
  42. local SideFrame = Instance.new("Frame")
  43. local Open = Instance.new("TextButton")
  44. --Properties:
  45. ArchTool.Name = "ArchTool"
  46. ArchTool.Parent = game.Players.LocalPlayer.PlayerGui
  47. ArchTool.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  48.  
  49. MainFrame.Name = "MainFrame"
  50. MainFrame.Parent = ArchTool
  51. MainFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  52. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  53. MainFrame.BorderSizePixel = 0
  54. MainFrame.Position = UDim2.new(-0.5, 0, 0.499000013, 0)
  55. MainFrame.Size = UDim2.new(0.439595908, 0, 0.488699406, 0)
  56.  
  57. TitleBar.Name = "TitleBar"
  58. TitleBar.Parent = MainFrame
  59. TitleBar.AnchorPoint = Vector2.new(0.5, 0.5)
  60. TitleBar.BackgroundColor3 = Color3.new(1, 1, 1)
  61. TitleBar.BorderSizePixel = 0
  62. TitleBar.Position = UDim2.new(0.483333349, 0, 0.0305048656, 0)
  63. TitleBar.Size = UDim2.new(0.966666996, 0, 0.0461948738, 0)
  64. TitleBar.Text = "     ArchTool V1.0.0 "
  65. TitleBar.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  66. TitleBar.TextScaled = true
  67. TitleBar.TextSize = 14
  68. TitleBar.TextWrapped = true
  69. TitleBar.TextXAlignment = Enum.TextXAlignment.Left
  70. TitleBar.TextYAlignment = Enum.TextYAlignment.Bottom
  71.  
  72. TopBar.Name = "TopBar"
  73. TopBar.Parent = MainFrame
  74. TopBar.AnchorPoint = Vector2.new(0.5, 0.5)
  75. TopBar.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  76. TopBar.BorderSizePixel = 0
  77. TopBar.Position = UDim2.new(0.497222453, 0, 0.0551700853, 0)
  78. TopBar.Size = UDim2.new(0.938888907, 0, 0.00366173196, 0)
  79.  
  80. CloseButton.Name = "CloseButton"
  81. CloseButton.Parent = MainFrame
  82. CloseButton.AnchorPoint = Vector2.new(0.5, 0.5)
  83. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  84. CloseButton.BorderColor3 = Color3.new(1, 1, 1)
  85. CloseButton.BorderSizePixel = 0
  86. CloseButton.Position = UDim2.new(0.980555832, 0, 0.0315987654, 0)
  87. CloseButton.Size = UDim2.new(0.0277777798, 0, 0.0483827144, 0)
  88. CloseButton.Text = "X"
  89. CloseButton.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  90. CloseButton.TextScaled = true
  91. CloseButton.TextSize = 14
  92. CloseButton.TextWrapped = true
  93.  
  94. Text.Name = "Text"
  95. Text.Parent = MainFrame
  96. Text.AnchorPoint = Vector2.new(0.5, 0.5)
  97. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  98. Text.BorderColor3 = Color3.new(1, 1, 1)
  99. Text.Position = UDim2.new(0.497222394, 0, 0.48888889, 0)
  100. Text.Size = UDim2.new(0.938889027, 0, 0.8296296, 0)
  101. Text.ClearTextOnFocus = false
  102. Text.MultiLine = true
  103. Text.PlaceholderColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  104. Text.PlaceholderText = "--Lua Script"
  105. Text.Text = ""
  106. Text.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  107. Text.TextSize = 14
  108. Text.TextWrapped = true
  109. Text.TextXAlignment = Enum.TextXAlignment.Left
  110. Text.TextYAlignment = Enum.TextYAlignment.Top
  111.  
  112. ExecuteButton.Name = "ExecuteButton"
  113. ExecuteButton.Parent = MainFrame
  114. ExecuteButton.AnchorPoint = Vector2.new(0.5, 0.5)
  115. ExecuteButton.BackgroundColor3 = Color3.new(1, 1, 1)
  116. ExecuteButton.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  117. ExecuteButton.Position = UDim2.new(0.0972221866, 0, 0.955555558, 0)
  118. ExecuteButton.Size = UDim2.new(0.138888896, 0, 0.0543209873, 0)
  119. ExecuteButton.Font = Enum.Font.Gotham
  120. ExecuteButton.Text = "Execute"
  121. ExecuteButton.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  122. ExecuteButton.TextScaled = true
  123. ExecuteButton.TextSize = 14
  124. ExecuteButton.TextWrapped = true
  125.  
  126. ClearButton.Name = "ClearButton"
  127. ClearButton.Parent = MainFrame
  128. ClearButton.AnchorPoint = Vector2.new(0.5, 0.5)
  129. ClearButton.BackgroundColor3 = Color3.new(1, 1, 1)
  130. ClearButton.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  131. ClearButton.Position = UDim2.new(0.297314167, 0, 0.955555558, 0)
  132. ClearButton.Size = UDim2.new(0.138888896, 0, 0.0543209873, 0)
  133. ClearButton.Text = "Clear"
  134. ClearButton.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  135. ClearButton.TextScaled = true
  136. ClearButton.TextSize = 14
  137. ClearButton.TextWrapped = true
  138. ClearButton.TextYAlignment = Enum.TextYAlignment.Bottom
  139.  
  140. Constraint.Name = "Constraint"
  141. Constraint.Parent = MainFrame
  142. Constraint.AspectRatio = 1.777777671814
  143.  
  144. CreditsButton.Name = "CreditsButton"
  145. CreditsButton.Parent = MainFrame
  146. CreditsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  147. CreditsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  148. CreditsButton.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  149. CreditsButton.Position = UDim2.new(0.896487057, 0, 0.955555558, 0)
  150. CreditsButton.Size = UDim2.new(0.138888896, 0, 0.0543209873, 0)
  151. CreditsButton.Font = Enum.Font.Gotham
  152. CreditsButton.Text = "Credits"
  153. CreditsButton.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  154. CreditsButton.TextScaled = true
  155. CreditsButton.TextSize = 14
  156. CreditsButton.TextWrapped = true
  157.  
  158. CreditsFrame.Name = "CreditsFrame"
  159. CreditsFrame.Parent = MainFrame
  160. CreditsFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  161. CreditsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  162. CreditsFrame.BorderSizePixel = 0
  163. CreditsFrame.Position = UDim2.new(1.08993506, 0, 0.5, 0)
  164. CreditsFrame.Size = UDim2.new(0.180000022, 0, 1, 0)
  165. CreditsFrame.Visible = false
  166.  
  167. TopBar_2.Name = "TopBar"
  168. TopBar_2.Parent = CreditsFrame
  169. TopBar_2.AnchorPoint = Vector2.new(0.5, 0.5)
  170. TopBar_2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  171. TopBar_2.BorderSizePixel = 0
  172. TopBar_2.Position = UDim2.new(0.404313982, 0, 0.0551700629, 0)
  173. TopBar_2.Size = UDim2.new(1.17827678, 0, 0.00366176548, 0)
  174.  
  175. TitleBar_2.Name = "TitleBar"
  176. TitleBar_2.Parent = CreditsFrame
  177. TitleBar_2.AnchorPoint = Vector2.new(0.5, 0.5)
  178. TitleBar_2.BackgroundColor3 = Color3.new(1, 1, 1)
  179. TitleBar_2.BorderSizePixel = 0
  180. TitleBar_2.Position = UDim2.new(0.5, 0, 0.03050486, 0)
  181. TitleBar_2.Size = UDim2.new(0.999998808, 0, 0.0461949036, 0)
  182. TitleBar_2.Text = "Credits"
  183. TitleBar_2.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  184. TitleBar_2.TextScaled = true
  185. TitleBar_2.TextSize = 14
  186. TitleBar_2.TextWrapped = true
  187.  
  188. Credit1.Name = "Credit1"
  189. Credit1.Parent = CreditsFrame
  190. Credit1.AnchorPoint = Vector2.new(0.5, 0.5)
  191. Credit1.BackgroundColor3 = Color3.new(1, 1, 1)
  192. Credit1.BorderSizePixel = 0
  193. Credit1.Position = UDim2.new(0.483218163, 0, 0.0888888612, 0)
  194. Credit1.Size = UDim2.new(0.816897154, 0, 0.0345678963, 0)
  195. Credit1.Text = "UnArchivable"
  196. Credit1.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  197. Credit1.TextScaled = true
  198. Credit1.TextSize = 14
  199. Credit1.TextWrapped = true
  200.  
  201. Credit2.Name = "Credit2"
  202. Credit2.Parent = CreditsFrame
  203. Credit2.AnchorPoint = Vector2.new(0.5, 0.5)
  204. Credit2.BackgroundColor3 = Color3.new(1, 1, 1)
  205. Credit2.BorderSizePixel = 0
  206. Credit2.Position = UDim2.new(0.483218163, 0, 0.150617242, 0)
  207. Credit2.Size = UDim2.new(0.816897154, 0, 0.0345678963, 0)
  208. Credit2.Text = "TheC0mmunityisback2"
  209. Credit2.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  210. Credit2.TextScaled = true
  211. Credit2.TextSize = 14
  212. Credit2.TextWrapped = true
  213.  
  214. HubButton.Name = "HubButton"
  215. HubButton.Parent = MainFrame
  216. HubButton.AnchorPoint = Vector2.new(0.5, 0.5)
  217. HubButton.BackgroundColor3 = Color3.new(1, 1, 1)
  218. HubButton.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  219. HubButton.Position = UDim2.new(0.700714886, 0, 0.955555558, 0)
  220. HubButton.Size = UDim2.new(0.138888896, 0, 0.0543209873, 0)
  221. HubButton.Font = Enum.Font.Gotham
  222. HubButton.Text = "Script Hub"
  223. HubButton.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  224. HubButton.TextScaled = true
  225. HubButton.TextSize = 14
  226. HubButton.TextStrokeColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  227. HubButton.TextWrapped = true
  228.  
  229. ScriptHubFrame.Name = "ScriptHubFrame"
  230. ScriptHubFrame.Parent = MainFrame
  231. ScriptHubFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  232. ScriptHubFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  233. ScriptHubFrame.BorderSizePixel = 0
  234. ScriptHubFrame.Position = UDim2.new(-0.0819400474, 0, 0.5, 0)
  235. ScriptHubFrame.Size = UDim2.new(0.180000022, 0, 1, 0)
  236. ScriptHubFrame.Visible = false
  237.  
  238. TitleBar_3.Name = "TitleBar"
  239. TitleBar_3.Parent = ScriptHubFrame
  240. TitleBar_3.AnchorPoint = Vector2.new(0.5, 0.5)
  241. TitleBar_3.BackgroundColor3 = Color3.new(1, 1, 1)
  242. TitleBar_3.BorderSizePixel = 0
  243. TitleBar_3.Position = UDim2.new(0.561274529, 0, 0.0268011671, 0)
  244. TitleBar_3.Size = UDim2.new(0.999998808, 0, 0.0536023155, 0)
  245. TitleBar_3.Text = "Script Hub"
  246. TitleBar_3.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  247. TitleBar_3.TextScaled = true
  248. TitleBar_3.TextSize = 14
  249. TitleBar_3.TextWrapped = true
  250.  
  251. Hub_1.Name = "Hub_1"
  252. Hub_1.Parent = ScriptHubFrame
  253. Hub_1.AnchorPoint = Vector2.new(0.5, 0.5)
  254. Hub_1.BackgroundColor3 = Color3.new(1, 1, 1)
  255. Hub_1.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  256. Hub_1.Position = UDim2.new(0.543811262, 0, 0.140931383, 0)
  257. Hub_1.Size = UDim2.new(0.903799057, 0, 0.0661764741, 0)
  258. Hub_1.Text = "Quantum Admin"
  259. Hub_1.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  260. Hub_1.TextScaled = true
  261. Hub_1.TextSize = 14
  262. Hub_1.TextWrapped = true
  263.  
  264. Hub_2.Name = "Hub_2"
  265. Hub_2.Parent = ScriptHubFrame
  266. Hub_2.AnchorPoint = Vector2.new(0.5, 0.5)
  267. Hub_2.BackgroundColor3 = Color3.new(1, 1, 1)
  268. Hub_2.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  269. Hub_2.Position = UDim2.new(0.543811262, 0, 0.244475007, 0)
  270. Hub_2.Size = UDim2.new(0.903799057, 0, 0.0661764741, 0)
  271. Hub_2.Text = "Nebula's Stuff"
  272. Hub_2.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  273. Hub_2.TextScaled = true
  274. Hub_2.TextSize = 14
  275. Hub_2.TextWrapped = true
  276.  
  277. TopBar_3.Name = "TopBar"
  278. TopBar_3.Parent = ScriptHubFrame
  279. TopBar_3.AnchorPoint = Vector2.new(0.5, 0.5)
  280. TopBar_3.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  281. TopBar_3.BorderSizePixel = 0
  282. TopBar_3.Position = UDim2.new(0.657071352, 0, 0.0551700629, 0)
  283. TopBar_3.Size = UDim2.new(1.17827678, 0, 0.00366176548, 0)
  284.  
  285. Hub_3.Name = "Hub_3"
  286. Hub_3.Parent = ScriptHubFrame
  287. Hub_3.AnchorPoint = Vector2.new(0.5, 0.5)
  288. Hub_3.BackgroundColor3 = Color3.new(1, 1, 1)
  289. Hub_3.BorderColor3 = Color3.new(1, 1, 1)
  290. Hub_3.Position = UDim2.new(1.00782359, 0, 0.971287608, 0)
  291. Hub_3.Size = UDim2.new(0.105203524, 0, 0.0228569862, 0)
  292. Hub_3.Text = ""
  293. Hub_3.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  294. Hub_3.TextScaled = true
  295. Hub_3.TextSize = 14
  296. Hub_3.TextWrapped = true
  297.  
  298. SpawnButton.Name = "SpawnButton"
  299. SpawnButton.Parent = MainFrame
  300. SpawnButton.AnchorPoint = Vector2.new(0.5, 0.5)
  301. SpawnButton.BackgroundColor3 = Color3.new(1, 1, 1)
  302. SpawnButton.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  303. SpawnButton.Position = UDim2.new(0.460373312, 0, 0.955555618, 0)
  304. SpawnButton.Size = UDim2.new(0.0818272755, 0, 0.0543209873, 0)
  305. SpawnButton.Font = Enum.Font.Gotham
  306. SpawnButton.Text = "Spawn"
  307. SpawnButton.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  308. SpawnButton.TextScaled = true
  309. SpawnButton.TextSize = 14
  310. SpawnButton.TextWrapped = true
  311.  
  312. SideFrame.Name = "SideFrame"
  313. SideFrame.Parent = ArchTool
  314. SideFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  315. SideFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  316. SideFrame.BorderSizePixel = 0
  317. SideFrame.Position = UDim2.new(0.939999998, 0, 0.949999988, 0)
  318. SideFrame.Size = UDim2.new(0.069156304, 0, 0.0451436453, 0)
  319.  
  320. Open.Name = "Open"
  321. Open.Parent = SideFrame
  322. Open.AnchorPoint = Vector2.new(0.5, 0.5)
  323. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  324. Open.BorderSizePixel = 0
  325. Open.Position = UDim2.new(0.5, 0, 0.49999994, 0)
  326. Open.Size = UDim2.new(1, 0, 0.999999881, 0)
  327. Open.Text = "Open"
  328. Open.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  329. Open.TextSize = 14
  330. Open.TextWrapped = true
  331. -- Scripts:
  332. function SCRIPT_MQWR78_FAKESCRIPT() -- CloseButton._
  333.     local script = Instance.new('LocalScript')
  334.     script.Parent = CloseButton
  335.     local OpenButon = script.Parent.Parent.Parent.SideFrame
  336.     local Frame = script.Parent.Parent
  337.     script.Parent.MouseButton1Click:Connect(function()
  338.         Frame:TweenPosition(UDim2.new(-0.5,0,0.494,0), 'Out', 'Bounce')
  339.         OpenButon:TweenPosition(UDim2.new(0.94,0,0.95,0), 'Out', 'Bounce')
  340.     end)   
  341.    
  342.  
  343. end
  344. coroutine.resume(coroutine.create(SCRIPT_MQWR78_FAKESCRIPT))
  345. function SCRIPT_XWQF75_FAKESCRIPT() -- ExecuteButton._
  346.     local script = Instance.new('LocalScript')
  347.     script.Parent = ExecuteButton
  348.     script.Parent.MouseButton1Click:Connect(function()
  349.         local Key = _G.LOCALSECUREKEY
  350.         local Script = script.Parent.Parent:FindFirstChild("Text").Text
  351.         wait(0.5)
  352.         game.ReplicatedStorage.SSH:FireServer(Script, Key)
  353.     end)
  354.  
  355. end
  356. coroutine.resume(coroutine.create(SCRIPT_XWQF75_FAKESCRIPT))
  357. function SCRIPT_MEWF88_FAKESCRIPT() -- ClearButton._
  358.     local script = Instance.new('LocalScript')
  359.     script.Parent = ClearButton
  360.     script.Parent.MouseButton1Click:Connect(function()
  361.          script.Parent.Parent:FindFirstChild("Text").Text = ""
  362.     end)
  363.  
  364. end
  365. coroutine.resume(coroutine.create(SCRIPT_MEWF88_FAKESCRIPT))
  366. function SCRIPT_JWUK84_FAKESCRIPT() -- MainFrame.FrameSettings
  367.     local script = Instance.new('LocalScript')
  368.     script.Parent = MainFrame
  369.     local UserInputService = game:GetService("UserInputService")
  370.    
  371.     local gui = script.Parent
  372.    
  373.     local dragging
  374.     local dragInput
  375.     local dragStart
  376.     local startPos
  377.    
  378.     local function update(input)
  379.         local delta = input.Position - dragStart
  380.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  381.     end
  382.    
  383.     gui.InputBegan:Connect(function(input)
  384.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  385.             dragging = true
  386.             dragStart = input.Position
  387.             startPos = gui.Position
  388.            
  389.             input.Changed:Connect(function()
  390.                 if input.UserInputState == Enum.UserInputState.End then
  391.                     dragging = false
  392.                 end
  393.             end)
  394.         end
  395.     end)
  396.    
  397.     gui.InputChanged:Connect(function(input)
  398.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  399.             dragInput = input
  400.         end
  401.     end)
  402.    
  403.     UserInputService.InputChanged:Connect(function(input)
  404.         if input == dragInput and dragging then
  405.             update(input)
  406.         end
  407.     end)
  408.  
  409. end
  410. coroutine.resume(coroutine.create(SCRIPT_JWUK84_FAKESCRIPT))
  411. function SCRIPT_VRTL83_FAKESCRIPT() -- CreditsButton._
  412.     local script = Instance.new('LocalScript')
  413.     script.Parent = CreditsButton
  414.     script.Parent.MouseButton1Click:Connect(function()
  415.         script.Parent.Parent.CreditsFrame.Visible = true
  416.         wait(5)
  417.         script.Parent.Parent.CreditsFrame.Visible = false
  418.     end)
  419.    
  420.  
  421. end
  422. coroutine.resume(coroutine.create(SCRIPT_VRTL83_FAKESCRIPT))
  423. function SCRIPT_MSWG85_FAKESCRIPT() -- HubButton._
  424.     local script = Instance.new('LocalScript')
  425.     script.Parent = HubButton
  426.     script.Parent.MouseButton1Click:Connect(function()
  427.         script.Parent.Parent.ScriptHubFrame.Visible = true
  428.         wait(10)
  429.         script.Parent.Parent.ScriptHubFrame.Visible = false
  430.     end)
  431.  
  432. end
  433. coroutine.resume(coroutine.create(SCRIPT_MSWG85_FAKESCRIPT))
  434. function SCRIPT_DTLI70_FAKESCRIPT() -- Hub_1._
  435.     local script = Instance.new('LocalScript')
  436.     script.Parent = Hub_1
  437.     script.Parent.MouseButton1Click:Connect(function()
  438.         script.Parent.Parent.Parent:FindFirstChild("Text").Text = script.Parent.QA.Value
  439.         script.Parent.Parent.Visible = false
  440.     end)
  441.  
  442. end
  443. coroutine.resume(coroutine.create(SCRIPT_DTLI70_FAKESCRIPT))
  444. function SCRIPT_RZCU66_FAKESCRIPT() -- Hub_2._
  445.     local script = Instance.new('LocalScript')
  446.     script.Parent = Hub_2
  447.     script.Parent.MouseButton1Click:Connect(function()
  448.         script.Parent.Parent.Parent:FindFirstChild("Text").Text = script.Parent.NS.Value
  449.         script.Parent.Parent.Visible = false
  450.     end)
  451.  
  452. end
  453. coroutine.resume(coroutine.create(SCRIPT_RZCU66_FAKESCRIPT))
  454. function SCRIPT_SFPC86_FAKESCRIPT() -- Hub_3._
  455.     local script = Instance.new('LocalScript')
  456.     script.Parent = Hub_3
  457.     script.Parent.MouseButton1Click:Connect(function()
  458.         script.Parent.Parent.Parent:FindFirstChild("Text").Text = script.Parent.UTG.Value
  459.         script.Parent.Parent.Visible = false
  460.     end)
  461.  
  462. end
  463. coroutine.resume(coroutine.create(SCRIPT_SFPC86_FAKESCRIPT))
  464. function SCRIPT_CCTM67_FAKESCRIPT() -- SpawnButton._
  465.     local script = Instance.new('LocalScript')
  466.     script.Parent = SpawnButton
  467.     script.Parent.MouseButton1Click:Connect(function()
  468.         local ScriptToRun = ""
  469.         local Key = "Respawn" --Doesn't need changed, you can if you wish.
  470.         game.ReplicatedStorage.SSH:FireServer(ScriptToRun, Key)
  471.     end)
  472.  
  473. end
  474. coroutine.resume(coroutine.create(SCRIPT_CCTM67_FAKESCRIPT))
  475. function SCRIPT_FOBR77_FAKESCRIPT() -- Open._
  476.     local script = Instance.new('LocalScript')
  477.     script.Parent = Open
  478.     local OpenButton = script.Parent.Parent
  479.     local Frame = script.Parent.Parent.Parent.MainFrame
  480.     script.Parent.MouseButton1Click:Connect(function()
  481.         OpenButton:TweenPosition(UDim2.new(-0.049,0,0.95,0), 'Out', 'Bounce')
  482.         Frame:TweenPosition(UDim2.new(0.5,0,0.494,0), 'Out', 'Bounce')
  483.     end)
  484.  
  485. end
  486. coroutine.resume(coroutine.create(SCRIPT_FOBR77_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement