Advertisement
kanewutt

egsesgeg

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