Facebook
From Tinct Cassowary, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 198
  1. function RegenSSTGUI()
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local MainMenu = Instance.new("ScreenGui")
  6. local MainPart = Instance.new("Frame")
  7. local TopBar = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local Line01 = Instance.new("Frame")
  10. local Command = Instance.new("Frame")
  11. local Title_2 = Instance.new("Frame")
  12. local Command_Name = Instance.new("TextLabel")
  13. local Buttons = Instance.new("Frame")
  14. local On = Instance.new("TextButton")
  15. local Off = Instance.new("TextButton")
  16. local Announce = Instance.new("ScrollingFrame")
  17. local Spam = Instance.new("TextButton")
  18. local PlayOnce = Instance.new("TextButton")
  19. local SDelay = Instance.new("TextButton")
  20. local TextBox = Instance.new("TextBox")
  21. local Manual = Instance.new("TextButton")
  22. local Kill = Instance.new("ScrollingFrame")
  23. local Random = Instance.new("TextButton")
  24. local All = Instance.new("TextButton")
  25. local Player = Instance.new("TextButton")
  26. local TextBox_2 = Instance.new("TextBox")
  27. local TextLabel = Instance.new("TextLabel")
  28. local Nil = Instance.new("ScrollingFrame")
  29. local TextLabel_2 = Instance.new("TextLabel")
  30. local SCP = Instance.new("ScrollingFrame")
  31. local S096 = Instance.new("TextButton")
  32. local S049 = Instance.new("TextButton")
  33. local S106 = Instance.new("TextButton")
  34. local Line02 = Instance.new("Frame")
  35. local Credit = Instance.new("TextLabel")
  36. local ButtonList = Instance.new("ScrollingFrame")
  37. local Breach = Instance.new("TextButton")
  38. local UIGridLayout = Instance.new("UIGridLayout")
  39. local Blackout = Instance.new("TextButton")
  40. local HCZLock = Instance.new("TextButton")
  41. local MCZ = Instance.new("TextButton")
  42. local CI = Instance.new("TextButton")
  43. local Breach2 = Instance.new("TextButton")
  44. local Riot = Instance.new("TextButton")
  45. local NTF = Instance.new("TextButton")
  46. local Kill_2 = Instance.new("TextButton")
  47. local SCP_2 = Instance.new("TextButton")
  48. local LOG = Instance.new("TextButton")
  49. --Properties:
  50. MainMenu.Name = "Site17GUI"
  51. MainMenu.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  52. MainMenu.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  53.  
  54. MainPart.Name = "MainPart"
  55. MainPart.Parent = MainMenu
  56. MainPart.BackgroundColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  57. MainPart.BackgroundTransparency = 0.20000000298023
  58. MainPart.BorderColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  59. MainPart.Position = UDim2.new(0.833825707, 0, 0.310055852, 0)
  60. MainPart.Size = UDim2.new(0, 189, 0, 337)
  61.  
  62. TopBar.Name = "TopBar"
  63. TopBar.Parent = MainPart
  64. TopBar.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  65. TopBar.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  66. TopBar.Size = UDim2.new(0, 189, 0, 54)
  67.  
  68. Title.Name = "Title"
  69. Title.Parent = TopBar
  70. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  71. Title.BackgroundTransparency = 1
  72. Title.Size = UDim2.new(0, 189, 0, 54)
  73. Title.Font = Enum.Font.Code
  74. Title.Text = "Site-17"
  75. Title.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  76. Title.TextSize = 35
  77. Title.TextStrokeColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  78.  
  79. Line01.Name = "Line01"
  80. Line01.Parent = MainPart
  81. Line01.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  82. Line01.BorderColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  83. Line01.Position = UDim2.new(0, 0, 0.71216619, 0)
  84. Line01.Size = UDim2.new(0, 189, 0, 9)
  85.  
  86. Command.Name = "Command"
  87. Command.Parent = MainPart
  88. Command.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  89. Command.BackgroundTransparency = 1
  90. Command.BorderColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  91. Command.Position = UDim2.new(0, 0, 0.160237387, 0)
  92. Command.Size = UDim2.new(0, 189, 0, 186)
  93.  
  94. Title_2.Name = "Title"
  95. Title_2.Parent = Command
  96. Title_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  97. Title_2.BorderColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  98. Title_2.Position = UDim2.new(0, 0, 0.129032254, 0)
  99. Title_2.Size = UDim2.new(0, 189, 0, 48)
  100.  
  101. Command_Name.Name = "Command_Name"
  102. Command_Name.Parent = Title_2
  103. Command_Name.BackgroundColor3 = Color3.new(1, 1, 1)
  104. Command_Name.BackgroundTransparency = 1
  105. Command_Name.BorderColor3 = Color3.new(1, 1, 1)
  106. Command_Name.Size = UDim2.new(0, 189, 0, 48)
  107. Command_Name.Font = Enum.Font.SciFi
  108. Command_Name.Text = "Command_Name"
  109. Command_Name.TextColor3 = Color3.new(0, 0, 0)
  110. Command_Name.TextSize = 14
  111.  
  112. Buttons.Name = "Buttons"
  113. Buttons.Parent = Command
  114. Buttons.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  115. Buttons.BackgroundTransparency = 1
  116. Buttons.BorderColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  117. Buttons.Position = UDim2.new(0, 0, 0.387096763, 0)
  118. Buttons.Size = UDim2.new(0, 189, 0, 114)
  119.  
  120. On.Name = "On"
  121. On.Parent = Buttons
  122. On.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  123. On.BorderColor3 = Color3.new(0.180392, 0.8, 0.443137)
  124. On.Size = UDim2.new(0, 95, 0, 52)
  125. On.Font = Enum.Font.ArialBold
  126. On.Text = "ON"
  127. On.TextColor3 = Color3.new(0, 0, 0)
  128. On.TextSize = 14
  129.  
  130. Off.Name = "Off"
  131. Off.Parent = Buttons
  132. Off.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  133. Off.BorderColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  134. Off.Position = UDim2.new(0.502645493, 0, 0, 0)
  135. Off.Size = UDim2.new(0, 94, 0, 52)
  136. Off.Font = Enum.Font.ArialBold
  137. Off.Text = "OFF"
  138. Off.TextColor3 = Color3.new(0, 0, 0)
  139. Off.TextSize = 14
  140.  
  141. Announce.Name = "Announce"
  142. Announce.Parent = Buttons
  143. Announce.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  144. Announce.BorderColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  145. Announce.Position = UDim2.new(0, 0, 0.456140339, 0)
  146. Announce.Size = UDim2.new(0, 189, 0, 62)
  147. Announce.Visible = false
  148. Announce.ScrollBarThickness = 0
  149.  
  150. Spam.Name = "Spam"
  151. Spam.Parent = Announce
  152. Spam.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  153. Spam.BorderColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  154. Spam.Size = UDim2.new(0, 69, 0, 20)
  155. Spam.Font = Enum.Font.SourceSans
  156. Spam.Text = "Spam"
  157. Spam.TextColor3 = Color3.new(0, 0, 0)
  158. Spam.TextSize = 14
  159.  
  160. PlayOnce.Name = "PlayOnce"
  161. PlayOnce.Parent = Announce
  162. PlayOnce.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  163. PlayOnce.BorderColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  164. PlayOnce.Position = UDim2.new(0.365079373, 0, 0, 0)
  165. PlayOnce.Size = UDim2.new(0, 69, 0, 20)
  166. PlayOnce.Font = Enum.Font.SourceSans
  167. PlayOnce.Text = "Play Once"
  168. PlayOnce.TextColor3 = Color3.new(0, 0, 0)
  169. PlayOnce.TextSize = 14
  170.  
  171. SDelay.Name = "SDelay"
  172. SDelay.Parent = Announce
  173. SDelay.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  174. SDelay.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  175. SDelay.Position = UDim2.new(1.86264515e-09, 0, 0.184210524, 0)
  176. SDelay.Size = UDim2.new(0, 69, 0, 20)
  177. SDelay.Font = Enum.Font.SourceSans
  178. SDelay.Text = "Set Delay"
  179. SDelay.TextColor3 = Color3.new(0, 0, 0)
  180. SDelay.TextSize = 14
  181.  
  182. TextBox.Parent = Announce
  183. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  184. TextBox.BorderColor3 = Color3.new(1, 1, 1)
  185. TextBox.Position = UDim2.new(0, 0, 0.100800775, 0)
  186. TextBox.Size = UDim2.new(0, 69, 0, 20)
  187. TextBox.Font = Enum.Font.SourceSans
  188. TextBox.PlaceholderText = "Delay in Seconds"
  189. TextBox.Text = ""
  190. TextBox.TextColor3 = Color3.new(0, 0, 0)
  191. TextBox.TextScaled = true
  192. TextBox.TextSize = 14
  193. TextBox.TextWrapped = true
  194.  
  195. Manual.Name = "Manual"
  196. Manual.Parent = Announce
  197. Manual.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  198. Manual.BorderColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  199. Manual.Position = UDim2.new(0.730158746, 0, 0, 0)
  200. Manual.Size = UDim2.new(0, 51, 0, 20)
  201. Manual.Font = Enum.Font.SourceSans
  202. Manual.Text = "Manual"
  203. Manual.TextColor3 = Color3.new(0, 0, 0)
  204. Manual.TextSize = 14
  205.  
  206. Kill.Name = "Kill"
  207. Kill.Parent = Buttons
  208. Kill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  209. Kill.BorderColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  210. Kill.Position = UDim2.new(0, 0, 0.456140339, 0)
  211. Kill.Size = UDim2.new(0, 189, 0, 62)
  212. Kill.Visible = false
  213. Kill.ScrollBarThickness = 0
  214.  
  215. Random.Name = "Random"
  216. Random.Parent = Kill
  217. Random.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  218. Random.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  219. Random.Size = UDim2.new(0, 69, 0, 20)
  220. Random.Font = Enum.Font.SourceSans
  221. Random.Text = "Random"
  222. Random.TextColor3 = Color3.new(0, 0, 0)
  223. Random.TextSize = 14
  224.  
  225. All.Name = "All"
  226. All.Parent = Kill
  227. All.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  228. All.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  229. All.Position = UDim2.new(0.365079373, 0, 0, 0)
  230. All.Size = UDim2.new(0, 69, 0, 20)
  231. All.Font = Enum.Font.SourceSans
  232. All.Text = "All"
  233. All.TextColor3 = Color3.new(0, 0, 0)
  234. All.TextSize = 14
  235.  
  236. Player.Name = "Player"
  237. Player.Parent = Kill
  238. Player.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  239. Player.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  240. Player.Position = UDim2.new(0, 0, 0.184210524, 0)
  241. Player.Size = UDim2.new(0, 69, 0, 20)
  242. Player.Font = Enum.Font.SourceSans
  243. Player.Text = "Player"
  244. Player.TextColor3 = Color3.new(0, 0, 0)
  245. Player.TextSize = 14
  246.  
  247. TextBox_2.Parent = Kill
  248. TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  249. TextBox_2.BorderColor3 = Color3.new(1, 1, 1)
  250. TextBox_2.Position = UDim2.new(0, 0, 0.100800775, 0)
  251. TextBox_2.Size = UDim2.new(0, 69, 0, 20)
  252. TextBox_2.Font = Enum.Font.SourceSans
  253. TextBox_2.Text = ""
  254. TextBox_2.TextColor3 = Color3.new(0, 0, 0)
  255. TextBox_2.TextScaled = true
  256. TextBox_2.TextSize = 14
  257. TextBox_2.TextWrapped = true
  258.  
  259. TextLabel.Parent = Kill
  260. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  261. TextLabel.BackgroundTransparency = 1
  262. TextLabel.Position = UDim2.new(0.428571403, 0, 0.0988360047, 0)
  263. TextLabel.Size = UDim2.new(0, 91, 0, 29)
  264. TextLabel.Font = Enum.Font.Code
  265. TextLabel.Text = "Mode: Random"
  266. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  267. TextLabel.TextSize = 14
  268.  
  269. Nil.Name = "Nil"
  270. Nil.Parent = Buttons
  271. Nil.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  272. Nil.BorderColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  273. Nil.Position = UDim2.new(0, 0, 0.456140339, 0)
  274. Nil.Size = UDim2.new(0, 189, 0, 62)
  275. Nil.ScrollBarThickness = 0
  276.  
  277. TextLabel_2.Parent = Nil
  278. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  279. TextLabel_2.BackgroundTransparency = 1
  280. TextLabel_2.Position = UDim2.new(0.259259224, 0, 0.0681342483, 0)
  281. TextLabel_2.Size = UDim2.new(0, 91, 0, 29)
  282. TextLabel_2.Font = Enum.Font.Code
  283. TextLabel_2.Text = "No config avaliable"
  284. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  285. TextLabel_2.TextSize = 14
  286.  
  287. SCP.Name = "SCP"
  288. SCP.Parent = Buttons
  289. SCP.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  290. SCP.BorderColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  291. SCP.Position = UDim2.new(0, 0, 0.456140339, 0)
  292. SCP.Size = UDim2.new(0, 189, 0, 62)
  293. SCP.Visible = false
  294. SCP.ScrollBarThickness = 0
  295.  
  296. S096.Name = "S096"
  297. S096.Parent = SCP
  298. S096.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  299. S096.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  300. S096.Size = UDim2.new(0, 69, 0, 20)
  301. S096.Font = Enum.Font.SourceSans
  302. S096.Text = "SCP-096"
  303. S096.TextColor3 = Color3.new(0, 0, 0)
  304. S096.TextSize = 14
  305.  
  306. S049.Name = "S049"
  307. S049.Parent = SCP
  308. S049.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  309. S049.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  310. S049.Position = UDim2.new(0.365079373, 0, 0, 0)
  311. S049.Size = UDim2.new(0, 69, 0, 20)
  312. S049.Font = Enum.Font.SourceSans
  313. S049.Text = "SCP-049"
  314. S049.TextColor3 = Color3.new(0, 0, 0)
  315. S049.TextSize = 14
  316.  
  317. S106.Name = "S106"
  318. S106.Parent = SCP
  319. S106.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  320. S106.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  321. S106.Position = UDim2.new(0.730158746, 0, 0, 0)
  322. S106.Size = UDim2.new(0, 51, 0, 20)
  323. S106.Font = Enum.Font.SourceSans
  324. S106.Text = "SCP-106"
  325. S106.TextColor3 = Color3.new(0, 0, 0)
  326. S106.TextSize = 14
  327.  
  328. Line02.Name = "Line02"
  329. Line02.Parent = MainPart
  330. Line02.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  331. Line02.BorderColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  332. Line02.Position = UDim2.new(0, 0, 0.160237387, 0)
  333. Line02.Size = UDim2.new(0, 189, 0, 24)
  334.  
  335. Credit.Name = "Credit"
  336. Credit.Parent = Line02
  337. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  338. Credit.BackgroundTransparency = 1
  339. Credit.Size = UDim2.new(0, 189, 0, 24)
  340. Credit.Font = Enum.Font.SourceSans
  341. Credit.Text = "Made by: Hacker & Fadinqx"
  342. Credit.TextColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  343. Credit.TextSize = 14
  344. Credit.TextStrokeColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  345.  
  346. ButtonList.Name = "ButtonList"
  347. ButtonList.Parent = MainPart
  348. ButtonList.BackgroundColor3 = Color3.new(1, 1, 1)
  349. ButtonList.BorderColor3 = Color3.new(1, 1, 1)
  350. ButtonList.Position = UDim2.new(0, 0, 0.738872409, 0)
  351. ButtonList.Size = UDim2.new(0, 189, 0, 88)
  352. ButtonList.CanvasPosition = Vector2.new(0, 22)
  353. ButtonList.ScrollBarThickness = 0
  354.  
  355. Breach.Name = "Breach"
  356. Breach.Parent = ButtonList
  357. Breach.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  358. Breach.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  359. Breach.Position = UDim2.new(0, 0, 0.725000024, 0)
  360. Breach.Size = UDim2.new(0, 63, 0, 22)
  361. Breach.Font = Enum.Font.Code
  362. Breach.Text = "Breach"
  363. Breach.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  364. Breach.TextSize = 14
  365. Breach.TextStrokeColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  366. Breach.TextWrapped = true
  367.  
  368. UIGridLayout.Parent = ButtonList
  369. UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
  370. UIGridLayout.CellPadding = UDim2.new(0, 0, 0, 2)
  371. UIGridLayout.CellSize = UDim2.new(0, 63, 0, 22)
  372.  
  373. Blackout.Name = "Blackout"
  374. Blackout.Parent = ButtonList
  375. Blackout.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  376. Blackout.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  377. Blackout.Position = UDim2.new(0, 0, 0.725000024, 0)
  378. Blackout.Size = UDim2.new(0, 63, 0, 22)
  379. Blackout.Font = Enum.Font.Code
  380. Blackout.Text = "Blackout"
  381. Blackout.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  382. Blackout.TextSize = 14
  383. Blackout.TextStrokeColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  384. Blackout.TextWrapped = true
  385.  
  386. HCZLock.Name = "HCZLock"
  387. HCZLock.Parent = ButtonList
  388. HCZLock.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  389. HCZLock.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  390. HCZLock.Position = UDim2.new(0, 0, 0.725000024, 0)
  391. HCZLock.Size = UDim2.new(0, 63, 0, 22)
  392. HCZLock.Font = Enum.Font.Code
  393. HCZLock.Text = "HCZLock"
  394. HCZLock.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  395. HCZLock.TextSize = 14
  396. HCZLock.TextStrokeColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  397. HCZLock.TextWrapped = true
  398.  
  399. MCZ.Name = "MCZ"
  400. MCZ.Parent = ButtonList
  401. MCZ.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  402. MCZ.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  403. MCZ.Position = UDim2.new(0, 0, 0.725000024, 0)
  404. MCZ.Size = UDim2.new(0, 63, 0, 22)
  405. MCZ.Font = Enum.Font.Code
  406. MCZ.Text = "MCZ"
  407. MCZ.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  408. MCZ.TextSize = 14
  409. MCZ.TextStrokeColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  410. MCZ.TextWrapped = true
  411.  
  412. CI.Name = "CI"
  413. CI.Parent = ButtonList
  414. CI.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  415. CI.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  416. CI.Position = UDim2.new(0, 0, 0.725000024, 0)
  417. CI.Size = UDim2.new(0, 63, 0, 22)
  418. CI.Font = Enum.Font.Code
  419. CI.Text = "CI"
  420. CI.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  421. CI.TextSize = 14
  422. CI.TextStrokeColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  423. CI.TextWrapped = true
  424.  
  425. Breach2.Name = "Breach2"
  426. Breach2.Parent = ButtonList
  427. Breach2.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  428. Breach2.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  429. Breach2.Position = UDim2.new(0, 0, 0.725000024, 0)
  430. Breach2.Size = UDim2.new(0, 63, 0, 22)
  431. Breach2.Font = Enum.Font.Code
  432. Breach2.Text = "Breach2"
  433. Breach2.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  434. Breach2.TextSize = 14
  435. Breach2.TextStrokeColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  436. Breach2.TextWrapped = true
  437.  
  438. Riot.Name = "Riot"
  439. Riot.Parent = ButtonList
  440. Riot.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  441. Riot.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  442. Riot.Position = UDim2.new(0, 0, 0.725000024, 0)
  443. Riot.Size = UDim2.new(0, 63, 0, 22)
  444. Riot.Font = Enum.Font.Code
  445. Riot.Text = "Riot"
  446. Riot.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  447. Riot.TextSize = 14
  448. Riot.TextStrokeColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  449. Riot.TextWrapped = true
  450.  
  451. NTF.Name = "NTF"
  452. NTF.Parent = ButtonList
  453. NTF.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  454. NTF.BorderColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  455. NTF.Position = UDim2.new(0, 0, 0.725000024, 0)
  456. NTF.Size = UDim2.new(0, 63, 0, 22)
  457. NTF.Font = Enum.Font.Code
  458. NTF.Text = "NTF"
  459. NTF.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  460. NTF.TextSize = 14
  461. NTF.TextStrokeColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  462. NTF.TextWrapped = true
  463.  
  464. Kill_2.Name = "Kill"
  465. Kill_2.Parent = ButtonList
  466. Kill_2.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  467. Kill_2.BorderColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  468. Kill_2.Position = UDim2.new(0, 0, 0.725000024, 0)
  469. Kill_2.Size = UDim2.new(0, 63, 0, 22)
  470. Kill_2.Font = Enum.Font.Code
  471. Kill_2.Text = "Kill"
  472. Kill_2.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  473. Kill_2.TextSize = 14
  474. Kill_2.TextStrokeColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  475.  
  476. SCP_2.Name = "SCP"
  477. SCP_2.Parent = ButtonList
  478. SCP_2.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  479. SCP_2.BorderColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  480. SCP_2.Position = UDim2.new(0, 0, 0.725000024, 0)
  481. SCP_2.Size = UDim2.new(0, 63, 0, 22)
  482. SCP_2.Font = Enum.Font.Code
  483. SCP_2.Text = "SCPmove"
  484. SCP_2.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  485. SCP_2.TextSize = 14
  486. SCP_2.TextStrokeColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  487.  
  488. LOG.Name = "LOG"
  489. LOG.Parent = ButtonList
  490. LOG.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  491. LOG.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  492. LOG.Position = UDim2.new(0, 0, 0.725000024, 0)
  493. LOG.Size = UDim2.new(0, 63, 0, 22)
  494. LOG.Font = Enum.Font.Code
  495. LOG.Text = "Chatlog"
  496. LOG.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  497. LOG.TextSize = 14
  498. LOG.TextStrokeColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  499. -- Scripts:
  500. function SCRIPT_ZEDQ79_FAKESCRIPT() -- MainMenu.LocalScript
  501. local script = Instance.new('LocalScript')
  502. script.Parent = MainMenu
  503. --this will provide your exploit with some functions that you can use to make it look more fleshed out.
  504.  
  505. --shows up in chat
  506. --RGB should be an array
  507. function MSG(msg, RGB, font)
  508. local msg_color = Color3.fromRGB(RGB[1], RGB[2], RGB[3])
  509.  
  510. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  511.        Text = msg;
  512.        Color = msg_color; -- {0-255, 0-255, 0-255}
  513.        Font = font; --Arcade, Cartoon, Arial, Legacy, ArialBold, Bodoni, Garamond, SciFi
  514.    })
  515. end
  516.  
  517. function Notify(title,text,duration,icon,func,BTN,BTN2)
  518.  
  519. game.StarterGui:SetCore("SendNotification", {Title=title,Text=text,Icon=icon,Duration=duration,Callback=func,Button1=BTN,Button2=BTN2})
  520. end
  521.  
  522.  
  523. Mbtns = {"Breach","Blackout","HCZLock","MCZ","CI","Breach2","Riot","NTF"}
  524. buttonList = {"ContainmentBreachAnnouncementButtons1","SiteBlackoutButtons","HCZLockdownButtons","MCZBreachAlarmButtons","ChaosInsurgencyBreachAlarmButtons","ContainmentBreachAnnouncementButtons2","ClassDRiotAnnouncementButtons","NineTailedFoxAnnouncementButtons"}
  525. Sbtns = {false,false,false,false,false,false,false,false}
  526.  
  527.  
  528.  
  529. local Event = nil
  530.  
  531. function Remotecheck()
  532. --expand to holding item
  533. if game.Players.LocalPlayer.Backpack:FindFirstChild("P90") == nil then
  534. Notify("ERROR","No P90 detected",1)
  535. return false
  536. else
  537. Event = game.Players.LocalPlayer.Backpack.P90.RemoteEvent
  538. return true
  539. end
  540. end
  541.  
  542. function btn(d,m)
  543. fireclickdetector(game.workspace[m].play.ClickDetector)
  544. wait(d)
  545. fireclickdetector(game.workspace[m].stop.ClickDetector)
  546. wait(d)
  547. end
  548. function play(m)
  549. fireclickdetector(game.workspace[m].play.ClickDetector)
  550. end
  551. function stop (m)
  552. fireclickdetector(game.workspace[m].stop.ClickDetector)
  553. end
  554.  
  555.  
  556.  
  557. --kill rnd, all, target
  558. function Kill(plr)
  559. if Remotecheck() == false then
  560. return
  561. end
  562. local A_1 = "Fire"
  563. local A_2 = plr.Character["HumanoidRootPart"]
  564. for i=0, 25 do
  565. Event:FireServer(A_1, A_2)
  566. end
  567. end
  568.  
  569. --button Vars
  570. local S173 = false
  571. local S049 = false
  572. local S106 = false
  573.  
  574.  
  575. local mode = "nil"
  576. --buttons
  577. com = script.Parent.MainPart.Command
  578. btns = script.Parent.MainPart.ButtonList
  579. --main
  580. com.Buttons.On.MouseButton1Click:connect(function()
  581. if mode == "Kill" then
  582. if KillRnd then
  583. t = game.Players:GetChildren()[math.random(#game.Players:GetChildren())]
  584. if t ~= game.Players.LocalPlayer then
  585. Kill(t)
  586. end
  587. end
  588. if KillAll then
  589. for index, child in pairs(game.Players:GetChildren()) do
  590. if child ~= game.Players.LocalPlayer then
  591. Kill(child)
  592. end
  593. end
  594. end
  595. if KillTar then
  596. target = com.Buttons.Kill.TextBox.Text
  597. if game.Players:FindFirstChild(target) ~= nil then
  598. Kill(game.Players:FindFirstChild(target))
  599. else
  600. com.Buttons.Kill.TextBox.Text = "NOT FOUND"
  601. end
  602.  
  603. end
  604. end
  605.  
  606. for i,v in pairs(Mbtns) do
  607. if mode == v then
  608. if manual then
  609. play(buttonList[i])
  610. end
  611. if spam then
  612. spawn(function()
  613. while spam == true do
  614. wait(0.01)
  615. btn(globDelay,buttonList[i])
  616. end
  617. end)
  618. end
  619. if playOnce then
  620. if game:FindFirstChild(buttonList[i]):FindFirstChildOfClass("Sound") ~= nil then
  621. play(buttonList[i])
  622. wait(game:FindFirstChild(buttonList[i]):FindFirstChildOfClass("Sound").TimeLength)
  623. stop(buttonList[i])
  624. else
  625. play(buttonList[i])
  626. end
  627. end
  628. end
  629. end
  630.  
  631. end)
  632. com.Buttons.Off.MouseButton1Click:connect(function()
  633. for i,v in pairs(Mbtns) do
  634. if mode == v then
  635. stop(buttonList[i])
  636. end
  637. end
  638. end)
  639. --red
  640. KillRnd = false
  641. KillAll = false
  642. KillTar = false
  643. spam = false
  644. globDelay = 1
  645. playOnce = false
  646. manual = true
  647.  
  648. btns.Kill.MouseButton1Click:connect(function()
  649. mode = "Kill"
  650. com.Title.Command_Name.Text = "Kill"
  651. com.Buttons.Kill.Visible = true
  652. com.Buttons.Announce.Visible = false
  653. com.Buttons.Nil.Visible = false
  654. com.Buttons.SCP.Visible = false
  655. end)
  656.  
  657. btns.SCP.MouseButton1Click:connect(function()
  658. mode = "SCP"
  659. com.Title.Command_Name.Text = "SCP move"
  660. com.Buttons.Kill.Visible = false
  661. com.Buttons.Announce.Visible = false
  662. com.Buttons.Nil.Visible = false
  663. com.Buttons.SCP.Visible = true
  664. end)
  665.  
  666. com.Buttons.Kill.Player.MouseButton1Click:Connect(function()
  667. KillRnd = false
  668. KillTar = true
  669. KillAll = false
  670. com.Buttons.Kill.TextLabel.Text = "Mode:Player"
  671. end)
  672.  
  673. com.Buttons.Kill.Random.MouseButton1Click:Connect(function()
  674. KillRnd = true
  675. KillTar = false
  676. KillAll = false
  677. com.Buttons.Kill.TextLabel.Text = "Mode:Random"
  678. end)
  679.  
  680. com.Buttons.Kill.All.MouseButton1Click:Connect(function()
  681. KillRnd = false
  682. KillTar = false
  683. KillAll = true
  684. com.Buttons.Kill.TextLabel.Text = "Mode:All"
  685. end)
  686.  
  687. --green
  688.  
  689. --data
  690. local data
  691. function newFolder(n)
  692. f = Instance.new("Folder")
  693. f.Parent = data
  694. f.Name = n
  695. return f
  696. end
  697.  
  698. function newEntry(p,t,s,d)
  699. v = Instance.new(t)
  700. v.Value = d
  701. v.Parent = p
  702. v.Name = s
  703. end
  704.  
  705.  
  706. --[[
  707. if game.ReplicatedStorage:FindFirstChild("S17D") == nil then
  708. data = Instance.new("Folder")
  709. data.Name = "S17D"
  710. data.Parent = game.ReplicatedStorage
  711.  
  712. for i,v in pairs(Mbtns) do
  713. f = newFolder(v) --TimeLength
  714. --Instance.new()
  715. newEntry(f,"BoolValue","spam",false)
  716. newEntry(f,"BoolValue","on",false)
  717. newEntry(f,"BoolValue","playOnce",false)
  718. newEntry(f,"NumberValue","delay",1)
  719. --newEntry(f,"NumberValue","Length",game:FindFirstChild(buttonList[i]):FindFirstChildOfClass("Sound").TimeLength)
  720. end
  721. else
  722. data = game.ReplicatedStorage:FindFirstChild("S17D")
  723. end
  724.  
  725. --]]
  726.  
  727. --.MouseButton1Click:Connect(function()
  728. for i,v in pairs(Mbtns) do
  729. btns[v].MouseButton1Click:Connect(function()
  730. mode = v
  731. print(mode)
  732. com.Title.Command_Name.Text = mode
  733.  
  734. com.Buttons.Kill.Visible = false
  735. com.Buttons.Announce.Visible = true
  736. com.Buttons.Nil.Visible = false
  737. com.Buttons.SCP.Visible = false
  738. end)
  739. end
  740.  
  741. btns.LOG.MouseButton1Click:Connect(function()
  742. loadstring(game:HttpGet("https://pastebin.com/raw/mUDdJKTX", true))() --add credit notification (Could not find user)
  743. end)
  744.  
  745. --on rgb(39, 174, 96)
  746. --off rgb(192, 57, 43)
  747. com.Buttons.Announce.Spam.MouseButton1Click:Connect(function()
  748. spam = true
  749. playOnce = false
  750. manual = false
  751.  
  752. com.Buttons.Announce.Spam.BackgroundColor3 = Color3.fromRGB(39, 174, 96)
  753. com.Buttons.Announce.Spam.BorderColor3 = Color3.fromRGB(39, 174, 96)
  754.  
  755. com.Buttons.Announce.PlayOnce.BackgroundColor3 = Color3.fromRGB(192, 57, 43)
  756. com.Buttons.Announce.PlayOnce.BorderColor3 = Color3.fromRGB(192, 57, 43)
  757.  
  758. com.Buttons.Announce.Manual.BackgroundColor3 = Color3.fromRGB(192, 57, 43)
  759. com.Buttons.Announce.Manual.BorderColor3 = Color3.fromRGB(192, 57, 43)
  760. end)
  761.  
  762. com.Buttons.Announce.PlayOnce.MouseButton1Click:Connect(function()
  763. spam = false
  764. playOnce = true
  765. manual = false
  766.  
  767. com.Buttons.Announce.PlayOnce.BackgroundColor3 = Color3.fromRGB(39, 174, 96)
  768. com.Buttons.Announce.PlayOnce.BorderColor3 = Color3.fromRGB(39, 174, 96)
  769.  
  770. com.Buttons.Announce.Spam.BackgroundColor3 = Color3.fromRGB(192, 57, 43)
  771. com.Buttons.Announce.Spam.BorderColor3 = Color3.fromRGB(192, 57, 43)
  772.  
  773. com.Buttons.Announce.Manual.BackgroundColor3 = Color3.fromRGB(192, 57, 43)
  774. com.Buttons.Announce.Manual.BorderColor3 = Color3.fromRGB(192, 57, 43)
  775. end)
  776.  
  777. com.Buttons.Announce.Manual.MouseButton1Click:Connect(function()
  778. spam = false
  779. playOnce = false
  780. manual = true
  781.  
  782. com.Buttons.Announce.PlayOnce.BackgroundColor3 = Color3.fromRGB(192, 57, 43)
  783. com.Buttons.Announce.PlayOnce.BorderColor3 = Color3.fromRGB(192, 57, 43)
  784.  
  785. com.Buttons.Announce.Spam.BackgroundColor3 = Color3.fromRGB(192, 57, 43)
  786. com.Buttons.Announce.Spam.BorderColor3 = Color3.fromRGB(192, 57, 43)
  787.  
  788. com.Buttons.Announce.Manual.BackgroundColor3 = Color3.fromRGB(39, 174, 96)
  789. com.Buttons.Announce.Manual.BorderColor3 = Color3.fromRGB(39, 174, 96)
  790. end)
  791.  
  792. com.Buttons.Announce.SDelay.MouseButton1Click:Connect(function()
  793. if tonumber(com.Buttons.Announce.TextBox.Text) ~= nil then
  794. globDelay = tonumber(com.Buttons.Announce.TextBox.Text)
  795. end
  796. end)
  797.  
  798. function release(scp)
  799. tar = game.workspace[scp] --["SCP-049"] ["SCP-106"] ["SCP-096"]
  800. lastPos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  801. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(tar.Head.Position.X,tar.Head.Position.Y-9.9,tar.Head.Position.Z))
  802. wait(0.5)
  803. tar:MoveTo(lastPos)
  804. wait(0.1)
  805. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  806.  
  807. end
  808.  
  809. for i,v in pairs(com.Buttons.SCP:GetChildren()) do
  810. v.MouseButton1Click:Connect(function()
  811. print(v.Text)
  812. release(v.Text)
  813. end)
  814. end
  815.  
  816.  
  817.  
  818. end
  819. coroutine.resume(coroutine.create(SCRIPT_ZEDQ79_FAKESCRIPT))
  820. end
  821.  
  822. function tryRegenSSTGUI()
  823. if game.Players.LocalPlayer.PlayerGui:findFirstChild("Site17GUI") == nil then
  824. RegenSSTGUI()
  825. end
  826. end
  827.  
  828. while true do
  829. wait(0.1)
  830.     tryRegenSSTGUI()
  831. end