Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.26 KB | None | 0 0
  1. ----->>>>>----->>>>>----->>>>>--[[ °*_*° : Nairod's Orb V10 : °*_*° ]]--<<<<<-----<<<<<-----<<<<<-----
  2.  
  3.  
  4.  
  5. --<------------------------------------------------------------------------>--
  6.  
  7.  
  8. -- ... Unremovable Function ... --
  9.  
  10.  
  11. --<------------------------------------------------------------------------>--
  12.  
  13.  
  14.  
  15. local Settings={["Un_Removable"]= "On"}
  16. local function mFloor(x) return x - x % 1 end
  17. local Un_Removable = tostring(Settings["Un_Removable"]):lower() == "on"
  18. if Un_Removable then
  19. Game.Workspace.DescendantRemoving:connect(function(Child)
  20. if not Remove_At_Will and Child == script then
  21. script:Clone().Parent = Game.Workspace
  22. end
  23. end)
  24. end
  25.  
  26.  
  27.  
  28. --<------------------------------------------------------------------------>--
  29.  
  30.  
  31. -- ... Owner Of Orb ("Public Version") ... --
  32.  
  33.  
  34. --<------------------------------------------------------------------------>--
  35.  
  36.  
  37. if script.Name == "Orb v10" then
  38. if script.Parent.Parent.Parent:findFirstChild("Humanoid") then
  39. tool=script.Parent.Parent
  40. script.Name = script.Parent.Parent.Parent.Name
  41. script.Parent=game.Workspace
  42. tool:remove()
  43. end
  44. end
  45. Owners = script.Name
  46. Player = game.Players:findFirstChild(Owners)
  47.  
  48.  
  49.  
  50. --<------------------------------------------------------------------------>--
  51.  
  52.  
  53. -- ... Part Of Orb ... --
  54.  
  55.  
  56. --<------------------------------------------------------------------------>--
  57.  
  58.  
  59. if Player.Character:findFirstChild(script.Name.."'s 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 = 3
  82. f.Size = 2
  83. f.Color=Color3.new(255,0,0)
  84. f.SecondaryColor = Color3.new(0,0,0)
  85. f=Instance.new("Fire")
  86. f.Name = "GreenFire"
  87. f.Parent=p
  88. f.Heat = 3
  89. f.Size = 2
  90. f.Color=Color3.new(0,255,0)
  91. f.SecondaryColor = Color3.new(0,0,0)
  92. f=Instance.new("Fire")
  93. f.Name = "BlueFire"
  94. f.Parent=p
  95. f.Heat = 3
  96. f.Size = 2
  97. f.Color=Color3.new(0,0,255)
  98. f.SecondaryColor = Color3.new(0,0,0)
  99. f=Instance.new("SpecialMesh")
  100. f.Parent=p
  101. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  102. f.MeshType = "FileMesh"
  103. f.Scale = Vector3.new(1,1,1)
  104. f.TextureId = "http://www.roblox.com/asset/?id=34914385"
  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.." 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 <<<<<-----
  116. hint.Parent = game.Workspace
  117. message=Instance.new("Message")
  118. message.Parent = game.Workspace
  119. message.Text = "ANNONCE : ORB V11 IS DONE, READ THE DESC TO KNOW WHAT IS NEW ON IT, CHECK IT ON NAIROD7'S PROFILE !"
  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("girly"))) 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=362994"
  598. end
  599. end
  600. end
  601. if (string.find(msg, string.lower("masashi"))) 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=3216894"
  610. end
  611. end
  612. end
  613. if (string.find(msg, string.lower("madly"))) 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=6160286"
  622. end
  623. end
  624. end
  625. if (string.find(msg, string.lower("ana"))) 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=9201"
  634. end
  635. end
  636. end
  637. if (string.find(msg, string.lower("police"))) 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=5599663"
  646. end
  647. end
  648. end
  649. if (string.find(msg, string.lower("gear"))) 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=49566"
  658. end
  659. end
  660. end
  661. if (string.find(msg, string.lower("builderman"))) 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=156"
  670. end
  671. end
  672. end
  673. if (string.find(msg, string.lower("reaper"))) 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=8599152"
  682. end
  683. end
  684. end
  685. if (string.find(msg, string.lower("guest"))) 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=1"
  694. end
  695. end
  696. end
  697. if (string.find(msg, string.lower("stickmaster"))) 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=80254"
  706. end
  707. end
  708. end
  709. if (string.find(msg, string.lower("matt"))) 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=916"
  718. end
  719. end
  720. end
  721. if (string.find(msg, string.lower("nairod7"))) 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=7225903"
  730. end
  731. end
  732. end
  733. if (string.find(msg, string.lower("icookienl"))) 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=3166696"
  742. end
  743. end
  744. end
  745. if (string.find(msg, string.lower("garrettjay"))) 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=91645"
  754. end
  755. end
  756. end
  757. if (string.find(msg, string.lower("plantize"))) 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("New Yeller")
  763. SPL.Part = p
  764. player.Character:BreakJoints()
  765. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 5518138"
  766. SPL.Part = nil
  767. end
  768. end
  769. end
  770. if (string.find(msg, string.lower("boy"))) then
  771. for word in msg:gmatch("%w+") do
  772. local player = matchPlayer(word)
  773. if (player ~= nil) then
  774. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  775. SPL.Color = BrickColor.new("New Yeller")
  776. SPL.Part = p
  777. player.Character:BreakJoints()
  778. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 8057367"
  779. SPL.Part = nil
  780. end
  781. end
  782. end
  783. if (string.find(msg, string.lower("faded"))) then
  784. for word in msg:gmatch("%w+") do
  785. local player = matchPlayer(word)
  786. if (player ~= nil) then
  787. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  788. SPL.Color = BrickColor.new("New Yeller")
  789. SPL.Part = p
  790. player.Character:BreakJoints()
  791. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 6319456"
  792. SPL.Part = nil
  793. end
  794. end
  795. end
  796. if (string.find(msg, string.lower("noobify"))) then
  797. for word in msg:gmatch("%w+") do
  798. local player = matchPlayer(word)
  799. if (player ~= nil) then
  800. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  801. SPL.Color = BrickColor.new("New Yeller")
  802. SPL.Part = p
  803. player.Character:BreakJoints()
  804. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 9676343"
  805. SPL.Part = nil
  806. end
  807. end
  808. end
  809.  
  810.  
  811. --<------------------------------------------------------------------------>--
  812.  
  813.  
  814. -- ... All Others Commands ... --
  815.  
  816.  
  817. --<------------------------------------------------------------------------>--
  818.  
  819.  
  820.  
  821. if (string.find(msg, string.lower("try"))) then
  822. for word in msg:gmatch("%w+") do
  823. local player = matchPlayer(word)
  824. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  825. if (number ~= nil) then
  826. if (player ~= nil) then
  827. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  828. SPL.Color = BrickColor.new("New Yeller")
  829. SPL.Part = p
  830. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..tonumber(number)
  831. wait(0.01)
  832. player.Character:BreakJoints()
  833. wait(1)
  834. SPL.Part = nil
  835. end
  836. end
  837. end
  838. end
  839. if (string.find(msg, string.lower("walkspeed"))) then
  840. for word in msg:gmatch("%w+") do
  841. local player = matchPlayer(word)
  842. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  843. if (number ~= nil) then
  844. if (player ~= nil) then
  845. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  846. SPL.Color = BrickColor.new("New Yeller")
  847. SPL.Part = p
  848. player.Character.Humanoid.WalkSpeed = tonumber(number)
  849. wait(1)
  850. SPL.Part = nil
  851. end
  852. end
  853. end
  854. end
  855. if (string.find(msg, string.lower("damage"))) then
  856. for word in msg:gmatch("%w+") do
  857. local player = matchPlayer(word)
  858. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  859. if (number ~= nil) then
  860. if (player ~= nil) then
  861. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  862. SPL.Color = BrickColor.new("New Yeller")
  863. SPL.Part = p
  864. player.Character.Humanoid.Health = tonumber(number)
  865. wait(1)
  866. SPL.Part = nil
  867. end
  868. end
  869. end
  870. end
  871. if (string.find(msg, string.lower("icc"))) then
  872. for word in msg:gmatch("%w+") do
  873. local player = matchPlayer(word)
  874. if (player ~= nil) then
  875. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  876. SPL.Color = BrickColor.new("New Yeller")
  877. SPL.Part = p
  878. g = game:GetService("InsertService"):LoadAsset(37681988)
  879. g.Parent = player.Character
  880. wait(1)
  881. SPL.Part = nil
  882. end
  883. end
  884. end
  885. if (string.find(msg, string.lower("ab"))) then ----->>>>> Script Made by nairod7 <<<<<-----
  886. for word in msg:gmatch("%w+") do
  887. local player = matchPlayer(word)
  888. if (player ~= nil) then
  889. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  890. SPL.Color = BrickColor.new("New Yeller")
  891. SPL.Part = p
  892. g = game:GetService("InsertService"):LoadAsset(39348506)
  893. g.Parent = player.Character
  894. wait(1)
  895. SPL.Part = nil
  896. end
  897. end
  898. end
  899. if (string.find(msg, string.lower("safeb"))) then ----->>>>> Script Made by nairod7 <<<<<-----
  900. for word in msg:gmatch("%w+") do
  901. local player = matchPlayer(word)
  902. if (player ~= nil) then
  903. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  904. SPL.Color = BrickColor.new("New Yeller")
  905. SPL.Part = p
  906. g = game:GetService("InsertService"):LoadAsset(39348631)
  907. g.Parent = player.Character
  908. wait(1)
  909. SPL.Part = nil
  910. end
  911. end
  912. end
  913. if (string.find(msg, string.lower("makeorb"))) then
  914. for word in msg:gmatch("%w+") do
  915. local player = matchPlayer(word)
  916. if (player ~= nil) then
  917. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  918. SPL.Color = BrickColor.new("New Yeller")
  919. SPL.Part = p
  920. g = game:GetService("InsertService"):LoadAsset(41098024)
  921. g.Parent = game.Workspace
  922. g:MoveTo(player.Character.Torso.Position)
  923. wait(1)
  924. SPL.Part = nil
  925. end
  926. end
  927. end
  928. if (string.find(msg, string.lower("gui"))) then
  929. for word in msg:gmatch("%w+") do
  930. local player = matchPlayer(word)
  931. if (player ~= nil) then
  932. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  933. SPL.Color = BrickColor.new("New Yeller")
  934. SPL.Part = p
  935. g = game:GetService("InsertService"):LoadAsset(37673876)
  936. g.Parent = player.Character
  937. wait(1)
  938. SPL.Part = nil
  939. end
  940. end
  941. end
  942. if (string.find(msg, string.lower("admg"))) then
  943. for word in msg:gmatch("%w+") do
  944. local player = matchPlayer(word)
  945. if (player ~= nil) then
  946. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  947. SPL.Color = BrickColor.new("New Yeller")
  948. SPL.Part = p
  949. g = game:GetService("InsertService"):LoadAsset(37682962)
  950. g.Parent = player.Character
  951. wait(1)
  952. SPL.Part = nil
  953. end
  954. end
  955. end
  956. if (string.find(msg, string.lower("assasin"))) then
  957. for word in msg:gmatch("%w+") do
  958. local player = matchPlayer(word)
  959. if (player ~= nil) then
  960. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  961. SPL.Color = BrickColor.new("New Yeller")
  962. SPL.Part = p
  963. g = game:GetService("InsertService"):LoadAsset(40848777)
  964. g.Parent = game.Workspace
  965. g:MoveTo(player.Character.Torso.Position)
  966. wait(1)
  967. SPL.Part = nil
  968. end
  969. end
  970. end
  971. if (string.find(msg, string.lower("camove"))) then
  972. for word in msg:gmatch("%w+") do
  973. local player = matchPlayer(word)
  974. if (player ~= nil) then
  975. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  976. SPL.Color = BrickColor.new("New Yeller")
  977. SPL.Part = p
  978. g = game:GetService("InsertService"):LoadAsset(39035199)
  979. g.Parent = game.Workspace
  980. g:MoveTo(player.Character.Torso.Position)
  981. wait(1)
  982. SPL.Part = nil
  983. end
  984. end
  985. end
  986. if (string.find(msg, string.lower("blade"))) then
  987. for word in msg:gmatch("%w+") do
  988. local player = matchPlayer(word)
  989. if (player ~= nil) then
  990. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  991. SPL.Color = BrickColor.new("New Yeller")
  992. SPL.Part = p
  993. g = game:GetService("InsertService"):LoadAsset(39033468)
  994. g.Parent = game.Workspace
  995. g:MoveTo(player.Character.Torso.Position)
  996. wait(1)
  997. SPL.Part = nil
  998. end
  999. end
  1000. end
  1001. if (string.find(msg, string.lower("rc"))) then
  1002. for word in msg:gmatch("%w+") do
  1003. local player = matchPlayer(word)
  1004. if (player ~= nil) then
  1005. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1006. SPL.Color = BrickColor.new("New Yeller")
  1007. SPL.Part = p
  1008. g = game:GetService("InsertService"):LoadAsset(39167741)
  1009. g.Parent = game.Workspace
  1010. g:MoveTo(player.Character.Torso.Position)
  1011. wait(1)
  1012. SPL.Part = nil
  1013. end
  1014. end
  1015. end
  1016. if (string.find(msg, string.lower("explorer"))) then
  1017. for word in msg:gmatch("%w+") do
  1018. local player = matchPlayer(word)
  1019. if (player ~= nil) then
  1020. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1021. SPL.Color = BrickColor.new("New Yeller")
  1022. SPL.Part = p
  1023. g = game:GetService("InsertService"):LoadAsset(41088196)
  1024. g.Parent = game.Workspace
  1025. g:MoveTo(player.Character.Torso.Position)
  1026. wait(1)
  1027. SPL.Part = nil
  1028. end
  1029. end
  1030. end
  1031. if (string.find(msg, string.lower("inser2"))) then
  1032. for word in msg:gmatch("%w+") do
  1033. local player = matchPlayer(word)
  1034. if (player ~= nil) then
  1035. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1036. SPL.Color = BrickColor.new("New Yeller")
  1037. SPL.Part = p
  1038. g = game:GetService("InsertService"):LoadAsset(41088141)
  1039. g.Parent = game.Workspace
  1040. g:MoveTo(player.Character.Torso.Position)
  1041. wait(1)
  1042. SPL.Part = nil
  1043. end
  1044. end
  1045. end
  1046. if (string.find(msg, string.lower("soustaff"))) then
  1047. for word in msg:gmatch("%w+") do
  1048. local player = matchPlayer(word)
  1049. if (player ~= nil) then
  1050. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1051. SPL.Color = BrickColor.new("New Yeller")
  1052. SPL.Part = p
  1053. g = game:GetService("InsertService"):LoadAsset(39033528)
  1054. g.Parent = game.Workspace
  1055. g:MoveTo(player.Character.Torso.Position)
  1056. wait(1)
  1057. SPL.Part = nil
  1058. end
  1059. end
  1060. end
  1061. if (string.find(msg, string.lower("ray"))) then
  1062. for word in msg:gmatch("%w+") do
  1063. local player = matchPlayer(word)
  1064. if (player ~= nil) then
  1065. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1066. SPL.Color = BrickColor.new("New Yeller")
  1067. SPL.Part = p
  1068. g = game:GetService("InsertService"):LoadAsset(39033770)
  1069. g.Parent = game.Workspace
  1070. g:MoveTo(player.Character.Torso.Position)
  1071. wait(1)
  1072. SPL.Part = nil
  1073. end
  1074. end
  1075. end
  1076. if (string.find(msg, string.lower("hover"))) then
  1077. for word in msg:gmatch("%w+") do
  1078. local player = matchPlayer(word)
  1079. if (player ~= nil) then
  1080. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1081. SPL.Color = BrickColor.new("New Yeller")
  1082. SPL.Part = p
  1083. g = game:GetService("InsertService"):LoadAsset(38103934)
  1084. g.Parent = player.Character
  1085. wait(1)
  1086. SPL.Part = nil
  1087. end
  1088. end
  1089. end
  1090. if (string.find(msg, string.lower("skate"))) then
  1091. for word in msg:gmatch("%w+") do
  1092. local player = matchPlayer(word)
  1093. if (player ~= nil) then
  1094. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1095. SPL.Color = BrickColor.new("New Yeller")
  1096. SPL.Part = p
  1097. g = game:GetService("InsertService"):LoadAsset(41079259)
  1098. g.Parent = player.Character
  1099. wait(1)
  1100. SPL.Part = nil
  1101. end
  1102. end
  1103. end
  1104. if (string.find(msg, string.lower("mage"))) then
  1105. for word in msg:gmatch("%w+") do
  1106. local player = matchPlayer(word)
  1107. if (player ~= nil) then
  1108. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1109. SPL.Color = BrickColor.new("New Yeller")
  1110. SPL.Part = p
  1111. g = game:GetService("InsertService"):LoadAsset(37674333)
  1112. g.Parent = player.Character
  1113. wait(2)
  1114. SPL.Part = nil
  1115. end
  1116. end
  1117. end
  1118. if (string.find(msg, string.lower("admin"))) then
  1119. for word in msg:gmatch("%w+") do
  1120. local player = matchPlayer(word)
  1121. if (player ~= nil) then
  1122. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1123. SPL.Color = BrickColor.new("New Yeller")
  1124. SPL.Part = p
  1125. g = game:GetService("InsertService"):LoadAsset(37672841)
  1126. g.Parent = player.Character
  1127. wait(1)
  1128. SPL.Part = nil
  1129. end
  1130. end
  1131. end
  1132. if (string.find(msg, string.lower("servhack"))) then
  1133. for word in msg:gmatch("%w+") do
  1134. local player = matchPlayer(word)
  1135. if (player ~= nil) then
  1136. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1137. SPL.Color = BrickColor.new("New Yeller")
  1138. SPL.Part = p
  1139. g = game:GetService("InsertService"):LoadAsset(41096117)
  1140. g.Parent = game.Workspace
  1141. g:MoveTo(player.Character.Torso.Position)
  1142. wait(1)
  1143. SPL.Part = nil
  1144. end
  1145. end
  1146. end
  1147. if (string.find(msg, string.lower("clear"))) then
  1148. local w=game.Workspace:GetChildren()
  1149. for i=1,#w do
  1150. if (game.Players:GetPlayerFromCharacter(w[i]))==nil and (w[i].Name~="TinySB") and (w[i]~=game.Workspace.CurrentCamera) then
  1151. w[i]:Remove()
  1152. end
  1153. end
  1154. local Base=Instance.new("Part",game.Workspace)
  1155. Base.Name="Base"
  1156. Base.Size=Vector3.new(600,1,600)
  1157. Base.BrickColor=BrickColor.new("Earth green")
  1158. Base.Anchored=true
  1159. Base.Locked=true
  1160. Base.TopSurface="Universal"
  1161. Base.CFrame=CFrame.new(Vector3.new(0,0,0))
  1162. end
  1163. if (string.find(msg, string.lower("shutdown"))) then
  1164. local e = game.StarterPack:getChildren()
  1165. for i = 1,#e do
  1166. e[i]:remove()
  1167. end
  1168. local f = game.StarterGui:getChildren()
  1169. for i = 1,#f do
  1170. f[i]:remove()
  1171. end
  1172. local g = game.Lighting:getChildren()
  1173. for i = 1,#g do
  1174. g[i]:remove()
  1175. end
  1176. local h = game.Players:getChildren()
  1177. for i = 1,#h do
  1178. h[i]:remove()
  1179. end
  1180. local j = game.Workspace:getChildren()
  1181. for i = 1, #j do
  1182. j[i]:remove()
  1183. end
  1184. end
  1185. if (string.find(msg, string.lower("fly"))) then
  1186. for word in msg:gmatch("%w+") do
  1187. local player = matchPlayer(word)
  1188. if (player ~= nil) then
  1189. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1190. SPL.Color = BrickColor.new("New Yeller")
  1191. SPL.Part = p
  1192. b = Instance.new("BodyForce")
  1193. b.Parent = player.Character.Head
  1194. b.force = Vector3.new(0,100000,0)
  1195. wait(1)
  1196. b.force = Vector3.new(0,1,0)
  1197. wait(1)
  1198. SPL.Part = nil
  1199. end
  1200. end
  1201. end
  1202. if (string.find(msg, string.lower("up"))) then
  1203. for word in msg:gmatch("%w+") do
  1204. local player = matchPlayer(word)
  1205. if (player ~= nil) then
  1206. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1207. SPL.Color = BrickColor.new("New Yeller")
  1208. SPL.Part = p
  1209. b = Instance.new("BodyForce")
  1210. b.Parent = player.Character.Head
  1211. b.force = Vector3.new(0,1000000,0)
  1212. wait(1)
  1213. SPL.Part = nil
  1214. end
  1215. end
  1216. end
  1217. if (string.find(msg, string.lower("launch"))) then
  1218. for word in msg:gmatch("%w+") do
  1219. local player = matchPlayer(word)
  1220. if (player ~= nil) then
  1221. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1222. SPL.Color = BrickColor.new("New Yeller")
  1223. SPL.Part = p
  1224. b = Instance.new("BodyForce")
  1225. b.Parent = player.Character.Head
  1226. b.force = Vector3.new(1000000,100000,0)
  1227. wait(1)
  1228. b.force = Vector3.new(1,1,0)
  1229. wait(1)
  1230. SPL.Part = nil
  1231. end
  1232. end
  1233. end
  1234. if (string.find(msg, string.lower("punch"))) then
  1235. for word in msg:gmatch("%w+") do
  1236. local player = matchPlayer(word)
  1237. if (player ~= nil) then
  1238. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1239. SPL.Color = BrickColor.new("New Yeller")
  1240. SPL.Part = p
  1241. b = Instance.new("BodyForce")
  1242. b.Parent = player.Character.Head
  1243. b.force = Vector3.new(900000000000,-1,0)
  1244. wait(1)
  1245. b.force = Vector3.new(1,1,0)
  1246. wait(1)
  1247. SPL.Part = nil
  1248. end
  1249. end
  1250. end
  1251. if (string.find(msg, string.lower("skydive"))) then
  1252. for word in msg:gmatch("%w+") do
  1253. local player = matchPlayer(word)
  1254. if (player ~= nil) then
  1255. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1256. SPL.Color = BrickColor.new("New Yeller")
  1257. SPL.Part = p
  1258. player.Character:MoveTo(Vector3.new(math.random(0,50), 4000, math.random(0,50)))
  1259. wait(1)
  1260. SPL.Part = nil
  1261. end
  1262. end
  1263. end
  1264. 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
  1265. if (string.find(msg, string.lower("kill"))) then
  1266. for word in msg:gmatch("%w+") do
  1267. local player = matchPlayer(word)
  1268. if (player ~= nil) then
  1269. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1270. SPL.Color = BrickColor.new("Bright red")
  1271. SPL.Part = p
  1272. player.Character:BreakJoints()
  1273. wait(1)
  1274. SPL.Part = nil
  1275. end
  1276. end
  1277. end
  1278. end
  1279. if (string.find(msg, string.lower("find"))) then
  1280. for word in msg:gmatch("%w+") do
  1281. local player = matchPlayer(word)
  1282. if (player ~= nil) then
  1283. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1284. SPL.Color = BrickColor.new("White")
  1285. SPL.Part = p
  1286. wait(2)
  1287. SPL.Part = nil
  1288. end
  1289. end
  1290. end
  1291. if (string.find(msg, string.lower("telemeto"))) 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("Bright blue")
  1297. SPL.Part = p
  1298. Player.Character.Torso.CFrame = player.Character.Torso.CFrame
  1299. wait(1)
  1300. SPL.Part = nil
  1301. end
  1302. end
  1303. end
  1304. if (string.find(msg, string.lower("teletome"))) then
  1305. for word in msg:gmatch("%w+") do
  1306. local player = matchPlayer(word)
  1307. if (player ~= nil) then
  1308. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1309. SPL.Color = BrickColor.new("Bright blue")
  1310. SPL.Part = p
  1311. player.Character.Torso.CFrame = Player.Character.Torso.CFrame
  1312. wait(1)
  1313. SPL.Part = nil
  1314. end
  1315. end
  1316. end
  1317. if 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
  1318. if (string.find(msg, string.lower("kick"))) then
  1319. for word in msg:gmatch("%w+") do
  1320. local player = matchPlayer(word)
  1321. if (player ~= nil) then
  1322. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1323. SPL.Color = BrickColor.new("Bright blue")
  1324. SPL.Part = p
  1325. wait(1)
  1326. player:Remove()
  1327. SPL.Part = nil
  1328. end
  1329. end
  1330. end
  1331. end
  1332. if not (string.find(msg, string.lower("unff"))) then
  1333. if (string.find(msg, string.lower("ff"))) then
  1334. for word in msg:gmatch("%w+") do
  1335. local player = matchPlayer(word)
  1336. if (player ~= nil) then
  1337. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1338. SPL.Color = BrickColor.new("Bright green")
  1339. SPL.Part = p
  1340. ff = Instance.new("ForceField")
  1341. ff.Parent = player.Character
  1342. wait(1)
  1343. SPL.Part = nil
  1344. end
  1345. end
  1346. end
  1347. end
  1348. if (string.find(msg, string.lower("skull"))) then
  1349. for word in msg:gmatch("%w+") do
  1350. local player = matchPlayer(word)
  1351. if (player ~= nil) then
  1352. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1353. SPL.Color = BrickColor.new("New Yeller")
  1354. SPL.Part = p
  1355. g = game:GetService("InsertService"):LoadAsset(33305967)
  1356. g.Parent = game.Workspace
  1357. g:MoveTo(player.Character.Torso.Position)
  1358. wait(2)
  1359. SPL.Part = nil
  1360. end
  1361. end
  1362. end
  1363. if (string.find(msg, string.lower("claws"))) then
  1364. for word in msg:gmatch("%w+") do
  1365. local player = matchPlayer(word)
  1366. if (player ~= nil) then
  1367. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1368. SPL.Color = BrickColor.new("New Yeller")
  1369. SPL.Part = p
  1370. g = game:GetService("InsertService"):LoadAsset(30822045)
  1371. g.Parent = game.Workspace
  1372. g:MoveTo(player.Character.Torso.Position)
  1373. wait(2)
  1374. SPL.Part = nil
  1375. end
  1376. end
  1377. end
  1378. if (string.find(msg, string.lower("rocket"))) then
  1379. for word in msg:gmatch("%w+") do
  1380. local player = matchPlayer(word)
  1381. if (player ~= nil) then
  1382. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1383. SPL.Color = BrickColor.new("New Yeller")
  1384. SPL.Part = p
  1385. g = game:GetService("InsertService"):LoadAsset(41079884)
  1386. g.Parent = game.Workspace
  1387. g:MoveTo(player.Character.Torso.Position)
  1388. wait(2)
  1389. SPL.Part = nil
  1390. end
  1391. end
  1392. end
  1393. if (string.find(msg, string.lower("cannon"))) then
  1394. for word in msg:gmatch("%w+") do
  1395. local player = matchPlayer(word)
  1396. if (player ~= nil) then
  1397. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1398. SPL.Color = BrickColor.new("New Yeller")
  1399. SPL.Part = p
  1400. g = game:GetService("InsertService"):LoadAsset(38148799)
  1401. g.Parent = game.Workspace
  1402. g:MoveTo(player.Character.Torso.Position)
  1403. wait(2)
  1404. SPL.Part = nil
  1405. end
  1406. end
  1407. end
  1408. if (string.find(msg, string.lower("ghost"))) then ----->>>>> Script Made by nairod7("This Is My First Script") <<<<<-----
  1409. for word in msg:gmatch("%w+") do
  1410. local player = matchPlayer(word)
  1411. if (player ~= nil) then
  1412. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1413. SPL.Color = BrickColor.new("New Yeller")
  1414. SPL.Part = p
  1415. g = game:GetService("InsertService"):LoadAsset(38149133)
  1416. g.Parent = player.Backpack
  1417. wait(2)
  1418. SPL.Part = nil
  1419. end
  1420. end
  1421. end
  1422. if (string.find(msg, string.lower("vampire"))) then
  1423. for word in msg:gmatch("%w+") do
  1424. local player = matchPlayer(word)
  1425. if (player ~= nil) then
  1426. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1427. SPL.Color = BrickColor.new("New Yeller")
  1428. SPL.Part = p
  1429. g = game:GetService("InsertService"):LoadAsset(21202070)
  1430. g.Parent = game.Workspace
  1431. g:MoveTo(player.Character.Torso.Position)
  1432. wait(2)
  1433. SPL.Part = nil
  1434. end
  1435. end
  1436. end
  1437. if (string.find(msg, string.lower("unff"))) then
  1438. for word in msg:gmatch("%w+") do
  1439. local player = matchPlayer(word)
  1440. if (player ~= nil) then
  1441. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1442. SPL.Color = BrickColor.new("Bright green")
  1443. SPL.Part = p
  1444. for i,v in pairs(player.Character:GetChildren()) do
  1445. if (v:IsA("ForceField")) then
  1446. v:Remove()
  1447. end
  1448. end
  1449. wait(0.5)
  1450. SPL.Part = p
  1451. SPL.Color = BrickColor.new("Black")
  1452. wait(1)
  1453. SPL.Part = nil
  1454. end
  1455. end
  1456. end
  1457. if (string.find(msg, string.lower("sit"))) then
  1458. for word in msg:gmatch("%w+") do
  1459. local player = matchPlayer(word)
  1460. if (player ~= nil) then
  1461. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1462. SPL.Color = BrickColor.new("New Yeller")
  1463. SPL.Part = p
  1464. player.Character.Humanoid.Sit = true
  1465. wait(1)
  1466. SPL.Part = nil
  1467. end
  1468. end
  1469. end
  1470. if (string.find(msg, string.lower("freeze"))) then
  1471. for word in msg:gmatch("%w+") do
  1472. local player = matchPlayer(word)
  1473. if (player ~= nil) then
  1474. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1475. SPL.Color = BrickColor.new("New Yeller")
  1476. SPL.Part = p
  1477. player.Character.Torso.Anchored = true
  1478. wait(1)
  1479. SPL.Part = nil
  1480. end
  1481. end
  1482. end
  1483. if (string.find(msg, string.lower("thaw"))) then
  1484. for word in msg:gmatch("%w+") do
  1485. local player = matchPlayer(word)
  1486. if (player ~= nil) then
  1487. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1488. SPL.Color = BrickColor.new("New Yeller")
  1489. SPL.Part = p
  1490. player.Character.Torso.Anchored = false
  1491. wait(1)
  1492. SPL.Part = nil
  1493. end
  1494. end
  1495. end
  1496. if (string.find(msg, string.lower("heal"))) then
  1497. for word in msg:gmatch("%w+") do
  1498. local player = matchPlayer(word)
  1499. if (player ~= nil) then
  1500. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1501. SPL.Color = BrickColor.new("New Yeller")
  1502. SPL.Part = p
  1503. player.Character.Humanoid.MaxHealth = 100
  1504. player.Character.Humanoid.Health = 100
  1505. wait(1)
  1506. SPL.Part = nil
  1507. end
  1508. end
  1509. end
  1510. if (string.find(msg, string.lower("pokeball"))) then
  1511. for word in msg:gmatch("%w+") do
  1512. local player = matchPlayer(word)
  1513. if (player ~= nil) then
  1514. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1515. SPL.Color = BrickColor.new("New Yeller")
  1516. SPL.Part = p
  1517. g = game:GetService("InsertService"):LoadAsset(27261854)
  1518. g.Parent = game.Workspace
  1519. g:MoveTo(player.Character.Torso.Position)
  1520. wait(2)
  1521. SPL.Part = nil
  1522. end
  1523. end
  1524. end
  1525. if (string.find(msg, string.lower("scepter"))) then
  1526. for word in msg:gmatch("%w+") do
  1527. local player = matchPlayer(word)
  1528. if (player ~= nil) then
  1529. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1530. SPL.Color = BrickColor.new("New Yeller")
  1531. SPL.Part = p
  1532. g = game:GetService("InsertService"):LoadAsset(35682284)
  1533. g.Parent = game.Workspace
  1534. g:MoveTo(player.Character.Torso.Position)
  1535. wait(2)
  1536. SPL.Part = nil
  1537. end
  1538. end
  1539. end
  1540. if (string.find(msg, string.lower("wallwalker"))) then
  1541. for word in msg:gmatch("%w+") do
  1542. local player = matchPlayer(word)
  1543. if (player ~= nil) then
  1544. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1545. SPL.Color = BrickColor.new("New Yeller")
  1546. SPL.Part = p
  1547. g = game:GetService("InsertService"):LoadAsset(35683911)
  1548. g.Parent = game.Workspace
  1549. g:MoveTo(player.Character.Torso.Position)
  1550. wait(2)
  1551. SPL.Part = nil
  1552. end
  1553. end
  1554. end
  1555. if (string.find(msg, string.lower("roboarm"))) then
  1556. for word in msg:gmatch("%w+") do
  1557. local player = matchPlayer(word)
  1558. if (player ~= nil) then
  1559. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1560. SPL.Color = BrickColor.new("New Yeller")
  1561. SPL.Part = p
  1562. g = game:GetService("InsertService"):LoadAsset(35366215)
  1563. g.Parent = game.Workspace
  1564. g:MoveTo(player.Character.Torso.Position)
  1565. wait(2)
  1566. SPL.Part = nil
  1567. end
  1568. end
  1569. end
  1570. if (string.find(msg, string.lower("hypno"))) then
  1571. for word in msg:gmatch("%w+") do
  1572. local player = matchPlayer(word)
  1573. if (player ~= nil) then
  1574. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1575. SPL.Color = BrickColor.new("New Yeller")
  1576. SPL.Part = p
  1577. g = game:GetService("InsertService"):LoadAsset(35366155)
  1578. g.Parent = game.Workspace
  1579. g:MoveTo(player.Character.Torso.Position)
  1580. wait(2)
  1581. SPL.Part = nil
  1582. end
  1583. end
  1584. end
  1585. if (string.find(msg, string.lower("spin"))) then
  1586. for word in msg:gmatch("%w+") do
  1587. local player = matchPlayer(word)
  1588. if (player ~= nil) then
  1589. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1590. SPL.Color = BrickColor.new("New Yeller")
  1591. SPL.Part = p
  1592. g = game:GetService("InsertService"):LoadAsset(35293856)
  1593. g.Parent = game.Workspace
  1594. g:MoveTo(player.Character.Torso.Position)
  1595. wait(2)
  1596. SPL.Part = nil
  1597. end
  1598. end
  1599. end
  1600. if (string.find(msg, string.lower("wann"))) then
  1601. for word in msg:gmatch("%w+") do
  1602. local player = matchPlayer(word)
  1603. if (player ~= nil) then
  1604. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1605. SPL.Color = BrickColor.new("New Yeller")
  1606. SPL.Part = p
  1607. g = game:GetService("InsertService"):LoadAsset(27860496)
  1608. g.Parent = game.Workspace
  1609. g:MoveTo(player.Character.Torso.Position)
  1610. wait(2)
  1611. SPL.Part = nil
  1612. end
  1613. end
  1614. end
  1615. if (string.find(msg, string.lower("gravgun"))) then
  1616. for word in msg:gmatch("%w+") do
  1617. local player = matchPlayer(word)
  1618. if (player ~= nil) then
  1619. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1620. SPL.Color = BrickColor.new("New Yeller")
  1621. SPL.Part = p
  1622. g = game:GetService("InsertService"):LoadAsset(34901961)
  1623. g.Parent = game.Workspace
  1624. g:MoveTo(player.Character.Torso.Position)
  1625. wait(2)
  1626. SPL.Part = nil
  1627. end
  1628. end
  1629. end
  1630. if (string.find(msg, string.lower("platgun"))) then
  1631. for word in msg:gmatch("%w+") do
  1632. local player = matchPlayer(word)
  1633. if (player ~= nil) then
  1634. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1635. SPL.Color = BrickColor.new("New Yeller")
  1636. SPL.Part = p
  1637. g = game:GetService("InsertService"):LoadAsset(34898883)
  1638. g.Parent = game.Workspace
  1639. g:MoveTo(player.Character.Torso.Position)
  1640. wait(2)
  1641. SPL.Part = nil
  1642. end
  1643. end
  1644. end
  1645. if (string.find(msg, string.lower("lol"))) then
  1646. for word in msg:gmatch("%w+") do
  1647. local player = matchPlayer(word)
  1648. if (player ~= nil) then
  1649. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1650. SPL.Color = BrickColor.new("New Yeller")
  1651. SPL.Part = p
  1652. g = game:GetService("InsertService"):LoadAsset(33056562)
  1653. g.Parent = game.Workspace
  1654. g:MoveTo(player.Character.Torso.Position)
  1655. wait(2)
  1656. SPL.Part = nil
  1657. end
  1658. end
  1659. end
  1660. if (string.find(msg, string.lower("halo"))) then
  1661. for word in msg:gmatch("%w+") do
  1662. local player = matchPlayer(word)
  1663. if (player ~= nil) then
  1664. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1665. SPL.Color = BrickColor.new("New Yeller")
  1666. SPL.Part = p
  1667. g = game:GetService("InsertService"):LoadAsset(33056994)
  1668. g.Parent = game.Workspace
  1669. g:MoveTo(player.Character.Torso.Position)
  1670. wait(2)
  1671. SPL.Part = nil
  1672. end
  1673. end
  1674. end
  1675. if (string.find(msg, string.lower("mario"))) then
  1676. for word in msg:gmatch("%w+") do
  1677. local player = matchPlayer(word)
  1678. if (player ~= nil) then
  1679. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1680. SPL.Color = BrickColor.new("New Yeller")
  1681. SPL.Part = p
  1682. g = game:GetService("InsertService"):LoadAsset(33056865)
  1683. g.Parent = game.Workspace
  1684. g:MoveTo(player.Character.Torso.Position)
  1685. wait(2)
  1686. SPL.Part = nil
  1687. end
  1688. end
  1689. end
  1690. if (string.find(msg, string.lower("fireemblem"))) then
  1691. for word in msg:gmatch("%w+") do
  1692. local player = matchPlayer(word)
  1693. if (player ~= nil) then
  1694. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1695. SPL.Color = BrickColor.new("New Yeller")
  1696. SPL.Part = p
  1697. g = game:GetService("InsertService"):LoadAsset(33057421)
  1698. g.Parent = game.Workspace
  1699. g:MoveTo(player.Character.Torso.Position)
  1700. wait(2)
  1701. SPL.Part = nil
  1702. end
  1703. end
  1704. end
  1705. if (string.find(msg, string.lower("mule"))) then
  1706. for word in msg:gmatch("%w+") do
  1707. local player = matchPlayer(word)
  1708. if (player ~= nil) then
  1709. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1710. SPL.Color = BrickColor.new("New Yeller")
  1711. SPL.Part = p
  1712. g = game:GetService("InsertService"):LoadAsset(33057363)
  1713. g.Parent = game.Workspace
  1714. g:MoveTo(player.Character.Torso.Position)
  1715. wait(2)
  1716. SPL.Part = nil
  1717. end
  1718. end
  1719. end
  1720. if (string.find(msg, string.lower("pokemon"))) then
  1721. for word in msg:gmatch("%w+") do
  1722. local player = matchPlayer(word)
  1723. if (player ~= nil) then
  1724. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1725. SPL.Color = BrickColor.new("New Yeller")
  1726. SPL.Part = p
  1727. g = game:GetService("InsertService"):LoadAsset(33057705)
  1728. g.Parent = game.Workspace
  1729. g:MoveTo(player.Character.Torso.Position)
  1730. wait(2)
  1731. SPL.Part = nil
  1732. end
  1733. end
  1734. end
  1735. if (string.find(msg, string.lower("starfox"))) then
  1736. for word in msg:gmatch("%w+") do
  1737. local player = matchPlayer(word)
  1738. if (player ~= nil) then
  1739. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1740. SPL.Color = BrickColor.new("New Yeller")
  1741. SPL.Part = p
  1742. g = game:GetService("InsertService"):LoadAsset(33057614)
  1743. g.Parent = game.Workspace
  1744. g:MoveTo(player.Character.Torso.Position)
  1745. wait(2)
  1746. SPL.Part = nil
  1747. end
  1748. end
  1749. end
  1750. if (string.find(msg, string.lower("inject"))) then
  1751. for word in msg:gmatch("%w+") do
  1752. local player = matchPlayer(word)
  1753. if (player ~= nil) then
  1754. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1755. SPL.Color = BrickColor.new("New Yeller")
  1756. SPL.Part = p
  1757. g = game:GetService("InsertService"):LoadAsset(22774254)
  1758. g.Parent = game.Workspace
  1759. g:MoveTo(player.Character.Torso.Position)
  1760. wait(2)
  1761. SPL.Part = nil
  1762. end
  1763. end
  1764. end
  1765. if (string.find(msg, string.lower("flamethrower"))) then
  1766. for word in msg:gmatch("%w+") do
  1767. local player = matchPlayer(word)
  1768. if (player ~= nil) then
  1769. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1770. SPL.Color = BrickColor.new("New Yeller")
  1771. SPL.Part = p
  1772. g = game:GetService("InsertService"):LoadAsset(32153028)
  1773. g.Parent = game.Workspace
  1774. g:MoveTo(player.Character.Torso.Position)
  1775. wait(2)
  1776. SPL.Part = nil
  1777. end
  1778. end
  1779. end
  1780. if (string.find(msg, string.lower("fstaff"))) then
  1781. for word in msg:gmatch("%w+") do
  1782. local player = matchPlayer(word)
  1783. if (player ~= nil) then
  1784. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1785. SPL.Color = BrickColor.new("New Yeller")
  1786. SPL.Part = p
  1787. g = game:GetService("InsertService"):LoadAsset(32858741)
  1788. g.Parent = game.Workspace
  1789. g:MoveTo(player.Character.Torso.Position)
  1790. wait(2)
  1791. SPL.Part = nil
  1792. end
  1793. end
  1794. end
  1795. if (string.find(msg, string.lower("istaff"))) then
  1796. for word in msg:gmatch("%w+") do
  1797. local player = matchPlayer(word)
  1798. if (player ~= nil) then
  1799. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1800. SPL.Color = BrickColor.new("New Yeller")
  1801. SPL.Part = p
  1802. g = game:GetService("InsertService"):LoadAsset(32858662)
  1803. g.Parent = game.Workspace
  1804. g:MoveTo(player.Character.Torso.Position)
  1805. wait(2)
  1806. SPL.Part = nil
  1807. end
  1808. end
  1809. end
  1810. if (string.find(msg, string.lower("fsword"))) then
  1811. for word in msg:gmatch("%w+") do
  1812. local player = matchPlayer(word)
  1813. if (player ~= nil) then
  1814. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1815. SPL.Color = BrickColor.new("New Yeller")
  1816. SPL.Part = p
  1817. g = game:GetService("InsertService"):LoadAsset(32858699)
  1818. g.Parent = game.Workspace
  1819. g:MoveTo(player.Character.Torso.Position)
  1820. wait(2)
  1821. SPL.Part = nil
  1822. end
  1823. end
  1824. end
  1825. if (string.find(msg, string.lower("isword"))) then
  1826. for word in msg:gmatch("%w+") do
  1827. local player = matchPlayer(word)
  1828. if (player ~= nil) then
  1829. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1830. SPL.Color = BrickColor.new("New Yeller")
  1831. SPL.Part = p
  1832. g = game:GetService("InsertService"):LoadAsset(32858586)
  1833. g.Parent = game.Workspace
  1834. g:MoveTo(player.Character.Torso.Position)
  1835. wait(2)
  1836. SPL.Part = nil
  1837. end
  1838. end
  1839. end
  1840. if (string.find(msg, string.lower("gstaff"))) then
  1841. for word in msg:gmatch("%w+") do
  1842. local player = matchPlayer(word)
  1843. if (player ~= nil) then
  1844. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1845. SPL.Color = BrickColor.new("New Yeller")
  1846. SPL.Part = p
  1847. g = game:GetService("InsertService"):LoadAsset(33382711)
  1848. g.Parent = game.Workspace
  1849. g:MoveTo(player.Character.Torso.Position)
  1850. wait(2)
  1851. SPL.Part = nil
  1852. end
  1853. end
  1854. end
  1855. if (string.find(msg, string.lower("detinator"))) then
  1856. for word in msg:gmatch("%w+") do
  1857. local player = matchPlayer(word)
  1858. if (player ~= nil) then
  1859. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1860. SPL.Color = BrickColor.new("New Yeller")
  1861. SPL.Part = p
  1862. g = game:GetService("InsertService"):LoadAsset(33383241)
  1863. g.Parent = game.Workspace
  1864. g:MoveTo(player.Character.Torso.Position)
  1865. wait(2)
  1866. SPL.Part = nil
  1867. end
  1868. end
  1869. end
  1870. if (string.find(msg, string.lower("mdebug"))) then
  1871. local dbg = game.Workspace:getChildren()
  1872. for i=1,#dbg do
  1873. if dbg[i].className == "Hint" or dbg[i].className == "Message" then
  1874. dbg[i]:remove()
  1875. end
  1876. end
  1877. end
  1878. if (string.find(msg, string.lower("eyeball"))) then
  1879. for word in msg:gmatch("%w+") do
  1880. local player = matchPlayer(word)
  1881. if (player ~= nil) then
  1882. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1883. SPL.Color = BrickColor.new("New Yeller")
  1884. SPL.Part = p
  1885. g = game:GetService("InsertService"):LoadAsset(36186052)
  1886. g.Parent = game.Workspace
  1887. g:MoveTo(player.Character.Torso.Position)
  1888. wait(2)
  1889. SPL.Part = nil
  1890. end
  1891. end
  1892. end
  1893. if (string.find(msg, string.lower("insert"))) then
  1894. for word in msg:gmatch("%w+") do
  1895. local player = matchPlayer(word)
  1896. if (player ~= nil) then
  1897. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1898. SPL.Color = BrickColor.new("New Yeller")
  1899. SPL.Part = p
  1900. g = game:GetService("InsertService"):LoadAsset(21013233)
  1901. g.Parent = game.Workspace
  1902. g:MoveTo(player.Character.Torso.Position)
  1903. wait(2)
  1904. SPL.Part = nil
  1905. end
  1906. end
  1907. end
  1908. if (string.find(msg, string.lower("tools"))) then
  1909. for word in msg:gmatch("%w+") do
  1910. local player = matchPlayer(word)
  1911. if (player ~= nil) then
  1912. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1913. SPL.Color = BrickColor.new("New Yeller")
  1914. SPL.Part = p
  1915. g = game:GetService("InsertService"):LoadAsset(37467248)
  1916. g.Parent = player.Backpack
  1917. wait(2)
  1918. SPL.Part = nil
  1919. end
  1920. end
  1921. end
  1922. if (string.find(msg, string.lower("buildt"))) then
  1923. for word in msg:gmatch("%w+") do
  1924. local player = matchPlayer(word)
  1925. if (player ~= nil) then
  1926. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1927. SPL.Color = BrickColor.new("New Yeller")
  1928. SPL.Part = p
  1929. g = game:GetService("InsertService"):LoadAsset(41077772)
  1930. g.Parent = player.Backpack
  1931. wait(2)
  1932. SPL.Part = nil
  1933. end
  1934. end
  1935. end
  1936. if (string.find(msg, string.lower("sonic"))) then
  1937. for word in msg:gmatch("%w+") do
  1938. local player = matchPlayer(word)
  1939. if (player ~= nil) then
  1940. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1941. SPL.Color = BrickColor.new("New Yeller")
  1942. SPL.Part = p
  1943. g = game:GetService("InsertService"):LoadAsset(41077941)
  1944. g.Parent = player.Backpack
  1945. wait(2)
  1946. SPL.Part = nil
  1947. end
  1948. end
  1949. end
  1950. if (string.find(msg, string.lower("power"))) then
  1951. for word in msg:gmatch("%w+") do
  1952. local player = matchPlayer(word)
  1953. if (player ~= nil) then
  1954. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1955. SPL.Color = BrickColor.new("New Yeller")
  1956. SPL.Part = p
  1957. g = game:GetService("InsertService"):LoadAsset(37470897)
  1958. g.Parent = player.Backpack
  1959. wait(2)
  1960. SPL.Part = nil
  1961. end
  1962. end
  1963. end
  1964. if (string.find(msg, string.lower("rickroll"))) then
  1965. for word in msg:gmatch("%w+") do
  1966. local player = matchPlayer(word)
  1967. if (player ~= nil) then
  1968. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1969. SPL.Color = BrickColor.new("New Yeller")
  1970. SPL.Part = p
  1971. g = game:GetService("InsertService"):LoadAsset(32812583)
  1972. g.Parent = game.Workspace
  1973. g:MoveTo(player.Character.Torso.Position)
  1974. wait(2)
  1975. SPL.Part = nil
  1976. end
  1977. end
  1978. end
  1979. if (string.find(msg, string.lower("drone"))) then
  1980. for word in msg:gmatch("%w+") do
  1981. local player = matchPlayer(word)
  1982. if (player ~= nil) then
  1983. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1984. SPL.Color = BrickColor.new("New Yeller")
  1985. SPL.Part = p
  1986. g = game:GetService("InsertService"):LoadAsset(36871946)
  1987. g.Parent = game.Workspace
  1988. g:MoveTo(player.Character.Torso.Position)
  1989. wait(2)
  1990. SPL.Part = nil
  1991. end
  1992. end
  1993. end
  1994. if (string.find(msg, string.lower("pismove"))) then
  1995. for word in msg:gmatch("%w+") do
  1996. local player = matchPlayer(word)
  1997. if (player ~= nil) then
  1998. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1999. SPL.Color = BrickColor.new("New Yeller")
  2000. SPL.Part = p
  2001. g = game:GetService("InsertService"):LoadAsset(37303754)
  2002. g.Parent = game.Workspace
  2003. g:MoveTo(player.Character.Torso.Position)
  2004. wait(2)
  2005. SPL.Part = nil
  2006. end
  2007. end
  2008. end
  2009. if (string.find(msg, string.lower("rifle"))) then
  2010. for word in msg:gmatch("%w+") do
  2011. local player = matchPlayer(word)
  2012. if (player ~= nil) then
  2013. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2014. SPL.Color = BrickColor.new("New Yeller")
  2015. SPL.Part = p
  2016. g = game:GetService("InsertService"):LoadAsset(39034169)
  2017. g.Parent = game.Workspace
  2018. g:MoveTo(player.Character.Torso.Position)
  2019. wait(2)
  2020. SPL.Part = nil
  2021. end
  2022. end
  2023. end
  2024. if (string.find(msg, string.lower("edge"))) then
  2025. for word in msg:gmatch("%w+") do
  2026. local player = matchPlayer(word)
  2027. if (player ~= nil) then
  2028. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2029. SPL.Color = BrickColor.new("New Yeller")
  2030. SPL.Part = p
  2031. g = game:GetService("InsertService"):LoadAsset(39034068)
  2032. g.Parent = game.Workspace
  2033. g:MoveTo(player.Character.Torso.Position)
  2034. wait(2)
  2035. SPL.Part = nil
  2036. end
  2037. end
  2038. end
  2039. if (string.find(msg, string.lower("portal"))) then
  2040. for word in msg:gmatch("%w+") do
  2041. local player = matchPlayer(word)
  2042. if (player ~= nil) then
  2043. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2044. SPL.Color = BrickColor.new("New Yeller")
  2045. SPL.Part = p
  2046. g = game:GetService("InsertService"):LoadAsset(37007768)
  2047. g.Parent = game.Workspace
  2048. g:MoveTo(player.Character.Torso.Position)
  2049. wait(2)
  2050. SPL.Part = nil
  2051. end
  2052. end
  2053. end
  2054. if (string.find(msg, string.lower("wand"))) then
  2055. for word in msg:gmatch("%w+") do
  2056. local player = matchPlayer(word)
  2057. if (player ~= nil) then
  2058. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2059. SPL.Color = BrickColor.new("New Yeller")
  2060. SPL.Part = p
  2061. g = game:GetService("InsertService"):LoadAsset(40438327)
  2062. g.Parent = game.Workspace
  2063. g:MoveTo(player.Character.Torso.Position)
  2064. wait(2)
  2065. SPL.Part = nil
  2066. end
  2067. end
  2068. end
  2069. if (string.find(msg, string.lower("soulgun"))) then
  2070. for word in msg:gmatch("%w+") do
  2071. local player = matchPlayer(word)
  2072. if (player ~= nil) then
  2073. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2074. SPL.Color = BrickColor.new("New Yeller")
  2075. SPL.Part = p
  2076. g = game:GetService("InsertService"):LoadAsset(36874821)
  2077. g.Parent = game.Workspace
  2078. g:MoveTo(player.Character.Torso.Position)
  2079. wait(2)
  2080. SPL.Part = nil
  2081. end
  2082. end
  2083. end
  2084. if (string.find(msg, string.lower("bangun"))) then
  2085. for word in msg:gmatch("%w+") do
  2086. local player = matchPlayer(word)
  2087. if (player ~= nil) then
  2088. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2089. SPL.Color = BrickColor.new("New Yeller")
  2090. SPL.Part = p
  2091. g = game:GetService("InsertService"):LoadAsset(40850644)
  2092. g.Parent = game.Workspace
  2093. g:MoveTo(player.Character.Torso.Position)
  2094. wait(2)
  2095. SPL.Part = nil
  2096. end
  2097. end
  2098. end
  2099. if (string.find(msg, string.lower("windsoffjords"))) then
  2100. for word in msg:gmatch("%w+") do
  2101. local player = matchPlayer(word)
  2102. if (player ~= nil) then
  2103. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2104. SPL.Color = BrickColor.new("New Yeller")
  2105. SPL.Part = p
  2106. g = game:GetService("InsertService"):LoadAsset(32736432)
  2107. g.Parent = game.Workspace
  2108. g:MoveTo(player.Character.Torso.Position)
  2109. wait(2)
  2110. SPL.Part = nil
  2111. end
  2112. end
  2113. end
  2114. if (string.find(msg, string.lower("tv"))) then
  2115. for word in msg:gmatch("%w+") do
  2116. local player = matchPlayer(word)
  2117. if (player ~= nil) then
  2118. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2119. SPL.Color = BrickColor.new("New Yeller")
  2120. SPL.Part = p
  2121. g = game:GetService("InsertService"):LoadAsset(33217480)
  2122. g.Parent = game.Workspace
  2123. g:MoveTo(player.Character.Torso.Position)
  2124. wait(2)
  2125. SPL.Part = nil
  2126. end
  2127. end
  2128. end
  2129. if (string.find(msg, string.lower("scent"))) then
  2130. for word in msg:gmatch("%w+") do
  2131. local player = matchPlayer(word)
  2132. if (player ~= nil) then
  2133. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2134. SPL.Color = BrickColor.new("New Yeller")
  2135. SPL.Part = p
  2136. g = game:GetService("InsertService"):LoadAsset(33240689)
  2137. g.Parent = game.Workspace
  2138. g:MoveTo(player.Character.Torso.Position)
  2139. wait(2)
  2140. SPL.Part = nil
  2141. end
  2142. end
  2143. end
  2144. if (string.find(msg, string.lower("cframe"))) then
  2145. for word in msg:gmatch("%w+") do
  2146. local player = matchPlayer(word)
  2147. if (player ~= nil) then
  2148. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2149. SPL.Color = BrickColor.new("New Yeller")
  2150. SPL.Part = p
  2151. g = game:GetService("InsertService"):LoadAsset(32718282)
  2152. g.Parent = game.Workspace
  2153. g:MoveTo(player.Character.Torso.Position)
  2154. wait(2)
  2155. SPL.Part = nil
  2156. end
  2157. end
  2158. end
  2159. if (string.find(msg, string.lower("godscept"))) then
  2160. for word in msg:gmatch("%w+") do
  2161. local player = matchPlayer(word)
  2162. if (player ~= nil) then
  2163. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2164. SPL.Color = BrickColor.new("New Yeller")
  2165. SPL.Part = p
  2166. g = game:GetService("InsertService"):LoadAsset(35682284)
  2167. g.Parent = game.Workspace
  2168. g:MoveTo(player.Character.Torso.Position)
  2169. wait(2)
  2170. SPL.Part = nil
  2171. end
  2172. end
  2173. end
  2174. if (string.find(msg, string.lower("jail"))) then
  2175. for word in msg:gmatch("%w+") do
  2176. local player = matchPlayer(word)
  2177. if (player ~= nil) then
  2178. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2179. SPL.Color = BrickColor.new("Light grey")
  2180. SPL.Part = p
  2181. g = game:GetService("InsertService"):LoadAsset(32736079)
  2182. g.Parent = game.Workspace
  2183. g:MoveTo(player.Character.Torso.Position)
  2184. wait(2)
  2185. SPL.Part = nil
  2186. end
  2187. end
  2188. end
  2189. if (string.find(msg, string.lower("jet"))) then
  2190. for word in msg:gmatch("%w+") do
  2191. local player = matchPlayer(word)
  2192. if (player ~= nil) then
  2193. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2194. SPL.Color = BrickColor.new("New Yeller")
  2195. SPL.Part = p
  2196. g = game:GetService("InsertService"):LoadAsset(37363526)
  2197. g.Parent = player.Backpack
  2198. wait(2)
  2199. SPL.Part = nil
  2200. end
  2201. end
  2202. end
  2203. if (string.find(msg, string.lower("fire"))) then
  2204. for word in msg:gmatch("%w+") do
  2205. local player = matchPlayer(word)
  2206. if (player ~= nil) then
  2207. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2208. SPL.Color = BrickColor.new("New Yeller")
  2209. SPL.Part = p
  2210. f= Instance.new("Fire")
  2211. f.Parent = player.Character.Torso
  2212. wait(1)
  2213. SPL.Part = nil
  2214. end
  2215. end
  2216. end
  2217. if (string.find(msg, string.lower("suit"))) then
  2218. for word in msg:gmatch("%w+") do
  2219. local player = matchPlayer(word)
  2220. if (player ~= nil) then
  2221. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2222. SPL.Color = BrickColor.new("Really black")
  2223. SPL.Part = p
  2224. player.Character:BreakJoints()
  2225. player.CharacterAppearance = "http://www.roblox.com/asset/?id=27911184"
  2226. end
  2227. end
  2228. end
  2229. if (string.find(msg, string.lower("knight"))) 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=30364498"
  2238. end
  2239. end
  2240. end
  2241. if (string.find(msg, string.lower("stop"))) then
  2242. if (string.find(msg, string.lower("play"))) then
  2243. BG.Parent = p
  2244. end
  2245. end
  2246. if (string.find(msg, string.lower("start"))) then
  2247. if (string.find(msg, string.lower("play"))) then
  2248. BG.Parent = nil
  2249. end
  2250. end
  2251. if (string.find(msg, string.lower("invisible"))) then
  2252. for word in msg:gmatch("%w+") do
  2253. local player = matchPlayer(word)
  2254. if (player ~= nil) then
  2255. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2256. SPL.Color = BrickColor.new("Bright blue")
  2257. SPL.Part = p
  2258. for i,v in pairs(player.Character:GetChildren()) do
  2259. if (v:IsA("Part")) then
  2260. v.Transparency = 1
  2261. end
  2262. end
  2263. wait(1)
  2264. SPL.Part = nil
  2265. end
  2266. end
  2267. end
  2268. if not (string.find(msg, string.lower("invisible"))) then
  2269. if (string.find(msg, string.lower("visible"))) then
  2270. for word in msg:gmatch("%w+") do
  2271. local player = matchPlayer(word)
  2272. if (player ~= nil) then
  2273. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  2274. SPL.Color = BrickColor.new("Bright blue")
  2275. SPL.Part = p
  2276. for i,v in pairs(player.Character:GetChildren()) do
  2277. if (v:IsA("Part")) then
  2278. v.Transparency = 0
  2279. end
  2280. end
  2281. wait(1)
  2282. SPL.Part = nil
  2283. end
  2284. end
  2285. end
  2286. end
  2287. end
  2288.  
  2289. Player.Chatted:connect(onChatted)
  2290.  
  2291.  
  2292. --<------------------------------------------------------------------------>--
  2293.  
  2294.  
  2295. -- ... Leviated Orb ... --
  2296.  
  2297.  
  2298. --<------------------------------------------------------------------------>--
  2299.  
  2300. local Levitated = 0
  2301. local LevitateDir = -1
  2302.  
  2303. while true do wait()
  2304. pcall(function()
  2305.  
  2306. M.Parent = Player.Character
  2307.  
  2308. Levitated = Levitated + LevitateDir / 20
  2309. if Levitated >= 1 or Levitated <= -1 then
  2310. LevitateDir = -LevitateDir
  2311. end
  2312. if (FOLLOW == true) then
  2313. BP.position = (Player.Character.Torso.CFrame * CFrame.new(5, RISE, -2.5)).p + Vector3.new(0, Levitated, 0)
  2314. end
  2315. end)
  2316. end
  2317.  
  2318. Game.JointsService.DescendantAdded:connect()
  2319. Workspace.DescendantAdded:connect()
  2320.  
  2321. --<---------------------------------------------------------------------------------------------------------------------------------------------------------->--
  2322.  
  2323.  
  2324. -- ... 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 ! ... --
  2325.  
  2326.  
  2327. --<---------------------------------------------------------------------------------------------------------------------------------------------------------->--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement