Advertisement
popster12345

Untitled

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