ToxicWHOMakesGUIS

TMA

Dec 30th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 127.35 KB | None | 0 0
  1.  
  2. wait(.2)
  3. whitelist = {game.Players.LocalPlayer.Name,"friend1","friend2"} -- put admin names here
  4. banlist = {"noob","noob2"} -- put noob names here
  5. deletepath = game.Players.LocalPlayer.Character:FindFirstChild("Delete")
  6. deletepath2 = game.Players.LocalPlayer.Backpack:FindFirstChild("Delete")
  7. slock = false
  8.  
  9.  
  10. local function death(part)
  11. local humanoid = part.Parent:FindFirstChild("Humanoid")
  12. if (humanoid ~= nil) then
  13. dab = humanoid.Health
  14. game.ReplicatedStorage.Event:FireServer("TPD", dab, humanoid)
  15. end
  16. end
  17.  
  18.  
  19. function newtag(plr)
  20. admintag = Instance.new("BoolValue")
  21. admintag.Parent = game.Players[plr]
  22. admintag.Value = true
  23. admintag.Name = "admin"
  24. print("created admin tag for " .. plr)
  25. end
  26.  
  27. function newsuc(plr)
  28. admintag = Instance.new("BoolValue")
  29. admintag.Parent = game.Players[plr]
  30. admintag.Value = true
  31. admintag.Name = "suc"
  32. print("loopkilling " .. plr)
  33. end
  34.  
  35. function newdab(plr)
  36. admintag = Instance.new("BoolValue")
  37. admintag.Parent = game.Players[plr]
  38. admintag.Value = true
  39. admintag.Name = "dab"
  40. print("loopkilling " .. plr)
  41. end
  42.  
  43. function newepic(plr)
  44. admintag = Instance.new("BoolValue")
  45. admintag.Parent = game.Players[plr]
  46. admintag.Value = true
  47. admintag.Name = "epic"
  48. print("bullet proofed " .. plr)
  49. end
  50.  
  51. newtag(game.Players.LocalPlayer.Name)
  52.  
  53. game.Players.LocalPlayer.ChildRemoved:connect(function(obj)
  54. if obj.Name == "admin" then
  55. newtag(game.Players.LocalPlayer.Name)
  56. end
  57. end)
  58.  
  59. function adminexe(plr,msg)
  60. if plr:FindFirstChild("admin") then
  61.  
  62. local lower = string.lower(msg)
  63. local len = string.len(lower)
  64.  
  65.  
  66.  
  67.  
  68. if string.find(lower,":kill ") then
  69. local name = string.gsub(lower,":kill ","")
  70. local player = nil
  71.  
  72. if name == "others" then
  73. for i,v in pairs(game.Players:GetChildren()) do
  74. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  75. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  76. end
  77. end
  78. else
  79.  
  80. names = game.Players:GetChildren()
  81.  
  82. for i,v in pairs(names) do
  83. strlower = string.lower(v.Name)
  84. sub = string.sub(strlower,1,#name)
  85.  
  86. if name == sub then
  87. player = v
  88. if player.Name ~= game.Players.LocalPlayer.Name then
  89. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  90. end
  91. end
  92. end
  93. end
  94. end
  95.  
  96.  
  97.  
  98. if string.find(lower,":infkill ") then
  99. local name = string.gsub(lower,":infkill ","")
  100. local player = nil
  101.  
  102. if name == "others" then
  103. for i,v in pairs(game.Players:GetChildren()) do
  104. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  105. for i = 1, 1000000000000000000000000000000000000 do
  106. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  107. wait(0.000000000000001)
  108. end -- nice little for loop here
  109.  
  110. end
  111. end
  112. else
  113.  
  114. names = game.Players:GetChildren()
  115.  
  116. for i,v in pairs(names) do
  117. strlower = string.lower(v.Name)
  118. sub = string.sub(strlower,1,#name)
  119.  
  120. if name == sub then
  121. player = v
  122. if player.Name ~= game.Players.LocalPlayer.Name then
  123. for i = 1, 1000000000000000000000000000000000000 do
  124. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  125. wait(0.000000000000001)
  126. end -- nice little for loop here
  127. end
  128. end
  129. end
  130. end
  131. end
  132.  
  133. if string.find(lower,"/e infkill ") then
  134. local name = string.gsub(lower,"/e infkill ","")
  135. local player = nil
  136.  
  137. if name == "others" then
  138. for i,v in pairs(game.Players:GetChildren()) do
  139. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  140. for i = 1, 1000000000000000000000000000000000000 do
  141. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  142. wait(0.000000000000001)
  143. end -- nice little for loop here
  144.  
  145. end
  146. end
  147. else
  148.  
  149. names = game.Players:GetChildren()
  150.  
  151. for i,v in pairs(names) do
  152. strlower = string.lower(v.Name)
  153. sub = string.sub(strlower,1,#name)
  154.  
  155. if name == sub then
  156. player = v
  157. if player.Name ~= game.Players.LocalPlayer.Name then
  158. for i = 1, 1000000000000000000000000000000000000 do
  159. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  160. wait(0.000000000000001)
  161. end -- nice little for loop here
  162. end
  163. end
  164. end
  165. end
  166. end
  167.  
  168.  
  169.  
  170. if string.find(lower,"/e :infkill ") then
  171. local name = string.gsub(lower,"/e :infkill ","")
  172. local player = nil
  173.  
  174. if name == "others" then
  175. for i,v in pairs(game.Players:GetChildren()) do
  176. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  177. for i = 1, 1000000000000000000000000000000000000 do
  178. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  179. wait(0.000000000000001)
  180. end -- nice little for loop here
  181.  
  182. end
  183. end
  184. else
  185.  
  186. names = game.Players:GetChildren()
  187.  
  188. for i,v in pairs(names) do
  189. strlower = string.lower(v.Name)
  190. sub = string.sub(strlower,1,#name)
  191.  
  192. if name == sub then
  193. player = v
  194. if player.Name ~= game.Players.LocalPlayer.Name then
  195. for i = 1, 1000000000000000000000000000000000000 do
  196. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  197. wait(0.000000000000001)
  198. end -- nice little for loop here
  199. end
  200. end
  201. end
  202. end
  203. end
  204.  
  205.  
  206. if string.find(lower,":tk ") then
  207. local name = string.gsub(lower,":tk ","")
  208. local player = nil
  209. local dab = nil
  210.  
  211. if name == "others" then
  212. for i,v in pairs(game.Players:GetChildren()) do
  213. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  214. dab = v.Character.Humanoid.Health
  215. game.ReplicatedStorage.Event:FireServer("TPD", dab, v.Character.Humanoid)
  216. end
  217. end
  218. else
  219.  
  220. names = game.Players:GetChildren()
  221.  
  222. for i,v in pairs(names) do
  223. strlower = string.lower(v.Name)
  224. sub = string.sub(strlower,1,#name)
  225.  
  226. if name == sub then
  227. player = v
  228. if player.Name ~= game.Players.LocalPlayer.Name then
  229. dab = v.Character.Humanoid.Health
  230. game.ReplicatedStorage.Event:FireServer("TPD", dab, player.Character.Humanoid)
  231. end
  232. end
  233. end
  234. end
  235. end
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244. if string.find(lower,"/e kill ") then
  245. local name = string.gsub(lower,"/e kill ","")
  246. local player = nil
  247.  
  248. if name == "others" then
  249. for i,v in pairs(game.Players:GetChildren()) do
  250. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  251. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  252.  
  253. end
  254. end
  255. else
  256.  
  257. names = game.Players:GetChildren()
  258.  
  259. for i,v in pairs(names) do
  260. strlower = string.lower(v.Name)
  261. sub = string.sub(strlower,1,#name)
  262.  
  263. if name == sub then
  264. player = v
  265. if player.Name ~= game.Players.LocalPlayer.Name then
  266. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  267. end
  268. end
  269. end
  270. end
  271. end
  272.  
  273. if string.find(lower,"/e :kill ") then
  274. local name = string.gsub(lower,"/e :kill ","")
  275.  
  276. local player = nil
  277.  
  278. if name == "others" then
  279. for i,v in pairs(game.Players:GetChildren()) do
  280. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  281. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  282. end
  283. end
  284. else
  285.  
  286. names = game.Players:GetChildren()
  287.  
  288. for i,v in pairs(names) do
  289. strlower = string.lower(v.Name)
  290. sub = string.sub(strlower,1,#name)
  291.  
  292. if name == sub then
  293. player = v
  294. if player.Name ~= game.Players.LocalPlayer.Name then
  295. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  296. end
  297. end
  298. end
  299. end
  300. end
  301.  
  302.  
  303.  
  304.  
  305.  
  306. if string.find(lower,":playall ") then
  307. local name = string.gsub(lower,":playall ","")
  308. local player = nil
  309. for i,v in pairs(game.Players:GetChildren()) do
  310. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
  311. end
  312. end
  313.  
  314.  
  315. if string.find(lower,"/e playall ") then
  316. local name = string.gsub(lower,"/e playall ","")
  317. local player = nil
  318. for i,v in pairs(game.Players:GetChildren()) do
  319. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
  320. end
  321. end
  322.  
  323.  
  324. if string.find(lower,"/e :playall ") then
  325. local name = string.gsub(lower,"/e :playall ","")
  326. local player = nil
  327. for i,v in pairs(game.Players:GetChildren()) do
  328. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
  329. end
  330. end
  331.  
  332. if string.find(lower,":say10 ") then
  333. local name = string.gsub(lower,":say10 ","")
  334. local player = nil
  335. game.Players:Chat(name)
  336. game.Players:Chat(name)
  337. game.Players:Chat(name)
  338. game.Players:Chat(name)
  339. game.Players:Chat(name)
  340. game.Players:Chat(name)
  341. game.Players:Chat(name)
  342. game.Players:Chat(name)
  343. game.Players:Chat(name)
  344. game.Players:Chat(name)
  345. end
  346.  
  347.  
  348.  
  349.  
  350.  
  351. if string.find(lower,":music gear: ") then
  352. local name = string.gsub(lower,":music gear: ","")
  353. local player = nil
  354. for i,v in pairs(game.Players:GetChildren()) do
  355. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
  356. end
  357. end
  358.  
  359. if string.find(lower,":stopall") then
  360. local player = nil
  361. for i,v in pairs(game.Players:GetChildren()) do
  362. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  363. end
  364. end
  365.  
  366. if string.find(lower,"/e stopall") then
  367. local player = nil
  368. for i,v in pairs(game.Players:GetChildren()) do
  369. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  370. end
  371. end
  372.  
  373. if string.find(lower,"/e :stopall") then
  374. local player = nil
  375. for i,v in pairs(game.Players:GetChildren()) do
  376. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  377. end
  378. end
  379.  
  380. if string.find(lower,":stop") then
  381. local player = nil
  382. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
  383. end
  384.  
  385. if string.find(lower,"/e stop") then
  386. local player = nil
  387. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
  388. end
  389. if string.find(lower,"/e :stop") then
  390. local player = nil
  391. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
  392. end
  393.  
  394. if string.find(lower,":play ") then
  395. local name = string.gsub(lower,":play ","")
  396. local player = nil
  397.  
  398. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
  399.  
  400. end
  401.  
  402. if string.find(lower,"/e play ") then
  403. local name = string.gsub(lower,"/e play ","")
  404. local player = nil
  405.  
  406. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
  407.  
  408. end
  409.  
  410.  
  411.  
  412. if string.find(lower,"/e :play ") then
  413. local name = string.gsub(lower,"/e :play ","")
  414. local player = nil
  415.  
  416. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
  417.  
  418. end
  419.  
  420.  
  421.  
  422. if string.find(lower,":wl ") then
  423. local name = string.gsub(lower,":wl ","")
  424. local player = nil
  425. local plrname = nil
  426.  
  427. if name == "others" then
  428. for i,v in pairs(game.Players:GetChildren()) do
  429. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  430. table.insert(whitelist,(#whitelist+1),v.Name)
  431. newtag(v.Name)
  432.  
  433. v.Chatted:connect(function(msg)
  434. adminexe(v,msg)
  435. end)
  436. end
  437. end
  438. else
  439.  
  440. names = game.Players:GetChildren()
  441.  
  442. for i,v in pairs(names) do
  443. strlower = string.lower(v.Name)
  444. sub = string.sub(strlower,1,#name)
  445.  
  446. if name == sub then
  447. newtag(v.Name)
  448. table.insert(whitelist,(#whitelist+1),v.Name)
  449.  
  450. v.Chatted:connect(function(msg)
  451. adminexe(v,msg)
  452. end)
  453. end
  454. end
  455. end
  456. end
  457.  
  458. if string.find(lower,":unwl ") then
  459. local name = string.gsub(lower,":unwl ","")
  460. local player = nil
  461. local plrname = nil
  462. local index = nil
  463.  
  464. if name == "others" then
  465. for i,v in pairs(whitelist) do
  466. for i,v in pairs(banlist) do
  467. if v ~= game.Players.LocalPlayer.Name then
  468. table.remove(whitelist,i)
  469. end
  470. end
  471.  
  472. if game.Workspace:FindFirstChild(v) then
  473.  
  474. if v.Name ~= game.Players.LocalPlayer.Name then
  475. if v:FindFirstChild("admin") then
  476. v.admin:Destroy()
  477. end
  478. end
  479. end
  480. end
  481. else
  482. names = whitelist
  483.  
  484. for i,v in pairs(names) do
  485. strlower = string.lower(v)
  486. sub = string.sub(strlower,1,#name)
  487.  
  488. if name == sub then
  489. table.remove(whitelist,i)
  490. end
  491. end
  492. end
  493. end
  494.  
  495. if lower == ":wls" then
  496. for i,v in pairs(whitelist) do
  497. print("Player #" .. i .. " Player: " .. v)
  498. end
  499. end
  500.  
  501.  
  502.  
  503.  
  504. if lower == ":whois" then
  505.  
  506. for i,v in pairs(game.Players:GetChildren()) do
  507. if game.Players[v.Name].Character:FindFirstChild("Role") then
  508. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  509. if role.Value == "Murderer" then
  510. game.Players:Chat("The murderer is "..v.Name)
  511. elseif role.Value == "Sheriff" then
  512. game.Players:Chat("The sheriff is "..v.Name)
  513. elseif role.Value == "Innocent" then
  514. game.Workspace.FilteringEnabled = true
  515. else
  516. game.Workspace.FilteringEnabled = true
  517. end
  518. end
  519. end
  520.  
  521.  
  522.  
  523.  
  524.  
  525. end
  526.  
  527.  
  528.  
  529. if lower == ":printroles" then
  530.  
  531. for i,v in pairs(game.Players:GetChildren()) do
  532. if game.Players[v.Name].Character:FindFirstChild("Role") then
  533. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  534. if role.Value == "Murderer" then
  535. print("The murderer is "..v.Name)
  536. elseif role.Value == "Sheriff" then
  537. print("The sheriff is "..v.Name)
  538. elseif role.Value == "Innocent" then
  539. game.Workspace.FilteringEnabled = true
  540. else
  541. game.Workspace.FilteringEnabled = true
  542. end
  543. end
  544. end
  545.  
  546. end
  547.  
  548. if lower == "/e printroles" then
  549.  
  550. for i,v in pairs(game.Players:GetChildren()) do
  551. if game.Players[v.Name].Character:FindFirstChild("Role") then
  552. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  553. if role.Value == "Murderer" then
  554. print("The murderer is "..v.Name)
  555. elseif role.Value == "Sheriff" then
  556. print("The sheriff is "..v.Name)
  557. elseif role.Value == "Innocent" then
  558. game.Workspace.FilteringEnabled = true
  559. else
  560. game.Workspace.FilteringEnabled = true
  561. end
  562. end
  563. end
  564.  
  565. end
  566.  
  567.  
  568. if lower == "/e :printroles" then
  569.  
  570. for i,v in pairs(game.Players:GetChildren()) do
  571. if game.Players[v.Name].Character:FindFirstChild("Role") then
  572. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  573. if role.Value == "Murderer" then
  574. print("The murderer is "..v.Name)
  575. elseif role.Value == "Sheriff" then
  576. print("The sheriff is "..v.Name)
  577. elseif role.Value == "Innocent" then
  578. game.Workspace.FilteringEnabled = true
  579. else
  580. game.Workspace.FilteringEnabled = true
  581. end
  582. end
  583. end
  584.  
  585. end
  586.  
  587.  
  588.  
  589. if lower == ":sheriff" then
  590.  
  591. for i,v in pairs(game.Players:GetChildren()) do
  592. if game.Players[v.Name].Character:FindFirstChild("Role") then
  593. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  594. if role.Value == "Murderer" then
  595. game.Workspace.FilteringEnabled = true
  596. elseif role.Value == "Sheriff" then
  597. game.Players:Chat("The sheriff is "..v.Name)
  598. elseif role.Value == "Innocent" then
  599. game.Workspace.FilteringEnabled = true
  600. else
  601. game.Workspace.FilteringEnabled = true
  602. end
  603. end
  604. end
  605.  
  606.  
  607. end
  608.  
  609. if lower == ":murderer" then
  610.  
  611. for i,v in pairs(game.Players:GetChildren()) do
  612. if game.Players[v.Name].Character:FindFirstChild("Role") then
  613. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  614. if role.Value == "Murderer" then
  615. game.Players:Chat("The murderer is "..v.Name)
  616. elseif role.Value == "Sheriff" then
  617. game.Workspace.FilteringEnabled = true
  618. elseif role.Value == "Innocent" then
  619. game.Workspace.FilteringEnabled = true
  620. else
  621. game.Workspace.FilteringEnabled = true
  622. end
  623. end
  624. end
  625.  
  626.  
  627. end
  628.  
  629.  
  630. if lower == ":roles" then
  631.  
  632. for i,v in pairs(game.Players:GetChildren()) do
  633. if game.Players[v.Name].Character:FindFirstChild("Role") then
  634. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  635. if role.Value == "Murderer" then
  636. game.Players:Chat("The murderer is "..v.Name)
  637. elseif role.Value == "Sheriff" then
  638. game.Players:Chat("The sheriff is "..v.Name)
  639. elseif role.Value == "Innocent" then
  640. game.Workspace.FilteringEnabled = true
  641. else
  642. game.Workspace.FilteringEnabled = true
  643. end
  644. end
  645. end
  646.  
  647.  
  648. end
  649.  
  650.  
  651. if lower == "/e :roles" then
  652.  
  653. for i,v in pairs(game.Players:GetChildren()) do
  654. if game.Players[v.Name].Character:FindFirstChild("Role") then
  655. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  656. if role.Value == "Murderer" then
  657. game.Players:Chat("The murderer is "..v.Name)
  658. elseif role.Value == "Sheriff" then
  659. game.Players:Chat("The sheriff is "..v.Name)
  660. elseif role.Value == "Innocent" then
  661. game.Workspace.FilteringEnabled = true
  662. else
  663. game.Workspace.FilteringEnabled = true
  664. end
  665. end
  666. end
  667.  
  668.  
  669. end
  670.  
  671.  
  672. if lower == ":killmurderer" then
  673.  
  674. for i,v in pairs(game.Players:GetChildren()) do
  675. if game.Players[v.Name].Character:FindFirstChild("Role") then
  676. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  677. if role.Value == "Murderer" then
  678. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  679. elseif role.Value == "Sheriff" then
  680. game.Workspace.FilteringEnabled = true
  681. elseif role.Value == "Innocent" then
  682. game.Workspace.FilteringEnabled = true
  683. else
  684. game.Workspace.FilteringEnabled = true
  685. end
  686. end
  687. end
  688.  
  689.  
  690. end
  691.  
  692. if lower == "/e :killmurderer" then
  693.  
  694. for i,v in pairs(game.Players:GetChildren()) do
  695. if game.Players[v.Name].Character:FindFirstChild("Role") then
  696. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  697. if role.Value == "Murderer" then
  698. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  699. elseif role.Value == "Sheriff" then
  700. game.Workspace.FilteringEnabled = true
  701. elseif role.Value == "Innocent" then
  702. game.Workspace.FilteringEnabled = true
  703. else
  704. game.Workspace.FilteringEnabled = true
  705. end
  706. end
  707. end
  708.  
  709.  
  710. end
  711.  
  712. if lower == "/e killmurderer" then
  713.  
  714. for i,v in pairs(game.Players:GetChildren()) do
  715. if game.Players[v.Name].Character:FindFirstChild("Role") then
  716. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  717. if role.Value == "Murderer" then
  718. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  719. elseif role.Value == "Sheriff" then
  720. game.Workspace.FilteringEnabled = true
  721. elseif role.Value == "Innocent" then
  722. game.Workspace.FilteringEnabled = true
  723. else
  724. game.Workspace.FilteringEnabled = true
  725. end
  726. end
  727. end
  728.  
  729.  
  730. end
  731.  
  732.  
  733. if lower == ":killsheriff" then
  734.  
  735. for i,v in pairs(game.Players:GetChildren()) do
  736. if game.Players[v.Name].Character:FindFirstChild("Role") then
  737. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  738. if role.Value == "Murderer" then
  739. game.Workspace.FilteringEnabled = true
  740. elseif role.Value == "Sheriff" then
  741. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  742. elseif role.Value == "Innocent" then
  743. game.Workspace.FilteringEnabled = true
  744. else
  745. game.Workspace.FilteringEnabled = true
  746. end
  747. end
  748. end
  749.  
  750.  
  751. end
  752.  
  753.  
  754. if lower == "/e :killsheriff" then
  755.  
  756. for i,v in pairs(game.Players:GetChildren()) do
  757. if game.Players[v.Name].Character:FindFirstChild("Role") then
  758. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  759. if role.Value == "Murderer" then
  760. game.Workspace.FilteringEnabled = true
  761. elseif role.Value == "Sheriff" then
  762. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  763. elseif role.Value == "Innocent" then
  764. game.Workspace.FilteringEnabled = true
  765. else
  766. game.Workspace.FilteringEnabled = true
  767. end
  768. end
  769. end
  770.  
  771.  
  772. end
  773.  
  774.  
  775. if lower == "/e killsheriff" then
  776.  
  777. for i,v in pairs(game.Players:GetChildren()) do
  778. if game.Players[v.Name].Character:FindFirstChild("Role") then
  779. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  780. if role.Value == "Murderer" then
  781. game.Workspace.FilteringEnabled = true
  782. elseif role.Value == "Sheriff" then
  783. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  784. elseif role.Value == "Innocent" then
  785. game.Workspace.FilteringEnabled = true
  786. else
  787. game.Workspace.FilteringEnabled = true
  788. end
  789. end
  790. end
  791.  
  792.  
  793. end
  794.  
  795.  
  796. if lower == "/e roles" then
  797.  
  798. for i,v in pairs(game.Players:GetChildren()) do
  799. if game.Players[v.Name].Character:FindFirstChild("Role") then
  800. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  801. if role.Value == "Murderer" then
  802. game.Players:Chat("The murderer is "..v.Name)
  803. elseif role.Value == "Sheriff" then
  804. game.Players:Chat("The sheriff is "..v.Name)
  805. elseif role.Value == "Innocent" then
  806. game.Workspace.FilteringEnabled = true
  807. else
  808. game.Workspace.FilteringEnabled = true
  809. end
  810. end
  811. end
  812.  
  813.  
  814. end
  815.  
  816.  
  817.  
  818. if string.find(lower,":cloak ") then
  819. local name = string.gsub(lower,":cloak ","")
  820. local player = nil
  821.  
  822. if name == "others" then
  823. for i,v in pairs(game.Players:GetChildren()) do
  824. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  825. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
  826. end
  827. end
  828. else
  829.  
  830. names = game.Players:GetChildren()
  831.  
  832. for i,v in pairs(names) do
  833. strlower = string.lower(v.Name)
  834. sub = string.sub(strlower,1,#name)
  835.  
  836. if name == sub then
  837. player = v
  838. if player.Name ~= game.Players.LocalPlayer.Name then
  839. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[player.Name])
  840. end
  841. end
  842. end
  843. end
  844. end
  845.  
  846.  
  847.  
  848. if string.find(lower,"/e cloak ") then
  849. local name = string.gsub(lower,"/e cloak ","")
  850. local player = nil
  851.  
  852. if name == "others" then
  853. for i,v in pairs(game.Players:GetChildren()) do
  854. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  855. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
  856. end
  857. end
  858. else
  859.  
  860. names = game.Players:GetChildren()
  861.  
  862. for i,v in pairs(names) do
  863. strlower = string.lower(v.Name)
  864. sub = string.sub(strlower,1,#name)
  865.  
  866. if name == sub then
  867. player = v
  868. if player.Name ~= game.Players.LocalPlayer.Name then
  869. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[player.Name])
  870. end
  871. end
  872. end
  873. end
  874. end
  875.  
  876.  
  877.  
  878. if string.find(lower,"/e :cloak ") then
  879. local name = string.gsub(lower,"/e :cloak ","")
  880. local player = nil
  881.  
  882. if name == "others" then
  883. for i,v in pairs(game.Players:GetChildren()) do
  884. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  885. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
  886. end
  887. end
  888. else
  889.  
  890. names = game.Players:GetChildren()
  891.  
  892. for i,v in pairs(names) do
  893. strlower = string.lower(v.Name)
  894. sub = string.sub(strlower,1,#name)
  895.  
  896. if name == sub then
  897. player = v
  898. if player.Name ~= game.Players.LocalPlayer.Name then
  899. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[player.Name])
  900. end
  901. end
  902. end
  903. end
  904. end
  905.  
  906.  
  907.  
  908. if string.find(lower,":uncloak ") then
  909. local name = string.gsub(lower,":uncloak ","")
  910. local player = nil
  911.  
  912. if name == "others" then
  913. for i,v in pairs(game.Players:GetChildren()) do
  914. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  915. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
  916. end
  917. end
  918. else
  919.  
  920. names = game.Players:GetChildren()
  921.  
  922. for i,v in pairs(names) do
  923. strlower = string.lower(v.Name)
  924. sub = string.sub(strlower,1,#name)
  925.  
  926. if name == sub then
  927. player = v
  928. if player.Name ~= game.Players.LocalPlayer.Name then
  929. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[player.Name])
  930. end
  931. end
  932. end
  933. end
  934. end
  935.  
  936.  
  937. if string.find(lower,"/e uncloak ") then
  938. local name = string.gsub(lower,"/e uncloak ","")
  939. local player = nil
  940.  
  941. if name == "others" then
  942. for i,v in pairs(game.Players:GetChildren()) do
  943. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  944. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
  945. end
  946. end
  947. else
  948.  
  949. names = game.Players:GetChildren()
  950.  
  951. for i,v in pairs(names) do
  952. strlower = string.lower(v.Name)
  953. sub = string.sub(strlower,1,#name)
  954.  
  955. if name == sub then
  956. player = v
  957. if player.Name ~= game.Players.LocalPlayer.Name then
  958. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[player.Name])
  959. end
  960. end
  961. end
  962. end
  963. end
  964.  
  965.  
  966.  
  967. if string.find(lower,"/e :uncloak ") then
  968. local name = string.gsub(lower,"/e :uncloak ","")
  969. local player = nil
  970.  
  971. if name == "others" then
  972. for i,v in pairs(game.Players:GetChildren()) do
  973. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  974. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
  975. end
  976. end
  977. else
  978.  
  979. names = game.Players:GetChildren()
  980.  
  981. for i,v in pairs(names) do
  982. strlower = string.lower(v.Name)
  983. sub = string.sub(strlower,1,#name)
  984.  
  985. if name == sub then
  986. player = v
  987. if player.Name ~= game.Players.LocalPlayer.Name then
  988. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[player.Name])
  989. end
  990. end
  991. end
  992. end
  993. end
  994.  
  995.  
  996.  
  997.  
  998. if string.find(lower,":kev ") then
  999. local name = string.gsub(lower,":kev ","")
  1000. local player = nil
  1001.  
  1002. if name == "others" then
  1003. for i,v in pairs(game.Players:GetChildren()) do
  1004. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1005. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  1006. end
  1007. end
  1008. else
  1009.  
  1010. names = game.Players:GetChildren()
  1011.  
  1012. for i,v in pairs(names) do
  1013. strlower = string.lower(v.Name)
  1014. sub = string.sub(strlower,1,#name)
  1015.  
  1016. if name == sub then
  1017. player = v
  1018. if player.Name ~= game.Players.LocalPlayer.Name then
  1019. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  1020. end
  1021. end
  1022. end
  1023. end
  1024. end
  1025.  
  1026.  
  1027.  
  1028. if string.find(lower,"/e kev ") then
  1029. local name = string.gsub(lower,"/e kev ","")
  1030. local player = nil
  1031.  
  1032. if name == "others" then
  1033. for i,v in pairs(game.Players:GetChildren()) do
  1034. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1035. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  1036. end
  1037. end
  1038. else
  1039.  
  1040. names = game.Players:GetChildren()
  1041.  
  1042. for i,v in pairs(names) do
  1043. strlower = string.lower(v.Name)
  1044. sub = string.sub(strlower,1,#name)
  1045.  
  1046. if name == sub then
  1047. player = v
  1048. if player.Name ~= game.Players.LocalPlayer.Name then
  1049. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  1050. end
  1051. end
  1052. end
  1053. end
  1054. end
  1055.  
  1056. if string.find(lower,"/e :kev ") then
  1057. local name = string.gsub(lower,"/e :kev ","")
  1058. local player = nil
  1059.  
  1060. if name == "others" then
  1061. for i,v in pairs(game.Players:GetChildren()) do
  1062. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1063. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  1064. end
  1065. end
  1066. else
  1067.  
  1068. names = game.Players:GetChildren()
  1069.  
  1070. for i,v in pairs(names) do
  1071. strlower = string.lower(v.Name)
  1072. sub = string.sub(strlower,1,#name)
  1073.  
  1074. if name == sub then
  1075. player = v
  1076. if player.Name ~= game.Players.LocalPlayer.Name then
  1077. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  1078. end
  1079. end
  1080. end
  1081. end
  1082. end
  1083.  
  1084.  
  1085.  
  1086. if string.find(lower,":skev ") then
  1087. local name = string.gsub(lower,":skev ","")
  1088. local player = nil
  1089.  
  1090. if name == "others" then
  1091. for i,v in pairs(game.Players:GetChildren()) do
  1092. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1093. if v.Character.Humanoid.Health <= 100 then
  1094. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  1095. end
  1096. end
  1097. end
  1098. else
  1099.  
  1100. names = game.Players:GetChildren()
  1101.  
  1102. for i,v in pairs(names) do
  1103. strlower = string.lower(v.Name)
  1104. sub = string.sub(strlower,1,#name)
  1105.  
  1106. if name == sub then
  1107. player = v
  1108. if player.Name ~= game.Players.LocalPlayer.Name then
  1109. if player.Character.Humanoid.Health <= 100 then
  1110. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  1111. end
  1112. end
  1113. end
  1114. end
  1115. end
  1116. end
  1117.  
  1118.  
  1119. if string.find(lower,"/e skev ") then
  1120. local name = string.gsub(lower,"/e skev ","")
  1121. local player = nil
  1122.  
  1123. if name == "others" then
  1124. for i,v in pairs(game.Players:GetChildren()) do
  1125. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1126. if v.Character.Humanoid.Health <= 100 then
  1127. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  1128. end
  1129. end
  1130. end
  1131. else
  1132.  
  1133. names = game.Players:GetChildren()
  1134.  
  1135. for i,v in pairs(names) do
  1136. strlower = string.lower(v.Name)
  1137. sub = string.sub(strlower,1,#name)
  1138.  
  1139. if name == sub then
  1140. player = v
  1141. if player.Name ~= game.Players.LocalPlayer.Name then
  1142. if player.Character.Humanoid.Health <= 100 then
  1143. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  1144. end
  1145. end
  1146. end
  1147. end
  1148. end
  1149. end
  1150.  
  1151.  
  1152. if string.find(lower,"/e :skev ") then
  1153. local name = string.gsub(lower,"/e :skev ","")
  1154. local player = nil
  1155.  
  1156. if name == "others" then
  1157. for i,v in pairs(game.Players:GetChildren()) do
  1158. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1159. if v.Character.Humanoid.Health <= 100 then
  1160. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  1161. end
  1162. end
  1163. end
  1164. else
  1165.  
  1166. names = game.Players:GetChildren()
  1167.  
  1168. for i,v in pairs(names) do
  1169. strlower = string.lower(v.Name)
  1170. sub = string.sub(strlower,1,#name)
  1171.  
  1172. if name == sub then
  1173. player = v
  1174. if player.Name ~= game.Players.LocalPlayer.Name then
  1175. if player.Character.Humanoid.Health <= 100 then
  1176. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  1177. end
  1178. end
  1179. end
  1180. end
  1181. end
  1182. end
  1183.  
  1184. if string.find(lower,":skev me") then
  1185.  
  1186. dab = game.Players.LocalPlayer.Name
  1187. if game.Players.LocalPlayer.Character.Humanoid.Health <= 100 then
  1188. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  1189. end
  1190.  
  1191. end
  1192.  
  1193.  
  1194. if string.find(lower,"/e skev me") then
  1195.  
  1196. dab = game.Players.LocalPlayer.Name
  1197. if game.Players.LocalPlayer.Character.Humanoid.Health <= 100 then
  1198. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  1199. end
  1200.  
  1201. end
  1202.  
  1203. if string.find(lower,"/e :skev me") then
  1204.  
  1205. dab = game.Players.LocalPlayer.Name
  1206. if game.Players.LocalPlayer.Character.Humanoid.Health <= 100 then
  1207. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  1208. end
  1209.  
  1210. end
  1211.  
  1212.  
  1213. if string.find(lower,":bulletproof ") then
  1214. local name = string.gsub(lower,":bulletproof ","")
  1215. local player = nil
  1216.  
  1217. if name == "others" then
  1218. for i,v in pairs(game.Players:GetChildren()) do
  1219. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1220.  
  1221. if v:FindFirstChild("epic") then
  1222. v.epic:Destroy()
  1223. end
  1224.  
  1225. newepic(v.Name)
  1226. while v:FindFirstChild("epic") do
  1227. wait(0.5)
  1228. if v.Character.Humanoid.Health <= 100 then
  1229. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  1230. else
  1231. game.Workspace.FilteringEnabled = true
  1232. end
  1233. end
  1234. end
  1235. end
  1236. else
  1237.  
  1238. names = game.Players:GetChildren()
  1239.  
  1240. for i,v in pairs(names) do
  1241. strlower = string.lower(v.Name)
  1242. sub = string.sub(strlower,1,#name)
  1243.  
  1244. if name == sub then
  1245. player = v
  1246. if player.Name ~= game.Players.LocalPlayer.Name then
  1247.  
  1248.  
  1249. if player:FindFirstChild("epic") then
  1250. player.epic:Destroy()
  1251. end
  1252.  
  1253. newepic(player.Name)
  1254. while player:FindFirstChild("epic") do
  1255. wait(0.5)
  1256. if player.Character.Humanoid.Health <= 100 then
  1257. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  1258. else
  1259. game.Workspace.FilteringEnabled = true
  1260. end
  1261. end
  1262. end
  1263. end
  1264. end
  1265. end
  1266. end
  1267.  
  1268.  
  1269. if string.find(lower,"/e bulletproof ") then
  1270. local name = string.gsub(lower,"/e bulletproof ","")
  1271. local player = nil
  1272.  
  1273. if name == "others" then
  1274. for i,v in pairs(game.Players:GetChildren()) do
  1275. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1276.  
  1277. if v:FindFirstChild("epic") then
  1278. v.epic:Destroy()
  1279. end
  1280.  
  1281. newepic(v.Name)
  1282. while v:FindFirstChild("epic") do
  1283. wait(0.5)
  1284. if v.Character.Humanoid.Health <= 100 then
  1285. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  1286. else
  1287. game.Workspace.FilteringEnabled = true
  1288. end
  1289. end
  1290. end
  1291. end
  1292. else
  1293.  
  1294. names = game.Players:GetChildren()
  1295.  
  1296. for i,v in pairs(names) do
  1297. strlower = string.lower(v.Name)
  1298. sub = string.sub(strlower,1,#name)
  1299.  
  1300. if name == sub then
  1301. player = v
  1302. if player.Name ~= game.Players.LocalPlayer.Name then
  1303.  
  1304.  
  1305. if player:FindFirstChild("epic") then
  1306. player.epic:Destroy()
  1307. end
  1308.  
  1309. newepic(player.Name)
  1310. while player:FindFirstChild("epic") do
  1311. wait(0.5)
  1312. if player.Character.Humanoid.Health <= 100 then
  1313. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  1314. else
  1315. game.Workspace.FilteringEnabled = true
  1316. end
  1317. end
  1318. end
  1319. end
  1320. end
  1321. end
  1322. end
  1323.  
  1324.  
  1325.  
  1326.  
  1327. if string.find(lower,"/e :bulletproof ") then
  1328. local name = string.gsub(lower,"/e :bulletproof ","")
  1329. local player = nil
  1330.  
  1331. if name == "others" then
  1332. for i,v in pairs(game.Players:GetChildren()) do
  1333. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1334.  
  1335. if v:FindFirstChild("epic") then
  1336. v.epic:Destroy()
  1337. end
  1338.  
  1339. newepic(v.Name)
  1340. while v:FindFirstChild("epic") do
  1341. wait(0.5)
  1342. if v.Character.Humanoid.Health <= 100 then
  1343. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  1344. else
  1345. game.Workspace.FilteringEnabled = true
  1346. end
  1347. end
  1348. end
  1349. end
  1350. else
  1351.  
  1352. names = game.Players:GetChildren()
  1353.  
  1354. for i,v in pairs(names) do
  1355. strlower = string.lower(v.Name)
  1356. sub = string.sub(strlower,1,#name)
  1357.  
  1358. if name == sub then
  1359. player = v
  1360. if player.Name ~= game.Players.LocalPlayer.Name then
  1361.  
  1362.  
  1363. if player:FindFirstChild("epic") then
  1364. player.epic:Destroy()
  1365. end
  1366.  
  1367. newepic(player.Name)
  1368. while player:FindFirstChild("epic") do
  1369. wait(0.5)
  1370. if player.Character.Humanoid.Health <= 100 then
  1371. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  1372. else
  1373. game.Workspace.FilteringEnabled = true
  1374. end
  1375. end
  1376. end
  1377. end
  1378. end
  1379. end
  1380. end
  1381.  
  1382.  
  1383. if string.find(lower,":unbulletproof ") then
  1384. local name = string.gsub(lower,":unbulletproof ","")
  1385. local player = nil
  1386.  
  1387. if name == "others" then
  1388. for i,v in pairs(game.Players:GetChildren()) do
  1389. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1390.  
  1391. if v:FindFirstChild("epic") then
  1392. v.epic:Destroy()
  1393. end
  1394.  
  1395.  
  1396.  
  1397. end
  1398. end
  1399. else
  1400.  
  1401. names = game.Players:GetChildren()
  1402.  
  1403. for i,v in pairs(names) do
  1404. strlower = string.lower(v.Name)
  1405. sub = string.sub(strlower,1,#name)
  1406.  
  1407. if name == sub then
  1408. player = v
  1409. if player.Name ~= game.Players.LocalPlayer.Name then
  1410.  
  1411.  
  1412. if player:FindFirstChild("epic") then
  1413. player.epic:Destroy()
  1414. end
  1415.  
  1416. end
  1417. end
  1418. end
  1419. end
  1420. end
  1421.  
  1422.  
  1423.  
  1424. if string.find(lower,"/e unbulletproof ") then
  1425. local name = string.gsub(lower,"/e unbulletproof ","")
  1426. local player = nil
  1427.  
  1428. if name == "others" then
  1429. for i,v in pairs(game.Players:GetChildren()) do
  1430. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1431.  
  1432. if v:FindFirstChild("epic") then
  1433. v.epic:Destroy()
  1434. end
  1435.  
  1436.  
  1437.  
  1438. end
  1439. end
  1440. else
  1441.  
  1442. names = game.Players:GetChildren()
  1443.  
  1444. for i,v in pairs(names) do
  1445. strlower = string.lower(v.Name)
  1446. sub = string.sub(strlower,1,#name)
  1447.  
  1448. if name == sub then
  1449. player = v
  1450. if player.Name ~= game.Players.LocalPlayer.Name then
  1451.  
  1452.  
  1453. if player:FindFirstChild("epic") then
  1454. player.epic:Destroy()
  1455. end
  1456.  
  1457. end
  1458. end
  1459. end
  1460. end
  1461. end
  1462.  
  1463.  
  1464. if string.find(lower,"/e :unbulletproof ") then
  1465. local name = string.gsub(lower,"/e :unbulletproof ","")
  1466. local player = nil
  1467.  
  1468. if name == "others" then
  1469. for i,v in pairs(game.Players:GetChildren()) do
  1470. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1471.  
  1472. if v:FindFirstChild("epic") then
  1473. v.epic:Destroy()
  1474. end
  1475.  
  1476.  
  1477.  
  1478. end
  1479. end
  1480. else
  1481.  
  1482. names = game.Players:GetChildren()
  1483.  
  1484. for i,v in pairs(names) do
  1485. strlower = string.lower(v.Name)
  1486. sub = string.sub(strlower,1,#name)
  1487.  
  1488. if name == sub then
  1489. player = v
  1490. if player.Name ~= game.Players.LocalPlayer.Name then
  1491.  
  1492.  
  1493. if player:FindFirstChild("epic") then
  1494. player.epic:Destroy()
  1495. end
  1496.  
  1497. end
  1498. end
  1499. end
  1500. end
  1501. end
  1502.  
  1503.  
  1504.  
  1505. if string.find(lower,":bulletproof me") then
  1506. local player = nil
  1507.  
  1508. if game.Players.LocalPlayer:FindFirstChild("epic") then
  1509. game.Players.LocalPlayer.epic:Destroy()
  1510. end
  1511.  
  1512. newepic(game.Players.LocalPlayer.Name)
  1513. while v:FindFirstChild("epic") do
  1514. wait(0.5)
  1515. if game.Players.LocalPlayer.Character.Humanoid.Health <= 100 then
  1516. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  1517. else
  1518. game.Workspace.FilteringEnabled = true
  1519. end
  1520.  
  1521. end
  1522. end
  1523.  
  1524. if string.find(lower,"/e bulletproof me") then
  1525. local player = nil
  1526.  
  1527. if game.Players.LocalPlayer:FindFirstChild("epic") then
  1528. game.Players.LocalPlayer.epic:Destroy()
  1529. end
  1530.  
  1531. newepic(game.Players.LocalPlayer.Name)
  1532. while v:FindFirstChild("epic") do
  1533. wait(0.5)
  1534. if game.Players.LocalPlayer.Character.Humanoid.Health <= 100 then
  1535. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  1536. else
  1537. game.Workspace.FilteringEnabled = true
  1538. end
  1539.  
  1540. end
  1541. end
  1542.  
  1543. if string.find(lower,"/e :bulletproof me") then
  1544. local player = nil
  1545.  
  1546. if game.Players.LocalPlayer:FindFirstChild("epic") then
  1547. game.Players.LocalPlayer.epic:Destroy()
  1548. end
  1549.  
  1550. newepic(game.Players.LocalPlayer.Name)
  1551. while v:FindFirstChild("epic") do
  1552. wait(0.5)
  1553. if game.Players.LocalPlayer.Character.Humanoid.Health <= 100 then
  1554. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  1555. else
  1556. game.Workspace.FilteringEnabled = true
  1557. end
  1558.  
  1559. end
  1560. end
  1561.  
  1562. if string.find(lower,":unbulletproof me") then
  1563. local player = nil
  1564.  
  1565. if game.Players.LocalPlayer:FindFirstChild("epic") then
  1566. game.Players.LocalPlayer.epic:Destroy()
  1567. end
  1568.  
  1569.  
  1570.  
  1571. end
  1572.  
  1573. if string.find(lower,"/e :unbulletproof me") then
  1574. local player = nil
  1575.  
  1576. if game.Players.LocalPlayer:FindFirstChild("epic") then
  1577. game.Players.LocalPlayer.epic:Destroy()
  1578. end
  1579.  
  1580.  
  1581.  
  1582. end
  1583.  
  1584.  
  1585. if string.find(lower,"/e unbulletproof me") then
  1586. local player = nil
  1587.  
  1588. if game.Players.LocalPlayer:FindFirstChild("epic") then
  1589. game.Players.LocalPlayer.epic:Destroy()
  1590. end
  1591.  
  1592.  
  1593.  
  1594. end
  1595.  
  1596.  
  1597.  
  1598.  
  1599.  
  1600. if string.find(lower,":cloakme") then
  1601. local player = nil
  1602.  
  1603. game.ReplicatedStorage.Event:FireServer("Cloak", game.Players.LocalPlayer.Character)
  1604.  
  1605. end
  1606.  
  1607. if string.find(lower,"/e cloakme") then
  1608. local player = nil
  1609.  
  1610. game.ReplicatedStorage.Event:FireServer("Cloak", game.Players.LocalPlayer.Character)
  1611.  
  1612. end
  1613.  
  1614. if string.find(lower,"/e :cloakme") then
  1615. local player = nil
  1616.  
  1617. game.ReplicatedStorage.Event:FireServer("Cloak", game.Players.LocalPlayer.Character)
  1618.  
  1619. end
  1620.  
  1621.  
  1622. if string.find(lower,":kev me") then
  1623.  
  1624. dab = game.Players.LocalPlayer.Name
  1625. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  1626.  
  1627. end
  1628.  
  1629. if string.find(lower,"/e kev me") then
  1630.  
  1631. dab = game.Players.LocalPlayer.Name
  1632. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  1633.  
  1634.  
  1635. end
  1636.  
  1637. if string.find(lower,"/e :kev me") then
  1638.  
  1639. dab = game.Players.LocalPlayer.Name
  1640. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  1641.  
  1642. end
  1643.  
  1644.  
  1645.  
  1646.  
  1647.  
  1648. if string.find(lower,":uncloakme ") then
  1649. local name = string.gsub(lower,":uncloakme ","")
  1650. local player = nil
  1651.  
  1652. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Players.LocalPlayer.Character)
  1653.  
  1654. end
  1655.  
  1656. if string.find(lower,"/e testargs ") then
  1657. local name = string.gsub(lower,"/e testargs ","")
  1658. local dab = string.gsub(lower,"/e testargs ","","")
  1659. local player = nil
  1660.  
  1661. print(name)
  1662. print(dab)
  1663. end
  1664.  
  1665.  
  1666. if string.find(lower,"/e testargs2 ") then
  1667. local name = string.gsub(lower,"/e testargs2 ","")
  1668. local dab = string.gsub(lower,name.." ","")
  1669. local player = nil
  1670.  
  1671. print(name)
  1672. print(dab)
  1673. end
  1674.  
  1675.  
  1676. if string.find(lower,"/e testargs3 ") then
  1677. local name = string.gsub(lower,"/e testargs3 ","")
  1678. local nice = name.." "
  1679. local dab = string.gsub(lower,nice,"")
  1680. local player = nil
  1681.  
  1682. print(name)
  1683. print(dab)
  1684. end
  1685.  
  1686. if string.find(lower,"/e testargs4 ") then
  1687. local name = string.gsub(lower,"/e testargs4 "..name.." ","")
  1688. local dab = string.gsub(lower,name,"")
  1689. local player = nil
  1690.  
  1691. print(name)
  1692. print(dab)
  1693. end
  1694.  
  1695.  
  1696. if string.find(lower,"/e testargs5 ") then
  1697. local name = string.gsub(lower,"/e testargs5 ","")
  1698. local dab = string.gsub(lower,name.." ","")
  1699. local player = nil
  1700.  
  1701. print(name)
  1702. print(dab)
  1703. end
  1704.  
  1705.  
  1706. if string.find(lower,"/e testargs6 ") then
  1707. local name = string.gsub(lower,"/e testargs6 ","")
  1708. local dab = string.gsub(lower,"/e testargs6 "..name.." ","")
  1709. local player = nil
  1710.  
  1711. print(name)
  1712. print(dab)
  1713. end
  1714.  
  1715. if string.find(lower,"/e testargs7 ") then
  1716. local name = string.gsub(lower,"/e testargs7 ","")
  1717. local dab = string.gsub(lower, name, "(%w-)", "%1 %0")
  1718. local player = nil
  1719.  
  1720. print(name)
  1721. print(dab)
  1722. end
  1723.  
  1724.  
  1725. if string.find(lower,"/e testargs8 ") then
  1726. local name = string.gsub(lower,"/e testargs8 ","")
  1727. local dab = string.gsub(name, "(%w-)", "%1 %0", "")
  1728. local player = nil
  1729.  
  1730. print(name)
  1731. print(dab)
  1732. end
  1733.  
  1734.  
  1735.  
  1736.  
  1737. if string.find(lower,":stealsong ") then
  1738. local name = string.gsub(lower,":stealsong ","")
  1739. local player = nil
  1740.  
  1741. if name == "others" then
  1742. for i,v in pairs(game.Players:GetChildren()) do
  1743. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1744.  
  1745. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  1746. print(dab2)
  1747.  
  1748. end
  1749. end
  1750. else
  1751.  
  1752. names = game.Players:GetChildren()
  1753.  
  1754. for i,v in pairs(names) do
  1755. strlower = string.lower(v.Name)
  1756. sub = string.sub(strlower,1,#name)
  1757.  
  1758. if name == sub then
  1759. player = v
  1760. if player.Name ~= game.Players.LocalPlayer.Name then
  1761. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  1762.  
  1763. print(dab2)
  1764. end
  1765. end
  1766. end
  1767. end
  1768. end
  1769.  
  1770. if string.find(lower,"/e :stealsong ") then
  1771. local name = string.gsub(lower,"/e :stealsong ","")
  1772. local player = nil
  1773.  
  1774. if name == "others" then
  1775. for i,v in pairs(game.Players:GetChildren()) do
  1776. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1777.  
  1778. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  1779. print(dab2)
  1780.  
  1781. end
  1782. end
  1783. else
  1784.  
  1785. names = game.Players:GetChildren()
  1786.  
  1787. for i,v in pairs(names) do
  1788. strlower = string.lower(v.Name)
  1789. sub = string.sub(strlower,1,#name)
  1790.  
  1791. if name == sub then
  1792. player = v
  1793. if player.Name ~= game.Players.LocalPlayer.Name then
  1794. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  1795.  
  1796. print(dab2)
  1797. end
  1798. end
  1799. end
  1800. end
  1801. end
  1802.  
  1803. if string.find(lower,"/e stealsong ") then
  1804. local name = string.gsub(lower,"/e stealsong ","")
  1805. local player = nil
  1806.  
  1807. if name == "others" then
  1808. for i,v in pairs(game.Players:GetChildren()) do
  1809. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1810.  
  1811. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  1812. print(dab2)
  1813.  
  1814. end
  1815. end
  1816. else
  1817.  
  1818. names = game.Players:GetChildren()
  1819.  
  1820. for i,v in pairs(names) do
  1821. strlower = string.lower(v.Name)
  1822. sub = string.sub(strlower,1,#name)
  1823.  
  1824. if name == sub then
  1825. player = v
  1826. if player.Name ~= game.Players.LocalPlayer.Name then
  1827. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  1828.  
  1829. print(dab2)
  1830. end
  1831. end
  1832. end
  1833. end
  1834. end
  1835.  
  1836. if string.find(lower,":stealid ") then
  1837. local name = string.gsub(lower,":stealid ","")
  1838. local player = nil
  1839.  
  1840. if name == "others" then
  1841. for i,v in pairs(game.Players:GetChildren()) do
  1842. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1843.  
  1844. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  1845. print(dab2)
  1846.  
  1847. end
  1848. end
  1849. else
  1850.  
  1851. names = game.Players:GetChildren()
  1852.  
  1853. for i,v in pairs(names) do
  1854. strlower = string.lower(v.Name)
  1855. sub = string.sub(strlower,1,#name)
  1856.  
  1857. if name == sub then
  1858. player = v
  1859. if player.Name ~= game.Players.LocalPlayer.Name then
  1860. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  1861.  
  1862. print(dab2)
  1863. end
  1864. end
  1865. end
  1866. end
  1867. end
  1868.  
  1869. if string.find(lower,"/e stealid ") then
  1870. local name = string.gsub(lower,"/e stealid ","")
  1871. local player = nil
  1872.  
  1873. if name == "others" then
  1874. for i,v in pairs(game.Players:GetChildren()) do
  1875. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1876.  
  1877. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  1878. print(dab2)
  1879.  
  1880. end
  1881. end
  1882. else
  1883.  
  1884. names = game.Players:GetChildren()
  1885.  
  1886. for i,v in pairs(names) do
  1887. strlower = string.lower(v.Name)
  1888. sub = string.sub(strlower,1,#name)
  1889.  
  1890. if name == sub then
  1891. player = v
  1892. if player.Name ~= game.Players.LocalPlayer.Name then
  1893. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  1894.  
  1895. print(dab2)
  1896. end
  1897. end
  1898. end
  1899. end
  1900. end
  1901.  
  1902.  
  1903.  
  1904. if string.find(lower,":loopkill ") then
  1905. local name = string.gsub(lower,":loopkill ","")
  1906. local player = nil
  1907.  
  1908. if name == "others" then
  1909. for i,v in pairs(game.Players:GetChildren()) do
  1910. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1911.  
  1912. if v:FindFirstChild("suc") then
  1913. v.suc:Destroy()
  1914. end
  1915.  
  1916. newsuc(v.Name)
  1917. while v:FindFirstChild("suc") do
  1918. wait(0.00000001)
  1919. game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, v.Character.Humanoid)
  1920. end
  1921. end
  1922. end
  1923. else
  1924.  
  1925. names = game.Players:GetChildren()
  1926.  
  1927. for i,v in pairs(names) do
  1928. strlower = string.lower(v.Name)
  1929. sub = string.sub(strlower,1,#name)
  1930.  
  1931. if name == sub then
  1932. player = v
  1933. if player.Name ~= game.Players.LocalPlayer.Name then
  1934.  
  1935.  
  1936. if player:FindFirstChild("suc") then
  1937. player.suc:Destroy()
  1938. end
  1939.  
  1940. newsuc(player.Name)
  1941. while player:FindFirstChild("suc") do
  1942. wait(0.00000001)
  1943. game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, player.Character.Humanoid)
  1944. end
  1945. end
  1946. end
  1947. end
  1948. end
  1949. end
  1950.  
  1951.  
  1952. if string.find(lower,"/e loopkill ") then
  1953. local name = string.gsub(lower,"/e loopkill ","")
  1954. local player = nil
  1955.  
  1956. if name == "others" then
  1957. for i,v in pairs(game.Players:GetChildren()) do
  1958. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1959.  
  1960. if v:FindFirstChild("suc") then
  1961. v.suc:Destroy()
  1962. end
  1963.  
  1964. newsuc(v.Name)
  1965. while v:FindFirstChild("suc") do
  1966. wait(0.00000001)
  1967. game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, v.Character.Humanoid)
  1968. end
  1969. end
  1970. end
  1971. else
  1972.  
  1973. names = game.Players:GetChildren()
  1974.  
  1975. for i,v in pairs(names) do
  1976. strlower = string.lower(v.Name)
  1977. sub = string.sub(strlower,1,#name)
  1978.  
  1979. if name == sub then
  1980. player = v
  1981. if player.Name ~= game.Players.LocalPlayer.Name then
  1982.  
  1983.  
  1984. if player:FindFirstChild("suc") then
  1985. player.suc:Destroy()
  1986. end
  1987.  
  1988. newsuc(player.Name)
  1989. while player:FindFirstChild("suc") do
  1990. wait(0.00000001)
  1991. game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, player.Character.Humanoid)
  1992. end
  1993. end
  1994. end
  1995. end
  1996. end
  1997. end
  1998.  
  1999.  
  2000.  
  2001. if string.find(lower,"/e :loopkill ") then
  2002. local name = string.gsub(lower,"/e :loopkill ","")
  2003. local player = nil
  2004.  
  2005. if name == "others" then
  2006. for i,v in pairs(game.Players:GetChildren()) do
  2007. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2008.  
  2009. if v:FindFirstChild("suc") then
  2010. v.suc:Destroy()
  2011. end
  2012.  
  2013. newsuc(v.Name)
  2014. while v:FindFirstChild("suc") do
  2015. wait(0.00000001)
  2016. game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, v.Character.Humanoid)
  2017. end
  2018. end
  2019. end
  2020. else
  2021.  
  2022. names = game.Players:GetChildren()
  2023.  
  2024. for i,v in pairs(names) do
  2025. strlower = string.lower(v.Name)
  2026. sub = string.sub(strlower,1,#name)
  2027.  
  2028. if name == sub then
  2029. player = v
  2030. if player.Name ~= game.Players.LocalPlayer.Name then
  2031.  
  2032.  
  2033. if player:FindFirstChild("suc") then
  2034. player.suc:Destroy()
  2035. end
  2036.  
  2037. newsuc(player.Name)
  2038. while player:FindFirstChild("suc") do
  2039. wait(0.00000001)
  2040. game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, player.Character.Humanoid)
  2041. end
  2042. end
  2043. end
  2044. end
  2045. end
  2046. end
  2047.  
  2048.  
  2049.  
  2050.  
  2051. if string.find(lower,":unloopkill ") then
  2052. local name = string.gsub(lower,":unloopkill ","")
  2053. local player = nil
  2054.  
  2055. if name == "others" then
  2056. for i,v in pairs(game.Players:GetChildren()) do
  2057. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2058.  
  2059. if v:FindFirstChild("suc") then
  2060. v.suc:Destroy()
  2061. end
  2062.  
  2063.  
  2064.  
  2065. end
  2066. end
  2067. else
  2068.  
  2069. names = game.Players:GetChildren()
  2070.  
  2071. for i,v in pairs(names) do
  2072. strlower = string.lower(v.Name)
  2073. sub = string.sub(strlower,1,#name)
  2074.  
  2075. if name == sub then
  2076. player = v
  2077. if player.Name ~= game.Players.LocalPlayer.Name then
  2078.  
  2079.  
  2080. if player:FindFirstChild("suc") then
  2081. player.suc:Destroy()
  2082. end
  2083.  
  2084. end
  2085. end
  2086. end
  2087. end
  2088. end
  2089.  
  2090.  
  2091. if string.find(lower,"/e :stealid ") then
  2092. local name = string.gsub(lower,"/e :stealid ","")
  2093. local player = nil
  2094.  
  2095. if name == "others" then
  2096. for i,v in pairs(game.Players:GetChildren()) do
  2097. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  2098.  
  2099. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  2100. print(dab2)
  2101.  
  2102. end
  2103. end
  2104. else
  2105.  
  2106. names = game.Players:GetChildren()
  2107.  
  2108. for i,v in pairs(names) do
  2109. strlower = string.lower(v.Name)
  2110. sub = string.sub(strlower,1,#name)
  2111.  
  2112. if name == sub then
  2113. player = v
  2114. if player.Name ~= game.Players.LocalPlayer.Name then
  2115. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  2116.  
  2117. print(dab2)
  2118. end
  2119. end
  2120. end
  2121. end
  2122. end
  2123.  
  2124.  
  2125. if string.find(lower,":bg ") then
  2126. local player = nil
  2127.  
  2128. game.Workspace.Gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2129.  
  2130. end
  2131.  
  2132.  
  2133. if string.find(lower,":bringgun") then
  2134. local player = nil
  2135. game.Workspace.Gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2136. end
  2137.  
  2138. if string.find(lower,"/e bringgun") then
  2139. local player = nil
  2140. game.Workspace.Gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2141. end
  2142.  
  2143. if string.find(lower,"/e :bringgun") then
  2144. local player = nil
  2145. game.Workspace.Gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2146. end
  2147.  
  2148. if string.find(lower,":credits") then
  2149. local creditsdab = Instance.new("ScreenGui")
  2150. local Frame = Instance.new("Frame")
  2151. local aidez = Instance.new("ImageLabel")
  2152. local names = Instance.new("TextLabel")
  2153. local scriptmadeby = Instance.new("TextLabel")
  2154. local x = Instance.new("TextButton")
  2155.  
  2156. creditsdab.Name = "creditsdab"
  2157. creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  2158.  
  2159. Frame.Parent = creditsdab
  2160. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  2161. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  2162. Frame.Size = UDim2.new(0, 274, 0, 274)
  2163.  
  2164. aidez.Name = "aidez"
  2165. aidez.Parent = Frame
  2166. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  2167. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2168. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  2169. aidez.Size = UDim2.new(0, 274, 0, 274)
  2170. aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
  2171.  
  2172. names.Name = "names"
  2173. names.Parent = Frame
  2174. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2175. names.BackgroundTransparency = 0.30000001192093
  2176. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2177. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  2178. names.Size = UDim2.new(0, 274, 0, 28)
  2179. names.Font = Enum.Font.SourceSans
  2180. names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
  2181. names.TextColor3 = Color3.new(1, 1, 1)
  2182. names.TextSize = 14
  2183.  
  2184. scriptmadeby.Name = "scriptmadeby"
  2185. scriptmadeby.Parent = Frame
  2186. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2187. scriptmadeby.BackgroundTransparency = 0.30000001192093
  2188. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2189. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  2190. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  2191. scriptmadeby.Font = Enum.Font.SourceSans
  2192. scriptmadeby.Text = "Script made by"
  2193. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  2194. scriptmadeby.TextSize = 14
  2195.  
  2196. x.Name = "x"
  2197. x.Parent = creditsdab
  2198. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2199. x.BackgroundTransparency = 0.30000001192093
  2200. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2201. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  2202. x.Size = UDim2.new(0, 28, 0, 28)
  2203. x.Font = Enum.Font.SourceSansSemibold
  2204. x.Text = "X"
  2205. x.TextColor3 = Color3.new(1, 1, 1)
  2206. x.TextSize = 30
  2207.  
  2208. x.MouseButton1Click:connect(function()
  2209. game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
  2210. end)
  2211. end
  2212.  
  2213. if string.find(lower,"/e credits") then
  2214. local creditsdab = Instance.new("ScreenGui")
  2215. local Frame = Instance.new("Frame")
  2216. local aidez = Instance.new("ImageLabel")
  2217. local names = Instance.new("TextLabel")
  2218. local scriptmadeby = Instance.new("TextLabel")
  2219. local x = Instance.new("TextButton")
  2220.  
  2221. creditsdab.Name = "creditsdab"
  2222. creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  2223.  
  2224. Frame.Parent = creditsdab
  2225. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  2226. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  2227. Frame.Size = UDim2.new(0, 274, 0, 274)
  2228.  
  2229. aidez.Name = "aidez"
  2230. aidez.Parent = Frame
  2231. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  2232. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2233. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  2234. aidez.Size = UDim2.new(0, 274, 0, 274)
  2235. aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
  2236.  
  2237. names.Name = "names"
  2238. names.Parent = Frame
  2239. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2240. names.BackgroundTransparency = 0.30000001192093
  2241. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2242. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  2243. names.Size = UDim2.new(0, 274, 0, 28)
  2244. names.Font = Enum.Font.SourceSans
  2245. names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
  2246. names.TextColor3 = Color3.new(1, 1, 1)
  2247. names.TextSize = 14
  2248.  
  2249. scriptmadeby.Name = "scriptmadeby"
  2250. scriptmadeby.Parent = Frame
  2251. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2252. scriptmadeby.BackgroundTransparency = 0.30000001192093
  2253. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2254. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  2255. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  2256. scriptmadeby.Font = Enum.Font.SourceSans
  2257. scriptmadeby.Text = "Script made by"
  2258. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  2259. scriptmadeby.TextSize = 14
  2260.  
  2261. x.Name = "x"
  2262. x.Parent = creditsdab
  2263. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2264. x.BackgroundTransparency = 0.30000001192093
  2265. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2266. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  2267. x.Size = UDim2.new(0, 28, 0, 28)
  2268. x.Font = Enum.Font.SourceSansSemibold
  2269. x.Text = "X"
  2270. x.TextColor3 = Color3.new(1, 1, 1)
  2271. x.TextSize = 30
  2272.  
  2273. x.MouseButton1Click:connect(function()
  2274. game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
  2275. end)
  2276. end
  2277.  
  2278. if string.find(lower,"/e :credits") then
  2279. local creditsdab = Instance.new("ScreenGui")
  2280. local Frame = Instance.new("Frame")
  2281. local aidez = Instance.new("ImageLabel")
  2282. local names = Instance.new("TextLabel")
  2283. local scriptmadeby = Instance.new("TextLabel")
  2284. local x = Instance.new("TextButton")
  2285.  
  2286. creditsdab.Name = "creditsdab"
  2287. creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  2288.  
  2289. Frame.Parent = creditsdab
  2290. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  2291. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  2292. Frame.Size = UDim2.new(0, 274, 0, 274)
  2293.  
  2294. aidez.Name = "aidez"
  2295. aidez.Parent = Frame
  2296. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  2297. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2298. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  2299. aidez.Size = UDim2.new(0, 274, 0, 274)
  2300. aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
  2301.  
  2302. names.Name = "names"
  2303. names.Parent = Frame
  2304. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2305. names.BackgroundTransparency = 0.30000001192093
  2306. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2307. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  2308. names.Size = UDim2.new(0, 274, 0, 28)
  2309. names.Font = Enum.Font.SourceSans
  2310. names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
  2311. names.TextColor3 = Color3.new(1, 1, 1)
  2312. names.TextSize = 14
  2313.  
  2314. scriptmadeby.Name = "scriptmadeby"
  2315. scriptmadeby.Parent = Frame
  2316. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2317. scriptmadeby.BackgroundTransparency = 0.30000001192093
  2318. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2319. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  2320. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  2321. scriptmadeby.Font = Enum.Font.SourceSans
  2322. scriptmadeby.Text = "Script made by"
  2323. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  2324. scriptmadeby.TextSize = 14
  2325.  
  2326. x.Name = "x"
  2327. x.Parent = creditsdab
  2328. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2329. x.BackgroundTransparency = 0.30000001192093
  2330. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2331. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  2332. x.Size = UDim2.new(0, 28, 0, 28)
  2333. x.Font = Enum.Font.SourceSansSemibold
  2334. x.Text = "X"
  2335. x.TextColor3 = Color3.new(1, 1, 1)
  2336. x.TextSize = 30
  2337.  
  2338. x.MouseButton1Click:connect(function()
  2339. game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
  2340. end)
  2341. end
  2342.  
  2343.  
  2344. if string.find(lower,":playspam") then
  2345. local player = nil
  2346. for i,v in pairs(game.Workspace:GetChildren()) do
  2347. if v.Name == "Music" then
  2348. v.Playing = true
  2349. end
  2350. end
  2351. end
  2352.  
  2353. if string.find(lower,":playsounds") then
  2354. local player = nil
  2355. for i,v in pairs(game.Workspace:GetChildren()) do
  2356. if v.Name == "Music" then
  2357. v.Playing = true
  2358. end
  2359. end
  2360. end
  2361.  
  2362. if string.find(lower,"/e playsounds") then
  2363. local player = nil
  2364. for i,v in pairs(game.Workspace:GetChildren()) do
  2365. if v.Name == "Music" then
  2366. v.Playing = true
  2367. end
  2368. end
  2369. end
  2370.  
  2371. if string.find(lower,"/e :playsounds") then
  2372. local player = nil
  2373. for i,v in pairs(game.Workspace:GetChildren()) do
  2374. if v.Name == "Music" then
  2375. v.Playing = true
  2376. end
  2377. end
  2378. end
  2379.  
  2380. if string.find(lower,":stopspam") then
  2381. local player = nil
  2382. for i,v in pairs(game.Workspace:GetChildren()) do
  2383. if v.Name == "Music" then
  2384. v.Playing = false
  2385. end
  2386. end
  2387. end
  2388.  
  2389.  
  2390. if string.find(lower,":god") then
  2391. local player = nil
  2392. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  2393. end
  2394.  
  2395. if string.find(lower,"/e god") then
  2396. local player = nil
  2397. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  2398. end
  2399.  
  2400. if string.find(lower,"/e :god") then
  2401. local player = nil
  2402. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  2403. end
  2404.  
  2405. if string.find(lower,":anticheat") then
  2406. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  2407.  
  2408. while wait() do
  2409. local Player = game.Players.LocalPlayer
  2410. local Gui = Player.PlayerGui
  2411. for i,v in pairs(antiKek) do
  2412. if Gui:FindFirstChild(v) then
  2413. Gui:FindFirstChild(v):Remove()
  2414. end
  2415. end
  2416. end
  2417.  
  2418. end
  2419.  
  2420.  
  2421. if string.find(lower,":antiexploit") then
  2422. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  2423.  
  2424. while wait() do
  2425. local Player = game.Players.LocalPlayer
  2426. local Gui = Player.PlayerGui
  2427. for i,v in pairs(antiKek) do
  2428. if Gui:FindFirstChild(v) then
  2429. Gui:FindFirstChild(v):Remove()
  2430. end
  2431. end
  2432. end
  2433.  
  2434. end
  2435.  
  2436.  
  2437. if string.find(lower,"/e antiexploit") then
  2438. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  2439.  
  2440. while wait() do
  2441. local Player = game.Players.LocalPlayer
  2442. local Gui = Player.PlayerGui
  2443. for i,v in pairs(antiKek) do
  2444. if Gui:FindFirstChild(v) then
  2445. Gui:FindFirstChild(v):Remove()
  2446. end
  2447. end
  2448. end
  2449.  
  2450. end
  2451.  
  2452. if string.find(lower,"/e :antiexploit") then
  2453. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  2454.  
  2455. while wait() do
  2456. local Player = game.Players.LocalPlayer
  2457. local Gui = Player.PlayerGui
  2458. for i,v in pairs(antiKek) do
  2459. if Gui:FindFirstChild(v) then
  2460. Gui:FindFirstChild(v):Remove()
  2461. end
  2462. end
  2463. end
  2464.  
  2465. end
  2466.  
  2467. if string.find(lower,"/e anticheat") then
  2468. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  2469.  
  2470. while wait() do
  2471. local Player = game.Players.LocalPlayer
  2472. local Gui = Player.PlayerGui
  2473. for i,v in pairs(antiKek) do
  2474. if Gui:FindFirstChild(v) then
  2475. Gui:FindFirstChild(v):Remove()
  2476. end
  2477. end
  2478. end
  2479.  
  2480. end
  2481.  
  2482. if string.find(lower,"/e :anticheat") then
  2483. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  2484.  
  2485. while wait() do
  2486. local Player = game.Players.LocalPlayer
  2487. local Gui = Player.PlayerGui
  2488. for i,v in pairs(antiKek) do
  2489. if Gui:FindFirstChild(v) then
  2490. Gui:FindFirstChild(v):Remove()
  2491. end
  2492. end
  2493. end
  2494.  
  2495. end
  2496.  
  2497. if string.find(lower,":removeanticheat") then
  2498. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  2499.  
  2500. while wait() do
  2501. local Player = game.Players.LocalPlayer
  2502. local Gui = Player.PlayerGui
  2503. for i,v in pairs(antiKek) do
  2504. if Gui:FindFirstChild(v) then
  2505. Gui:FindFirstChild(v):Remove()
  2506. end
  2507. end
  2508. end
  2509.  
  2510. end
  2511.  
  2512. if string.find(lower,"/e removeanticheat") then
  2513. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  2514.  
  2515. while wait() do
  2516. local Player = game.Players.LocalPlayer
  2517. local Gui = Player.PlayerGui
  2518. for i,v in pairs(antiKek) do
  2519. if Gui:FindFirstChild(v) then
  2520. Gui:FindFirstChild(v):Remove()
  2521. end
  2522. end
  2523. end
  2524.  
  2525. end
  2526.  
  2527.  
  2528. if string.find(lower,"/e :removeanticheat") then
  2529. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  2530.  
  2531. while wait() do
  2532. local Player = game.Players.LocalPlayer
  2533. local Gui = Player.PlayerGui
  2534. for i,v in pairs(antiKek) do
  2535. if Gui:FindFirstChild(v) then
  2536. Gui:FindFirstChild(v):Remove()
  2537. end
  2538. end
  2539. end
  2540.  
  2541. end
  2542.  
  2543.  
  2544.  
  2545. if string.find(lower,":loopgod") then
  2546. local player = nil
  2547.  
  2548. if game.Players.LocalPlayer:FindFirstChild("dab") then
  2549. game.Players.LocalPlayer.dab:Destroy()
  2550. end
  2551.  
  2552. newdab(game.Players.LocalPlayer.Name)
  2553. while game.Players.LocalPlayer:FindFirstChild("dab") do
  2554. wait(0.0000000001)
  2555. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  2556. end
  2557.  
  2558. end
  2559.  
  2560.  
  2561.  
  2562.  
  2563.  
  2564. if string.find(lower,"/e loopgod") then
  2565. local player = nil
  2566.  
  2567. if game.Players.LocalPlayer:FindFirstChild("dab") then
  2568. game.Players.LocalPlayer.dab:Destroy()
  2569. end
  2570.  
  2571. newdab(game.Players.LocalPlayer.Name)
  2572. while game.Players.LocalPlayer:FindFirstChild("dab") do
  2573. wait(0.0000000001)
  2574. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  2575. end
  2576.  
  2577. end
  2578.  
  2579.  
  2580.  
  2581. if string.find(lower,"/e :loopgod") then
  2582. local player = nil
  2583.  
  2584. if game.Players.LocalPlayer:FindFirstChild("dab") then
  2585. game.Players.LocalPlayer.dab:Destroy()
  2586. end
  2587.  
  2588. newdab(game.Players.LocalPlayer.Name)
  2589. while game.Players.LocalPlayer:FindFirstChild("dab") do
  2590. wait(0.0000000001)
  2591. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  2592. end
  2593.  
  2594. end
  2595.  
  2596.  
  2597. if string.find(lower,":unloopgod") then
  2598. local player = nil
  2599.  
  2600. if game.Players.LocalPlayer:FindFirstChild("dab") then
  2601. game.Players.LocalPlayer.dab:Destroy()
  2602. end
  2603.  
  2604.  
  2605.  
  2606. end
  2607.  
  2608.  
  2609. if string.find(lower,"/e unloopgod") then
  2610. local player = nil
  2611.  
  2612. if game.Players.LocalPlayer:FindFirstChild("dab") then
  2613. game.Players.LocalPlayer.dab:Destroy()
  2614. end
  2615.  
  2616.  
  2617.  
  2618. end
  2619.  
  2620. if string.find(lower,":savetools") then
  2621. local player = nil
  2622.  
  2623. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2624. if (v:IsA("Tool")) then
  2625. v.Parent = game.Players.LocalPlayer
  2626. end
  2627. end
  2628.  
  2629. end
  2630.  
  2631. if string.find(lower,"/e savetools") then
  2632. local player = nil
  2633.  
  2634. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2635. if (v:IsA("Tool")) then
  2636. v.Parent = game.Players.LocalPlayer
  2637. end
  2638. end
  2639.  
  2640. end
  2641.  
  2642. if string.find(lower,"/e :savetools") then
  2643. local player = nil
  2644.  
  2645. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2646. if (v:IsA("Tool")) then
  2647. v.Parent = game.Players.LocalPlayer
  2648. end
  2649. end
  2650.  
  2651. end
  2652.  
  2653. if string.find(lower,":loadtools") then
  2654. local player = nil
  2655.  
  2656. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2657. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  2658. if (v:IsA("Tool")) then
  2659. v.Parent = game.Players.LocalPlayer.Backpack
  2660. end
  2661. end
  2662. end
  2663.  
  2664. end
  2665.  
  2666.  
  2667. if string.find(lower,"/e loadtools") then
  2668. local player = nil
  2669.  
  2670. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2671. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  2672. if (v:IsA("Tool")) then
  2673. v.Parent = game.Players.LocalPlayer.Backpack
  2674. end
  2675. end
  2676. end
  2677.  
  2678. end
  2679.  
  2680.  
  2681.  
  2682. if string.find(lower,"/e :loadtools") then
  2683. local player = nil
  2684.  
  2685. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2686. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  2687. if (v:IsA("Tool")) then
  2688. v.Parent = game.Players.LocalPlayer.Backpack
  2689. end
  2690. end
  2691. end
  2692.  
  2693. end
  2694.  
  2695.  
  2696. if string.find(lower,"/e :unloopgod") then
  2697. local player = nil
  2698.  
  2699. if game.Players.LocalPlayer:FindFirstChild("dab") then
  2700. game.Players.LocalPlayer.dab:Destroy()
  2701. end
  2702.  
  2703.  
  2704.  
  2705. end
  2706.  
  2707.  
  2708.  
  2709.  
  2710. if string.find(lower,":stopsounds") then
  2711. local player = nil
  2712. for i,v in pairs(game.Workspace:GetChildren()) do
  2713. if v.Name == "Music" then
  2714. v.Playing = false
  2715. end
  2716. end
  2717. end
  2718.  
  2719. if string.find(lower,"/e stopsounds") then
  2720. local player = nil
  2721. for i,v in pairs(game.Workspace:GetChildren()) do
  2722. if v.Name == "Music" then
  2723. v.Playing = false
  2724. end
  2725. end
  2726. end
  2727.  
  2728. if string.find(lower,"/e :stopsounds") then
  2729. local player = nil
  2730. for i,v in pairs(game.Workspace:GetChildren()) do
  2731. if v.Name == "Music" then
  2732. v.Playing = false
  2733. end
  2734. end
  2735. end
  2736.  
  2737.  
  2738.  
  2739.  
  2740.  
  2741.  
  2742.  
  2743.  
  2744. if string.find(lower,"/e ") then
  2745.  
  2746. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2747. for i, track in pairs (AnimationTracks) do
  2748. track:Stop()
  2749. end
  2750.  
  2751. end
  2752.  
  2753.  
  2754. if string.find(lower,"/e") then
  2755.  
  2756. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2757. for i, track in pairs (AnimationTracks) do
  2758. track:Stop()
  2759. end
  2760.  
  2761. end
  2762.  
  2763. if string.find(lower,"/e wda") then
  2764.  
  2765. local A=Instance.new'Animation'
  2766. A.AnimationId='rbxassetid://277597389'
  2767. local P=game:GetService'Players'.LocalPlayer
  2768. local C=P.Character or P.CharacterAdded:Wait()
  2769. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  2770. H:Play()
  2771.  
  2772. end
  2773.  
  2774. if string.find(lower,"/e shrug") then
  2775.  
  2776. game.Players:Chat("¯\_(?)_/¯")
  2777.  
  2778. end
  2779.  
  2780. if string.find(lower,"/e twerk") then
  2781.  
  2782. local AB=Instance.new'Animation'
  2783. AB.AnimationId='rbxassetid://277485142'
  2784. local PP=game:GetService'Players'.LocalPlayer
  2785. local CC=PP.Character or PP.CharacterAdded:Wait()
  2786. local HH=CC:WaitForChild'Humanoid':LoadAnimation(AB)
  2787. HH:Play()
  2788.  
  2789. end
  2790.  
  2791. if string.find(lower,"/e deathtouch") then
  2792.  
  2793. local epic = Instance.new("Tool")
  2794. local dab = Instance.new("Part")
  2795. local plr = game.Players.LocalPlayer
  2796. local tar_obj = nil
  2797. dab.Parent = epic
  2798. dab.Size = Vector3.new(2, 2, 2)
  2799. dab.Transparency = 1
  2800. epic.Parent = plr.Backpack
  2801. epic.Name = "Death Touch"
  2802. dab.Name = "Handle"
  2803. epic.Equipped:Connect(function(m_S)
  2804. dab.Touched:connect(death)
  2805. end)
  2806. end
  2807.  
  2808. if string.find(lower,"/e :deathtouch") then
  2809.  
  2810. local epic = Instance.new("Tool")
  2811. local dab = Instance.new("Part")
  2812. local plr = game.Players.LocalPlayer
  2813. local tar_obj = nil
  2814. dab.Parent = epic
  2815. dab.Size = Vector3.new(2, 2, 2)
  2816. dab.Transparency = 1
  2817. epic.Parent = plr.Backpack
  2818. epic.Name = "Death Touch"
  2819. dab.Name = "Handle"
  2820. epic.Equipped:Connect(function(m_S)
  2821. dab.Touched:connect(death)
  2822. end)
  2823. end
  2824.  
  2825. if string.find(lower,":deathtouch") then
  2826.  
  2827. local epic = Instance.new("Tool")
  2828. local dab = Instance.new("Part")
  2829. local plr = game.Players.LocalPlayer
  2830. local tar_obj = nil
  2831. dab.Parent = epic
  2832. dab.Size = Vector3.new(2, 2, 2)
  2833. dab.Transparency = 1
  2834. epic.Parent = plr.Backpack
  2835. epic.Name = "Death Touch"
  2836. dab.Name = "Handle"
  2837. epic.Equipped:Connect(function(m_S)
  2838. dab.Touched:connect(death)
  2839. end)
  2840. end
  2841.  
  2842. if string.find(lower,"/e spaz") then
  2843.  
  2844. local A=Instance.new'Animation'
  2845. A.AnimationId='rbxassetid://277597389'
  2846. local P=game:GetService'Players'.LocalPlayer
  2847. local C=P.Character or P.CharacterAdded:Wait()
  2848. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  2849. H:Play()
  2850.  
  2851. end
  2852.  
  2853.  
  2854. if string.find(lower,":punch") then
  2855.  
  2856. local epic = Instance.new("Tool")
  2857. local dab = Instance.new("Part")
  2858. local plr = game.Players.LocalPlayer
  2859. local tar_obj = nil
  2860. dab.Parent = epic
  2861. dab.Size = Vector3.new(2, 2, 2)
  2862. dab.Transparency = 1
  2863. epic.Parent = plr.Backpack
  2864. epic.Name = "Punch"
  2865. dab.Name = "Handle"
  2866. epic.Equipped:Connect(function(m_S)
  2867. m_S.Button1Down:Connect(function()
  2868.  
  2869. local A=Instance.new'Animation'
  2870. A.AnimationId='rbxassetid://572551390'
  2871. local P=game:GetService'Players'.LocalPlayer
  2872. local C=P.Character or P.CharacterAdded:Wait()
  2873. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  2874. H:Play()
  2875. dab.Touched:connect(death)
  2876.  
  2877.  
  2878.  
  2879.  
  2880. end)
  2881. end)
  2882.  
  2883. end
  2884.  
  2885. if string.find(lower,"/e :punch") then
  2886.  
  2887. local epic = Instance.new("Tool")
  2888. local dab = Instance.new("Part")
  2889. local plr = game.Players.LocalPlayer
  2890. local tar_obj = nil
  2891. dab.Parent = epic
  2892. dab.Size = Vector3.new(2, 2, 2)
  2893. dab.Transparency = 1
  2894. epic.Parent = plr.Backpack
  2895. epic.Name = "Punch"
  2896. dab.Name = "Handle"
  2897. epic.Equipped:Connect(function(m_S)
  2898. m_S.Button1Down:Connect(function()
  2899.  
  2900. local A=Instance.new'Animation'
  2901. A.AnimationId='rbxassetid://572551390'
  2902. local P=game:GetService'Players'.LocalPlayer
  2903. local C=P.Character or P.CharacterAdded:Wait()
  2904. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  2905. H:Play()
  2906. dab.Touched:connect(death)
  2907.  
  2908.  
  2909.  
  2910.  
  2911. end)
  2912. end)
  2913.  
  2914. end
  2915.  
  2916. if string.find(lower,"/e punch") then
  2917.  
  2918. local epic = Instance.new("Tool")
  2919. local dab = Instance.new("Part")
  2920. local plr = game.Players.LocalPlayer
  2921. local tar_obj = nil
  2922. dab.Parent = epic
  2923. dab.Size = Vector3.new(2, 2, 2)
  2924. dab.Transparency = 1
  2925. epic.Parent = plr.Backpack
  2926. epic.Name = "Punch"
  2927. dab.Name = "Handle"
  2928. epic.Equipped:Connect(function(m_S)
  2929. m_S.Button1Down:Connect(function()
  2930.  
  2931. local A=Instance.new'Animation'
  2932. A.AnimationId='rbxassetid://572551390'
  2933. local P=game:GetService'Players'.LocalPlayer
  2934. local C=P.Character or P.CharacterAdded:Wait()
  2935. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  2936. H:Play()
  2937. dab.Touched:connect(death)
  2938.  
  2939.  
  2940.  
  2941.  
  2942. end)
  2943. end)
  2944.  
  2945. end
  2946.  
  2947.  
  2948. if string.find(lower,":kungfu") then
  2949.  
  2950. local epic = Instance.new("Tool")
  2951. local dab = Instance.new("Part")
  2952. local plr = game.Players.LocalPlayer
  2953. local tar_obj = nil
  2954. dab.Parent = epic
  2955. dab.Size = Vector3.new(2, 2, 2)
  2956. dab.Transparency = 1
  2957. epic.Parent = plr.Backpack
  2958. epic.Name = "Punch"
  2959. dab.Name = "Handle"
  2960. epic.Equipped:Connect(function(m_S)
  2961. m_S.Button1Down:Connect(function()
  2962.  
  2963. local A=Instance.new'Animation'
  2964. A.AnimationId='rbxassetid://572551390'
  2965. local P=game:GetService'Players'.LocalPlayer
  2966. local C=P.Character or P.CharacterAdded:Wait()
  2967. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  2968. H:Play()
  2969. dab.Touched:connect(death)
  2970.  
  2971.  
  2972.  
  2973.  
  2974. end)
  2975. end)
  2976.  
  2977. end
  2978.  
  2979.  
  2980. if string.find(lower,"/e :kungfu") then
  2981.  
  2982. local epic = Instance.new("Tool")
  2983. local dab = Instance.new("Part")
  2984. local plr = game.Players.LocalPlayer
  2985. local tar_obj = nil
  2986. dab.Parent = epic
  2987. dab.Size = Vector3.new(2, 2, 2)
  2988. dab.Transparency = 1
  2989. epic.Parent = plr.Backpack
  2990. epic.Name = "Punch"
  2991. dab.Name = "Handle"
  2992. epic.Equipped:Connect(function(m_S)
  2993. m_S.Button1Down:Connect(function()
  2994.  
  2995. local A=Instance.new'Animation'
  2996. A.AnimationId='rbxassetid://572551390'
  2997. local P=game:GetService'Players'.LocalPlayer
  2998. local C=P.Character or P.CharacterAdded:Wait()
  2999. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  3000. H:Play()
  3001. dab.Touched:connect(death)
  3002.  
  3003.  
  3004.  
  3005.  
  3006. end)
  3007. end)
  3008.  
  3009. end
  3010.  
  3011. if string.find(lower,"/e kungfu") then
  3012.  
  3013. local epic = Instance.new("Tool")
  3014. local dab = Instance.new("Part")
  3015. local plr = game.Players.LocalPlayer
  3016. local tar_obj = nil
  3017. dab.Parent = epic
  3018. dab.Size = Vector3.new(2, 2, 2)
  3019. dab.Transparency = 1
  3020. epic.Parent = plr.Backpack
  3021. epic.Name = "Punch"
  3022. dab.Name = "Handle"
  3023. epic.Equipped:Connect(function(m_S)
  3024. m_S.Button1Down:Connect(function()
  3025.  
  3026. local A=Instance.new'Animation'
  3027. A.AnimationId='rbxassetid://572551390'
  3028. local P=game:GetService'Players'.LocalPlayer
  3029. local C=P.Character or P.CharacterAdded:Wait()
  3030. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  3031. H:Play()
  3032. dab.Touched:connect(death)
  3033.  
  3034.  
  3035.  
  3036.  
  3037. end)
  3038. end)
  3039.  
  3040. end
  3041.  
  3042.  
  3043.  
  3044.  
  3045. if string.find(lower,":cmds") then
  3046. print("----------------COMMANDS-------------------")
  3047. print("Selection options: Full Player Name, Abrreviated, Others, Silent")
  3048. print("Almost all commands have silent variants.")
  3049. print('Example: ":kill others"')
  3050. print('Silent Example: "/e :kill others"')
  3051. print('Silent Example 2: "/e kill others"')
  3052. print()
  3053. print(":cmds - I wonder what this does.")
  3054. print(":kill - Kills the player")
  3055. print(":playall - Plays a music ID on everyone's radio.")
  3056. print(":music gear: - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)")
  3057. print(":play - Plays an ID on your radio")
  3058. print(":stealsong - Steals the person's song ID (That's they're playing on their radio)")
  3059. print(":cloak - cloaks the selected player")
  3060. print(":cloakme - cloaks you")
  3061. print(":uncloak - uncloaks the selected player")
  3062. print(":uncloakme - uncloaks you")
  3063. print(":roles - Says who's sheriff and who's murderer in the chat (:whois also works)")
  3064. print(":sheriff - Says the name of who's sheriff in chat")
  3065. print(":murderer - Says the name of who's murderer in chat")
  3066. print(":printroles - Prints who's sheriff and who's murderer to the dev console.")
  3067. print(":wls -outputs whitelisted players to console (F9)")
  3068. print(":wl - Whitelists a player (Let's them use commands)")
  3069. print(":unwl - Unwhitelists a player")
  3070. print(":anticheat - Removes the anticheat")
  3071. print(":god - Gods you (Anticheat must be removed, or else you'll just die.)")
  3072. print(":loopkill - Loopkills the player")
  3073. print(":loopgod - Loopgods you.")
  3074. print(":unloopkill - Unloopkills the player")
  3075. print(":unloopgod - Unloopgods the player")
  3076. print(":bringgun - Brings the gun")
  3077. print(":tk - Test kill, takes the person's health, then drains that exact ammount away. For killing other exploiters.")
  3078. print(":playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion")
  3079. print(":stopsounds - Stops said ear explosion")
  3080. print(":infkill - Like loopkill, but doesn't stop randomly. Well, it doesn't stop at all.")
  3081. print(":savetools - Stores your tools in a magic vault (Stays in the vault even if you die.)")
  3082. print(":loadtools - Takes your tools out of the magic vault (For using knives and stuff in the lobby.)")
  3083. print(":kev - Gives you kevlar. You'll die if you use this when you already have kevlar on.")
  3084. print(":skev - Same as the kev command, but checks the target's health before applying it. (To prevent dying.)")
  3085. print(":bulletproof - Gives you kevlar if you get shot. You might need to re-apply this command sometimes.")
  3086. print(":unbulletproof - Stops the effects of the bulletproof command.")
  3087. print("/e twerk - Bad meme, dead meme. But it's here, so enjoy. (Animation)")
  3088. print("/e spaz - That can't be healthy for your body. (Animation)")
  3089. print("/e - Stops your animations.")
  3090. print(":deathtouch - Gives you a tool that kills anyone you touch with it")
  3091. print(":kungfu - Gives you a tool that lets you become a kung fu god")
  3092. print(":credits - Shows the cool gui you saw when you executed the script.")
  3093. print()
  3094. print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
  3095. print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
  3096. print('and the same goes for :wls, since the game is filtering enabled, however they will')
  3097. print('be able to use commands if whitelisted')
  3098. print('You can not be unwhitelisted or killed')
  3099. print("Have fun")
  3100. print("-------------------------------------------")
  3101. print("Vortexturize | aidez moi | ObitoXDm8OI")
  3102. print("-------------------------------------------")
  3103.  
  3104.  
  3105. end
  3106.  
  3107. if string.find(lower,"/e cmds") then
  3108. print("----------------COMMANDS-------------------")
  3109. print("Selection options: Full Player Name, Abrreviated, Others, Silent")
  3110. print("Almost all commands have silent variants.")
  3111. print('Example: ":kill others"')
  3112. print('Silent Example: "/e :kill others"')
  3113. print('Silent Example 2: "/e kill others"')
  3114. print()
  3115. print(":cmds - I wonder what this does.")
  3116. print(":kill - Kills the player")
  3117. print(":playall - Plays a music ID on everyone's radio.")
  3118. print(":music gear: - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)")
  3119. print(":play - Plays an ID on your radio")
  3120. print(":stealsong - Steals the person's song ID (That's they're playing on their radio)")
  3121. print(":cloak - cloaks the selected player")
  3122. print(":cloakme - cloaks you")
  3123. print(":uncloak - uncloaks the selected player")
  3124. print(":uncloakme - uncloaks you")
  3125. print(":roles - Says who's sheriff and who's murderer in the chat (:whois also works)")
  3126. print(":sheriff - Says the name of who's sheriff in chat")
  3127. print(":murderer - Says the name of who's murderer in chat")
  3128. print(":printroles - Prints who's sheriff and who's murderer to the dev console.")
  3129. print(":wls -outputs whitelisted players to console (F9)")
  3130. print(":wl - Whitelists a player (Let's them use commands)")
  3131. print(":unwl - Unwhitelists a player")
  3132. print(":anticheat - Removes the anticheat")
  3133. print(":god - Gods you (Anticheat must be removed, or else you'll just die.)")
  3134. print(":loopkill - Loopkills the player")
  3135. print(":loopgod - Loopgods you.")
  3136. print(":unloopkill - Unloopkills the player")
  3137. print(":unloopgod - Unloopgods the player")
  3138. print(":bringgun - Brings the gun")
  3139. print(":tk - Test kill, takes the person's health, then drains that exact ammount away. For killing other exploiters.")
  3140. print(":playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion")
  3141. print(":stopsounds - Stops said ear explosion")
  3142. print(":infkill - Like loopkill, but doesn't stop randomly. Well, it doesn't stop at all.")
  3143. print(":savetools - Stores your tools in a magic vault (Stays in the vault even if you die.)")
  3144. print(":loadtools - Takes your tools out of the magic vault (For using knives and stuff in the lobby.)")
  3145. print(":kev - Gives you kevlar. You'll die if you use this when you already have kevlar on.")
  3146. print(":skev - Same as the kev command, but checks the target's health before applying it. (To prevent dying.)")
  3147. print(":bulletproof - Gives you kevlar if you get shot. You might need to re-apply this command sometimes.")
  3148. print(":unbulletproof - Stops the effects of the bulletproof command.")
  3149. print("/e twerk - Bad meme, dead meme. But it's here, so enjoy. (Animation)")
  3150. print("/e spaz - That can't be healthy for your body. (Animation)")
  3151. print("/e - Stops your animations.")
  3152. print(":deathtouch - Gives you a tool that kills anyone you touch with it")
  3153. print(":kungfu - Gives you a tool that lets you become a kung fu god")
  3154. print(":credits - Shows the cool gui you saw when you executed the script.")
  3155. print()
  3156. print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
  3157. print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
  3158. print('and the same goes for :wls, since the game is filtering enabled, however they will')
  3159. print('be able to use commands if whitelisted')
  3160. print('You can not be unwhitelisted or killed')
  3161. print("Have fun")
  3162. print("-------------------------------------------")
  3163. print("Vortexturize | aidez moi | ObitoXDm8OI")
  3164. print("-------------------------------------------")
  3165.  
  3166.  
  3167. end
  3168.  
  3169. if string.find(lower,"/e :cmds") then
  3170. print("----------------COMMANDS-------------------")
  3171. print("Selection options: Full Player Name, Abrreviated, Others, Silent")
  3172. print("Almost all commands have silent variants.")
  3173. print('Example: ":kill others"')
  3174. print('Silent Example: "/e :kill others"')
  3175. print('Silent Example 2: "/e kill others"')
  3176. print()
  3177. print(":cmds - I wonder what this does.")
  3178. print(":kill - Kills the player")
  3179. print(":playall - Plays a music ID on everyone's radio.")
  3180. print(":music gear: - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)")
  3181. print(":play - Plays an ID on your radio")
  3182. print(":stealsong - Steals the person's song ID (That's they're playing on their radio)")
  3183. print(":cloak - cloaks the selected player")
  3184. print(":cloakme - cloaks you")
  3185. print(":uncloak - uncloaks the selected player")
  3186. print(":uncloakme - uncloaks you")
  3187. print(":roles - Says who's sheriff and who's murderer in the chat (:whois also works)")
  3188. print(":sheriff - Says the name of who's sheriff in chat")
  3189. print(":murderer - Says the name of who's murderer in chat")
  3190. print(":printroles - Prints who's sheriff and who's murderer to the dev console.")
  3191. print(":wls -outputs whitelisted players to console (F9)")
  3192. print(":wl - Whitelists a player (Let's them use commands)")
  3193. print(":unwl - Unwhitelists a player")
  3194. print(":anticheat - Removes the anticheat")
  3195. print(":god - Gods you (Anticheat must be removed, or else you'll just die.)")
  3196. print(":loopkill - Loopkills the player")
  3197. print(":loopgod - Loopgods you.")
  3198. print(":unloopkill - Unloopkills the player")
  3199. print(":unloopgod - Unloopgods the player")
  3200. print(":bringgun - Brings the gun")
  3201. print(":tk - Test kill, takes the person's health, then drains that exact ammount away. For killing other exploiters.")
  3202. print(":playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion")
  3203. print(":stopsounds - Stops said ear explosion")
  3204. print(":infkill - Like loopkill, but doesn't stop randomly. Well, it doesn't stop at all.")
  3205. print(":savetools - Stores your tools in a magic vault (Stays in the vault even if you die.)")
  3206. print(":loadtools - Takes your tools out of the magic vault (For using knives and stuff in the lobby.)")
  3207. print(":kev - Gives you kevlar. You'll die if you use this when you already have kevlar on.")
  3208. print(":skev - Same as the kev command, but checks the target's health before applying it. (To prevent dying.)")
  3209. print(":bulletproof - Gives you kevlar if you get shot. You might need to re-apply this command sometimes.")
  3210. print(":unbulletproof - Stops the effects of the bulletproof command.")
  3211. print("/e twerk - Bad meme, dead meme. But it's here, so enjoy. (Animation)")
  3212. print("/e spaz - That can't be healthy for your body. (Animation)")
  3213. print("/e - Stops your animations.")
  3214. print(":deathtouch - Gives you a tool that kills anyone you touch with it")
  3215. print(":kungfu - Gives you a tool that lets you become a kung fu god")
  3216. print(":credits - Shows the cool gui you saw when you executed the script.")
  3217. print()
  3218. print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
  3219. print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
  3220. print('and the same goes for :wls, since the game is filtering enabled, however they will')
  3221. print('be able to use commands if whitelisted')
  3222. print('You can not be unwhitelisted or killed')
  3223. print("Have fun")
  3224. print("-------------------------------------------")
  3225. print("Vortexturize | aidez moi | ObitoXDm8OI")
  3226. print("-------------------------------------------")
  3227.  
  3228.  
  3229. end
  3230. end
  3231. end
  3232.  
  3233. game.Players.LocalPlayer.Chatted:connect(function(msg)
  3234. adminexe(game.Players.LocalPlayer,msg)
  3235. end)
  3236.  
  3237. if deletepath then
  3238. game.Players.LocalPlayer.Character.Delete.CanBeDropped = true
  3239.  
  3240. drop = Instance.new("BillboardGui")
  3241. drop.Parent = game.Players.LocalPlayer.PlayerGui
  3242.  
  3243. droplbl = Instance.new("TextLabel")
  3244. droplbl.Parent = drop
  3245. droplbl.Text = "Drop the delete tool to initialize commands"
  3246. droplbl.BackgroundTransparency = 1
  3247. droplbl.TextColor3 = Color3.new(200,0,0)
  3248. droplbl.TextScaled = true
  3249. droplbl.Size = UDim2.new(0,150,0,30)
  3250. droplbl.Position = UDim2.new(0,400,0,400)
  3251.  
  3252. wait(2)
  3253.  
  3254. drop:Destroy()
  3255. end
  3256.  
  3257. if deletepath2 then
  3258. game.Players.LocalPlayer.Backpack.Delete.CanBeDropped = true
  3259.  
  3260. drop = Instance.new("BillboardGui")
  3261. drop.Parent = game.Players.LocalPlayer.PlayerGui
  3262.  
  3263. droplbl = Instance.new("TextLabel")
  3264. droplbl.Parent = drop
  3265. droplbl.Text = "Drop the delete tool to initialize commands"
  3266. droplbl.BackgroundTransparency = 1
  3267. droplbl.TextColor3 = Color3.new(200,0,0)
  3268. droplbl.TextScaled = true
  3269. droplbl.Size = UDim2.new(0,150,0,30)
  3270. droplbl.Position = UDim2.new(0,400,0,400)
  3271.  
  3272. wait(2)
  3273.  
  3274. drop:Destroy()
  3275. end
  3276.  
  3277. game.Players.LocalPlayer.Backpack.ChildAdded:connect(function(tool)
  3278. if tool.Name == "Delete" then
  3279. wait(.1)
  3280. tool.CanBeDropped = true
  3281.  
  3282. drop = Instance.new("BillboardGui")
  3283. drop.Parent = game.Players.LocalPlayer.PlayerGui
  3284.  
  3285. droplbl = Instance.new("TextLabel")
  3286. droplbl.Text = "Drop the delete tool to initialize commands"
  3287. droplbl.BackgroundTransparency = 1
  3288. droplbl.Parent = drop
  3289. droplbl.TextColor3 = Color3.new(200,0,0)
  3290. droplbl.TextScaled = true
  3291. droplbl.Size = UDim2.new(0,150,0,30)
  3292. droplbl.Position = UDim2.new(0,400,0,400)
  3293.  
  3294. wait(2)
  3295.  
  3296. drop:Destroy()
  3297. end
  3298. end)
  3299.  
  3300. function start(plr)
  3301.  
  3302. local found = false
  3303. local banned = false
  3304.  
  3305. for i=1,#whitelist do
  3306. if plr.Name == (whitelist[i]) then
  3307. found = true
  3308. end
  3309. end
  3310.  
  3311. for i=1,#banlist do
  3312. if plr.Name == banlist[i] then
  3313. banned = true
  3314. end
  3315.  
  3316. if banned == true then
  3317. game.Workspace.Delete.delete:FireServer(plr)
  3318. end
  3319. end
  3320. if found == false and slock == true then
  3321. game.Workspace.Delete.delete:FireServer(plr)
  3322. end
  3323.  
  3324. if found == true then
  3325. newtag(plr.Name)
  3326. plr.Chatted:connect(function(msg)
  3327. adminexe(plr,msg)
  3328. end)
  3329. end
  3330. end
  3331. game.Players.PlayerAdded:connect(function(plr)
  3332. start(plr)
  3333. end)
  3334.  
  3335.  
  3336. local creditsdab = Instance.new("ScreenGui")
  3337. local Frame = Instance.new("Frame")
  3338. local aidez = Instance.new("ImageLabel")
  3339. local names = Instance.new("TextLabel")
  3340. local scriptmadeby = Instance.new("TextLabel")
  3341. local scriptmadeby_2 = Instance.new("TextLabel")
  3342. local x = Instance.new("TextButton")
  3343.  
  3344. creditsdab.Name = "creditsdab"
  3345. creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  3346.  
  3347. Frame.Parent = creditsdab
  3348. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3349. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  3350. Frame.Size = UDim2.new(0, 274, 0, 274)
  3351.  
  3352. aidez.Name = "aidez"
  3353. aidez.Parent = Frame
  3354. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  3355. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3356. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  3357. aidez.Size = UDim2.new(0, 274, 0, 274)
  3358. aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
  3359.  
  3360. names.Name = "names"
  3361. names.Parent = Frame
  3362. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3363. names.BackgroundTransparency = 0.30000001192093
  3364. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3365. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  3366. names.Size = UDim2.new(0, 274, 0, 28)
  3367. names.Font = Enum.Font.SourceSans
  3368. names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
  3369. names.TextColor3 = Color3.new(1, 1, 1)
  3370. names.TextSize = 14
  3371.  
  3372. scriptmadeby.Name = "scriptmadeby"
  3373. scriptmadeby.Parent = Frame
  3374. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3375. scriptmadeby.BackgroundTransparency = 0.30000001192093
  3376. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3377. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  3378. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  3379. scriptmadeby.Font = Enum.Font.SourceSans
  3380. scriptmadeby.Text = "Script made by"
  3381. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  3382. scriptmadeby.TextSize = 14
  3383.  
  3384. scriptmadeby_2.Name = "scriptmadeby"
  3385. scriptmadeby_2.Parent = Frame
  3386. scriptmadeby_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3387. scriptmadeby_2.BackgroundTransparency = 0.30000001192093
  3388. scriptmadeby_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3389. scriptmadeby_2.Position = UDim2.new(0, 0, -0.164233565, 0)
  3390. scriptmadeby_2.Size = UDim2.new(0, 274, 0, 17)
  3391. scriptmadeby_2.Font = Enum.Font.SourceSans
  3392. scriptmadeby_2.Text = "Check the dev console for a list of commands! (F9 or Shift + F9)"
  3393. scriptmadeby_2.TextColor3 = Color3.new(1, 1, 1)
  3394. scriptmadeby_2.TextScaled = true
  3395. scriptmadeby_2.TextSize = 14
  3396. scriptmadeby_2.TextWrapped = true
  3397.  
  3398. x.Name = "x"
  3399. x.Parent = creditsdab
  3400. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3401. x.BackgroundTransparency = 0.30000001192093
  3402. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3403. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  3404. x.Size = UDim2.new(0, 28, 0, 28)
  3405. x.Font = Enum.Font.SourceSansSemibold
  3406. x.Text = "X"
  3407. x.TextColor3 = Color3.new(1, 1, 1)
  3408. x.TextSize = 30
  3409.  
  3410. x.MouseButton1Click:connect(function()
  3411. game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
  3412. end)
  3413.  
  3414.  
  3415. print("----------------COMMANDS-------------------")
  3416. print("Selection options: Full Player Name, Abrreviated, Others, Silent")
  3417. print("Almost all commands have silent variants.")
  3418. print('Example: ":kill others"')
  3419. print('Silent Example: "/e :kill others"')
  3420. print('Silent Example 2: "/e kill others"')
  3421. print()
  3422. print(":cmds - I wonder what this does.")
  3423. print(":kill - Kills the player")
  3424. print(":playall - Plays a music ID on everyone's radio.")
  3425. print(":music gear: - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)")
  3426. print(":play - Plays an ID on your radio")
  3427. print(":stealsong - Steals the person's song ID (That's they're playing on their radio)")
  3428. print(":cloak - cloaks the selected player")
  3429. print(":cloakme - cloaks you")
  3430. print(":uncloak - uncloaks the selected player")
  3431. print(":uncloakme - uncloaks you")
  3432. print(":roles - Says who's sheriff and who's murderer in the chat (:whois also works)")
  3433. print(":sheriff - Says the name of who's sheriff in chat")
  3434. print(":murderer - Says the name of who's murderer in chat")
  3435. print(":printroles - Prints who's sheriff and who's murderer to the dev console.")
  3436. print(":wls -outputs whitelisted players to console (F9)")
  3437. print(":wl - Whitelists a player (Let's them use commands)")
  3438. print(":unwl - Unwhitelists a player")
  3439. print(":anticheat - Removes the anticheat (Needed to have more than 200 health.)")
  3440. print(":god - Gods you (Anticheat must be removed, or else you'll just die.)")
  3441. print(":loopkill - Loopkills the player")
  3442. print(":loopgod - Loopgods you.")
  3443. print(":unloopkill - Unloopkills the player")
  3444. print(":unloopgod - Unloopgods the player")
  3445. print(":bringgun - Brings the gun")
  3446. print(":tk - Test kill, takes the person's health, then drains that exact ammount away. For killing other exploiters.")
  3447. print(":playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion")
  3448. print(":stopsounds - Stops said ear explosion")
  3449. print(":infkill - Like loopkill, but doesn't stop randomly. Well, it doesn't stop at all. (Hopefully.)")
  3450. print(":savetools - Stores your tools in a magic vault (Stays in the vault even if you die.)")
  3451. print(":loadtools - Takes your tools out of the magic vault (For using knives and stuff in the lobby.)")
  3452. print(":kev - Gives you kevlar. You'll die if you use this when you already have kevlar on.")
  3453. print(":skev - Same as the kev command, but checks the target's health before applying it. (To prevent dying.)")
  3454. print(":bulletproof - Gives you kevlar if you get shot. You might need to re-apply this command sometimes.")
  3455. print(":unbulletproof - Stops the effects of the bulletproof command.")
  3456. print("/e twerk - Bad meme, dead meme. But it's here, so enjoy. (Animation)")
  3457. print("/e spaz - That can't be healthy for your body. (Animation)")
  3458. print("/e - Stops your animations.")
  3459. print(":deathtouch - Gives you a tool that kills anyone you touch with it")
  3460. print(":kungfu - Gives you a tool that lets you become a kung fu god")
  3461. print(":credits - Shows the cool gui you saw when you executed the script.")
  3462. print()
  3463. print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
  3464. print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
  3465. print('and the same goes for :wls, since the game is filtering enabled, however they will')
  3466. print('be able to use commands if whitelisted')
  3467. print('You can not be unwhitelisted or killed')
  3468. print("Have fun")
  3469. print("------------------------------------------")
  3470. print("--Vortexturize | aidez moi | ObitoXDm8OI--")
  3471. print("------------Credit to Timeless------------")
  3472. print("------------------------------------------")
  3473.  
  3474. function onKeyPress(inputObject, gameProcessedEvent)
  3475. if inputObject.KeyCode == Enum.KeyCode.Minus then
  3476. dab = game.Players.LocalPlayer.Name
  3477. if game.Players.LocalPlayer.Character.Humanoid.Health <= 100 then
  3478. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  3479. end
  3480.  
  3481.  
  3482. end
  3483. end
  3484. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  3485.  
  3486.  
  3487. function onKeyPresss(inputObject, gameProcessedEvent)
  3488. if inputObject.KeyCode == Enum.KeyCode.Equals then
  3489.  
  3490. game.Workspace.Gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3491.  
  3492. end
  3493. end
  3494. game:GetService("UserInputService").InputBegan:connect(onKeyPresss)
Add Comment
Please, Sign In to add comment