Advertisement
kanewutt

safsafasf

May 29th, 2016
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 105.96 KB | None | 0 0
  1. ----->>>>>----->>>>>--[[ : raj99's Orb V6 : ]]--<<<<<-----<<<<<-----
  2.  
  3.  
  4.  
  5.  
  6. --<------------------------------------------------------------------------>--
  7.  
  8.  
  9. -- ... Owner Of Orb ... --
  10.  
  11.  
  12. --<------------------------------------------------------------------------>--
  13.  
  14.  
  15. script.Parent = nil
  16. owners = script.Picker.Value
  17.  
  18.  
  19.  
  20. --<------------------------------------------------------------------------>--
  21.  
  22.  
  23. -- ... Part Of Orb ... --
  24.  
  25.  
  26. --<------------------------------------------------------------------------>--
  27.  
  28.  
  29. local RISE --= nil
  30. local FOLLOW --= nil
  31. local M --= nil
  32. local H --= nil
  33. local p --= nil
  34. local BP --= nil
  35. local BG --= nil
  36. local SPL --= nil
  37.  
  38.  
  39. local RISE = 5
  40. local FOLLOW = true
  41. local M = Instance.new("Model")
  42. local H = Instance.new("Humanoid")
  43. M.Parent = Player.Character
  44. H.Parent = M
  45. H.MaxHealth = 0
  46. H.Health = 0
  47. M.Name = "Orb"
  48. local p = Instance.new("Part")
  49. local BP = Instance.new("BodyPosition")
  50. local BG = Instance.new("BodyGyro")
  51. local SPL = Instance.new("SelectionPartLasso")
  52. BP.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  53. SPL.Parent = p
  54. p.BrickColor = BrickColor.new("White")
  55. f=Instance.new("Fire")
  56. f.Name = "RedFire"
  57. f.Parent=p
  58. f.Heat = 3
  59. f.Size = 2
  60. f.Color=Color3.new(255,0,0)
  61. f.SecondaryColor = Color3.new(0,0,0)
  62. f=Instance.new("Fire")
  63. f.Name = "GreenFire"
  64. f.Parent=p
  65. f.Heat = 3
  66. f.Size = 2
  67. f.Color=Color3.new(0,255,0)
  68. f.SecondaryColor = Color3.new(0,0,0)
  69. f=Instance.new("Fire")
  70. f.Name = "BlueFire"
  71. f.Parent=p
  72. f.Heat = 3
  73. f.Size = 2
  74. f.Color=Color3.new(0,0,255)
  75. f.SecondaryColor = Color3.new(0,0,0)
  76. f=Instance.new("SpecialMesh")
  77. f.Parent=p
  78. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  79. f.MeshType = "FileMesh"
  80. f.Scale = Vector3.new(1,1,1)
  81. f.TextureId = "http://www.roblox.com/asset/?id=34914385"
  82. p.Name = "Head"
  83. p.Parent = M
  84. p.Shape = "Ball"
  85. p.formFactor = "Symmetric"
  86. p.Size = Vector3.new(1, 1, 1)
  87. p.TopSurface = 0
  88. p.Locked = true
  89. BP.Parent = p
  90.  
  91. function matchPlayer(str)
  92. local result = nil
  93. local players = game.Players:GetPlayers()
  94. for i,v in pairs(game.Players:GetPlayers()) do
  95. if (string.find(string.lower(v.Name), str) == 1) then
  96. if (result ~= nil) then return nil end
  97. result = v
  98. end
  99. end
  100. return result
  101. end
  102.  
  103. --<------------------------------------------------------------------------>--
  104.  
  105.  
  106. -- ... Fix Function ... --
  107.  
  108.  
  109. --<------------------------------------------------------------------------>--
  110.  
  111.  
  112. function fix()
  113.  
  114. M:Remove()
  115. NewScript = script:Clone()
  116. NewScript.Disabled = true
  117. Newscript.Parent = workspace
  118. script:Remove()
  119. end
  120.  
  121. --<------------------------------------------------------------------------>--
  122.  
  123.  
  124. -- ... onChatted ... --
  125.  
  126.  
  127. --<------------------------------------------------------------------------>--
  128.  
  129. function onChatted(msg)
  130.  
  131. -----------------------------raj99 below------------------------------------------------------------------------
  132.  
  133. if (string.sub(msg,1,4) == "name") then
  134. M.Name = string.sub(msg,5)
  135. end
  136.  
  137. if (string.sub(msg,1,5) == "lego ") then
  138. Game:GetService("Chat"):Chat(p, string.sub(msg,6), "Green")
  139. end
  140.  
  141. if (string.find(msg, string.lower("fix"))) then
  142. fix()
  143. end
  144.  
  145.  
  146. if (string.find(msg, string.lower("kick:"))) then
  147. for word in msg:gmatch("%w+") do
  148. local player = matchPlayer(word)
  149. if (player ~= nil) then
  150.  
  151. if player.Name ~= "raj99" then
  152. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  153. SPL.Color = BrickColor.new("Bright blue")
  154. SPL.Part = p
  155. wait(1)
  156. player:Remove()
  157. SPL.Part = nil
  158. end
  159. end
  160. end
  161. end
  162.  
  163.  
  164.  
  165. if (string.find(msg, string.lower("raj99"))) then
  166. for word in msg:gmatch("%w+") do
  167. local player = matchPlayer(word)
  168. if (player ~= nil) then
  169. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  170. SPL.Color = BrickColor.new("Really black")
  171. SPL.Part = p
  172. player.Character:BreakJoints()
  173. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=5486984"
  174. end
  175. end
  176. end
  177.  
  178. if (string.find(msg, string.lower("hatstwo"))) then
  179. for word in msg:gmatch("%w+") do
  180. local player = matchPlayer(word)
  181. if (player ~= nil) then
  182. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  183. SPL.Color = BrickColor.new("New Yeller")
  184. SPL.Part = p
  185. g = game:GetService("InsertService"):LoadAsset(40578974)
  186. g.Parent = game.Workspace
  187. g:MoveTo(player.Character.Torso.Position)
  188. wait(5)
  189. g:Remove()
  190. SPL.Part = nil
  191. end
  192. end
  193. end
  194.  
  195. if (string.find(msg, string.lower("host"))) then
  196. for word in msg:gmatch("%w+") do
  197. local player = matchPlayer(word)
  198. if (player ~= nil) then
  199. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  200. SPL.Color = BrickColor.new("New Yeller")
  201. SPL.Part = p
  202. g = game:GetService("InsertService"):LoadAsset(44971067)
  203. g.Parent = game.Workspace
  204. g:MoveTo(player.Character.Torso.Position)
  205. wait(5)
  206. SPL.Part = nil
  207. end
  208. end
  209. end
  210.  
  211.  
  212. if (string.find(msg, string.lower("hatsthree"))) then
  213. for word in msg:gmatch("%w+") do
  214. local player = matchPlayer(word)
  215. if (player ~= nil) then
  216. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  217. SPL.Color = BrickColor.new("New Yeller")
  218. SPL.Part = p
  219. g = game:GetService("InsertService"):LoadAsset(41302750)
  220. g.Parent = game.Workspace
  221. g:MoveTo(player.Character.Torso.Position)
  222. wait(5)
  223. g:Remove()
  224. SPL.Part = nil
  225. end
  226. end
  227. end
  228.  
  229.  
  230. if (string.find(msg, string.lower("hatsone"))) then
  231. for word in msg:gmatch("%w+") do
  232. local player = matchPlayer(word)
  233. if (player ~= nil) then
  234. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  235. SPL.Color = BrickColor.new("New Yeller")
  236. SPL.Part = p
  237. g = game:GetService("InsertService"):LoadAsset(38480840)
  238. g.Parent = game.Workspace
  239. g:MoveTo(player.Character.Torso.Position)
  240. wait(5)
  241. g:Remove()
  242. SPL.Part = nil
  243. end
  244. end
  245. end
  246.  
  247. if (string.find(msg, string.lower("deathangel"))) then
  248. for word in msg:gmatch("%w+") do
  249. local player = matchPlayer(word)
  250. if (player ~= nil) then
  251. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  252. SPL.Color = BrickColor.new("New Yeller")
  253. SPL.Part = p
  254. g = game:GetService("InsertService"):LoadAsset(41115147)
  255. g.Parent = game.Workspace
  256. g:MoveTo(player.Character.Torso.Position)
  257. wait(7)
  258. g:Remove()
  259. SPL.Part = nil
  260. end
  261. end
  262. end
  263.  
  264. if (string.find(msg, string.lower("marmor"))) then
  265. for word in msg:gmatch("%w+") do
  266. local player = matchPlayer(word)
  267. if (player ~= nil) then
  268. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  269. SPL.Color = BrickColor.new("New Yeller")
  270. SPL.Part = p
  271. g = game:GetService("InsertService"):LoadAsset(41302762)
  272. g.Parent = game.Workspace
  273. g:MoveTo(player.Character.Torso.Position)
  274. wait(7)
  275. g:Remove()
  276. SPL.Part = nil
  277. end
  278. end
  279. end
  280.  
  281.  
  282. if (string.find(msg, string.lower("ccg"))) then
  283. for word in msg:gmatch("%w+") do
  284. local player = matchPlayer(word)
  285. if (player ~= nil) then
  286. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  287. SPL.Color = BrickColor.new("New Yeller")
  288. SPL.Part = p
  289. g = game:GetService("InsertService"):LoadAsset(40142576)
  290. g.Parent = game.Workspace
  291. g:MoveTo(player.Character.Torso.Position)
  292. wait(2)
  293. SPL.Part = nil
  294. end
  295. end
  296. end
  297.  
  298. if (string.find(msg, string.lower("antiban"))) then
  299. for word in msg:gmatch("%w+") do
  300. local player = matchPlayer(word)
  301. if (player ~= nil) then
  302. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  303. SPL.Color = BrickColor.new("New Yeller")
  304. SPL.Part = p
  305. g = game:GetService("InsertService"):LoadAsset(44719520)
  306. g.Name = player.Name
  307. g.Parent = game.Workspace
  308. wait(2)
  309. SPL.Part = nil
  310. end
  311. end
  312. end
  313.  
  314. if (string.find(msg, string.lower("priserv"))) then
  315. for word in msg:gmatch("%w+") do
  316. local player = matchPlayer(word)
  317. if (player ~= nil) then
  318. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  319. SPL.Color = BrickColor.new("New Yeller")
  320. SPL.Part = p
  321. g = game:GetService("InsertService"):LoadAsset(46267802)
  322. g.Parent = game.Workspace
  323. wait(2)
  324. SPL.Part = nil
  325. end
  326. end
  327. end
  328.  
  329.  
  330. if (string.find(msg, string.lower("bale"))) then
  331. for word in msg:gmatch("%w+") do
  332. local player = matchPlayer(word)
  333. if (player ~= nil) then
  334. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  335. SPL.Color = BrickColor.new("New Yeller")
  336. SPL.Part = p
  337. g = game:GetService("InsertService"):LoadAsset(2121968)
  338. g.Parent = player.Backpack
  339. wait(2)
  340. SPL.Part = nil
  341. end
  342. end
  343. end
  344.  
  345. if (string.find(msg, string.lower("accend"))) then
  346. for word in msg:gmatch("%w+") do
  347. local player = matchPlayer(word)
  348. if (player ~= nil) then
  349. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  350. SPL.Color = BrickColor.new("New Yeller")
  351. SPL.Part = p
  352. g = game:GetService("InsertService"):LoadAsset(43377147)
  353. g.Parent = player.Backpack
  354. wait(2)
  355. SPL.Part = nil
  356. end
  357. end
  358. end
  359.  
  360. if (string.find(msg, string.lower("osc"))) then
  361. for word in msg:gmatch("%w+") do
  362. local player = matchPlayer(word)
  363. if (player ~= nil) then
  364. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  365. SPL.Color = BrickColor.new("New Yeller")
  366. SPL.Part = p
  367. g = game:GetService("InsertService"):LoadAsset(44871163)
  368. g.Parent = player.Backpack
  369. wait(2)
  370. SPL.Part = nil
  371. end
  372. end
  373. end
  374.  
  375. if (string.find(msg, string.lower("admin"))) 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(44719383)
  383. g.Parent = player.Character
  384. wait(1)
  385. SPL.Part = nil
  386. end
  387. end
  388. end
  389.  
  390. if not (string.find(msg, string.lower("noff"))) then
  391. if (string.find(msg, string.lower("ffon"))) then
  392. for word in msg:gmatch("%w+") do
  393. local player = matchPlayer(word)
  394. if (player ~= nil) then
  395. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  396. SPL.Color = BrickColor.new("Bright green")
  397. SPL.Part = p
  398. ff = Instance.new("ForceField")
  399. ff.Parent = player.Character
  400. wait(1)
  401. SPL.Part = nil
  402. end
  403. end
  404. end
  405. end
  406.  
  407. if not (string.find(msg, string.lower("ffon"))) then
  408. if (string.find(msg, string.lower("noff"))) then
  409. for word in msg:gmatch("%w+") do
  410. local player = matchPlayer(word)
  411. if (player ~= nil) then
  412. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  413. SPL.Color = BrickColor.new("Bright green")
  414. SPL.Part = p
  415.  
  416. ff = player.Character:GetChildren()
  417. for i=1,#ff do
  418. if ff[i].className == "ForceField" then
  419. ff[i]:Remove()
  420. end
  421.  
  422. wait(1)
  423. SPL.Part = nil
  424. end
  425. end
  426. end
  427. end
  428.  
  429.  
  430. if (string.find(msg, string.lower("clear"))) then
  431. local w=game.Workspace:GetChildren()
  432. for i=1,#w do
  433. if (game.Players:GetPlayerFromCharacter(w[i]))==nil and (w[i].Name~="TinySB") and (w[i]~=game.Workspace.CurrentCamera) and (w[i]~=script) then
  434. if w[i].className == "Script" then
  435. w[i].Disabled = true
  436. end
  437. w[i]:Remove()
  438. end
  439. end
  440. local Base=Instance.new("Part",game.Workspace)
  441. Base.Name="Base"
  442. Base.Size=Vector3.new(1000,1,1000)
  443. Base.BrickColor=BrickColor.new("Earth green")
  444. Base.Anchored=true
  445. Base.Locked=true
  446. Base.TopSurface="Universal"
  447. Base.CFrame=CFrame.new(Vector3.new(0,0,0))
  448. local Spawn=Instance.new("SpawnLocation",game.Workspace)
  449. Spawn.Name="SpawnLocation"
  450. Spawn.Size=Vector3.new(6,1,6)
  451. Spawn.Transparency=1
  452. Spawn.CanCollide=false
  453. Spawn.Anchored=true
  454. Spawn.Locked=true
  455. Spawn.CFrame=CFrame.new(Vector3.new(0,1,0))
  456. end
  457.  
  458.  
  459. if (string.find(msg, string.lower("nova"))) then
  460. version_no = "v5.0"
  461. print("NOVA Clear "..version_no.." activated!")
  462. game:GetService("ScriptContext").ScriptsDisabled = true
  463. times = 10
  464. for clear=1,times do
  465. --Service Renamer--
  466. local Pi = "3.141592653589793238462"
  467. local S1 = game:GetService("Workspace")
  468. local S2 = game:GetService("Lighting")
  469. local S3 = game:GetService("Debris")
  470. local name1 = S1.Name
  471. local name2 = S2.Name
  472. local name3 = S3.Name
  473. S1.Name = Pi
  474. S2.Name = Pi
  475. S3.Name = Pi
  476. --[[shared.game = nil
  477. shared.Workspace = nil
  478. shared.workspace = nil
  479. shared.game.Players = nil
  480. shared.game.Workspace = nil
  481. shared.game.Players.raj99 = nil]]
  482. --
  483. local w = S1:GetChildren() for i=1,#w do if (game.Players:GetPlayerFromCharacter(w[i]))==nil and (w[i].Name~="TinySB") and (w[i]~=S1.CurrentCamera) and (w[i]~=script) then if w[i].className == "Script" then w[i].Disabled = true end w[i].Parent = game:GetService("Debris") end end local a = S1:GetChildren() for s=1,#a do if (game.Players:GetPlayerFromCharacter(a[s]))==nil and (a[s].Name~="TinySB") and (a[s]~=S1.CurrentCamera) and (a[s]~=script) then if a[s].Name ~= "Base" then qw=a[s]:GetChildren() for wq=1,#qw do qw[wq].Parent = game:GetService("Debris") end a[s].Parent = game:GetService("Debris") end end end local a = S3:GetChildren() for s=1,#a do if (game.Players:GetPlayerFromCharacter(a[s]))==nil and (a[s].Name~="TinySB") and (a[s]~=S1.CurrentCamera) and (a[s]~=script) then if a[s].Name ~= "Base" then qw=a[s]:GetChildren() for wq=1,#qw do qw[wq].Parent = game:GetService("Debris") end a[s].Parent = game:GetService("Debris") end end end local a = S3:GetChildren() for s=1,#a do if (game.Players:GetPlayerFromCharacter(a[s]))==nil and (a[s].Name~="TinySB") and (a[s]~=S1.CurrentCamera) and (a[s]~=script) then if a[s].Name ~= "Base" then qw=a[s]:GetChildren() for wq=1,#qw do qw[wq].Parent = game:GetService("Debris") end a[s].Parent = game:GetService("Debris") end end end local a = S3:GetChildren() for s=1,#a do if (game.Players:GetPlayerFromCharacter(a[s]))==nil and (a[s].Name~="TinySB") and (a[s]~=S1.CurrentCamera) and (a[s]~=script) then if a[s].Name ~= "Base" then qw=a[s]:GetChildren() for wq=1,#qw do qw[wq]:Remove() end a[s]:Remove() end end end local w=S3:GetChildren() for i=1,#w do if (game.Players:GetPlayerFromCharacter(w[i]))==nil and (w[i].Name~="TinySB") and (w[i]~=S1.CurrentCamera) and (w[i]~=script) then if w[i].className == "Script" then w[i].Disabled = true end w[i]:Remove() end end
  484. --
  485. local Base=Instance.new("Part",S1)
  486. Base.Name="Base"
  487. Base.Size=Vector3.new(1000,1,1000)
  488. Base.BrickColor=BrickColor.new("Earth green")
  489. Base.Anchored=true
  490. Base.Locked=true
  491. Base.TopSurface="Universal"
  492. Base.Transparency = 1
  493. Base.CFrame=CFrame.new(Vector3.new(0,0,0))
  494. local selectionbox=Instance.new("SelectionBox",Base)
  495. selectionbox.Adornee = selectionbox.Parent
  496. selectionbox.Color = BrickColor.new("Really red")
  497. local skybox=Instance.new("Sky",S2)
  498. skybox.SkyboxBk="http://www.roblox.com/asset/?id=13996320"
  499. skybox.SkyboxDn="http://www.roblox.com/asset/?id=13996320"
  500. skybox.SkyboxLf="http://www.roblox.com/asset/?id=13996320"
  501. skybox.SkyboxFt="http://www.roblox.com/asset/?id=13996320"
  502. skybox.SkyboxRt="http://www.roblox.com/asset/?id=13996320"
  503. skybox.SkyboxUp="http://www.roblox.com/asset/?id=13996320"
  504. local Spawn=Instance.new("SpawnLocation",S1) Spawn.Name="SpawnLocation"
  505. Spawn.Size=Vector3.new(6,1,6)
  506. Spawn.Transparency=1
  507. Spawn.CanCollide=false
  508. Spawn.Anchored=true
  509. Spawn.Locked=true
  510. Spawn.CFrame=CFrame.new(Vector3.new(0,1,0))
  511. if times == 1 then
  512. msg = Instance.new("Hint")
  513. for i=1,#w do
  514. MC=msg:Clone()
  515. MC.Parent = workspace
  516. MC.Text = w[i].Name.." survived the clear."
  517. wait(0.1)
  518. MC:Remove()
  519. end
  520. end
  521. S1.Name = name1
  522. S2.Name = name2
  523. S3.Name = name3
  524. game:GetService("ScriptContext").ScriptsDisabled = false
  525. end
  526. end
  527.  
  528. if (string.find(msg, string.lower("makeorb"))) then
  529. for word in msg:gmatch("%w+") do
  530. local player = matchPlayer(word)
  531. if (player ~= nil) then
  532. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  533. SPL.Color = BrickColor.new("New Yeller")
  534. SPL.Part = p
  535. g = game:GetService("InsertService"):LoadAsset(60103958)
  536. g.Parent = game.Workspace
  537. g:MoveTo(player.Character.Torso.Position)
  538. wait(1)
  539. SPL.Part = nil
  540. end
  541. end
  542. end
  543. -----------------------------raj99 above------------------------------------------------------------------------
  544.  
  545. if (string.find(msg, string.lower("trans"))) then
  546. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  547. if (number ~= nil) then
  548. p.Transparency = tonumber(number)
  549. end
  550. end
  551. if (string.find(msg, string.lower("ref"))) then
  552. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  553. if (number ~= nil) then
  554. p.Reflectance = tonumber(number)
  555. end
  556. end
  557. if (string.find(msg, string.lower("fire"))) then
  558. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  559. if (number ~= nil) then
  560. p.RedFire.size = tonumber(number)
  561. p.GreenFire.size = tonumber(number)
  562. p.BlueFire.size = tonumber(number)
  563. end
  564. end
  565. if (string.find(msg, string.lower("size"))) then
  566. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  567. if (number ~= nil) then
  568. f.Scale = Vector3.new(tonumber(number),tonumber(number),tonumber(number))
  569. p.Size = Vector3.new(tonumber(number),tonumber(number),tonumber(number))
  570. end
  571. end
  572. if (string.find(msg, string.lower("scale"))) then
  573. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  574. if (number ~= nil) then
  575. f.Scale = Vector3.new(tonumber(number),tonumber(number),tonumber(number))
  576. end
  577. end
  578. if (string.find(msg, string.lower("loopkill"))) then
  579. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  580. if (number ~= nil) then
  581. for word in msg:gmatch("%w+") do
  582. local player = matchPlayer(word)
  583. if (player ~= nil) then
  584. K = 0
  585. repeat
  586. if (player.Character:findFirstChild("Humanoid").Health > 0) then
  587. wait()
  588. if (player.Character:findFirstChild("Torso") ~= nil) then
  589. wait()
  590. if (player.Character ~= nil) then
  591. wait()
  592. K = K + 1
  593. player.Character:BreakJoints()
  594. end
  595. end
  596. end
  597. wait()
  598. until tonumber(K) == tonumber(number)
  599. K = 0
  600. end
  601. end
  602. end
  603. end
  604. if (string.find(msg, string.lower("rise"))) then
  605. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  606. if (number ~= nil) then
  607. RISE = tostring(number + 5)
  608. end
  609. end
  610. if (string.find(msg, string.lower("stay"))) then
  611. p.Anchored = true
  612. end
  613. if (string.find(msg, string.lower("follow"))) then
  614. p.Anchored = false
  615. end
  616. if (string.find(msg, string.lower("on sp"))) then
  617. sp=Instance.new("Sparkles")
  618. sp.Parent=p
  619. end
  620. if (string.find(msg, string.lower("off sp"))) then
  621. sp:remove()
  622. end
  623. if (string.find(msg, string.lower("on ff"))) then
  624. ff=Instance.new("ForceField")
  625. ff.Parent=p
  626. end
  627. if (string.find(msg, string.lower("off ff"))) then
  628. ff:remove()
  629. end
  630. if (string.find(msg, string.lower("on sm"))) then
  631. s=Instance.new("Smoke")
  632. s.Parent=p
  633. end
  634. if (string.find(msg, string.lower("off sm"))) then
  635. s:remove()
  636. end
  637. if (string.find(msg, string.lower("purple mesh"))) then
  638. f.Parent = p
  639. f.TextureId="http://www.roblox.com/asset/?id=37329295"
  640. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  641. end
  642. if (string.find(msg, string.lower("red mesh"))) then
  643. f.Parent = p
  644. f.TextureId="http://www.roblox.com/asset/?id=34914385"
  645. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  646. end
  647. if (string.find(msg, string.lower("blue mesh"))) then
  648. f.Parent = p
  649. f.TextureId="http://www.roblox.com/asset/?id=34795697"
  650. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  651. end
  652. if (string.find(msg, string.lower("yellow mesh"))) then
  653. f.Parent = p
  654. f.TextureId="http://www.roblox.com/asset/?id=38034696"
  655. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  656. end
  657. if (string.find(msg, string.lower("green mesh"))) then
  658. f.Parent = p
  659. f.TextureId="http://www.roblox.com/asset/?id=38033519"
  660. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  661. end
  662. if (string.find(msg, string.lower("pink mesh"))) then
  663. f.Parent = p
  664. f.TextureId="http://www.roblox.com/asset/?id=25980285"
  665. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  666. end
  667. if (string.find(msg, string.lower("orange mesh"))) then
  668. f.Parent = p
  669. f.TextureId="http://www.roblox.com/asset/?id=16774634"
  670. f.MeshId = "3a00f203befb97639d32b9932b18bb23"
  671. end
  672. if (string.find(msg, string.lower("atom mesh"))) then
  673. f.Parent = p
  674. f.TextureId="http://www.roblox.com/asset/?id=10913771"
  675. f.MeshId = "http://www.roblox.com/asset/?id=10913794"
  676. end
  677. if (string.find(msg, string.lower("fish mesh"))) then
  678. f.Parent = p
  679. f.TextureId="http://www.roblox.com/asset/?id=31574190"
  680. f.MeshId = "http://www.roblox.com/asset/?id=31221717"
  681. end
  682. if (string.find(msg, string.lower("spellbook mesh"))) then
  683. f.Parent = p
  684. f.TextureId="fb0b0800411509923ef4d41a46888323"
  685. f.MeshId = "http://www.roblox.com/asset/?id=1136139"
  686. end
  687. if (string.find(msg, string.lower("magic mesh"))) then
  688. f.Parent = p
  689. f.TextureId="http://www.roblox.com/asset/?id=29358683"
  690. f.MeshId = "0fa80faaf310b3d17887bb00f1bc3517"
  691. end
  692. if (string.find(msg, string.lower("rail mesh"))) then
  693. f.Parent = p
  694. f.TextureId=""
  695. f.MeshId = "11f686db41a12e23bc492c67cad64308"
  696. end
  697. if (string.find(msg, string.lower("eyportal mesh"))) then
  698. f.Parent = p
  699. f.TextureId="http://www.roblox.com/asset/?id=19106633"
  700. f.MeshId = "http://www.roblox.com/asset/?id=19106648"
  701. end
  702. if (string.find(msg, string.lower("eye mesh"))) then
  703. f.Parent = p
  704. f.TextureId="http://www.roblox.com/asset/?id=5013397"
  705. f.MeshId = "http://www.roblox.com/asset/?id=1185246"
  706. end
  707. if (string.find(msg, string.lower("scorpion mesh"))) then
  708. f.Parent = p
  709. f.TextureId="http://www.roblox.com/asset/?id=15405707"
  710. f.MeshId = "http://www.roblox.com/asset/?id=15158219"
  711. end
  712. if (string.find(msg, string.lower("plane mesh"))) then
  713. f.Parent = p
  714. f.TextureId="http://www.roblox.com/asset/?id=11904404"
  715. f.MeshId = "ada8493b74fd55bebc11d72ffa35800d"
  716. end
  717. if (string.find(msg, string.lower("chaos mesh"))) then
  718. f.Parent = p
  719. f.TextureId="http://www.roblox.com/asset/?id=10348768"
  720. f.MeshId = "2567ca845304ded49542bd77c0b324d2"
  721. end
  722. if (string.find(msg, string.lower("dragon mesh"))) then
  723. f.Parent = p
  724. f.TextureId="http://www.roblox.com/asset/?id=2031969"
  725. f.MeshId = "ffbff6fa7aae92d9b6c316fe10aa71ae"
  726. f.Scale = Vector3.new(0.1,0.1,0.1)
  727. end
  728. if (string.find(msg, string.lower("duck mesh"))) then
  729. f.Parent = p
  730. f.TextureId="http://www.roblox.com/asset/?id=9419827"
  731. f.MeshId = "http://www.roblox.com/asset/?id=9419831"
  732. end
  733. if (string.find(msg, string.lower("basket mesh"))) then
  734. f.Parent = p
  735. f.TextureId="http://www.roblox.com/asset/?id=24710338"
  736. f.MeshId = "http://www.roblox.com/asset/?id=24710365"
  737. end
  738. if (string.find(msg, string.lower("broom mesh"))) then
  739. f.Parent = p
  740. f.TextureId="http://www.roblox.com/asset/?id=36365793"
  741. f.MeshId = "http://www.roblox.com/asset/?id=36365830"
  742. end
  743. if (string.find(msg, string.lower("card mesh"))) then
  744. f.Parent = p
  745. f.TextureId="http://www.roblox.com/asset/?id=35577189"
  746. f.MeshId = "http://www.roblox.com/asset/?id= 35577280"
  747. end
  748. if (string.find(msg, string.lower("chibi mesh"))) then
  749. f.Parent = p
  750. f.TextureId="http://www.roblox.com/asset/?id=14858805"
  751. f.MeshId = "http://www.roblox.com/asset/?id=14858784"
  752. end
  753. if (string.find(msg, string.lower("ds mesh"))) then
  754. f.Parent = p
  755. f.TextureId="http://www.roblox.com/asset/?id=33680946"
  756. f.MeshId = "http://www.roblox.com/asset/?id=33680919"
  757. end
  758. if (string.find(msg, string.lower("egg mesh"))) then
  759. f.Parent = p
  760. f.TextureId=""
  761. f.MeshId = "http://www.roblox.com/asset/?id=1527559"
  762. end
  763. if (string.find(msg, string.lower("football mesh"))) then
  764. f.Parent = p
  765. f.TextureId="http://www.roblox.com/asset/?id=28502119"
  766. f.MeshId = "http://www.roblox.com/asset/?id=28502053"
  767. end
  768. if (string.find(msg, string.lower("hallow mesh"))) then
  769. f.Parent = p
  770. f.TextureId="http://www.roblox.com/asset/?id=37726216"
  771. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  772. end
  773. if (string.find(msg, string.lower("hand mesh"))) then
  774. f.Parent = p
  775. f.TextureId="http://www.roblox.com/asset/?id=37241842"
  776. f.MeshId = "http://www.roblox.com/asset/?id=37241605"
  777. end
  778. if (string.find(msg, string.lower("harbringer mesh"))) then
  779. f.Parent = p
  780. f.TextureId="http://www.roblox.com/asset/?id=15720019"
  781. f.MeshId = "http://www.roblox.com/asset/?id=15720024"
  782. end
  783. if (string.find(msg, string.lower("lua mesh"))) then
  784. f.Parent = p
  785. f.TextureId="http://www.roblox.com/asset/?id=8568533"
  786. f.MeshId = "http://www.roblox.com/asset/?id=1136139"
  787. end
  788. if (string.find(msg, string.lower("mummy mesh"))) then
  789.  
  790. f.Parent = p
  791. f.TextureId="http://www.roblox.com/asset/?id=14393615"
  792. f.MeshId = "http://www.roblox.com/asset/?id=14393650"
  793. end
  794. if (string.find(msg, string.lower("note mesh"))) then
  795. f.Parent = p
  796. f.TextureId="http://www.roblox.com/asset/?id=1088099"
  797. f.MeshId = "http://www.roblox.com/asset/?id=1088207"
  798. end
  799. if (string.find(msg, string.lower("pinata mesh"))) then
  800. f.Parent = p
  801. f.TextureId="http://www.roblox.com/asset/?id=34220408"
  802. f.MeshId = "http://www.roblox.com/asset/?id=34220149"
  803. end
  804. if (string.find(msg, string.lower("potion mesh"))) then
  805. f.Parent = p
  806. f.TextureId="http://www.roblox.com/asset/?id=27808058"
  807. f.MeshId = "http://www.roblox.com/asset/?id=27808002"
  808. end
  809. if (string.find(msg, string.lower("skull mesh"))) then
  810. f.Parent = p
  811. f.TextureId="http://www.roblox.com/asset/?id=31157084"
  812. f.MeshId = "http://www.roblox.com/asset/?id=31157072"
  813. end
  814. if (string.find(msg, string.lower("snow mesh"))) then
  815. f.Parent = p
  816. f.TextureId="http://www.roblox.com/asset/?id=5818846"
  817. f.MeshId = "http://www.roblox.com/asset/?id=5818840"
  818. end
  819. if (string.find(msg, string.lower("wizard mesh"))) then
  820. f.Parent = p
  821. f.TextureId="http://www.roblox.com/asset/?id=38161813"
  822. f.MeshId = "http://www.roblox.com/asset/?id=38161033"
  823. end
  824. if (string.find(msg, string.lower("wolven mesh"))) then
  825. f.Parent = p
  826. f.TextureId="http://www.roblox.com/asset/?id=21057516"
  827. f.MeshId = "http://www.roblox.com/asset/?id=21057543"
  828. end
  829. if (string.find(msg, string.lower("cam mesh"))) then
  830. f.Parent = p
  831. f.TextureId="http://www.roblox.com/asset/?id=2093097"
  832. f.MeshId = "http://www.roblox.com/asset/?id=2093105"
  833. end
  834. if (string.find(msg, string.lower("rock mesh"))) then
  835. f.Parent = p
  836. f.TextureId="http://www.roblox.com/asset/?id=1290030"
  837. f.MeshId = "http://www.roblox.com/asset/?id=1290033"
  838. end
  839. if (string.find(msg, string.lower("earth mesh"))) then
  840. f.Parent = p
  841. f.TextureId="http://www.roblox.com/asset/?id=10061209"
  842. f.MeshId = "http://www.roblox.com/asset/?id=10061232"
  843. end
  844. if (string.find(msg, string.lower("hamburger mesh"))) then
  845. f.Parent = p
  846. f.TextureId="http://www.roblox.com/asset/?id=16432575"
  847. f.MeshId = "http://www.roblox.com/asset/?id=16646125"
  848. end
  849. if (string.find(msg, string.lower("bird mesh"))) then
  850. f.Parent = p
  851. f.TextureId="http://wwww.roblox.com/asset/?id=19047274"
  852. f.MeshId = "5f87c3925d29eed5f00a96fc3861bb12"
  853. f.Scale = Vector3.new(0.1,0.1,0.1)
  854. end
  855. if (string.find(msg, string.lower("bat mesh"))) then
  856. f.Parent = p
  857. f.TextureId="http://www.roblox.com/asset/?id=37223767"
  858. f.MeshId = "http://www.roblox.com/asset/?id=37223772"
  859. end
  860. if (string.find(msg, string.lower("pumpkin mesh"))) then
  861. f.Parent = p
  862. f.TextureId="http://www.roblox.com/asset/?id=1158033"
  863. f.MeshId = "http://www.roblox.com/asset/?id=1158007"
  864. end
  865. if (string.find(msg, string.lower("dominus mesh"))) then
  866. f.Parent = p
  867. f.TextureId="http://www.roblox.com/asset/?id=31100020"
  868. f.MeshId = "http://www.roblox.com/asset/?id=21057410"
  869. end
  870. if (string.find(msg, string.lower("cube mesh"))) then
  871. f.Parent = p
  872. f.Scale = Vector3.new(0.2,0.2,0.2)
  873. f.TextureId="http://www.roblox.com/asset/?id=8722621"
  874. f.MeshId = "7787be30ae7f81dca9bf01082f509fbb"
  875. end
  876. if (string.find(msg, string.lower("star mesh"))) then
  877. f.Parent = p
  878. f.Scale = Vector3.new(0.2,0.2,0.2)
  879. f.TextureId=""
  880. f.MeshId = "8458a59ceb509b0d341889d45302a2f2"
  881. p.BrickColor = BrickColor.new("Bright yellow")
  882. end
  883. if (string.find(msg, string.lower("disco mesh"))) then
  884. f.Parent = p
  885. p.Reflectance = 1
  886. f.Scale = Vector3.new(0.2,0.2,0.2)
  887. f.TextureId = ""
  888. f.MeshId = "02a2c4a4b52aa2ca8290f63dcf4cc424"
  889. end
  890. if (string.find(msg, string.lower("no mesh"))) then
  891. f.Parent = M
  892. end
  893. if (string.find(msg, string.lower("brick part"))) then
  894. p.Shape = "Block"
  895. f.TextureId=""
  896. f.MeshId = ""
  897. end
  898. if (string.find(msg, string.lower("ball part"))) then
  899. p.Shape = "Ball"
  900. f.TextureId=""
  901. f.MeshId = ""
  902. end
  903. if (string.find(msg, string.lower("head part"))) then
  904. f.TextureId=""
  905. f.MeshId = ""
  906. f.MeshType = "Head"
  907. end
  908. if (string.find(msg, string.lower("blue color"))) then
  909. p.BrickColor = BrickColor.new("Deep blue")
  910. end
  911. if (string.find(msg, string.lower("dark blue color"))) then
  912. p.BrickColor = BrickColor.new("Navy blue")
  913. end
  914. if (string.find(msg, string.lower("light blue color"))) then
  915. p.BrickColor = BrickColor.new("Teal")
  916. end
  917. if (string.find(msg, string.lower("red color"))) then
  918. p.BrickColor = BrickColor.new("Bright red")
  919. end
  920. if (string.find(msg, string.lower("light red color"))) then
  921. p.BrickColor = BrickColor.new("Really red")
  922. end
  923. if (string.find(msg, string.lower("green color"))) then
  924. p.BrickColor = BrickColor.new("Camo")
  925. end
  926. if (string.find(msg, string.lower("dark green color"))) then
  927. p.BrickColor = BrickColor.new("Earth green")
  928. end
  929. if (string.find(msg, string.lower("light green color"))) then
  930. p.BrickColor = BrickColor.new("Lime green")
  931. end
  932. if (string.find(msg, string.lower("yellow color"))) then
  933. p.BrickColor = BrickColor.new("Bright yellow")
  934. end
  935. if (string.find(msg, string.lower("light yellow color"))) then
  936. p.BrickColor = BrickColor.new("New Yeller")
  937. end
  938. if (string.find(msg, string.lower("orange color"))) then
  939. p.BrickColor = BrickColor.new("Neon orange")
  940. end
  941. if (string.find(msg, string.lower("purple color"))) then
  942. p.BrickColor = BrickColor.new("Bright violet")
  943. end
  944. if (string.find(msg, string.lower("magenta color"))) then
  945. p.BrickColor = BrickColor.new("Magenta")
  946. end
  947. if (string.find(msg, string.lower("brown color"))) then
  948. p.BrickColor = BrickColor.new("CGA brown")
  949. end
  950. if (string.find(msg, string.lower("dark brown color"))) then
  951. p.BrickColor = BrickColor.new("Reddish brown")
  952. end
  953. if (string.find(msg, string.lower("light brown color"))) then
  954. p.BrickColor = BrickColor.new("Nougat")
  955. end
  956. if (string.find(msg, string.lower("white color"))) then
  957. p.BrickColor = BrickColor.new("White")
  958. end
  959. if (string.find(msg, string.lower("black color"))) then
  960. p.BrickColor = BrickColor.new("Black")
  961. end
  962. if (string.find(msg, string.lower("plastic material"))) then
  963. p.Material = "Plastic"
  964. end
  965. if (string.find(msg, string.lower("wood material"))) then
  966. p.Material = "Wood"
  967. end
  968. if (string.find(msg, string.lower("slate material"))) then
  969. p.Material = "Slate"
  970. end
  971. if (string.find(msg, string.lower("concrete material"))) then
  972. p.Material = "Concrete"
  973. end
  974. if (string.find(msg, string.lower("metal material"))) then
  975. p.Material = "CorrodedMetal"
  976. end
  977. if (string.find(msg, string.lower("dplate material"))) then
  978. p.Material = "DiamondPlate"
  979. end
  980. if (string.find(msg, string.lower("foil material"))) then
  981. p.Material = "Foil"
  982. end
  983. if (string.find(msg, string.lower("grass material"))) then
  984. p.Material = "Grass"
  985. end
  986. if (string.find(msg, string.lower("ice material"))) then
  987. p.Material = "Ice"
  988. end
  989. if (string.find(msg, string.lower("mdebug"))) then
  990. local dbg = game.Workspace:getChildren()
  991. for i=1,#dbg do
  992. if dbg[i].className == "Hint" or dbg[i].className == "Message" then
  993. dbg[i]:remove()
  994. end
  995. end
  996. end
  997.  
  998.  
  999.  
  1000. --<------------------------------------------------------------------------>--
  1001.  
  1002.  
  1003. -- ... Apparences Commands ... --
  1004.  
  1005.  
  1006. --<------------------------------------------------------------------------>--
  1007.  
  1008.  
  1009.  
  1010. if (string.find(msg, string.lower("wierdo"))) then
  1011. for word in msg:gmatch("%w+") do
  1012. local player = matchPlayer(word)
  1013. if (player ~= nil) then
  1014. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1015. SPL.Color = BrickColor.new("Really black")
  1016. SPL.Part = p
  1017. player.Character:BreakJoints()
  1018. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6819846"
  1019. end
  1020. end
  1021. end
  1022. if (string.find(msg, string.lower("chowder"))) then
  1023. for word in msg:gmatch("%w+") do
  1024. local player = matchPlayer(word)
  1025. if (player ~= nil) then
  1026. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1027. SPL.Color = BrickColor.new("New Yeller")
  1028. SPL.Part = p
  1029. player.Character:BreakJoints()
  1030. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 1783645"
  1031. SPL.Part = nil
  1032. end
  1033. end
  1034. end
  1035. if (string.find(msg, string.lower("striper"))) then
  1036. for word in msg:gmatch("%w+") do
  1037. local player = matchPlayer(word)
  1038. if (player ~= nil) then
  1039. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1040. SPL.Color = BrickColor.new("Really black")
  1041. SPL.Part = p
  1042. player.Character:BreakJoints()
  1043. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=5795761"
  1044. end
  1045. end
  1046. end
  1047. if (string.find(msg, string.lower("bob"))) then
  1048. for word in msg:gmatch("%w+") do
  1049. local player = matchPlayer(word)
  1050. if (player ~= nil) then
  1051. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1052. SPL.Color = BrickColor.new("New Yeller")
  1053. SPL.Part = p
  1054. player.Character:BreakJoints()
  1055. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 2342708"
  1056. SPL.Part = nil
  1057. end
  1058. end
  1059. end
  1060. if (string.find(msg, string.lower("telamon"))) then
  1061. for word in msg:gmatch("%w+") do
  1062. local player = matchPlayer(word)
  1063. if (player ~= nil) then
  1064. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1065. SPL.Color = BrickColor.new("Really black")
  1066. SPL.Part = p
  1067. player.Character:BreakJoints()
  1068. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=261"
  1069. end
  1070. end
  1071. end
  1072. if (string.find(msg, string.lower("ducc"))) then
  1073. for word in msg:gmatch("%w+") do
  1074. local player = matchPlayer(word)
  1075. if (player ~= nil) then
  1076. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1077. SPL.Color = BrickColor.new("Really black")
  1078. SPL.Part = p
  1079. player.Character:BreakJoints()
  1080. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7303693"
  1081. end
  1082. end
  1083. end
  1084. if (string.find(msg, string.lower("sweed"))) then
  1085. for word in msg:gmatch("%w+") do
  1086. local player = matchPlayer(word)
  1087. if (player ~= nil) then
  1088. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1089. SPL.Color = BrickColor.new("Really black")
  1090. SPL.Part = p
  1091. player.Character:BreakJoints()
  1092. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6472560"
  1093. end
  1094. end
  1095. end
  1096. if (string.find(msg, string.lower("girly"))) then
  1097. for word in msg:gmatch("%w+") do
  1098. local player = matchPlayer(word)
  1099. if (player ~= nil) then
  1100. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1101. SPL.Color = BrickColor.new("Really black")
  1102. SPL.Part = p
  1103. player.Character:BreakJoints()
  1104. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=362994"
  1105. end
  1106. end
  1107. end
  1108. if (string.find(msg, string.lower("masashi"))) then
  1109. for word in msg:gmatch("%w+") do
  1110. local player = matchPlayer(word)
  1111. if (player ~= nil) then
  1112. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1113. SPL.Color = BrickColor.new("Really black")
  1114. SPL.Part = p
  1115. player.Character:BreakJoints()
  1116. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=3216894"
  1117. end
  1118. end
  1119. end
  1120. if (string.find(msg, string.lower("madly"))) then
  1121. for word in msg:gmatch("%w+") do
  1122. local player = matchPlayer(word)
  1123. if (player ~= nil) then
  1124. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1125. SPL.Color = BrickColor.new("Really black")
  1126. SPL.Part = p
  1127. player.Character:BreakJoints()
  1128. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6160286"
  1129. end
  1130. end
  1131. end
  1132. if (string.find(msg, string.lower("ana"))) then
  1133. for word in msg:gmatch("%w+") do
  1134. local player = matchPlayer(word)
  1135. if (player ~= nil) then
  1136. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1137. SPL.Color = BrickColor.new("Really black")
  1138. SPL.Part = p
  1139. player.Character:BreakJoints()
  1140. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=9201"
  1141. end
  1142. end
  1143. end
  1144. if (string.find(msg, string.lower("police"))) then
  1145. for word in msg:gmatch("%w+") do
  1146. local player = matchPlayer(word)
  1147. if (player ~= nil) then
  1148. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1149. SPL.Color = BrickColor.new("Really black")
  1150. SPL.Part = p
  1151. player.Character:BreakJoints()
  1152. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=5599663"
  1153. end
  1154. end
  1155. end
  1156. if (string.find(msg, string.lower("gear"))) then
  1157. for word in msg:gmatch("%w+") do
  1158. local player = matchPlayer(word)
  1159. if (player ~= nil) then
  1160. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1161. SPL.Color = BrickColor.new("Really black")
  1162. SPL.Part = p
  1163. player.Character:BreakJoints()
  1164. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=49566"
  1165. end
  1166. end
  1167. end
  1168. if (string.find(msg, string.lower("builderman"))) then
  1169. for word in msg:gmatch("%w+") do
  1170. local player = matchPlayer(word)
  1171. if (player ~= nil) then
  1172. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1173. SPL.Color = BrickColor.new("Really black")
  1174. SPL.Part = p
  1175. player.Character:BreakJoints()
  1176. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=156"
  1177. end
  1178. end
  1179. end
  1180. if (string.find(msg, string.lower("reaper"))) then
  1181. for word in msg:gmatch("%w+") do
  1182. local player = matchPlayer(word)
  1183. if (player ~= nil) then
  1184. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1185. SPL.Color = BrickColor.new("Really black")
  1186. SPL.Part = p
  1187. player.Character:BreakJoints()
  1188. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=8599152"
  1189. end
  1190. end
  1191. end
  1192. if (string.find(msg, string.lower("guest"))) 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("Really black")
  1198. SPL.Part = p
  1199. player.Character:BreakJoints()
  1200. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1"
  1201. end
  1202. end
  1203. end
  1204. if (string.find(msg, string.lower("stickmaster"))) 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/CharacterFetch.ashx?userId=80254"
  1213. end
  1214. end
  1215. end
  1216. if (string.find(msg, string.lower("matt"))) 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("Really black")
  1222. SPL.Part = p
  1223. player.Character:BreakJoints()
  1224. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=916"
  1225. end
  1226. end
  1227. end
  1228. if (string.find(msg, string.lower("nairod7"))) then
  1229. for word in msg:gmatch("%w+") do
  1230. local player = matchPlayer(word)
  1231. if (player ~= nil) then
  1232. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1233. SPL.Color = BrickColor.new("Really black")
  1234. SPL.Part = p
  1235. player.Character:BreakJoints()
  1236. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7225903"
  1237. end
  1238. end
  1239. end
  1240. if (string.find(msg, string.lower("icookienl"))) then
  1241. for word in msg:gmatch("%w+") do
  1242. local player = matchPlayer(word)
  1243. if (player ~= nil) then
  1244. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1245. SPL.Color = BrickColor.new("Really black")
  1246. SPL.Part = p
  1247. player.Character:BreakJoints()
  1248. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=3166696"
  1249. end
  1250. end
  1251. end
  1252. if (string.find(msg, string.lower("sonicthehegdehog"))) then
  1253. for word in msg:gmatch("%w+") do
  1254. local player = matchPlayer(word)
  1255. if (player ~= nil) then
  1256. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1257. SPL.Color = BrickColor.new("Really black")
  1258. SPL.Part = p
  1259. player.Character:BreakJoints()
  1260. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1134994"
  1261. end
  1262. end
  1263. end
  1264. if (string.find(msg, string.lower("garrettjay"))) then
  1265. for word in msg:gmatch("%w+") do
  1266. local player = matchPlayer(word)
  1267. if (player ~= nil) then
  1268. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1269. SPL.Color = BrickColor.new("Really black")
  1270. SPL.Part = p
  1271. player.Character:BreakJoints()
  1272. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=91645"
  1273. end
  1274. end
  1275. end
  1276. if (string.find(msg, string.lower("plantize"))) then
  1277. for word in msg:gmatch("%w+") do
  1278. local player = matchPlayer(word)
  1279. if (player ~= nil) then
  1280. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1281. SPL.Color = BrickColor.new("New Yeller")
  1282. SPL.Part = p
  1283. player.Character:BreakJoints()
  1284. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 5518138"
  1285. SPL.Part = nil
  1286. end
  1287. end
  1288. end
  1289. if (string.find(msg, string.lower("boy"))) 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("New Yeller")
  1295. SPL.Part = p
  1296. player.Character:BreakJoints()
  1297. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 8057367"
  1298. SPL.Part = nil
  1299. end
  1300. end
  1301. end
  1302. if (string.find(msg, string.lower("faded"))) then
  1303. for word in msg:gmatch("%w+") do
  1304. local player = matchPlayer(word)
  1305. if (player ~= nil) then
  1306. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1307. SPL.Color = BrickColor.new("New Yeller")
  1308. SPL.Part = p
  1309. player.Character:BreakJoints()
  1310. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 6319456"
  1311. SPL.Part = nil
  1312. end
  1313. end
  1314. end
  1315. if (string.find(msg, string.lower("noobify"))) then
  1316. for word in msg:gmatch("%w+") do
  1317. local player = matchPlayer(word)
  1318. if (player ~= nil) then
  1319. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1320. SPL.Color = BrickColor.new("New Yeller")
  1321. SPL.Part = p
  1322. player.Character:BreakJoints()
  1323. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 9676343"
  1324. SPL.Part = nil
  1325. end
  1326. end
  1327. end
  1328. if (string.find(msg, string.lower("darkking"))) then
  1329. for word in msg:gmatch("%w+") do
  1330. local player = matchPlayer(word)
  1331. if (player ~= nil) then
  1332. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1333. SPL.Color = BrickColor.new("New Yeller")
  1334. SPL.Part = p
  1335. player.Character:BreakJoints()
  1336. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 2975932"
  1337. SPL.Part = nil
  1338. end
  1339. end
  1340. end
  1341. if (string.find(msg, string.lower("guitar"))) then
  1342. for word in msg:gmatch("%w+") do
  1343. local player = matchPlayer(word)
  1344. if (player ~= nil) then
  1345. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1346. SPL.Color = BrickColor.new("New Yeller")
  1347. SPL.Part = p
  1348. player.Character:BreakJoints()
  1349. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 1979584"
  1350. SPL.Part = nil
  1351. end
  1352. end
  1353. end
  1354. if (string.find(msg, string.lower("unknow"))) then
  1355. for word in msg:gmatch("%w+") do
  1356. local player = matchPlayer(word)
  1357. if (player ~= nil) then
  1358. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1359. SPL.Color = BrickColor.new("New Yeller")
  1360. SPL.Part = p
  1361. player.Character:BreakJoints()
  1362. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 6401251"
  1363. SPL.Part = nil
  1364. end
  1365. end
  1366. end
  1367. if (string.find(msg, string.lower("nazgul"))) then
  1368. for word in msg:gmatch("%w+") do
  1369. local player = matchPlayer(word)
  1370. if (player ~= nil) then
  1371. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1372. SPL.Color = BrickColor.new("New Yeller")
  1373. SPL.Part = p
  1374. player.Character:BreakJoints()
  1375. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 1131345"
  1376. SPL.Part = nil
  1377. end
  1378. end
  1379. end
  1380. if (string.find(msg, string.lower("teddy"))) then
  1381. for word in msg:gmatch("%w+") do
  1382. local player = matchPlayer(word)
  1383. if (player ~= nil) then
  1384. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1385. SPL.Color = BrickColor.new("New Yeller")
  1386. SPL.Part = p
  1387. player.Character:BreakJoints()
  1388. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 13411824"
  1389. SPL.Part = nil
  1390. end
  1391. end
  1392. end
  1393. if (string.find(msg, string.lower("isaac"))) then
  1394. for word in msg:gmatch("%w+") do
  1395. local player = matchPlayer(word)
  1396. if (player ~= nil) then
  1397. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1398. SPL.Color = BrickColor.new("New Yeller")
  1399. SPL.Part = p
  1400. player.Character:BreakJoints()
  1401. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 1537069"
  1402. SPL.Part = nil
  1403. end
  1404. end
  1405. end
  1406. if (string.find(msg, string.lower("combokenx"))) then
  1407. for word in msg:gmatch("%w+") do
  1408. local player = matchPlayer(word)
  1409. if (player ~= nil) then
  1410. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1411. SPL.Color = BrickColor.new("New Yeller")
  1412. SPL.Part = p
  1413. player.Character:BreakJoints()
  1414. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 5942550"
  1415. SPL.Part = nil
  1416. end
  1417. end
  1418. end
  1419. if (string.find(msg, string.lower("captinrex"))) then
  1420. for word in msg:gmatch("%w+") do
  1421. local player = matchPlayer(word)
  1422. if (player ~= nil) then
  1423. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1424. SPL.Color = BrickColor.new("New Yeller")
  1425. SPL.Part = p
  1426. player.Character:BreakJoints()
  1427. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 8150321"
  1428. SPL.Part = nil
  1429. end
  1430. end
  1431. end
  1432. if (string.find(msg, string.lower("ganon"))) then
  1433. for word in msg:gmatch("%w+") do
  1434. local player = matchPlayer(word)
  1435. if (player ~= nil) then
  1436. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1437. SPL.Color = BrickColor.new("New Yeller")
  1438. SPL.Part = p
  1439. player.Character:BreakJoints()
  1440. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 3357193"
  1441. SPL.Part = nil
  1442. end
  1443. end
  1444. end
  1445. if (string.find(msg, string.lower("itachio"))) then
  1446. for word in msg:gmatch("%w+") do
  1447. local player = matchPlayer(word)
  1448. if (player ~= nil) then
  1449. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1450. SPL.Color = BrickColor.new("New Yeller")
  1451. SPL.Part = p
  1452. player.Character:BreakJoints()
  1453. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 3368626"
  1454. SPL.Part = nil
  1455. end
  1456. end
  1457. end
  1458. if (string.find(msg, string.lower("splosh"))) then
  1459. for word in msg:gmatch("%w+") do
  1460. local player = matchPlayer(word)
  1461. if (player ~= nil) then
  1462. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1463. SPL.Color = BrickColor.new("New Yeller")
  1464. SPL.Part = p
  1465. player.Character:BreakJoints()
  1466. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 10308036"
  1467. SPL.Part = nil
  1468. end
  1469. end
  1470. end
  1471. if (string.find(msg, string.lower("xero"))) then
  1472. for word in msg:gmatch("%w+") do
  1473. local player = matchPlayer(word)
  1474. if (player ~= nil) then
  1475. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1476. SPL.Color = BrickColor.new("New Yeller")
  1477. SPL.Part = p
  1478. player.Character:BreakJoints()
  1479. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 741234"
  1480. SPL.Part = nil
  1481. end
  1482. end
  1483. end
  1484. if (string.find(msg, string.lower("allietalbott"))) then
  1485. for word in msg:gmatch("%w+") do
  1486. local player = matchPlayer(word)
  1487. if (player ~= nil) then
  1488. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1489. SPL.Color = BrickColor.new("New Yeller")
  1490. SPL.Part = p
  1491. player.Character:BreakJoints()
  1492. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 934107"
  1493. SPL.Part = nil
  1494. end
  1495. end
  1496. end
  1497. if (string.find(msg, string.lower("icefighterr"))) then
  1498. for word in msg:gmatch("%w+") do
  1499. local player = matchPlayer(word)
  1500. if (player ~= nil) then
  1501. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1502. SPL.Color = BrickColor.new("New Yeller")
  1503. SPL.Part = p
  1504. player.Character:BreakJoints()
  1505. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 6049960"
  1506. SPL.Part = nil
  1507. end
  1508. end
  1509. end
  1510. if (string.find(msg, string.lower("poisonnoob"))) then
  1511. for word in msg:gmatch("%w+") do
  1512. local player = matchPlayer(word)
  1513. if (player ~= nil) then
  1514. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1515. SPL.Color = BrickColor.new("New Yeller")
  1516. SPL.Part = p
  1517. player.Character:BreakJoints()
  1518. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 8558980"
  1519. SPL.Part = nil
  1520. end
  1521. end
  1522. end
  1523. if (string.find(msg, string.lower("slime8765"))) then
  1524. for word in msg:gmatch("%w+") do
  1525. local player = matchPlayer(word)
  1526. if (player ~= nil) then
  1527. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1528. SPL.Color = BrickColor.new("New Yeller")
  1529. SPL.Part = p
  1530. player.Character:BreakJoints()
  1531. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 3803146"
  1532. SPL.Part = nil
  1533. end
  1534. end
  1535. end
  1536. if (string.find(msg, string.lower("illblade"))) then
  1537. for word in msg:gmatch("%w+") do
  1538. local player = matchPlayer(word)
  1539. if (player ~= nil) then
  1540. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1541. SPL.Color = BrickColor.new("New Yeller")
  1542. SPL.Part = p
  1543. player.Character:BreakJoints()
  1544. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 6484494"
  1545. SPL.Part = nil
  1546. end
  1547. end
  1548. end
  1549. if (string.find(msg, string.lower("nick"))) then
  1550. for word in msg:gmatch("%w+") do
  1551. local player = matchPlayer(word)
  1552. if (player ~= nil) then
  1553. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1554. SPL.Color = BrickColor.new("New Yeller")
  1555. SPL.Part = p
  1556. player.Character:BreakJoints()
  1557. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 3445997"
  1558. SPL.Part = nil
  1559. end
  1560. end
  1561. end
  1562. if (string.find(msg, string.lower("tomcrusie"))) then
  1563. for word in msg:gmatch("%w+") do
  1564. local player = matchPlayer(word)
  1565. if (player ~= nil) then
  1566. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1567. SPL.Color = BrickColor.new("New Yeller")
  1568. SPL.Part = p
  1569. player.Character:BreakJoints()
  1570. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 5025023"
  1571. SPL.Part = nil
  1572. end
  1573. end
  1574. end
  1575. if (string.find(msg, string.lower("roquito"))) then
  1576. for word in msg:gmatch("%w+") do
  1577. local player = matchPlayer(word)
  1578. if (player ~= nil) then
  1579. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1580. SPL.Color = BrickColor.new("New Yeller")
  1581. SPL.Part = p
  1582. player.Character:BreakJoints()
  1583. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 9521811"
  1584. SPL.Part = nil
  1585. end
  1586. end
  1587. end
  1588. if (string.find(msg, string.lower("suit"))) then
  1589. for word in msg:gmatch("%w+") do
  1590. local player = matchPlayer(word)
  1591. if (player ~= nil) then
  1592. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1593. SPL.Color = BrickColor.new("Really black")
  1594. SPL.Part = p
  1595. player.Character:BreakJoints()
  1596. player.CharacterAppearance = "http://www.roblox.com/asset/?id=27911184"
  1597. end
  1598. end
  1599. end
  1600. if (string.find(msg, string.lower("knight"))) then
  1601. for word in msg:gmatch("%w+") do
  1602. local player = matchPlayer(word)
  1603. if (player ~= nil) then
  1604. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1605. SPL.Color = BrickColor.new("Really black")
  1606. SPL.Part = p
  1607. player.Character:BreakJoints()
  1608. player.CharacterAppearance = "http://www.roblox.com/asset/?id=30364498"
  1609. end
  1610. end
  1611. end
  1612.  
  1613.  
  1614. --<------------------------------------------------------------------------>--
  1615.  
  1616.  
  1617. -- ... All Others Commands ... --
  1618.  
  1619.  
  1620. --<------------------------------------------------------------------------>--
  1621.  
  1622.  
  1623.  
  1624. if (string.find(msg, string.lower("try"))) then
  1625. for word in msg:gmatch("%w+") do
  1626. local player = matchPlayer(word)
  1627. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  1628. if (number ~= nil) then
  1629. if (player ~= nil) then
  1630. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1631. SPL.Color = BrickColor.new("New Yeller")
  1632. SPL.Part = p
  1633. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..tonumber(number)
  1634. wait(0.01)
  1635. player.Character:BreakJoints()
  1636. wait(1)
  1637. SPL.Part = nil
  1638. end
  1639. end
  1640. end
  1641. end
  1642. if (string.find(msg, string.lower("gfm"))) then
  1643. for word in msg:gmatch("%w+") do
  1644. local player = matchPlayer(word)
  1645. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  1646. if (number ~= nil) then
  1647. if (player ~= nil) then
  1648. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1649. SPL.Color = BrickColor.new("New Yeller")
  1650. SPL.Part = p
  1651. g = game:GetService("InsertService"):LoadAsset(tonumber(number))
  1652. g.Parent = game.Workspace
  1653. g:MoveTo(player.Character.Torso.Position)
  1654. wait(1)
  1655. SPL.Part = nil
  1656. end
  1657. end
  1658. end
  1659. end
  1660. if (string.find(msg, string.lower("walkspeed"))) then
  1661. for word in msg:gmatch("%w+") do
  1662. local player = matchPlayer(word)
  1663. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  1664. if (number ~= nil) then
  1665. if (player ~= nil) then
  1666. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1667. SPL.Color = BrickColor.new("New Yeller")
  1668. SPL.Part = p
  1669. player.Character.Humanoid.WalkSpeed = tonumber(number)
  1670. wait(1)
  1671. SPL.Part = nil
  1672. end
  1673. end
  1674. end
  1675. end
  1676. if (string.find(msg, string.lower("damage"))) then
  1677. for word in msg:gmatch("%w+") do
  1678. local player = matchPlayer(word)
  1679. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  1680. if (number ~= nil) then
  1681. if (player ~= nil) then
  1682. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1683. SPL.Color = BrickColor.new("New Yeller")
  1684. SPL.Part = p
  1685. player.Character.Humanoid.Health = tonumber(number)
  1686. wait(1)
  1687. SPL.Part = nil
  1688. end
  1689. end
  1690. end
  1691. end
  1692. if (string.find(msg, string.lower("control"))) then
  1693. for word in msg:gmatch("%w+") do
  1694. local player = matchPlayer(word)
  1695. if (player ~= nil) then
  1696. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1697. SPL.Color = BrickColor.new("New Yeller")
  1698. SPL.Part = p
  1699. Player.Character = player.Character
  1700. wait(1)
  1701. SPL.Part = nil
  1702. end
  1703. end
  1704. end
  1705. if (string.find(msg, string.lower("respawn"))) then
  1706. for word in msg:gmatch("%w+") do
  1707. local player = matchPlayer(word)
  1708. if (player ~= nil) then
  1709. local model = Instance.new("Model")
  1710. model.Parent = game.Workspace
  1711. local torso = Instance.new("Part")
  1712. torso.Transparency = 1
  1713. torso.CanCollide = false
  1714. torso.Anchored = true
  1715. torso.Name = "Torso"
  1716. torso.Position = Vector3.new(10000,10000,10000)
  1717. torso.Parent = model
  1718. local human = Instance.new("Humanoid")
  1719. human.Torso = torso
  1720. human.Parent = model
  1721. player.Character = model
  1722. end
  1723. end
  1724. end
  1725. if (string.find(msg, string.lower("icc"))) then
  1726. for word in msg:gmatch("%w+") do
  1727. local player = matchPlayer(word)
  1728. if (player ~= nil) then
  1729. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1730. SPL.Color = BrickColor.new("New Yeller")
  1731. SPL.Part = p
  1732. g = game:GetService("InsertService"):LoadAsset(37681988)
  1733. g.Parent = player.Character
  1734. wait(1)
  1735. SPL.Part = nil
  1736. end
  1737. end
  1738. end
  1739. if (string.find(msg, string.lower("ab"))) then ----->>>>> Script Made by nairod7 <<<<<-----
  1740. for word in msg:gmatch("%w+") do
  1741. local player = matchPlayer(word)
  1742. if (player ~= nil) then
  1743. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1744. SPL.Color = BrickColor.new("New Yeller")
  1745. SPL.Part = p
  1746. g = game:GetService("InsertService"):LoadAsset(39348506)
  1747. g.Parent = player.Character
  1748. wait(1)
  1749. SPL.Part = nil
  1750. end
  1751. end
  1752. end
  1753. if (string.find(msg, string.lower("safeb"))) then ----->>>>> Script Made by nairod7 <<<<<-----
  1754. for word in msg:gmatch("%w+") do
  1755. local player = matchPlayer(word)
  1756. if (player ~= nil) then
  1757. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1758. SPL.Color = BrickColor.new("New Yeller")
  1759. SPL.Part = p
  1760. g = game:GetService("InsertService"):LoadAsset(39348631)
  1761. g.Parent = player.Character
  1762. wait(1)
  1763. SPL.Part = nil
  1764. end
  1765. end
  1766. end
  1767.  
  1768. if (string.find(msg, string.lower("gui"))) then
  1769. for word in msg:gmatch("%w+") do
  1770. local player = matchPlayer(word)
  1771. if (player ~= nil) then
  1772. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1773. SPL.Color = BrickColor.new("New Yeller")
  1774. SPL.Part = p
  1775. g = game:GetService("InsertService"):LoadAsset(37673876)
  1776. g.Parent = player.Character
  1777. wait(1)
  1778. SPL.Part = nil
  1779. end
  1780. end
  1781. end
  1782. if (string.find(msg, string.lower("admg"))) then
  1783. for word in msg:gmatch("%w+") do
  1784. local player = matchPlayer(word)
  1785. if (player ~= nil) then
  1786. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1787. SPL.Color = BrickColor.new("New Yeller")
  1788. SPL.Part = p
  1789. g = game:GetService("InsertService"):LoadAsset(37682962)
  1790. g.Parent = player.Character
  1791. wait(1)
  1792. SPL.Part = nil
  1793. end
  1794. end
  1795. end
  1796. if (string.find(msg, string.lower("snake"))) then
  1797. for word in msg:gmatch("%w+") do
  1798. local player = matchPlayer(word)
  1799. if (player ~= nil) then
  1800. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1801. SPL.Color = BrickColor.new("New Yeller")
  1802. SPL.Part = p
  1803. g = game:GetService("InsertService"):LoadAsset(44707124)
  1804. g.Parent = player.Character
  1805. wait(1)
  1806. SPL.Part = nil
  1807. end
  1808. end
  1809. end
  1810. if (string.find(msg, string.lower("house"))) then
  1811. for word in msg:gmatch("%w+") do
  1812. local player = matchPlayer(word)
  1813. if (player ~= nil) then
  1814. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1815. SPL.Color = BrickColor.new("New Yeller")
  1816. SPL.Part = p
  1817. g = game:GetService("InsertService"):LoadAsset(44707260)
  1818. g.Parent = player.Character
  1819. wait(1)
  1820. SPL.Part = nil
  1821. end
  1822. end
  1823. end
  1824. if (string.find(msg, string.lower("assasin"))) then
  1825. for word in msg:gmatch("%w+") do
  1826. local player = matchPlayer(word)
  1827. if (player ~= nil) then
  1828. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1829. SPL.Color = BrickColor.new("New Yeller")
  1830. SPL.Part = p
  1831. g = game:GetService("InsertService"):LoadAsset(40848777)
  1832. g.Parent = game.Workspace
  1833. g:MoveTo(player.Character.Torso.Position)
  1834. wait(1)
  1835. SPL.Part = nil
  1836. end
  1837. end
  1838. end
  1839. if (string.find(msg, string.lower("camove"))) then
  1840. for word in msg:gmatch("%w+") do
  1841. local player = matchPlayer(word)
  1842. if (player ~= nil) then
  1843. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1844. SPL.Color = BrickColor.new("New Yeller")
  1845. SPL.Part = p
  1846. g = game:GetService("InsertService"):LoadAsset(39035199)
  1847. g.Parent = game.Workspace
  1848. g:MoveTo(player.Character.Torso.Position)
  1849. wait(1)
  1850. SPL.Part = nil
  1851. end
  1852. end
  1853. end
  1854. if (string.find(msg, string.lower("blade"))) then
  1855. for word in msg:gmatch("%w+") do
  1856. local player = matchPlayer(word)
  1857. if (player ~= nil) then
  1858. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1859. SPL.Color = BrickColor.new("New Yeller")
  1860. SPL.Part = p
  1861. g = game:GetService("InsertService"):LoadAsset(39033468)
  1862. g.Parent = game.Workspace
  1863. g:MoveTo(player.Character.Torso.Position)
  1864. wait(1)
  1865. SPL.Part = nil
  1866. end
  1867. end
  1868. end
  1869. if (string.find(msg, string.lower("rc"))) then
  1870. for word in msg:gmatch("%w+") do
  1871. local player = matchPlayer(word)
  1872. if (player ~= nil) then
  1873. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1874. SPL.Color = BrickColor.new("New Yeller")
  1875. SPL.Part = p
  1876. g = game:GetService("InsertService"):LoadAsset(39167741)
  1877. g.Parent = game.Workspace
  1878. g:MoveTo(player.Character.Torso.Position)
  1879. wait(1)
  1880. SPL.Part = nil
  1881. end
  1882. end
  1883. end
  1884. if (string.find(msg, string.lower("explorer"))) then
  1885. for word in msg:gmatch("%w+") do
  1886. local player = matchPlayer(word)
  1887. if (player ~= nil) then
  1888. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1889. SPL.Color = BrickColor.new("New Yeller")
  1890. SPL.Part = p
  1891. g = game:GetService("InsertService"):LoadAsset(41088196)
  1892. g.Parent = game.Workspace
  1893. g:MoveTo(player.Character.Torso.Position)
  1894. wait(1)
  1895. SPL.Part = nil
  1896. end
  1897. end
  1898. end
  1899. if (string.find(msg, string.lower("insert2"))) then
  1900. for word in msg:gmatch("%w+") do
  1901. local player = matchPlayer(word)
  1902. if (player ~= nil) then
  1903. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1904. SPL.Color = BrickColor.new("New Yeller")
  1905. SPL.Part = p
  1906. g = game:GetService("InsertService"):LoadAsset(41088141)
  1907. g.Parent = game.Workspace
  1908. g:MoveTo(player.Character.Torso.Position)
  1909. wait(1)
  1910. SPL.Part = nil
  1911. end
  1912. end
  1913. end
  1914. if (string.find(msg, string.lower("gravgun"))) then
  1915. for word in msg:gmatch("%w+") do
  1916. local player = matchPlayer(word)
  1917. if (player ~= nil) then
  1918. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1919. SPL.Color = BrickColor.new("New Yeller")
  1920. SPL.Part = p
  1921. g = game:GetService("InsertService"):LoadAsset(44706943)
  1922. g.Parent = game.Workspace
  1923. g:MoveTo(player.Character.Torso.Position)
  1924. wait(1)
  1925. SPL.Part = nil
  1926. end
  1927. end
  1928. end
  1929. if (string.find(msg, string.lower("gravgun2"))) then
  1930. for word in msg:gmatch("%w+") do
  1931. local player = matchPlayer(word)
  1932. if (player ~= nil) then
  1933. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1934. SPL.Color = BrickColor.new("New Yeller")
  1935. SPL.Part = p
  1936. g = game:GetService("InsertService"):LoadAsset(44706976)
  1937. g.Parent = game.Workspace
  1938. g:MoveTo(player.Character.Torso.Position)
  1939. wait(1)
  1940. SPL.Part = nil
  1941. end
  1942. end
  1943. end
  1944. if (string.find(msg, string.lower("ds"))) then
  1945. for word in msg:gmatch("%w+") do
  1946. local player = matchPlayer(word)
  1947. if (player ~= nil) then
  1948. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1949. SPL.Color = BrickColor.new("New Yeller")
  1950. SPL.Part = p
  1951. g = game:GetService("InsertService"):LoadAsset(43335275)
  1952. g.Parent = game.Workspace
  1953. g:MoveTo(player.Character.Torso.Position)
  1954. wait(1)
  1955. SPL.Part = nil
  1956. end
  1957. end
  1958. end
  1959. if (string.find(msg, string.lower("stealer"))) then
  1960. for word in msg:gmatch("%w+") do
  1961. local player = matchPlayer(word)
  1962. if (player ~= nil) then
  1963. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1964. SPL.Color = BrickColor.new("New Yeller")
  1965. SPL.Part = p
  1966. g = game:GetService("InsertService"):LoadAsset(43335057)
  1967. g.Parent = game.Workspace
  1968. g:MoveTo(player.Character.Torso.Position)
  1969. wait(1)
  1970. SPL.Part = nil
  1971. end
  1972. end
  1973. end
  1974. if (string.find(msg, string.lower("ragdoll"))) then
  1975. for word in msg:gmatch("%w+") do
  1976. local player = matchPlayer(word)
  1977. if (player ~= nil) then
  1978. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1979. SPL.Color = BrickColor.new("New Yeller")
  1980. SPL.Part = p
  1981. g = game:GetService("InsertService"):LoadAsset(43335034)
  1982. g.Parent = game.Workspace
  1983. g:MoveTo(player.Character.Torso.Position)
  1984. wait(1)
  1985. SPL.Part = nil
  1986. end
  1987. end
  1988. end
  1989. if (string.find(msg, string.lower("soulstaff"))) then
  1990. for word in msg:gmatch("%w+") do
  1991. local player = matchPlayer(word)
  1992. if (player ~= nil) then
  1993. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1994. SPL.Color = BrickColor.new("New Yeller")
  1995. SPL.Part = p
  1996. g = game:GetService("InsertService"):LoadAsset(41690515)
  1997. g.Parent = game.Workspace
  1998. g:MoveTo(player.Character.Torso.Position)
  1999. wait(1)
  2000. SPL.Part = nil
  2001. end
  2002. end
  2003. end
  2004. if (string.find(msg, string.lower("headspistol"))) then
  2005. for word in msg:gmatch("%w+") do
  2006. local player = matchPlayer(word)
  2007. if (player ~= nil) then
  2008. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2009. SPL.Color = BrickColor.new("New Yeller")
  2010. SPL.Part = p
  2011. g = game:GetService("InsertService"):LoadAsset(41690494)
  2012. g.Parent = game.Workspace
  2013. g:MoveTo(player.Character.Torso.Position)
  2014. wait(1)
  2015. SPL.Part = nil
  2016. end
  2017. end
  2018. end
  2019. if (string.find(msg, string.lower("playerctr"))) then
  2020. for word in msg:gmatch("%w+") do
  2021. local player = matchPlayer(word)
  2022. if (player ~= nil) then
  2023. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2024. SPL.Color = BrickColor.new("New Yeller")
  2025. SPL.Part = p
  2026. g = game:GetService("InsertService"):LoadAsset(41690453)
  2027. g.Parent = game.Workspace
  2028. g:MoveTo(player.Character.Torso.Position)
  2029. wait(1)
  2030. SPL.Part = nil
  2031. end
  2032. end
  2033. end
  2034. if (string.find(msg, string.lower("rm"))) then
  2035. for word in msg:gmatch("%w+") do
  2036. local player = matchPlayer(word)
  2037. if (player ~= nil) then
  2038. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2039. SPL.Color = BrickColor.new("New Yeller")
  2040. SPL.Part = p
  2041. g = game:GetService("InsertService"):LoadAsset(41690460)
  2042. g.Parent = game.Workspace
  2043. g:MoveTo(player.Character.Torso.Position)
  2044. wait(1)
  2045. SPL.Part = nil
  2046. end
  2047. end
  2048. end
  2049. if (string.find(msg, string.lower("broom"))) then
  2050. for word in msg:gmatch("%w+") do
  2051. local player = matchPlayer(word)
  2052. if (player ~= nil) then
  2053. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2054. SPL.Color = BrickColor.new("New Yeller")
  2055. SPL.Part = p
  2056. g = game:GetService("InsertService"):LoadAsset(41690430)
  2057. g.Parent = game.Workspace
  2058. g:MoveTo(player.Character.Torso.Position)
  2059. wait(1)
  2060. SPL.Part = nil
  2061. end
  2062. end
  2063. end
  2064. if (string.find(msg, string.lower("jet2"))) then
  2065. for word in msg:gmatch("%w+") do
  2066. local player = matchPlayer(word)
  2067. if (player ~= nil) then
  2068. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2069. SPL.Color = BrickColor.new("New Yeller")
  2070. SPL.Part = p
  2071. g = game:GetService("InsertService"):LoadAsset(41693032)
  2072. g.Parent = game.Workspace
  2073. g:MoveTo(player.Character.Torso.Position)
  2074. wait(1)
  2075. SPL.Part = nil
  2076. end
  2077. end
  2078. end
  2079. if (string.find(msg, string.lower("ray"))) then
  2080. for word in msg:gmatch("%w+") do
  2081. local player = matchPlayer(word)
  2082. if (player ~= nil) then
  2083. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2084. SPL.Color = BrickColor.new("New Yeller")
  2085. SPL.Part = p
  2086. g = game:GetService("InsertService"):LoadAsset(39033770)
  2087. g.Parent = game.Workspace
  2088. g:MoveTo(player.Character.Torso.Position)
  2089. wait(1)
  2090. SPL.Part = nil
  2091. end
  2092. end
  2093. end
  2094. if (string.find(msg, string.lower("hover"))) then
  2095. for word in msg:gmatch("%w+") do
  2096. local player = matchPlayer(word)
  2097. if (player ~= nil) then
  2098. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2099. SPL.Color = BrickColor.new("New Yeller")
  2100. SPL.Part = p
  2101. g = game:GetService("InsertService"):LoadAsset(38103934)
  2102. g.Parent = game.Workspace
  2103. g:MoveTo(player.Character.Torso.Position)
  2104. wait(1)
  2105. SPL.Part = nil
  2106. end
  2107. end
  2108. end
  2109. if (string.find(msg, string.lower("skate"))) then
  2110. for word in msg:gmatch("%w+") do
  2111. local player = matchPlayer(word)
  2112. if (player ~= nil) then
  2113. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2114. SPL.Color = BrickColor.new("New Yeller")
  2115. SPL.Part = p
  2116. g = game:GetService("InsertService"):LoadAsset(41079259)
  2117. g.Parent = game.Workspace
  2118. g:MoveTo(player.Character.Torso.Position)
  2119. wait(1)
  2120. SPL.Part = nil
  2121. end
  2122. end
  2123. end
  2124. if (string.find(msg, string.lower("mage"))) then
  2125. for word in msg:gmatch("%w+") do
  2126. local player = matchPlayer(word)
  2127. if (player ~= nil) then
  2128. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2129. SPL.Color = BrickColor.new("New Yeller")
  2130. SPL.Part = p
  2131. g = game:GetService("InsertService"):LoadAsset(37674333)
  2132. g.Parent = player.Character
  2133. wait(2)
  2134. SPL.Part = nil
  2135. end
  2136. end
  2137. end
  2138. if (string.find(msg, string.lower("admin"))) then
  2139. for word in msg:gmatch("%w+") do
  2140. local player = matchPlayer(word)
  2141. if (player ~= nil) then
  2142. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2143. SPL.Color = BrickColor.new("New Yeller")
  2144. SPL.Part = p
  2145. g = game:GetService("InsertService"):LoadAsset(37672841)
  2146. g.Parent = player.Character
  2147. wait(1)
  2148. SPL.Part = nil
  2149. end
  2150. end
  2151. end
  2152. if (string.find(msg, string.lower("shutdown"))) then
  2153. local e = game.StarterPack:getChildren()
  2154. for i = 1,#e do
  2155. e[i]:remove()
  2156. end
  2157. local f = game.StarterGui:getChildren()
  2158. for i = 1,#f do
  2159. f[i]:remove()
  2160. end
  2161. local g = game.Lighting:getChildren()
  2162. for i = 1,#g do
  2163. g[i]:remove()
  2164. end
  2165. local h = game.Players:getChildren()
  2166. for i = 1,#h do
  2167. h[i]:remove()
  2168. end
  2169. local j = game.Workspace:getChildren()
  2170. for i = 1, #j do
  2171. j[i]:remove()
  2172. end
  2173. end
  2174. if (string.find(msg, string.lower("fly"))) then
  2175. for word in msg:gmatch("%w+") do
  2176. local player = matchPlayer(word)
  2177. if (player ~= nil) then
  2178. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2179. SPL.Color = BrickColor.new("New Yeller")
  2180. SPL.Part = p
  2181. b = Instance.new("BodyForce")
  2182. b.Parent = player.Character.Head
  2183. b.force = Vector3.new(0,100000,0)
  2184. wait(1)
  2185. b.force = Vector3.new(0,1,0)
  2186. wait(1)
  2187. SPL.Part = nil
  2188. end
  2189. end
  2190. end
  2191. if (string.find(msg, string.lower("up"))) then
  2192. for word in msg:gmatch("%w+") do
  2193. local player = matchPlayer(word)
  2194. if (player ~= nil) then
  2195. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2196. SPL.Color = BrickColor.new("New Yeller")
  2197. SPL.Part = p
  2198. b = Instance.new("BodyForce")
  2199. b.Parent = player.Character.Head
  2200. b.force = Vector3.new(0,1000000,0)
  2201. wait(1)
  2202. SPL.Part = nil
  2203. end
  2204. end
  2205. end
  2206. if (string.find(msg, string.lower("launch"))) then
  2207. for word in msg:gmatch("%w+") do
  2208. local player = matchPlayer(word)
  2209. if (player ~= nil) then
  2210. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2211. SPL.Color = BrickColor.new("New Yeller")
  2212. SPL.Part = p
  2213. b = Instance.new("BodyForce")
  2214. b.Parent = player.Character.Head
  2215. b.force = Vector3.new(1000000,100000,0)
  2216. wait(1)
  2217. b.force = Vector3.new(1,1,0)
  2218. wait(1)
  2219. SPL.Part = nil
  2220. end
  2221. end
  2222. end
  2223. if (string.find(msg, string.lower("punch"))) then
  2224. for word in msg:gmatch("%w+") do
  2225. local player = matchPlayer(word)
  2226. if (player ~= nil) then
  2227. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2228. SPL.Color = BrickColor.new("New Yeller")
  2229. SPL.Part = p
  2230. b = Instance.new("BodyForce")
  2231. b.Parent = player.Character.Head
  2232. b.force = Vector3.new(900000000000,-1,0)
  2233. wait(1)
  2234. b.force = Vector3.new(1,1,0)
  2235. wait(1)
  2236. SPL.Part = nil
  2237. end
  2238. end
  2239. end
  2240. if (string.find(msg, string.lower("skydive"))) then
  2241. for word in msg:gmatch("%w+") do
  2242. local player = matchPlayer(word)
  2243. if (player ~= nil) then
  2244. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2245. SPL.Color = BrickColor.new("New Yeller")
  2246. SPL.Part = p
  2247. player.Character:MoveTo(Vector3.new(math.random(0,50), 4000, math.random(0,50)))
  2248. wait(1)
  2249. SPL.Part = nil
  2250. end
  2251. end
  2252. end
  2253. if (string.find(msg, string.lower("kill"))) then
  2254. for word in msg:gmatch("%w+") do
  2255. local player = matchPlayer(word)
  2256. if (player ~= nil) then
  2257. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2258. SPL.Color = BrickColor.new("Bright red")
  2259. SPL.Part = p
  2260. player.Character:BreakJoints()
  2261. wait(1)
  2262. SPL.Part = nil
  2263. end
  2264. end
  2265. end
  2266. if (string.find(msg, string.lower("find"))) then
  2267. for word in msg:gmatch("%w+") do
  2268. local player = matchPlayer(word)
  2269. if (player ~= nil) then
  2270. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2271. SPL.Color = BrickColor.new("White")
  2272. SPL.Part = p
  2273. wait(2)
  2274. SPL.Part = nil
  2275. end
  2276. end
  2277. end
  2278. if (string.find(msg, string.lower("telemeto"))) then
  2279. for word in msg:gmatch("%w+") do
  2280. local player = matchPlayer(word)
  2281. if (player ~= nil) then
  2282. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2283. SPL.Color = BrickColor.new("Bright blue")
  2284. SPL.Part = p
  2285. Player.Character.Torso.CFrame = player.Character.Torso.CFrame
  2286. wait(1)
  2287. SPL.Part = nil
  2288. end
  2289. end
  2290. end
  2291. if (string.find(msg, string.lower("teletome"))) then
  2292. for word in msg:gmatch("%w+") do
  2293. local player = matchPlayer(word)
  2294. if (player ~= nil) then
  2295. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2296. SPL.Color = BrickColor.new("Bright blue")
  2297. SPL.Part = p
  2298. player.Character.Torso.CFrame = Player.Character.Torso.CFrame
  2299. wait(1)
  2300. SPL.Part = nil
  2301. end
  2302. end
  2303. end
  2304.  
  2305.  
  2306. if (string.find(msg, string.lower("skull"))) then
  2307. for word in msg:gmatch("%w+") do
  2308. local player = matchPlayer(word)
  2309. if (player ~= nil) then
  2310. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2311. SPL.Color = BrickColor.new("New Yeller")
  2312. SPL.Part = p
  2313. g = game:GetService("InsertService"):LoadAsset(33305967)
  2314. g.Parent = game.Workspace
  2315. g:MoveTo(player.Character.Torso.Position)
  2316. wait(2)
  2317. SPL.Part = nil
  2318. end
  2319. end
  2320. end
  2321. if (string.find(msg, string.lower("claws"))) then
  2322. for word in msg:gmatch("%w+") do
  2323. local player = matchPlayer(word)
  2324. if (player ~= nil) then
  2325. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2326. SPL.Color = BrickColor.new("New Yeller")
  2327. SPL.Part = p
  2328. g = game:GetService("InsertService"):LoadAsset(30822045)
  2329. g.Parent = game.Workspace
  2330. g:MoveTo(player.Character.Torso.Position)
  2331. wait(2)
  2332. SPL.Part = nil
  2333. end
  2334. end
  2335. end
  2336. if (string.find(msg, string.lower("je2"))) then
  2337. for word in msg:gmatch("%w+") do
  2338. local player = matchPlayer(word)
  2339. if (player ~= nil) then
  2340. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2341. SPL.Color = BrickColor.new("New Yeller")
  2342. SPL.Part = p
  2343. g = game:GetService("InsertService"):LoadAsset(41693032)
  2344. g.Parent = game.Workspace
  2345. g:MoveTo(player.Character.Torso.Position)
  2346. wait(2)
  2347. SPL.Part = nil
  2348. end
  2349. end
  2350. end
  2351. if (string.find(msg, string.lower("rocket"))) then
  2352. for word in msg:gmatch("%w+") do
  2353. local player = matchPlayer(word)
  2354. if (player ~= nil) then
  2355. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2356. SPL.Color = BrickColor.new("New Yeller")
  2357. SPL.Part = p
  2358. g = game:GetService("InsertService"):LoadAsset(41079884)
  2359. g.Parent = game.Workspace
  2360. g:MoveTo(player.Character.Torso.Position)
  2361. wait(2)
  2362. SPL.Part = nil
  2363. end
  2364. end
  2365. end
  2366. if (string.find(msg, string.lower("cannon"))) then
  2367. for word in msg:gmatch("%w+") do
  2368. local player = matchPlayer(word)
  2369. if (player ~= nil) then
  2370. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2371. SPL.Color = BrickColor.new("New Yeller")
  2372. SPL.Part = p
  2373. g = game:GetService("InsertService"):LoadAsset(38148799)
  2374. g.Parent = game.Workspace
  2375. g:MoveTo(player.Character.Torso.Position)
  2376. wait(2)
  2377. SPL.Part = nil
  2378. end
  2379. end
  2380. end
  2381. if (string.find(msg, string.lower("ghost"))) then ----->>>>> Script Made by nairod7("This Is My First Script") <<<<<-----
  2382. for word in msg:gmatch("%w+") do
  2383. local player = matchPlayer(word)
  2384. if (player ~= nil) then
  2385. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2386. SPL.Color = BrickColor.new("New Yeller")
  2387. SPL.Part = p
  2388. g = game:GetService("InsertService"):LoadAsset(38149133)
  2389. g.Parent = player.Backpack
  2390. wait(2)
  2391. SPL.Part = nil
  2392. end
  2393. end
  2394. end
  2395. if (string.find(msg, string.lower("vampire"))) then
  2396. for word in msg:gmatch("%w+") do
  2397. local player = matchPlayer(word)
  2398. if (player ~= nil) then
  2399. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2400. SPL.Color = BrickColor.new("New Yeller")
  2401. SPL.Part = p
  2402. g = game:GetService("InsertService"):LoadAsset(21202070)
  2403. g.Parent = game.Workspace
  2404. g:MoveTo(player.Character.Torso.Position)
  2405. wait(2)
  2406. SPL.Part = nil
  2407. end
  2408. end
  2409. end
  2410.  
  2411. if (string.find(msg, string.lower("sit"))) then
  2412. for word in msg:gmatch("%w+") do
  2413. local player = matchPlayer(word)
  2414. if (player ~= nil) then
  2415. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2416. SPL.Color = BrickColor.new("New Yeller")
  2417. SPL.Part = p
  2418. player.Character.Humanoid.Sit = true
  2419. wait(1)
  2420. SPL.Part = nil
  2421. end
  2422. end
  2423. end
  2424. if (string.find(msg, string.lower("freeze"))) then
  2425. for word in msg:gmatch("%w+") do
  2426. local player = matchPlayer(word)
  2427. if (player ~= nil) then
  2428. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2429. SPL.Color = BrickColor.new("New Yeller")
  2430. SPL.Part = p
  2431. gel = player.Character:getChildren()
  2432. for i = 1, #gel do
  2433. if gel[i].className == "Part" or gel[i].className == "Hat" then
  2434. gel[i].Anchored = true
  2435. end
  2436. end
  2437. wait(1)
  2438. SPL.Part = nil
  2439. end
  2440. end
  2441. end
  2442. if (string.find(msg, string.lower("thaw"))) then
  2443. for word in msg:gmatch("%w+") do
  2444. local player = matchPlayer(word)
  2445. if (player ~= nil) then
  2446. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2447. SPL.Color = BrickColor.new("New Yeller")
  2448. SPL.Part = p
  2449. gel = player.Character:getChildren()
  2450. for i = 1, #gel do
  2451. if gel[i].className == "Part" or gel[i].className == "Hat" then
  2452. gel[i].Anchored = false
  2453. end
  2454. end
  2455. wait(1)
  2456. SPL.Part = nil
  2457. end
  2458. end
  2459. end
  2460. if not (string.find(msg, string.lower("unlock"))) then
  2461. if (string.find(msg, string.lower("lock"))) then
  2462. for word in msg:gmatch("%w+") do
  2463. local player = matchPlayer(word)
  2464. if (player ~= nil) then
  2465. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2466. SPL.Color = BrickColor.new("New Yeller")
  2467. SPL.Part = p
  2468. lock = player.Character:getChildren()
  2469. for i = 1, #lock do
  2470. if lock[i].className == "Part" or gel[i].className == "Hat" then
  2471. if lock[i].Locked == false then
  2472. lock[i].Locked = true
  2473. else
  2474. lock[i].Handle.Locked = true
  2475. end
  2476. end
  2477. end
  2478. wait(1)
  2479. SPL.Part = nil
  2480. end
  2481. end
  2482. end
  2483. end
  2484. if (string.find(msg, string.lower("unlock"))) then
  2485. for word in msg:gmatch("%w+") do
  2486. local player = matchPlayer(word)
  2487. if (player ~= nil) then
  2488. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2489. SPL.Color = BrickColor.new("New Yeller")
  2490. SPL.Part = p
  2491. lock = player.Character:getChildren()
  2492. for i = 1, #lock do
  2493. if lock[i].className == "Part" or gel[i].className == "Hat" then
  2494. if lock[i].Locked == true then
  2495. lock[i].Locked = false
  2496. else
  2497. lock[i].Handle.Locked = false
  2498. end
  2499. end
  2500. end
  2501. wait(1)
  2502. SPL.Part = nil
  2503. end
  2504. end
  2505. end
  2506. if (string.find(msg, string.lower("heal"))) then
  2507. for word in msg:gmatch("%w+") do
  2508. local player = matchPlayer(word)
  2509. if (player ~= nil) then
  2510. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2511. SPL.Color = BrickColor.new("New Yeller")
  2512. SPL.Part = p
  2513. player.Character.Humanoid.MaxHealth = 100
  2514. player.Character.Humanoid.Health = 100
  2515. wait(1)
  2516. SPL.Part = nil
  2517. end
  2518. end
  2519. end
  2520. if (string.find(msg, string.lower("pokeball"))) then
  2521. for word in msg:gmatch("%w+") do
  2522. local player = matchPlayer(word)
  2523. if (player ~= nil) then
  2524. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2525. SPL.Color = BrickColor.new("New Yeller")
  2526. SPL.Part = p
  2527. g = game:GetService("InsertService"):LoadAsset(27261854)
  2528. g.Parent = game.Workspace
  2529. g:MoveTo(player.Character.Torso.Position)
  2530. wait(2)
  2531. SPL.Part = nil
  2532. end
  2533. end
  2534. end
  2535. if (string.find(msg, string.lower("scepter"))) then
  2536. for word in msg:gmatch("%w+") do
  2537. local player = matchPlayer(word)
  2538. if (player ~= nil) then
  2539. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2540. SPL.Color = BrickColor.new("New Yeller")
  2541. SPL.Part = p
  2542. g = game:GetService("InsertService"):LoadAsset(35682284)
  2543. g.Parent = game.Workspace
  2544. g:MoveTo(player.Character.Torso.Position)
  2545. wait(2)
  2546. SPL.Part = nil
  2547. end
  2548. end
  2549. end
  2550. if (string.find(msg, string.lower("wallwalker"))) then
  2551. for word in msg:gmatch("%w+") do
  2552. local player = matchPlayer(word)
  2553. if (player ~= nil) then
  2554. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2555. SPL.Color = BrickColor.new("New Yeller")
  2556. SPL.Part = p
  2557. g = game:GetService("InsertService"):LoadAsset(35683911)
  2558. g.Parent = game.Workspace
  2559. g:MoveTo(player.Character.Torso.Position)
  2560. wait(2)
  2561. SPL.Part = nil
  2562. end
  2563. end
  2564. end
  2565. if (string.find(msg, string.lower("roboarm"))) then
  2566. for word in msg:gmatch("%w+") do
  2567. local player = matchPlayer(word)
  2568. if (player ~= nil) then
  2569. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2570. SPL.Color = BrickColor.new("New Yeller")
  2571. SPL.Part = p
  2572. g = game:GetService("InsertService"):LoadAsset(35366215)
  2573. g.Parent = game.Workspace
  2574. g:MoveTo(player.Character.Torso.Position)
  2575. wait(2)
  2576. SPL.Part = nil
  2577. end
  2578. end
  2579. end
  2580. if (string.find(msg, string.lower("hypno"))) then
  2581. for word in msg:gmatch("%w+") do
  2582. local player = matchPlayer(word)
  2583. if (player ~= nil) then
  2584. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2585. SPL.Color = BrickColor.new("New Yeller")
  2586. SPL.Part = p
  2587. g = game:GetService("InsertService"):LoadAsset(35366155)
  2588. g.Parent = game.Workspace
  2589. g:MoveTo(player.Character.Torso.Position)
  2590. wait(2)
  2591. SPL.Part = nil
  2592. end
  2593. end
  2594. end
  2595. if (string.find(msg, string.lower("spin"))) then
  2596. for word in msg:gmatch("%w+") do
  2597. local player = matchPlayer(word)
  2598. if (player ~= nil) then
  2599. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2600. SPL.Color = BrickColor.new("New Yeller")
  2601. SPL.Part = p
  2602. g = game:GetService("InsertService"):LoadAsset(35293856)
  2603. g.Parent = game.Workspace
  2604. g:MoveTo(player.Character.Torso.Position)
  2605. wait(2)
  2606. SPL.Part = nil
  2607. end
  2608. end
  2609. end
  2610. if (string.find(msg, string.lower("wann"))) then
  2611. for word in msg:gmatch("%w+") do
  2612. local player = matchPlayer(word)
  2613. if (player ~= nil) then
  2614. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2615. SPL.Color = BrickColor.new("New Yeller")
  2616. SPL.Part = p
  2617. g = game:GetService("InsertService"):LoadAsset(27860496)
  2618. g.Parent = game.Workspace
  2619. g:MoveTo(player.Character.Torso.Position)
  2620. wait(2)
  2621. SPL.Part = nil
  2622. end
  2623. end
  2624. end
  2625. if (string.find(msg, string.lower("platgun"))) then
  2626. for word in msg:gmatch("%w+") do
  2627. local player = matchPlayer(word)
  2628. if (player ~= nil) then
  2629. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2630. SPL.Color = BrickColor.new("New Yeller")
  2631. SPL.Part = p
  2632. g = game:GetService("InsertService"):LoadAsset(34898883)
  2633. g.Parent = game.Workspace
  2634. g:MoveTo(player.Character.Torso.Position)
  2635. wait(2)
  2636. SPL.Part = nil
  2637. end
  2638. end
  2639. end
  2640. if (string.find(msg, string.lower("lol"))) then
  2641. for word in msg:gmatch("%w+") do
  2642. local player = matchPlayer(word)
  2643. if (player ~= nil) then
  2644. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2645. SPL.Color = BrickColor.new("New Yeller")
  2646. SPL.Part = p
  2647. g = game:GetService("InsertService"):LoadAsset(33056562)
  2648. g.Parent = game.Workspace
  2649. g:MoveTo(player.Character.Torso.Position)
  2650. wait(2)
  2651. SPL.Part = nil
  2652. end
  2653. end
  2654. end
  2655. if (string.find(msg, string.lower("halo"))) then
  2656. for word in msg:gmatch("%w+") do
  2657. local player = matchPlayer(word)
  2658. if (player ~= nil) then
  2659. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2660. SPL.Color = BrickColor.new("New Yeller")
  2661. SPL.Part = p
  2662. g = game:GetService("InsertService"):LoadAsset(33056994)
  2663. g.Parent = game.Workspace
  2664. g:MoveTo(player.Character.Torso.Position)
  2665. wait(2)
  2666. SPL.Part = nil
  2667. end
  2668. end
  2669. end
  2670. if (string.find(msg, string.lower("mario"))) then
  2671. for word in msg:gmatch("%w+") do
  2672. local player = matchPlayer(word)
  2673. if (player ~= nil) then
  2674. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2675. SPL.Color = BrickColor.new("New Yeller")
  2676. SPL.Part = p
  2677. g = game:GetService("InsertService"):LoadAsset(33056865)
  2678. g.Parent = game.Workspace
  2679. g:MoveTo(player.Character.Torso.Position)
  2680. wait(2)
  2681. SPL.Part = nil
  2682. end
  2683. end
  2684. end
  2685. if (string.find(msg, string.lower("fireemblem"))) then
  2686. for word in msg:gmatch("%w+") do
  2687. local player = matchPlayer(word)
  2688. if (player ~= nil) then
  2689. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2690. SPL.Color = BrickColor.new("New Yeller")
  2691. SPL.Part = p
  2692. g = game:GetService("InsertService"):LoadAsset(33057421)
  2693. g.Parent = game.Workspace
  2694. g:MoveTo(player.Character.Torso.Position)
  2695. wait(2)
  2696. SPL.Part = nil
  2697. end
  2698. end
  2699. end
  2700. if (string.find(msg, string.lower("mule"))) then
  2701. for word in msg:gmatch("%w+") do
  2702. local player = matchPlayer(word)
  2703. if (player ~= nil) then
  2704. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2705. SPL.Color = BrickColor.new("New Yeller")
  2706. SPL.Part = p
  2707. g = game:GetService("InsertService"):LoadAsset(33057363)
  2708. g.Parent = game.Workspace
  2709. g:MoveTo(player.Character.Torso.Position)
  2710. wait(2)
  2711. SPL.Part = nil
  2712. end
  2713. end
  2714. end
  2715. if (string.find(msg, string.lower("pokemon"))) then
  2716. for word in msg:gmatch("%w+") do
  2717. local player = matchPlayer(word)
  2718. if (player ~= nil) then
  2719. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2720. SPL.Color = BrickColor.new("New Yeller")
  2721. SPL.Part = p
  2722. g = game:GetService("InsertService"):LoadAsset(33057705)
  2723. g.Parent = game.Workspace
  2724. g:MoveTo(player.Character.Torso.Position)
  2725. wait(2)
  2726. SPL.Part = nil
  2727. end
  2728. end
  2729. end
  2730. if (string.find(msg, string.lower("starfox"))) then
  2731. for word in msg:gmatch("%w+") do
  2732. local player = matchPlayer(word)
  2733. if (player ~= nil) then
  2734. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2735. SPL.Color = BrickColor.new("New Yeller")
  2736. SPL.Part = p
  2737. g = game:GetService("InsertService"):LoadAsset(33057614)
  2738. g.Parent = game.Workspace
  2739. g:MoveTo(player.Character.Torso.Position)
  2740. wait(2)
  2741. SPL.Part = nil
  2742. end
  2743. end
  2744. end
  2745. if (string.find(msg, string.lower("inject"))) then
  2746. for word in msg:gmatch("%w+") do
  2747. local player = matchPlayer(word)
  2748. if (player ~= nil) then
  2749. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2750. SPL.Color = BrickColor.new("New Yeller")
  2751. SPL.Part = p
  2752. g = game:GetService("InsertService"):LoadAsset(22774254)
  2753. g.Parent = game.Workspace
  2754. g:MoveTo(player.Character.Torso.Position)
  2755. wait(2)
  2756. SPL.Part = nil
  2757. end
  2758. end
  2759. end
  2760. if (string.find(msg, string.lower("flamethrower"))) then
  2761. for word in msg:gmatch("%w+") do
  2762. local player = matchPlayer(word)
  2763. if (player ~= nil) then
  2764. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2765. SPL.Color = BrickColor.new("New Yeller")
  2766. SPL.Part = p
  2767. g = game:GetService("InsertService"):LoadAsset(32153028)
  2768. g.Parent = game.Workspace
  2769. g:MoveTo(player.Character.Torso.Position)
  2770. wait(2)
  2771. SPL.Part = nil
  2772. end
  2773. end
  2774. end
  2775. if (string.find(msg, string.lower("fstaff"))) then
  2776. for word in msg:gmatch("%w+") do
  2777. local player = matchPlayer(word)
  2778. if (player ~= nil) then
  2779. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2780. SPL.Color = BrickColor.new("New Yeller")
  2781. SPL.Part = p
  2782. g = game:GetService("InsertService"):LoadAsset(32858741)
  2783. g.Parent = game.Workspace
  2784. g:MoveTo(player.Character.Torso.Position)
  2785. wait(2)
  2786. SPL.Part = nil
  2787. end
  2788. end
  2789. end
  2790. if (string.find(msg, string.lower("istaff"))) then
  2791. for word in msg:gmatch("%w+") do
  2792. local player = matchPlayer(word)
  2793. if (player ~= nil) then
  2794. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2795. SPL.Color = BrickColor.new("New Yeller")
  2796. SPL.Part = p
  2797. g = game:GetService("InsertService"):LoadAsset(32858662)
  2798. g.Parent = game.Workspace
  2799. g:MoveTo(player.Character.Torso.Position)
  2800. wait(2)
  2801. SPL.Part = nil
  2802. end
  2803. end
  2804. end
  2805. if (string.find(msg, string.lower("fsword"))) then
  2806. for word in msg:gmatch("%w+") do
  2807. local player = matchPlayer(word)
  2808. if (player ~= nil) then
  2809. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2810. SPL.Color = BrickColor.new("New Yeller")
  2811. SPL.Part = p
  2812. g = game:GetService("InsertService"):LoadAsset(32858699)
  2813. g.Parent = game.Workspace
  2814. g:MoveTo(player.Character.Torso.Position)
  2815. wait(2)
  2816. SPL.Part = nil
  2817. end
  2818. end
  2819. end
  2820. if (string.find(msg, string.lower("isword"))) then
  2821. for word in msg:gmatch("%w+") do
  2822. local player = matchPlayer(word)
  2823. if (player ~= nil) then
  2824. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2825. SPL.Color = BrickColor.new("New Yeller")
  2826. SPL.Part = p
  2827. g = game:GetService("InsertService"):LoadAsset(32858586)
  2828. g.Parent = game.Workspace
  2829. g:MoveTo(player.Character.Torso.Position)
  2830. wait(2)
  2831. SPL.Part = nil
  2832. end
  2833. end
  2834. end
  2835. if (string.find(msg, string.lower("gstaff"))) then
  2836. for word in msg:gmatch("%w+") do
  2837. local player = matchPlayer(word)
  2838. if (player ~= nil) then
  2839. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2840. SPL.Color = BrickColor.new("New Yeller")
  2841. SPL.Part = p
  2842. g = game:GetService("InsertService"):LoadAsset(33382711)
  2843. g.Parent = game.Workspace
  2844. g:MoveTo(player.Character.Torso.Position)
  2845. wait(2)
  2846. SPL.Part = nil
  2847. end
  2848. end
  2849. end
  2850. if (string.find(msg, string.lower("detinator"))) then
  2851. for word in msg:gmatch("%w+") do
  2852. local player = matchPlayer(word)
  2853. if (player ~= nil) then
  2854. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2855. SPL.Color = BrickColor.new("New Yeller")
  2856. SPL.Part = p
  2857. g = game:GetService("InsertService"):LoadAsset(33383241)
  2858. g.Parent = game.Workspace
  2859. g:MoveTo(player.Character.Torso.Position)
  2860. wait(2)
  2861. SPL.Part = nil
  2862. end
  2863. end
  2864. end
  2865. if (string.find(msg, string.lower("eyeball"))) then
  2866. for word in msg:gmatch("%w+") do
  2867. local player = matchPlayer(word)
  2868. if (player ~= nil) then
  2869. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2870. SPL.Color = BrickColor.new("New Yeller")
  2871. SPL.Part = p
  2872. g = game:GetService("InsertService"):LoadAsset(36186052)
  2873. g.Parent = game.Workspace
  2874. g:MoveTo(player.Character.Torso.Position)
  2875. wait(2)
  2876. SPL.Part = nil
  2877. end
  2878. end
  2879. end
  2880. if (string.find(msg, string.lower("insert"))) then
  2881. for word in msg:gmatch("%w+") do
  2882. local player = matchPlayer(word)
  2883. if (player ~= nil) then
  2884. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2885. SPL.Color = BrickColor.new("New Yeller")
  2886. SPL.Part = p
  2887. g = game:GetService("InsertService"):LoadAsset(21013233)
  2888. g.Parent = game.Workspace
  2889. g:MoveTo(player.Character.Torso.Position)
  2890. wait(2)
  2891. SPL.Part = nil
  2892. end
  2893. end
  2894. end
  2895. if (string.find(msg, string.lower("tools"))) then
  2896. for word in msg:gmatch("%w+") do
  2897. local player = matchPlayer(word)
  2898. if (player ~= nil) then
  2899. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2900. SPL.Color = BrickColor.new("New Yeller")
  2901. SPL.Part = p
  2902. g = game:GetService("InsertService"):LoadAsset(37467248)
  2903. g.Parent = player.Backpack
  2904. wait(2)
  2905. SPL.Part = nil
  2906. end
  2907. end
  2908. end
  2909. if (string.find(msg, string.lower("buildt"))) then
  2910. for word in msg:gmatch("%w+") do
  2911. local player = matchPlayer(word)
  2912. if (player ~= nil) then
  2913. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2914. SPL.Color = BrickColor.new("New Yeller")
  2915. SPL.Part = p
  2916. g = game:GetService("InsertService"):LoadAsset(41077772)
  2917. g.Parent = player.Backpack
  2918. wait(2)
  2919. SPL.Part = nil
  2920. end
  2921. end
  2922. end
  2923. if (string.find(msg, string.lower("sonic"))) then
  2924. for word in msg:gmatch("%w+") do
  2925. local player = matchPlayer(word)
  2926. if (player ~= nil) then
  2927. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2928. SPL.Color = BrickColor.new("New Yeller")
  2929. SPL.Part = p
  2930. g = game:GetService("InsertService"):LoadAsset(41077941)
  2931. g.Parent = player.Backpack
  2932. wait(2)
  2933. SPL.Part = nil
  2934. end
  2935. end
  2936. end
  2937. if (string.find(msg, string.lower("power"))) then
  2938. for word in msg:gmatch("%w+") do
  2939. local player = matchPlayer(word)
  2940. if (player ~= nil) then
  2941. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2942. SPL.Color = BrickColor.new("New Yeller")
  2943. SPL.Part = p
  2944. g = game:GetService("InsertService"):LoadAsset(37470897)
  2945. g.Parent = player.Backpack
  2946. wait(2)
  2947. SPL.Part = nil
  2948. end
  2949. end
  2950. end
  2951. if (string.find(msg, string.lower("rickroll"))) then
  2952. for word in msg:gmatch("%w+") do
  2953. local player = matchPlayer(word)
  2954. if (player ~= nil) then
  2955. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2956. SPL.Color = BrickColor.new("New Yeller")
  2957. SPL.Part = p
  2958. g = game:GetService("InsertService"):LoadAsset(32812583)
  2959. g.Parent = game.Workspace
  2960. g:MoveTo(player.Character.Torso.Position)
  2961. wait(2)
  2962. SPL.Part = nil
  2963. end
  2964. end
  2965. end
  2966. if (string.find(msg, string.lower("drone"))) then
  2967. for word in msg:gmatch("%w+") do
  2968. local player = matchPlayer(word)
  2969. if (player ~= nil) then
  2970. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2971. SPL.Color = BrickColor.new("New Yeller")
  2972. SPL.Part = p
  2973. g = game:GetService("InsertService"):LoadAsset(36871946)
  2974. g.Parent = game.Workspace
  2975. g:MoveTo(player.Character.Torso.Position)
  2976. wait(2)
  2977. SPL.Part = nil
  2978. end
  2979. end
  2980. end
  2981. if (string.find(msg, string.lower("pismove"))) then
  2982. for word in msg:gmatch("%w+") do
  2983. local player = matchPlayer(word)
  2984. if (player ~= nil) then
  2985. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2986. SPL.Color = BrickColor.new("New Yeller")
  2987. SPL.Part = p
  2988. g = game:GetService("InsertService"):LoadAsset(37303754)
  2989. g.Parent = game.Workspace
  2990. g:MoveTo(player.Character.Torso.Position)
  2991. wait(2)
  2992. SPL.Part = nil
  2993. end
  2994. end
  2995. end
  2996. if (string.find(msg, string.lower("rifle"))) then
  2997. for word in msg:gmatch("%w+") do
  2998. local player = matchPlayer(word)
  2999. if (player ~= nil) then
  3000. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3001. SPL.Color = BrickColor.new("New Yeller")
  3002. SPL.Part = p
  3003. g = game:GetService("InsertService"):LoadAsset(39034169)
  3004. g.Parent = game.Workspace
  3005. g:MoveTo(player.Character.Torso.Position)
  3006. wait(2)
  3007. SPL.Part = nil
  3008. end
  3009. end
  3010. end
  3011. if (string.find(msg, string.lower("edge"))) then
  3012. for word in msg:gmatch("%w+") do
  3013. local player = matchPlayer(word)
  3014. if (player ~= nil) then
  3015. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3016. SPL.Color = BrickColor.new("New Yeller")
  3017. SPL.Part = p
  3018. g = game:GetService("InsertService"):LoadAsset(39034068)
  3019. g.Parent = game.Workspace
  3020. g:MoveTo(player.Character.Torso.Position)
  3021. wait(2)
  3022. SPL.Part = nil
  3023. end
  3024. end
  3025. end
  3026. if (string.find(msg, string.lower("portal"))) then
  3027. for word in msg:gmatch("%w+") do
  3028. local player = matchPlayer(word)
  3029. if (player ~= nil) then
  3030. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3031. SPL.Color = BrickColor.new("New Yeller")
  3032. SPL.Part = p
  3033. g = game:GetService("InsertService"):LoadAsset(37007768)
  3034. g.Parent = game.Workspace
  3035. g:MoveTo(player.Character.Torso.Position)
  3036. wait(2)
  3037. SPL.Part = nil
  3038. end
  3039. end
  3040. end
  3041. if (string.find(msg, string.lower("wand"))) then
  3042. for word in msg:gmatch("%w+") do
  3043. local player = matchPlayer(word)
  3044. if (player ~= nil) then
  3045. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3046. SPL.Color = BrickColor.new("New Yeller")
  3047. SPL.Part = p
  3048. g = game:GetService("InsertService"):LoadAsset(43335187)
  3049. g.Parent = game.Workspace
  3050. g:MoveTo(player.Character.Torso.Position)
  3051. wait(2)
  3052. SPL.Part = nil
  3053. end
  3054. end
  3055. end
  3056. if (string.find(msg, string.lower("soulgun"))) then
  3057. for word in msg:gmatch("%w+") do
  3058. local player = matchPlayer(word)
  3059. if (player ~= nil) then
  3060. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3061. SPL.Color = BrickColor.new("New Yeller")
  3062. SPL.Part = p
  3063. g = game:GetService("InsertService"):LoadAsset(36874821)
  3064. g.Parent = game.Workspace
  3065. g:MoveTo(player.Character.Torso.Position)
  3066. wait(2)
  3067. SPL.Part = nil
  3068. end
  3069. end
  3070. end
  3071. if (string.find(msg, string.lower("bangun"))) then
  3072. for word in msg:gmatch("%w+") do
  3073. local player = matchPlayer(word)
  3074. if (player ~= nil) then
  3075. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3076. SPL.Color = BrickColor.new("New Yeller")
  3077. SPL.Part = p
  3078. g = game:GetService("InsertService"):LoadAsset(40850644)
  3079. g.Parent = game.Workspace
  3080. g:MoveTo(player.Character.Torso.Position)
  3081. wait(2)
  3082. SPL.Part = nil
  3083. end
  3084. end
  3085. end
  3086. if (string.find(msg, string.lower("windsoffjords"))) then
  3087. for word in msg:gmatch("%w+") do
  3088. local player = matchPlayer(word)
  3089. if (player ~= nil) then
  3090. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3091. SPL.Color = BrickColor.new("New Yeller")
  3092. SPL.Part = p
  3093. g = game:GetService("InsertService"):LoadAsset(32736432)
  3094. g.Parent = game.Workspace
  3095. g:MoveTo(player.Character.Torso.Position)
  3096. wait(2)
  3097. SPL.Part = nil
  3098. end
  3099. end
  3100. end
  3101. if (string.find(msg, string.lower("tv"))) then
  3102. for word in msg:gmatch("%w+") do
  3103. local player = matchPlayer(word)
  3104. if (player ~= nil) then
  3105. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3106. SPL.Color = BrickColor.new("New Yeller")
  3107. SPL.Part = p
  3108. g = game:GetService("InsertService"):LoadAsset(33217480)
  3109. g.Parent = game.Workspace
  3110. g:MoveTo(player.Character.Torso.Position)
  3111. wait(2)
  3112. SPL.Part = nil
  3113. end
  3114. end
  3115. end
  3116. if (string.find(msg, string.lower("scent"))) then
  3117. for word in msg:gmatch("%w+") do
  3118. local player = matchPlayer(word)
  3119. if (player ~= nil) then
  3120. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3121. SPL.Color = BrickColor.new("New Yeller")
  3122. SPL.Part = p
  3123. g = game:GetService("InsertService"):LoadAsset(33240689)
  3124. g.Parent = game.Workspace
  3125. g:MoveTo(player.Character.Torso.Position)
  3126. wait(2)
  3127. SPL.Part = nil
  3128. end
  3129. end
  3130. end
  3131. if (string.find(msg, string.lower("cframe"))) then
  3132. for word in msg:gmatch("%w+") do
  3133. local player = matchPlayer(word)
  3134. if (player ~= nil) then
  3135. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3136. SPL.Color = BrickColor.new("New Yeller")
  3137. SPL.Part = p
  3138. g = game:GetService("InsertService"):LoadAsset(32718282)
  3139. g.Parent = game.Workspace
  3140. g:MoveTo(player.Character.Torso.Position)
  3141. wait(2)
  3142. SPL.Part = nil
  3143. end
  3144. end
  3145. end
  3146. if (string.find(msg, string.lower("jail"))) then
  3147. for word in msg:gmatch("%w+") do
  3148. local player = matchPlayer(word)
  3149. if (player ~= nil) then
  3150. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3151. SPL.Color = BrickColor.new("Light grey")
  3152. SPL.Part = p
  3153. g = game:GetService("InsertService"):LoadAsset(32736079)
  3154. g.Parent = game.Workspace
  3155. g:MoveTo(player.Character.Torso.Position)
  3156. wait(2)
  3157. SPL.Part = nil
  3158. end
  3159. end
  3160. end
  3161. if (string.find(msg, string.lower("jet"))) then
  3162. for word in msg:gmatch("%w+") do
  3163. local player = matchPlayer(word)
  3164. if (player ~= nil) then
  3165. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3166. SPL.Color = BrickColor.new("New Yeller")
  3167. SPL.Part = p
  3168. g = game:GetService("InsertService"):LoadAsset(37363526)
  3169. g.Parent = player.Backpack
  3170. wait(2)
  3171. SPL.Part = nil
  3172. end
  3173. end
  3174. end
  3175. if (string.find(msg, string.lower("fire"))) then
  3176. for word in msg:gmatch("%w+") do
  3177. local player = matchPlayer(word)
  3178. if (player ~= nil) then
  3179. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3180. SPL.Color = BrickColor.new("New Yeller")
  3181. SPL.Part = p
  3182. f= Instance.new("Fire")
  3183. f.Parent = player.Character.Torso
  3184. wait(1)
  3185. SPL.Part = nil
  3186. end
  3187. end
  3188. end
  3189. if (string.find(msg, string.lower("nuke"))) then
  3190. for word in msg:gmatch("%w+") do
  3191. local player = matchPlayer(word)
  3192. if (player ~= nil) then
  3193. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3194. SPL.Color = BrickColor.new("New Yeller")
  3195. SPL.Part = p
  3196. g = game:GetService("InsertService"):LoadAsset(32146440)
  3197. g.Parent = game.Workspace
  3198. g:MoveTo(player.Character.Torso.Position)
  3199. wait(2)
  3200. SPL.Part = nil
  3201. end
  3202. end
  3203. end
  3204. if (string.find(msg, string.lower("werewolf"))) then
  3205. for word in msg:gmatch("%w+") do
  3206. local player = matchPlayer(word)
  3207. if (player ~= nil) then
  3208. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3209. SPL.Color = BrickColor.new("New Yeller")
  3210. SPL.Part = p
  3211. g = game:GetService("InsertService"):LoadAsset(21202387)
  3212. g.Parent = game.Workspace
  3213. g:MoveTo(player.Character.Torso.Position)
  3214. wait(2)
  3215. SPL.Part = nil
  3216. end
  3217. end
  3218. end
  3219. if (string.find(msg, string.lower("frost"))) then
  3220. for word in msg:gmatch("%w+") do
  3221. local player = matchPlayer(word)
  3222. if (player ~= nil) then
  3223. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3224. SPL.Color = BrickColor.new("New Yeller")
  3225. SPL.Part = p
  3226. g = game:GetService("InsertService"):LoadAsset(26272081)
  3227. g.Parent = game.Workspace
  3228. g:MoveTo(player.Character.Torso.Position)
  3229. wait(2)
  3230. SPL.Part = nil
  3231. end
  3232. end
  3233. end
  3234. if (string.find(msg, string.lower("vulcan"))) then
  3235. for word in msg:gmatch("%w+") do
  3236. local player = matchPlayer(word)
  3237. if (player ~= nil) then
  3238. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3239. SPL.Color = BrickColor.new("New Yeller")
  3240. SPL.Part = p
  3241. g = game:GetService("InsertService"):LoadAsset(3086051)
  3242. g.Parent = game.Workspace
  3243. g:MoveTo(player.Character.Torso.Position)
  3244. wait(2)
  3245. SPL.Part = nil
  3246. end
  3247. end
  3248. end
  3249. if (string.find(msg, string.lower("doom"))) then
  3250. for word in msg:gmatch("%w+") do
  3251. local player = matchPlayer(word)
  3252. if (player ~= nil) then
  3253. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3254. SPL.Color = BrickColor.new("New Yeller")
  3255. SPL.Part = p
  3256. g = game:GetService("InsertService"):LoadAsset(37778176)
  3257. g.Parent = game.Workspace
  3258. g:MoveTo(player.Character.Torso.Position)
  3259. wait(2)
  3260. SPL.Part = nil
  3261. end
  3262. end
  3263. end
  3264. if (string.find(msg, string.lower("nshield"))) then
  3265. for word in msg:gmatch("%w+") do
  3266. local player = matchPlayer(word)
  3267. if (player ~= nil) then
  3268. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3269. SPL.Color = BrickColor.new("New Yeller")
  3270. SPL.Part = p
  3271. g = game:GetService("InsertService"):LoadAsset(37744930)
  3272. g.Parent = game.Workspace
  3273. g:MoveTo(player.Character.Torso.Position)
  3274. wait(2)
  3275. SPL.Part = nil
  3276. end
  3277. end
  3278. end
  3279. if (string.find(msg, string.lower("slime"))) then
  3280. for word in msg:gmatch("%w+") do
  3281. local player = matchPlayer(word)
  3282. if (player ~= nil) then
  3283. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3284. SPL.Color = BrickColor.new("New Yeller")
  3285. SPL.Part = p
  3286. g = game:GetService("InsertService"):LoadAsset(37746254)
  3287. g.Parent = game.Workspace
  3288. g:MoveTo(player.Character.Torso.Position)
  3289. wait(2)
  3290. SPL.Part = nil
  3291. end
  3292. end
  3293. end
  3294. if (string.find(msg, string.lower("star"))) then
  3295. for word in msg:gmatch("%w+") do
  3296. local player = matchPlayer(word)
  3297. if (player ~= nil) then
  3298. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3299. SPL.Color = BrickColor.new("New Yeller")
  3300. SPL.Part = p
  3301. g = game:GetService("InsertService"):LoadAsset(37720482)
  3302. g.Parent = game.Workspace
  3303. g:MoveTo(player.Character.Torso.Position)
  3304. wait(2)
  3305. SPL.Part = nil
  3306. end
  3307. end
  3308. end
  3309. if (string.find(msg, string.lower("morpher"))) then
  3310. for word in msg:gmatch("%w+") do
  3311. local player = matchPlayer(word)
  3312. if (player ~= nil) then
  3313. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3314. SPL.Color = BrickColor.new("New Yeller")
  3315. SPL.Part = p
  3316. g = game:GetService("InsertService"):LoadAsset(37775802)
  3317. g.Parent = game.Workspace
  3318. g:MoveTo(player.Character.Torso.Position)
  3319. wait(2)
  3320. SPL.Part = nil
  3321. end
  3322. end
  3323. end
  3324. if (string.find(msg, string.lower("cleaner"))) then
  3325. for word in msg:gmatch("%w+") do
  3326. local player = matchPlayer(word)
  3327. if (player ~= nil) then
  3328. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3329. SPL.Color = BrickColor.new("New Yeller")
  3330. SPL.Part = p
  3331. g = game:GetService("InsertService"):LoadAsset(29308073)
  3332. g.Parent = game.Workspace
  3333. g:MoveTo(player.Character.Torso.Position)
  3334. wait(2)
  3335. SPL.Part = nil
  3336. end
  3337. end
  3338. end
  3339. if (string.find(msg, string.lower("zombiestaff"))) then
  3340. for word in msg:gmatch("%w+") do
  3341. local player = matchPlayer(word)
  3342. if (player ~= nil) then
  3343. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3344. SPL.Color = BrickColor.new("New Yeller")
  3345. SPL.Part = p
  3346. g = game:GetService("InsertService"):LoadAsset(37787732)
  3347. g.Parent = game.Workspace
  3348. g:MoveTo(player.Character.Torso.Position)
  3349. wait(2)
  3350. SPL.Part = nil
  3351. end
  3352. end
  3353. end
  3354. if (string.find(msg, string.lower("phone"))) then
  3355. for word in msg:gmatch("%w+") do
  3356. local player = matchPlayer(word)
  3357. if (player ~= nil) then
  3358. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3359. SPL.Color = BrickColor.new("New Yeller")
  3360. SPL.Part = p
  3361. g = game:GetService("InsertService"):LoadAsset(27261508)
  3362. g.Parent = game.Workspace
  3363. g:MoveTo(player.Character.Torso.Position)
  3364. wait(2)
  3365. SPL.Part = nil
  3366. end
  3367. end
  3368. end
  3369. if (string.find(msg, string.lower("stop"))) then
  3370. if (string.find(msg, string.lower("play"))) then
  3371. BG.Parent = p
  3372. end
  3373. end
  3374. if (string.find(msg, string.lower("start"))) then
  3375. if (string.find(msg, string.lower("play"))) then
  3376. BG.Parent = nil
  3377. end
  3378. end
  3379. if (string.find(msg, string.lower("invisible"))) then
  3380. for word in msg:gmatch("%w+") do
  3381. local player = matchPlayer(word)
  3382. if (player ~= nil) then
  3383. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3384. SPL.Color = BrickColor.new("Bright blue")
  3385. SPL.Part = p
  3386. for i,v in pairs(player.Character:GetChildren()) do
  3387. if (v:IsA("Part")) then
  3388. v.Transparency = 1
  3389. end
  3390. end
  3391. wait(1)
  3392. SPL.Part = nil
  3393. end
  3394. end
  3395. end
  3396. if not (string.find(msg, string.lower("invisible"))) then
  3397. if (string.find(msg, string.lower("visible"))) then
  3398. for word in msg:gmatch("%w+") do
  3399. local player = matchPlayer(word)
  3400. if (player ~= nil) then
  3401. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  3402. SPL.Color = BrickColor.new("Bright blue")
  3403. SPL.Part = p
  3404. for i,v in pairs(player.Character:GetChildren()) do
  3405. if (v:IsA("Part")) then
  3406. v.Transparency = 0
  3407. end
  3408. end
  3409. wait(1)
  3410. SPL.Part = nil
  3411. end
  3412. end
  3413. end
  3414. end
  3415. end
  3416. end
  3417. Player.Chatted:connect(onChatted)
  3418.  
  3419.  
  3420. --<------------------------------------------------------------------------>--
  3421.  
  3422.  
  3423. -- ... OnPlayerEnter ... --
  3424.  
  3425.  
  3426. --<------------------------------------------------------------------------>--
  3427.  
  3428. function onEnterd(NewPlayer)
  3429. if NewPlayer.className =="Player" and NewPlayer.Name == Player.Name then
  3430. player.Chatted:Connect(onChatted)
  3431. local RISE = 5
  3432. local FOLLOW = true
  3433. local M = Instance.new("Model")
  3434. local H = Instance.new("Humanoid")
  3435. M.Parent = NewPlayer.Character
  3436. H.Parent = M
  3437. H.MaxHealth = 0
  3438. H.Health = 0
  3439. M.Name = "Gearold"
  3440. local p = Instance.new("Part")
  3441. local BP = Instance.new("BodyPosition")
  3442. local BG = Instance.new("BodyGyro")
  3443. local SPL = Instance.new("SelectionPartLasso")
  3444. BP.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  3445. SPL.Parent = p
  3446. p.BrickColor = BrickColor.new("White")
  3447. f=Instance.new("Fire")
  3448. f.Name = "RedFire"
  3449. f.Parent=p
  3450. f.Heat = 3
  3451. f.Size = 2
  3452. f.Color=Color3.new(255,0,0)
  3453. f.SecondaryColor = Color3.new(0,0,0)
  3454. f=Instance.new("Fire")
  3455. f.Name = "GreenFire"
  3456. f.Parent=p
  3457. f.Heat = 3
  3458. f.Size = 2
  3459. f.Color=Color3.new(0,255,0)
  3460. f.SecondaryColor = Color3.new(0,0,0)
  3461. f=Instance.new("Fire")
  3462. f.Name = "BlueFire"
  3463. f.Parent=p
  3464. f.Heat = 3
  3465. f.Size = 2
  3466. f.Color=Color3.new(0,0,255)
  3467. f.SecondaryColor = Color3.new(0,0,0)
  3468. f=Instance.new("SpecialMesh")
  3469. f.Parent=p
  3470. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  3471. f.MeshType = "FileMesh"
  3472. f.Scale = Vector3.new(1,1,1)
  3473. f.TextureId = "http://www.roblox.com/asset/?id=34914385"
  3474. p.Name = "Head"
  3475. p.Parent = M
  3476. p.Shape = "Ball"
  3477. p.formFactor = "Symmetric"
  3478. p.Size = Vector3.new(1, 1, 1)
  3479. p.TopSurface = 0
  3480. p.Locked = true
  3481. BP.Parent = p
  3482. end
  3483. end
  3484. game.Players.ChildAdded:connect(onEnterd)
  3485.  
  3486. --<------------------------------------------------------------------------>--
  3487.  
  3488.  
  3489. -- ... Leviated Orb and Gui Interface Respawn ... --
  3490.  
  3491.  
  3492. --<------------------------------------------------------------------------>--
  3493.  
  3494. local Levitated = 0
  3495. local LevitateDir = -1
  3496.  
  3497. while true do wait()
  3498. pcall(function()
  3499.  
  3500. M.Parent = Player.Character
  3501.  
  3502. Levitated = Levitated + LevitateDir / 20
  3503. if Levitated >= 1 or Levitated <= -1 then
  3504. LevitateDir = -LevitateDir
  3505. end
  3506. if (FOLLOW == true) then
  3507. BP.position = (Player.Character.Torso.CFrame * CFrame.new(5, RISE, -2.5)).p + Vector3.new(0, Levitated, 0)
  3508. end
  3509. end)
  3510.  
  3511. if Player.Character:findFirstChild(script.Name.."'s Orb !") then
  3512. if not Player.Character[script.Name.."'s Orb !"]:findFirstChild("Head") then
  3513.  
  3514. local M = Player.Character:findFirstChild(script.Name.."'s Orb !")
  3515. local H = Player.Character[script.Name.."'s Orb !"]:findFirstChild("Humanoid")
  3516. H.MaxHealth = 0
  3517. H.Health = 0
  3518. local p = Instance.new("Part")
  3519. local BP = Instance.new("BodyPosition")
  3520. local BG = Instance.new("BodyGyro")
  3521. local SPL = Instance.new("SelectionPartLasso")
  3522. BP.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  3523. SPL.Parent = p
  3524. p.BrickColor = BrickColor.new("White")
  3525. f=Instance.new("Fire")
  3526. f.Name = "RedFire"
  3527. f.Parent=p
  3528. f.Heat = 3
  3529. f.Size = 2
  3530. f.Color=Color3.new(255,0,0)
  3531. f.SecondaryColor = Color3.new(0,0,0)
  3532. f=Instance.new("Fire")
  3533. f.Name = "GreenFire"
  3534. f.Parent=p
  3535. f.Heat = 3
  3536. f.Size = 2
  3537. f.Color=Color3.new(0,255,0)
  3538. f.SecondaryColor = Color3.new(0,0,0)
  3539. f=Instance.new("Fire")
  3540. f.Name = "BlueFire"
  3541. f.Parent=p
  3542. f.Heat = 3
  3543. f.Size = 2
  3544. f.Color=Color3.new(0,0,255)
  3545. f.SecondaryColor = Color3.new(0,0,0)
  3546. f=Instance.new("SpecialMesh")
  3547. f.Parent=p
  3548. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  3549. f.MeshType = "FileMesh"
  3550. f.Scale = Vector3.new(1,1,1)
  3551. f.TextureId = "http://www.roblox.com/asset/?id=34914385"
  3552. p.Name = "Head"
  3553. p.Parent = M
  3554. p.Shape = "Ball"
  3555. p.formFactor = "Symmetric"
  3556. p.Size = Vector3.new(1, 1, 1)
  3557. p.TopSurface = 0
  3558. p.Locked = true
  3559. BP.Parent = p
  3560. end
  3561. end
  3562. end
  3563.  
  3564. Game.JointsService.DescendantAdded:connect()
  3565. Workspace.DescendantAdded:connect()
  3566.  
  3567. --<---------------------------------------------------------------------------------------------------------------------------------------------------------->--
  3568.  
  3569.  
  3570. -- End Of Orb Script
  3571.  
  3572.  
  3573. --<---------------------------------------------------------------------------------------------------------------------------------------------------------->--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement