Advertisement
Seadoke

Admen

Apr 3rd, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.98 KB | None | 0 0
  1. local Settings={["Un_Removable"]= "On"}
  2. local function mFloor(x) return x - x % 1 end
  3. local Un_Removable = tostring(Settings["Un_Removable"]):lower() == "on"
  4. if Un_Removable then
  5. Game.Workspace.DescendantRemoving:connect(function(Child)
  6. if not Remove_At_Will and Child == script then
  7. script:Clone().Parent = Game.Workspace
  8. end
  9. end)
  10. end
  11.  
  12. local Owners = "seadoke20"
  13. local Player = game.Players:findFirstChild(Owners)
  14.  
  15. --[[
  16.  
  17. Informations :
  18.  
  19. You can change the name of your orb in line 98 and change the owners to the orb in line 12
  20. Say orb, the command and name for example : orb, kill na ( na = nairod7 )
  21.  
  22. Owners Function ( you need change the id or something to work with you ) :
  23.  
  24. power the owner
  25. assasin the owner
  26. antiban the owner
  27. admin the owner
  28. jet the owner
  29. tool the owner
  30.  
  31. Basics Commands :
  32.  
  33. portal playername
  34. rifle playername
  35. pistol playername
  36. sword playername
  37. drone playername
  38. wand playername
  39. kill playername
  40. find playername
  41. ff playername
  42. unff playername
  43. claws playername
  44. skull playername
  45. rocket playername
  46. clear playername
  47. vampire playername
  48. pokeball playername
  49. insert playername
  50. eyeball playername
  51. invisible playername
  52. visible playername
  53. rickroll playername
  54. kick playername
  55. ban playername
  56. detinator playername
  57. fstaff playername
  58. istaff playername
  59. gstaff playername
  60. fsword playername
  61. isword playername
  62. clear playername
  63. mdebug playername ( remove message )
  64. flamethrower playername
  65. shutdown playername ( shutdown the server )
  66. fire playername
  67. green fire seadoke20
  68. white playername
  69. suit playername ( you have tool with him )
  70. tele playername ( teleport yourself from a other player )
  71.  
  72. Apparence command :
  73.  
  74. nairod playername
  75. builderman playername
  76. telamon playername
  77. matt playername
  78. guest playername
  79. girly playername
  80. ducc playername
  81. sweed playername
  82. wierdo playername
  83. gear playername
  84. police playername
  85. madly playername
  86. ana playername
  87. masashi playername
  88. tammeran5656 playername
  89. guthix0424 playername
  90. mitmitmit playername
  91. silverman109 playername
  92. sonicfan1001 playername
  93. BrandonFong playername
  94. mystertalker playername
  95. RangeMeludE playername
  96. STARFOXSa1 playername
  97. porkchops007 playername
  98. GAMER21DUDE playername
  99. MarioBolt3 playername
  100. bigben96 playername
  101. momolee playername
  102. iamlegendboy playername
  103. uconnlakerfan playername
  104. reshein playername
  105. lambtonworm playername
  106. JJ5x5 playername
  107.  
  108. ]]--
  109. local RISE = 5
  110. local FOLLOW = true
  111. local M = Instance.new("Model")
  112. local H = Instance.new("Humanoid")
  113. M.Parent = Player.Character
  114. H.Parent = M
  115. H.MaxHealth = 0
  116. H.Health = 0
  117. M.Name = ""
  118. local p = Instance.new("Part")
  119. local BP = Instance.new("BodyPosition")
  120. local BG = Instance.new("BodyGyro")
  121. local SPL = Instance.new("SelectionPartLasso")
  122. BP.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  123. SPL.Parent = p
  124. p.BrickColor = BrickColor.new("Really red")
  125. f=Instance.new("Fire")
  126. f.Parent=p
  127. f.Heat = 3
  128. f.Size = 2
  129. f.Color=Color3.new(255,0,0)
  130. f.SecondaryColor = Color3.new(0,0,0)
  131. f=Instance.new("Fire")
  132. f.Parent=p
  133. f.Heat = 3
  134. f.Size = 2
  135. f.Color=Color3.new(0,255,0)
  136. f.SecondaryColor = Color3.new(0,0,0)
  137. f=Instance.new("Fire")
  138. f.Parent=p
  139. f.Heat = 3
  140. f.Size = 2
  141. f.Color=Color3.new(0,0,255)
  142. f.SecondaryColor = Color3.new(0,0,0)
  143. f=Instance.new("SpecialMesh")
  144. f.Parent=p
  145. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  146. f.MeshType = "FileMesh"
  147. f.Scale = Vector3.new(1.3,1.3,1.3)
  148. f.TextureId = "http://www.roblox.com/asset/?id=34914385"
  149. p.Name = "Head"
  150. p.Parent = M
  151. p.Shape = "Ball"
  152. p.formFactor = "Symmetric"
  153. p.Size = Vector3.new(1, 1, 1)
  154. p.TopSurface = 0
  155. p.BottomSurface = 0
  156. BP.Parent = p
  157.  
  158. function matchPlayer(str)
  159. local result = nil
  160. local players = game.Players:GetPlayers()
  161. for i,v in pairs(game.Players:GetPlayers()) do
  162. if (string.find(string.lower(v.Name), str) == 1) then
  163. if (result ~= nil) then return nil end
  164. result = v
  165. end
  166. end
  167. return result
  168. end
  169.  
  170.  
  171.  
  172. function onChatted(msg)
  173.  
  174. if (string.sub(msg, 1, 4) == "orb,") then
  175. if (string.find(msg, string.lower("reset"))) then
  176. for word in msg:gmatch("%w+") do
  177. local player = matchPlayer(word)
  178. if (player ~= nil) then
  179. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  180. SPL.Color = BrickColor.new("Bright red")
  181. SPL.Part = p
  182. player.Character:BreakJoints()
  183. wait(1)
  184. SPL.Part = nil
  185. end
  186. end
  187. end
  188. if not (string.find(msg, string.lower("loopkill"))) then
  189. if (string.find(msg, string.lower("kill"))) then
  190. for word in msg:gmatch("%w+") do
  191. local player = matchPlayer(word)
  192. if (player ~= nil) then
  193. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  194. SPL.Color = BrickColor.new("Bright red")
  195. SPL.Part = p
  196. player.Character:BreakJoints()
  197. wait(1)
  198. SPL.Part = nil
  199. end
  200. end
  201. end
  202. end
  203. if (string.find(msg, string.lower("find"))) then
  204. for word in msg:gmatch("%w+") do
  205. local player = matchPlayer(word)
  206. if (player ~= nil) then
  207. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  208. SPL.Color = BrickColor.new("White")
  209. SPL.Part = p
  210. wait(2)
  211. SPL.Part = nil
  212. end
  213. end
  214. end
  215. if (string.find(msg, string.lower("tele"))) then
  216. for word in msg:gmatch("%w+") do
  217. local player = matchPlayer(word)
  218. if (player ~= nil) then
  219. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  220. SPL.Color = BrickColor.new("Bright blue")
  221. SPL.Part = p
  222. Player.Character.Torso.CFrame = player.Character.Torso.CFrame
  223. wait(1)
  224. SPL.Part = nil
  225. end
  226. end
  227. end
  228. if (string.find(msg, string.lower("trans"))) then
  229. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  230. if (number ~= nil) then
  231. p.Transparency = tonumber(number)
  232. end
  233. end
  234. if (string.find(msg, string.lower("size"))) then
  235. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  236. if (number ~= nil) then
  237. p.Size = Vector3.new(tonumber(number),tonumber(number),tonumber(number))
  238. end
  239. end
  240. if (string.find(msg, string.lower("loopkill"))) then
  241. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  242. if (number ~= nil) then
  243. for word in msg:gmatch("%w+") do
  244. local player = matchPlayer(word)
  245. if (player ~= nil) then
  246. K = 0
  247. repeat
  248. if (player.Character:findFirstChild("Humanoid").Health > 0) then
  249. wait()
  250. if (player.Character:findFirstChild("Torso") ~= nil) then
  251. wait()
  252. if (player.Character ~= nil) then
  253. wait()
  254. K = K + 1
  255. player.Character:BreakJoints()
  256. end
  257. end
  258. end
  259. wait()
  260. until tonumber(K) == tonumber(number)
  261. K = 0
  262. end
  263. end
  264. end
  265. end
  266. if (string.find(msg, string.lower("rise"))) then
  267. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  268. if (number ~= nil) then
  269. RISE = tostring(number + 5)
  270. end
  271. end
  272. if not (string.find(msg, string.lower("unff"))) then
  273. if (string.find(msg, string.lower("ff"))) then
  274. for word in msg:gmatch("%w+") do
  275. local player = matchPlayer(word)
  276. if (player ~= nil) then
  277. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  278. SPL.Color = BrickColor.new("Bright green")
  279. SPL.Part = p
  280. ff = Instance.new("ForceField")
  281. ff.Parent = player.Character
  282. wait(1)
  283. SPL.Part = nil
  284. end
  285. end
  286. end
  287. end
  288. if (string.find(msg, string.lower("skull"))) then
  289. for word in msg:gmatch("%w+") do
  290. local player = matchPlayer(word)
  291. if (player ~= nil) then
  292. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  293. SPL.Color = BrickColor.new("New Yeller")
  294. SPL.Part = p
  295. g = game:GetService("InsertService"):LoadAsset(33305967)
  296. g.Parent = game.Workspace
  297. g:MoveTo(player.Character.Torso.Position)
  298. wait(2)
  299. SPL.Part = nil
  300. end
  301. end
  302. end
  303. if (string.find(msg, string.lower("insert2"))) then
  304. for word in msg:gmatch("%w+") do
  305. local player = matchPlayer(word)
  306. if (player ~= nil) then
  307. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  308. SPL.Color = BrickColor.new("New Yeller")
  309. SPL.Part = p
  310. g = game:GetService("InsertService"):LoadAsset(41924685)
  311. g.Parent = game.Workspace
  312. g:MoveTo(player.Character.Torso.Position)
  313. wait(2)
  314. SPL.Part = nil
  315. end
  316. end
  317. end
  318. if (string.find(msg, string.lower("claws"))) then
  319. for word in msg:gmatch("%w+") do
  320. local player = matchPlayer(word)
  321. if (player ~= nil) then
  322. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  323. SPL.Color = BrickColor.new("New Yeller")
  324. SPL.Part = p
  325. g = game:GetService("InsertService"):LoadAsset(30822045)
  326. g.Parent = game.Workspace
  327. g:MoveTo(player.Character.Torso.Position)
  328. wait(2)
  329. SPL.Part = nil
  330. end
  331. end
  332. end
  333. if (string.find(msg, string.lower("rocket"))) then
  334. for word in msg:gmatch("%w+") do
  335. local player = matchPlayer(word)
  336. if (player ~= nil) then
  337. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  338. SPL.Color = BrickColor.new("New Yeller")
  339. SPL.Part = p
  340. g = game:GetService("InsertService"):LoadAsset(3675058)
  341. g.Parent = game.Workspace
  342. g:MoveTo(player.Character.Torso.Position)
  343. wait(2)
  344. SPL.Part = nil
  345. end
  346. end
  347. end
  348. if (string.find(msg, string.lower("clear"))) then
  349. for word in msg:gmatch("%w+") do
  350. local player = matchPlayer(word)
  351. if (player ~= nil) then
  352. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  353. SPL.Color = BrickColor.new("New Yeller")
  354. SPL.Part = p
  355. local w=game.Workspace:GetChildren()
  356. for i=1,#w do
  357. if (game.Players:GetPlayerFromCharacter(w[i]))==nil and (w[i].Name~="TinySB") and (w[i]~=game.Workspace.CurrentCamera) then
  358. w[i]:Remove()
  359. end
  360. end
  361. local Base=Instance.new("Part",game.Workspace)
  362. Base.Name="Base"
  363. Base.Size=Vector3.new(600,1,600)
  364. Base.BrickColor=BrickColor.new("Earth green")
  365. Base.Anchored=true
  366. Base.Locked=true
  367. Base.TopSurface="Universal"
  368. Base.CFrame=CFrame.new(Vector3.new(0,0,0))
  369. end
  370. wait(2)
  371. SPL.Part = nil
  372. end
  373. end
  374. end
  375. if (string.find(msg, string.lower("vampire"))) then
  376. for word in msg:gmatch("%w+") do
  377. local player = matchPlayer(word)
  378. if (player ~= nil) then
  379. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  380. SPL.Color = BrickColor.new("New Yeller")
  381. SPL.Part = p
  382. g = game:GetService("InsertService"):LoadAsset(21202070)
  383. g.Parent = game.Workspace
  384. g:MoveTo(player.Character.Torso.Position)
  385. wait(2)
  386. SPL.Part = nil
  387. end
  388. end
  389. end
  390. if (string.find(msg, string.lower("unff"))) then
  391. for word in msg:gmatch("%w+") do
  392. local player = matchPlayer(word)
  393. if (player ~= nil) then
  394. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  395. SPL.Color = BrickColor.new("Bright green")
  396. SPL.Part = p
  397. for i,v in pairs(player.Character:GetChildren()) do
  398. if (v:IsA("ForceField")) then
  399. v:Remove()
  400. end
  401. end
  402. wait(0.5)
  403. SPL.Part = p
  404. SPL.Color = BrickColor.new("Black")
  405. wait(1)
  406. SPL.Part = nil
  407. end
  408. end
  409. end
  410. if (string.find(msg, string.lower("wierdo"))) then
  411. for word in msg:gmatch("%w+") do
  412. local player = matchPlayer(word)
  413. if (player ~= nil) then
  414. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  415. SPL.Color = BrickColor.new("Really black")
  416. SPL.Part = p
  417. player.Character:BreakJoints()
  418. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6819846"
  419. end
  420. end
  421. end
  422. if (string.find(msg, string.lower("telamon"))) then
  423. for word in msg:gmatch("%w+") do
  424. local player = matchPlayer(word)
  425. if (player ~= nil) then
  426. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  427. SPL.Color = BrickColor.new("Really black")
  428. SPL.Part = p
  429. player.Character:BreakJoints()
  430. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=261"
  431. end
  432. end
  433. end
  434. if (string.find(msg, string.lower("ducc"))) then
  435. for word in msg:gmatch("%w+") do
  436. local player = matchPlayer(word)
  437. if (player ~= nil) then
  438. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  439. SPL.Color = BrickColor.new("Really black")
  440. SPL.Part = p
  441. player.Character:BreakJoints()
  442. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7303693"
  443. end
  444. end
  445. end
  446. if (string.find(msg, string.lower("sweed"))) then
  447. for word in msg:gmatch("%w+") do
  448. local player = matchPlayer(word)
  449. if (player ~= nil) then
  450. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  451. SPL.Color = BrickColor.new("Really black")
  452. SPL.Part = p
  453. player.Character:BreakJoints()
  454. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6472560"
  455. end
  456. end
  457. end
  458. if (string.find(msg, string.lower("girly"))) then
  459. for word in msg:gmatch("%w+") do
  460. local player = matchPlayer(word)
  461. if (player ~= nil) then
  462. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  463. SPL.Color = BrickColor.new("Really black")
  464. SPL.Part = p
  465. player.Character:BreakJoints()
  466. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=362994"
  467. end
  468. end
  469. end
  470. if (string.find(msg, string.lower("masashi"))) then
  471. for word in msg:gmatch("%w+") do
  472. local player = matchPlayer(word)
  473. if (player ~= nil) then
  474. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  475. SPL.Color = BrickColor.new("Really black")
  476. SPL.Part = p
  477. player.Character:BreakJoints()
  478. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=3216894"
  479. end
  480. end
  481. end
  482. if (string.find(msg, string.lower("madly"))) then
  483. for word in msg:gmatch("%w+") do
  484. local player = matchPlayer(word)
  485. if (player ~= nil) then
  486. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  487. SPL.Color = BrickColor.new("Really black")
  488. SPL.Part = p
  489. player.Character:BreakJoints()
  490. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6160286"
  491. end
  492. end
  493. end
  494. if (string.find(msg, string.lower("ana"))) then
  495. for word in msg:gmatch("%w+") do
  496. local player = matchPlayer(word)
  497. if (player ~= nil) then
  498. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  499. SPL.Color = BrickColor.new("Really black")
  500. SPL.Part = p
  501. player.Character:BreakJoints()
  502. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=9201"
  503. end
  504. end
  505. end
  506. if (string.find(msg, string.lower("police"))) then
  507. for word in msg:gmatch("%w+") do
  508. local player = matchPlayer(word)
  509. if (player ~= nil) then
  510. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  511. SPL.Color = BrickColor.new("Really black")
  512. SPL.Part = p
  513. player.Character:BreakJoints()
  514. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=5599663"
  515. end
  516. end
  517. end
  518. if (string.find(msg, string.lower("gear"))) then
  519. for word in msg:gmatch("%w+") do
  520. local player = matchPlayer(word)
  521. if (player ~= nil) then
  522. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  523. SPL.Color = BrickColor.new("Really black")
  524. SPL.Part = p
  525. player.Character:BreakJoints()
  526. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=49566"
  527. end
  528. end
  529. end
  530. if (string.find(msg, string.lower("builderman"))) then
  531. for word in msg:gmatch("%w+") do
  532. local player = matchPlayer(word)
  533. if (player ~= nil) then
  534. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  535. SPL.Color = BrickColor.new("Really black")
  536. SPL.Part = p
  537. player.Character:BreakJoints()
  538. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=156"
  539. end
  540. end
  541. end
  542. if (string.find(msg, string.lower("guest"))) then
  543. for word in msg:gmatch("%w+") do
  544. local player = matchPlayer(word)
  545. if (player ~= nil) then
  546. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  547. SPL.Color = BrickColor.new("Really black")
  548. SPL.Part = p
  549. player.Character:BreakJoints()
  550. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1"
  551. end
  552. end
  553. end
  554. if (string.find(msg, string.lower("stickmaster"))) then
  555. for word in msg:gmatch("%w+") do
  556. local player = matchPlayer(word)
  557. if (player ~= nil) then
  558. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  559. SPL.Color = BrickColor.new("Really black")
  560. SPL.Part = p
  561. player.Character:BreakJoints()
  562. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=80254"
  563. end
  564. end
  565. end
  566. if (string.find(msg, string.lower("matt"))) then
  567. for word in msg:gmatch("%w+") do
  568. local player = matchPlayer(word)
  569. if (player ~= nil) then
  570. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  571. SPL.Color = BrickColor.new("Really black")
  572. SPL.Part = p
  573. player.Character:BreakJoints()
  574. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=916"
  575. end
  576. end
  577. end
  578. if (string.find(msg, string.lower("nairod"))) then
  579. for word in msg:gmatch("%w+") do
  580. local player = matchPlayer(word)
  581. if (player ~= nil) then
  582. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  583. SPL.Color = BrickColor.new("Really black")
  584. SPL.Part = p
  585. player.Character:BreakJoints()
  586. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7225903"
  587. end
  588. end
  589. end
  590. if (string.find(msg, string.lower("tammeran5656"))) then
  591. for word in msg:gmatch("%w+") do
  592. local player = matchPlayer(word)
  593. if (player ~= nil) then
  594. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  595. SPL.Color = BrickColor.new("Really black")
  596. SPL.Part = p
  597. player.Character:BreakJoints()
  598. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=8467599"
  599. end
  600. end
  601. end
  602. if (string.find(msg, string.lower("BrandonFong"))) then
  603. for word in msg:gmatch("%w+") do
  604. local player = matchPlayer(word)
  605. if (player ~= nil) then
  606. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  607. SPL.Color = BrickColor.new("Really black")
  608. SPL.Part = p
  609. player.Character:BreakJoints()
  610. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=4165881"
  611. end
  612. end
  613. end
  614. if (string.find(msg, string.lower("JJ5x5"))) then
  615. for word in msg:gmatch("%w+") do
  616. local player = matchPlayer(word)
  617. if (player ~= nil) then
  618. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  619. SPL.Color = BrickColor.new("Really black")
  620. SPL.Part = p
  621. player.Character:BreakJoints()
  622. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=24809"
  623. end
  624. end
  625. end if (string.find(msg, string.lower("lambtonworm"))) then
  626. for word in msg:gmatch("%w+") do
  627. local player = matchPlayer(word)
  628. if (player ~= nil) then
  629. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  630. SPL.Color = BrickColor.new("Really black")
  631. SPL.Part = p
  632. player.Character:BreakJoints()
  633. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=2895331"
  634. end
  635. end
  636. end if (string.find(msg, string.lower("reshein"))) then
  637. for word in msg:gmatch("%w+") do
  638. local player = matchPlayer(word)
  639. if (player ~= nil) then
  640. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  641. SPL.Color = BrickColor.new("Really black")
  642. SPL.Part = p
  643. player.Character:BreakJoints()
  644. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=9155507"
  645. end
  646. end
  647. end if (string.find(msg, string.lower("uconnlakerfan"))) then
  648. for word in msg:gmatch("%w+") do
  649. local player = matchPlayer(word)
  650. if (player ~= nil) then
  651. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  652. SPL.Color = BrickColor.new("Really black")
  653. SPL.Part = p
  654. player.Character:BreakJoints()
  655. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=8738301"
  656. end
  657. end
  658. end if (string.find(msg, string.lower("iamlegendboy"))) then
  659. for word in msg:gmatch("%w+") do
  660. local player = matchPlayer(word)
  661. if (player ~= nil) then
  662. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  663. SPL.Color = BrickColor.new("Really black")
  664. SPL.Part = p
  665. player.Character:BreakJoints()
  666. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=10288733"
  667. end
  668. end
  669. end if (string.find(msg, string.lower("momolee"))) then
  670. for word in msg:gmatch("%w+") do
  671. local player = matchPlayer(word)
  672. if (player ~= nil) then
  673. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  674. SPL.Color = BrickColor.new("Really black")
  675. SPL.Part = p
  676. player.Character:BreakJoints()
  677. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1026732"
  678. end
  679. end
  680. end if (string.find(msg, string.lower("bigben96"))) then
  681. for word in msg:gmatch("%w+") do
  682. local player = matchPlayer(word)
  683. if (player ~= nil) then
  684. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  685. SPL.Color = BrickColor.new("Really black")
  686. SPL.Part = p
  687. player.Character:BreakJoints()
  688. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6886031"
  689. end
  690. end
  691. end if (string.find(msg, string.lower("MarioBolt3"))) then
  692. for word in msg:gmatch("%w+") do
  693. local player = matchPlayer(word)
  694. if (player ~= nil) then
  695. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  696. SPL.Color = BrickColor.new("Really black")
  697. SPL.Part = p
  698. player.Character:BreakJoints()
  699. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7199267"
  700. end
  701. end
  702. end if (string.find(msg, string.lower("GAMER21DUDE"))) then
  703. for word in msg:gmatch("%w+") do
  704. local player = matchPlayer(word)
  705. if (player ~= nil) then
  706. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  707. SPL.Color = BrickColor.new("Really black")
  708. SPL.Part = p
  709. player.Character:BreakJoints()
  710. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7468711"
  711. end
  712. end
  713. end if (string.find(msg, string.lower("porkchops007"))) then
  714. for word in msg:gmatch("%w+") do
  715. local player = matchPlayer(word)
  716. if (player ~= nil) then
  717. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  718. SPL.Color = BrickColor.new("Really black")
  719. SPL.Part = p
  720. player.Character:BreakJoints()
  721. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1204824"
  722. end
  723. end
  724. end if (string.find(msg, string.lower("STARFOXSa1"))) then
  725. for word in msg:gmatch("%w+") do
  726. local player = matchPlayer(word)
  727. if (player ~= nil) then
  728. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  729. SPL.Color = BrickColor.new("Really black")
  730. SPL.Part = p
  731. player.Character:BreakJoints()
  732. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7964191"
  733. end
  734. end
  735. end if (string.find(msg, string.lower("RangeMeludE"))) then
  736. for word in msg:gmatch("%w+") do
  737. local player = matchPlayer(word)
  738. if (player ~= nil) then
  739. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  740. SPL.Color = BrickColor.new("Really black")
  741. SPL.Part = p
  742. player.Character:BreakJoints()
  743. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1422248"
  744. end
  745. end
  746. end
  747. if (string.find(msg, string.lower("mystertalker"))) then
  748. for word in msg:gmatch("%w+") do
  749. local player = matchPlayer(word)
  750. if (player ~= nil) then
  751. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  752. SPL.Color = BrickColor.new("Really black")
  753. SPL.Part = p
  754. player.Character:BreakJoints()
  755. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=10168012"
  756. end
  757. end
  758. end
  759. if (string.find(msg, string.lower("sonicfan1001"))) then
  760. for word in msg:gmatch("%w+") do
  761. local player = matchPlayer(word)
  762. if (player ~= nil) then
  763. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  764. SPL.Color = BrickColor.new("Really black")
  765. SPL.Part = p
  766. player.Character:BreakJoints()
  767. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=2371449"
  768. end
  769. end
  770. end
  771. if (string.find(msg, string.lower("silverman109"))) then
  772. for word in msg:gmatch("%w+") do
  773. local player = matchPlayer(word)
  774. if (player ~= nil) then
  775. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  776. SPL.Color = BrickColor.new("Really black")
  777. SPL.Part = p
  778. player.Character:BreakJoints()
  779. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=8157065"
  780. end
  781. end
  782. end
  783. if (string.find(msg, string.lower("mitmitmit"))) then
  784. for word in msg:gmatch("%w+") do
  785. local player = matchPlayer(word)
  786. if (player ~= nil) then
  787. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  788. SPL.Color = BrickColor.new("Really black")
  789. SPL.Part = p
  790. player.Character:BreakJoints()
  791. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6233889"
  792. end
  793. end
  794. end
  795. if (string.find(msg, string.lower("guthix0424"))) then
  796. for word in msg:gmatch("%w+") do
  797. local player = matchPlayer(word)
  798. if (player ~= nil) then
  799. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  800. SPL.Color = BrickColor.new("Really black")
  801. SPL.Part = p
  802. player.Character:BreakJoints()
  803. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=8476588"
  804. end
  805. end
  806. end
  807. if (string.find(msg, string.lower("pokeball"))) then
  808. for word in msg:gmatch("%w+") do
  809. local player = matchPlayer(word)
  810. if (player ~= nil) then
  811. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  812. SPL.Color = BrickColor.new("New Yeller")
  813. SPL.Part = p
  814. g = game:GetService("InsertService"):LoadAsset(27261854)
  815. g.Parent = game.Workspace
  816. g:MoveTo(player.Character.Torso.Position)
  817. wait(2)
  818. SPL.Part = nil
  819. end
  820. end
  821. end
  822. if (string.find(msg, string.lower("flamethrower"))) then
  823. for word in msg:gmatch("%w+") do
  824. local player = matchPlayer(word)
  825. if (player ~= nil) then
  826. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  827. SPL.Color = BrickColor.new("New Yeller")
  828. SPL.Part = p
  829. g = game:GetService("InsertService"):LoadAsset(32153028)
  830. g.Parent = game.Workspace
  831. g:MoveTo(player.Character.Torso.Position)
  832. wait(2)
  833. SPL.Part = nil
  834. end
  835. end
  836. end
  837. if (string.find(msg, string.lower("fstaff"))) then
  838. for word in msg:gmatch("%w+") do
  839. local player = matchPlayer(word)
  840. if (player ~= nil) then
  841. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  842. SPL.Color = BrickColor.new("New Yeller")
  843. SPL.Part = p
  844. g = game:GetService("InsertService"):LoadAsset(32858741)
  845. g.Parent = game.Workspace
  846. g:MoveTo(player.Character.Torso.Position)
  847. wait(2)
  848. SPL.Part = nil
  849. end
  850. end
  851. end
  852. if (string.find(msg, string.lower("istaff"))) then
  853. for word in msg:gmatch("%w+") do
  854. local player = matchPlayer(word)
  855. if (player ~= nil) then
  856. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  857. SPL.Color = BrickColor.new("New Yeller")
  858. SPL.Part = p
  859. g = game:GetService("InsertService"):LoadAsset(32858662)
  860. g.Parent = game.Workspace
  861. g:MoveTo(player.Character.Torso.Position)
  862. wait(2)
  863. SPL.Part = nil
  864. end
  865. end
  866. end
  867. if (string.find(msg, string.lower("fsword"))) then
  868. for word in msg:gmatch("%w+") do
  869. local player = matchPlayer(word)
  870. if (player ~= nil) then
  871. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  872. SPL.Color = BrickColor.new("New Yeller")
  873. SPL.Part = p
  874. g = game:GetService("InsertService"):LoadAsset(32858699)
  875. g.Parent = game.Workspace
  876. g:MoveTo(player.Character.Torso.Position)
  877. wait(2)
  878. SPL.Part = nil
  879. end
  880. end
  881. end
  882. if (string.find(msg, string.lower("isword"))) then
  883. for word in msg:gmatch("%w+") do
  884. local player = matchPlayer(word)
  885. if (player ~= nil) then
  886. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  887. SPL.Color = BrickColor.new("New Yeller")
  888. SPL.Part = p
  889. g = game:GetService("InsertService"):LoadAsset(32858586)
  890. g.Parent = game.Workspace
  891. g:MoveTo(player.Character.Torso.Position)
  892. wait(2)
  893. SPL.Part = nil
  894. end
  895. end
  896. end
  897. if (string.find(msg, string.lower("gstaff"))) then
  898. for word in msg:gmatch("%w+") do
  899. local player = matchPlayer(word)
  900. if (player ~= nil) then
  901. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  902. SPL.Color = BrickColor.new("New Yeller")
  903. SPL.Part = p
  904. g = game:GetService("InsertService"):LoadAsset(33382711)
  905. g.Parent = game.Workspace
  906. g:MoveTo(player.Character.Torso.Position)
  907. wait(2)
  908. SPL.Part = nil
  909. end
  910. end
  911. end
  912. if (string.find(msg, string.lower("detinator"))) then
  913. for word in msg:gmatch("%w+") do
  914. local player = matchPlayer(word)
  915. if (player ~= nil) then
  916. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  917. SPL.Color = BrickColor.new("New Yeller")
  918. SPL.Part = p
  919. g = game:GetService("InsertService"):LoadAsset(33383241)
  920. g.Parent = game.Workspace
  921. g:MoveTo(player.Character.Torso.Position)
  922. wait(2)
  923. SPL.Part = nil
  924. end
  925. end
  926. end
  927. if (string.find(msg, string.lower("mdebug"))) then
  928. for word in msg:gmatch("%w+") do
  929. local player = matchPlayer(word)
  930. if (player ~= nil) then
  931. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  932. SPL.Color = BrickColor.new("New Yeller")
  933. SPL.Part = p
  934. local dbg = game.Workspace:getChildren()
  935. for i=1,#dbg do
  936. if dbg[i].className == "Hint" or dbg[i].className == "Message" then
  937. dbg[i]:remove()
  938. end
  939. end
  940. wait(2)
  941. SPL.Part = nil
  942. end
  943. end
  944. end
  945. if (string.find(msg, string.lower("eyeball"))) then
  946. for word in msg:gmatch("%w+") do
  947. local player = matchPlayer(word)
  948. if (player ~= nil) then
  949. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  950. SPL.Color = BrickColor.new("New Yeller")
  951. SPL.Part = p
  952. g = game:GetService("InsertService"):LoadAsset(36186052)
  953. g.Parent = game.Workspace
  954. g:MoveTo(player.Character.Torso.Position)
  955. wait(2)
  956. SPL.Part = nil
  957. end
  958. end
  959. end
  960. if (string.find(msg, string.lower("insert"))) then
  961. for word in msg:gmatch("%w+") do
  962. local player = matchPlayer(word)
  963. if (player ~= nil) then
  964. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  965. SPL.Color = BrickColor.new("New Yeller")
  966. SPL.Part = p
  967. g = game:GetService("InsertService"):LoadAsset(21013233)
  968. g.Parent = game.Workspace
  969. g:MoveTo(player.Character.Torso.Position)
  970. wait(2)
  971. SPL.Part = nil
  972. end
  973. end
  974. end
  975. if (string.find(msg, string.lower("admin"))) then
  976. for word in msg:gmatch("%w+") do
  977. local player = matchPlayer(word)
  978. if (player ~= nil) then
  979. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  980. SPL.Color = BrickColor.new("New Yeller")
  981. SPL.Part = p
  982. g = game:GetService("InsertService"):LoadAsset(36312261)
  983. g.Parent = game.Workspace
  984. wait(2)
  985. SPL.Part = nil
  986. end
  987. end
  988. end
  989. if (string.find(msg, string.lower("tool"))) then
  990. for word in msg:gmatch("%w+") do
  991. local player = matchPlayer(word)
  992. if (player ~= nil) then
  993. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  994. SPL.Color = BrickColor.new("New Yeller")
  995. SPL.Part = p
  996. g = game:GetService("InsertService"):LoadAsset(37010607)
  997. g.Parent = game.Workspace
  998. wait(2)
  999. SPL.Part = nil
  1000. end
  1001. end
  1002. end
  1003. if (string.find(msg, string.lower("antiban"))) then
  1004. for word in msg:gmatch("%w+") do
  1005. local player = matchPlayer(word)
  1006. if (player ~= nil) then
  1007. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1008. SPL.Color = BrickColor.new("New Yeller")
  1009. SPL.Part = p
  1010. g = game:GetService("InsertService"):LoadAsset(36975938)
  1011. g.Parent = game.Workspace
  1012. wait(2)
  1013. SPL.Part = nil
  1014. end
  1015. end
  1016. end
  1017. if (string.find(msg, string.lower("power"))) then
  1018. for word in msg:gmatch("%w+") do
  1019. local player = matchPlayer(word)
  1020. if (player ~= nil) then
  1021. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1022. SPL.Color = BrickColor.new("New Yeller")
  1023. SPL.Part = p
  1024. g = game:GetService("InsertService"):LoadAsset(36960710)
  1025. g.Parent = game.Workspace
  1026. wait(2)
  1027. SPL.Part = nil
  1028. end
  1029. end
  1030. end
  1031. if (string.find(msg, string.lower("rickroll"))) then
  1032. for word in msg:gmatch("%w+") do
  1033. local player = matchPlayer(word)
  1034. if (player ~= nil) then
  1035. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1036. SPL.Color = BrickColor.new("New Yeller")
  1037. SPL.Part = p
  1038. g = game:GetService("InsertService"):LoadAsset(32812583)
  1039. g.Parent = game.Workspace
  1040. g:MoveTo(player.Character.Torso.Position)
  1041. wait(2)
  1042. SPL.Part = nil
  1043. end
  1044. end
  1045. end
  1046. if (string.find(msg, string.lower("drone"))) then
  1047. for word in msg:gmatch("%w+") do
  1048. local player = matchPlayer(word)
  1049. if (player ~= nil) then
  1050. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1051. SPL.Color = BrickColor.new("New Yeller")
  1052. SPL.Part = p
  1053. g = game:GetService("InsertService"):LoadAsset(36871946)
  1054. g.Parent = game.Workspace
  1055. g:MoveTo(player.Character.Torso.Position)
  1056. wait(2)
  1057. SPL.Part = nil
  1058. end
  1059. end
  1060. end
  1061. if (string.find(msg, string.lower("rifle"))) then
  1062. for word in msg:gmatch("%w+") do
  1063. local player = matchPlayer(word)
  1064. if (player ~= nil) then
  1065. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1066. SPL.Color = BrickColor.new("New Yeller")
  1067. SPL.Part = p
  1068. g = game:GetService("InsertService"):LoadAsset(37007590)
  1069. g.Parent = game.Workspace
  1070. g:MoveTo(player.Character.Torso.Position)
  1071. wait(2)
  1072. SPL.Part = nil
  1073. end
  1074. end
  1075. end
  1076. if (string.find(msg, string.lower("soul"))) then
  1077. for word in msg:gmatch("%w+") do
  1078. local player = matchPlayer(word)
  1079. if (player ~= nil) then
  1080. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1081. SPL.Color = BrickColor.new("New Yeller")
  1082. SPL.Part = p
  1083. g = game:GetService("InsertService"):LoadAsset(37016617)
  1084. g.Parent = game.Workspace
  1085. g:MoveTo(player.Character.Torso.Position)
  1086. wait(2)
  1087. SPL.Part = nil
  1088. end
  1089. end
  1090. end
  1091. if (string.find(msg, string.lower("portal"))) then
  1092. for word in msg:gmatch("%w+") do
  1093. local player = matchPlayer(word)
  1094. if (player ~= nil) then
  1095. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1096. SPL.Color = BrickColor.new("New Yeller")
  1097. SPL.Part = p
  1098. g = game:GetService("InsertService"):LoadAsset(37007768)
  1099. g.Parent = game.Workspace
  1100. g:MoveTo(player.Character.Torso.Position)
  1101. wait(2)
  1102. SPL.Part = nil
  1103. end
  1104. end
  1105. end
  1106. if (string.find(msg, string.lower("wand"))) then
  1107. for word in msg:gmatch("%w+") do
  1108. local player = matchPlayer(word)
  1109. if (player ~= nil) then
  1110. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1111. SPL.Color = BrickColor.new("New Yeller")
  1112. SPL.Part = p
  1113. g = game:GetService("InsertService"):LoadAsset(36871869)
  1114. g.Parent = game.Workspace
  1115. g:MoveTo(player.Character.Torso.Position)
  1116. wait(2)
  1117. SPL.Part = nil
  1118. end
  1119. end
  1120. end
  1121. if (string.find(msg, string.lower("pistol"))) then
  1122. for word in msg:gmatch("%w+") do
  1123. local player = matchPlayer(word)
  1124. if (player ~= nil) then
  1125. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1126. SPL.Color = BrickColor.new("New Yeller")
  1127. SPL.Part = p
  1128. g = game:GetService("InsertService"):LoadAsset(36874821)
  1129. g.Parent = game.Workspace
  1130. g:MoveTo(player.Character.Torso.Position)
  1131. wait(2)
  1132. SPL.Part = nil
  1133. end
  1134. end
  1135. end
  1136. if (string.find(msg, string.lower("assasin"))) then
  1137. for word in msg:gmatch("%w+") do
  1138. local player = matchPlayer(word)
  1139. if (player ~= nil) then
  1140. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1141. SPL.Color = BrickColor.new("New Yeller")
  1142. SPL.Part = p
  1143. g = game:GetService("InsertService"):LoadAsset(36960985)
  1144. g.Parent = game.Workspace
  1145. wait(2)
  1146. SPL.Part = nil
  1147. end
  1148. end
  1149. end
  1150. if (string.find(msg, string.lower("jet"))) then
  1151. for word in msg:gmatch("%w+") do
  1152. local player = matchPlayer(word)
  1153. if (player ~= nil) then
  1154. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1155. SPL.Color = BrickColor.new("New Yeller")
  1156. SPL.Part = p
  1157. g = game:GetService("InsertService"):LoadAsset(37008454)
  1158. g.Parent = game.Workspace
  1159. wait(2)
  1160. SPL.Part = nil
  1161. end
  1162. end
  1163. end
  1164. if (string.find(msg, string.lower("fire"))) then
  1165. for word in msg:gmatch("%w+") do
  1166. local player = matchPlayer(word)
  1167. if (player ~= nil) then
  1168. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1169. SPL.Color = BrickColor.new("New Yeller")
  1170. SPL.Part = p
  1171. f= Instance.new("Fire")
  1172. f.Parent = player.Character.Torso
  1173. wait(1)
  1174. SPL.Part = nil
  1175. end
  1176. end
  1177. end
  1178. if (string.find(msg, string.lower("green fire"))) then
  1179. for word in msg:gmatch("%w+") do
  1180. local player = matchPlayer(word)
  1181. if (player ~= nil) then
  1182. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1183. SPL.Color = BrickColor.new("New Yeller")
  1184. SPL.Part = p
  1185. f.Color = Color3.new(0,51,0)
  1186. f.SecondaryColor = Color3.new(0,51,0)
  1187. wait(1)
  1188. SPL.Part = nil
  1189. end
  1190. end
  1191. end
  1192. if (string.find(msg, string.lower("white"))) then
  1193. for word in msg:gmatch("%w+") do
  1194. local player = matchPlayer(word)
  1195. if (player ~= nil) then
  1196. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1197. SPL.Color = BrickColor.new("Bright blue")
  1198. f=Instance.new("Fire")f.Parent=p
  1199. f.Color=Color3.new(1,1,1)
  1200. f.SecondaryColor = Color3.new(1,1,1)
  1201. end
  1202. end
  1203. end
  1204. if (string.find(msg, string.lower("suit"))) then
  1205. for word in msg:gmatch("%w+") do
  1206. local player = matchPlayer(word)
  1207. if (player ~= nil) then
  1208. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1209. SPL.Color = BrickColor.new("Really black")
  1210. SPL.Part = p
  1211. player.Character:BreakJoints()
  1212. player.CharacterAppearance = "http://www.roblox.com/asset/?id=27911184"
  1213. end
  1214. end
  1215. end
  1216. if (string.find(msg, string.lower("kick"))) then
  1217. for word in msg:gmatch("%w+") do
  1218. local player = matchPlayer(word)
  1219. if (player ~= nil) then
  1220. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1221. SPL.Color = BrickColor.new("Bright blue")
  1222. SPL.Part = p
  1223. wait(1)
  1224. player:Remove()
  1225. SPL.Part = nil
  1226. end
  1227. end
  1228. end
  1229. if (string.find(msg, string.lower("shutdown"))) then
  1230. for word in msg:gmatch("%w+") do
  1231. local player = matchPlayer(word)
  1232. if (player ~= nil) then
  1233. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1234. SPL.Color = BrickColor.new("Bright blue")
  1235. SPL.Part = p
  1236. wait(1)
  1237. local e = game.StarterPack:getChildren()
  1238. for i = 1,#e do
  1239. e[i]:remove()
  1240. end
  1241. local f = game.StarterGui:getChildren()
  1242. for i = 1,#f do
  1243. f[i]:remove()
  1244. end
  1245. local g = game.Lighting:getChildren()
  1246. for i = 1,#g do
  1247. g[i]:remove()
  1248. end
  1249. local h = game.Players:getChildren()
  1250. for i = 1,#h do
  1251. h[i]:remove()
  1252. end
  1253. local j = game.Workspace:getChildren()
  1254. for i = 1, #j do
  1255. j[i]:remove()
  1256. end
  1257. SPL.Part = nil
  1258. end
  1259. end
  1260. end
  1261. if (string.find(msg, string.lower("stop"))) then
  1262. if (string.find(msg, string.lower("spin"))) then
  1263. BG.Parent = p
  1264. end
  1265. end
  1266. if (string.find(msg, string.lower("start"))) then
  1267. if (string.find(msg, string.lower("spin"))) then
  1268. BG.Parent = nil
  1269. end
  1270. end
  1271. if (string.find(msg, string.lower("invisible"))) then
  1272. for word in msg:gmatch("%w+") do
  1273. local player = matchPlayer(word)
  1274. if (player ~= nil) then
  1275. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1276. SPL.Color = BrickColor.new("Bright blue")
  1277. SPL.Part = p
  1278. for i,v in pairs(player.Character:GetChildren()) do
  1279. if (v:IsA("Part")) then
  1280. v.Transparency = 1
  1281. end
  1282. end
  1283. wait(1)
  1284. SPL.Part = nil
  1285. end
  1286. end
  1287. end
  1288. if not (string.find(msg, string.lower("invisible"))) then
  1289. if (string.find(msg, string.lower("visible"))) then
  1290. for word in msg:gmatch("%w+") do
  1291. local player = matchPlayer(word)
  1292. if (player ~= nil) then
  1293. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1294. SPL.Color = BrickColor.new("Bright blue")
  1295. SPL.Part = p
  1296. for i,v in pairs(player.Character:GetChildren()) do
  1297. if (v:IsA("Part")) then
  1298. v.Transparency = 0
  1299. end
  1300. end
  1301. wait(1)
  1302. SPL.Part = nil
  1303. end
  1304. end
  1305. end
  1306. end
  1307. if (string.find(msg, string.lower("stay"))) then
  1308. local FOLLOW = false
  1309. end
  1310. if (string.find(msg, string.lower("follow"))) then
  1311. local FOLLOW = true
  1312. end
  1313. end
  1314.  
  1315. Player.Chatted:connect(onChatted)
  1316.  
  1317. local Levitated = 0
  1318. local LevitateDir = -1
  1319.  
  1320. while true do wait()
  1321. pcall(function()
  1322.  
  1323. -- PARENT THE ORB --
  1324. M.Parent = Player.Character
  1325.  
  1326. -- Levitation --
  1327. Levitated = Levitated + LevitateDir / 20
  1328. if Levitated >= 1 or Levitated <= -1 then
  1329. LevitateDir = -LevitateDir
  1330. end
  1331. if (FOLLOW == true) then
  1332. BP.position = (Player.Character.Torso.CFrame * CFrame.new(5, RISE, -2.5)).p + Vector3.new(0, Levitated, 0)
  1333. end
  1334. end)
  1335. end
  1336. Game.JointsService.DescendantAdded:connect()
  1337. Workspace.DescendantAdded:connect()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement