XxRobloxScriptsxX

Untitled

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