Advertisement
leaspect489

Untitled

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