Advertisement
Plays

super simon says ultimate op gui script roblox

Jan 19th, 2020
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.68 KB | None | 0 0
  1. -- script is not made by me, i repeat
  2. -- script is not made by me
  3. -- heres the discord of who created it https://discord.gg/5e2tv45
  4.  
  5. local SSSGUI = Instance.new("ScreenGui")
  6. local Topframe = Instance.new("Frame")
  7. local Mainframe = Instance.new("Frame")
  8. local GotoSimon = Instance.new("TextButton")
  9. local BreakServer = Instance.new("TextButton")
  10. local CloneSpam = Instance.new("TextButton")
  11. local Invisible = Instance.new("TextButton")
  12. local BlindAll = Instance.new("TextButton")
  13. local GotoArena = Instance.new("TextButton")
  14. local Shutdown = Instance.new("TextButton")
  15. local KickSimon = Instance.new("TextButton")
  16. local GotoSpawn = Instance.new("TextButton")
  17. local Message = Instance.new("TextButton")
  18. local MsgBox = Instance.new("TextBox")
  19. local Creds = Instance.new("TextLabel")
  20. local Close = Instance.new("TextButton")
  21. local Min = Instance.new("TextButton")
  22. local Help = Instance.new("TextButton")
  23. local HelpFrame = Instance.new("Frame")
  24. local TextLabel = Instance.new("TextLabel")
  25. local TextLabel_2 = Instance.new("TextLabel")
  26. local TextLabel_3 = Instance.new("TextLabel")
  27. local TextLabel_4 = Instance.new("TextLabel")
  28. local TextLabel_5 = Instance.new("TextLabel")
  29. local TextLabel_6 = Instance.new("TextLabel")
  30. local OpenFrame = Instance.new("Frame")
  31. local Open = Instance.new("TextButton")
  32.  
  33. -- Properties
  34.  
  35. SSSGUI.Name = "SSSGUI"
  36. SSSGUI.Parent = game.CoreGui
  37. SSSGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  38.  
  39. Topframe.Name = "Topframe"
  40. Topframe.Parent = SSSGUI
  41. Topframe.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  42. Topframe.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  43. Topframe.Position = UDim2.new(0.0948356837, 0, 0.109375, 0)
  44. Topframe.Size = UDim2.new(0, 308, 0, 24)
  45.  
  46. Mainframe.Name = "Mainframe"
  47. Mainframe.Parent = Topframe
  48. Mainframe.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  49. Mainframe.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  50. Mainframe.Position = UDim2.new(0, 0, 1, 0)
  51. Mainframe.Size = UDim2.new(0, 308, 0, 180)
  52.  
  53. GotoSimon.Name = "GotoSimon"
  54. GotoSimon.Parent = Mainframe
  55. GotoSimon.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  56. GotoSimon.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  57. GotoSimon.Position = UDim2.new(0.0324675329, 0, 0.25555557, 0)
  58. GotoSimon.Size = UDim2.new(0, 86, 0, 25)
  59. GotoSimon.Font = Enum.Font.SourceSans
  60. GotoSimon.Text = "Goto Simon"
  61. GotoSimon.TextColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  62. GotoSimon.TextSize = 14
  63.  
  64. BreakServer.Name = "BreakServer"
  65. BreakServer.Parent = Mainframe
  66. BreakServer.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  67. BreakServer.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  68. BreakServer.Position = UDim2.new(0.357279986, 0, 0.25555557, 0)
  69. BreakServer.Size = UDim2.new(0, 86, 0, 25)
  70. BreakServer.Font = Enum.Font.SourceSans
  71. BreakServer.Text = "Break Server"
  72. BreakServer.TextColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  73. BreakServer.TextSize = 14
  74.  
  75. CloneSpam.Name = "CloneSpam"
  76. CloneSpam.Parent = Mainframe
  77. CloneSpam.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  78. CloneSpam.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  79. CloneSpam.Position = UDim2.new(0.685245872, 0, 0.25555557, 0)
  80. CloneSpam.Size = UDim2.new(0, 86, 0, 25)
  81. CloneSpam.Font = Enum.Font.SourceSans
  82. CloneSpam.Text = "Clone Spam"
  83. CloneSpam.TextColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  84. CloneSpam.TextSize = 14
  85.  
  86. Invisible.Name = "Invisible"
  87. Invisible.Parent = Mainframe
  88. Invisible.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  89. Invisible.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  90. Invisible.Position = UDim2.new(0.685245872, 0, 0.427777797, 0)
  91. Invisible.Size = UDim2.new(0, 86, 0, 25)
  92. Invisible.Font = Enum.Font.SourceSans
  93. Invisible.Text = "Invisible"
  94. Invisible.TextColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  95. Invisible.TextSize = 14
  96.  
  97. BlindAll.Name = "BlindAll"
  98. BlindAll.Parent = Mainframe
  99. BlindAll.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  100. BlindAll.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  101. BlindAll.Position = UDim2.new(0.357279986, 0, 0.427777797, 0)
  102. BlindAll.Size = UDim2.new(0, 86, 0, 25)
  103. BlindAll.Font = Enum.Font.SourceSans
  104. BlindAll.Text = "Blind All"
  105. BlindAll.TextColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  106. BlindAll.TextSize = 14
  107.  
  108. GotoArena.Name = "GotoArena"
  109. GotoArena.Parent = Mainframe
  110. GotoArena.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  111. GotoArena.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  112. GotoArena.Position = UDim2.new(0.0324675329, 0, 0.427777797, 0)
  113. GotoArena.Size = UDim2.new(0, 86, 0, 25)
  114. GotoArena.Font = Enum.Font.SourceSans
  115. GotoArena.Text = "Goto Arena"
  116. GotoArena.TextColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  117. GotoArena.TextSize = 14
  118.  
  119. Shutdown.Name = "Shutdown"
  120. Shutdown.Parent = Mainframe
  121. Shutdown.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  122. Shutdown.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  123. Shutdown.Position = UDim2.new(0.685245872, 0, 0.600000024, 0)
  124. Shutdown.Size = UDim2.new(0, 86, 0, 25)
  125. Shutdown.Font = Enum.Font.SourceSans
  126. Shutdown.Text = "Shutdown"
  127. Shutdown.TextColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  128. Shutdown.TextSize = 14
  129.  
  130. KickSimon.Name = "KickSimon"
  131. KickSimon.Parent = Mainframe
  132. KickSimon.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  133. KickSimon.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  134. KickSimon.Position = UDim2.new(0.357279986, 0, 0.600000024, 0)
  135. KickSimon.Size = UDim2.new(0, 86, 0, 25)
  136. KickSimon.Font = Enum.Font.SourceSans
  137. KickSimon.Text = "Kick Simon"
  138. KickSimon.TextColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  139. KickSimon.TextSize = 14
  140.  
  141. GotoSpawn.Name = "GotoSpawn"
  142. GotoSpawn.Parent = Mainframe
  143. GotoSpawn.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  144. GotoSpawn.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  145. GotoSpawn.Position = UDim2.new(0.0324675329, 0, 0.600000024, 0)
  146. GotoSpawn.Size = UDim2.new(0, 86, 0, 25)
  147. GotoSpawn.Font = Enum.Font.SourceSans
  148. GotoSpawn.Text = "Goto Spawn"
  149. GotoSpawn.TextColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  150. GotoSpawn.TextSize = 14
  151.  
  152. Message.Name = "Message"
  153. Message.Parent = Mainframe
  154. Message.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  155. Message.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  156. Message.Position = UDim2.new(0.357279986, 0, 0.772222281, 0)
  157. Message.Size = UDim2.new(0, 86, 0, 25)
  158. Message.Font = Enum.Font.SourceSans
  159. Message.Text = "Message"
  160. Message.TextColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  161. Message.TextSize = 14
  162.  
  163. MsgBox.Name = "MsgBox"
  164. MsgBox.Parent = Mainframe
  165. MsgBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  166. MsgBox.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  167. MsgBox.Position = UDim2.new(0.0324675329, 0, 0.0500000007, 0)
  168. MsgBox.Size = UDim2.new(0, 286, 0, 26)
  169. MsgBox.Font = Enum.Font.SourceSans
  170. MsgBox.Text = "Message Here"
  171. MsgBox.TextColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  172. MsgBox.TextSize = 14
  173.  
  174. Creds.Name = "Creds"
  175. Creds.Parent = Topframe
  176. Creds.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  177. Creds.BorderSizePixel = 0
  178. Creds.Position = UDim2.new(0.175324678, 0, 0.0833333358, 0)
  179. Creds.Size = UDim2.new(0, 200, 0, 19)
  180. Creds.Font = Enum.Font.SourceSans
  181. Creds.Text = "Psykek#3180"
  182. Creds.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  183. Creds.TextSize = 18
  184.  
  185. Close.Name = "Close"
  186. Close.Parent = Topframe
  187. Close.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  188. Close.BorderSizePixel = 0
  189. Close.Position = UDim2.new(0.952922106, 0, 0, 0)
  190. Close.Size = UDim2.new(0, 14, 0, 21)
  191. Close.Font = Enum.Font.SourceSans
  192. Close.Text = "X"
  193. Close.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  194. Close.TextSize = 23
  195.  
  196. Min.Name = "Min"
  197. Min.Parent = Topframe
  198. Min.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  199. Min.BorderSizePixel = 0
  200. Min.Position = UDim2.new(0.905844152, 0, 0, 0)
  201. Min.Size = UDim2.new(0, 14, 0, 21)
  202. Min.Font = Enum.Font.SourceSans
  203. Min.Text = "-"
  204. Min.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  205. Min.TextSize = 28
  206.  
  207. Help.Name = "Help"
  208. Help.Parent = Topframe
  209. Help.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  210. Help.BorderSizePixel = 0
  211. Help.Position = UDim2.new(-0.0016233325, 0, 0, 0)
  212. Help.Size = UDim2.new(0, 14, 0, 21)
  213. Help.Font = Enum.Font.SourceSans
  214. Help.Text = "?"
  215. Help.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  216. Help.TextSize = 21
  217. Help.TextXAlignment = Enum.TextXAlignment.Right
  218.  
  219. HelpFrame.Name = "HelpFrame"
  220. HelpFrame.Parent = SSSGUI
  221. HelpFrame.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  222. HelpFrame.BorderColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  223. HelpFrame.Position = UDim2.new(0.436619729, 0, 0.109375, 0)
  224. HelpFrame.Size = UDim2.new(0, 217, 0, 204)
  225. HelpFrame.Visible = false
  226.  
  227. TextLabel.Parent = HelpFrame
  228. TextLabel.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  229. TextLabel.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  230. TextLabel.Size = UDim2.new(0, 217, 0, 24)
  231. TextLabel.Font = Enum.Font.SourceSans
  232. TextLabel.Text = "Help"
  233. TextLabel.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  234. TextLabel.TextSize = 20
  235.  
  236. TextLabel_2.Parent = HelpFrame
  237. TextLabel_2.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  238. TextLabel_2.BorderColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  239. TextLabel_2.BorderSizePixel = 0
  240. TextLabel_2.Position = UDim2.new(0, 0, 0.161764711, 0)
  241. TextLabel_2.Size = UDim2.new(0, 217, 0, 15)
  242. TextLabel_2.Font = Enum.Font.GothamBold
  243. TextLabel_2.Text = "Break Server"
  244. TextLabel_2.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  245. TextLabel_2.TextSize = 17
  246.  
  247. TextLabel_3.Parent = HelpFrame
  248. TextLabel_3.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  249. TextLabel_3.BorderColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  250. TextLabel_3.BorderSizePixel = 0
  251. TextLabel_3.Position = UDim2.new(0, 0, 0.269607872, 0)
  252. TextLabel_3.Size = UDim2.new(0, 217, 0, 30)
  253. TextLabel_3.Font = Enum.Font.Arial
  254. TextLabel_3.Text = "Everyone will die everytime a new game starts."
  255. TextLabel_3.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  256. TextLabel_3.TextSize = 14
  257. TextLabel_3.TextWrapped = true
  258.  
  259. TextLabel_4.Parent = HelpFrame
  260. TextLabel_4.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  261. TextLabel_4.BorderColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  262. TextLabel_4.BorderSizePixel = 0
  263. TextLabel_4.Position = UDim2.new(0, 0, 0.460784316, 0)
  264. TextLabel_4.Size = UDim2.new(0, 217, 0, 15)
  265. TextLabel_4.Font = Enum.Font.GothamBold
  266. TextLabel_4.Text = "Kick Simon"
  267. TextLabel_4.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  268. TextLabel_4.TextSize = 17
  269.  
  270. TextLabel_5.Parent = HelpFrame
  271. TextLabel_5.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  272. TextLabel_5.BorderColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  273. TextLabel_5.BorderSizePixel = 0
  274. TextLabel_5.Position = UDim2.new(0, 0, 0.558823586, 0)
  275. TextLabel_5.Size = UDim2.new(0, 217, 0, 42)
  276. TextLabel_5.Font = Enum.Font.Arial
  277. TextLabel_5.Text = "This only works when there's a \"Simon Says\" message on the screen."
  278. TextLabel_5.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  279. TextLabel_5.TextSize = 14
  280. TextLabel_5.TextWrapped = true
  281.  
  282. TextLabel_6.Parent = HelpFrame
  283. TextLabel_6.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  284. TextLabel_6.BorderColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  285. TextLabel_6.BorderSizePixel = 0
  286. TextLabel_6.Position = UDim2.new(0, 0, 0.882353067, 0)
  287. TextLabel_6.Size = UDim2.new(0, 217, 0, 24)
  288. TextLabel_6.Font = Enum.Font.Arial
  289. TextLabel_6.Text = "Click the help button again to minimize this"
  290. TextLabel_6.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  291. TextLabel_6.TextSize = 10
  292. TextLabel_6.TextWrapped = true
  293.  
  294. OpenFrame.Name = "OpenFrame"
  295. OpenFrame.Parent = SSSGUI
  296. OpenFrame.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  297. OpenFrame.BorderColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  298. OpenFrame.Position = UDim2.new(0.476995319, 0, 0.314453125, 0)
  299. OpenFrame.Size = UDim2.new(0, 63, 0, 27)
  300.  
  301. Open.Name = "Open"
  302. Open.Parent = OpenFrame
  303. Open.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  304. Open.BorderSizePixel = 0
  305. Open.Position = UDim2.new(0.158730164, 0, 0, 0)
  306. Open.Size = UDim2.new(0, 42, 0, 27)
  307. Open.Font = Enum.Font.SourceSans
  308. Open.Text = "Open"
  309. Open.TextColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  310. Open.TextSize = 17
  311.  
  312. Topframe.Active = true
  313. Topframe.Draggable = true
  314. HelpFrame.Active = true
  315. HelpFrame.Draggable = true
  316. OpenFrame.Active = true
  317. OpenFrame.Draggable = true
  318. OpenFrame.Visible = false
  319. MsgBox.TextScaled = true
  320.  
  321. Open.MouseButton1Click:Connect(function()
  322. Topframe.Visible = true
  323. OpenFrame.Visible = false
  324. end)
  325.  
  326. Close.MouseButton1Click:Connect(function()
  327. SSSGUI:Destroy()
  328. end)
  329.  
  330. Min.MouseButton1Click:Connect(function()
  331. Topframe.Visible = false
  332. OpenFrame.Visible = true
  333. end)
  334.  
  335. Help.MouseButton1Click:Connect(function()
  336. if HelpFrame.Visible == false then
  337. HelpFrame.Visible = true
  338. else if HelpFrame.Visible == true
  339. then
  340. HelpFrame.Visible = false
  341. end
  342. end
  343. end)
  344.  
  345. GotoSimon.MouseButton1Click:Connect(function()
  346. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-70,40,-15)
  347. end)
  348.  
  349. BreakServer.MouseButton1Click:Connect(function()
  350. --Everyone will die everytime a new game starts!
  351. while true do
  352. game.Workspace.BasicCommand:FireServer(7, "", 5.5, 1.5, true, "Pizza")
  353. wait()
  354. end
  355. end)
  356.  
  357. CloneSpam.MouseButton1Click:Connect(function()
  358. game.Workspace.MakeDecoyServerEvent:FireServer("")
  359. wait()
  360. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  361. wait()
  362. game.Workspace.MakeDecoyServerEvent:FireServer("")
  363. wait()
  364. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  365. wait()
  366. game.Workspace.MakeDecoyServerEvent:FireServer("")
  367. wait()
  368. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  369. wait()
  370. game.Workspace.MakeDecoyServerEvent:FireServer("")
  371. wait()
  372. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  373. wait()
  374. game.Workspace.MakeDecoyServerEvent:FireServer("")
  375. wait()
  376. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  377. wait()
  378. game.Workspace.MakeDecoyServerEvent:FireServer("")
  379. wait()
  380. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  381. wait()
  382. game.Workspace.MakeDecoyServerEvent:FireServer("")
  383. wait()
  384. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  385. wait()
  386. game.Workspace.MakeDecoyServerEvent:FireServer("")
  387. wait()
  388. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  389. wait()
  390. game.Workspace.MakeDecoyServerEvent:FireServer("")
  391. wait()
  392. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  393. wait()
  394. game.Workspace.MakeDecoyServerEvent:FireServer("")
  395. wait()
  396. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  397. wait()
  398. game.Workspace.MakeDecoyServerEvent:FireServer("")
  399. wait()
  400. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  401. wait()
  402. game.Workspace.MakeDecoyServerEvent:FireServer("")
  403. wait()
  404. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  405. wait()
  406. game.Workspace.MakeDecoyServerEvent:FireServer("")
  407. wait()
  408. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  409. wait()
  410. game.Workspace.MakeDecoyServerEvent:FireServer("")
  411. wait()
  412. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  413. wait()
  414. game.Workspace.MakeDecoyServerEvent:FireServer("")
  415. wait()
  416. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  417. wait()
  418. game.Workspace.MakeDecoyServerEvent:FireServer("")
  419. wait()
  420. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  421. wait()
  422. game.Workspace.MakeDecoyServerEvent:FireServer("")
  423. wait()
  424. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  425. wait()
  426. game.Workspace.MakeDecoyServerEvent:FireServer("")
  427. wait()
  428. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  429. wait()
  430. game.Workspace.MakeDecoyServerEvent:FireServer("")
  431. wait()
  432. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  433. wait()
  434. game.Workspace.MakeDecoyServerEvent:FireServer("")
  435. wait()
  436. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  437. wait()
  438. game.Workspace.MakeDecoyServerEvent:FireServer("")
  439. wait()
  440. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  441. wait()
  442. game.Workspace.MakeDecoyServerEvent:FireServer("")
  443. wait()
  444. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  445. wait()
  446. game.Workspace.MakeDecoyServerEvent:FireServer("")
  447. wait()
  448. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  449. wait()
  450. game.Workspace.MakeDecoyServerEvent:FireServer("")
  451. wait()
  452. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  453. wait()
  454. game.Workspace.MakeDecoyServerEvent:FireServer("")
  455. wait()
  456. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  457. wait()
  458. end)
  459.  
  460. Invisible.MouseButton1Click:Connect(function()
  461. game.Workspace.InvisServerEvent:FireServer("a")
  462. end)
  463.  
  464. BlindAll.MouseButton1Click:Connect(function()
  465. while true do
  466. game.Workspace.BasicCommand:FireServer(7, " ", 5.5, 1.5, true, "Pizza")
  467. wait()
  468. end
  469. end)
  470.  
  471. Shutdown.MouseButton1Click:Connect(function()
  472. while true do
  473. game.Workspace.BasicCommand:FireServer(7, "Shutting down server.", 5.5, 1.5, true, "Pizza")
  474. wait()
  475. end
  476. end)
  477.  
  478. KickSimon.MouseButton1Click:Connect(function()
  479. --READ!!! Only works on Simon and game must be taking place. Execute this when you see a "Simon says" message on screen! It only takes a second for the simon to say something, then once they do, you can do this.
  480. game.Workspace.BasicCommand:FireServer(7, "", 5.5, 1.5, true, "Pizza")
  481. end)
  482.  
  483. GotoArena.MouseButton1Click:Connect(function()
  484. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,40,-15)
  485. end)
  486.  
  487. GotoSpawn.MouseButton1Click:Connect(function()
  488. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10,30,30)
  489. end)
  490.  
  491. Message.MouseButton1Click:Connect(function()
  492. game.Workspace.BasicCommand:FireServer(7, (MsgBox.Text), 5.5, 1.5, true, "Pizza")
  493. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement