Advertisement
Upscalefanatic3

Twisted murderer: Admin commands (My version) [Updates + Fix

Sep 2nd, 2018
1,345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.49 KB | None | 0 0
  1. wait(.2)
  2. whitelist = {game.Players.LocalPlayer.Name,"Vortexturize","Redeilia"} -- put admin names here
  3. banlist = {"noob","noob2"} -- put noob names here
  4. deletepath = game.Players.LocalPlayer.Character:FindFirstChild("Delete")
  5. deletepath2 = game.Players.LocalPlayer.Backpack:FindFirstChild("Delete")
  6. slock = false
  7.  
  8. function newtag(plr)
  9. admintag = Instance.new("BoolValue")
  10. admintag.Parent = game.Players[plr]
  11. admintag.Value = true
  12. admintag.Name = "admin"
  13. print("created admin tag for " .. plr)
  14. end
  15.  
  16. function newsuc(plr)
  17. admintag = Instance.new("BoolValue")
  18. admintag.Parent = game.Players[plr]
  19. admintag.Value = true
  20. admintag.Name = "suc"
  21. print("loopkilling " .. plr)
  22. end
  23.  
  24. function newdab(plr)
  25. admintag = Instance.new("BoolValue")
  26. admintag.Parent = game.Players[plr]
  27. admintag.Value = true
  28. admintag.Name = "dab"
  29. print("loopkilling " .. plr)
  30. end
  31.  
  32. newtag(game.Players.LocalPlayer.Name)
  33.  
  34. game.Players.LocalPlayer.ChildRemoved:connect(function(obj)
  35. if obj.Name == "admin" then
  36. newtag(game.Players.LocalPlayer.Name)
  37. end
  38. end)
  39.  
  40. function adminexe(plr,msg)
  41. if plr:FindFirstChild("admin") then
  42.  
  43. local lower = string.lower(msg)
  44. local len = string.len(lower)
  45.  
  46.  
  47.  
  48.  
  49. if string.find(lower,":kill ") then
  50. local name = string.gsub(lower,":kill ","")
  51. local player = nil
  52.  
  53. if name == "others" then
  54. for i,v in pairs(game.Players:GetChildren()) do
  55. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  56. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  57. end
  58. end
  59. else
  60.  
  61. names = game.Players:GetChildren()
  62.  
  63. for i,v in pairs(names) do
  64. strlower = string.lower(v.Name)
  65. sub = string.sub(strlower,1,#name)
  66.  
  67. if name == sub then
  68. player = v
  69. if player.Name ~= game.Players.LocalPlayer.Name then
  70. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  71. end
  72. end
  73. end
  74. end
  75. end
  76.  
  77.  
  78.  
  79. if string.find(lower,":tk ") then
  80. local name = string.gsub(lower,":tk ","")
  81. local player = nil
  82. local dab = nil
  83.  
  84. if name == "others" then
  85. for i,v in pairs(game.Players:GetChildren()) do
  86. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  87. dab = v.Character.Humanoid.Health
  88. game.ReplicatedStorage.Event:FireServer("TPD", dab, v.Character.Humanoid)
  89. end
  90. end
  91. else
  92.  
  93. names = game.Players:GetChildren()
  94.  
  95. for i,v in pairs(names) do
  96. strlower = string.lower(v.Name)
  97. sub = string.sub(strlower,1,#name)
  98.  
  99. if name == sub then
  100. player = v
  101. if player.Name ~= game.Players.LocalPlayer.Name then
  102. dab = v.Character.Humanoid.Health
  103. game.ReplicatedStorage.Event:FireServer("TPD", dab, player.Character.Humanoid)
  104. end
  105. end
  106. end
  107. end
  108. end
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117. if string.find(lower,"/e kill ") then
  118. local name = string.gsub(lower,"/e kill ","")
  119. local player = nil
  120.  
  121. if name == "others" then
  122. for i,v in pairs(game.Players:GetChildren()) do
  123. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  124. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  125.  
  126. end
  127. end
  128. else
  129.  
  130. names = game.Players:GetChildren()
  131.  
  132. for i,v in pairs(names) do
  133. strlower = string.lower(v.Name)
  134. sub = string.sub(strlower,1,#name)
  135.  
  136. if name == sub then
  137. player = v
  138. if player.Name ~= game.Players.LocalPlayer.Name then
  139. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  140. end
  141. end
  142. end
  143. end
  144. end
  145.  
  146. if string.find(lower,"/e :kill ") then
  147. local name = string.gsub(lower,"/e :kill ","")
  148.  
  149. local player = nil
  150.  
  151. if name == "others" then
  152. for i,v in pairs(game.Players:GetChildren()) do
  153. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  154. game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
  155. end
  156. end
  157. else
  158.  
  159. names = game.Players:GetChildren()
  160.  
  161. for i,v in pairs(names) do
  162. strlower = string.lower(v.Name)
  163. sub = string.sub(strlower,1,#name)
  164.  
  165. if name == sub then
  166. player = v
  167. if player.Name ~= game.Players.LocalPlayer.Name then
  168. game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
  169. end
  170. end
  171. end
  172. end
  173. end
  174.  
  175.  
  176.  
  177.  
  178.  
  179. if string.find(lower,":playall ") then
  180. local name = string.gsub(lower,":playall ","")
  181. local player = nil
  182. for i,v in pairs(game.Players:GetChildren()) do
  183. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
  184. end
  185. end
  186.  
  187.  
  188. if string.find(lower,"/e playall ") then
  189. local name = string.gsub(lower,"/e playall ","")
  190. local player = nil
  191. for i,v in pairs(game.Players:GetChildren()) do
  192. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
  193. end
  194. end
  195.  
  196.  
  197. if string.find(lower,"/e :playall ") then
  198. local name = string.gsub(lower,"/e :playall ","")
  199. local player = nil
  200. for i,v in pairs(game.Players:GetChildren()) do
  201. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
  202. end
  203. end
  204.  
  205. if string.find(lower,":say10 ") then
  206. local name = string.gsub(lower,":say10 ","")
  207. local player = nil
  208. game.Players:Chat(name)
  209. game.Players:Chat(name)
  210. game.Players:Chat(name)
  211. game.Players:Chat(name)
  212. game.Players:Chat(name)
  213. game.Players:Chat(name)
  214. game.Players:Chat(name)
  215. game.Players:Chat(name)
  216. game.Players:Chat(name)
  217. game.Players:Chat(name)
  218. end
  219.  
  220.  
  221.  
  222.  
  223.  
  224. if string.find(lower,":music gear: ") then
  225. local name = string.gsub(lower,":music gear: ","")
  226. local player = nil
  227. for i,v in pairs(game.Players:GetChildren()) do
  228. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
  229. end
  230. end
  231.  
  232. if string.find(lower,":stopall") then
  233. local player = nil
  234. for i,v in pairs(game.Players:GetChildren()) do
  235. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  236. end
  237. end
  238.  
  239. if string.find(lower,"/e stopall") then
  240. local player = nil
  241. for i,v in pairs(game.Players:GetChildren()) do
  242. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  243. end
  244. end
  245.  
  246. if string.find(lower,"/e :stopall") then
  247. local player = nil
  248. for i,v in pairs(game.Players:GetChildren()) do
  249. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  250. end
  251. end
  252.  
  253. if string.find(lower,":stop") then
  254. local player = nil
  255. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
  256. end
  257.  
  258. if string.find(lower,"/e stop") then
  259. local player = nil
  260. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
  261. end
  262. if string.find(lower,"/e :stop") then
  263. local player = nil
  264. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
  265. end
  266.  
  267. if string.find(lower,":play ") then
  268. local name = string.gsub(lower,":play ","")
  269. local player = nil
  270.  
  271. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
  272.  
  273. end
  274.  
  275. if string.find(lower,"/e play ") then
  276. local name = string.gsub(lower,"/e play ","")
  277. local player = nil
  278.  
  279. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
  280.  
  281. end
  282.  
  283.  
  284.  
  285. if string.find(lower,"/e :play ") then
  286. local name = string.gsub(lower,"/e :play ","")
  287. local player = nil
  288.  
  289. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
  290.  
  291. end
  292.  
  293.  
  294.  
  295. if string.find(lower,":wl ") then
  296. local name = string.gsub(lower,":wl ","")
  297. local player = nil
  298. local plrname = nil
  299.  
  300. if name == "others" then
  301. for i,v in pairs(game.Players:GetChildren()) do
  302. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  303. table.insert(whitelist,(#whitelist+1),v.Name)
  304. newtag(v.Name)
  305.  
  306. v.Chatted:connect(function(msg)
  307. adminexe(v,msg)
  308. end)
  309. end
  310. end
  311. else
  312.  
  313. names = game.Players:GetChildren()
  314.  
  315. for i,v in pairs(names) do
  316. strlower = string.lower(v.Name)
  317. sub = string.sub(strlower,1,#name)
  318.  
  319. if name == sub then
  320. newtag(v.Name)
  321. table.insert(whitelist,(#whitelist+1),v.Name)
  322.  
  323. v.Chatted:connect(function(msg)
  324. adminexe(v,msg)
  325. end)
  326. end
  327. end
  328. end
  329. end
  330.  
  331. if string.find(lower,":unwl ") then
  332. local name = string.gsub(lower,":unwl ","")
  333. local player = nil
  334. local plrname = nil
  335. local index = nil
  336.  
  337. if name == "others" then
  338. for i,v in pairs(whitelist) do
  339. for i,v in pairs(banlist) do
  340. if v ~= game.Players.LocalPlayer.Name then
  341. table.remove(whitelist,i)
  342. end
  343. end
  344.  
  345. if game.Workspace:FindFirstChild(v) then
  346.  
  347. if v.Name ~= game.Players.LocalPlayer.Name then
  348. if v:FindFirstChild("admin") then
  349. v.admin:Destroy()
  350. end
  351. end
  352. end
  353. end
  354. else
  355. names = whitelist
  356.  
  357. for i,v in pairs(names) do
  358. strlower = string.lower(v)
  359. sub = string.sub(strlower,1,#name)
  360.  
  361. if name == sub then
  362. table.remove(whitelist,i)
  363. end
  364. end
  365. end
  366. end
  367.  
  368. if lower == ":wls" then
  369. for i,v in pairs(whitelist) do
  370. print("Player #" .. i .. " Player: " .. v)
  371. end
  372. end
  373.  
  374.  
  375.  
  376.  
  377. if lower == ":whois" then
  378.  
  379. for i,v in pairs(game.Players:GetChildren()) do
  380. if game.Players[v.Name].Character:FindFirstChild("Role") then
  381. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  382. if role.Value == "Murderer" then
  383. game.Players:Chat("The murderer is "..v.Name)
  384. elseif role.Value == "Sheriff" then
  385. game.Players:Chat("The sheriff is "..v.Name)
  386. elseif role.Value == "Innocent" then
  387. game.Workspace.FilteringEnabled = true
  388. else
  389. game.Workspace.FilteringEnabled = true
  390. end
  391. end
  392. end
  393.  
  394.  
  395.  
  396.  
  397.  
  398. end
  399.  
  400.  
  401.  
  402. if lower == ":printroles" then
  403.  
  404. for i,v in pairs(game.Players:GetChildren()) do
  405. if game.Players[v.Name].Character:FindFirstChild("Role") then
  406. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  407. if role.Value == "Murderer" then
  408. print("The murderer is "..v.Name)
  409. elseif role.Value == "Sheriff" then
  410. print("The sheriff is "..v.Name)
  411. elseif role.Value == "Innocent" then
  412. game.Workspace.FilteringEnabled = true
  413. else
  414. game.Workspace.FilteringEnabled = true
  415. end
  416. end
  417. end
  418.  
  419. end
  420.  
  421. if lower == "/e printroles" then
  422.  
  423. for i,v in pairs(game.Players:GetChildren()) do
  424. if game.Players[v.Name].Character:FindFirstChild("Role") then
  425. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  426. if role.Value == "Murderer" then
  427. print("The murderer is "..v.Name)
  428. elseif role.Value == "Sheriff" then
  429. print("The sheriff is "..v.Name)
  430. elseif role.Value == "Innocent" then
  431. game.Workspace.FilteringEnabled = true
  432. else
  433. game.Workspace.FilteringEnabled = true
  434. end
  435. end
  436. end
  437.  
  438. end
  439.  
  440.  
  441. if lower == "/e :printroles" then
  442.  
  443. for i,v in pairs(game.Players:GetChildren()) do
  444. if game.Players[v.Name].Character:FindFirstChild("Role") then
  445. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  446. if role.Value == "Murderer" then
  447. print("The murderer is "..v.Name)
  448. elseif role.Value == "Sheriff" then
  449. print("The sheriff is "..v.Name)
  450. elseif role.Value == "Innocent" then
  451. game.Workspace.FilteringEnabled = true
  452. else
  453. game.Workspace.FilteringEnabled = true
  454. end
  455. end
  456. end
  457.  
  458. end
  459.  
  460.  
  461.  
  462. if lower == ":sheriff" then
  463.  
  464. for i,v in pairs(game.Players:GetChildren()) do
  465. if game.Players[v.Name].Character:FindFirstChild("Role") then
  466. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  467. if role.Value == "Murderer" then
  468. game.Workspace.FilteringEnabled = true
  469. elseif role.Value == "Sheriff" then
  470. game.Players:Chat("The sheriff is "..v.Name)
  471. elseif role.Value == "Innocent" then
  472. game.Workspace.FilteringEnabled = true
  473. else
  474. game.Workspace.FilteringEnabled = true
  475. end
  476. end
  477. end
  478.  
  479.  
  480. end
  481.  
  482. if lower == ":murderer" then
  483.  
  484. for i,v in pairs(game.Players:GetChildren()) do
  485. if game.Players[v.Name].Character:FindFirstChild("Role") then
  486. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  487. if role.Value == "Murderer" then
  488. game.Players:Chat("The murderer is "..v.Name)
  489. elseif role.Value == "Sheriff" then
  490. game.Workspace.FilteringEnabled = true
  491. elseif role.Value == "Innocent" then
  492. game.Workspace.FilteringEnabled = true
  493. else
  494. game.Workspace.FilteringEnabled = true
  495. end
  496. end
  497. end
  498.  
  499.  
  500. end
  501.  
  502.  
  503. if lower == ":roles" then
  504.  
  505. for i,v in pairs(game.Players:GetChildren()) do
  506. if game.Players[v.Name].Character:FindFirstChild("Role") then
  507. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  508. if role.Value == "Murderer" then
  509. game.Players:Chat("The murderer is "..v.Name)
  510. elseif role.Value == "Sheriff" then
  511. game.Players:Chat("The sheriff is "..v.Name)
  512. elseif role.Value == "Innocent" then
  513. game.Workspace.FilteringEnabled = true
  514. else
  515. game.Workspace.FilteringEnabled = true
  516. end
  517. end
  518. end
  519.  
  520.  
  521. end
  522.  
  523.  
  524. if lower == "/e :roles" then
  525.  
  526. for i,v in pairs(game.Players:GetChildren()) do
  527. if game.Players[v.Name].Character:FindFirstChild("Role") then
  528. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  529. if role.Value == "Murderer" then
  530. game.Players:Chat("The murderer is "..v.Name)
  531. elseif role.Value == "Sheriff" then
  532. game.Players:Chat("The sheriff is "..v.Name)
  533. elseif role.Value == "Innocent" then
  534. game.Workspace.FilteringEnabled = true
  535. else
  536. game.Workspace.FilteringEnabled = true
  537. end
  538. end
  539. end
  540.  
  541.  
  542. end
  543.  
  544.  
  545. if lower == "/e roles" then
  546.  
  547. for i,v in pairs(game.Players:GetChildren()) do
  548. if game.Players[v.Name].Character:FindFirstChild("Role") then
  549. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  550. if role.Value == "Murderer" then
  551. game.Players:Chat("The murderer is "..v.Name)
  552. elseif role.Value == "Sheriff" then
  553. game.Players:Chat("The sheriff is "..v.Name)
  554. elseif role.Value == "Innocent" then
  555. game.Workspace.FilteringEnabled = true
  556. else
  557. game.Workspace.FilteringEnabled = true
  558. end
  559. end
  560. end
  561.  
  562.  
  563. end
  564.  
  565.  
  566.  
  567. if string.find(lower,":cloak ") then
  568. local name = string.gsub(lower,":cloak ","")
  569. local player = nil
  570.  
  571. if name == "others" then
  572. for i,v in pairs(game.Players:GetChildren()) do
  573. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  574. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
  575. end
  576. end
  577. else
  578.  
  579. names = game.Players:GetChildren()
  580.  
  581. for i,v in pairs(names) do
  582. strlower = string.lower(v.Name)
  583. sub = string.sub(strlower,1,#name)
  584.  
  585. if name == sub then
  586. player = v
  587. if player.Name ~= game.Players.LocalPlayer.Name then
  588. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[player.Name])
  589. end
  590. end
  591. end
  592. end
  593. end
  594.  
  595.  
  596.  
  597. if string.find(lower,"/e cloak ") then
  598. local name = string.gsub(lower,"/e cloak ","")
  599. local player = nil
  600.  
  601. if name == "others" then
  602. for i,v in pairs(game.Players:GetChildren()) do
  603. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  604. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
  605. end
  606. end
  607. else
  608.  
  609. names = game.Players:GetChildren()
  610.  
  611. for i,v in pairs(names) do
  612. strlower = string.lower(v.Name)
  613. sub = string.sub(strlower,1,#name)
  614.  
  615. if name == sub then
  616. player = v
  617. if player.Name ~= game.Players.LocalPlayer.Name then
  618. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[player.Name])
  619. end
  620. end
  621. end
  622. end
  623. end
  624.  
  625.  
  626.  
  627. if string.find(lower,"/e :cloak ") then
  628. local name = string.gsub(lower,"/e :cloak ","")
  629. local player = nil
  630.  
  631. if name == "others" then
  632. for i,v in pairs(game.Players:GetChildren()) do
  633. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  634. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
  635. end
  636. end
  637. else
  638.  
  639. names = game.Players:GetChildren()
  640.  
  641. for i,v in pairs(names) do
  642. strlower = string.lower(v.Name)
  643. sub = string.sub(strlower,1,#name)
  644.  
  645. if name == sub then
  646. player = v
  647. if player.Name ~= game.Players.LocalPlayer.Name then
  648. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[player.Name])
  649. end
  650. end
  651. end
  652. end
  653. end
  654.  
  655.  
  656.  
  657. if string.find(lower,":uncloak ") then
  658. local name = string.gsub(lower,":uncloak ","")
  659. local player = nil
  660.  
  661. if name == "others" then
  662. for i,v in pairs(game.Players:GetChildren()) do
  663. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  664. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
  665. end
  666. end
  667. else
  668.  
  669. names = game.Players:GetChildren()
  670.  
  671. for i,v in pairs(names) do
  672. strlower = string.lower(v.Name)
  673. sub = string.sub(strlower,1,#name)
  674.  
  675. if name == sub then
  676. player = v
  677. if player.Name ~= game.Players.LocalPlayer.Name then
  678. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[player.Name])
  679. end
  680. end
  681. end
  682. end
  683. end
  684.  
  685.  
  686. if string.find(lower,"/e uncloak ") then
  687. local name = string.gsub(lower,"/e uncloak ","")
  688. local player = nil
  689.  
  690. if name == "others" then
  691. for i,v in pairs(game.Players:GetChildren()) do
  692. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  693. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
  694. end
  695. end
  696. else
  697.  
  698. names = game.Players:GetChildren()
  699.  
  700. for i,v in pairs(names) do
  701. strlower = string.lower(v.Name)
  702. sub = string.sub(strlower,1,#name)
  703.  
  704. if name == sub then
  705. player = v
  706. if player.Name ~= game.Players.LocalPlayer.Name then
  707. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[player.Name])
  708. end
  709. end
  710. end
  711. end
  712. end
  713.  
  714.  
  715.  
  716. if string.find(lower,"/e :uncloak ") then
  717. local name = string.gsub(lower,"/e :uncloak ","")
  718. local player = nil
  719.  
  720. if name == "others" then
  721. for i,v in pairs(game.Players:GetChildren()) do
  722. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  723. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
  724. end
  725. end
  726. else
  727.  
  728. names = game.Players:GetChildren()
  729.  
  730. for i,v in pairs(names) do
  731. strlower = string.lower(v.Name)
  732. sub = string.sub(strlower,1,#name)
  733.  
  734. if name == sub then
  735. player = v
  736. if player.Name ~= game.Players.LocalPlayer.Name then
  737. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[player.Name])
  738. end
  739. end
  740. end
  741. end
  742. end
  743.  
  744.  
  745.  
  746.  
  747. if string.find(lower,":kev ") then
  748. local name = string.gsub(lower,":kev ","")
  749. local player = nil
  750.  
  751. if name == "others" then
  752. for i,v in pairs(game.Players:GetChildren()) do
  753. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  754. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  755. end
  756. end
  757. else
  758.  
  759. names = game.Players:GetChildren()
  760.  
  761. for i,v in pairs(names) do
  762. strlower = string.lower(v.Name)
  763. sub = string.sub(strlower,1,#name)
  764.  
  765. if name == sub then
  766. player = v
  767. if player.Name ~= game.Players.LocalPlayer.Name then
  768. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  769. end
  770. end
  771. end
  772. end
  773. end
  774.  
  775.  
  776.  
  777. if string.find(lower,"/e kev ") then
  778. local name = string.gsub(lower,"/e kev ","")
  779. local player = nil
  780.  
  781. if name == "others" then
  782. for i,v in pairs(game.Players:GetChildren()) do
  783. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  784. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  785. end
  786. end
  787. else
  788.  
  789. names = game.Players:GetChildren()
  790.  
  791. for i,v in pairs(names) do
  792. strlower = string.lower(v.Name)
  793. sub = string.sub(strlower,1,#name)
  794.  
  795. if name == sub then
  796. player = v
  797. if player.Name ~= game.Players.LocalPlayer.Name then
  798. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  799. end
  800. end
  801. end
  802. end
  803. end
  804.  
  805. if string.find(lower,"/e :kev ") then
  806. local name = string.gsub(lower,"/e :kev ","")
  807. local player = nil
  808.  
  809. if name == "others" then
  810. for i,v in pairs(game.Players:GetChildren()) do
  811. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  812. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  813. end
  814. end
  815. else
  816.  
  817. names = game.Players:GetChildren()
  818.  
  819. for i,v in pairs(names) do
  820. strlower = string.lower(v.Name)
  821. sub = string.sub(strlower,1,#name)
  822.  
  823. if name == sub then
  824. player = v
  825. if player.Name ~= game.Players.LocalPlayer.Name then
  826. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
  827. end
  828. end
  829. end
  830. end
  831. end
  832.  
  833.  
  834.  
  835. if string.find(lower,":cloakme") then
  836. local player = nil
  837.  
  838. game.ReplicatedStorage.Event:FireServer("Cloak", game.Players.LocalPlayer.Character)
  839.  
  840. end
  841.  
  842. if string.find(lower,"/e cloakme") then
  843. local player = nil
  844.  
  845. game.ReplicatedStorage.Event:FireServer("Cloak", game.Players.LocalPlayer.Character)
  846.  
  847. end
  848.  
  849. if string.find(lower,"/e :cloakme") then
  850. local player = nil
  851.  
  852. game.ReplicatedStorage.Event:FireServer("Cloak", game.Players.LocalPlayer.Character)
  853.  
  854. end
  855.  
  856.  
  857. if string.find(lower,":kev me") then
  858.  
  859. dab = game.Players.LocalPlayer.Name
  860. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  861.  
  862. end
  863.  
  864. if string.find(lower,"/e kev me") then
  865.  
  866. dab = game.Players.LocalPlayer.Name
  867. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  868.  
  869.  
  870. end
  871.  
  872. if string.find(lower,"/e :kev me") then
  873.  
  874. dab = game.Players.LocalPlayer.Name
  875. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
  876.  
  877. end
  878.  
  879.  
  880. if string.find(lower,":uncloakme ") then
  881. local name = string.gsub(lower,":uncloakme ","")
  882. local player = nil
  883.  
  884. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Players.LocalPlayer.Character)
  885.  
  886. end
  887.  
  888.  
  889.  
  890.  
  891.  
  892. if string.find(lower,":stealsong ") then
  893. local name = string.gsub(lower,":stealsong ","")
  894. local player = nil
  895.  
  896. if name == "others" then
  897. for i,v in pairs(game.Players:GetChildren()) do
  898. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  899.  
  900. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  901. print(dab2)
  902.  
  903. end
  904. end
  905. else
  906.  
  907. names = game.Players:GetChildren()
  908.  
  909. for i,v in pairs(names) do
  910. strlower = string.lower(v.Name)
  911. sub = string.sub(strlower,1,#name)
  912.  
  913. if name == sub then
  914. player = v
  915. if player.Name ~= game.Players.LocalPlayer.Name then
  916. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  917.  
  918. print(dab2)
  919. end
  920. end
  921. end
  922. end
  923. end
  924.  
  925. if string.find(lower,"/e :stealsong ") then
  926. local name = string.gsub(lower,"/e :stealsong ","")
  927. local player = nil
  928.  
  929. if name == "others" then
  930. for i,v in pairs(game.Players:GetChildren()) do
  931. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  932.  
  933. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  934. print(dab2)
  935.  
  936. end
  937. end
  938. else
  939.  
  940. names = game.Players:GetChildren()
  941.  
  942. for i,v in pairs(names) do
  943. strlower = string.lower(v.Name)
  944. sub = string.sub(strlower,1,#name)
  945.  
  946. if name == sub then
  947. player = v
  948. if player.Name ~= game.Players.LocalPlayer.Name then
  949. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  950.  
  951. print(dab2)
  952. end
  953. end
  954. end
  955. end
  956. end
  957.  
  958. if string.find(lower,"/e stealsong ") then
  959. local name = string.gsub(lower,"/e stealsong ","")
  960. local player = nil
  961.  
  962. if name == "others" then
  963. for i,v in pairs(game.Players:GetChildren()) do
  964. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  965.  
  966. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  967. print(dab2)
  968.  
  969. end
  970. end
  971. else
  972.  
  973. names = game.Players:GetChildren()
  974.  
  975. for i,v in pairs(names) do
  976. strlower = string.lower(v.Name)
  977. sub = string.sub(strlower,1,#name)
  978.  
  979. if name == sub then
  980. player = v
  981. if player.Name ~= game.Players.LocalPlayer.Name then
  982. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  983.  
  984. print(dab2)
  985. end
  986. end
  987. end
  988. end
  989. end
  990.  
  991. if string.find(lower,":stealid ") then
  992. local name = string.gsub(lower,":stealid ","")
  993. local player = nil
  994.  
  995. if name == "others" then
  996. for i,v in pairs(game.Players:GetChildren()) do
  997. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  998.  
  999. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  1000. print(dab2)
  1001.  
  1002. end
  1003. end
  1004. else
  1005.  
  1006. names = game.Players:GetChildren()
  1007.  
  1008. for i,v in pairs(names) do
  1009. strlower = string.lower(v.Name)
  1010. sub = string.sub(strlower,1,#name)
  1011.  
  1012. if name == sub then
  1013. player = v
  1014. if player.Name ~= game.Players.LocalPlayer.Name then
  1015. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  1016.  
  1017. print(dab2)
  1018. end
  1019. end
  1020. end
  1021. end
  1022. end
  1023.  
  1024. if string.find(lower,"/e stealid ") then
  1025. local name = string.gsub(lower,"/e stealid ","")
  1026. local player = nil
  1027.  
  1028. if name == "others" then
  1029. for i,v in pairs(game.Players:GetChildren()) do
  1030. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1031.  
  1032. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  1033. print(dab2)
  1034.  
  1035. end
  1036. end
  1037. else
  1038.  
  1039. names = game.Players:GetChildren()
  1040.  
  1041. for i,v in pairs(names) do
  1042. strlower = string.lower(v.Name)
  1043. sub = string.sub(strlower,1,#name)
  1044.  
  1045. if name == sub then
  1046. player = v
  1047. if player.Name ~= game.Players.LocalPlayer.Name then
  1048. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  1049.  
  1050. print(dab2)
  1051. end
  1052. end
  1053. end
  1054. end
  1055. end
  1056.  
  1057.  
  1058.  
  1059. if string.find(lower,":loopkill ") then
  1060. local name = string.gsub(lower,":loopkill ","")
  1061. local player = nil
  1062.  
  1063. if name == "others" then
  1064. for i,v in pairs(game.Players:GetChildren()) do
  1065. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1066.  
  1067. if v:FindFirstChild("suc") then
  1068. v.suc:Destroy()
  1069. end
  1070.  
  1071. newsuc(v.Name)
  1072. while v:FindFirstChild("suc") do
  1073. wait(0.00000001)
  1074. game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, v.Character.Humanoid)
  1075. end
  1076. end
  1077. end
  1078. else
  1079.  
  1080. names = game.Players:GetChildren()
  1081.  
  1082. for i,v in pairs(names) do
  1083. strlower = string.lower(v.Name)
  1084. sub = string.sub(strlower,1,#name)
  1085.  
  1086. if name == sub then
  1087. player = v
  1088. if player.Name ~= game.Players.LocalPlayer.Name then
  1089.  
  1090.  
  1091. if player:FindFirstChild("suc") then
  1092. player.suc:Destroy()
  1093. end
  1094.  
  1095. newsuc(player.Name)
  1096. while player:FindFirstChild("suc") do
  1097. wait(0.00000001)
  1098. game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, player.Character.Humanoid)
  1099. end
  1100. end
  1101. end
  1102. end
  1103. end
  1104. end
  1105.  
  1106.  
  1107. if string.find(lower,"/e loopkill ") then
  1108. local name = string.gsub(lower,"/e loopkill ","")
  1109. local player = nil
  1110.  
  1111. if name == "others" then
  1112. for i,v in pairs(game.Players:GetChildren()) do
  1113. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1114.  
  1115. if v:FindFirstChild("suc") then
  1116. v.suc:Destroy()
  1117. end
  1118.  
  1119. newsuc(v.Name)
  1120. while v:FindFirstChild("suc") do
  1121. wait(0.00000001)
  1122. game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, v.Character.Humanoid)
  1123. end
  1124. end
  1125. end
  1126. else
  1127.  
  1128. names = game.Players:GetChildren()
  1129.  
  1130. for i,v in pairs(names) do
  1131. strlower = string.lower(v.Name)
  1132. sub = string.sub(strlower,1,#name)
  1133.  
  1134. if name == sub then
  1135. player = v
  1136. if player.Name ~= game.Players.LocalPlayer.Name then
  1137.  
  1138.  
  1139. if player:FindFirstChild("suc") then
  1140. player.suc:Destroy()
  1141. end
  1142.  
  1143. newsuc(player.Name)
  1144. while player:FindFirstChild("suc") do
  1145. wait(0.00000001)
  1146. game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, player.Character.Humanoid)
  1147. end
  1148. end
  1149. end
  1150. end
  1151. end
  1152. end
  1153.  
  1154.  
  1155.  
  1156. if string.find(lower,"/e :loopkill ") then
  1157. local name = string.gsub(lower,"/e :loopkill ","")
  1158. local player = nil
  1159.  
  1160. if name == "others" then
  1161. for i,v in pairs(game.Players:GetChildren()) do
  1162. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1163.  
  1164. if v:FindFirstChild("suc") then
  1165. v.suc:Destroy()
  1166. end
  1167.  
  1168. newsuc(v.Name)
  1169. while v:FindFirstChild("suc") do
  1170. wait(0.00000001)
  1171. game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, v.Character.Humanoid)
  1172. end
  1173. end
  1174. end
  1175. else
  1176.  
  1177. names = game.Players:GetChildren()
  1178.  
  1179. for i,v in pairs(names) do
  1180. strlower = string.lower(v.Name)
  1181. sub = string.sub(strlower,1,#name)
  1182.  
  1183. if name == sub then
  1184. player = v
  1185. if player.Name ~= game.Players.LocalPlayer.Name then
  1186.  
  1187.  
  1188. if player:FindFirstChild("suc") then
  1189. player.suc:Destroy()
  1190. end
  1191.  
  1192. newsuc(player.Name)
  1193. while player:FindFirstChild("suc") do
  1194. wait(0.00000001)
  1195. game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, player.Character.Humanoid)
  1196. end
  1197. end
  1198. end
  1199. end
  1200. end
  1201. end
  1202.  
  1203.  
  1204.  
  1205.  
  1206. if string.find(lower,":unloopkill ") then
  1207. local name = string.gsub(lower,":unloopkill ","")
  1208. local player = nil
  1209.  
  1210. if name == "others" then
  1211. for i,v in pairs(game.Players:GetChildren()) do
  1212. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1213.  
  1214. if v:FindFirstChild("suc") then
  1215. v.suc:Destroy()
  1216. end
  1217.  
  1218.  
  1219.  
  1220. end
  1221. end
  1222. else
  1223.  
  1224. names = game.Players:GetChildren()
  1225.  
  1226. for i,v in pairs(names) do
  1227. strlower = string.lower(v.Name)
  1228. sub = string.sub(strlower,1,#name)
  1229.  
  1230. if name == sub then
  1231. player = v
  1232. if player.Name ~= game.Players.LocalPlayer.Name then
  1233.  
  1234.  
  1235. if player:FindFirstChild("suc") then
  1236. player.suc:Destroy()
  1237. end
  1238.  
  1239. end
  1240. end
  1241. end
  1242. end
  1243. end
  1244.  
  1245.  
  1246. if string.find(lower,"/e :stealid ") then
  1247. local name = string.gsub(lower,"/e :stealid ","")
  1248. local player = nil
  1249.  
  1250. if name == "others" then
  1251. for i,v in pairs(game.Players:GetChildren()) do
  1252. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  1253.  
  1254. dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
  1255. print(dab2)
  1256.  
  1257. end
  1258. end
  1259. else
  1260.  
  1261. names = game.Players:GetChildren()
  1262.  
  1263. for i,v in pairs(names) do
  1264. strlower = string.lower(v.Name)
  1265. sub = string.sub(strlower,1,#name)
  1266.  
  1267. if name == sub then
  1268. player = v
  1269. if player.Name ~= game.Players.LocalPlayer.Name then
  1270. dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
  1271.  
  1272. print(dab2)
  1273. end
  1274. end
  1275. end
  1276. end
  1277. end
  1278.  
  1279.  
  1280. if string.find(lower,":bg ") then
  1281. local player = nil
  1282.  
  1283. game.Workspace.gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1284.  
  1285. end
  1286.  
  1287.  
  1288. if string.find(lower,":bringgun") then
  1289. local player = nil
  1290. game.Workspace.gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1291. end
  1292.  
  1293. if string.find(lower,"/e bringgun") then
  1294. local player = nil
  1295. game.Workspace.gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1296. end
  1297.  
  1298. if string.find(lower,"/e :bringgun") then
  1299. local player = nil
  1300. game.Workspace.gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1301. end
  1302.  
  1303. if string.find(lower,":credits") then
  1304. local creditsdab = Instance.new("ScreenGui")
  1305. local Frame = Instance.new("Frame")
  1306. local aidez = Instance.new("ImageLabel")
  1307. local names = Instance.new("TextLabel")
  1308. local scriptmadeby = Instance.new("TextLabel")
  1309. local x = Instance.new("TextButton")
  1310.  
  1311. creditsdab.Name = "creditsdab"
  1312. creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  1313.  
  1314. Frame.Parent = creditsdab
  1315. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  1316. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  1317. Frame.Size = UDim2.new(0, 274, 0, 274)
  1318.  
  1319. aidez.Name = "aidez"
  1320. aidez.Parent = Frame
  1321. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  1322. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1323. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  1324. aidez.Size = UDim2.new(0, 274, 0, 274)
  1325. aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
  1326.  
  1327. names.Name = "names"
  1328. names.Parent = Frame
  1329. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1330. names.BackgroundTransparency = 0.30000001192093
  1331. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1332. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  1333. names.Size = UDim2.new(0, 274, 0, 28)
  1334. names.Font = Enum.Font.SourceSans
  1335. names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
  1336. names.TextColor3 = Color3.new(1, 1, 1)
  1337. names.TextSize = 14
  1338.  
  1339. scriptmadeby.Name = "scriptmadeby"
  1340. scriptmadeby.Parent = Frame
  1341. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1342. scriptmadeby.BackgroundTransparency = 0.30000001192093
  1343. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1344. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  1345. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  1346. scriptmadeby.Font = Enum.Font.SourceSans
  1347. scriptmadeby.Text = "Script made by"
  1348. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  1349. scriptmadeby.TextSize = 14
  1350.  
  1351. x.Name = "x"
  1352. x.Parent = creditsdab
  1353. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1354. x.BackgroundTransparency = 0.30000001192093
  1355. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1356. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  1357. x.Size = UDim2.new(0, 28, 0, 28)
  1358. x.Font = Enum.Font.SourceSansSemibold
  1359. x.Text = "X"
  1360. x.TextColor3 = Color3.new(1, 1, 1)
  1361. x.TextSize = 30
  1362.  
  1363. x.MouseButton1Click:connect(function()
  1364. game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
  1365. end)
  1366. end
  1367.  
  1368. if string.find(lower,"/e credits") then
  1369. local creditsdab = Instance.new("ScreenGui")
  1370. local Frame = Instance.new("Frame")
  1371. local aidez = Instance.new("ImageLabel")
  1372. local names = Instance.new("TextLabel")
  1373. local scriptmadeby = Instance.new("TextLabel")
  1374. local x = Instance.new("TextButton")
  1375.  
  1376. creditsdab.Name = "creditsdab"
  1377. creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  1378.  
  1379. Frame.Parent = creditsdab
  1380. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  1381. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  1382. Frame.Size = UDim2.new(0, 274, 0, 274)
  1383.  
  1384. aidez.Name = "aidez"
  1385. aidez.Parent = Frame
  1386. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  1387. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1388. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  1389. aidez.Size = UDim2.new(0, 274, 0, 274)
  1390. aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
  1391.  
  1392. names.Name = "names"
  1393. names.Parent = Frame
  1394. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1395. names.BackgroundTransparency = 0.30000001192093
  1396. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1397. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  1398. names.Size = UDim2.new(0, 274, 0, 28)
  1399. names.Font = Enum.Font.SourceSans
  1400. names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
  1401. names.TextColor3 = Color3.new(1, 1, 1)
  1402. names.TextSize = 14
  1403.  
  1404. scriptmadeby.Name = "scriptmadeby"
  1405. scriptmadeby.Parent = Frame
  1406. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1407. scriptmadeby.BackgroundTransparency = 0.30000001192093
  1408. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1409. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  1410. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  1411. scriptmadeby.Font = Enum.Font.SourceSans
  1412. scriptmadeby.Text = "Script made by"
  1413. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  1414. scriptmadeby.TextSize = 14
  1415.  
  1416. x.Name = "x"
  1417. x.Parent = creditsdab
  1418. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1419. x.BackgroundTransparency = 0.30000001192093
  1420. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1421. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  1422. x.Size = UDim2.new(0, 28, 0, 28)
  1423. x.Font = Enum.Font.SourceSansSemibold
  1424. x.Text = "X"
  1425. x.TextColor3 = Color3.new(1, 1, 1)
  1426. x.TextSize = 30
  1427.  
  1428. x.MouseButton1Click:connect(function()
  1429. game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
  1430. end)
  1431. end
  1432.  
  1433. if string.find(lower,"/e :credits") then
  1434. local creditsdab = Instance.new("ScreenGui")
  1435. local Frame = Instance.new("Frame")
  1436. local aidez = Instance.new("ImageLabel")
  1437. local names = Instance.new("TextLabel")
  1438. local scriptmadeby = Instance.new("TextLabel")
  1439. local x = Instance.new("TextButton")
  1440.  
  1441. creditsdab.Name = "creditsdab"
  1442. creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  1443.  
  1444. Frame.Parent = creditsdab
  1445. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  1446. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  1447. Frame.Size = UDim2.new(0, 274, 0, 274)
  1448.  
  1449. aidez.Name = "aidez"
  1450. aidez.Parent = Frame
  1451. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  1452. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1453. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  1454. aidez.Size = UDim2.new(0, 274, 0, 274)
  1455. aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
  1456.  
  1457. names.Name = "names"
  1458. names.Parent = Frame
  1459. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1460. names.BackgroundTransparency = 0.30000001192093
  1461. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1462. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  1463. names.Size = UDim2.new(0, 274, 0, 28)
  1464. names.Font = Enum.Font.SourceSans
  1465. names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
  1466. names.TextColor3 = Color3.new(1, 1, 1)
  1467. names.TextSize = 14
  1468.  
  1469. scriptmadeby.Name = "scriptmadeby"
  1470. scriptmadeby.Parent = Frame
  1471. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1472. scriptmadeby.BackgroundTransparency = 0.30000001192093
  1473. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1474. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  1475. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  1476. scriptmadeby.Font = Enum.Font.SourceSans
  1477. scriptmadeby.Text = "Script made by"
  1478. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  1479. scriptmadeby.TextSize = 14
  1480.  
  1481. x.Name = "x"
  1482. x.Parent = creditsdab
  1483. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1484. x.BackgroundTransparency = 0.30000001192093
  1485. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1486. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  1487. x.Size = UDim2.new(0, 28, 0, 28)
  1488. x.Font = Enum.Font.SourceSansSemibold
  1489. x.Text = "X"
  1490. x.TextColor3 = Color3.new(1, 1, 1)
  1491. x.TextSize = 30
  1492.  
  1493. x.MouseButton1Click:connect(function()
  1494. game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
  1495. end)
  1496. end
  1497.  
  1498.  
  1499. if string.find(lower,":playspam") then
  1500. local player = nil
  1501. for i,v in pairs(game.Workspace:GetChildren()) do
  1502. if v.Name == "Music" then
  1503. v.Playing = true
  1504. end
  1505. end
  1506. end
  1507.  
  1508. if string.find(lower,":playsounds") then
  1509. local player = nil
  1510. for i,v in pairs(game.Workspace:GetChildren()) do
  1511. if v.Name == "Music" then
  1512. v.Playing = true
  1513. end
  1514. end
  1515. end
  1516.  
  1517. if string.find(lower,"/e playsounds") then
  1518. local player = nil
  1519. for i,v in pairs(game.Workspace:GetChildren()) do
  1520. if v.Name == "Music" then
  1521. v.Playing = true
  1522. end
  1523. end
  1524. end
  1525.  
  1526. if string.find(lower,"/e :playsounds") then
  1527. local player = nil
  1528. for i,v in pairs(game.Workspace:GetChildren()) do
  1529. if v.Name == "Music" then
  1530. v.Playing = true
  1531. end
  1532. end
  1533. end
  1534.  
  1535. if string.find(lower,":stopspam") then
  1536. local player = nil
  1537. for i,v in pairs(game.Workspace:GetChildren()) do
  1538. if v.Name == "Music" then
  1539. v.Playing = false
  1540. end
  1541. end
  1542. end
  1543.  
  1544.  
  1545. if string.find(lower,":god") then
  1546. local player = nil
  1547. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  1548. end
  1549.  
  1550. if string.find(lower,"/e god") then
  1551. local player = nil
  1552. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  1553. end
  1554.  
  1555. if string.find(lower,"/e :god") then
  1556. local player = nil
  1557. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  1558. end
  1559.  
  1560. if string.find(lower,":anticheat") then
  1561. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  1562.  
  1563. while wait() do
  1564. local Player = game.Players.LocalPlayer
  1565. local Gui = Player.PlayerGui
  1566. for i,v in pairs(antiKek) do
  1567. if Gui:FindFirstChild(v) then
  1568. Gui:FindFirstChild(v):Remove()
  1569. end
  1570. end
  1571. end
  1572.  
  1573. end
  1574.  
  1575.  
  1576. if string.find(lower,":antiexploit") then
  1577. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  1578.  
  1579. while wait() do
  1580. local Player = game.Players.LocalPlayer
  1581. local Gui = Player.PlayerGui
  1582. for i,v in pairs(antiKek) do
  1583. if Gui:FindFirstChild(v) then
  1584. Gui:FindFirstChild(v):Remove()
  1585. end
  1586. end
  1587. end
  1588.  
  1589. end
  1590.  
  1591.  
  1592. if string.find(lower,"/e antiexploit") then
  1593. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  1594.  
  1595. while wait() do
  1596. local Player = game.Players.LocalPlayer
  1597. local Gui = Player.PlayerGui
  1598. for i,v in pairs(antiKek) do
  1599. if Gui:FindFirstChild(v) then
  1600. Gui:FindFirstChild(v):Remove()
  1601. end
  1602. end
  1603. end
  1604.  
  1605. end
  1606.  
  1607. if string.find(lower,"/e :antiexploit") then
  1608. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  1609.  
  1610. while wait() do
  1611. local Player = game.Players.LocalPlayer
  1612. local Gui = Player.PlayerGui
  1613. for i,v in pairs(antiKek) do
  1614. if Gui:FindFirstChild(v) then
  1615. Gui:FindFirstChild(v):Remove()
  1616. end
  1617. end
  1618. end
  1619.  
  1620. end
  1621.  
  1622. if string.find(lower,"/e anticheat") then
  1623. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  1624.  
  1625. while wait() do
  1626. local Player = game.Players.LocalPlayer
  1627. local Gui = Player.PlayerGui
  1628. for i,v in pairs(antiKek) do
  1629. if Gui:FindFirstChild(v) then
  1630. Gui:FindFirstChild(v):Remove()
  1631. end
  1632. end
  1633. end
  1634.  
  1635. end
  1636.  
  1637. if string.find(lower,"/e :anticheat") then
  1638. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  1639.  
  1640. while wait() do
  1641. local Player = game.Players.LocalPlayer
  1642. local Gui = Player.PlayerGui
  1643. for i,v in pairs(antiKek) do
  1644. if Gui:FindFirstChild(v) then
  1645. Gui:FindFirstChild(v):Remove()
  1646. end
  1647. end
  1648. end
  1649.  
  1650. end
  1651.  
  1652. if string.find(lower,":removeanticheat") then
  1653. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  1654.  
  1655. while wait() do
  1656. local Player = game.Players.LocalPlayer
  1657. local Gui = Player.PlayerGui
  1658. for i,v in pairs(antiKek) do
  1659. if Gui:FindFirstChild(v) then
  1660. Gui:FindFirstChild(v):Remove()
  1661. end
  1662. end
  1663. end
  1664.  
  1665. end
  1666.  
  1667. if string.find(lower,"/e removeanticheat") then
  1668. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  1669.  
  1670. while wait() do
  1671. local Player = game.Players.LocalPlayer
  1672. local Gui = Player.PlayerGui
  1673. for i,v in pairs(antiKek) do
  1674. if Gui:FindFirstChild(v) then
  1675. Gui:FindFirstChild(v):Remove()
  1676. end
  1677. end
  1678. end
  1679.  
  1680. end
  1681.  
  1682.  
  1683. if string.find(lower,"/e :removeanticheat") then
  1684. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  1685.  
  1686. while wait() do
  1687. local Player = game.Players.LocalPlayer
  1688. local Gui = Player.PlayerGui
  1689. for i,v in pairs(antiKek) do
  1690. if Gui:FindFirstChild(v) then
  1691. Gui:FindFirstChild(v):Remove()
  1692. end
  1693. end
  1694. end
  1695.  
  1696. end
  1697.  
  1698.  
  1699.  
  1700. if string.find(lower,":loopgod") then
  1701. local player = nil
  1702.  
  1703. if game.Players.LocalPlayer:FindFirstChild("dab") then
  1704. game.Players.LocalPlayer.dab:Destroy()
  1705. end
  1706.  
  1707. newdab(game.Players.LocalPlayer.Name)
  1708. while game.Players.LocalPlayer:FindFirstChild("dab") do
  1709. wait(0.0000000001)
  1710. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  1711. end
  1712.  
  1713. end
  1714.  
  1715.  
  1716.  
  1717.  
  1718.  
  1719. if string.find(lower,"/e loopgod") then
  1720. local player = nil
  1721.  
  1722. if game.Players.LocalPlayer:FindFirstChild("dab") then
  1723. game.Players.LocalPlayer.dab:Destroy()
  1724. end
  1725.  
  1726. newdab(game.Players.LocalPlayer.Name)
  1727. while game.Players.LocalPlayer:FindFirstChild("dab") do
  1728. wait(0.0000000001)
  1729. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  1730. end
  1731.  
  1732. end
  1733.  
  1734.  
  1735.  
  1736. if string.find(lower,"/e :loopgod") then
  1737. local player = nil
  1738.  
  1739. if game.Players.LocalPlayer:FindFirstChild("dab") then
  1740. game.Players.LocalPlayer.dab:Destroy()
  1741. end
  1742.  
  1743. newdab(game.Players.LocalPlayer.Name)
  1744. while game.Players.LocalPlayer:FindFirstChild("dab") do
  1745. wait(0.0000000001)
  1746. game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
  1747. end
  1748.  
  1749. end
  1750.  
  1751.  
  1752. if string.find(lower,":unloopgod") then
  1753. local player = nil
  1754.  
  1755. if game.Players.LocalPlayer:FindFirstChild("dab") then
  1756. game.Players.LocalPlayer.dab:Destroy()
  1757. end
  1758.  
  1759.  
  1760.  
  1761. end
  1762.  
  1763.  
  1764. if string.find(lower,"/e unloopgod") then
  1765. local player = nil
  1766.  
  1767. if game.Players.LocalPlayer:FindFirstChild("dab") then
  1768. game.Players.LocalPlayer.dab:Destroy()
  1769. end
  1770.  
  1771.  
  1772.  
  1773. end
  1774.  
  1775.  
  1776.  
  1777.  
  1778. if string.find(lower,"/e :unloopgod") then
  1779. local player = nil
  1780.  
  1781. if game.Players.LocalPlayer:FindFirstChild("dab") then
  1782. game.Players.LocalPlayer.dab:Destroy()
  1783. end
  1784.  
  1785.  
  1786.  
  1787. end
  1788.  
  1789.  
  1790.  
  1791.  
  1792. if string.find(lower,":stopsounds") then
  1793. local player = nil
  1794. for i,v in pairs(game.Workspace:GetChildren()) do
  1795. if v.Name == "Music" then
  1796. v.Playing = false
  1797. end
  1798. end
  1799. end
  1800.  
  1801. if string.find(lower,"/e stopsounds") then
  1802. local player = nil
  1803. for i,v in pairs(game.Workspace:GetChildren()) do
  1804. if v.Name == "Music" then
  1805. v.Playing = false
  1806. end
  1807. end
  1808. end
  1809.  
  1810. if string.find(lower,"/e :stopsounds") then
  1811. local player = nil
  1812. for i,v in pairs(game.Workspace:GetChildren()) do
  1813. if v.Name == "Music" then
  1814. v.Playing = false
  1815. end
  1816. end
  1817. end
  1818.  
  1819.  
  1820.  
  1821.  
  1822. if string.find(lower,":cmds") then
  1823. print("----------------COMMANDS-------------------")
  1824. print("Selection options: Full Player Name, Abrreviated, Others, Silent")
  1825. print("Almost all commands have silent variants.")
  1826. print('Example: ":kill others"')
  1827. print('Silent Example: "/e :kill others"')
  1828. print('Silent Example 2: "/e kill others"')
  1829. print()
  1830. print(":cmds - I wonder what this does.")
  1831. print(":kill - Kills the player")
  1832. print(":playall - Plays a music ID on everyone's radio.")
  1833. print(":music gear: - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)")
  1834. print(":play - Plays an ID on your radio")
  1835. print(":stealsong - Steals the person's song ID (That's they're playing on their radio)")
  1836. print(":cloak - cloaks the selected player")
  1837. print(":cloakme - cloaks you")
  1838. print(":uncloak - uncloaks the selected player")
  1839. print(":uncloakme - uncloaks you")
  1840. print(":roles - Says who's sheriff and who's murderer in the chat (:whois also works)")
  1841. print(":sheriff - Says the name of who's sheriff in chat")
  1842. print(":murderer - Says the name of who's murderer in chat")
  1843. print(":printroles - Prints who's sheriff and who's murderer to the dev console.")
  1844. print(":wls -outputs whitelisted players to console (F9)")
  1845. print(":wl - Whitelists a player (Let's them use commands)")
  1846. print(":unwl - Unwhitelists a player")
  1847. print(":anticheat - Removes the anticheat")
  1848. print(":god - Gods you (Anticheat must be removed, or else you'll just die.)")
  1849. print(":loopkill - Loopkills the player")
  1850. print(":loopgod - Loopgods you.")
  1851. print(":unloopkill - Unloopkills the player")
  1852. print(":unloopgod - Unloopgods the player")
  1853. print(":bringgun - Brings the gun")
  1854. print(":tk - Test kill, takes the person's health, then drains that exact ammount away. For killing other exploiters.")
  1855. print(":playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion")
  1856. print(":stopsounds - Stops said ear explosion")
  1857. print(":credits - Shows the cool gui you saw when you executed the script.")
  1858. print()
  1859. print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
  1860. print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
  1861. print('and the same goes for :wls, since the game is filtering enabled, however they will')
  1862. print('be able to use commands if whitelisted')
  1863. print('You can not be unwhitelisted or killed')
  1864. print("Have fun")
  1865. print("-------------------------------------------")
  1866. print("Vortexturize | aidez moi | ObitoXDm8OI")
  1867. print("-------------------------------------------")
  1868.  
  1869.  
  1870. end
  1871.  
  1872. if string.find(lower,"/e cmds") then
  1873. print("----------------COMMANDS-------------------")
  1874. print("Selection options: Full Player Name, Abrreviated, Others, Silent")
  1875. print("Almost all commands have silent variants.")
  1876. print('Example: ":kill others"')
  1877. print('Silent Example: "/e :kill others"')
  1878. print('Silent Example 2: "/e kill others"')
  1879. print()
  1880. print(":cmds - I wonder what this does.")
  1881. print(":kill - Kills the player")
  1882. print(":playall - Plays a music ID on everyone's radio.")
  1883. print(":music gear: - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)")
  1884. print(":play - Plays an ID on your radio")
  1885. print(":stealsong - Steals the person's song ID (That's they're playing on their radio)")
  1886. print(":cloak - cloaks the selected player")
  1887. print(":cloakme - cloaks you")
  1888. print(":uncloak - uncloaks the selected player")
  1889. print(":uncloakme - uncloaks you")
  1890. print(":roles - Says who's sheriff and who's murderer in the chat (:whois also works)")
  1891. print(":sheriff - Says the name of who's sheriff in chat")
  1892. print(":murderer - Says the name of who's murderer in chat")
  1893. print(":printroles - Prints who's sheriff and who's murderer to the dev console.")
  1894. print(":wls -outputs whitelisted players to console (F9)")
  1895. print(":wl - Whitelists a player (Let's them use commands)")
  1896. print(":unwl - Unwhitelists a player")
  1897. print(":anticheat - Removes the anticheat")
  1898. print(":god - Gods you (Anticheat must be removed, or else you'll just die.)")
  1899. print(":loopkill - Loopkills the player")
  1900. print(":loopgod - Loopgods you.")
  1901. print(":unloopkill - Unloopkills the player")
  1902. print(":unloopgod - Unloopgods the player")
  1903. print(":bringgun - Brings the gun")
  1904. print(":tk - Test kill, takes the person's health, then drains that exact ammount away. For killing other exploiters.")
  1905. print(":playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion")
  1906. print(":stopsounds - Stops said ear explosion")
  1907. print(":credits - Shows the cool gui you saw when you executed the script.")
  1908. print()
  1909. print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
  1910. print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
  1911. print('and the same goes for :wls, since the game is filtering enabled, however they will')
  1912. print('be able to use commands if whitelisted')
  1913. print('You can not be unwhitelisted or killed')
  1914. print("Have fun")
  1915. print("-------------------------------------------")
  1916. print("Vortexturize | aidez moi | ObitoXDm8OI")
  1917. print("-------------------------------------------")
  1918.  
  1919.  
  1920. end
  1921.  
  1922. if string.find(lower,"/e :cmds") then
  1923. print("----------------COMMANDS-------------------")
  1924. print("Selection options: Full Player Name, Abrreviated, Others, Silent")
  1925. print("Almost all commands have silent variants.")
  1926. print('Example: ":kill others"')
  1927. print('Silent Example: "/e :kill others"')
  1928. print('Silent Example 2: "/e kill others"')
  1929. print()
  1930. print(":cmds - I wonder what this does.")
  1931. print(":kill - Kills the player")
  1932. print(":playall - Plays a music ID on everyone's radio.")
  1933. print(":music gear: - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)")
  1934. print(":play - Plays an ID on your radio")
  1935. print(":stealsong - Steals the person's song ID (That's they're playing on their radio)")
  1936. print(":cloak - cloaks the selected player")
  1937. print(":cloakme - cloaks you")
  1938. print(":uncloak - uncloaks the selected player")
  1939. print(":uncloakme - uncloaks you")
  1940. print(":roles - Says who's sheriff and who's murderer in the chat (:whois also works)")
  1941. print(":sheriff - Says the name of who's sheriff in chat")
  1942. print(":murderer - Says the name of who's murderer in chat")
  1943. print(":printroles - Prints who's sheriff and who's murderer to the dev console.")
  1944. print(":wls -outputs whitelisted players to console (F9)")
  1945. print(":wl - Whitelists a player (Let's them use commands)")
  1946. print(":unwl - Unwhitelists a player")
  1947. print(":anticheat - Removes the anticheat")
  1948. print(":god - Gods you (Anticheat must be removed, or else you'll just die.)")
  1949. print(":loopkill - Loopkills the player")
  1950. print(":loopgod - Loopgods you.")
  1951. print(":unloopkill - Unloopkills the player")
  1952. print(":unloopgod - Unloopgods the player")
  1953. print(":bringgun - Brings the gun")
  1954. print(":tk - Test kill, takes the person's health, then drains that exact ammount away. For killing other exploiters.")
  1955. print(":playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion")
  1956. print(":stopsounds - Stops said ear explosion")
  1957. print(":credits - Shows the cool gui you saw when you executed the script.")
  1958. print()
  1959. print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
  1960. print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
  1961. print('and the same goes for :wls, since the game is filtering enabled, however they will')
  1962. print('be able to use commands if whitelisted')
  1963. print('You can not be unwhitelisted or killed')
  1964. print("Have fun")
  1965. print("-------------------------------------------")
  1966. print("Vortexturize | aidez moi | ObitoXDm8OI")
  1967. print("-------------------------------------------")
  1968.  
  1969.  
  1970. end
  1971. end
  1972. end
  1973.  
  1974. game.Players.LocalPlayer.Chatted:connect(function(msg)
  1975. adminexe(game.Players.LocalPlayer,msg)
  1976. end)
  1977.  
  1978. if deletepath then
  1979. game.Players.LocalPlayer.Character.Delete.CanBeDropped = true
  1980.  
  1981. drop = Instance.new("BillboardGui")
  1982. drop.Parent = game.Players.LocalPlayer.PlayerGui
  1983.  
  1984. droplbl = Instance.new("TextLabel")
  1985. droplbl.Parent = drop
  1986. droplbl.Text = "Drop the delete tool to initialize commands"
  1987. droplbl.BackgroundTransparency = 1
  1988. droplbl.TextColor3 = Color3.new(200,0,0)
  1989. droplbl.TextScaled = true
  1990. droplbl.Size = UDim2.new(0,150,0,30)
  1991. droplbl.Position = UDim2.new(0,400,0,400)
  1992.  
  1993. wait(2)
  1994.  
  1995. drop:Destroy()
  1996. end
  1997.  
  1998. if deletepath2 then
  1999. game.Players.LocalPlayer.Backpack.Delete.CanBeDropped = true
  2000.  
  2001. drop = Instance.new("BillboardGui")
  2002. drop.Parent = game.Players.LocalPlayer.PlayerGui
  2003.  
  2004. droplbl = Instance.new("TextLabel")
  2005. droplbl.Parent = drop
  2006. droplbl.Text = "Drop the delete tool to initialize commands"
  2007. droplbl.BackgroundTransparency = 1
  2008. droplbl.TextColor3 = Color3.new(200,0,0)
  2009. droplbl.TextScaled = true
  2010. droplbl.Size = UDim2.new(0,150,0,30)
  2011. droplbl.Position = UDim2.new(0,400,0,400)
  2012.  
  2013. wait(2)
  2014.  
  2015. drop:Destroy()
  2016. end
  2017.  
  2018. game.Players.LocalPlayer.Backpack.ChildAdded:connect(function(tool)
  2019. if tool.Name == "Delete" then
  2020. wait(.1)
  2021. tool.CanBeDropped = true
  2022.  
  2023. drop = Instance.new("BillboardGui")
  2024. drop.Parent = game.Players.LocalPlayer.PlayerGui
  2025.  
  2026. droplbl = Instance.new("TextLabel")
  2027. droplbl.Text = "Drop the delete tool to initialize commands"
  2028. droplbl.BackgroundTransparency = 1
  2029. droplbl.Parent = drop
  2030. droplbl.TextColor3 = Color3.new(200,0,0)
  2031. droplbl.TextScaled = true
  2032. droplbl.Size = UDim2.new(0,150,0,30)
  2033. droplbl.Position = UDim2.new(0,400,0,400)
  2034.  
  2035. wait(2)
  2036.  
  2037. drop:Destroy()
  2038. end
  2039. end)
  2040.  
  2041. function start(plr)
  2042.  
  2043. local found = false
  2044. local banned = false
  2045.  
  2046. for i=1,#whitelist do
  2047. if plr.Name == (whitelist[i]) then
  2048. found = true
  2049. end
  2050. end
  2051.  
  2052. for i=1,#banlist do
  2053. if plr.Name == banlist[i] then
  2054. banned = true
  2055. end
  2056.  
  2057. if banned == true then
  2058. game.Workspace.Delete.delete:FireServer(plr)
  2059. end
  2060. end
  2061. if found == false and slock == true then
  2062. game.Workspace.Delete.delete:FireServer(plr)
  2063. end
  2064.  
  2065. if found == true then
  2066. newtag(plr.Name)
  2067. plr.Chatted:connect(function(msg)
  2068. adminexe(plr,msg)
  2069. end)
  2070. end
  2071. end
  2072. game.Players.PlayerAdded:connect(function(plr)
  2073. start(plr)
  2074. end)
  2075.  
  2076.  
  2077. local creditsdab = Instance.new("ScreenGui")
  2078. local Frame = Instance.new("Frame")
  2079. local aidez = Instance.new("ImageLabel")
  2080. local names = Instance.new("TextLabel")
  2081. local scriptmadeby = Instance.new("TextLabel")
  2082. local scriptmadeby_2 = Instance.new("TextLabel")
  2083. local x = Instance.new("TextButton")
  2084.  
  2085. creditsdab.Name = "creditsdab"
  2086. creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  2087.  
  2088. Frame.Parent = creditsdab
  2089. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  2090. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  2091. Frame.Size = UDim2.new(0, 274, 0, 274)
  2092.  
  2093. aidez.Name = "aidez"
  2094. aidez.Parent = Frame
  2095. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  2096. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2097. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  2098. aidez.Size = UDim2.new(0, 274, 0, 274)
  2099. aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
  2100.  
  2101. names.Name = "names"
  2102. names.Parent = Frame
  2103. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2104. names.BackgroundTransparency = 0.30000001192093
  2105. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2106. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  2107. names.Size = UDim2.new(0, 274, 0, 28)
  2108. names.Font = Enum.Font.SourceSans
  2109. names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
  2110. names.TextColor3 = Color3.new(1, 1, 1)
  2111. names.TextSize = 14
  2112.  
  2113. scriptmadeby.Name = "scriptmadeby"
  2114. scriptmadeby.Parent = Frame
  2115. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2116. scriptmadeby.BackgroundTransparency = 0.30000001192093
  2117. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2118. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  2119. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  2120. scriptmadeby.Font = Enum.Font.SourceSans
  2121. scriptmadeby.Text = "Script made by"
  2122. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  2123. scriptmadeby.TextSize = 14
  2124.  
  2125. scriptmadeby_2.Name = "scriptmadeby"
  2126. scriptmadeby_2.Parent = Frame
  2127. scriptmadeby_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2128. scriptmadeby_2.BackgroundTransparency = 0.30000001192093
  2129. scriptmadeby_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2130. scriptmadeby_2.Position = UDim2.new(0, 0, -0.164233565, 0)
  2131. scriptmadeby_2.Size = UDim2.new(0, 274, 0, 17)
  2132. scriptmadeby_2.Font = Enum.Font.SourceSans
  2133. scriptmadeby_2.Text = "Check the dev console for a list of commands! (F9 or Shift + F9)"
  2134. scriptmadeby_2.TextColor3 = Color3.new(1, 1, 1)
  2135. scriptmadeby_2.TextScaled = true
  2136. scriptmadeby_2.TextSize = 14
  2137. scriptmadeby_2.TextWrapped = true
  2138.  
  2139. x.Name = "x"
  2140. x.Parent = creditsdab
  2141. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2142. x.BackgroundTransparency = 0.30000001192093
  2143. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2144. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  2145. x.Size = UDim2.new(0, 28, 0, 28)
  2146. x.Font = Enum.Font.SourceSansSemibold
  2147. x.Text = "X"
  2148. x.TextColor3 = Color3.new(1, 1, 1)
  2149. x.TextSize = 30
  2150.  
  2151. x.MouseButton1Click:connect(function()
  2152. game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
  2153. end)
  2154.  
  2155.  
  2156. print("----------------COMMANDS-------------------")
  2157. print("Selection options: Full Player Name, Abrreviated, Others, Silent")
  2158. print("Almost all commands have silent variants.")
  2159. print('Example: ":kill others"')
  2160. print('Silent Example: "/e :kill others"')
  2161. print('Silent Example 2: "/e kill others"')
  2162. print()
  2163. print(":cmds - I wonder what this does.")
  2164. print(":kill - Kills the player")
  2165. print(":playall - Plays a music ID on everyone's radio.")
  2166. print(":music gear: - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)")
  2167. print(":play - Plays an ID on your radio")
  2168. print(":stealsong - Steals the person's song ID (That's they're playing on their radio)")
  2169. print(":cloak - cloaks the selected player")
  2170. print(":cloakme - cloaks you")
  2171. print(":uncloak - uncloaks the selected player")
  2172. print(":uncloakme - uncloaks you")
  2173. print(":roles - Says who's sheriff and who's murderer in the chat (:whois also works)")
  2174. print(":sheriff - Says the name of who's sheriff in chat")
  2175. print(":murderer - Says the name of who's murderer in chat")
  2176. print(":printroles - Prints who's sheriff and who's murderer to the dev console.")
  2177. print(":wls -outputs whitelisted players to console (F9)")
  2178. print(":wl - Whitelists a player (Let's them use commands)")
  2179. print(":unwl - Unwhitelists a player")
  2180. print(":anticheat - Removes the anticheat")
  2181. print(":god - Gods you (Anticheat must be removed, or else you'll just die.)")
  2182. print(":loopkill - Loopkills the player")
  2183. print(":loopgod - Loopgods you.")
  2184. print(":unloopkill - Unloopkills the player")
  2185. print(":unloopgod - Unloopgods the player")
  2186. print(":bringgun - Brings the gun")
  2187. print(":tk - Test kill, takes the person's health, then drains that exact ammount away. For killing other exploiters.")
  2188. print(":playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion")
  2189. print(":stopsounds - Stops said ear explosion")
  2190. print(":credits - Shows the cool gui you saw when you executed the script.")
  2191. print()
  2192. print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
  2193. print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
  2194. print('and the same goes for :wls, since the game is filtering enabled, however they will')
  2195. print('be able to use commands if whitelisted')
  2196. print('You can not be unwhitelisted or killed')
  2197. print("Have fun")
  2198. print("-------------------------------------------")
  2199. print("Vortexturize | aidez moi | ObitoXDm8OI")
  2200. print("-------------------------------------------")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement