Dully

new khols admin

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