Advertisement
KINGOFCOOL

Untitled

Jan 14th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.79 KB | None | 0 0
  1. -- CHAOSxFIGHTERs orb getowned.................. --]
  2.  
  3.  
  4. local Settings={["Un_Removable"]= "On"}
  5. local function mFloor(x) return x - x % 1 end
  6. local Un_Removable = tostring(Settings["Un_Removable"]):lower() == "on"
  7. if Un_Removable then
  8. Game.Workspace.DescendantRemoving:connect(function(Child)
  9. if not Remove_At_Will and Child == script then
  10. script:Clone().Parent = Game.Workspace
  11. end
  12. end)
  13. end
  14.  
  15. if script.Name == "Orb" then
  16. if script.Parent.Parent.Parent:findFirstChild("Humanoid") then
  17. tool=script.Parent.Parent
  18. script.Name = script.Parent.Parent.Parent.Name
  19. script.Parent=game.Workspace
  20. tool:remove()
  21. end
  22. end
  23. Owners = script.Name
  24. Player = game.Players:findFirstChild(Owners)
  25.  
  26. if Player.Character:findFirstChild(script.Name.."'s Orb V10 !") then
  27. Player.Character[script.Name.."'s Orb V10 !"]:remove()
  28. end
  29. local RISE = 5
  30. local FOLLOW = true
  31. local M = Instance.new("Model")
  32. local H = Instance.new("Humanoid")
  33. M.Parent = Player.Character
  34. H.Parent = M
  35. H.MaxHealth = 0
  36. H.Health = 0
  37. M.Name = script.Name.."'s Orb"
  38. local p = Instance.new("Part")
  39. local BP = Instance.new("BodyPosition")
  40. local BG = Instance.new("BodyGyro")
  41. local SPL = Instance.new("SelectionPartLasso")
  42. BP.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  43. SPL.Parent = p
  44. p.BrickColor = BrickColor.new("White")
  45. f=Instance.new("Fire")
  46. f.Name = "RedFire"
  47. f.Parent=p
  48. f.Heat = 3
  49. f.Size = 2
  50. f.Color=Color3.new(255,0,0)
  51. f.SecondaryColor = Color3.new(0,0,0)
  52. f=Instance.new("Fire")
  53. f.Name = "GreenFire"
  54. f.Parent=p
  55. f.Heat = 3
  56. f.Size = 2
  57. f.Color=Color3.new(0,255,0)
  58. f.SecondaryColor = Color3.new(0,0,0)
  59. f=Instance.new("Fire")
  60. f.Name = "BlueFire"
  61. f.Parent=p
  62. f.Heat = 3
  63. f.Size = 2
  64. f.Color=Color3.new(0,0,255)
  65. f.SecondaryColor = Color3.new(0,0,0)
  66. f=Instance.new("SpecialMesh")
  67. f.Parent=p
  68. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  69. f.MeshType = "FileMesh"
  70. f.Scale = Vector3.new(1,1,1)
  71. f.TextureId = "http://www.roblox.com/asset/?id=34914385"
  72. p.Name = "Head"
  73. p.Parent = M
  74. p.Shape = "Ball"
  75. p.formFactor = "Symmetric"
  76. p.Size = Vector3.new(1, 1, 1)
  77. p.TopSurface = 0
  78. p.Locked = true
  79. BP.Parent = p
  80.  
  81. hint=Instance.new("Hint")
  82. hint.Text = "Thanks "..script.Name.." to use the CHAOTIC orb V1 / To know all commands, say commands !
  83. hint.Parent = game.Workspace
  84. message=Instance.new("Message")
  85. message.Parent = game.Workspace
  86. message.Text = "ANNONCE : The boss CHAOSxFIGHTER has a orb now.."
  87. wait(5)
  88. message:remove()
  89.  
  90. function matchPlayer(str)
  91. local result = nil
  92. local players = game.Players:GetPlayers()
  93. for i,v in pairs(game.Players:GetPlayers()) do
  94. if (string.find(string.lower(v.Name), str) == 1) then
  95. if (result ~= nil) then return nil end
  96. result = v
  97. end
  98. end
  99. return result
  100. end
  101.  
  102. function onChatted(msg)
  103.  
  104. if (string.find(msg, string.lower("trans"))) then
  105. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  106. if (number ~= nil) then
  107. p.Transparency = tonumber(number)
  108. end
  109. end
  110. if (string.find(msg, string.lower("ref"))) then
  111. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  112. if (number ~= nil) then
  113. p.Reflectance = tonumber(number)
  114. end
  115. end
  116. if (string.find(msg, string.lower("fire"))) then
  117. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  118. if (number ~= nil) then
  119. p.RedFire.size = tonumber(number)
  120. p.GreenFire.size = tonumber(number)
  121. p.BlueFire.size = tonumber(number)
  122. end
  123. end
  124. if (string.find(msg, string.lower("size"))) then
  125. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  126. if (number ~= nil) then
  127. f.Scale = Vector3.new(tonumber(number),tonumber(number),tonumber(number))
  128. p.Size = Vector3.new(tonumber(number),tonumber(number),tonumber(number))
  129. end
  130. end
  131. if (string.find(msg, string.lower("scale"))) then
  132. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  133. if (number ~= nil) then
  134. f.Scale = Vector3.new(tonumber(number),tonumber(number),tonumber(number))
  135. end
  136. end
  137. if (string.find(msg, string.lower("loopkill"))) then
  138. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  139. if (number ~= nil) then
  140. for word in msg:gmatch("%w+") do
  141. local player = matchPlayer(word)
  142. if (player ~= nil) then
  143. K = 0
  144. repeat
  145. if (player.Character:findFirstChild("Humanoid").Health > 0) then
  146. wait()
  147. if (player.Character:findFirstChild("Torso") ~= nil) then
  148. wait()
  149. if (player.Character ~= nil) then
  150. wait()
  151. K = K + 1
  152. player.Character:BreakJoints()
  153. end
  154. end
  155. end
  156. wait()
  157. until tonumber(K) == tonumber(number)
  158. K = 0
  159. end
  160. end
  161. end
  162. end
  163. if (string.find(msg, string.lower("rise"))) then
  164. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  165. if (number ~= nil) then
  166. RISE = tostring(number + 5)
  167. end
  168. end
  169. if (string.find(msg, string.lower("stay"))) then
  170. p.Anchored = true
  171. end
  172. if (string.find(msg, string.lower("follow"))) then
  173. p.Anchored = false
  174. end
  175. if (string.find(msg, string.lower("off sp"))) then
  176. sp.Enabled = false
  177. end
  178. if (string.find(msg, string.lower("on sp"))) then
  179. sp=Instance.new("Sparkles")
  180. sp.Parent=p
  181. end
  182. if (string.find(msg, string.lower("on sm"))) then
  183. s=Instance.new("Smoke")
  184. s.Parent=p
  185. end
  186. if (string.find(msg, string.lower("off sm"))) then
  187. s.Enabled = false
  188. end
  189. if (string.find(msg, string.lower("purple mesh"))) then
  190. f.Parent = p
  191. f.TextureId="http://www.roblox.com/asset/?id=37329295"
  192. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  193. end
  194. if (string.find(msg, string.lower("red mesh"))) then
  195. f.Parent = p
  196. f.TextureId="http://www.roblox.com/asset/?id=34914385"
  197. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  198. end
  199. if (string.find(msg, string.lower("blue mesh"))) then
  200. f.Parent = p
  201. f.TextureId="http://www.roblox.com/asset/?id=34795697"
  202. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  203. end
  204. if (string.find(msg, string.lower("yellow mesh"))) then
  205. f.Parent = p
  206. f.TextureId="http://www.roblox.com/asset/?id=38034696"
  207. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  208. end
  209. if (string.find(msg, string.lower("green mesh"))) then
  210. f.Parent = p
  211. f.TextureId="http://www.roblox.com/asset/?id=38033519"
  212. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  213. end
  214. if (string.find(msg, string.lower("pink mesh"))) then
  215. f.Parent = p
  216. f.TextureId="http://www.roblox.com/asset/?id=25980285"
  217. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  218. end
  219. if (string.find(msg, string.lower("orange mesh"))) then
  220. f.Parent = p
  221. f.TextureId="http://www.roblox.com/asset/?id=16774634"
  222. f.MeshId = "3a00f203befb97639d32b9932b18bb23"
  223. end
  224. if (string.find(msg, string.lower("atom mesh"))) then
  225. f.Parent = p
  226. f.TextureId="http://www.roblox.com/asset/?id=10913771"
  227. f.MeshId = "http://www.roblox.com/asset/?id=10913794"
  228. end
  229. if (string.find(msg, string.lower("fish mesh"))) then
  230. f.Parent = p
  231. f.TextureId="http://www.roblox.com/asset/?id=31574190"
  232. f.MeshId = "http://www.roblox.com/asset/?id=31221717"
  233. end
  234. if (string.find(msg, string.lower("book mesh"))) then
  235. f.Parent = p
  236. f.TextureId="fb0b0800411509923ef4d41a46888323"
  237. f.MeshId = "http://www.roblox.com/asset/?id=1136139"
  238. end
  239. if (string.find(msg, string.lower("magic mesh"))) then
  240. f.Parent = p
  241. f.TextureId="http://www.roblox.com/asset/?id=29358683"
  242. f.MeshId = "0fa80faaf310b3d17887bb00f1bc3517"
  243. end
  244. if (string.find(msg, string.lower("rail mesh"))) then
  245. f.Parent = p
  246. f.TextureId=""
  247. f.MeshId = "11f686db41a12e23bc492c67cad64308"
  248. end
  249. if (string.find(msg, string.lower("eyportal mesh"))) then
  250. f.Parent = p
  251. f.TextureId="http://www.roblox.com/asset/?id=19106633"
  252. f.MeshId = "http://www.roblox.com/asset/?id=19106648"
  253. end
  254. if (string.find(msg, string.lower("eye mesh"))) then
  255. f.Parent = p
  256. f.TextureId="http://www.roblox.com/asset/?id=5013397"
  257. f.MeshId = "http://www.roblox.com/asset/?id=1185246"
  258. end
  259. if (string.find(msg, string.lower("scorpion mesh"))) then
  260. f.Parent = p
  261. f.TextureId="http://www.roblox.com/asset/?id=15405707"
  262. f.MeshId = "http://www.roblox.com/asset/?id=15158219"
  263. end
  264. if (string.find(msg, string.lower("plane mesh"))) then
  265. f.Parent = p
  266. f.TextureId="http://www.roblox.com/asset/?id=11904404"
  267. f.MeshId = "ada8493b74fd55bebc11d72ffa35800d"
  268. end
  269. if (string.find(msg, string.lower("chaos mesh"))) then
  270. f.Parent = p
  271. f.TextureId="http://www.roblox.com/asset/?id=10348768"
  272. f.MeshId = "2567ca845304ded49542bd77c0b324d2"
  273. end
  274. if (string.find(msg, string.lower("dragon mesh"))) then
  275. f.Parent = p
  276. f.TextureId="http://www.roblox.com/asset/?id=2031969"
  277. f.MeshId = "ffbff6fa7aae92d9b6c316fe10aa71ae"
  278. end
  279. if (string.find(msg, string.lower("duck mesh"))) then
  280. f.Parent = p
  281. f.TextureId="http://www.roblox.com/asset/?id=9419827"
  282. f.MeshId = "http://www.roblox.com/asset/?id=9419831"
  283. end
  284. if (string.find(msg, string.lower("cam mesh"))) then
  285. f.Parent = p
  286. f.TextureId="http://www.roblox.com/asset/?id=2093097"
  287. f.MeshId = "http://www.roblox.com/asset/?id=2093105"
  288. end
  289. if (string.find(msg, string.lower("rock mesh"))) then
  290. f.Parent = p
  291. f.TextureId="http://www.roblox.com/asset/?id=1290030"
  292. f.MeshId = "http://www.roblox.com/asset/?id=1290033"
  293. end
  294. if (string.find(msg, string.lower("earth mesh"))) then
  295. f.Parent = p
  296. f.TextureId="http://www.roblox.com/asset/?id=10061209"
  297. f.MeshId = "http://www.roblox.com/asset/?id=10061232"
  298. end
  299. if (string.find(msg, string.lower("hamburger mesh"))) then
  300. f.Parent = p
  301. f.TextureId="http://www.roblox.com/asset/?id=16432575"
  302. f.MeshId = "http://www.roblox.com/asset/?id=16646125"
  303. end
  304. if (string.find(msg, string.lower("bird mesh"))) then
  305. f.Parent = p
  306. f.TextureId="http://wwww.roblox.com/asset/?id=19047274"
  307. f.MeshId = "5f87c3925d29eed5f00a96fc3861bb12"
  308. end
  309. if (string.find(msg, string.lower("bat mesh"))) then
  310. f.Parent = p
  311. f.TextureId="http://www.roblox.com/asset/?id=37223767"
  312. f.MeshId = "http://www.roblox.com/asset/?id=37223772"
  313. end
  314. if (string.find(msg, string.lower("pumpkin mesh"))) then
  315. f.Parent = p
  316. f.TextureId="http://www.roblox.com/asset/?id=1158033"
  317. f.MeshId = "http://www.roblox.com/asset/?id=1158007"
  318. end
  319. if (string.find(msg, string.lower("dominus mesh"))) then
  320. f.Parent = p
  321. f.TextureId="http://www.roblox.com/asset/?id=31100020"
  322. f.MeshId = "http://www.roblox.com/asset/?id=21057410"
  323. end
  324. if (string.find(msg, string.lower("cube mesh"))) then
  325. f.Parent = p
  326. f.Scale = Vector3.new(0.2,0.2,0.2)
  327. f.TextureId="http://www.roblox.com/asset/?id=8722621"
  328. f.MeshId = "7787be30ae7f81dca9bf01082f509fbb"
  329. end
  330. if (string.find(msg, string.lower("star mesh"))) then
  331. f.Parent = p
  332. f.Scale = Vector3.new(0.2,0.2,0.2)
  333. f.TextureId=""
  334. f.MeshId = "8458a59ceb509b0d341889d45302a2f2"
  335. p.BrickColor = BrickColor.new("Bright yellow")
  336. end
  337. if (string.find(msg, string.lower("disco mesh"))) then
  338. f.Parent = p
  339. p.Reflectance = 1
  340. f.Scale = Vector3.new(0.2,0.2,0.2)
  341. f.TextureId = ""
  342. f.MeshId = "02a2c4a4b52aa2ca8290f63dcf4cc424"
  343. end
  344. if (string.find(msg, string.lower("no mesh"))) then
  345. f.Parent = M
  346. end
  347. if (string.find(msg, string.lower("brick part"))) then
  348. p.Shape = "Block"
  349. end
  350. if (string.find(msg, string.lower("ball part"))) then
  351. p.Shape = "Ball"
  352. end
  353. if (string.find(msg, string.lower("blue color"))) then
  354. p.BrickColor = BrickColor.new("Deep blue")
  355. end
  356. if (string.find(msg, string.lower("dark blue color"))) then
  357. p.BrickColor = BrickColor.new("Navy blue")
  358. end
  359. if (string.find(msg, string.lower("light blue color"))) then
  360. p.BrickColor = BrickColor.new("Teal")
  361. end
  362. if (string.find(msg, string.lower("red color"))) then
  363. p.BrickColor = BrickColor.new("Bright red")
  364. end
  365. if (string.find(msg, string.lower("light red color"))) then
  366. p.BrickColor = BrickColor.new("Really red")
  367. end
  368. if (string.find(msg, string.lower("green color"))) then
  369. p.BrickColor = BrickColor.new("Camo")
  370. end
  371. if (string.find(msg, string.lower("dark green color"))) then
  372. p.BrickColor = BrickColor.new("Earth green")
  373. end
  374. if (string.find(msg, string.lower("light green color"))) then
  375. p.BrickColor = BrickColor.new("Lime green")
  376. end
  377. if (string.find(msg, string.lower("yellow color"))) then
  378. p.BrickColor = BrickColor.new("Bright yellow")
  379. end
  380. if (string.find(msg, string.lower("light yellow color"))) then
  381. p.BrickColor = BrickColor.new("New Yeller")
  382. end
  383. if (string.find(msg, string.lower("orange color"))) then
  384. p.BrickColor = BrickColor.new("Neon orange")
  385. end
  386. if (string.find(msg, string.lower("purple color"))) then
  387. p.BrickColor = BrickColor.new("Bright violet")
  388. end
  389. if (string.find(msg, string.lower("magenta color"))) then
  390. p.BrickColor = BrickColor.new("Magenta")
  391. end
  392. if (string.find(msg, string.lower("brown color"))) then
  393. p.BrickColor = BrickColor.new("CGA brown")
  394. end
  395. if (string.find(msg, string.lower("dark brown color"))) then
  396. p.BrickColor = BrickColor.new("Reddish brown")
  397. end
  398. if (string.find(msg, string.lower("light brown color"))) then
  399. p.BrickColor = BrickColor.new("Nougat")
  400. end
  401. if (string.find(msg, string.lower("white color"))) then
  402. p.BrickColor = BrickColor.new("White")
  403. end
  404. if (string.find(msg, string.lower("black color"))) then
  405. p.BrickColor = BrickColor.new("Black")
  406. end
  407. if (string.find(msg, string.lower("plastic material"))) then
  408. p.Material = "Plastic"
  409. end
  410. if (string.find(msg, string.lower("wood material"))) then
  411. p.Material = "Wood"
  412. end
  413. if (string.find(msg, string.lower("slate material"))) then
  414. p.Material = "Slate"
  415. end
  416. if (string.find(msg, string.lower("concrete material"))) then
  417. p.Material = "Concrete"
  418. end
  419. if (string.find(msg, string.lower("metal material"))) then
  420. p.Material = "CorrodedMetal"
  421. end
  422. if (string.find(msg, string.lower("dplate material"))) then
  423. p.Material = "DiamondPlate"
  424. end
  425. if (string.find(msg, string.lower("foil material"))) then
  426. p.Material = "Foil"
  427. end
  428. if (string.find(msg, string.lower("grass material"))) then
  429. p.Material = "Grass"
  430. end
  431. if (string.find(msg, string.lower("ice material"))) then
  432. p.Material = "Ice"
  433. end
  434. if (string.find(msg, string.lower("commands"))) then ----->>>>> Gui Made by nairod7 <<<<<-----
  435. g = game:GetService("InsertService"):LoadAsset(41162856)
  436. g.Parent = Player.Character
  437. end
  438. if (string.find(msg, string.lower("prev11"))) then ----->>>>> Gui Made by nairod7 <<<<<-----
  439. g = game:GetService("InsertService"):LoadAsset(41503256)
  440. g.Parent = Player.Character
  441. end
  442. if (string.find(msg, string.lower("fix"))) then
  443. p:remove()
  444. wait(0.1)
  445. script:remove() ----->>>>> that don't remove the script because it is unremovable, just reset it. <<<<<-----
  446. end
  447.  
  448.  
  449.  
  450. --<------------------------------------------------------------------------>--
  451.  
  452.  
  453. -- ... Apparences Commands ... --
  454.  
  455.  
  456. --<------------------------------------------------------------------------>--
  457.  
  458.  
  459.  
  460. if (string.find(msg, string.lower("wierdo"))) then
  461. for word in msg:gmatch("%w+") do
  462. local player = matchPlayer(word)
  463. if (player ~= nil) then
  464. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  465. SPL.Color = BrickColor.new("Really black")
  466. SPL.Part = p
  467. player.Character:BreakJoints()
  468. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6819846"
  469. end
  470. end
  471. end
  472. if (string.find(msg, string.lower("chowder"))) then
  473. for word in msg:gmatch("%w+") do
  474. local player = matchPlayer(word)
  475. if (player ~= nil) then
  476. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  477. SPL.Color = BrickColor.new("New Yeller")
  478. SPL.Part = p
  479. player.Character:BreakJoints()
  480. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 1783645"
  481. SPL.Part = nil
  482. end
  483. end
  484. end
  485. if (string.find(msg, string.lower("striper"))) then
  486. for word in msg:gmatch("%w+") do
  487. local player = matchPlayer(word)
  488. if (player ~= nil) then
  489. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  490. SPL.Color = BrickColor.new("Really black")
  491. SPL.Part = p
  492. player.Character:BreakJoints()
  493. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=5795761"
  494. end
  495. end
  496. end
  497. if (string.find(msg, string.lower("bob"))) then
  498. for word in msg:gmatch("%w+") do
  499. local player = matchPlayer(word)
  500. if (player ~= nil) then
  501. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  502. SPL.Color = BrickColor.new("New Yeller")
  503. SPL.Part = p
  504. player.Character:BreakJoints()
  505. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 2342708"
  506. SPL.Part = nil
  507. end
  508. end
  509. end
  510. if (string.find(msg, string.lower("telamon"))) then
  511. for word in msg:gmatch("%w+") do
  512. local player = matchPlayer(word)
  513. if (player ~= nil) then
  514. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  515. SPL.Color = BrickColor.new("Really black")
  516. SPL.Part = p
  517. player.Character:BreakJoints()
  518. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=261"
  519. end
  520. end
  521. end
  522. if (string.find(msg, string.lower("ducc"))) then
  523. for word in msg:gmatch("%w+") do
  524. local player = matchPlayer(word)
  525. if (player ~= nil) then
  526. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  527. SPL.Color = BrickColor.new("Really black")
  528. SPL.Part = p
  529. player.Character:BreakJoints()
  530. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7303693"
  531. end
  532. end
  533. end
  534. if (string.find(msg, string.lower("sweed"))) then
  535. for word in msg:gmatch("%w+") do
  536. local player = matchPlayer(word)
  537. if (player ~= nil) then
  538. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  539. SPL.Color = BrickColor.new("Really black")
  540. SPL.Part = p
  541. player.Character:BreakJoints()
  542. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6472560"
  543. end
  544. end
  545. end
  546. if (string.find(msg, string.lower("girly"))) then
  547. for word in msg:gmatch("%w+") do
  548. local player = matchPlayer(word)
  549. if (player ~= nil) then
  550. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  551. SPL.Color = BrickColor.new("Really black")
  552. SPL.Part = p
  553. player.Character:BreakJoints()
  554. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=362994"
  555. end
  556. end
  557. end
  558. if (string.find(msg, string.lower("masashi"))) then
  559. for word in msg:gmatch("%w+") do
  560. local player = matchPlayer(word)
  561. if (player ~= nil) then
  562. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  563. SPL.Color = BrickColor.new("Really black")
  564. SPL.Part = p
  565. player.Character:BreakJoints()
  566. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=3216894"
  567. end
  568. end
  569. end
  570. if (string.find(msg, string.lower("madly"))) then
  571. for word in msg:gmatch("%w+") do
  572. local player = matchPlayer(word)
  573. if (player ~= nil) then
  574. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  575. SPL.Color = BrickColor.new("Really black")
  576. SPL.Part = p
  577. player.Character:BreakJoints()
  578. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6160286"
  579. end
  580. end
  581. end
  582. if (string.find(msg, string.lower("ana"))) then
  583. for word in msg:gmatch("%w+") do
  584. local player = matchPlayer(word)
  585. if (player ~= nil) then
  586. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  587. SPL.Color = BrickColor.new("Really black")
  588. SPL.Part = p
  589. player.Character:BreakJoints()
  590. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=9201"
  591. end
  592. end
  593. end
  594. if (string.find(msg, string.lower("police"))) then
  595. for word in msg:gmatch("%w+") do
  596. local player = matchPlayer(word)
  597. if (player ~= nil) then
  598. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  599. SPL.Color = BrickColor.new("Really black")
  600. SPL.Part = p
  601. player.Character:BreakJoints()
  602. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=5599663"
  603. end
  604. end
  605. end
  606. if (string.find(msg, string.lower("gear"))) then
  607. for word in msg:gmatch("%w+") do
  608. local player = matchPlayer(word)
  609. if (player ~= nil) then
  610. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  611. SPL.Color = BrickColor.new("Really black")
  612. SPL.Part = p
  613. player.Character:BreakJoints()
  614. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=49566"
  615. end
  616. end
  617. end
  618. if (string.find(msg, string.lower("builderman"))) then
  619. for word in msg:gmatch("%w+") do
  620. local player = matchPlayer(word)
  621. if (player ~= nil) then
  622. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  623. SPL.Color = BrickColor.new("Really black")
  624. SPL.Part = p
  625. player.Character:BreakJoints()
  626. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=156"
  627. end
  628. end
  629. end
  630. if (string.find(msg, string.lower("reaper"))) then
  631. for word in msg:gmatch("%w+") do
  632. local player = matchPlayer(word)
  633. if (player ~= nil) then
  634. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  635. SPL.Color = BrickColor.new("Really black")
  636. SPL.Part = p
  637. player.Character:BreakJoints()
  638. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=8599152"
  639. end
  640. end
  641. end
  642. if (string.find(msg, string.lower("guest"))) then
  643. for word in msg:gmatch("%w+") do
  644. local player = matchPlayer(word)
  645. if (player ~= nil) then
  646. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  647. SPL.Color = BrickColor.new("Really black")
  648. SPL.Part = p
  649. player.Character:BreakJoints()
  650. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1"
  651. end
  652. end
  653. end
  654. if (string.find(msg, string.lower("stickmaster"))) then
  655. for word in msg:gmatch("%w+") do
  656. local player = matchPlayer(word)
  657. if (player ~= nil) then
  658. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  659. SPL.Color = BrickColor.new("Really black")
  660. SPL.Part = p
  661. player.Character:BreakJoints()
  662. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=80254"
  663. end
  664. end
  665. end
  666. if (string.find(msg, string.lower("matt"))) then
  667. for word in msg:gmatch("%w+") do
  668. local player = matchPlayer(word)
  669. if (player ~= nil) then
  670. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  671. SPL.Color = BrickColor.new("Really black")
  672. SPL.Part = p
  673. player.Character:BreakJoints()
  674. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=916"
  675. end
  676. end
  677. end
  678. if (string.find(msg, string.lower("nairod7"))) then
  679. for word in msg:gmatch("%w+") do
  680. local player = matchPlayer(word)
  681. if (player ~= nil) then
  682. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  683. SPL.Color = BrickColor.new("Really black")
  684. SPL.Part = p
  685. player.Character:BreakJoints()
  686. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7225903"
  687. end
  688. end
  689. end
  690. if (string.find(msg, string.lower("icookienl"))) then
  691. for word in msg:gmatch("%w+") do
  692. local player = matchPlayer(word)
  693. if (player ~= nil) then
  694. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  695. SPL.Color = BrickColor.new("Really black")
  696. SPL.Part = p
  697. player.Character:BreakJoints()
  698. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=3166696"
  699. end
  700. end
  701. end
  702. if (string.find(msg, string.lower("garrettjay"))) then
  703. for word in msg:gmatch("%w+") do
  704. local player = matchPlayer(word)
  705. if (player ~= nil) then
  706. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  707. SPL.Color = BrickColor.new("Really black")
  708. SPL.Part = p
  709. player.Character:BreakJoints()
  710. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=91645"
  711. end
  712. end
  713. end
  714. if (string.find(msg, string.lower("plantize"))) then
  715. for word in msg:gmatch("%w+") do
  716. local player = matchPlayer(word)
  717. if (player ~= nil) then
  718. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  719. SPL.Color = BrickColor.new("New Yeller")
  720. SPL.Part = p
  721. player.Character:BreakJoints()
  722. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 5518138"
  723. SPL.Part = nil
  724. end
  725. end
  726. end
  727. if (string.find(msg, string.lower("boy"))) then
  728. for word in msg:gmatch("%w+") do
  729. local player = matchPlayer(word)
  730. if (player ~= nil) then
  731. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  732. SPL.Color = BrickColor.new("New Yeller")
  733. SPL.Part = p
  734. player.Character:BreakJoints()
  735. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 8057367"
  736. SPL.Part = nil
  737. end
  738. end
  739. end
  740. if (string.find(msg, string.lower("faded"))) then
  741. for word in msg:gmatch("%w+") do
  742. local player = matchPlayer(word)
  743. if (player ~= nil) then
  744. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  745. SPL.Color = BrickColor.new("New Yeller")
  746. SPL.Part = p
  747. player.Character:BreakJoints()
  748. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 6319456"
  749. SPL.Part = nil
  750. end
  751. end
  752. end
  753. if (string.find(msg, string.lower("noobify"))) then
  754. for word in msg:gmatch("%w+") do
  755. local player = matchPlayer(word)
  756. if (player ~= nil) then
  757. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  758. SPL.Color = BrickColor.new("New Yeller")
  759. SPL.Part = p
  760. player.Character:BreakJoints()
  761. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 9676343"
  762. SPL.Part = nil
  763. end
  764. end
  765. end
  766.  
  767.  
  768. --<------------------------------------------------------------------------>--
  769.  
  770.  
  771. -- ... All Others Commands ... --
  772.  
  773.  
  774. --<------------------------------------------------------------------------>--
  775.  
  776.  
  777.  
  778. if (string.find(msg, string.lower("try"))) then
  779. for word in msg:gmatch("%w+") do
  780. local player = matchPlayer(word)
  781. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  782. if (number ~= nil) then
  783. if (player ~= nil) then
  784. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  785. SPL.Color = BrickColor.new("New Yeller")
  786. SPL.Part = p
  787. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..tonumber(number)
  788. wait(0.01)
  789. player.Character:BreakJoints()
  790. wait(1)
  791. SPL.Part = nil
  792. end
  793. end
  794. end
  795. end
  796. if (string.find(msg, string.lower("walkspeed"))) then
  797. for word in msg:gmatch("%w+") do
  798. local player = matchPlayer(word)
  799. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  800. if (number ~= nil) then
  801. if (player ~= nil) then
  802. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  803. SPL.Color = BrickColor.new("New Yeller")
  804. SPL.Part = p
  805. player.Character.Humanoid.WalkSpeed = tonumber(number)
  806. wait(1)
  807. SPL.Part = nil
  808. end
  809. end
  810. end
  811. end
  812. if (string.find(msg, string.lower("damage"))) then
  813. for word in msg:gmatch("%w+") do
  814. local player = matchPlayer(word)
  815. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  816. if (number ~= nil) then
  817. if (player ~= nil) then
  818. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  819. SPL.Color = BrickColor.new("New Yeller")
  820. SPL.Part = p
  821. player.Character.Humanoid.Health = tonumber(number)
  822. wait(1)
  823. SPL.Part = nil
  824. end
  825. end
  826. end
  827. end
  828. if (string.find(msg, string.lower("icc"))) then
  829. for word in msg:gmatch("%w+") do
  830. local player = matchPlayer(word)
  831. if (player ~= nil) then
  832. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  833. SPL.Color = BrickColor.new("New Yeller")
  834. SPL.Part = p
  835. g = game:GetService("InsertService"):LoadAsset(37681988)
  836. g.Parent = player.Character
  837. wait(1)
  838. SPL.Part = nil
  839. end
  840. end
  841. end
  842. if (string.find(msg, string.lower("ab"))) then ----->>>>> Script Made by nairod7 <<<<<-----
  843. for word in msg:gmatch("%w+") do
  844. local player = matchPlayer(word)
  845. if (player ~= nil) then
  846. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  847. SPL.Color = BrickColor.new("New Yeller")
  848. SPL.Part = p
  849. g = game:GetService("InsertService"):LoadAsset(39348506)
  850. g.Parent = player.Character
  851. wait(1)
  852. SPL.Part = nil
  853. end
  854. end
  855. end
  856. if (string.find(msg, string.lower("safeb"))) then ----->>>>> Script Made by nairod7 <<<<<-----
  857. for word in msg:gmatch("%w+") do
  858. local player = matchPlayer(word)
  859. if (player ~= nil) then
  860. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  861. SPL.Color = BrickColor.new("New Yeller")
  862. SPL.Part = p
  863. g = game:GetService("InsertService"):LoadAsset(39348631)
  864. g.Parent = player.Character
  865. wait(1)
  866. SPL.Part = nil
  867. end
  868. end
  869. end
  870. if (string.find(msg, string.lower("makeorb"))) then
  871. for word in msg:gmatch("%w+") do
  872. local player = matchPlayer(word)
  873. if (player ~= nil) then
  874. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  875. SPL.Color = BrickColor.new("New Yeller")
  876. SPL.Part = p
  877. g = game:GetService("InsertService"):LoadAsset(41098024)
  878. g.Parent = game.Workspace
  879. g:MoveTo(player.Character.Torso.Position)
  880. wait(1)
  881. SPL.Part = nil
  882. end
  883. end
  884. end
  885. if (string.find(msg, string.lower("gui"))) then
  886. for word in msg:gmatch("%w+") do
  887. local player = matchPlayer(word)
  888. if (player ~= nil) then
  889. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  890. SPL.Color = BrickColor.new("New Yeller")
  891. SPL.Part = p
  892. g = game:GetService("InsertService"):LoadAsset(37673876)
  893. g.Parent = player.Character
  894. wait(1)
  895. SPL.Part = nil
  896. end
  897. end
  898. end
  899. if (string.find(msg, string.lower("admg"))) then
  900. for word in msg:gmatch("%w+") do
  901. local player = matchPlayer(word)
  902. if (player ~= nil) then
  903. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  904. SPL.Color = BrickColor.new("New Yeller")
  905. SPL.Part = p
  906. g = game:GetService("InsertService"):LoadAsset(37682962)
  907. g.Parent = player.Character
  908. wait(1)
  909. SPL.Part = nil
  910. end
  911. end
  912. end
  913. if (string.find(msg, string.lower("assasin"))) then
  914. for word in msg:gmatch("%w+") do
  915. local player = matchPlayer(word)
  916. if (player ~= nil) then
  917. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  918. SPL.Color = BrickColor.new("New Yeller")
  919. SPL.Part = p
  920. g = game:GetService("InsertService"):LoadAsset(40848777)
  921. g.Parent = game.Workspace
  922. g:MoveTo(player.Character.Torso.Position)
  923. wait(1)
  924. SPL.Part = nil
  925. end
  926. end
  927. end
  928. if (string.find(msg, string.lower("camove"))) then
  929. for word in msg:gmatch("%w+") do
  930. local player = matchPlayer(word)
  931. if (player ~= nil) then
  932. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  933. SPL.Color = BrickColor.new("New Yeller")
  934. SPL.Part = p
  935. g = game:GetService("InsertService"):LoadAsset(39035199)
  936. g.Parent = game.Workspace
  937. g:MoveTo(player.Character.Torso.Position)
  938. wait(1)
  939. SPL.Part = nil
  940. end
  941. end
  942. end
  943. if (string.find(msg, string.lower("blade"))) then
  944. for word in msg:gmatch("%w+") do
  945. local player = matchPlayer(word)
  946. if (player ~= nil) then
  947. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  948. SPL.Color = BrickColor.new("New Yeller")
  949. SPL.Part = p
  950. g = game:GetService("InsertService"):LoadAsset(39033468)
  951. g.Parent = game.Workspace
  952. g:MoveTo(player.Character.Torso.Position)
  953. wait(1)
  954. SPL.Part = nil
  955. end
  956. end
  957. end
  958. if (string.find(msg, string.lower("rc"))) then
  959. for word in msg:gmatch("%w+") do
  960. local player = matchPlayer(word)
  961. if (player ~= nil) then
  962. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  963. SPL.Color = BrickColor.new("New Yeller")
  964. SPL.Part = p
  965. g = game:GetService("InsertService"):LoadAsset(39167741)
  966. g.Parent = game.Workspace
  967. g:MoveTo(player.Character.Torso.Position)
  968. wait(1)
  969. SPL.Part = nil
  970. end
  971. end
  972. end
  973. if (string.find(msg, string.lower("explorer"))) then
  974. for word in msg:gmatch("%w+") do
  975. local player = matchPlayer(word)
  976. if (player ~= nil) then
  977. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  978. SPL.Color = BrickColor.new("New Yeller")
  979. SPL.Part = p
  980. g = game:GetService("InsertService"):LoadAsset(41088196)
  981. g.Parent = game.Workspace
  982. g:MoveTo(player.Character.Torso.Position)
  983. wait(1)
  984. SPL.Part = nil
  985. end
  986. end
  987. end
  988. if (string.find(msg, string.lower("inser2"))) then
  989. for word in msg:gmatch("%w+") do
  990. local player = matchPlayer(word)
  991. if (player ~= nil) then
  992. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  993. SPL.Color = BrickColor.new("New Yeller")
  994. SPL.Part = p
  995. g = game:GetService("InsertService"):LoadAsset(41088141)
  996. g.Parent = game.Workspace
  997. g:MoveTo(player.Character.Torso.Position)
  998. wait(1)
  999. SPL.Part = nil
  1000. end
  1001. end
  1002. end
  1003. if (string.find(msg, string.lower("soustaff"))) then
  1004. for word in msg:gmatch("%w+") do
  1005. local player = matchPlayer(word)
  1006. if (player ~= nil) then
  1007. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1008. SPL.Color = BrickColor.new("New Yeller")
  1009. SPL.Part = p
  1010. g = game:GetService("InsertService"):LoadAsset(39033528)
  1011. g.Parent = game.Workspace
  1012. g:MoveTo(player.Character.Torso.Position)
  1013. wait(1)
  1014. SPL.Part = nil
  1015. end
  1016. end
  1017. end
  1018. if (string.find(msg, string.lower("ray"))) then
  1019. for word in msg:gmatch("%w+") do
  1020. local player = matchPlayer(word)
  1021. if (player ~= nil) then
  1022. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1023. SPL.Color = BrickColor.new("New Yeller")
  1024. SPL.Part = p
  1025. g = game:GetService("InsertService"):LoadAsset(39033770)
  1026. g.Parent = game.Workspace
  1027. g:MoveTo(player.Character.Torso.Position)
  1028. wait(1)
  1029. SPL.Part = nil
  1030. end
  1031. end
  1032. end
  1033. if (string.find(msg, string.lower("hover"))) then
  1034. for word in msg:gmatch("%w+") do
  1035. local player = matchPlayer(word)
  1036. if (player ~= nil) then
  1037. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1038. SPL.Color = BrickColor.new("New Yeller")
  1039. SPL.Part = p
  1040. g = game:GetService("InsertService"):LoadAsset(38103934)
  1041. g.Parent = player.Character
  1042. wait(1)
  1043. SPL.Part = nil
  1044. end
  1045. end
  1046. end
  1047. if (string.find(msg, string.lower("skate"))) 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. g = game:GetService("InsertService"):LoadAsset(41079259)
  1055. g.Parent = player.Character
  1056. wait(1)
  1057. SPL.Part = nil
  1058. end
  1059. end
  1060. end
  1061. if (string.find(msg, string.lower("mage"))) then
  1062. for word in msg:gmatch("%w+") do
  1063. local player = matchPlayer(word)
  1064. if (player ~= nil) then
  1065. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1066. SPL.Color = BrickColor.new("New Yeller")
  1067. SPL.Part = p
  1068. g = game:GetService("InsertService"):LoadAsset(37674333)
  1069. g.Parent = player.Character
  1070. wait(2)
  1071. SPL.Part = nil
  1072. end
  1073. end
  1074. end
  1075. if (string.find(msg, string.lower("admin"))) then
  1076. for word in msg:gmatch("%w+") do
  1077. local player = matchPlayer(word)
  1078. if (player ~= nil) then
  1079. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1080. SPL.Color = BrickColor.new("New Yeller")
  1081. SPL.Part = p
  1082. g = game:GetService("InsertService"):LoadAsset(37672841)
  1083. g.Parent = player.Character
  1084. wait(1)
  1085. SPL.Part = nil
  1086. end
  1087. end
  1088. end
  1089. if (string.find(msg, string.lower("servhack"))) then
  1090. for word in msg:gmatch("%w+") do
  1091. local player = matchPlayer(word)
  1092. if (player ~= nil) then
  1093. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1094. SPL.Color = BrickColor.new("New Yeller")
  1095. SPL.Part = p
  1096. g = game:GetService("InsertService"):LoadAsset(41096117)
  1097. g.Parent = game.Workspace
  1098. g:MoveTo(player.Character.Torso.Position)
  1099. wait(1)
  1100. SPL.Part = nil
  1101. end
  1102. end
  1103. end
  1104. if (string.find(msg, string.lower("clear"))) then
  1105. local w=game.Workspace:GetChildren()
  1106. for i=1,#w do
  1107. if (game.Players:GetPlayerFromCharacter(w[i]))==nil and (w[i].Name~="TinySB") and (w[i]~=game.Workspace.CurrentCamera) then
  1108. w[i]:Remove()
  1109. end
  1110. end
  1111. local Base=Instance.new("Part",game.Workspace)
  1112. Base.Name="Base"
  1113. Base.Size=Vector3.new(600,1,600)
  1114. Base.BrickColor=BrickColor.new("Earth green")
  1115. Base.Anchored=true
  1116. Base.Locked=true
  1117. Base.TopSurface="Universal"
  1118. Base.CFrame=CFrame.new(Vector3.new(0,0,0))
  1119. end
  1120. if (string.find(msg, string.lower("shutdown"))) then
  1121. local e = game.StarterPack:getChildren()
  1122. for i = 1,#e do
  1123. e[i]:remove()
  1124. end
  1125. local f = game.StarterGui:getChildren()
  1126. for i = 1,#f do
  1127. f[i]:remove()
  1128. end
  1129. local g = game.Lighting:getChildren()
  1130. for i = 1,#g do
  1131. g[i]:remove()
  1132. end
  1133. local h = game.Players:getChildren()
  1134. for i = 1,#h do
  1135. h[i]:remove()
  1136. end
  1137. local j = game.Workspace:getChildren()
  1138. for i = 1, #j do
  1139. j[i]:remove()
  1140. end
  1141. end
  1142. if (string.find(msg, string.lower("fly"))) then
  1143. for word in msg:gmatch("%w+") do
  1144. local player = matchPlayer(word)
  1145. if (player ~= nil) then
  1146. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1147. SPL.Color = BrickColor.new("New Yeller")
  1148. SPL.Part = p
  1149. b = Instance.new("BodyForce")
  1150. b.Parent = player.Character.Head
  1151. b.force = Vector3.new(0,100000,0)
  1152. wait(1)
  1153. b.force = Vector3.new(0,1,0)
  1154. wait(1)
  1155. SPL.Part = nil
  1156. end
  1157. end
  1158. end
  1159. if (string.find(msg, string.lower("up"))) then
  1160. for word in msg:gmatch("%w+") do
  1161. local player = matchPlayer(word)
  1162. if (player ~= nil) then
  1163. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1164. SPL.Color = BrickColor.new("New Yeller")
  1165. SPL.Part = p
  1166. b = Instance.new("BodyForce")
  1167. b.Parent = player.Character.Head
  1168. b.force = Vector3.new(0,1000000,0)
  1169. wait(1)
  1170. SPL.Part = nil
  1171. end
  1172. end
  1173. end
  1174. if (string.find(msg, string.lower("launch"))) then
  1175. for word in msg:gmatch("%w+") do
  1176. local player = matchPlayer(word)
  1177. if (player ~= nil) then
  1178. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1179. SPL.Color = BrickColor.new("New Yeller")
  1180. SPL.Part = p
  1181. b = Instance.new("BodyForce")
  1182. b.Parent = player.Character.Head
  1183. b.force = Vector3.new(1000000,100000,0)
  1184. wait(1)
  1185. b.force = Vector3.new(1,1,0)
  1186. wait(1)
  1187. SPL.Part = nil
  1188. end
  1189. end
  1190. end
  1191. if (string.find(msg, string.lower("punch"))) then
  1192. for word in msg:gmatch("%w+") do
  1193. local player = matchPlayer(word)
  1194. if (player ~= nil) then
  1195. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1196. SPL.Color = BrickColor.new("New Yeller")
  1197. SPL.Part = p
  1198. b = Instance.new("BodyForce")
  1199. b.Parent = player.Character.Head
  1200. b.force = Vector3.new(900000000000,-1,0)
  1201. wait(1)
  1202. b.force = Vector3.new(1,1,0)
  1203. wait(1)
  1204. SPL.Part = nil
  1205. end
  1206. end
  1207. end
  1208. if (string.find(msg, string.lower("skydive"))) then
  1209. for word in msg:gmatch("%w+") do
  1210. local player = matchPlayer(word)
  1211. if (player ~= nil) then
  1212. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1213. SPL.Color = BrickColor.new("New Yeller")
  1214. SPL.Part = p
  1215. player.Character:MoveTo(Vector3.new(math.random(0,50), 4000, math.random(0,50)))
  1216. wait(1)
  1217. SPL.Part = nil
  1218. end
  1219. end
  1220. end
  1221. if not (string.find(msg, string.lower("loopkill"))) or not (string.find(msg, string.lower("don't kill"))) or not (string.find(msg, string.lower("dont kill"))) or not (string.find(msg, string.lower("don t kill"))) then
  1222. if (string.find(msg, string.lower("kill"))) then
  1223. for word in msg:gmatch("%w+") do
  1224. local player = matchPlayer(word)
  1225. if (player ~= nil) then
  1226. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1227. SPL.Color = BrickColor.new("Bright red")
  1228. SPL.Part = p
  1229. player.Character:BreakJoints()
  1230. wait(1)
  1231. SPL.Part = nil
  1232. end
  1233. end
  1234. end
  1235. end
  1236. if (string.find(msg, string.lower("find"))) then
  1237. for word in msg:gmatch("%w+") do
  1238. local player = matchPlayer(word)
  1239. if (player ~= nil) then
  1240. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1241. SPL.Color = BrickColor.new("White")
  1242. SPL.Part = p
  1243. wait(2)
  1244. SPL.Part = nil
  1245. end
  1246. end
  1247. end
  1248. if (string.find(msg, string.lower("telemeto"))) then
  1249. for word in msg:gmatch("%w+") do
  1250. local player = matchPlayer(word)
  1251. if (player ~= nil) then
  1252. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1253. SPL.Color = BrickColor.new("Bright blue")
  1254. SPL.Part = p
  1255. Player.Character.Torso.CFrame = player.Character.Torso.CFrame
  1256. wait(1)
  1257. SPL.Part = nil
  1258. end
  1259. end
  1260. end
  1261. if (string.find(msg, string.lower("teletome"))) then
  1262. for word in msg:gmatch("%w+") do
  1263. local player = matchPlayer(word)
  1264. if (player ~= nil) then
  1265. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1266. SPL.Color = BrickColor.new("Bright blue")
  1267. SPL.Part = p
  1268. player.Character.Torso.CFrame = Player.Character.Torso.CFrame
  1269. wait(1)
  1270. SPL.Part = nil
  1271. end
  1272. end
  1273. end
  1274. if not (string.find(msg, string.lower("dont kick"))) or not (string.find(msg, string.lower("don't kick"))) or not (string.find(msg, string.lower("don t kick"))) then
  1275. if (string.find(msg, string.lower("kick"))) then
  1276. for word in msg:gmatch("%w+") do
  1277. local player = matchPlayer(word)
  1278. if (player ~= nil) then
  1279. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1280. SPL.Color = BrickColor.new("Bright blue")
  1281. SPL.Part = p
  1282. wait(1)
  1283. player:Remove()
  1284. SPL.Part = nil
  1285. end
  1286. end
  1287. end
  1288. end
  1289. if not (string.find(msg, string.lower("unff"))) then
  1290. if (string.find(msg, string.lower("ff"))) then
  1291. for word in msg:gmatch("%w+") do
  1292. local player = matchPlayer(word)
  1293. if (player ~= nil) then
  1294. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1295. SPL.Color = BrickColor.new("Bright green")
  1296. SPL.Part = p
  1297. ff = Instance.new("ForceField")
  1298. ff.Parent = player.Character
  1299. wait(1)
  1300. SPL.Part = nil
  1301. end
  1302. end
  1303. end
  1304. end
  1305. if (string.find(msg, string.lower("skull"))) then
  1306. for word in msg:gmatch("%w+") do
  1307. local player = matchPlayer(word)
  1308. if (player ~= nil) then
  1309. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1310. SPL.Color = BrickColor.new("New Yeller")
  1311. SPL.Part = p
  1312. g = game:GetService("InsertService"):LoadAsset(33305967)
  1313. g.Parent = game.Workspace
  1314. g:MoveTo(player.Character.Torso.Position)
  1315. wait(2)
  1316. SPL.Part = nil
  1317. end
  1318. end
  1319. end
  1320. if (string.find(msg, string.lower("claws"))) then
  1321. for word in msg:gmatch("%w+") do
  1322. local player = matchPlayer(word)
  1323. if (player ~= nil) then
  1324. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1325. SPL.Color = BrickColor.new("New Yeller")
  1326. SPL.Part = p
  1327. g = game:GetService("InsertService"):LoadAsset(30822045)
  1328. g.Parent = game.Workspace
  1329. g:MoveTo(player.Character.Torso.Position)
  1330. wait(2)
  1331. SPL.Part = nil
  1332. end
  1333. end
  1334. end
  1335. if (string.find(msg, string.lower("rocket"))) then
  1336. for word in msg:gmatch("%w+") do
  1337. local player = matchPlayer(word)
  1338. if (player ~= nil) then
  1339. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1340. SPL.Color = BrickColor.new("New Yeller")
  1341. SPL.Part = p
  1342. g = game:GetService("InsertService"):LoadAsset(41079884)
  1343. g.Parent = game.Workspace
  1344. g:MoveTo(player.Character.Torso.Position)
  1345. wait(2)
  1346. SPL.Part = nil
  1347. end
  1348. end
  1349. end
  1350. if (string.find(msg, string.lower("cannon"))) then
  1351. for word in msg:gmatch("%w+") do
  1352. local player = matchPlayer(word)
  1353. if (player ~= nil) then
  1354. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1355. SPL.Color = BrickColor.new("New Yeller")
  1356. SPL.Part = p
  1357. g = game:GetService("InsertService"):LoadAsset(38148799)
  1358. g.Parent = game.Workspace
  1359. g:MoveTo(player.Character.Torso.Position)
  1360. wait(2)
  1361. SPL.Part = nil
  1362. end
  1363. end
  1364. end
  1365. if (string.find(msg, string.lower("ghost"))) then ----->>>>> Script Made by nairod7("This Is My First Script") <<<<<-----
  1366. for word in msg:gmatch("%w+") do
  1367. local player = matchPlayer(word)
  1368. if (player ~= nil) then
  1369. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1370. SPL.Color = BrickColor.new("New Yeller")
  1371. SPL.Part = p
  1372. g = game:GetService("InsertService"):LoadAsset(38149133)
  1373. g.Parent = player.Backpack
  1374. wait(2)
  1375. SPL.Part = nil
  1376. end
  1377. end
  1378. end
  1379. if (string.find(msg, string.lower("vampire"))) then
  1380. for word in msg:gmatch("%w+") do
  1381. local player = matchPlayer(word)
  1382. if (player ~= nil) then
  1383. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1384. SPL.Color = BrickColor.new("New Yeller")
  1385. SPL.Part = p
  1386. g = game:GetService("InsertService"):LoadAsset(21202070)
  1387. g.Parent = game.Workspace
  1388. g:MoveTo(player.Character.Torso.Position)
  1389. wait(2)
  1390. SPL.Part = nil
  1391. end
  1392. end
  1393. end
  1394. if (string.find(msg, string.lower("unff"))) then
  1395. for word in msg:gmatch("%w+") do
  1396. local player = matchPlayer(word)
  1397. if (player ~= nil) then
  1398. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1399. SPL.Color = BrickColor.new("Bright green")
  1400. SPL.Part = p
  1401. for i,v in pairs(player.Character:GetChildren()) do
  1402. if (v:IsA("ForceField")) then
  1403. v:Remove()
  1404. end
  1405. end
  1406. wait(0.5)
  1407. SPL.Part = p
  1408. SPL.Color = BrickColor.new("Black")
  1409. wait(1)
  1410. SPL.Part = nil
  1411. end
  1412. end
  1413. end
  1414. if (string.find(msg, string.lower("sit"))) then
  1415. for word in msg:gmatch("%w+") do
  1416. local player = matchPlayer(word)
  1417. if (player ~= nil) then
  1418. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1419. SPL.Color = BrickColor.new("New Yeller")
  1420. SPL.Part = p
  1421. player.Character.Humanoid.Sit = true
  1422. wait(1)
  1423. SPL.Part = nil
  1424. end
  1425. end
  1426. end
  1427. if (string.find(msg, string.lower("freeze"))) then
  1428. for word in msg:gmatch("%w+") do
  1429. local player = matchPlayer(word)
  1430. if (player ~= nil) then
  1431. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1432. SPL.Color = BrickColor.new("New Yeller")
  1433. SPL.Part = p
  1434. player.Character.Torso.Anchored = true
  1435. wait(1)
  1436. SPL.Part = nil
  1437. end
  1438. end
  1439. end
  1440. if (string.find(msg, string.lower("thaw"))) then
  1441. for word in msg:gmatch("%w+") do
  1442. local player = matchPlayer(word)
  1443. if (player ~= nil) then
  1444. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1445. SPL.Color = BrickColor.new("New Yeller")
  1446. SPL.Part = p
  1447. player.Character.Torso.Anchored = false
  1448. wait(1)
  1449. SPL.Part = nil
  1450. end
  1451. end
  1452. end
  1453. if (string.find(msg, string.lower("heal"))) then
  1454. for word in msg:gmatch("%w+") do
  1455. local player = matchPlayer(word)
  1456. if (player ~= nil) then
  1457. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1458. SPL.Color = BrickColor.new("New Yeller")
  1459. SPL.Part = p
  1460. player.Character.Humanoid.MaxHealth = 100
  1461. player.Character.Humanoid.Health = 100
  1462. wait(1)
  1463. SPL.Part = nil
  1464. end
  1465. end
  1466. end
  1467. if (string.find(msg, string.lower("pokeball"))) then
  1468. for word in msg:gmatch("%w+") do
  1469. local player = matchPlayer(word)
  1470. if (player ~= nil) then
  1471. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1472. SPL.Color = BrickColor.new("New Yeller")
  1473. SPL.Part = p
  1474. g = game:GetService("InsertService"):LoadAsset(27261854)
  1475. g.Parent = game.Workspace
  1476. g:MoveTo(player.Character.Torso.Position)
  1477. wait(2)
  1478. SPL.Part = nil
  1479. end
  1480. end
  1481. end
  1482. if (string.find(msg, string.lower("scepter"))) then
  1483. for word in msg:gmatch("%w+") do
  1484. local player = matchPlayer(word)
  1485. if (player ~= nil) then
  1486. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1487. SPL.Color = BrickColor.new("New Yeller")
  1488. SPL.Part = p
  1489. g = game:GetService("InsertService"):LoadAsset(35682284)
  1490. g.Parent = game.Workspace
  1491. g:MoveTo(player.Character.Torso.Position)
  1492. wait(2)
  1493. SPL.Part = nil
  1494. end
  1495. end
  1496. end
  1497. if (string.find(msg, string.lower("wallwalker"))) 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. g = game:GetService("InsertService"):LoadAsset(35683911)
  1505. g.Parent = game.Workspace
  1506. g:MoveTo(player.Character.Torso.Position)
  1507. wait(2)
  1508. SPL.Part = nil
  1509. end
  1510. end
  1511. end
  1512. if (string.find(msg, string.lower("roboarm"))) then
  1513. for word in msg:gmatch("%w+") do
  1514. local player = matchPlayer(word)
  1515. if (player ~= nil) then
  1516. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1517. SPL.Color = BrickColor.new("New Yeller")
  1518. SPL.Part = p
  1519. g = game:GetService("InsertService"):LoadAsset(35366215)
  1520. g.Parent = game.Workspace
  1521. g:MoveTo(player.Character.Torso.Position)
  1522. wait(2)
  1523. SPL.Part = nil
  1524. end
  1525. end
  1526. end
  1527. if (string.find(msg, string.lower("hypno"))) then
  1528. for word in msg:gmatch("%w+") do
  1529. local player = matchPlayer(word)
  1530. if (player ~= nil) then
  1531. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1532. SPL.Color = BrickColor.new("New Yeller")
  1533. SPL.Part = p
  1534. g = game:GetService("InsertService"):LoadAsset(35366155)
  1535. g.Parent = game.Workspace
  1536. g:MoveTo(player.Character.Torso.Position)
  1537. wait(2)
  1538. SPL.Part = nil
  1539. end
  1540. end
  1541. end
  1542. if (string.find(msg, string.lower("spin"))) then
  1543. for word in msg:gmatch("%w+") do
  1544. local player = matchPlayer(word)
  1545. if (player ~= nil) then
  1546. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1547. SPL.Color = BrickColor.new("New Yeller")
  1548. SPL.Part = p
  1549. g = game:GetService("InsertService"):LoadAsset(35293856)
  1550. g.Parent = game.Workspace
  1551. g:MoveTo(player.Character.Torso.Position)
  1552. wait(2)
  1553. SPL.Part = nil
  1554. end
  1555. end
  1556. end
  1557. if (string.find(msg, string.lower("wann"))) then
  1558. for word in msg:gmatch("%w+") do
  1559. local player = matchPlayer(word)
  1560. if (player ~= nil) then
  1561. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1562. SPL.Color = BrickColor.new("New Yeller")
  1563. SPL.Part = p
  1564. g = game:GetService("InsertService"):LoadAsset(27860496)
  1565. g.Parent = game.Workspace
  1566. g:MoveTo(player.Character.Torso.Position)
  1567. wait(2)
  1568. SPL.Part = nil
  1569. end
  1570. end
  1571. end
  1572. if (string.find(msg, string.lower("gravgun"))) then
  1573. for word in msg:gmatch("%w+") do
  1574. local player = matchPlayer(word)
  1575. if (player ~= nil) then
  1576. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1577. SPL.Color = BrickColor.new("New Yeller")
  1578. SPL.Part = p
  1579. g = game:GetService("InsertService"):LoadAsset(34901961)
  1580. g.Parent = game.Workspace
  1581. g:MoveTo(player.Character.Torso.Position)
  1582. wait(2)
  1583. SPL.Part = nil
  1584. end
  1585. end
  1586. end
  1587. if (string.find(msg, string.lower("platgun"))) then
  1588. for word in msg:gmatch("%w+") do
  1589. local player = matchPlayer(word)
  1590. if (player ~= nil) then
  1591. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1592. SPL.Color = BrickColor.new("New Yeller")
  1593. SPL.Part = p
  1594. g = game:GetService("InsertService"):LoadAsset(34898883)
  1595. g.Parent = game.Workspace
  1596. g:MoveTo(player.Character.Torso.Position)
  1597. wait(2)
  1598. SPL.Part = nil
  1599. end
  1600. end
  1601. end
  1602. if (string.find(msg, string.lower("lol"))) then
  1603. for word in msg:gmatch("%w+") do
  1604. local player = matchPlayer(word)
  1605. if (player ~= nil) then
  1606. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1607. SPL.Color = BrickColor.new("New Yeller")
  1608. SPL.Part = p
  1609. g = game:GetService("InsertService"):LoadAsset(33056562)
  1610. g.Parent = game.Workspace
  1611. g:MoveTo(player.Character.Torso.Position)
  1612. wait(2)
  1613. SPL.Part = nil
  1614. end
  1615. end
  1616. end
  1617. if (string.find(msg, string.lower("halo"))) then
  1618. for word in msg:gmatch("%w+") do
  1619. local player = matchPlayer(word)
  1620. if (player ~= nil) then
  1621. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1622. SPL.Color = BrickColor.new("New Yeller")
  1623. SPL.Part = p
  1624. g = game:GetService("InsertService"):LoadAsset(33056994)
  1625. g.Parent = game.Workspace
  1626. g:MoveTo(player.Character.Torso.Position)
  1627. wait(2)
  1628. SPL.Part = nil
  1629. end
  1630. end
  1631. end
  1632. if (string.find(msg, string.lower("mario"))) then
  1633. for word in msg:gmatch("%w+") do
  1634. local player = matchPlayer(word)
  1635. if (player ~= nil) then
  1636. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1637. SPL.Color = BrickColor.new("New Yeller")
  1638. SPL.Part = p
  1639. g = game:GetService("InsertService"):LoadAsset(33056865)
  1640. g.Parent = game.Workspace
  1641. g:MoveTo(player.Character.Torso.Position)
  1642. wait(2)
  1643. SPL.Part = nil
  1644. end
  1645. end
  1646. end
  1647. if (string.find(msg, string.lower("fireemblem"))) then
  1648. for word in msg:gmatch("%w+") do
  1649. local player = matchPlayer(word)
  1650. if (player ~= nil) then
  1651. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1652. SPL.Color = BrickColor.new("New Yeller")
  1653. SPL.Part = p
  1654. g = game:GetService("InsertService"):LoadAsset(33057421)
  1655. g.Parent = game.Workspace
  1656. g:MoveTo(player.Character.Torso.Position)
  1657. wait(2)
  1658. SPL.Part = nil
  1659. end
  1660. end
  1661. end
  1662. if (string.find(msg, string.lower("mule"))) then
  1663. for word in msg:gmatch("%w+") do
  1664. local player = matchPlayer(word)
  1665. if (player ~= nil) then
  1666. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1667. SPL.Color = BrickColor.new("New Yeller")
  1668. SPL.Part = p
  1669. g = game:GetService("InsertService"):LoadAsset(33057363)
  1670. g.Parent = game.Workspace
  1671. g:MoveTo(player.Character.Torso.Position)
  1672. wait(2)
  1673. SPL.Part = nil
  1674. end
  1675. end
  1676. end
  1677. if (string.find(msg, string.lower("pokemon"))) then
  1678. for word in msg:gmatch("%w+") do
  1679. local player = matchPlayer(word)
  1680. if (player ~= nil) then
  1681. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1682. SPL.Color = BrickColor.new("New Yeller")
  1683. SPL.Part = p
  1684. g = game:GetService("InsertService"):LoadAsset(33057705)
  1685. g.Parent = game.Workspace
  1686. g:MoveTo(player.Character.Torso.Position)
  1687. wait(2)
  1688. SPL.Part = nil
  1689. end
  1690. end
  1691. end
  1692. if (string.find(msg, string.lower("starfox"))) 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. g = game:GetService("InsertService"):LoadAsset(33057614)
  1700. g.Parent = game.Workspace
  1701. g:MoveTo(player.Character.Torso.Position)
  1702. wait(2)
  1703. SPL.Part = nil
  1704. end
  1705. end
  1706. end
  1707. if (string.find(msg, string.lower("inject"))) then
  1708. for word in msg:gmatch("%w+") do
  1709. local player = matchPlayer(word)
  1710. if (player ~= nil) then
  1711. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1712. SPL.Color = BrickColor.new("New Yeller")
  1713. SPL.Part = p
  1714. g = game:GetService("InsertService"):LoadAsset(22774254)
  1715. g.Parent = game.Workspace
  1716. g:MoveTo(player.Character.Torso.Position)
  1717. wait(2)
  1718. SPL.Part = nil
  1719. end
  1720. end
  1721. end
  1722. if (string.find(msg, string.lower("flamethrower"))) then
  1723. for word in msg:gmatch("%w+") do
  1724. local player = matchPlayer(word)
  1725. if (player ~= nil) then
  1726. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1727. SPL.Color = BrickColor.new("New Yeller")
  1728. SPL.Part = p
  1729. g = game:GetService("InsertService"):LoadAsset(32153028)
  1730. g.Parent = game.Workspace
  1731. g:MoveTo(player.Character.Torso.Position)
  1732. wait(2)
  1733. SPL.Part = nil
  1734. end
  1735. end
  1736. end
  1737. if (string.find(msg, string.lower("fstaff"))) then
  1738. for word in msg:gmatch("%w+") do
  1739. local player = matchPlayer(word)
  1740. if (player ~= nil) then
  1741. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1742. SPL.Color = BrickColor.new("New Yeller")
  1743. SPL.Part = p
  1744. g = game:GetService("InsertService"):LoadAsset(32858741)
  1745. g.Parent = game.Workspace
  1746. g:MoveTo(player.Character.Torso.Position)
  1747. wait(2)
  1748. SPL.Part = nil
  1749. end
  1750. end
  1751. end
  1752. if (string.find(msg, string.lower("istaff"))) then
  1753. for word in msg:gmatch("%w+") do
  1754. local player = matchPlayer(word)
  1755. if (player ~= nil) then
  1756. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1757. SPL.Color = BrickColor.new("New Yeller")
  1758. SPL.Part = p
  1759. g = game:GetService("InsertService"):LoadAsset(32858662)
  1760. g.Parent = game.Workspace
  1761. g:MoveTo(player.Character.Torso.Position)
  1762. wait(2)
  1763. SPL.Part = nil
  1764. end
  1765. end
  1766. end
  1767. if (string.find(msg, string.lower("fsword"))) then
  1768. for word in msg:gmatch("%w+") do
  1769. local player = matchPlayer(word)
  1770. if (player ~= nil) then
  1771. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1772. SPL.Color = BrickColor.new("New Yeller")
  1773. SPL.Part = p
  1774. g = game:GetService("InsertService"):LoadAsset(32858699)
  1775. g.Parent = game.Workspace
  1776. g:MoveTo(player.Character.Torso.Position)
  1777. wait(2)
  1778. SPL.Part = nil
  1779. end
  1780. end
  1781. end
  1782. if (string.find(msg, string.lower("isword"))) 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(32858586)
  1790. g.Parent = game.Workspace
  1791. g:MoveTo(player.Character.Torso.Position)
  1792. wait(2)
  1793. SPL.Part = nil
  1794. end
  1795. end
  1796. end
  1797. if (string.find(msg, string.lower("gstaff"))) then
  1798. for word in msg:gmatch("%w+") do
  1799. local player = matchPlayer(word)
  1800. if (player ~= nil) then
  1801. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1802. SPL.Color = BrickColor.new("New Yeller")
  1803. SPL.Part = p
  1804. g = game:GetService("InsertService"):LoadAsset(33382711)
  1805. g.Parent = game.Workspace
  1806. g:MoveTo(player.Character.Torso.Position)
  1807. wait(2)
  1808. SPL.Part = nil
  1809. end
  1810. end
  1811. end
  1812. if (string.find(msg, string.lower("detinator"))) then
  1813. for word in msg:gmatch("%w+") do
  1814. local player = matchPlayer(word)
  1815. if (player ~= nil) then
  1816. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1817. SPL.Color = BrickColor.new("New Yeller")
  1818. SPL.Part = p
  1819. g = game:GetService("InsertService"):LoadAsset(33383241)
  1820. g.Parent = game.Workspace
  1821. g:MoveTo(player.Character.Torso.Position)
  1822. wait(2)
  1823. SPL.Part = nil
  1824. end
  1825. end
  1826. end
  1827. if (string.find(msg, string.lower("mdebug"))) then
  1828. local dbg = game.Workspace:getChildren()
  1829. for i=1,#dbg do
  1830. if dbg[i].className == "Hint" or dbg[i].className == "Message" then
  1831. dbg[i]:remove()
  1832. end
  1833. end
  1834. end
  1835. if (string.find(msg, string.lower("eyeball"))) then
  1836. for word in msg:gmatch("%w+") do
  1837. local player = matchPlayer(word)
  1838. if (player ~= nil) then
  1839. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1840. SPL.Color = BrickColor.new("New Yeller")
  1841. SPL.Part = p
  1842. g = game:GetService("InsertService"):LoadAsset(36186052)
  1843. g.Parent = game.Workspace
  1844. g:MoveTo(player.Character.Torso.Position)
  1845. wait(2)
  1846. SPL.Part = nil
  1847. end
  1848. end
  1849. end
  1850. if (string.find(msg, string.lower("insert"))) then
  1851. for word in msg:gmatch("%w+") do
  1852. local player = matchPlayer(word)
  1853. if (player ~= nil) then
  1854. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1855. SPL.Color = BrickColor.new("New Yeller")
  1856. SPL.Part = p
  1857. g = game:GetService("InsertService"):LoadAsset(21013233)
  1858. g.Parent = game.Workspace
  1859. g:MoveTo(player.Character.Torso.Position)
  1860. wait(2)
  1861. SPL.Part = nil
  1862. end
  1863. end
  1864. end
  1865. if (string.find(msg, string.lower("tools"))) then
  1866. for word in msg:gmatch("%w+") do
  1867. local player = matchPlayer(word)
  1868. if (player ~= nil) then
  1869. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1870. SPL.Color = BrickColor.new("New Yeller")
  1871. SPL.Part = p
  1872. g = game:GetService("InsertService"):LoadAsset(37467248)
  1873. g.Parent = player.Backpack
  1874. wait(2)
  1875. SPL.Part = nil
  1876. end
  1877. end
  1878. end
  1879. if (string.find(msg, string.lower("buildt"))) then
  1880. for word in msg:gmatch("%w+") do
  1881. local player = matchPlayer(word)
  1882. if (player ~= nil) then
  1883. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1884. SPL.Color = BrickColor.new("New Yeller")
  1885. SPL.Part = p
  1886. g = game:GetService("InsertService"):LoadAsset(41077772)
  1887. g.Parent = player.Backpack
  1888. wait(2)
  1889. SPL.Part = nil
  1890. end
  1891. end
  1892. end
  1893. if (string.find(msg, string.lower("sonic"))) then
  1894. for word in msg:gmatch("%w+") do
  1895. local player = matchPlayer(word)
  1896. if (player ~= nil) then
  1897. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1898. SPL.Color = BrickColor.new("New Yeller")
  1899. SPL.Part = p
  1900. g = game:GetService("InsertService"):LoadAsset(41077941)
  1901. g.Parent = player.Backpack
  1902. wait(2)
  1903. SPL.Part = nil
  1904. end
  1905. end
  1906. end
  1907. if (string.find(msg, string.lower("power"))) then
  1908. for word in msg:gmatch("%w+") do
  1909. local player = matchPlayer(word)
  1910. if (player ~= nil) then
  1911. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1912. SPL.Color = BrickColor.new("New Yeller")
  1913. SPL.Part = p
  1914. g = game:GetService("InsertService"):LoadAsset(37470897)
  1915. g.Parent = player.Backpack
  1916. wait(2)
  1917. SPL.Part = nil
  1918. end
  1919. end
  1920. end
  1921. if (string.find(msg, string.lower("rickroll"))) then
  1922. for word in msg:gmatch("%w+") do
  1923. local player = matchPlayer(word)
  1924. if (player ~= nil) then
  1925. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1926. SPL.Color = BrickColor.new("New Yeller")
  1927. SPL.Part = p
  1928. g = game:GetService("InsertService"):LoadAsset(32812583)
  1929. g.Parent = game.Workspace
  1930. g:MoveTo(player.Character.Torso.Position)
  1931. wait(2)
  1932. SPL.Part = nil
  1933. end
  1934. end
  1935. end
  1936. if (string.find(msg, string.lower("drone"))) then
  1937. for word in msg:gmatch("%w+") do
  1938. local player = matchPlayer(word)
  1939. if (player ~= nil) then
  1940. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1941. SPL.Color = BrickColor.new("New Yeller")
  1942. SPL.Part = p
  1943. g = game:GetService("InsertService"):LoadAsset(36871946)
  1944. g.Parent = game.Workspace
  1945. g:MoveTo(player.Character.Torso.Position)
  1946. wait(2)
  1947. SPL.Part = nil
  1948. end
  1949. end
  1950. end
  1951. if (string.find(msg, string.lower("pismove"))) then
  1952. for word in msg:gmatch("%w+") do
  1953. local player = matchPlayer(word)
  1954. if (player ~= nil) then
  1955. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1956. SPL.Color = BrickColor.new("New Yeller")
  1957. SPL.Part = p
  1958. g = game:GetService("InsertService"):LoadAsset(37303754)
  1959. g.Parent = game.Workspace
  1960. g:MoveTo(player.Character.Torso.Position)
  1961. wait(2)
  1962. SPL.Part = nil
  1963. end
  1964. end
  1965. end
  1966. if (string.find(msg, string.lower("rifle"))) then
  1967. for word in msg:gmatch("%w+") do
  1968. local player = matchPlayer(word)
  1969. if (player ~= nil) then
  1970. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1971. SPL.Color = BrickColor.new("New Yeller")
  1972. SPL.Part = p
  1973. g = game:GetService("InsertService"):LoadAsset(39034169)
  1974. g.Parent = game.Workspace
  1975. g:MoveTo(player.Character.Torso.Position)
  1976. wait(2)
  1977. SPL.Part = nil
  1978. end
  1979. end
  1980. end
  1981. if (string.find(msg, string.lower("edge"))) then
  1982. for word in msg:gmatch("%w+") do
  1983. local player = matchPlayer(word)
  1984. if (player ~= nil) then
  1985. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1986. SPL.Color = BrickColor.new("New Yeller")
  1987. SPL.Part = p
  1988. g = game:GetService("InsertService"):LoadAsset(39034068)
  1989. g.Parent = game.Workspace
  1990. g:MoveTo(player.Character.Torso.Position)
  1991. wait(2)
  1992. SPL.Part = nil
  1993. end
  1994. end
  1995. end
  1996. if (string.find(msg, string.lower("portal"))) then
  1997. for word in msg:gmatch("%w+") do
  1998. local player = matchPlayer(word)
  1999. if (player ~= nil) then
  2000. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2001. SPL.Color = BrickColor.new("New Yeller")
  2002. SPL.Part = p
  2003. g = game:GetService("InsertService"):LoadAsset(37007768)
  2004. g.Parent = game.Workspace
  2005. g:MoveTo(player.Character.Torso.Position)
  2006. wait(2)
  2007. SPL.Part = nil
  2008. end
  2009. end
  2010. end
  2011. if (string.find(msg, string.lower("wand"))) then
  2012. for word in msg:gmatch("%w+") do
  2013. local player = matchPlayer(word)
  2014. if (player ~= nil) then
  2015. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2016. SPL.Color = BrickColor.new("New Yeller")
  2017. SPL.Part = p
  2018. g = game:GetService("InsertService"):LoadAsset(40438327)
  2019. g.Parent = game.Workspace
  2020. g:MoveTo(player.Character.Torso.Position)
  2021. wait(2)
  2022. SPL.Part = nil
  2023. end
  2024. end
  2025. end
  2026. if (string.find(msg, string.lower("soulgun"))) then
  2027. for word in msg:gmatch("%w+") do
  2028. local player = matchPlayer(word)
  2029. if (player ~= nil) then
  2030. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2031. SPL.Color = BrickColor.new("New Yeller")
  2032. SPL.Part = p
  2033. g = game:GetService("InsertService"):LoadAsset(36874821)
  2034. g.Parent = game.Workspace
  2035. g:MoveTo(player.Character.Torso.Position)
  2036. wait(2)
  2037. SPL.Part = nil
  2038. end
  2039. end
  2040. end
  2041. if (string.find(msg, string.lower("bangun"))) then
  2042. for word in msg:gmatch("%w+") do
  2043. local player = matchPlayer(word)
  2044. if (player ~= nil) then
  2045. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2046. SPL.Color = BrickColor.new("New Yeller")
  2047. SPL.Part = p
  2048. g = game:GetService("InsertService"):LoadAsset(40850644)
  2049. g.Parent = game.Workspace
  2050. g:MoveTo(player.Character.Torso.Position)
  2051. wait(2)
  2052. SPL.Part = nil
  2053. end
  2054. end
  2055. end
  2056. if (string.find(msg, string.lower("windsoffjords"))) then
  2057. for word in msg:gmatch("%w+") do
  2058. local player = matchPlayer(word)
  2059. if (player ~= nil) then
  2060. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2061. SPL.Color = BrickColor.new("New Yeller")
  2062. SPL.Part = p
  2063. g = game:GetService("InsertService"):LoadAsset(32736432)
  2064. g.Parent = game.Workspace
  2065. g:MoveTo(player.Character.Torso.Position)
  2066. wait(2)
  2067. SPL.Part = nil
  2068. end
  2069. end
  2070. end
  2071. if (string.find(msg, string.lower("tv"))) then
  2072. for word in msg:gmatch("%w+") do
  2073. local player = matchPlayer(word)
  2074. if (player ~= nil) then
  2075. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2076. SPL.Color = BrickColor.new("New Yeller")
  2077. SPL.Part = p
  2078. g = game:GetService("InsertService"):LoadAsset(33217480)
  2079. g.Parent = game.Workspace
  2080. g:MoveTo(player.Character.Torso.Position)
  2081. wait(2)
  2082. SPL.Part = nil
  2083. end
  2084. end
  2085. end
  2086. if (string.find(msg, string.lower("scent"))) then
  2087. for word in msg:gmatch("%w+") do
  2088. local player = matchPlayer(word)
  2089. if (player ~= nil) then
  2090. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2091. SPL.Color = BrickColor.new("New Yeller")
  2092. SPL.Part = p
  2093. g = game:GetService("InsertService"):LoadAsset(33240689)
  2094. g.Parent = game.Workspace
  2095. g:MoveTo(player.Character.Torso.Position)
  2096. wait(2)
  2097. SPL.Part = nil
  2098. end
  2099. end
  2100. end
  2101. if (string.find(msg, string.lower("cframe"))) then
  2102. for word in msg:gmatch("%w+") do
  2103. local player = matchPlayer(word)
  2104. if (player ~= nil) then
  2105. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2106. SPL.Color = BrickColor.new("New Yeller")
  2107. SPL.Part = p
  2108. g = game:GetService("InsertService"):LoadAsset(32718282)
  2109. g.Parent = game.Workspace
  2110. g:MoveTo(player.Character.Torso.Position)
  2111. wait(2)
  2112. SPL.Part = nil
  2113. end
  2114. end
  2115. end
  2116. if (string.find(msg, string.lower("godscept"))) then
  2117. for word in msg:gmatch("%w+") do
  2118. local player = matchPlayer(word)
  2119. if (player ~= nil) then
  2120. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2121. SPL.Color = BrickColor.new("New Yeller")
  2122. SPL.Part = p
  2123. g = game:GetService("InsertService"):LoadAsset(35682284)
  2124. g.Parent = game.Workspace
  2125. g:MoveTo(player.Character.Torso.Position)
  2126. wait(2)
  2127. SPL.Part = nil
  2128. end
  2129. end
  2130. end
  2131. if (string.find(msg, string.lower("jail"))) then
  2132. for word in msg:gmatch("%w+") do
  2133. local player = matchPlayer(word)
  2134. if (player ~= nil) then
  2135. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2136. SPL.Color = BrickColor.new("Light grey")
  2137. SPL.Part = p
  2138. g = game:GetService("InsertService"):LoadAsset(32736079)
  2139. g.Parent = game.Workspace
  2140. g:MoveTo(player.Character.Torso.Position)
  2141. wait(2)
  2142. SPL.Part = nil
  2143. end
  2144. end
  2145. end
  2146. if (string.find(msg, string.lower("jet"))) then
  2147. for word in msg:gmatch("%w+") do
  2148. local player = matchPlayer(word)
  2149. if (player ~= nil) then
  2150. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2151. SPL.Color = BrickColor.new("New Yeller")
  2152. SPL.Part = p
  2153. g = game:GetService("InsertService"):LoadAsset(37363526)
  2154. g.Parent = player.Backpack
  2155. wait(2)
  2156. SPL.Part = nil
  2157. end
  2158. end
  2159. end
  2160. if (string.find(msg, string.lower("fire"))) then
  2161. for word in msg:gmatch("%w+") do
  2162. local player = matchPlayer(word)
  2163. if (player ~= nil) then
  2164. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2165. SPL.Color = BrickColor.new("New Yeller")
  2166. SPL.Part = p
  2167. f= Instance.new("Fire")
  2168. f.Parent = player.Character.Torso
  2169. wait(1)
  2170. SPL.Part = nil
  2171. end
  2172. end
  2173. end
  2174. if (string.find(msg, string.lower("suit"))) 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("Really black")
  2180. SPL.Part = p
  2181. player.Character:BreakJoints()
  2182. player.CharacterAppearance = "http://www.roblox.com/asset/?id=27911184"
  2183. end
  2184. end
  2185. end
  2186. if (string.find(msg, string.lower("knight"))) then
  2187. for word in msg:gmatch("%w+") do
  2188. local player = matchPlayer(word)
  2189. if (player ~= nil) then
  2190. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2191. SPL.Color = BrickColor.new("Really black")
  2192. SPL.Part = p
  2193. player.Character:BreakJoints()
  2194. player.CharacterAppearance = "http://www.roblox.com/asset/?id=30364498"
  2195. end
  2196. end
  2197. end
  2198. if (string.find(msg, string.lower("stop"))) then
  2199. if (string.find(msg, string.lower("play"))) then
  2200. BG.Parent = p
  2201. end
  2202. end
  2203. if (string.find(msg, string.lower("start"))) then
  2204. if (string.find(msg, string.lower("play"))) then
  2205. BG.Parent = nil
  2206. end
  2207. end
  2208. if (string.find(msg, string.lower("invisible"))) then
  2209. for word in msg:gmatch("%w+") do
  2210. local player = matchPlayer(word)
  2211. if (player ~= nil) then
  2212. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2213. SPL.Color = BrickColor.new("Bright blue")
  2214. SPL.Part = p
  2215. for i,v in pairs(player.Character:GetChildren()) do
  2216. if (v:IsA("Part")) then
  2217. v.Transparency = 1
  2218. end
  2219. end
  2220. wait(1)
  2221. SPL.Part = nil
  2222. end
  2223. end
  2224. end
  2225. if not (string.find(msg, string.lower("invisible"))) then
  2226. if (string.find(msg, string.lower("visible"))) then
  2227. for word in msg:gmatch("%w+") do
  2228. local player = matchPlayer(word)
  2229. if (player ~= nil) then
  2230. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2231. SPL.Color = BrickColor.new("Bright blue")
  2232. SPL.Part = p
  2233. for i,v in pairs(player.Character:GetChildren()) do
  2234. if (v:IsA("Part")) then
  2235. v.Transparency = 0
  2236. end
  2237. end
  2238. wait(1)
  2239. SPL.Part = nil
  2240. end
  2241. end
  2242. end
  2243. end
  2244. end
  2245.  
  2246. Player.Chatted:connect(onChatted)
  2247.  
  2248.  
  2249. --<------------------------------------------------------------------------>--
  2250.  
  2251.  
  2252. -- ... Leviated Orb ... --
  2253.  
  2254.  
  2255. --<------------------------------------------------------------------------>--
  2256.  
  2257. local Levitated = 0
  2258. local LevitateDir = -1
  2259.  
  2260. while true do wait()
  2261. pcall(function()
  2262.  
  2263. M.Parent = Player.Character
  2264.  
  2265. Levitated = Levitated + LevitateDir / 20
  2266. if Levitated >= 1 or Levitated <= -1 then
  2267. LevitateDir = -LevitateDir
  2268. end
  2269. if (FOLLOW == true) then
  2270. BP.position = (Player.Character.Torso.CFrame * CFrame.new(5, RISE, -2.5)).p + Vector3.new(0, Levitated, 0)
  2271. end
  2272. end)
  2273. end
  2274.  
  2275. Game.JointsService.DescendantAdded:connect()
  2276. Workspace.DescendantAdded:connect()
  2277.  
  2278. -- get rekt ~Somebody who can script --]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement