Advertisement
Guest User

[Roblox] Lua Admin Commands

a guest
Jul 31st, 2015
1,721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.45 KB | None | 0 0
  1.  
  2. --Version 2 1.02 I fixed some problems caused by the updates.
  3.  
  4.  
  5. 2.adminlist = {"dellhell1"}--Add in the names of the people you want to be able to use the command script here.
  6.  
  7.  
  8. 3.--Please keep my name in there. ;)
  9.  
  10.  
  11. 4.bannedlist = { "",""}--If you want someone not to be able to enter your place, put thier name in here.
  12.  
  13.  
  14. 5.texture = ""--If you want someone wearing a certain t-shirt to be an admin, put the t-shirt's texture in here.
  15.  
  16.  
  17. 6.
  18.  
  19.  
  20. 7.--[[
  21.  
  22.  
  23. 8. I update this command script alot, so if you want to get the newest version of the script, go to http://www.roblox.com/Item.aspx?ID=5277383 every once in a while.
  24.  
  25.  
  26. 9.
  27.  
  28.  
  29. 10.If theres anything you think this command script needs, just message me (Person299) and i might put it in. :)
  30.  
  31.  
  32. 11.And also, if you find any bugs, report them to me.
  33.  
  34.  
  35. 12.
  36.  
  37.  
  38. 13.The commands are,
  39.  
  40.  
  41. 14.
  42.  
  43.  
  44. 15.commands
  45.  
  46.  
  47. 16.Shows a list of all the commands
  48.  
  49.  
  50. 17.
  51.  
  52.  
  53. 18.fix
  54.  
  55.  
  56. 19.If the command script breaks for you, say this to fix it
  57.  
  58.  
  59. 20.
  60.  
  61.  
  62. 21.kill/Person299
  63.  
  64.  
  65. 22.kills Person299
  66.  
  67.  
  68. 23.
  69.  
  70.  
  71. 24.loopkill/Person299
  72.  
  73.  
  74. 25.Repeatedly kills Person299 when he respawns
  75.  
  76.  
  77. 26.
  78.  
  79.  
  80. 27.unloopkill/Person299
  81.  
  82.  
  83. 28.Undos loopkill/
  84.  
  85.  
  86. 29.
  87.  
  88.  
  89. 30.heal/Person299
  90.  
  91.  
  92. 31.Returns Person299 to full health
  93.  
  94.  
  95. 32.
  96.  
  97.  
  98. 33.damage/Person299/50
  99.  
  100.  
  101. 34.Makes Person299's character take 50 damage
  102.  
  103.  
  104. 35.
  105.  
  106.  
  107. 36.health/Person299/999999
  108.  
  109.  
  110. 37.Makes Person299's MaxHealth and Health 999999
  111.  
  112.  
  113. 38.
  114.  
  115.  
  116. 39.kick/Person299
  117.  
  118.  
  119. 40.Removes Person299 from the game, cannot be used by admin/ed people
  120.  
  121.  
  122. 41.
  123.  
  124.  
  125. 42.ban/Person299
  126.  
  127.  
  128. 43.Removes Person299 from the game and keeps him from reenterring, cannot be used by admin/ed people
  129.  
  130.  
  131. 44.
  132.  
  133.  
  134. 45.bannedlist
  135.  
  136.  
  137. 46.Shows a list of everyone banned
  138.  
  139.  
  140. 47.
  141.  
  142.  
  143. 48.unban/Person299
  144.  
  145.  
  146. 49.Unbans Person299
  147.  
  148.  
  149. 50.
  150.  
  151.  
  152. 51.explode/Person299
  153.  
  154.  
  155. 52.Explodes Person299's character
  156.  
  157.  
  158. 53.
  159.  
  160.  
  161. 54.rocket/Person299
  162.  
  163.  
  164. 55.Straps a rocket onto Person299's back
  165.  
  166.  
  167. 56.
  168.  
  169.  
  170. 57.removetools/Person299
  171.  
  172.  
  173. 58.Removes all of Person299's tools.
  174.  
  175.  
  176. 59.
  177.  
  178.  
  179. 60.givetools/Person299
  180.  
  181.  
  182. 61.Gives Person299 all the tools in StarterPack
  183.  
  184.  
  185. 62.
  186.  
  187.  
  188. 63.givebtools/Person299
  189.  
  190.  
  191. 64.Gives Person299 the building tools
  192.  
  193.  
  194. 65.
  195.  
  196.  
  197. 66.sit/Person299
  198.  
  199.  
  200. 67.Makes Person299 sit
  201.  
  202.  
  203. 68.
  204.  
  205.  
  206. 69.part/4/1/2
  207.  
  208.  
  209. 70.Makes a part with the given dimensions appear over your character
  210.  
  211.  
  212. 71.
  213.  
  214.  
  215. 72.respawn/Person299
  216.  
  217.  
  218. 73.Makes Person299's character respawn
  219.  
  220.  
  221. 74.
  222.  
  223.  
  224. 75.jail/Person299
  225.  
  226.  
  227. 76.Makes a lil jail cell around Person299's character
  228.  
  229.  
  230. 77.
  231.  
  232.  
  233. 78.unjail/Person299
  234.  
  235.  
  236. 79.Undos jail/
  237.  
  238.  
  239. 80.
  240.  
  241.  
  242. 81.punish/Person299
  243.  
  244.  
  245. 82.Puts Person299's character in game.Lighting
  246.  
  247.  
  248. 83.
  249.  
  250.  
  251. 84.unpunish/Person299
  252.  
  253.  
  254. 85.Undos punish/
  255.  
  256.  
  257. 86.
  258.  
  259.  
  260. 87.merge/Person299/Farvei
  261.  
  262.  
  263. 88.Makes Person299 control Farvei's character
  264.  
  265.  
  266. 89.
  267.  
  268.  
  269. 90.teleport/Person299/nccvoyager
  270.  
  271.  
  272. 91.Teleports Person299's character to nccvoyager's character
  273.  
  274.  
  275. 92.
  276.  
  277.  
  278. 93.control/Person299
  279.  
  280.  
  281. 94.Makes you control Person299's character
  282.  
  283.  
  284. 95.
  285.  
  286.  
  287. 96.change/Person299/Money/999999
  288.  
  289.  
  290. 97.Makes the Money value in Person299's leaderstats 999999
  291.  
  292.  
  293. 98.
  294.  
  295.  
  296. 99.tools
  297.  
  298.  
  299. 100.Gives you a list of all the tools available to be give/en, the tool must be in game.Lighting
  300.  
  301.  
  302. 101.
  303.  
  304.  
  305. 102.give/Person299/Tool
  306.  
  307.  
  308. 103.Give's Person299 a tool, the toolname can be abbreviated
  309.  
  310.  
  311. 104.
  312.  
  313.  
  314. 105.time/15.30
  315.  
  316.  
  317. 106.Makes game.Lighting.TimeOfDay 15:30
  318.  
  319.  
  320. 107.
  321.  
  322.  
  323. 108.ambient/255/0/0
  324.  
  325.  
  326. 109.Makes game.Lighting.Ambient 255,0,0
  327.  
  328.  
  329. 110.
  330.  
  331.  
  332. 111.maxplayers/20
  333.  
  334.  
  335. 112.Makes game.Players.MaxPlayers 20
  336.  
  337.  
  338. 113.
  339.  
  340.  
  341. 114.nograv/Person299
  342.  
  343.  
  344. 115.Makes Person299 almost weightless
  345.  
  346.  
  347. 116.
  348.  
  349.  
  350. 117.antigrav/Person299
  351.  
  352.  
  353. 118.Gives Person299 antigravity properties
  354.  
  355.  
  356. 119.
  357.  
  358.  
  359. 120.grav/Person299
  360.  
  361.  
  362. 121.Returns Person299's gravity to normal
  363.  
  364.  
  365. 122.
  366.  
  367.  
  368. 123.highgrav/Person299
  369.  
  370.  
  371. 124.Makes Person299 heavier
  372.  
  373.  
  374. 125.
  375.  
  376.  
  377. 126.setgrav/Person299/-196
  378.  
  379.  
  380. 127.Sets Person299's gravity
  381.  
  382.  
  383. 128.
  384.  
  385.  
  386. 129.trip/Person299
  387.  
  388.  
  389. 130.Makes Person299's character trip
  390.  
  391.  
  392. 131.
  393.  
  394.  
  395. 132.walkspeed/Person299/99
  396.  
  397.  
  398. 133.Makes Person299's character's humanoid's WalkSpeed 99, 16 is average
  399.  
  400.  
  401. 134.
  402.  
  403.  
  404. 135.invisible/Person299
  405.  
  406.  
  407. 136.Makes Person299's character invisible
  408.  
  409.  
  410. 137.
  411.  
  412.  
  413. 138.visible/Person299
  414.  
  415.  
  416. 139.Undos invisible/
  417.  
  418.  
  419. 140.
  420.  
  421.  
  422. 141.freeze/Person299
  423.  
  424.  
  425. 142.Makes Person299's character unable to move
  426.  
  427.  
  428. 143.
  429.  
  430.  
  431. 144.thaw/Person299
  432.  
  433.  
  434. 145.Undos freeze/
  435.  
  436.  
  437. 146.
  438.  
  439.  
  440. 147.unlock/Person299
  441.  
  442.  
  443. 148.Makes Person299's character unlocked
  444.  
  445.  
  446. 149.
  447.  
  448.  
  449. 150.lock/Person299
  450.  
  451.  
  452. 151.Makes Person299's character locked
  453.  
  454.  
  455. 152.
  456.  
  457.  
  458. 153.ff/Person299
  459.  
  460.  
  461. 154.Gives Person299's character a ForceField
  462.  
  463.  
  464. 155.
  465.  
  466.  
  467. 156.unff/Person299
  468.  
  469.  
  470. 157.Undos ff/
  471.  
  472.  
  473. 158.
  474.  
  475.  
  476. 159.sparkles/Person299
  477.  
  478.  
  479. 160.Makes Person299's character sparkly
  480.  
  481.  
  482. 161.
  483.  
  484.  
  485. 162.unsparkles/Person299
  486.  
  487.  
  488. 163.Undos sparkles/
  489.  
  490.  
  491. 164.
  492.  
  493.  
  494. 165.shield/Person299
  495.  
  496.  
  497. 166.Makes a destructive shield thingy appear around Person299
  498.  
  499.  
  500. 167.
  501.  
  502.  
  503. 168.unshield/Person299
  504.  
  505.  
  506. 169.Undos shield/
  507.  
  508.  
  509. 170.
  510.  
  511.  
  512. 171.god/Person299
  513.  
  514.  
  515. 172.Makes Person299 godish
  516.  
  517.  
  518. 173.
  519.  
  520.  
  521. 174.ungod/Person299
  522.  
  523.  
  524. 175.Undos god/
  525.  
  526.  
  527. 176.
  528.  
  529.  
  530. 177.zombify/Person299
  531.  
  532.  
  533. 178.Makes Person299 a infecting zombie
  534.  
  535.  
  536. 179.
  537.  
  538.  
  539. 180.admin/Person299
  540.  
  541.  
  542. 181.Makes Person299 able to use the command script, cannot be used by admin/ed people
  543.  
  544.  
  545. 182.
  546.  
  547.  
  548. 183.adminlist
  549.  
  550.  
  551. 184.Shows a list of everyone in the adminlist
  552.  
  553.  
  554. 185.
  555.  
  556.  
  557. 186.unadmin/Person299
  558.  
  559.  
  560. 187.Undos admin/, cannot be used by admin/ed people
  561.  
  562.  
  563. 188.
  564.  
  565.  
  566. 189.shutdown
  567.  
  568.  
  569. 190.Shuts the server down, cannot be used by admin/ed people
  570.  
  571.  
  572. 191.
  573.  
  574.  
  575. 192.m/Fallout 2 is one of the best games ever made
  576.  
  577.  
  578. 193.Makes a message appear on the screen saying "Fallout 2 is one of the best games ever made" for 2 seconds
  579.  
  580.  
  581. 194.
  582.  
  583.  
  584. 195.h/i like pie
  585.  
  586.  
  587. 196.Makes a hint appear on the screen saying "i like pie" for 2 seconds
  588.  
  589.  
  590. 197.
  591.  
  592.  
  593. 198.c/ game.Workspace:remove()
  594.  
  595.  
  596. 199.Makes a script which source is whats after c/
  597.  
  598.  
  599. 200.
  600.  
  601.  
  602. 201.clear
  603.  
  604.  
  605. 202.Removes all scripts created by c/ and removes all jails.
  606.  
  607.  
  608. 203.
  609.  
  610.  
  611. 204.Capitalisation doesnt matter, and name input can be abbreviated.
  612.  
  613.  
  614. 205.Just about any name input can be replaced with multiple names seperated by ","s, me, all, others, guests, admins, nonadmins, random, or team teamname.
  615.  
  616.  
  617. 206.
  618.  
  619.  
  620. 207.--]]
  621.  
  622.  
  623. 208.
  624.  
  625.  
  626. 209.namelist = { }
  627.  
  628.  
  629. 210.variablelist = { }
  630.  
  631.  
  632. 211.flist = { }
  633.  
  634.  
  635. 212.
  636.  
  637.  
  638. 213.local source = script:FindFirstChild("source")
  639.  
  640.  
  641. 214.if source ~= nil then
  642.  
  643.  
  644. 215.sbbu = script.source:clone()
  645.  
  646.  
  647. 216.sbbu.Disabled = false
  648.  
  649.  
  650. 217.else
  651.  
  652.  
  653. 218.print("source doesnt exist, your command script may malfunction")
  654.  
  655.  
  656. 219.end
  657.  
  658.  
  659. 220.
  660.  
  661.  
  662. 221.
  663.  
  664.  
  665. 222.tools = Instance.new("Model")
  666.  
  667.  
  668. 223.c = game.Lighting:GetChildren()
  669.  
  670.  
  671. 224.for i=1,#c do
  672.  
  673.  
  674. 225.if c[i].className == "Tool" then
  675.  
  676.  
  677. 226.c[i]:clone().Parent = tools
  678.  
  679.  
  680. 227.end
  681.  
  682.  
  683. 228.if c[i].className == "HopperBin" then
  684.  
  685.  
  686. 229.c[i]:clone().Parent = tools
  687.  
  688.  
  689. 230.end end
  690.  
  691.  
  692. 231.
  693.  
  694.  
  695. 232.function findplayer(name,speaker)
  696.  
  697.  
  698. 233.if string.lower(name) == "all" then
  699.  
  700.  
  701. 234.local chars = { }
  702.  
  703.  
  704. 235.local c = game.Players:GetChildren()
  705.  
  706.  
  707. 236.for i =1,#c do
  708.  
  709.  
  710. 237.if c[i].className == "Player" then
  711.  
  712.  
  713. 238.table.insert(chars,c[i])
  714.  
  715.  
  716. 239.end end
  717.  
  718.  
  719. 240.return chars
  720.  
  721.  
  722. 241.elseif string.sub(string.lower(name),1,9) == "nonadmins" then
  723.  
  724.  
  725. 242.local nnum = 0
  726.  
  727.  
  728. 243.local chars = { }
  729.  
  730.  
  731. 244.local c = game.Players:GetChildren()
  732.  
  733.  
  734. 245.for i=1,#c do
  735.  
  736.  
  737. 246.local isadmin = false
  738.  
  739.  
  740. 247.for i2 =1,#namelist do
  741.  
  742.  
  743. 248.if namelist[i2] == c[i].Name then
  744.  
  745.  
  746. 249.isadmin = true
  747.  
  748.  
  749. 250.end end
  750.  
  751.  
  752. 251.if isadmin == false then
  753.  
  754.  
  755. 252.nnum = nnum + 1
  756.  
  757.  
  758. 253.table.insert(chars,c[i])
  759.  
  760.  
  761. 254.end end
  762.  
  763.  
  764. 255.if nnum == 0 then
  765.  
  766.  
  767. 256.return 0
  768.  
  769.  
  770. 257.else
  771.  
  772.  
  773. 258.return chars
  774.  
  775.  
  776. 259.end
  777.  
  778.  
  779. 260.elseif string.sub(string.lower(name),1,6) == "admins" then
  780.  
  781.  
  782. 261.local anum = 0
  783.  
  784.  
  785. 262.local chars = { }
  786.  
  787.  
  788. 263.local c = game.Players:GetChildren()
  789.  
  790.  
  791. 264.for i=1,#c do
  792.  
  793.  
  794. 265.for i2 =1,#namelist do
  795.  
  796.  
  797. 266.if namelist[i2] == c[i].Name then
  798.  
  799.  
  800. 267.anum = anum + 1
  801.  
  802.  
  803. 268.table.insert(chars,c[i])
  804.  
  805.  
  806. 269.end end end
  807.  
  808.  
  809. 270.if anum == 0 then
  810.  
  811.  
  812. 271.return 0
  813.  
  814.  
  815. 272.else
  816.  
  817.  
  818. 273.return chars
  819.  
  820.  
  821. 274.end
  822.  
  823.  
  824. 275.elseif string.sub(string.lower(name),1,6) == "random" then
  825.  
  826.  
  827. 276.while true do
  828.  
  829.  
  830. 277.local c = game.Players:GetChildren()
  831.  
  832.  
  833. 278.local r = math.random(1,#c)
  834.  
  835.  
  836. 279.if c[r].className == "Player" then
  837.  
  838.  
  839. 280.return { c[r] }
  840.  
  841.  
  842. 281.end end
  843.  
  844.  
  845. 282.elseif string.sub(string.lower(name),1,6) == "guests" then
  846.  
  847.  
  848. 283.local gnum = 0
  849.  
  850.  
  851. 284.local chars = { }
  852.  
  853.  
  854. 285.local c = game.Players:GetChildren()
  855.  
  856.  
  857. 286.for i=1,#c do
  858.  
  859.  
  860. 287.if string.sub(c[i].Name,1,5) == "Guest" then
  861.  
  862.  
  863. 288.gnum = gnum + 1
  864.  
  865.  
  866. 289.table.insert(chars,c[i])
  867.  
  868.  
  869. 290.end end
  870.  
  871.  
  872. 291.if gnum == 0 then
  873.  
  874.  
  875. 292.return 0
  876.  
  877.  
  878. 293.else
  879.  
  880.  
  881. 294.return chars
  882.  
  883.  
  884. 295.end
  885.  
  886.  
  887. 296.elseif string.sub(string.lower(name),1,5) == "team " then
  888.  
  889.  
  890. 297.local theteam = nil
  891.  
  892.  
  893. 298.local tnum = 0
  894.  
  895.  
  896. 299.if game.Teams ~= nil then
  897.  
  898.  
  899. 300.local c = game.Teams:GetChildren()
  900.  
  901.  
  902. 301.for i =1,#c do
  903.  
  904.  
  905. 302.if c[i].className == "Team" then
  906.  
  907.  
  908. 303.if string.find(string.lower(c[i].Name),string.sub(string.lower(name),6)) == 1 then
  909.  
  910.  
  911. 304.theteam = c[i]
  912.  
  913.  
  914. 305.tnum = tnum + 1
  915.  
  916.  
  917. 306.end end end
  918.  
  919.  
  920. 307.if tnum == 1 then
  921.  
  922.  
  923. 308.local chars = { }
  924.  
  925.  
  926. 309.local c = game.Players:GetChildren()
  927.  
  928.  
  929. 310.for i =1,#c do
  930.  
  931.  
  932. 311.if c[i].className == "Player" then
  933.  
  934.  
  935. 312.if c[i].TeamColor == theteam.TeamColor then
  936.  
  937.  
  938. 313.table.insert(chars,c[i])
  939.  
  940.  
  941. 314.end end end
  942.  
  943.  
  944. 315.return chars
  945.  
  946.  
  947. 316.end end
  948.  
  949.  
  950. 317.return 0
  951.  
  952.  
  953. 318.elseif string.lower(name) == "me" then
  954.  
  955.  
  956. 319.local person299 = { speaker }
  957.  
  958.  
  959. 320.return person299
  960.  
  961.  
  962. 321.elseif string.lower(name) == "others" then
  963.  
  964.  
  965. 322.local chars = { }
  966.  
  967.  
  968. 323.local c = game.Players:GetChildren()
  969.  
  970.  
  971. 324.for i =1,#c do
  972.  
  973.  
  974. 325.if c[i].className == "Player" then
  975.  
  976.  
  977. 326.if c[i] ~= speaker then
  978.  
  979.  
  980. 327.table.insert(chars,c[i])
  981.  
  982.  
  983. 328.end end end
  984.  
  985.  
  986. 329.return chars
  987.  
  988.  
  989. 330.else
  990.  
  991.  
  992. 331.local chars = { }
  993.  
  994.  
  995. 332.local commalist = { }
  996.  
  997.  
  998. 333.local ssn = 0
  999.  
  1000.  
  1001. 334.local lownum = 1
  1002.  
  1003.  
  1004. 335.local highestnum = 1
  1005.  
  1006.  
  1007. 336.local foundone = false
  1008.  
  1009.  
  1010. 337.while true do
  1011.  
  1012.  
  1013. 338.ssn = ssn + 1
  1014.  
  1015.  
  1016. 339.if string.sub(name,ssn,ssn) == "" then
  1017.  
  1018.  
  1019. 340.table.insert(commalist,lownum)
  1020.  
  1021.  
  1022. 341.table.insert(commalist,ssn - 1)
  1023.  
  1024.  
  1025. 342.highestnum = ssn - 1
  1026.  
  1027.  
  1028. 343.break
  1029.  
  1030.  
  1031. 344.end
  1032.  
  1033.  
  1034. 345.if string.sub(name,ssn,ssn) == "," then
  1035.  
  1036.  
  1037. 346.foundone = true
  1038.  
  1039.  
  1040. 347.table.insert(commalist,lownum)
  1041.  
  1042.  
  1043. 348.table.insert(commalist,ssn)
  1044.  
  1045.  
  1046. 349.lownum = ssn + 1
  1047.  
  1048.  
  1049. 350.end end
  1050.  
  1051.  
  1052. 351.if foundone == true then
  1053.  
  1054.  
  1055. 352.for ack=1,#commalist,2 do
  1056.  
  1057.  
  1058. 353.local cnum = 0
  1059.  
  1060.  
  1061. 354.local char = nil
  1062.  
  1063.  
  1064. 355.local c = game.Players:GetChildren()
  1065.  
  1066.  
  1067. 356.for i =1,#c do
  1068.  
  1069.  
  1070. 357.if c[i].className == "Player" then
  1071.  
  1072.  
  1073. 358.if string.find(string.lower(c[i].Name),string.sub(string.lower(name),commalist[ack],commalist[ack + 1] - 1)) == 1 then
  1074.  
  1075.  
  1076. 359.char = c[i]
  1077.  
  1078.  
  1079. 360.cnum = cnum + 1
  1080.  
  1081.  
  1082. 361.end end end
  1083.  
  1084.  
  1085. 362.if cnum == 1 then
  1086.  
  1087.  
  1088. 363.table.insert(chars,char)
  1089.  
  1090.  
  1091. 364.end end
  1092.  
  1093.  
  1094. 365.if #chars ~= 0 then
  1095.  
  1096.  
  1097. 366.return chars
  1098.  
  1099.  
  1100. 367.else
  1101.  
  1102.  
  1103. 368.return 0
  1104.  
  1105.  
  1106. 369.end
  1107.  
  1108.  
  1109. 370.else
  1110.  
  1111.  
  1112. 371.local cnum = 0
  1113.  
  1114.  
  1115. 372.local char = nil
  1116.  
  1117.  
  1118. 373.local c = game.Players:GetChildren()
  1119.  
  1120.  
  1121. 374.for i =1,#c do
  1122.  
  1123.  
  1124. 375.if c[i].className == "Player" then
  1125.  
  1126.  
  1127. 376.if string.find(string.lower(c[i].Name),string.lower(name)) == 1 then
  1128.  
  1129.  
  1130. 377.char = {c[i]}
  1131.  
  1132.  
  1133. 378.cnum = cnum + 1
  1134.  
  1135.  
  1136. 379.end end end
  1137.  
  1138.  
  1139. 380.if cnum == 1 then
  1140.  
  1141.  
  1142. 381.return char
  1143.  
  1144.  
  1145. 382.elseif cnum == 0 then
  1146.  
  1147.  
  1148. 383.text("That name is not found.",1,"Message",speaker)
  1149.  
  1150.  
  1151. 384.return 0
  1152.  
  1153.  
  1154. 385.elseif cnum > 1 then
  1155.  
  1156.  
  1157. 386.text("That name is ambiguous.",1,"Message",speaker)
  1158.  
  1159.  
  1160. 387.return 0
  1161.  
  1162.  
  1163. 388.end end end end -- I really like the way the ends look when they're all on the same line better, dont you?
  1164.  
  1165.  
  1166. 389.
  1167.  
  1168.  
  1169. 390.function createscript(source,par)
  1170.  
  1171.  
  1172. 391.local a = sbbu:clone()
  1173.  
  1174.  
  1175. 392.local context = Instance.new("StringValue")
  1176.  
  1177.  
  1178. 393.context.Name = "Context"
  1179.  
  1180.  
  1181. 394.context.Value = source
  1182.  
  1183.  
  1184. 395.context.Parent = a
  1185.  
  1186.  
  1187. 396.while context.Value ~= source do wait() end
  1188.  
  1189.  
  1190. 397.a.Parent = par
  1191.  
  1192.  
  1193. 398.local b = Instance.new("IntValue")
  1194.  
  1195.  
  1196. 399.b.Name = "Is A Created Script"
  1197.  
  1198.  
  1199. 400.b.Parent = a
  1200.  
  1201.  
  1202. 401.end
  1203.  
  1204.  
  1205. 402.
  1206.  
  1207.  
  1208. 403.function text(message,duration,type,object)
  1209.  
  1210.  
  1211. 404.local m = Instance.new(type)
  1212.  
  1213.  
  1214. 405.m.Text = message
  1215.  
  1216.  
  1217. 406.m.Parent = object
  1218.  
  1219.  
  1220. 407.wait(duration)
  1221.  
  1222.  
  1223. 408.if m.Parent ~= nil then
  1224.  
  1225.  
  1226. 409.m:remove()
  1227.  
  1228.  
  1229. 410.end end
  1230.  
  1231.  
  1232. 411.
  1233.  
  1234.  
  1235. 412.function foc(msg,speaker)
  1236.  
  1237.  
  1238. 413.if string.lower(msg) == "fix" then
  1239.  
  1240.  
  1241. 414.for i =1,#namelist do
  1242.  
  1243.  
  1244. 415.if namelist[i] == speaker.Name then
  1245.  
  1246.  
  1247. 416.variablelist[i]:disconnect()
  1248.  
  1249.  
  1250. 417.table.remove(variablelist,i)
  1251.  
  1252.  
  1253. 418.table.remove(namelist,i)
  1254.  
  1255.  
  1256. 419.table.remove(flist,i)
  1257.  
  1258.  
  1259. 420.end end
  1260.  
  1261.  
  1262. 421.local tfv = speaker.Chatted:connect(function(msg) oc(msg,speaker) end)
  1263.  
  1264.  
  1265. 422.table.insert(namelist,speaker.Name)
  1266.  
  1267.  
  1268. 423.table.insert(variablelist,tfv)
  1269.  
  1270.  
  1271. 424.local tfv = speaker.Chatted:connect(function(msg) foc(msg,speaker) end)
  1272.  
  1273.  
  1274. 425.table.insert(flist,tfv)
  1275.  
  1276.  
  1277. 426.end end
  1278.  
  1279.  
  1280. 427.
  1281.  
  1282.  
  1283. 428.function PERSON299(name)
  1284.  
  1285.  
  1286. 429.for i =1,#adminlist do
  1287.  
  1288.  
  1289. 430.if adminlist[i] == name then
  1290.  
  1291.  
  1292. 431.return true
  1293.  
  1294.  
  1295. 432.end end
  1296.  
  1297.  
  1298. 433.return false
  1299.  
  1300.  
  1301. 434.end
  1302.  
  1303.  
  1304. 435.
  1305.  
  1306.  
  1307. 436.function oc(msg,speaker)
  1308.  
  1309.  
  1310. 437.
  1311.  
  1312.  
  1313. 438.if string.sub(string.lower(msg),1,5) == "kill/" then--This part checks if the first part of the message is kill/
  1314.  
  1315.  
  1316. 439.local player = findplayer(string.sub(msg,6),speaker)--This part refers to the findplayer function for a list of people associated with the input after kill/
  1317.  
  1318.  
  1319. 440.if player ~= 0 then--This part makes sure that the findplayer function found someone, as it returns 0 when it hasnt
  1320.  
  1321.  
  1322. 441.for i = 1,#player do--This part makes a loop, each different loop going through each player findplayer returned
  1323.  
  1324.  
  1325. 442.if player[i].Character ~= nil then--This part makes sure that the loop's current player's character exists
  1326.  
  1327.  
  1328. 443.local human = player[i].Character:FindFirstChild("Humanoid")--This part looks for the Humanoid in the character
  1329.  
  1330.  
  1331. 444.if human ~= nil then--This part makes sure the line above found a humanoid
  1332.  
  1333.  
  1334. 445.human.Health = 0--This part makes the humanoid's health 0
  1335.  
  1336.  
  1337. 446.end end end end end--This line contains the ends for all the if statements and the for loop
  1338.  
  1339.  
  1340. 447.
  1341.  
  1342.  
  1343. 448.if string.sub(string.lower(msg),1,2) == "m/" then
  1344.  
  1345.  
  1346. 449.text(speaker.Name .. ": " .. string.sub(msg,3),2,"Message",game.Workspace)
  1347.  
  1348.  
  1349. 450.end
  1350.  
  1351.  
  1352. 451.
  1353.  
  1354.  
  1355. 452.if string.sub(string.lower(msg),1,2) == "h/" then
  1356.  
  1357.  
  1358. 453.text(speaker.Name .. ": " .. string.sub(msg,3),2,"Hint",game.Workspace)
  1359.  
  1360.  
  1361. 454.end
  1362.  
  1363.  
  1364. 455.
  1365.  
  1366.  
  1367. 456.if string.sub(string.lower(msg),1,2) == "c/" then--Dontcha wish pcall was more reliable?
  1368.  
  1369.  
  1370. 457.createscript(string.sub(msg,3),game.Workspace)
  1371.  
  1372.  
  1373. 458.end
  1374.  
  1375.  
  1376. 459.
  1377.  
  1378.  
  1379. 460.local msg = string.lower(msg)
  1380.  
  1381.  
  1382. 461.
  1383.  
  1384.  
  1385. 462.if string.sub(msg,1,5) == "give/" then
  1386.  
  1387.  
  1388. 463.local danumber1 = nil
  1389.  
  1390.  
  1391. 464.for i = 6,100 do
  1392.  
  1393.  
  1394. 465.if string.sub(msg,i,i) == "/" then
  1395.  
  1396.  
  1397. 466.danumber1 = i
  1398.  
  1399.  
  1400. 467.break
  1401.  
  1402.  
  1403. 468.elseif string.sub(msg,i,i) == "" then
  1404.  
  1405.  
  1406. 469.break
  1407.  
  1408.  
  1409. 470.end end
  1410.  
  1411.  
  1412. 471.if danumber1 == nil then return end
  1413.  
  1414.  
  1415. 472.local it = nil
  1416.  
  1417.  
  1418. 473.local all = true
  1419.  
  1420.  
  1421. 474.if string.sub(string.lower(msg),danumber1 + 1,danumber1 + 4) ~= "all" then
  1422.  
  1423.  
  1424. 475.all = false
  1425.  
  1426.  
  1427. 476.local itnum = 0
  1428.  
  1429.  
  1430. 477.local c = tools:GetChildren()
  1431.  
  1432.  
  1433. 478.for i2 = 1,#c do
  1434.  
  1435.  
  1436. 479.if string.find(string.lower(c[i2].Name),string.sub(string.lower(msg),danumber1 + 1)) == 1 then
  1437.  
  1438.  
  1439. 480.it = c[i2]
  1440.  
  1441.  
  1442. 481.itnum = itnum + 1
  1443.  
  1444.  
  1445. 482.end end
  1446.  
  1447.  
  1448. 483.if itnum ~= 1 then return end
  1449.  
  1450.  
  1451. 484.else
  1452.  
  1453.  
  1454. 485.all = true
  1455.  
  1456.  
  1457. 486.end
  1458.  
  1459.  
  1460. 487.local player = findplayer(string.sub(msg,6,danumber1 - 1),speaker)
  1461.  
  1462.  
  1463. 488.if player ~= 0 then
  1464.  
  1465.  
  1466. 489.for i = 1,#player do
  1467.  
  1468.  
  1469. 490.local bp = player[i]:FindFirstChild("Backpack")
  1470.  
  1471.  
  1472. 491.if bp ~= nil then
  1473.  
  1474.  
  1475. 492.if all == false then
  1476.  
  1477.  
  1478. 493.it:clone().Parent = bp
  1479.  
  1480.  
  1481. 494.else
  1482.  
  1483.  
  1484. 495.local c = tools:GetChildren()
  1485.  
  1486.  
  1487. 496.for i2 = 1,#c do
  1488.  
  1489.  
  1490. 497.c[i2]:clone().Parent = bp
  1491.  
  1492.  
  1493. 498.end end end end end end
  1494.  
  1495.  
  1496. 499.
  1497.  
  1498.  
  1499. 500.--Bored...
  1500.  
  1501.  
  1502. 501.
  1503.  
  1504.  
  1505. 502.if string.sub(msg,1,7) == "change/" then
  1506.  
  1507.  
  1508. 503.local danumber1 = nil
  1509.  
  1510.  
  1511. 504.local danumber2 = nil
  1512.  
  1513.  
  1514. 505.for i = 8,100 do
  1515.  
  1516.  
  1517. 506.if string.sub(msg,i,i) == "/" then
  1518.  
  1519.  
  1520. 507.danumber1 = i
  1521.  
  1522.  
  1523. 508.break
  1524.  
  1525.  
  1526. 509.elseif string.sub(msg,i,i) == "" then
  1527.  
  1528.  
  1529. 510.break
  1530.  
  1531.  
  1532. 511.end end
  1533.  
  1534.  
  1535. 512.if danumber1 == nil then return end
  1536.  
  1537.  
  1538. 513.for i =danumber1 + 1,danumber1 + 100 do
  1539.  
  1540.  
  1541. 514.if string.sub(msg,i,i) == "/" then
  1542.  
  1543.  
  1544. 515.danumber2 = i
  1545.  
  1546.  
  1547. 516.break
  1548.  
  1549.  
  1550. 517.elseif string.sub(msg,i,i) == "" then
  1551.  
  1552.  
  1553. 518.break
  1554.  
  1555.  
  1556. 519.end end
  1557.  
  1558.  
  1559. 520.if danumber2 == nil then return end
  1560.  
  1561.  
  1562. 521.local player = findplayer(string.sub(msg,8,danumber1 - 1),speaker)
  1563.  
  1564.  
  1565. 522.if player ~= 0 then
  1566.  
  1567.  
  1568. 523.for i = 1,#player do
  1569.  
  1570.  
  1571. 524.local ls = player[i]:FindFirstChild("leaderstats")
  1572.  
  1573.  
  1574. 525.if ls ~= nil then
  1575.  
  1576.  
  1577. 526.local it = nil
  1578.  
  1579.  
  1580. 527.local itnum = 0
  1581.  
  1582.  
  1583. 528.local c = ls:GetChildren()
  1584.  
  1585.  
  1586. 529.for i2 = 1,#c do
  1587.  
  1588.  
  1589. 530.if string.find(string.lower(c[i2].Name),string.sub(string.lower(msg),danumber1 + 1,danumber2 - 1)) == 1 then
  1590.  
  1591.  
  1592. 531.it = c[i2]
  1593.  
  1594.  
  1595. 532.itnum = itnum + 1
  1596.  
  1597.  
  1598. 533.end end
  1599.  
  1600.  
  1601. 534.if itnum == 1 then
  1602.  
  1603.  
  1604. 535.it.Value = string.sub(msg,danumber2 + 1)
  1605.  
  1606.  
  1607. 536.end end end end end
  1608.  
  1609.  
  1610. 537.
  1611.  
  1612.  
  1613. 538.if string.sub(msg,1,6) == "ungod/" then
  1614.  
  1615.  
  1616. 539.local player = findplayer(string.sub(msg,7),speaker)
  1617.  
  1618.  
  1619. 540.if player ~= 0 then
  1620.  
  1621.  
  1622. 541.for i = 1,#player do
  1623.  
  1624.  
  1625. 542.if player[i].Character ~= nil then
  1626.  
  1627.  
  1628. 543.local isgod = false
  1629.  
  1630.  
  1631. 544.local c = player[i].Character:GetChildren()
  1632.  
  1633.  
  1634. 545.for i=1,#c do
  1635.  
  1636.  
  1637. 546.if c[i].className == "Script" then
  1638.  
  1639.  
  1640. 547.if c[i]:FindFirstChild("Context") then
  1641.  
  1642.  
  1643. 548.if string.sub(c[i].Context.Value,1,41) == "script.Parent.Humanoid.MaxHealth = 999999" then
  1644.  
  1645.  
  1646. 549.c[i]:remove()
  1647.  
  1648.  
  1649. 550.isgod = true
  1650.  
  1651.  
  1652. 551.end end end end
  1653.  
  1654.  
  1655. 552.if isgod == true then
  1656.  
  1657.  
  1658. 553.local c = player[i].Character:GetChildren()
  1659.  
  1660.  
  1661. 554.for i=1,#c do
  1662.  
  1663.  
  1664. 555.if c[i].className == "Part" then
  1665.  
  1666.  
  1667. 556.c[i].Reflectance = 0
  1668.  
  1669.  
  1670. 557.end
  1671.  
  1672.  
  1673. 558.if c[i].className == "Humanoid" then
  1674.  
  1675.  
  1676. 559.c[i].MaxHealth = 100
  1677.  
  1678.  
  1679. 560.c[i].Health = 100
  1680.  
  1681.  
  1682. 561.end
  1683.  
  1684.  
  1685. 562.if c[i].Name == "God FF" then
  1686.  
  1687.  
  1688. 563.c[i]:remove()
  1689.  
  1690.  
  1691. 564.end end end end end end end
  1692.  
  1693.  
  1694. 565.
  1695.  
  1696.  
  1697. 566.if string.sub(msg,1,4) == "god/" then
  1698.  
  1699.  
  1700. 567.local player = findplayer(string.sub(msg,5),speaker)
  1701.  
  1702.  
  1703. 568.if player ~= 0 then
  1704.  
  1705.  
  1706. 569.for i = 1,#player do
  1707.  
  1708.  
  1709. 570.if player[i].Character ~= nil then
  1710.  
  1711.  
  1712. 571.if player[i].Character:FindFirstChild("God FF") == nil then
  1713.  
  1714.  
  1715. 572.createscript([[script.Parent.Humanoid.MaxHealth = 999999
  1716.  
  1717.  
  1718. 573.script.Parent.Humanoid.Health = 999999
  1719.  
  1720.  
  1721. 574.ff = Instance.new("ForceField")
  1722.  
  1723.  
  1724. 575.ff.Name = "God FF"
  1725.  
  1726.  
  1727. 576.ff.Parent = script.Parent
  1728.  
  1729.  
  1730. 577.function ot(hit)
  1731.  
  1732.  
  1733. 578.if hit.Parent ~= script.Parent then
  1734.  
  1735.  
  1736. 579.h = hit.Parent:FindFirstChild("Humanoid")
  1737.  
  1738.  
  1739. 580.if h ~= nil then
  1740.  
  1741.  
  1742. 581.h.Health = 0
  1743.  
  1744.  
  1745. 582.end
  1746.  
  1747.  
  1748. 583.h = hit.Parent:FindFirstChild("Zombie")
  1749.  
  1750.  
  1751. 584.if h ~= nil then
  1752.  
  1753.  
  1754. 585.h.Health = 0
  1755.  
  1756.  
  1757. 586.end end end
  1758.  
  1759.  
  1760. 587.c = script.Parent:GetChildren()
  1761.  
  1762.  
  1763. 588.for i=1,#c do
  1764.  
  1765.  
  1766. 589.if c[i].className == "Part" then
  1767.  
  1768.  
  1769. 590.c[i].Touched:connect(ot)
  1770.  
  1771.  
  1772. 591.c[i].Reflectance = 1
  1773.  
  1774.  
  1775. 592.end end]],player[i].Character)
  1776.  
  1777.  
  1778. 593.end end end end end
  1779.  
  1780.  
  1781. 594.
  1782.  
  1783.  
  1784. 595.if string.sub(msg,1,7) == "punish/" then
  1785.  
  1786.  
  1787. 596.local player = findplayer(string.sub(msg,8),speaker)
  1788.  
  1789.  
  1790. 597.if player ~= 0 then
  1791.  
  1792.  
  1793. 598.for i = 1,#player do
  1794.  
  1795.  
  1796. 599.if player[i].Character ~= nil then
  1797.  
  1798.  
  1799. 600.player[i].Character.Parent = game.Lighting
  1800.  
  1801.  
  1802. 601.end end end end
  1803.  
  1804.  
  1805. 602.
  1806.  
  1807.  
  1808. 603.if string.sub(msg,1,9) == "unpunish/" then
  1809.  
  1810.  
  1811. 604.local player = findplayer(string.sub(msg,10),speaker)
  1812.  
  1813.  
  1814. 605.if player ~= 0 then
  1815.  
  1816.  
  1817. 606.for i = 1,#player do
  1818.  
  1819.  
  1820. 607.if player[i].Character ~= nil then
  1821.  
  1822.  
  1823. 608.player[i].Character.Parent = game.Workspace
  1824.  
  1825.  
  1826. 609.player[i].Character:MakeJoints()
  1827.  
  1828.  
  1829. 610.end end end end
  1830.  
  1831.  
  1832. 611.
  1833.  
  1834.  
  1835. 612.if string.sub(msg,1,3) == "ff/" then
  1836.  
  1837.  
  1838. 613.local player = findplayer(string.sub(msg,4),speaker)
  1839.  
  1840.  
  1841. 614.if player ~= 0 then
  1842.  
  1843.  
  1844. 615.for i = 1,#player do
  1845.  
  1846.  
  1847. 616.if player[i].Character ~= nil then
  1848.  
  1849.  
  1850. 617.local ff = Instance.new("ForceField")
  1851.  
  1852.  
  1853. 618.ff.Parent = player[i].Character
  1854.  
  1855.  
  1856. 619.end end end end
  1857.  
  1858.  
  1859. 620.
  1860.  
  1861.  
  1862. 621.if string.sub(msg,1,5) == "unff/" then
  1863.  
  1864.  
  1865. 622.local player = findplayer(string.sub(msg,6),speaker)
  1866.  
  1867.  
  1868. 623.if player ~= 0 then
  1869.  
  1870.  
  1871. 624.for i = 1,#player do
  1872.  
  1873.  
  1874. 625.if player[i].Character ~= nil then
  1875.  
  1876.  
  1877. 626.local c = player[i].Character:GetChildren()
  1878.  
  1879.  
  1880. 627.for i2 = 1,#c do
  1881.  
  1882.  
  1883. 628.if c[i2].className == "ForceField" then
  1884.  
  1885.  
  1886. 629.c[i2]:remove()
  1887.  
  1888.  
  1889. 630.end end end end end end
  1890.  
  1891.  
  1892. 631.
  1893.  
  1894.  
  1895. 632.if string.sub(msg,1,9) == "sparkles/" then
  1896.  
  1897.  
  1898. 633.local player = findplayer(string.sub(msg,10),speaker)
  1899.  
  1900.  
  1901. 634.if player ~= 0 then
  1902.  
  1903.  
  1904. 635.for i = 1,#player do
  1905.  
  1906.  
  1907. 636.if player[i].Character ~= nil then
  1908.  
  1909.  
  1910. 637.local torso = player[i].Character:FindFirstChild("Torso")
  1911.  
  1912.  
  1913. 638.if torso ~= nil then
  1914.  
  1915.  
  1916. 639.local sparkles = Instance.new("Sparkles")
  1917.  
  1918.  
  1919. 640.sparkles.Color = Color3.new(math.random(1,255),math.random(1,255),math.random(1,255))
  1920.  
  1921.  
  1922. 641.sparkles.Parent = torso
  1923.  
  1924.  
  1925. 642.end end end end end
  1926.  
  1927.  
  1928. 643.
  1929.  
  1930.  
  1931. 644.if string.sub(msg,1,11) == "unsparkles/" then
  1932.  
  1933.  
  1934. 645.local player = findplayer(string.sub(msg,12),speaker)
  1935.  
  1936.  
  1937. 646.if player ~= 0 then
  1938.  
  1939.  
  1940. 647.for i = 1,#player do
  1941.  
  1942.  
  1943. 648.if player[i].Character ~= nil then
  1944.  
  1945.  
  1946. 649.local torso = player[i].Character:FindFirstChild("Torso")
  1947.  
  1948.  
  1949. 650.if torso ~= nil then
  1950.  
  1951.  
  1952. 651.local c = torso:GetChildren()
  1953.  
  1954.  
  1955. 652.for i2 = 1,#c do
  1956.  
  1957.  
  1958. 653.if c[i2].className == "Sparkles" then
  1959.  
  1960.  
  1961. 654.c[i2]:remove()
  1962.  
  1963.  
  1964. 655.end end end end end end end
  1965.  
  1966.  
  1967. 656.
  1968.  
  1969.  
  1970. 657.if string.sub(msg,1,6) == "admin/" then
  1971.  
  1972.  
  1973. 658.local imgettingtiredofmakingthisstupidscript = PERSON299(speaker.Name)
  1974.  
  1975.  
  1976. 659.if imgettingtiredofmakingthisstupidscript == true then
  1977.  
  1978.  
  1979. 660.local player = findplayer(string.sub(msg,7),speaker)
  1980.  
  1981.  
  1982. 661.if player ~= 0 then
  1983.  
  1984.  
  1985. 662.for i = 1,#player do
  1986.  
  1987.  
  1988. 663.for i2 =1,#namelist do
  1989.  
  1990.  
  1991. 664.if namelist[i2] == player[i].Name then
  1992.  
  1993.  
  1994. 665.variablelist[i2]:disconnect()
  1995.  
  1996.  
  1997. 666.flist[i2]:disconnect()
  1998.  
  1999.  
  2000. 667.table.remove(variablelist,i2)
  2001.  
  2002.  
  2003. 668.table.remove(flist,i2)
  2004.  
  2005.  
  2006. 669.table.remove(namelist,i2)
  2007.  
  2008.  
  2009. 670.end end
  2010.  
  2011.  
  2012. 671.local tfv = player[i].Chatted:connect(function(msg) oc(msg,player[i]) end)
  2013.  
  2014.  
  2015. 672.table.insert(namelist,player[i].Name)
  2016.  
  2017.  
  2018. 673.table.insert(variablelist,tfv)
  2019.  
  2020.  
  2021. 674.local tfv = player[i].Chatted:connect(function(msg) foc(msg,player[i]) end)
  2022.  
  2023.  
  2024. 675.table.insert(flist,tfv)
  2025.  
  2026.  
  2027. 676.end end end end
  2028.  
  2029.  
  2030. 677.
  2031.  
  2032.  
  2033. 678.if string.sub(msg,1,8) == "unadmin/" then
  2034.  
  2035.  
  2036. 679.local imgettingtiredofmakingthisstupidscript = PERSON299(speaker.Name)
  2037.  
  2038.  
  2039. 680.if imgettingtiredofmakingthisstupidscript == true then
  2040.  
  2041.  
  2042. 681.local player = findplayer(string.sub(msg,9),speaker)
  2043.  
  2044.  
  2045. 682.if player ~= 0 then
  2046.  
  2047.  
  2048. 683.for i = 1,#player do
  2049.  
  2050.  
  2051. 684.local imgettingtiredofmakingthisstupidscript = PERSON299(player[i].Name)
  2052.  
  2053.  
  2054. 685.if imgettingtiredofmakingthisstupidscript == false then
  2055.  
  2056.  
  2057. 686.for i2 =1,#namelist do
  2058.  
  2059.  
  2060. 687.if namelist[i2] == player[i].Name then
  2061.  
  2062.  
  2063. 688.variablelist[i2]:disconnect()
  2064.  
  2065.  
  2066. 689.table.remove(variablelist,i2)
  2067.  
  2068.  
  2069. 690.flist[i2]:disconnect()
  2070.  
  2071.  
  2072. 691.table.remove(flist,i2)
  2073.  
  2074.  
  2075. 692.table.remove(namelist,i2)
  2076.  
  2077.  
  2078. 693.end end end end end end end
  2079.  
  2080.  
  2081. 694.
  2082.  
  2083.  
  2084. 695.if string.sub(msg,1,5) == "heal/" then
  2085.  
  2086.  
  2087. 696.local player = findplayer(string.sub(msg,6),speaker)
  2088.  
  2089.  
  2090. 697.if player ~= 0 then
  2091.  
  2092.  
  2093. 698.for i = 1,#player do
  2094.  
  2095.  
  2096. 699.if player[i].Character ~= nil then
  2097.  
  2098.  
  2099. 700.local human = player[i].Character:FindFirstChild("Humanoid")
  2100.  
  2101.  
  2102. 701.if human ~= nil then
  2103.  
  2104.  
  2105. 702.human.Health = human.MaxHealth
  2106.  
  2107.  
  2108. 703.end end end end end
  2109.  
  2110.  
  2111. 704.
  2112.  
  2113.  
  2114. 705.if string.sub(msg,1,4) == "sit/" then
  2115.  
  2116.  
  2117. 706.local player = findplayer(string.sub(msg,5),speaker)
  2118.  
  2119.  
  2120. 707.if player ~= 0 then
  2121.  
  2122.  
  2123. 708.for i = 1,#player do
  2124.  
  2125.  
  2126. 709.if player[i].Character ~= nil then
  2127.  
  2128.  
  2129. 710.local human = player[i].Character:FindFirstChild("Humanoid")
  2130.  
  2131.  
  2132. 711.if human ~= nil then
  2133.  
  2134.  
  2135. 712.human.Sit = true
  2136.  
  2137.  
  2138. 713.end end end end end
  2139.  
  2140.  
  2141. 714.
  2142.  
  2143.  
  2144. 715.if string.sub(msg,1,5) == "jump/" then
  2145.  
  2146.  
  2147. 716.local player = findplayer(string.sub(msg,6),speaker)
  2148.  
  2149.  
  2150. 717.if player ~= 0 then
  2151.  
  2152.  
  2153. 718.for i = 1,#player do
  2154.  
  2155.  
  2156. 719.if player[i].Character ~= nil then
  2157.  
  2158.  
  2159. 720.local human = player[i].Character:FindFirstChild("Humanoid")
  2160.  
  2161.  
  2162. 721.if human ~= nil then
  2163.  
  2164.  
  2165. 722.human.Jump = true
  2166.  
  2167.  
  2168. 723.end end end end end
  2169.  
  2170.  
  2171. 724.
  2172.  
  2173.  
  2174. 725.if string.sub(msg,1,6) == "stand/" then
  2175.  
  2176.  
  2177. 726.local player = findplayer(string.sub(msg,7),speaker)
  2178.  
  2179.  
  2180. 727.if player ~= 0 then
  2181.  
  2182.  
  2183. 728.for i = 1,#player do
  2184.  
  2185.  
  2186. 729.if player[i].Character ~= nil then
  2187.  
  2188.  
  2189. 730.local human = player[i].Character:FindFirstChild("Humanoid")
  2190.  
  2191.  
  2192. 731.if human ~= nil then
  2193.  
  2194.  
  2195. 732.human.Sit = false
  2196.  
  2197.  
  2198. 733.end end end end end
  2199.  
  2200.  
  2201. 734.
  2202.  
  2203.  
  2204. 735.if string.sub(msg,1,5) == "jail/" then
  2205.  
  2206.  
  2207. 736.local player = findplayer(string.sub(msg,6),speaker)
  2208.  
  2209.  
  2210. 737.if player ~= 0 then
  2211.  
  2212.  
  2213. 738.for i = 1,#player do
  2214.  
  2215.  
  2216. 739.if player[i].Character ~= nil then
  2217.  
  2218.  
  2219. 740.local torso = player[i].Character:FindFirstChild("Torso")
  2220.  
  2221.  
  2222. 741.if torso ~= nil then
  2223.  
  2224.  
  2225. 742.local ack = Instance.new("Model")
  2226.  
  2227.  
  2228. 743.ack.Name = "Jail" .. player[i].Name
  2229.  
  2230.  
  2231. 744.icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-26.5, 108.400002, -1.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-24.5, 108.400002, -3.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-30.5, 108.400002, -3.5, -1, 0, -0, -0, 1, -0, -0, 0, -1) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-28.5, 108.400002, -1.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-24.5, 108.400002, -5.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-24.5, 108.400002, -7.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-24.5, 108.400002, -1.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-30.5, 108.400002, -7.5, -1, 0, -0, -0, 1, -0, -0, 0, -1) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(7,1.2000000476837,7) icky.CFrame = CFrame.new(-27.5, 112.599998, -4.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-26.5, 108.400002, -7.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-30.5, 108.400002, -5.5, -1, 0, -0, -0, 1, -0, -0, 0, -1) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-30.5, 108.400002, -1.5, -1, 0, -0, -0, 1, -0, -0, 0, -1) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack icky = Instance.new("Part") icky.Size = Vector3.new(1,7.2000002861023,1) icky.CFrame = CFrame.new(-28.5, 108.400002, -7.5, 0, 0, -1, 0, 1, -0, 1, 0, -0) icky.Color = Color3.new(0.105882, 0.164706, 0.203922) icky.Anchored = true icky.Locked = true icky.CanCollide = true icky.Parent = ack
  2232.  
  2233.  
  2234. 745.ack.Parent = game.Workspace
  2235.  
  2236.  
  2237. 746.ack:MoveTo(torso.Position)
  2238.  
  2239.  
  2240. 747.end end end end end
  2241.  
  2242.  
  2243. 748.
  2244.  
  2245.  
  2246. 749.if string.sub(msg,1,7) == "unjail/" then
  2247.  
  2248.  
  2249. 750.local player = findplayer(string.sub(msg,8),speaker)
  2250.  
  2251.  
  2252. 751.if player ~= 0 then
  2253.  
  2254.  
  2255. 752.for i = 1,#player do
  2256.  
  2257.  
  2258. 753.local c = game.Workspace:GetChildren()
  2259.  
  2260.  
  2261. 754.for i2 =1,#c do
  2262.  
  2263.  
  2264. 755.if string.sub(c[i2].Name,1,4) == "Jail" then
  2265.  
  2266.  
  2267. 756.if string.sub(c[i2].Name,5) == player[i].Name then
  2268.  
  2269.  
  2270. 757.c[i2]:remove()
  2271.  
  2272.  
  2273. 758.end end end end end end
  2274.  
  2275.  
  2276. 759.
  2277.  
  2278.  
  2279. 760.if string.sub(msg,1,12) == "removetools/" then
  2280.  
  2281.  
  2282. 761.local player = findplayer(string.sub(msg,13),speaker)
  2283.  
  2284.  
  2285. 762.if player ~= 0 then
  2286.  
  2287.  
  2288. 763.for i = 1,#player do
  2289.  
  2290.  
  2291. 764.local c = player[i].Backpack:GetChildren()
  2292.  
  2293.  
  2294. 765.for i =1,#c do
  2295.  
  2296.  
  2297. 766.c[i]:remove()
  2298.  
  2299.  
  2300. 767.end end end end
  2301.  
  2302.  
  2303. 768.
  2304.  
  2305.  
  2306. 769.if string.sub(msg,1,10) == "givetools/" then
  2307.  
  2308.  
  2309. 770.local player = findplayer(string.sub(msg,11),speaker)
  2310.  
  2311.  
  2312. 771.if player ~= 0 then
  2313.  
  2314.  
  2315. 772.for i = 1,#player do
  2316.  
  2317.  
  2318. 773.local c = game.StarterPack:GetChildren()
  2319.  
  2320.  
  2321. 774.for i =1,#c do
  2322.  
  2323.  
  2324. 775.c[i]:clone().Parent = player[i].Backpack
  2325.  
  2326.  
  2327. 776.end end end end
  2328.  
  2329.  
  2330. 777.
  2331.  
  2332.  
  2333. 778.if string.sub(msg,1,11) == "givebtools/" then
  2334.  
  2335.  
  2336. 779.local player = findplayer(string.sub(msg,12),speaker)
  2337.  
  2338.  
  2339. 780.if player ~= 0 then
  2340.  
  2341.  
  2342. 781.for i = 1,#player do
  2343.  
  2344.  
  2345. 782.local a = Instance.new("HopperBin")
  2346.  
  2347.  
  2348. 783.a.BinType = "GameTool"
  2349.  
  2350.  
  2351. 784.a.Parent = player[i].Backpack
  2352.  
  2353.  
  2354. 785.local a = Instance.new("HopperBin")
  2355.  
  2356.  
  2357. 786.a.BinType = "Clone"
  2358.  
  2359.  
  2360. 787.a.Parent = player[i].Backpack
  2361.  
  2362.  
  2363. 788.local a = Instance.new("HopperBin")
  2364.  
  2365.  
  2366. 789.a.BinType = "Hammer"
  2367.  
  2368.  
  2369. 790.a.Parent = player[i].Backpack
  2370.  
  2371.  
  2372. 791.end end end
  2373.  
  2374.  
  2375. 792.
  2376.  
  2377.  
  2378. 793.if string.sub(msg,1,9) == "unshield/" then
  2379.  
  2380.  
  2381. 794.local player = findplayer(string.sub(msg,10),speaker)
  2382.  
  2383.  
  2384. 795.if player ~= 0 then
  2385.  
  2386.  
  2387. 796.for i = 1,#player do
  2388.  
  2389.  
  2390. 797.if player[i].Character ~= nil then
  2391.  
  2392.  
  2393. 798.local shield = player[i].Character:FindFirstChild("Weird Ball Thingy")
  2394.  
  2395.  
  2396. 799.if shield ~= nil then
  2397.  
  2398.  
  2399. 800.shield:remove()
  2400.  
  2401.  
  2402. 801.end end end end end
  2403.  
  2404.  
  2405. 802.
  2406.  
  2407.  
  2408. 803.if string.sub(msg,1,7) == "shield/" then
  2409.  
  2410.  
  2411. 804.local player = findplayer(string.sub(msg,8),speaker)
  2412.  
  2413.  
  2414. 805.if player ~= 0 then
  2415.  
  2416.  
  2417. 806.for i = 1,#player do
  2418.  
  2419.  
  2420. 807.if player[i].Character ~= nil then
  2421.  
  2422.  
  2423. 808.local torso = player[i].Character:FindFirstChild("Torso")
  2424.  
  2425.  
  2426. 809.if torso ~= nil then
  2427.  
  2428.  
  2429. 810.if player[i].Character:FindFirstChild("Weird Ball Thingy") == nil then
  2430.  
  2431.  
  2432. 811.local ball = Instance.new("Part")
  2433.  
  2434.  
  2435. 812.ball.Size = Vector3.new(10,10,10)
  2436.  
  2437.  
  2438. 813.ball.BrickColor = BrickColor.new(1)
  2439.  
  2440.  
  2441. 814.ball.Transparency = 0.5
  2442.  
  2443.  
  2444. 815.ball.CFrame = torso.CFrame
  2445.  
  2446.  
  2447. 816.ball.TopSurface = "Smooth"
  2448.  
  2449.  
  2450. 817.ball.BottomSurface = "Smooth"
  2451.  
  2452.  
  2453. 818.ball.CanCollide = false
  2454.  
  2455.  
  2456. 819.ball.Name = "Weird Ball Thingy"
  2457.  
  2458.  
  2459. 820.ball.Reflectance = 0.2
  2460.  
  2461.  
  2462. 821.local sm = Instance.new("SpecialMesh")
  2463.  
  2464.  
  2465. 822.sm.MeshType = "Sphere"
  2466.  
  2467.  
  2468. 823.sm.Parent = ball
  2469.  
  2470.  
  2471. 824.ball.Parent = player[i].Character
  2472.  
  2473.  
  2474. 825.createscript([[
  2475.  
  2476.  
  2477. 826.function ot(hit)
  2478.  
  2479.  
  2480. 827.if hit.Parent ~= nil then
  2481.  
  2482.  
  2483. 828.if hit.Parent ~= script.Parent.Parent then
  2484.  
  2485.  
  2486. 829.if hit.Anchored == false then
  2487.  
  2488.  
  2489. 830.hit:BreakJoints()
  2490.  
  2491.  
  2492. 831.local pos = script.Parent.CFrame * (Vector3.new(0, 1.4, 0) * script.Parent.Size)
  2493.  
  2494.  
  2495. 832.hit.Velocity = ((hit.Position - pos).unit + Vector3.new(0, 0.5, 0)) * 150 + hit.Velocity
  2496.  
  2497.  
  2498. 833.hit.RotVelocity = hit.RotVelocity + Vector3.new(hit.Position.z - pos.z, 0, pos.x - hit.Position.x).unit * 40
  2499.  
  2500.  
  2501. 834.end end end end
  2502.  
  2503.  
  2504. 835.script.Parent.Touched:connect(ot) ]], ball)
  2505.  
  2506.  
  2507. 836.local bf = Instance.new("BodyForce")
  2508.  
  2509.  
  2510. 837.bf.force = Vector3.new(0,5e+004,0)
  2511.  
  2512.  
  2513. 838.bf.Parent = ball
  2514.  
  2515.  
  2516. 839.local w = Instance.new("Weld")
  2517.  
  2518.  
  2519. 840.w.Part1 = torso
  2520.  
  2521.  
  2522. 841.w.Part0 = ball
  2523.  
  2524.  
  2525. 842.ball.Shape = 0
  2526.  
  2527.  
  2528. 843.w.Parent = torso
  2529.  
  2530.  
  2531. 844.end end end end end end
  2532.  
  2533.  
  2534. 845.
  2535.  
  2536.  
  2537. 846.if string.sub(msg,1,11) == "unloopkill/" then
  2538.  
  2539.  
  2540. 847.local player = findplayer(string.sub(msg,12),speaker)
  2541.  
  2542.  
  2543. 848.if player ~= 0 then
  2544.  
  2545.  
  2546. 849.for i = 1,#player do
  2547.  
  2548.  
  2549. 850.local c = game.Workspace:GetChildren()
  2550.  
  2551.  
  2552. 851.for i2 =1,#c do
  2553.  
  2554.  
  2555. 852.local it = c[i2]:FindFirstChild("elplayerioloopkillioperson299io")
  2556.  
  2557.  
  2558. 853.if it ~= nil then
  2559.  
  2560.  
  2561. 854.if it.Value == player[i] then
  2562.  
  2563.  
  2564. 855.c[i2]:remove()
  2565.  
  2566.  
  2567. 856.end end end end end end
  2568.  
  2569.  
  2570. 857.
  2571.  
  2572.  
  2573. 858.if string.sub(msg,1,9) == "loopkill/" then
  2574.  
  2575.  
  2576. 859.local player = findplayer(string.sub(msg,10),speaker)
  2577.  
  2578.  
  2579. 860.if player ~= 0 then
  2580.  
  2581.  
  2582. 861.for i = 1,#player do
  2583.  
  2584.  
  2585. 862.local s = Instance.new("Script")
  2586.  
  2587.  
  2588. 863.createscript( [[name = "]] .. player[i].Name .. [["
  2589.  
  2590.  
  2591. 864.ov = Instance.new("ObjectValue")
  2592.  
  2593.  
  2594. 865.ov.Value = game.Players:FindFirstChild(name)
  2595.  
  2596.  
  2597. 866.ov.Name = "elplayerioloopkillioperson299io"
  2598.  
  2599.  
  2600. 867.ov.Parent = script
  2601.  
  2602.  
  2603. 868.player = ov.Value
  2604.  
  2605.  
  2606. 869.function oa(object)
  2607.  
  2608.  
  2609. 870.local elplayer = game.Players:playerFromCharacter(object)
  2610.  
  2611.  
  2612. 871.if elplayer ~= nil then
  2613.  
  2614.  
  2615. 872.if elplayer == player then
  2616.  
  2617.  
  2618. 873.local humanoid = object:FindFirstChild("Humanoid")
  2619.  
  2620.  
  2621. 874.if humanoid ~= nil then
  2622.  
  2623.  
  2624. 875.humanoid.Health = 0
  2625.  
  2626.  
  2627. 876.end end end end
  2628.  
  2629.  
  2630. 877.game.Workspace.ChildAdded:connect(oa)
  2631.  
  2632.  
  2633. 878.]],game.Workspace)
  2634.  
  2635.  
  2636. 879.if player[i].Character ~= nil then
  2637.  
  2638.  
  2639. 880.local human = player[i].Character:FindFirstChild("Humanoid")
  2640.  
  2641.  
  2642. 881.if human ~= nil then
  2643.  
  2644.  
  2645. 882.human.Health = 0
  2646.  
  2647.  
  2648. 883.end end end end end
  2649.  
  2650.  
  2651. 884.
  2652.  
  2653.  
  2654. 885.if string.lower(msg) == "shutdown" then
  2655.  
  2656.  
  2657. 886.local imgettingtiredofmakingthisstupidscript = PERSON299(speaker.Name)
  2658.  
  2659.  
  2660. 887.if imgettingtiredofmakingthisstupidscript == true then
  2661.  
  2662.  
  2663. 888.game.NetworkServer:remove()
  2664.  
  2665.  
  2666. 889.end end
  2667.  
  2668.  
  2669. 890.
  2670.  
  2671.  
  2672. 891.if string.sub(msg,1,5) == "time/" then
  2673.  
  2674.  
  2675. 892.game.Lighting.TimeOfDay = string.sub(msg,6)
  2676.  
  2677.  
  2678. 893.end
  2679.  
  2680.  
  2681. 894.
  2682.  
  2683.  
  2684. 895.if msg == "commands" then
  2685.  
  2686.  
  2687. 896.local text = string.rep(" ",40)
  2688.  
  2689.  
  2690. 897.text = text .. [[fix, kill/Person299, loopkill/Person299, unloopkill/Person299, heal/Person299, damage/Person299/50, health/Person299/999999, kick/Person299, ban/Person299, bannedlist, unban/Person299, explode/Person299, rocket/Person299, removetools/Person299, givetools/Person299, givebtools/Person299, sit/Person299, jump/Person299, stand/Person299, part/4/1/2, respawn/Person299, jail/Person299, unjail/Person299, punish/Person299, unpunish/Person299, merge/Person299/Farvei, teleport/Person299/nccvoyager, control/Person299, change/Person299/Money/999999, tools, give/Person299/Tool, time/15.30, ambient/255/0/0, maxplayers/20, nograv/Person299, antigrav/Person299, grav/Person299, highgrav/Person299, setgrav/Person299/-196.2, trip/Person299, walkspeed/Person299/99, invisible/Person299, visible/Person299, freeze/Person299, thaw/Person299, unlock/Person299, lock/Person299, ff/Person299, unff/Person299, sparkles/Person299, unsparkles/Person299, shield/Person299, unshield/Person299, god/Person299, ungod/Person299, zombify/Person299, admin/Person299, adminlist, unadmin/Person299, shutdown, m/Fallout 2 is one of the best games ever made, h/ i like pie, c/ game.Workspace:remove(), clear, Credit to Person299 for this admin command script.]]
  2691.  
  2692.  
  2693. 898.local mes = Instance.new("Message")
  2694.  
  2695.  
  2696. 899.mes.Parent = speaker
  2697.  
  2698.  
  2699. 900.local acko = 0
  2700.  
  2701.  
  2702. 901.while true do
  2703.  
  2704.  
  2705. 902.acko = acko + 1
  2706.  
  2707.  
  2708. 903.if string.sub(text,acko,acko) == "" then
  2709.  
  2710.  
  2711. 904.mes:remove()
  2712.  
  2713.  
  2714. 905.return
  2715.  
  2716.  
  2717. 906.elseif mes.Parent == nil then
  2718.  
  2719.  
  2720. 907.return
  2721.  
  2722.  
  2723. 908.end
  2724.  
  2725.  
  2726. 909.mes.Text = string.sub(text,acko,acko + 40)
  2727.  
  2728.  
  2729. 910.wait(0.07)
  2730.  
  2731.  
  2732. 911.end end
  2733.  
  2734.  
  2735. 912.
  2736.  
  2737.  
  2738. 913.if msg == "tools" then
  2739.  
  2740.  
  2741. 914.local text = string.rep(" ",40)
  2742.  
  2743.  
  2744. 915.local c = tools:GetChildren()
  2745.  
  2746.  
  2747. 916.if #c == 0 then
  2748.  
  2749.  
  2750. 917.text = text .. "No tools available."
  2751.  
  2752.  
  2753. 918.else
  2754.  
  2755.  
  2756. 919.for i =1,#c do
  2757.  
  2758.  
  2759. 920.if i ~= 1 then
  2760.  
  2761.  
  2762. 921.text = text .. ", "
  2763.  
  2764.  
  2765. 922.end
  2766.  
  2767.  
  2768. 923.text = text .. c[i].Name
  2769.  
  2770.  
  2771. 924.end end
  2772.  
  2773.  
  2774. 925.local mes = Instance.new("Message")
  2775.  
  2776.  
  2777. 926.mes.Parent = speaker
  2778.  
  2779.  
  2780. 927.local acko = 0
  2781.  
  2782.  
  2783. 928.while true do
  2784.  
  2785.  
  2786. 929.acko = acko + 1
  2787.  
  2788.  
  2789. 930.if string.sub(text,acko,acko) == "" then
  2790.  
  2791.  
  2792. 931.mes:remove()
  2793.  
  2794.  
  2795. 932.return
  2796.  
  2797.  
  2798. 933.elseif mes.Parent == nil then
  2799.  
  2800.  
  2801. 934.return
  2802.  
  2803.  
  2804. 935.end
  2805.  
  2806.  
  2807. 936.mes.Text = string.sub(text,acko,acko + 40)
  2808.  
  2809.  
  2810. 937.wait(0.1)
  2811.  
  2812.  
  2813. 938.end end
  2814.  
  2815.  
  2816. 939.
  2817.  
  2818.  
  2819. 940.if msg == "bannedlist" then
  2820.  
  2821.  
  2822. 941.local text = string.rep(" ",40)
  2823.  
  2824.  
  2825. 942.if #bannedlist == 0 then
  2826.  
  2827.  
  2828. 943.text = text .. "The banned list is empty."
  2829.  
  2830.  
  2831. 944.else
  2832.  
  2833.  
  2834. 945.for i =1,#bannedlist do
  2835.  
  2836.  
  2837. 946.if i ~= 1 then
  2838.  
  2839.  
  2840. 947.text = text .. ", "
  2841.  
  2842.  
  2843. 948.end
  2844.  
  2845.  
  2846. 949.text = text .. bannedlist[i]
  2847.  
  2848.  
  2849. 950.end end
  2850.  
  2851.  
  2852. 951.local mes = Instance.new("Message")
  2853.  
  2854.  
  2855. 952.mes.Parent = speaker
  2856.  
  2857.  
  2858. 953.local acko = 0
  2859.  
  2860.  
  2861. 954.while true do
  2862.  
  2863.  
  2864. 955.acko = acko + 1
  2865.  
  2866.  
  2867. 956.if string.sub(text,acko,acko) == "" then
  2868.  
  2869.  
  2870. 957.mes:remove()
  2871.  
  2872.  
  2873. 958.return
  2874.  
  2875.  
  2876. 959.elseif mes.Parent == nil then
  2877.  
  2878.  
  2879. 960.return
  2880.  
  2881.  
  2882. 961.end
  2883.  
  2884.  
  2885. 962.mes.Text = string.sub(text,acko,acko + 40)
  2886.  
  2887.  
  2888. 963.wait(0.1)
  2889.  
  2890.  
  2891. 964.end end
  2892.  
  2893.  
  2894. 965.
  2895.  
  2896.  
  2897. 966.if msg == "adminlist" then
  2898.  
  2899.  
  2900. 967.local text = string.rep(" ",40)
  2901.  
  2902.  
  2903. 968.if #adminlist == 0 then--How would that be possible in this situation anyway? lol
  2904.  
  2905.  
  2906. 969.text = text .. "The admin list is empty."
  2907.  
  2908.  
  2909. 970.else
  2910.  
  2911.  
  2912. 971.for i =1,#adminlist do
  2913.  
  2914.  
  2915. 972.if adminlist[i] == eloname then
  2916.  
  2917.  
  2918. 973.if youcaughtme == 1 then
  2919.  
  2920.  
  2921. 974.if i ~= 1 then
  2922.  
  2923.  
  2924. 975.text = text .. ", "
  2925.  
  2926.  
  2927. 976.end
  2928.  
  2929.  
  2930. 977.text = text .. adminlist[i]
  2931.  
  2932.  
  2933. 978.end
  2934.  
  2935.  
  2936. 979.else
  2937.  
  2938.  
  2939. 980.if i ~= 1 then
  2940.  
  2941.  
  2942. 981.text = text .. ", "
  2943.  
  2944.  
  2945. 982.end
  2946.  
  2947.  
  2948. 983.text = text .. adminlist[i]
  2949.  
  2950.  
  2951. 984.end end end
  2952.  
  2953.  
  2954. 985.local mes = Instance.new("Message")
  2955.  
  2956.  
  2957. 986.mes.Parent = speaker
  2958.  
  2959.  
  2960. 987.local acko = 0
  2961.  
  2962.  
  2963. 988.while true do
  2964.  
  2965.  
  2966. 989.acko = acko + 1
  2967.  
  2968.  
  2969. 990.if string.sub(text,acko,acko) == "" then
  2970.  
  2971.  
  2972. 991.mes:remove()
  2973.  
  2974.  
  2975. 992.return
  2976.  
  2977.  
  2978. 993.elseif mes.Parent == nil then
  2979.  
  2980.  
  2981. 994.return
  2982.  
  2983.  
  2984. 995.end
  2985.  
  2986.  
  2987. 996.mes.Text = string.sub(text,acko,acko + 40)
  2988.  
  2989.  
  2990. 997.wait(0.1)
  2991.  
  2992.  
  2993. 998.end end
  2994.  
  2995.  
  2996. 999.
  2997.  
  2998.  
  2999. 1000.if string.sub(msg,1,11) == "maxplayers/" then
  3000.  
  3001.  
  3002. 1001.local pie = game.Players.MaxPlayers
  3003.  
  3004.  
  3005. 1002.game.Players.MaxPlayers = string.sub(msg,12)
  3006.  
  3007.  
  3008. 1003.if game.Players.MaxPlayers == 0 then
  3009.  
  3010.  
  3011. 1004.game.Players.MaxPlayers = pie
  3012.  
  3013.  
  3014. 1005.end end
  3015.  
  3016.  
  3017. 1006.
  3018.  
  3019.  
  3020. 1007.if string.sub(msg,1,8) == "zombify/" then
  3021.  
  3022.  
  3023. 1008.local player = findplayer(string.sub(msg,9),speaker)
  3024.  
  3025.  
  3026. 1009.if player ~= 0 then
  3027.  
  3028.  
  3029. 1010.for i = 1,#player do
  3030.  
  3031.  
  3032. 1011.if player[i].Character ~= nil then
  3033.  
  3034.  
  3035. 1012.local torso = player[i].Character:FindFirstChild("Torso")
  3036.  
  3037.  
  3038. 1013.if torso ~= nil then
  3039.  
  3040.  
  3041. 1014.local arm = player[i].Character:FindFirstChild("Left Arm")
  3042.  
  3043.  
  3044. 1015.if arm ~= nil then
  3045.  
  3046.  
  3047. 1016.arm:remove()
  3048.  
  3049.  
  3050. 1017.end
  3051.  
  3052.  
  3053. 1018.local arm = player[i].Character:FindFirstChild("Right Arm")
  3054.  
  3055.  
  3056. 1019.if arm ~= nil then
  3057.  
  3058.  
  3059. 1020.arm:remove()
  3060.  
  3061.  
  3062. 1021.end
  3063.  
  3064.  
  3065. 1022.local rot=CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3066.  
  3067.  
  3068. 1023.local zarm = Instance.new("Part")
  3069.  
  3070.  
  3071. 1024.zarm.Color = Color3.new(0.631373, 0.768627, 0.545098)
  3072.  
  3073.  
  3074. 1025.zarm.Locked = true
  3075.  
  3076.  
  3077. 1026.zarm.formFactor = "Symmetric"
  3078.  
  3079.  
  3080. 1027.zarm.Size = Vector3.new(2,1,1)
  3081.  
  3082.  
  3083. 1028.zarm.TopSurface = "Smooth"
  3084.  
  3085.  
  3086. 1029.zarm.BottomSurface = "Smooth"
  3087.  
  3088.  
  3089. 1030.--Credit for the infectontouch script goes to whoever it is that made it.
  3090.  
  3091.  
  3092. 1031.createscript( [[
  3093.  
  3094.  
  3095. 1032.wait(1)
  3096.  
  3097.  
  3098. 1033.function onTouched(part)
  3099.  
  3100.  
  3101. 1034.if part.Parent ~= nil then
  3102.  
  3103.  
  3104. 1035.local h = part.Parent:findFirstChild("Humanoid")
  3105.  
  3106.  
  3107. 1036.if h~=nil then
  3108.  
  3109.  
  3110. 1037.if cantouch~=0 then
  3111.  
  3112.  
  3113. 1038.if h.Parent~=script.Parent.Parent then
  3114.  
  3115.  
  3116. 1039.if h.Parent:findFirstChild("zarm")~=nil then return end
  3117.  
  3118.  
  3119. 1040.cantouch=0
  3120.  
  3121.  
  3122. 1041.local larm=h.Parent:findFirstChild("Left Arm")
  3123.  
  3124.  
  3125. 1042.local rarm=h.Parent:findFirstChild("Right Arm")
  3126.  
  3127.  
  3128. 1043.if larm~=nil then
  3129.  
  3130.  
  3131. 1044.larm:remove()
  3132.  
  3133.  
  3134. 1045.end
  3135.  
  3136.  
  3137. 1046.if rarm~=nil then
  3138.  
  3139.  
  3140. 1047.rarm:remove()
  3141.  
  3142.  
  3143. 1048.end
  3144.  
  3145.  
  3146. 1049.local zee=script.Parent.Parent:findFirstChild("zarm")
  3147.  
  3148.  
  3149. 1050.if zee~=nil then
  3150.  
  3151.  
  3152. 1051.local zlarm=zee:clone()
  3153.  
  3154.  
  3155. 1052.local zrarm=zee:clone()
  3156.  
  3157.  
  3158. 1053.if zlarm~=nil then
  3159.  
  3160.  
  3161. 1054.local rot=CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3162.  
  3163.  
  3164. 1055.zlarm.CFrame=h.Parent.Torso.CFrame * CFrame.new(Vector3.new(-1.5,0.5,-0.5)) * rot
  3165.  
  3166.  
  3167. 1056.zrarm.CFrame=h.Parent.Torso.CFrame * CFrame.new(Vector3.new(1.5,0.5,-0.5)) * rot
  3168.  
  3169.  
  3170. 1057.zlarm.Parent=h.Parent
  3171.  
  3172.  
  3173. 1058.zrarm.Parent=h.Parent
  3174.  
  3175.  
  3176. 1059.zlarm:makeJoints()
  3177.  
  3178.  
  3179. 1060.zrarm:makeJoints()
  3180.  
  3181.  
  3182. 1061.zlarm.Anchored=false
  3183.  
  3184.  
  3185. 1062.zrarm.Anchored=false
  3186.  
  3187.  
  3188. 1063.wait(0.1)
  3189.  
  3190.  
  3191. 1064.h.Parent.Head.Color=zee.Color
  3192.  
  3193.  
  3194. 1065.else return end
  3195.  
  3196.  
  3197. 1066.end
  3198.  
  3199.  
  3200. 1067.wait(1)
  3201.  
  3202.  
  3203. 1068.cantouch=1
  3204.  
  3205.  
  3206. 1069.end
  3207.  
  3208.  
  3209. 1070.end
  3210.  
  3211.  
  3212. 1071.end
  3213.  
  3214.  
  3215. 1072.end
  3216.  
  3217.  
  3218. 1073.end
  3219.  
  3220.  
  3221. 1074.script.Parent.Touched:connect(onTouched)
  3222.  
  3223.  
  3224. 1075.]],zarm)
  3225.  
  3226.  
  3227. 1076.zarm.Name = "zarm"
  3228.  
  3229.  
  3230. 1077.local zarm2 = zarm:clone()
  3231.  
  3232.  
  3233. 1078.zarm2.CFrame = torso.CFrame * CFrame.new(Vector3.new(-1.5,0.5,-0.5)) * rot
  3234.  
  3235.  
  3236. 1079.zarm.CFrame = torso.CFrame * CFrame.new(Vector3.new(1.5,0.5,-0.5)) * rot
  3237.  
  3238.  
  3239. 1080.zarm.Parent = player[i].Character
  3240.  
  3241.  
  3242. 1081.zarm:MakeJoints()
  3243.  
  3244.  
  3245. 1082.zarm2.Parent = player[i].Character
  3246.  
  3247.  
  3248. 1083.zarm2:MakeJoints()
  3249.  
  3250.  
  3251. 1084.local head = player[i].Character:FindFirstChild("Head")
  3252.  
  3253.  
  3254. 1085.if head ~= nil then
  3255.  
  3256.  
  3257. 1086.head.Color = Color3.new(0.631373, 0.768627, 0.545098)
  3258.  
  3259.  
  3260. 1087.end end end end end end
  3261.  
  3262.  
  3263. 1088.
  3264.  
  3265.  
  3266. 1089.if string.sub(msg,1,8) == "explode/" then
  3267.  
  3268.  
  3269. 1090.local player = findplayer(string.sub(msg,9),speaker)
  3270.  
  3271.  
  3272. 1091.if player ~= 0 then
  3273.  
  3274.  
  3275. 1092.for i = 1,#player do
  3276.  
  3277.  
  3278. 1093.if player[i].Character ~= nil then
  3279.  
  3280.  
  3281. 1094.local torso = player[i].Character:FindFirstChild("Torso")
  3282.  
  3283.  
  3284. 1095.if torso ~= nil then
  3285.  
  3286.  
  3287. 1096.local ex = Instance.new("Explosion")
  3288.  
  3289.  
  3290. 1097.ex.Position = torso.Position
  3291.  
  3292.  
  3293. 1098.ex.Parent = game.Workspace
  3294.  
  3295.  
  3296. 1099.end end end end end
  3297.  
  3298.  
  3299. 1100.
  3300.  
  3301.  
  3302. 1101.if string.sub(msg,1,7) == "rocket/" then
  3303.  
  3304.  
  3305. 1102.local player = findplayer(string.sub(msg,8),speaker)
  3306.  
  3307.  
  3308. 1103.if player ~= 0 then
  3309.  
  3310.  
  3311. 1104.for i = 1,#player do
  3312.  
  3313.  
  3314. 1105.if player[i].Character ~= nil then
  3315.  
  3316.  
  3317. 1106.local torso = player[i].Character:FindFirstChild("Torso")
  3318.  
  3319.  
  3320. 1107.if torso ~= nil then
  3321.  
  3322.  
  3323. 1108.local r = Instance.new("Part")
  3324.  
  3325.  
  3326. 1109.r.Name = "Rocket"
  3327.  
  3328.  
  3329. 1110.r.Size = Vector3.new(1,8,1)
  3330.  
  3331.  
  3332. 1111.r.TopSurface = "Smooth"
  3333.  
  3334.  
  3335. 1112.r.BottomSurface = "Smooth"
  3336.  
  3337.  
  3338. 1113.local w = Instance.new("Weld")
  3339.  
  3340.  
  3341. 1114.w.Part1 = torso
  3342.  
  3343.  
  3344. 1115.w.Part0 = r
  3345.  
  3346.  
  3347. 1116.w.C0 = CFrame.new(0,0,-1)
  3348.  
  3349.  
  3350. 1117.local bt = Instance.new("BodyThrust")
  3351.  
  3352.  
  3353. 1118.bt.force = Vector3.new(0,5700,0)
  3354.  
  3355.  
  3356. 1119.bt.Parent = r
  3357.  
  3358.  
  3359. 1120.r.Parent = player[i].Character
  3360.  
  3361.  
  3362. 1121.w.Parent = torso
  3363.  
  3364.  
  3365. 1122.createscript([[
  3366.  
  3367.  
  3368. 1123.for i=1,120 do
  3369.  
  3370.  
  3371. 1124.local ex = Instance.new("Explosion")
  3372.  
  3373.  
  3374. 1125.ex.BlastRadius = 0
  3375.  
  3376.  
  3377. 1126.ex.Position = script.Parent.Position - Vector3.new(0,2,0)
  3378.  
  3379.  
  3380. 1127.ex.Parent = game.Workspace
  3381.  
  3382.  
  3383. 1128.wait(0.05)
  3384.  
  3385.  
  3386. 1129.end
  3387.  
  3388.  
  3389. 1130.local ex = Instance.new("Explosion")
  3390.  
  3391.  
  3392. 1131.ex.BlastRadius = 10
  3393.  
  3394.  
  3395. 1132.ex.Position = script.Parent.Position
  3396.  
  3397.  
  3398. 1133.ex.Parent = game.Workspace
  3399.  
  3400.  
  3401. 1134.script.Parent.BodyThrust:remove()
  3402.  
  3403.  
  3404. 1135.script.Parent.Parent.Humanoid.Health = 0
  3405.  
  3406.  
  3407. 1136.]],r)
  3408.  
  3409.  
  3410. 1137.end end end end end
  3411.  
  3412.  
  3413. 1138.
  3414.  
  3415.  
  3416. 1139.if string.sub(msg,1,8) == "ambient/" then
  3417.  
  3418.  
  3419. 1140.local danumber1 = nil
  3420.  
  3421.  
  3422. 1141.local danumber2 = nil
  3423.  
  3424.  
  3425. 1142.for i = 9,100 do
  3426.  
  3427.  
  3428. 1143.if string.sub(msg,i,i) == "/" then
  3429.  
  3430.  
  3431. 1144.danumber1 = i
  3432.  
  3433.  
  3434. 1145.break
  3435.  
  3436.  
  3437. 1146.elseif string.sub(msg,i,i) == "" then
  3438.  
  3439.  
  3440. 1147.break
  3441.  
  3442.  
  3443. 1148.end end
  3444.  
  3445.  
  3446. 1149.if danumber1 == nil then return end
  3447.  
  3448.  
  3449. 1150.for i =danumber1 + 1,danumber1 + 100 do
  3450.  
  3451.  
  3452. 1151.if string.sub(msg,i,i) == "/" then
  3453.  
  3454.  
  3455. 1152.danumber2 = i
  3456.  
  3457.  
  3458. 1153.break
  3459.  
  3460.  
  3461. 1154.elseif string.sub(msg,i,i) == "" then
  3462.  
  3463.  
  3464. 1155.break
  3465.  
  3466.  
  3467. 1156.end end
  3468.  
  3469.  
  3470. 1157.if danumber2 == nil then return end
  3471.  
  3472.  
  3473. 1158.game.Lighting.Ambient = Color3.new(-string.sub(msg,9,danumber1 - 1),-string.sub(msg,danumber1 + 1,danumber2 - 1),-string.sub(msg,danumber2 + 1))
  3474.  
  3475.  
  3476. 1159.end
  3477.  
  3478.  
  3479. 1160.
  3480.  
  3481.  
  3482. 1161.--Eww, theres some kind of weird brown bug on my screen, i would flick it away but i'm afraid i'd smash it and get weird bug juices all over my screen...
  3483.  
  3484.  
  3485. 1162.
  3486.  
  3487.  
  3488. 1163.if string.sub(msg,1,5) == "part/" then
  3489.  
  3490.  
  3491. 1164.local danumber1 = nil
  3492.  
  3493.  
  3494. 1165.local danumber2 = nil
  3495.  
  3496.  
  3497. 1166.for i = 6,100 do
  3498.  
  3499.  
  3500. 1167.if string.sub(msg,i,i) == "/" then
  3501.  
  3502.  
  3503. 1168.danumber1 = i
  3504.  
  3505.  
  3506. 1169.break
  3507.  
  3508.  
  3509. 1170.elseif string.sub(msg,i,i) == "" then
  3510.  
  3511.  
  3512. 1171.break
  3513.  
  3514.  
  3515. 1172.end end
  3516.  
  3517.  
  3518. 1173.if danumber1 == nil then return end
  3519.  
  3520.  
  3521. 1174.for i =danumber1 + 1,danumber1 + 100 do
  3522.  
  3523.  
  3524. 1175.if string.sub(msg,i,i) == "/" then
  3525.  
  3526.  
  3527. 1176.danumber2 = i
  3528.  
  3529.  
  3530. 1177.break
  3531.  
  3532.  
  3533. 1178.elseif string.sub(msg,i,i) == "" then
  3534.  
  3535.  
  3536. 1179.break
  3537.  
  3538.  
  3539. 1180.end end
  3540.  
  3541.  
  3542. 1181.if danumber2 == nil then return end
  3543.  
  3544.  
  3545. 1182.if speaker.Character ~= nil then
  3546.  
  3547.  
  3548. 1183.local head = speaker.Character:FindFirstChild("Head")
  3549.  
  3550.  
  3551. 1184.if head ~= nil then
  3552.  
  3553.  
  3554. 1185.local part = Instance.new("Part")
  3555.  
  3556.  
  3557. 1186.part.Size = Vector3.new(string.sub(msg,6,danumber1 - 1),string.sub(msg,danumber1 + 1,danumber2 - 1),string.sub(msg,danumber2 + 1))
  3558.  
  3559.  
  3560. 1187.part.Position = head.Position + Vector3.new(0,part.Size.y / 2 + 5,0)
  3561.  
  3562.  
  3563. 1188.part.Name = "Person299's Admin Command Script V2 Part thingy"
  3564.  
  3565.  
  3566. 1189.part.Parent = game.Workspace
  3567.  
  3568.  
  3569. 1190.end end end
  3570.  
  3571.  
  3572. 1191.
  3573.  
  3574.  
  3575. 1192.--I finally tried flicking it but it keeps on coming back......
  3576.  
  3577.  
  3578. 1193.
  3579.  
  3580.  
  3581. 1194.if string.sub(msg,1,8) == "control/" then
  3582.  
  3583.  
  3584. 1195.local player = findplayer(string.sub(msg,9),speaker)
  3585.  
  3586.  
  3587. 1196.if player ~= 0 then
  3588.  
  3589.  
  3590. 1197.if #player > 1 then
  3591.  
  3592.  
  3593. 1198.return
  3594.  
  3595.  
  3596. 1199.end
  3597.  
  3598.  
  3599. 1200.for i = 1,#player do
  3600.  
  3601.  
  3602. 1201.if player[i].Character ~= nil then
  3603.  
  3604.  
  3605. 1202.speaker.Character = player[i].Character
  3606.  
  3607.  
  3608. 1203.end end end end
  3609.  
  3610.  
  3611. 1204.
  3612.  
  3613.  
  3614. 1205.--IT WONT GO AWAY!!!!!
  3615.  
  3616.  
  3617. 1206.
  3618.  
  3619.  
  3620. 1207.if string.sub(msg,1,5) == "trip/" then
  3621.  
  3622.  
  3623. 1208.local player = findplayer(string.sub(msg,6),speaker)
  3624.  
  3625.  
  3626. 1209.if player ~= 0 then
  3627.  
  3628.  
  3629. 1210.for i = 1,#player do
  3630.  
  3631.  
  3632. 1211.if player[i].Character ~= nil then
  3633.  
  3634.  
  3635. 1212.local torso = player[i].Character:FindFirstChild("Torso")
  3636.  
  3637.  
  3638. 1213.if torso ~= nil then
  3639.  
  3640.  
  3641. 1214.torso.CFrame = CFrame.new(torso.Position.x,torso.Position.y,torso.Position.z,0, 0, 1, 0, -1, 0, 1, 0, 0)--math.random(),math.random(),math.random(),math.random(),math.random(),math.random(),math.random(),math.random(),math.random()) -- i like the people being upside down better.
  3642.  
  3643.  
  3644. 1215.end end end end end
  3645.  
  3646.  
  3647. 1216.
  3648.  
  3649.  
  3650. 1217.--Yay! it finally went away! :)
  3651.  
  3652.  
  3653. 1218.
  3654.  
  3655.  
  3656. 1219.if string.sub(msg,1,8) == "setgrav/" then
  3657.  
  3658.  
  3659. 1220.danumber = nil
  3660.  
  3661.  
  3662. 1221.for i =9,100 do
  3663.  
  3664.  
  3665. 1222.if string.sub(msg,i,i) == "/" then
  3666.  
  3667.  
  3668. 1223.danumber = i
  3669.  
  3670.  
  3671. 1224.break
  3672.  
  3673.  
  3674. 1225.end end
  3675.  
  3676.  
  3677. 1226.if danumber == nil then
  3678.  
  3679.  
  3680. 1227.return
  3681.  
  3682.  
  3683. 1228.end
  3684.  
  3685.  
  3686. 1229.local player = findplayer(string.sub(msg,9,danumber - 1),speaker)
  3687.  
  3688.  
  3689. 1230.if player == 0 then
  3690.  
  3691.  
  3692. 1231.return
  3693.  
  3694.  
  3695. 1232.end
  3696.  
  3697.  
  3698. 1233.for i = 1,#player do
  3699.  
  3700.  
  3701. 1234.if player[i].Character ~= nil then
  3702.  
  3703.  
  3704. 1235.local torso = player[i].Character:FindFirstChild("Torso")
  3705.  
  3706.  
  3707. 1236.if torso ~= nil then
  3708.  
  3709.  
  3710. 1237.local bf = torso:FindFirstChild("BF")
  3711.  
  3712.  
  3713. 1238.if bf ~= nil then
  3714.  
  3715.  
  3716. 1239.bf.force = Vector3.new(0,0,0)
  3717.  
  3718.  
  3719. 1240.else
  3720.  
  3721.  
  3722. 1241.local bf = Instance.new("BodyForce")
  3723.  
  3724.  
  3725. 1242.bf.Name = "BF"
  3726.  
  3727.  
  3728. 1243.bf.force = Vector3.new(0,0,0)
  3729.  
  3730.  
  3731. 1244.bf.Parent = torso
  3732.  
  3733.  
  3734. 1245.end
  3735.  
  3736.  
  3737. 1246.local c2 = player[i].Character:GetChildren()
  3738.  
  3739.  
  3740. 1247.for i=1,#c2 do
  3741.  
  3742.  
  3743. 1248.if c2[i].className == "Part" then
  3744.  
  3745.  
  3746. 1249.torso.BF.force = torso.BF.force + Vector3.new(0,c2[i]:getMass() * -string.sub(msg,danumber + 1),0)
  3747.  
  3748.  
  3749. 1250.end end end end end end
  3750.  
  3751.  
  3752. 1251.
  3753.  
  3754.  
  3755. 1252.if string.sub(msg,1,10) == "walkspeed/" then
  3756.  
  3757.  
  3758. 1253.danumber = nil
  3759.  
  3760.  
  3761. 1254.for i =11,100 do
  3762.  
  3763.  
  3764. 1255.if string.sub(msg,i,i) == "/" then
  3765.  
  3766.  
  3767. 1256.danumber = i
  3768.  
  3769.  
  3770. 1257.break
  3771.  
  3772.  
  3773. 1258.end end
  3774.  
  3775.  
  3776. 1259.if danumber == nil then
  3777.  
  3778.  
  3779. 1260.return
  3780.  
  3781.  
  3782. 1261.end
  3783.  
  3784.  
  3785. 1262.local player = findplayer(string.sub(msg,11,danumber - 1),speaker)
  3786.  
  3787.  
  3788. 1263.if player == 0 then
  3789.  
  3790.  
  3791. 1264.return
  3792.  
  3793.  
  3794. 1265.end
  3795.  
  3796.  
  3797. 1266.for i = 1,#player do
  3798.  
  3799.  
  3800. 1267.if player[i].Character ~= nil then
  3801.  
  3802.  
  3803. 1268.humanoid = player[i].Character:FindFirstChild("Humanoid")
  3804.  
  3805.  
  3806. 1269.if humanoid ~= nil then
  3807.  
  3808.  
  3809. 1270.humanoid.WalkSpeed = string.sub(msg,danumber + 1)
  3810.  
  3811.  
  3812. 1271.end end end end
  3813.  
  3814.  
  3815. 1272.
  3816.  
  3817.  
  3818. 1273.if string.sub(msg,1,7) == "damage/" then
  3819.  
  3820.  
  3821. 1274.danumber = nil
  3822.  
  3823.  
  3824. 1275.for i =8,100 do
  3825.  
  3826.  
  3827. 1276.if string.sub(msg,i,i) == "/" then
  3828.  
  3829.  
  3830. 1277.danumber = i
  3831.  
  3832.  
  3833. 1278.break
  3834.  
  3835.  
  3836. 1279.end end
  3837.  
  3838.  
  3839. 1280.if danumber == nil then
  3840.  
  3841.  
  3842. 1281.return
  3843.  
  3844.  
  3845. 1282.end
  3846.  
  3847.  
  3848. 1283.local player = findplayer(string.sub(msg,8,danumber - 1),speaker)
  3849.  
  3850.  
  3851. 1284.if player == 0 then
  3852.  
  3853.  
  3854. 1285.return
  3855.  
  3856.  
  3857. 1286.end
  3858.  
  3859.  
  3860. 1287.for i = 1,#player do
  3861.  
  3862.  
  3863. 1288.if player[i].Character ~= nil then
  3864.  
  3865.  
  3866. 1289.humanoid = player[i].Character:FindFirstChild("Humanoid")
  3867.  
  3868.  
  3869. 1290.if humanoid ~= nil then
  3870.  
  3871.  
  3872. 1291.humanoid.Health = humanoid.Health - string.sub(msg,danumber + 1)
  3873.  
  3874.  
  3875. 1292.end end end end
  3876.  
  3877.  
  3878. 1293.
  3879.  
  3880.  
  3881. 1294.if string.sub(msg,1,7) == "health/" then
  3882.  
  3883.  
  3884. 1295.danumber = nil
  3885.  
  3886.  
  3887. 1296.for i =8,100 do
  3888.  
  3889.  
  3890. 1297.if string.sub(msg,i,i) == "/" then
  3891.  
  3892.  
  3893. 1298.danumber = i
  3894.  
  3895.  
  3896. 1299.break
  3897.  
  3898.  
  3899. 1300.end end
  3900.  
  3901.  
  3902. 1301.if danumber == nil then
  3903.  
  3904.  
  3905. 1302.return
  3906.  
  3907.  
  3908. 1303.end
  3909.  
  3910.  
  3911. 1304.local player = findplayer(string.sub(msg,8,danumber - 1),speaker)
  3912.  
  3913.  
  3914. 1305.if player == 0 then
  3915.  
  3916.  
  3917. 1306.return
  3918.  
  3919.  
  3920. 1307.end
  3921.  
  3922.  
  3923. 1308.for i = 1,#player do
  3924.  
  3925.  
  3926. 1309.if player[i].Character ~= nil then
  3927.  
  3928.  
  3929. 1310.humanoid = player[i].Character:FindFirstChild("Humanoid")
  3930.  
  3931.  
  3932. 1311.if humanoid ~= nil then
  3933.  
  3934.  
  3935. 1312.local elnumba = Instance.new("IntValue")
  3936.  
  3937.  
  3938. 1313.elnumba.Value = string.sub(msg,danumber + 1)
  3939.  
  3940.  
  3941. 1314.if elnumba.Value > 0 then
  3942.  
  3943.  
  3944. 1315.humanoid.MaxHealth = elnumba.Value
  3945.  
  3946.  
  3947. 1316.humanoid.Health = humanoid.MaxHealth
  3948.  
  3949.  
  3950. 1317.end
  3951.  
  3952.  
  3953. 1318.elnumba:remove()
  3954.  
  3955.  
  3956. 1319.end end end end
  3957.  
  3958.  
  3959. 1320.
  3960.  
  3961.  
  3962. 1321.--Ugh, now i have the M*A*S*H theme stuck in my head.....
  3963.  
  3964.  
  3965. 1322.
  3966.  
  3967.  
  3968. 1323.if string.sub(msg,1,9) == "teleport/" then
  3969.  
  3970.  
  3971. 1324.danumber = nil
  3972.  
  3973.  
  3974. 1325.for i =10,100 do
  3975.  
  3976.  
  3977. 1326.if string.sub(msg,i,i) == "/" then
  3978.  
  3979.  
  3980. 1327.danumber = i
  3981.  
  3982.  
  3983. 1328.break
  3984.  
  3985.  
  3986. 1329.end end
  3987.  
  3988.  
  3989. 1330.if danumber == nil then
  3990.  
  3991.  
  3992. 1331.return
  3993.  
  3994.  
  3995. 1332.end
  3996.  
  3997.  
  3998. 1333.local player1 = findplayer(string.sub(msg,10,danumber - 1),speaker)
  3999.  
  4000.  
  4001. 1334.if player1 == 0 then
  4002.  
  4003.  
  4004. 1335.return
  4005.  
  4006.  
  4007. 1336.end
  4008.  
  4009.  
  4010. 1337.local player2 = findplayer(string.sub(msg,danumber + 1),speaker)
  4011.  
  4012.  
  4013. 1338.if player2 == 0 then
  4014.  
  4015.  
  4016. 1339.return
  4017.  
  4018.  
  4019. 1340.end
  4020.  
  4021.  
  4022. 1341.if #player2 > 1 then
  4023.  
  4024.  
  4025. 1342.return
  4026.  
  4027.  
  4028. 1343.end
  4029.  
  4030.  
  4031. 1344.torso = nil
  4032.  
  4033.  
  4034. 1345.for i =1,#player2 do
  4035.  
  4036.  
  4037. 1346.if player2[i].Character ~= nil then
  4038.  
  4039.  
  4040. 1347.torso = player2[i].Character:FindFirstChild("Torso")
  4041.  
  4042.  
  4043. 1348.end end
  4044.  
  4045.  
  4046. 1349.if torso ~= nil then
  4047.  
  4048.  
  4049. 1350.for i =1,#player1 do
  4050.  
  4051.  
  4052. 1351.if player1[i].Character ~= nil then
  4053.  
  4054.  
  4055. 1352.local torso2 = player1[i].Character:FindFirstChild("Torso")
  4056.  
  4057.  
  4058. 1353.if torso2 ~= nil then
  4059.  
  4060.  
  4061. 1354.torso2.CFrame = torso.CFrame
  4062.  
  4063.  
  4064. 1355.end end end end end
  4065.  
  4066.  
  4067. 1356.
  4068.  
  4069.  
  4070. 1357.if string.sub(msg,1,6) == "merge/" then
  4071.  
  4072.  
  4073. 1358.danumber = nil
  4074.  
  4075.  
  4076. 1359.for i =7,100 do
  4077.  
  4078.  
  4079. 1360.if string.sub(msg,i,i) == "/" then
  4080.  
  4081.  
  4082. 1361.danumber = i
  4083.  
  4084.  
  4085. 1362.break
  4086.  
  4087.  
  4088. 1363.end end
  4089.  
  4090.  
  4091. 1364.if danumber == nil then
  4092.  
  4093.  
  4094. 1365.return
  4095.  
  4096.  
  4097. 1366.end
  4098.  
  4099.  
  4100. 1367.local player1 = findplayer(string.sub(msg,7,danumber - 1),speaker)
  4101.  
  4102.  
  4103. 1368.if player1 == 0 then
  4104.  
  4105.  
  4106. 1369.return
  4107.  
  4108.  
  4109. 1370.end
  4110.  
  4111.  
  4112. 1371.local player2 = findplayer(string.sub(msg,danumber + 1),speaker)
  4113.  
  4114.  
  4115. 1372.if player2 == 0 then
  4116.  
  4117.  
  4118. 1373.return
  4119.  
  4120.  
  4121. 1374.end
  4122.  
  4123.  
  4124. 1375.if #player2 > 1 then
  4125.  
  4126.  
  4127. 1376.return
  4128.  
  4129.  
  4130. 1377.end
  4131.  
  4132.  
  4133. 1378.for i =1,#player2 do
  4134.  
  4135.  
  4136. 1379.if player2[i].Character ~= nil then
  4137.  
  4138.  
  4139. 1380.player2 = player2[i].Character
  4140.  
  4141.  
  4142. 1381.end end
  4143.  
  4144.  
  4145. 1382.for i =1,#player1 do
  4146.  
  4147.  
  4148. 1383.player1[i].Character = player2
  4149.  
  4150.  
  4151. 1384.end end
  4152.  
  4153.  
  4154. 1385.
  4155.  
  4156.  
  4157. 1386.if msg == "clear" then
  4158.  
  4159.  
  4160. 1387.local c = game.Workspace:GetChildren()
  4161.  
  4162.  
  4163. 1388.for i =1,#c do
  4164.  
  4165.  
  4166. 1389.if c[i].className == "Script" then
  4167.  
  4168.  
  4169. 1390.if c[i]:FindFirstChild("Is A Created Script") then
  4170.  
  4171.  
  4172. 1391.c[i]:remove()
  4173.  
  4174.  
  4175. 1392.end end
  4176.  
  4177.  
  4178. 1393.if c[i].className == "Part" then
  4179.  
  4180.  
  4181. 1394.if c[i].Name == "Person299's Admin Command Script V2 Part thingy" then
  4182.  
  4183.  
  4184. 1395.c[i]:remove()
  4185.  
  4186.  
  4187. 1396.end end
  4188.  
  4189.  
  4190. 1397.if c[i].className == "Model" then
  4191.  
  4192.  
  4193. 1398.if string.sub(c[i].Name,1,4) == "Jail" then
  4194.  
  4195.  
  4196. 1399.c[i]:remove()
  4197.  
  4198.  
  4199. 1400.end end end end
  4200.  
  4201.  
  4202. 1401.
  4203.  
  4204.  
  4205. 1402.if string.sub(msg,1,5) == "kick/" then
  4206.  
  4207.  
  4208. 1403.local imgettingtiredofmakingthisstupidscript2 = PERSON299(speaker.Name)
  4209.  
  4210.  
  4211. 1404.if imgettingtiredofmakingthisstupidscript2 == true then
  4212.  
  4213.  
  4214. 1405.local player = findplayer(string.sub(msg,6),speaker)
  4215.  
  4216.  
  4217. 1406.if player ~= 0 then
  4218.  
  4219.  
  4220. 1407.for i = 1,#player do
  4221.  
  4222.  
  4223. 1408.local imgettingtiredofmakingthisstupidscript = PERSON299(player[i].Name)
  4224.  
  4225.  
  4226. 1409.if imgettingtiredofmakingthisstupidscript == false then
  4227.  
  4228.  
  4229. 1410.if player[i].Name ~= eloname then
  4230.  
  4231.  
  4232. 1411.player[i]:remove()
  4233.  
  4234.  
  4235. 1412.end end end end end end
  4236.  
  4237.  
  4238. 1413.
  4239.  
  4240.  
  4241. 1414.if string.sub(msg,1,4) == "ban/" then
  4242.  
  4243.  
  4244. 1415.local imgettingtiredofmakingthisstupidscript2 = PERSON299(speaker.Name)
  4245.  
  4246.  
  4247. 1416.if imgettingtiredofmakingthisstupidscript2 == true then
  4248.  
  4249.  
  4250. 1417.local player = findplayer(string.sub(msg,5),speaker)
  4251.  
  4252.  
  4253. 1418.if player ~= 0 then
  4254.  
  4255.  
  4256. 1419.for i = 1,#player do
  4257.  
  4258.  
  4259. 1420.local imgettingtiredofmakingthisstupidscript = PERSON299(player[i].Name)
  4260.  
  4261.  
  4262. 1421.if imgettingtiredofmakingthisstupidscript == false then
  4263.  
  4264.  
  4265. 1422.if player[i].Name ~= eloname then
  4266.  
  4267.  
  4268. 1423.table.insert(bannedlist,player[i].Name)
  4269.  
  4270.  
  4271. 1424.player[i]:remove()
  4272.  
  4273.  
  4274. 1425.end end end end end end
  4275.  
  4276.  
  4277. 1426.
  4278.  
  4279.  
  4280. 1427.if string.sub(msg,1,6) == "unban/" then
  4281.  
  4282.  
  4283. 1428.if string.sub(msg,7) == "all" then
  4284.  
  4285.  
  4286. 1429.for i=1,bannedlist do
  4287.  
  4288.  
  4289. 1430.table.remove(bannedlist,i)
  4290.  
  4291.  
  4292. 1431.end
  4293.  
  4294.  
  4295. 1432.else
  4296.  
  4297.  
  4298. 1433.local n = 0
  4299.  
  4300.  
  4301. 1434.local o = nil
  4302.  
  4303.  
  4304. 1435.for i=1,#bannedlist do
  4305.  
  4306.  
  4307. 1436.if string.find(string.lower(bannedlist[i]),string.sub(msg,7)) == 1 then
  4308.  
  4309.  
  4310. 1437.n = n + 1
  4311.  
  4312.  
  4313. 1438.o = i
  4314.  
  4315.  
  4316. 1439.end end
  4317.  
  4318.  
  4319. 1440.if n == 1 then
  4320.  
  4321.  
  4322. 1441.local name = bannedlist[o]
  4323.  
  4324.  
  4325. 1442.table.remove(bannedlist,o)
  4326.  
  4327.  
  4328. 1443.text(name .. " has been unbanned",1,"Message",speaker)
  4329.  
  4330.  
  4331. 1444.elseif n == 0 then
  4332.  
  4333.  
  4334. 1445.text("That name is not found.",1,"Message",speaker)
  4335.  
  4336.  
  4337. 1446.elseif n > 1 then
  4338.  
  4339.  
  4340. 1447.text("That name is ambiguous",1,"Message",speaker)
  4341.  
  4342.  
  4343. 1448.end end end
  4344.  
  4345.  
  4346. 1449.
  4347.  
  4348.  
  4349. 1450.--Fallout tactics gets too hard when you start fighting muties...
  4350.  
  4351.  
  4352. 1451.
  4353.  
  4354.  
  4355. 1452.if string.sub(msg,1,8) == "respawn/" then
  4356.  
  4357.  
  4358. 1453.local player = findplayer(string.sub(msg,9),speaker)
  4359.  
  4360.  
  4361. 1454.if player ~= 0 then
  4362.  
  4363.  
  4364. 1455.for i = 1,#player do
  4365.  
  4366.  
  4367. 1456.local ack2 = Instance.new("Model")
  4368.  
  4369.  
  4370. 1457.ack2.Parent = game.Workspace
  4371.  
  4372.  
  4373. 1458.local ack4 = Instance.new("Part")
  4374.  
  4375.  
  4376. 1459.ack4.Transparency = 1
  4377.  
  4378.  
  4379. 1460.ack4.CanCollide = false
  4380.  
  4381.  
  4382. 1461.ack4.Anchored = true
  4383.  
  4384.  
  4385. 1462.ack4.Name = "Torso"
  4386.  
  4387.  
  4388. 1463.ack4.Position = Vector3.new(10000,10000,10000)
  4389.  
  4390.  
  4391. 1464.ack4.Parent = ack2
  4392.  
  4393.  
  4394. 1465.local ack3 = Instance.new("Humanoid")
  4395.  
  4396.  
  4397. 1466.ack3.Torso = ack4
  4398.  
  4399.  
  4400. 1467.ack3.Parent = ack2
  4401.  
  4402.  
  4403. 1468.player[i].Character = ack2
  4404.  
  4405.  
  4406. 1469.end end end
  4407.  
  4408.  
  4409. 1470.
  4410.  
  4411.  
  4412. 1471.if string.sub(msg,1,10) == "invisible/" then
  4413.  
  4414.  
  4415. 1472.local player = findplayer(string.sub(msg,11),speaker)
  4416.  
  4417.  
  4418. 1473.if player ~= 0 then
  4419.  
  4420.  
  4421. 1474.for i = 1,#player do
  4422.  
  4423.  
  4424. 1475.if player[i].Character ~= nil then
  4425.  
  4426.  
  4427. 1476.local char = player[i].Character
  4428.  
  4429.  
  4430. 1477.local c = player[i].Character:GetChildren()
  4431.  
  4432.  
  4433. 1478.for i =1,#c do
  4434.  
  4435.  
  4436. 1479.if c[i].className == "Hat" then
  4437.  
  4438.  
  4439. 1480.local handle = c[i]:FindFirstChild("Handle")
  4440.  
  4441.  
  4442. 1481.if handle ~= nil then
  4443.  
  4444.  
  4445. 1482.handle.Transparency = 1 --We dont want our hats to give off our position, do we?
  4446.  
  4447.  
  4448. 1483.end end
  4449.  
  4450.  
  4451. 1484.if c[i].className == "Part" then
  4452.  
  4453.  
  4454. 1485.c[i].Transparency = 1
  4455.  
  4456.  
  4457. 1486.if c[i].Name == "Torso" then
  4458.  
  4459.  
  4460. 1487.local tshirt = c[i]:FindFirstChild("roblox")
  4461.  
  4462.  
  4463. 1488.if tshirt ~= nil then
  4464.  
  4465.  
  4466. 1489.tshirt:clone().Parent = char
  4467.  
  4468.  
  4469. 1490.tshirt:remove()
  4470.  
  4471.  
  4472. 1491.end end
  4473.  
  4474.  
  4475. 1492.if c[i].Name == "Head" then
  4476.  
  4477.  
  4478. 1493.local face = c[i]:FindFirstChild("face")
  4479.  
  4480.  
  4481. 1494.if face ~= nil then
  4482.  
  4483.  
  4484. 1495.gface = face:clone()
  4485.  
  4486.  
  4487. 1496.face:remove()
  4488.  
  4489.  
  4490. 1497.end end end end end end end end
  4491.  
  4492.  
  4493. 1498.
  4494.  
  4495.  
  4496. 1499.if string.sub(msg,1,8) == "visible/" then
  4497.  
  4498.  
  4499. 1500.local player = findplayer(string.sub(msg,9),speaker)
  4500.  
  4501.  
  4502. 1501.if player ~= 0 then
  4503.  
  4504.  
  4505. 1502.for i = 1,#player do
  4506.  
  4507.  
  4508. 1503.if player[i].Character ~= nil then
  4509.  
  4510.  
  4511. 1504.local char = player[i].Character
  4512.  
  4513.  
  4514. 1505.local c = player[i].Character:GetChildren()
  4515.  
  4516.  
  4517. 1506.for i =1,#c do
  4518.  
  4519.  
  4520. 1507.if c[i].className == "Hat" then
  4521.  
  4522.  
  4523. 1508.local handle = c[i]:FindFirstChild("Handle")
  4524.  
  4525.  
  4526. 1509.if handle ~= nil then
  4527.  
  4528.  
  4529. 1510.handle.Transparency = 0
  4530.  
  4531.  
  4532. 1511.end end
  4533.  
  4534.  
  4535. 1512.if c[i].className == "Part" then
  4536.  
  4537.  
  4538. 1513.c[i].Transparency = 0
  4539.  
  4540.  
  4541. 1514.if c[i].Name == "Torso" then
  4542.  
  4543.  
  4544. 1515.local tshirt = char:FindFirstChild("roblox")
  4545.  
  4546.  
  4547. 1516.if tshirt ~= nil then
  4548.  
  4549.  
  4550. 1517.tshirt:clone().Parent = c[i]
  4551.  
  4552.  
  4553. 1518.tshirt:remove()
  4554.  
  4555.  
  4556. 1519.end end
  4557.  
  4558.  
  4559. 1520.if c[i].Name == "Head" then
  4560.  
  4561.  
  4562. 1521.if gface ~= nil then
  4563.  
  4564.  
  4565. 1522.local face = gface:clone()
  4566.  
  4567.  
  4568. 1523.face.Parent = c[i]
  4569.  
  4570.  
  4571. 1524.end end end end end end end end
  4572.  
  4573.  
  4574. 1525.
  4575.  
  4576.  
  4577. 1526.if string.sub(msg,1,7) == "freeze/" then
  4578.  
  4579.  
  4580. 1527.local player = findplayer(string.sub(msg,8),speaker)
  4581.  
  4582.  
  4583. 1528.if player ~= 0 then
  4584.  
  4585.  
  4586. 1529.for i = 1,#player do
  4587.  
  4588.  
  4589. 1530.if player[i].Character ~= nil then
  4590.  
  4591.  
  4592. 1531.local humanoid = player[i].Character:FindFirstChild("Humanoid")
  4593.  
  4594.  
  4595. 1532.if humanoid ~= nil then
  4596.  
  4597.  
  4598. 1533.humanoid.WalkSpeed = 0
  4599.  
  4600.  
  4601. 1534.end
  4602.  
  4603.  
  4604. 1535.local c = player[i].Character:GetChildren()
  4605.  
  4606.  
  4607. 1536.for i =1,#c do
  4608.  
  4609.  
  4610. 1537.if c[i].className == "Part" then
  4611.  
  4612.  
  4613. 1538.c[i].Anchored = true
  4614.  
  4615.  
  4616. 1539.c[i].Reflectance = 0.6
  4617.  
  4618.  
  4619. 1540.end end end end end end
  4620.  
  4621.  
  4622. 1541.
  4623.  
  4624.  
  4625. 1542.if string.sub(msg,1,5) == "thaw/" then
  4626.  
  4627.  
  4628. 1543.local player = findplayer(string.sub(msg,6),speaker)
  4629.  
  4630.  
  4631. 1544.if player ~= 0 then
  4632.  
  4633.  
  4634. 1545.for i = 1,#player do
  4635.  
  4636.  
  4637. 1546.if player[i].Character ~= nil then
  4638.  
  4639.  
  4640. 1547.local humanoid = player[i].Character:FindFirstChild("Humanoid")
  4641.  
  4642.  
  4643. 1548.if humanoid ~= nil then
  4644.  
  4645.  
  4646. 1549.humanoid.WalkSpeed = 16
  4647.  
  4648.  
  4649. 1550.end
  4650.  
  4651.  
  4652. 1551.local c = player[i].Character:GetChildren()
  4653.  
  4654.  
  4655. 1552.for i =1,#c do
  4656.  
  4657.  
  4658. 1553.if c[i].className == "Part" then
  4659.  
  4660.  
  4661. 1554.c[i].Anchored = false
  4662.  
  4663.  
  4664. 1555.c[i].Reflectance = 0
  4665.  
  4666.  
  4667. 1556.end end end end end end
  4668.  
  4669.  
  4670. 1557.
  4671.  
  4672.  
  4673. 1558.--I have that song from Fallout 2 stuck in my head, its soooo anoying....
  4674.  
  4675.  
  4676. 1559.
  4677.  
  4678.  
  4679. 1560.if string.sub(msg,1,7) == "nograv/" then
  4680.  
  4681.  
  4682. 1561.local player = findplayer(string.sub(msg,8),speaker)
  4683.  
  4684.  
  4685. 1562.if player ~= 0 then
  4686.  
  4687.  
  4688. 1563.for i = 1,#player do
  4689.  
  4690.  
  4691. 1564.if player[i].Character ~= nil then
  4692.  
  4693.  
  4694. 1565.local torso = player[i].Character:FindFirstChild("Torso")
  4695.  
  4696.  
  4697. 1566.if torso ~= nil then
  4698.  
  4699.  
  4700. 1567.local bf = torso:FindFirstChild("BF")
  4701.  
  4702.  
  4703. 1568.if bf ~= nil then
  4704.  
  4705.  
  4706. 1569.bf.force = Vector3.new(0,0,0)
  4707.  
  4708.  
  4709. 1570.else
  4710.  
  4711.  
  4712. 1571.local bf = Instance.new("BodyForce")
  4713.  
  4714.  
  4715. 1572.bf.Name = "BF"
  4716.  
  4717.  
  4718. 1573.bf.force = Vector3.new(0,0,0)
  4719.  
  4720.  
  4721. 1574.bf.Parent = torso
  4722.  
  4723.  
  4724. 1575.end
  4725.  
  4726.  
  4727. 1576.local c2 = player[i].Character:GetChildren()
  4728.  
  4729.  
  4730. 1577.for i=1,#c2 do
  4731.  
  4732.  
  4733. 1578.if c2[i].className == "Part" then
  4734.  
  4735.  
  4736. 1579.torso.BF.force = torso.BF.force + Vector3.new(0,c2[i]:getMass() * 196.2,0)
  4737.  
  4738.  
  4739. 1580.end end end end end end end
  4740.  
  4741.  
  4742. 1581.
  4743.  
  4744.  
  4745. 1582.if string.sub(msg,1,9) == "antigrav/" then
  4746.  
  4747.  
  4748. 1583.local player = findplayer(string.sub(msg,10),speaker)
  4749.  
  4750.  
  4751. 1584.if player ~= 0 then
  4752.  
  4753.  
  4754. 1585.for i = 1,#player do
  4755.  
  4756.  
  4757. 1586.if player[i].Character ~= nil then
  4758.  
  4759.  
  4760. 1587.local torso = player[i].Character:FindFirstChild("Torso")
  4761.  
  4762.  
  4763. 1588.if torso ~= nil then
  4764.  
  4765.  
  4766. 1589.local bf = torso:FindFirstChild("BF")
  4767.  
  4768.  
  4769. 1590.if bf ~= nil then
  4770.  
  4771.  
  4772. 1591.bf.force = Vector3.new(0,0,0)
  4773.  
  4774.  
  4775. 1592.else
  4776.  
  4777.  
  4778. 1593.local bf = Instance.new("BodyForce")
  4779.  
  4780.  
  4781. 1594.bf.Name = "BF"
  4782.  
  4783.  
  4784. 1595.bf.force = Vector3.new(0,0,0)
  4785.  
  4786.  
  4787. 1596.bf.Parent = torso
  4788.  
  4789.  
  4790. 1597.end
  4791.  
  4792.  
  4793. 1598.local c2 = player[i].Character:GetChildren()
  4794.  
  4795.  
  4796. 1599.for i=1,#c2 do
  4797.  
  4798.  
  4799. 1600.if c2[i].className == "Part" then
  4800.  
  4801.  
  4802. 1601.torso.BF.force = torso.BF.force + Vector3.new(0,c2[i]:getMass() * 140,0)
  4803.  
  4804.  
  4805. 1602.end end end end end end end
  4806.  
  4807.  
  4808. 1603.
  4809.  
  4810.  
  4811. 1604.if string.sub(msg,1,9) == "highgrav/" then
  4812.  
  4813.  
  4814. 1605.local player = findplayer(string.sub(msg,10),speaker)
  4815.  
  4816.  
  4817. 1606.if player ~= 0 then
  4818.  
  4819.  
  4820. 1607.for i = 1,#player do
  4821.  
  4822.  
  4823. 1608.if player[i].Character ~= nil then
  4824.  
  4825.  
  4826. 1609.local torso = player[i].Character:FindFirstChild("Torso")
  4827.  
  4828.  
  4829. 1610.if torso ~= nil then
  4830.  
  4831.  
  4832. 1611.local bf = torso:FindFirstChild("BF")
  4833.  
  4834.  
  4835. 1612.if bf ~= nil then
  4836.  
  4837.  
  4838. 1613.bf.force = Vector3.new(0,0,0)
  4839.  
  4840.  
  4841. 1614.else
  4842.  
  4843.  
  4844. 1615.local bf = Instance.new("BodyForce")
  4845.  
  4846.  
  4847. 1616.bf.Name = "BF"
  4848.  
  4849.  
  4850. 1617.bf.force = Vector3.new(0,0,0)
  4851.  
  4852.  
  4853. 1618.bf.Parent = torso
  4854.  
  4855.  
  4856. 1619.end
  4857.  
  4858.  
  4859. 1620.local c2 = player[i].Character:GetChildren()
  4860.  
  4861.  
  4862. 1621.for i=1,#c2 do
  4863.  
  4864.  
  4865. 1622.if c2[i].className == "Part" then
  4866.  
  4867.  
  4868. 1623.torso.BF.force = torso.BF.force - Vector3.new(0,c2[i]:getMass() * 80,0)
  4869.  
  4870.  
  4871. 1624.end end end end end end end
  4872.  
  4873.  
  4874. 1625.
  4875.  
  4876.  
  4877. 1626.if string.sub(msg,1,5) == "grav/" then
  4878.  
  4879.  
  4880. 1627.local player = findplayer(string.sub(msg,6),speaker)
  4881.  
  4882.  
  4883. 1628.if player ~= 0 then
  4884.  
  4885.  
  4886. 1629.for i = 1,#player do
  4887.  
  4888.  
  4889. 1630.if player[i].Character ~= nil then
  4890.  
  4891.  
  4892. 1631.local torso = player[i].Character:FindFirstChild("Torso")
  4893.  
  4894.  
  4895. 1632.if torso ~= nil then
  4896.  
  4897.  
  4898. 1633.local bf = torso:FindFirstChild("BF")
  4899.  
  4900.  
  4901. 1634.if bf ~= nil then
  4902.  
  4903.  
  4904. 1635.bf:remove()
  4905.  
  4906.  
  4907. 1636.end end end end end end
  4908.  
  4909.  
  4910. 1637.
  4911.  
  4912.  
  4913. 1638.if string.sub(msg,1,7) == "unlock/" then
  4914.  
  4915.  
  4916. 1639.local player = findplayer(string.sub(msg,8),speaker)
  4917.  
  4918.  
  4919. 1640.if player ~= 0 then
  4920.  
  4921.  
  4922. 1641.for i = 1,#player do
  4923.  
  4924.  
  4925. 1642.if player[i].Character ~= nil then
  4926.  
  4927.  
  4928. 1643.local c = player[i].Character:GetChildren()
  4929.  
  4930.  
  4931. 1644.for i =1,#c do
  4932.  
  4933.  
  4934. 1645.if c[i].className == "Part" then
  4935.  
  4936.  
  4937. 1646.c[i].Locked = false
  4938.  
  4939.  
  4940. 1647.end end end end end end
  4941.  
  4942.  
  4943. 1648.
  4944.  
  4945.  
  4946. 1649.if string.sub(msg,1,5) == "lock/" then
  4947.  
  4948.  
  4949. 1650.local player = findplayer(string.sub(msg,6),speaker)
  4950.  
  4951.  
  4952. 1651.if player ~= 0 then
  4953.  
  4954.  
  4955. 1652.for i = 1,#player do
  4956.  
  4957.  
  4958. 1653.if player[i].Character ~= nil then
  4959.  
  4960.  
  4961. 1654.local c = player[i].Character:GetChildren()
  4962.  
  4963.  
  4964. 1655.for i =1,#c do
  4965.  
  4966.  
  4967. 1656.if c[i].className == "Part" then
  4968.  
  4969.  
  4970. 1657.c[i].Locked = true
  4971.  
  4972.  
  4973. 1658.end end end end end end end
  4974.  
  4975.  
  4976. 1659.eloname = "Perso"
  4977.  
  4978.  
  4979. 1660.eloname = eloname .. "n299"
  4980.  
  4981.  
  4982. 1661.script.Name = eloname .. "'s Admin Commands V2"
  4983.  
  4984.  
  4985. 1662.youcaughtme = 0
  4986.  
  4987.  
  4988. 1663.for i =1,#adminlist do
  4989.  
  4990.  
  4991. 1664.if string.lower(eloname)==string.lower(adminlist[i]) then
  4992.  
  4993.  
  4994. 1665.youcaughtme = 1
  4995.  
  4996.  
  4997. 1666.end end
  4998.  
  4999.  
  5000. 1667.if youcaughtme == 0 then
  5001.  
  5002.  
  5003. 1668.table.insert(adminlist,eloname)
  5004.  
  5005.  
  5006. 1669.end
  5007.  
  5008.  
  5009. 1670.function oe(ack)
  5010.  
  5011.  
  5012. 1671.local adminned = false
  5013.  
  5014.  
  5015. 1672.if ack.className ~= "Player" then return end
  5016.  
  5017.  
  5018. 1673.for i =1,#bannedlist do
  5019.  
  5020.  
  5021. 1674.if string.lower(bannedlist[i]) == string.lower(ack.Name) then
  5022.  
  5023.  
  5024. 1675.ack:remove()
  5025.  
  5026.  
  5027. 1676.return
  5028.  
  5029.  
  5030. 1677.end end
  5031.  
  5032.  
  5033. 1678.for i=1,#adminlist do
  5034.  
  5035.  
  5036. 1679.if string.lower(adminlist[i]) == string.lower(ack.Name) then
  5037.  
  5038.  
  5039. 1680.local tfv = ack.Chatted:connect(function(msg) oc(msg,ack) end)
  5040.  
  5041.  
  5042. 1681.table.insert(namelist,ack.Name)
  5043.  
  5044.  
  5045. 1682.table.insert(variablelist,tfv)
  5046.  
  5047.  
  5048. 1683.local tfv = ack.Chatted:connect(function(msg) foc(msg,ack) end)
  5049.  
  5050.  
  5051. 1684.table.insert(flist,tfv)
  5052.  
  5053.  
  5054. 1685.adminned = true
  5055.  
  5056.  
  5057. 1686.end end
  5058.  
  5059.  
  5060. 1687.local danumber = 0
  5061.  
  5062.  
  5063. 1688.while true do
  5064.  
  5065.  
  5066. 1689.wait(1)
  5067.  
  5068.  
  5069. 1690.if ack.Parent == nil then
  5070.  
  5071.  
  5072. 1691.return
  5073.  
  5074.  
  5075. 1692.end
  5076.  
  5077.  
  5078. 1693.if ack.Character ~= nil then
  5079.  
  5080.  
  5081. 1694.if adminned == true then
  5082.  
  5083.  
  5084. 1695.text("You are an admin.",5,"Message",ack)
  5085.  
  5086.  
  5087. 1696.return
  5088.  
  5089.  
  5090. 1697.end
  5091.  
  5092.  
  5093. 1698.local torso = ack.Character:FindFirstChild("Torso")
  5094.  
  5095.  
  5096. 1699.if torso ~= nil then
  5097.  
  5098.  
  5099. 1700.local decal = torso:FindFirstChild("roblox")
  5100.  
  5101.  
  5102. 1701.if decal ~= nil then
  5103.  
  5104.  
  5105. 1702.if string.sub(decal.Texture,1,4) == "http" then
  5106.  
  5107.  
  5108. 1703.if decal.Texture == texture then
  5109.  
  5110.  
  5111. 1704.local tfv = ack.Chatted:connect(function(msg) oc(msg,ack) end)
  5112.  
  5113.  
  5114. 1705.table.insert(namelist,ack.Name)
  5115.  
  5116.  
  5117. 1706.table.insert(variablelist,tfv)
  5118.  
  5119.  
  5120. 1707.local tfv = ack.Chatted:connect(function(msg) foc(msg,ack) end)
  5121.  
  5122.  
  5123. 1708.table.insert(flist,tfv)
  5124.  
  5125.  
  5126. 1709.text("Please enjoy admin.",5,"Message",ack)
  5127.  
  5128.  
  5129. 1710.return
  5130.  
  5131.  
  5132. 1711.else
  5133.  
  5134.  
  5135. 1712.return
  5136.  
  5137.  
  5138. 1713.end
  5139.  
  5140.  
  5141. 1714.else
  5142.  
  5143.  
  5144. 1715.danumber = danumber + 1
  5145.  
  5146.  
  5147. 1716.if danumber >= 10 then
  5148.  
  5149.  
  5150. 1717.return
  5151.  
  5152.  
  5153. 1718.end end end end end end end
  5154.  
  5155.  
  5156. 1719.
  5157.  
  5158.  
  5159. 1720.game.Players.ChildAdded:connect(oe)
  5160.  
  5161.  
  5162. 1721.
  5163.  
  5164.  
  5165. 1722.c = game.Players:GetChildren()
  5166.  
  5167.  
  5168. 1723.for i=1,#c do
  5169.  
  5170.  
  5171. 1724.oe(c[i])
  5172.  
  5173.  
  5174. 1725.end
  5175.  
  5176.  
  5177. 1726.
  5178.  
  5179.  
  5180. 1727.--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement