Advertisement
Irongolen14

Orb

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