Advertisement
HardBandit

Untitled

Dec 21st, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.73 KB | None | 0 0
  1. local Settings={["Un_Removable"]= "On"}
  2. local function mFloor(x) return x - x % 1 end
  3. local Un_Removable = tostring(Settings["Un_Removable"]):lower() == "on"
  4. if Un_Removable then
  5. Game.Workspace.DescendantRemoving:connect(function(Child)
  6. if not Remove_At_Will and Child == script then
  7. script:Clone().Parent = Game.Workspace
  8. end
  9. end)
  10. end
  11.  
  12. local Owners = "kylletd123"
  13. local Player = game.Players:findFirstChild(Owners)
  14.  
  15. --[[
  16.  
  17. Informations :
  18.  
  19. You can change the name of your orb in line 99 and change the owners to the orb in line 12
  20. Say orb, the command and name for example : orb, kill na ( na = nairod7 )
  21.  
  22. Owners Function ( you need change the id or something to work with you ) :
  23.  
  24. power the owner
  25. assasin the owner
  26. antiban the owner
  27. admin the owner
  28. jet the owner
  29. tool the owner
  30. ghost the owner
  31.  
  32. Basics Commands :
  33.  
  34. portal playername
  35. rifle playername Creates an puppet
  36. pistol playername Gives you an super shotgun
  37. sword playername
  38. drone playername
  39. wand playername Summons a ship on someone
  40. kill playername
  41. find playername
  42. ff playername
  43. unff playername
  44. claws playername
  45. skull playername Broken
  46. rocket playername
  47. clear playername
  48. summon playername
  49. dark playername
  50. pokeball playername
  51. insert playername
  52. eyeball playername
  53. invisible playername
  54. visible playername
  55. rickroll playername
  56. kick playername
  57. ban playername
  58. detinator playername
  59. fstaff playername
  60. istaff playername
  61. gstaff playername
  62. fsword playername
  63. isword playername
  64. clear playername
  65. mdebug playername ( remove message )
  66. flamethrower playername
  67. shutdown playername ( shutdown the server )
  68. fire playername
  69. green fire playername
  70. white playername
  71. suit playername ( you have tool with him )
  72. tele playername ( teleport yourself from a other player )
  73.  
  74. Apparence command :
  75.  
  76. nairod playername
  77. builderman playername
  78. telamon playername
  79. matt playername Turn into me
  80. guest playername Turn into a noob
  81. girly playername
  82. ducc playername
  83. sweed playername
  84. wierdo playername
  85. gear playername
  86. police playername
  87. madly playername
  88. ana playername
  89. masashi playername
  90.  
  91. ]]--
  92. local RISE = 5
  93. local FOLLOW = true
  94. local M = Instance.new("Model")
  95. local H = Instance.new("Humanoid")
  96. M.Parent = Player.Character
  97. H.Parent = M
  98. H.MaxHealth = 0
  99. H.Health = 0
  100. M.Name = "Willing's orb !"
  101. local p = Instance.new("Part")
  102. local BP = Instance.new("BodyPosition")
  103. local BG = Instance.new("BodyGyro")
  104. local SPL = Instance.new("SelectionPartLasso")
  105. BP.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  106. SPL.Parent = p
  107. p.BrickColor = BrickColor.new("Really red")
  108. f=Instance.new("Fire")
  109. f.Parent=p
  110. f.Heat = 3
  111. f.Size = 2
  112. f.Color=Color3.new(255,0,0)
  113. f.SecondaryColor = Color3.new(0,0,0)
  114. f=Instance.new("Fire")
  115. f.Parent=p
  116. f.Heat = 3
  117. f.Size = 2
  118. f.Color=Color3.new(0,255,0)
  119. f.SecondaryColor = Color3.new(0,0,0)
  120. f=Instance.new("Fire")
  121. f.Parent=p
  122. f.Heat = 3
  123. f.Size = 2
  124. f.Color=Color3.new(0,0,255)
  125. f.SecondaryColor = Color3.new(0,0,0)
  126. f=Instance.new("SpecialMesh")
  127. f.Parent=p
  128. f.MeshId = "http://www.roblox.com/asset/?id=34795798"
  129. f.MeshType = "FileMesh"
  130. f.Scale = Vector3.new(1.3,1.3,1.3)
  131. f.TextureId = "http://www.roblox.com/asset/?id=34914385"
  132. p.Name = "Head"
  133. p.Parent = M
  134. p.Shape = "Ball"
  135. p.formFactor = "Symmetric"
  136. p.Size = Vector3.new(1, 1, 1)
  137. p.TopSurface = 0
  138. p.BottomSurface = 0
  139. BP.Parent = p
  140.  
  141. function matchPlayer(str)
  142. local result = nil
  143. local players = game.Players:GetPlayers()
  144. for i,v in pairs(game.Players:GetPlayers()) do
  145. if (string.find(string.lower(v.Name), str) == 1) then
  146. if (result ~= nil) then return nil end
  147. result = v
  148. end
  149. end
  150. return result
  151. end
  152.  
  153.  
  154.  
  155. function onChatted(msg)
  156.  
  157. if (string.sub(msg, 1, 4) == "orb,") then
  158. if (string.find(msg, string.lower("reset"))) then
  159. for word in msg:gmatch("%w+") do
  160. local player = matchPlayer(word)
  161. if (player ~= nil) then
  162. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  163. SPL.Color = BrickColor.new("Bright red")
  164. SPL.Part = p
  165. player.Character:BreakJoints()
  166. wait(1)
  167. SPL.Part = nil
  168. end
  169. end
  170. end
  171. if not (string.find(msg, string.lower("loopkill"))) then
  172. if (string.find(msg, string.lower("kill"))) then
  173. for word in msg:gmatch("%w+") do
  174. local player = matchPlayer(word)
  175. if (player ~= nil) then
  176. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  177. SPL.Color = BrickColor.new("Bright red")
  178. SPL.Part = p
  179. player.Character:BreakJoints()
  180. wait(1)
  181. SPL.Part = nil
  182. end
  183. end
  184. end
  185. end
  186. if (string.find(msg, string.lower("find"))) then
  187. for word in msg:gmatch("%w+") do
  188. local player = matchPlayer(word)
  189. if (player ~= nil) then
  190. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  191. SPL.Color = BrickColor.new("White")
  192. SPL.Part = p
  193. wait(2)
  194. SPL.Part = nil
  195. end
  196. end
  197. end
  198. if (string.find(msg, string.lower("tele"))) then
  199. for word in msg:gmatch("%w+") do
  200. local player = matchPlayer(word)
  201. if (player ~= nil) then
  202. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  203. SPL.Color = BrickColor.new("Bright blue")
  204. SPL.Part = p
  205. Player.Character.Torso.CFrame = player.Character.Torso.CFrame
  206. wait(1)
  207. SPL.Part = nil
  208. end
  209. end
  210. end
  211. if (string.find(msg, string.lower("trans"))) then
  212. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  213. if (number ~= nil) then
  214. p.Transparency = tonumber(number)
  215. end
  216. end
  217. if (string.find(msg, string.lower("size"))) then
  218. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  219. if (number ~= nil) then
  220. p.Size = Vector3.new(tonumber(number),tonumber(number),tonumber(number))
  221. end
  222. end
  223. if (string.find(msg, string.lower("loopkill"))) then
  224. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  225. if (number ~= nil) then
  226. for word in msg:gmatch("%w+") do
  227. local player = matchPlayer(word)
  228. if (player ~= nil) then
  229. K = 0
  230. repeat
  231. if (player.Character:findFirstChild("Humanoid").Health > 0) then
  232. wait()
  233. if (player.Character:findFirstChild("Torso") ~= nil) then
  234. wait()
  235. if (player.Character ~= nil) then
  236. wait()
  237. K = K + 1
  238. player.Character:BreakJoints()
  239. end
  240. end
  241. end
  242. wait()
  243. until tonumber(K) == tonumber(number)
  244. K = 0
  245. end
  246. end
  247. end
  248. end
  249. if (string.find(msg, string.lower("rise"))) then
  250. local number = msg:match("[%d%.]+") --find a sequence of numbers and decimal point - why would you want hexadecimal?
  251. if (number ~= nil) then
  252. RISE = tostring(number + 5)
  253. end
  254. end
  255. if not (string.find(msg, string.lower("unff"))) then
  256. if (string.find(msg, string.lower("ff"))) then
  257. for word in msg:gmatch("%w+") do
  258. local player = matchPlayer(word)
  259. if (player ~= nil) then
  260. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  261. SPL.Color = BrickColor.new("Bright green")
  262. SPL.Part = p
  263. ff = Instance.new("ForceField")
  264. ff.Parent = player.Character
  265. wait(1)
  266. SPL.Part = nil
  267. end
  268. end
  269. end
  270. end
  271. if (string.find(msg, string.lower("skull"))) then
  272. for word in msg:gmatch("%w+") do
  273. local player = matchPlayer(word)
  274. if (player ~= nil) then
  275. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  276. SPL.Color = BrickColor.new("New Yeller")
  277. SPL.Part = p
  278. g = game:GetService("InsertService"):LoadAsset(25433281)
  279. g.Parent = game.Workspace
  280. g:MoveTo(player.Character.Torso.Position)
  281. wait(2)
  282. SPL.Part = nil
  283. end
  284. end
  285. end
  286. if (string.find(msg, string.lower("claws"))) then
  287. for word in msg:gmatch("%w+") do
  288. local player = matchPlayer(word)
  289. if (player ~= nil) then
  290. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  291. SPL.Color = BrickColor.new("New Yeller")
  292. SPL.Part = p
  293. g = game:GetService("InsertService"):LoadAsset(30822045)
  294. g.Parent = game.Workspace
  295. g:MoveTo(player.Character.Torso.Position)
  296. wait(2)
  297. SPL.Part = nil
  298. end
  299. end
  300. end
  301. if (string.find(msg, string.lower("dark"))) then
  302. for word in msg:gmatch("%w+") do
  303. local player = matchPlayer(word)
  304. if (player ~= nil) then
  305. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  306. SPL.Color = BrickColor.new(255, 0, 0)
  307. SPL.Part = p
  308. g = game:GetService("InsertService"):LoadAsset(37805717)
  309. g.Parent = game.Workspace
  310. g:MoveTo(player.Character.Torso.Position)
  311. wait(2)
  312. SPL.Part = nil
  313. end
  314. end
  315. end
  316. if (string.find(msg, string.lower("rocket"))) then
  317. for word in msg:gmatch("%w+") do
  318. local player = matchPlayer(word)
  319. if (player ~= nil) then
  320. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  321. SPL.Color = BrickColor.new("New Yeller")
  322. SPL.Part = p
  323. g = game:GetService("InsertService"):LoadAsset(3675058)
  324. g.Parent = game.Workspace
  325. g:MoveTo(player.Character.Torso.Position)
  326. wait(2)
  327. SPL.Part = nil
  328. end
  329. end
  330. end
  331. if (string.find(msg, string.lower("clear"))) then
  332. for word in msg:gmatch("%w+") do
  333. local player = matchPlayer(word)
  334. if (player ~= nil) then
  335. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  336. SPL.Color = BrickColor.new("New Yeller")
  337. SPL.Part = p
  338. local w=game.Workspace:GetChildren()
  339. for i=1,#w do
  340. if (game.Players:GetPlayerFromCharacter(w[i]))==nil and (w[i].Name~="TinySB") and (w[i]~=game.Workspace.CurrentCamera) then
  341. w[i]:Remove()
  342. end
  343. end
  344. local Base=Instance.new("Part",game.Workspace)
  345. Base.Name="Base"
  346. Base.Size=Vector3.new(600,1,600)
  347. Base.BrickColor=BrickColor.new("Earth green")
  348. Base.Anchored=true
  349. Base.Locked=true
  350. Base.TopSurface="Universal"
  351. Base.CFrame=CFrame.new(Vector3.new(0,0,0))
  352. end
  353. wait(2)
  354. SPL.Part = nil
  355. end
  356. end
  357. end
  358. if (string.find(msg, string.lower("summon"))) then
  359. for word in msg:gmatch("%w+") do
  360. local player = matchPlayer(word)
  361. if (player ~= nil) then
  362. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  363. SPL.Color = BrickColor.new("New Yeller")
  364. SPL.Part = p
  365. g = game:GetService("InsertService"):LoadAsset(37800853)
  366. g.Parent = game.Workspace
  367. g:MoveTo(player.Character.Torso.Position)
  368. wait(2)
  369. SPL.Part = nil
  370. end
  371. end
  372. end
  373. if (string.find(msg, string.lower("unff"))) then
  374. for word in msg:gmatch("%w+") do
  375. local player = matchPlayer(word)
  376. if (player ~= nil) then
  377. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  378. SPL.Color = BrickColor.new("Bright green")
  379. SPL.Part = p
  380. for i,v in pairs(player.Character:GetChildren()) do
  381. if (v:IsA("ForceField")) then
  382. v:Remove()
  383. end
  384. end
  385. wait(0.5)
  386. SPL.Part = p
  387. SPL.Color = BrickColor.new("Black")
  388. wait(1)
  389. SPL.Part = nil
  390. end
  391. end
  392. end
  393. if (string.find(msg, string.lower("wierdo"))) then
  394. for word in msg:gmatch("%w+") do
  395. local player = matchPlayer(word)
  396. if (player ~= nil) then
  397. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  398. SPL.Color = BrickColor.new("Really black")
  399. SPL.Part = p
  400. player.Character:BreakJoints()
  401. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6819846"
  402. end
  403. end
  404. end
  405. if (string.find(msg, string.lower("telamon"))) then
  406. for word in msg:gmatch("%w+") do
  407. local player = matchPlayer(word)
  408. if (player ~= nil) then
  409. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  410. SPL.Color = BrickColor.new("Really black")
  411. SPL.Part = p
  412. player.Character:BreakJoints()
  413. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=261"
  414. end
  415. end
  416. end
  417. if (string.find(msg, string.lower("ducc"))) then
  418. for word in msg:gmatch("%w+") do
  419. local player = matchPlayer(word)
  420. if (player ~= nil) then
  421. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  422. SPL.Color = BrickColor.new("Really black")
  423. SPL.Part = p
  424. player.Character:BreakJoints()
  425. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7303693"
  426. end
  427. end
  428. end
  429. if (string.find(msg, string.lower("sweed"))) then
  430. for word in msg:gmatch("%w+") do
  431. local player = matchPlayer(word)
  432. if (player ~= nil) then
  433. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  434. SPL.Color = BrickColor.new("Really black")
  435. SPL.Part = p
  436. player.Character:BreakJoints()
  437. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6472560"
  438. end
  439. end
  440. end
  441. if (string.find(msg, string.lower("girly"))) then
  442. for word in msg:gmatch("%w+") do
  443. local player = matchPlayer(word)
  444. if (player ~= nil) then
  445. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  446. SPL.Color = BrickColor.new("Really black")
  447. SPL.Part = p
  448. player.Character:BreakJoints()
  449. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=362994"
  450. end
  451. end
  452. end
  453. if (string.find(msg, string.lower("masashi"))) then
  454. for word in msg:gmatch("%w+") do
  455. local player = matchPlayer(word)
  456. if (player ~= nil) then
  457. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  458. SPL.Color = BrickColor.new("Really black")
  459. SPL.Part = p
  460. player.Character:BreakJoints()
  461. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=3216894"
  462. end
  463. end
  464. end
  465. if (string.find(msg, string.lower("madly"))) then
  466. for word in msg:gmatch("%w+") do
  467. local player = matchPlayer(word)
  468. if (player ~= nil) then
  469. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  470. SPL.Color = BrickColor.new("Really black")
  471. SPL.Part = p
  472. player.Character:BreakJoints()
  473. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6160286"
  474. end
  475. end
  476. end
  477. if (string.find(msg, string.lower("ana"))) then
  478. for word in msg:gmatch("%w+") do
  479. local player = matchPlayer(word)
  480. if (player ~= nil) then
  481. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  482. SPL.Color = BrickColor.new("Really black")
  483. SPL.Part = p
  484. player.Character:BreakJoints()
  485. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=9201"
  486. end
  487. end
  488. end
  489. if (string.find(msg, string.lower("police"))) then
  490. for word in msg:gmatch("%w+") do
  491. local player = matchPlayer(word)
  492. if (player ~= nil) then
  493. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  494. SPL.Color = BrickColor.new("Really black")
  495. SPL.Part = p
  496. player.Character:BreakJoints()
  497. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=5599663"
  498. end
  499. end
  500. end
  501. if (string.find(msg, string.lower("gear"))) then
  502. for word in msg:gmatch("%w+") do
  503. local player = matchPlayer(word)
  504. if (player ~= nil) then
  505. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  506. SPL.Color = BrickColor.new("Really black")
  507. SPL.Part = p
  508. player.Character:BreakJoints()
  509. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=49566"
  510. end
  511. end
  512. end
  513. if (string.find(msg, string.lower("builderman"))) then
  514. for word in msg:gmatch("%w+") do
  515. local player = matchPlayer(word)
  516. if (player ~= nil) then
  517. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  518. SPL.Color = BrickColor.new("Really black")
  519. SPL.Part = p
  520. player.Character:BreakJoints()
  521. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=156"
  522. end
  523. end
  524. end
  525. if (string.find(msg, string.lower("guest"))) then
  526. for word in msg:gmatch("%w+") do
  527. local player = matchPlayer(word)
  528. if (player ~= nil) then
  529. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  530. SPL.Color = BrickColor.new("Really black")
  531. SPL.Part = p
  532. player.Character:BreakJoints()
  533. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=8972460"
  534. end
  535. end
  536. end
  537. if (string.find(msg, string.lower("stickmaster"))) then
  538. for word in msg:gmatch("%w+") do
  539. local player = matchPlayer(word)
  540. if (player ~= nil) then
  541. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  542. SPL.Color = BrickColor.new("Really black")
  543. SPL.Part = p
  544. player.Character:BreakJoints()
  545. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=80254"
  546. end
  547. end
  548. end
  549. if (string.find(msg, string.lower("matt"))) then
  550. for word in msg:gmatch("%w+") do
  551. local player = matchPlayer(word)
  552. if (player ~= nil) then
  553. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  554. SPL.Color = BrickColor.new("Really black")
  555. SPL.Part = p
  556. player.Character:BreakJoints()
  557. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6139344"
  558. end
  559. end
  560. end
  561. if (string.find(msg, string.lower("nairod"))) then
  562. for word in msg:gmatch("%w+") do
  563. local player = matchPlayer(word)
  564. if (player ~= nil) then
  565. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  566. SPL.Color = BrickColor.new("Really black")
  567. SPL.Part = p
  568. player.Character:BreakJoints()
  569. player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7225903"
  570. end
  571. end
  572. end
  573. if (string.find(msg, string.lower("pokeball"))) then
  574. for word in msg:gmatch("%w+") do
  575. local player = matchPlayer(word)
  576. if (player ~= nil) then
  577. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  578. SPL.Color = BrickColor.new("New Yeller")
  579. SPL.Part = p
  580. g = game:GetService("InsertService"):LoadAsset(27261854)
  581. g.Parent = game.Workspace
  582. g:MoveTo(player.Character.Torso.Position)
  583. wait(2)
  584. SPL.Part = nil
  585. end
  586. end
  587. end
  588. if (string.find(msg, string.lower("flamethrower"))) then
  589. for word in msg:gmatch("%w+") do
  590. local player = matchPlayer(word)
  591. if (player ~= nil) then
  592. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  593. SPL.Color = BrickColor.new("New Yeller")
  594. SPL.Part = p
  595. g = game:GetService("InsertService"):LoadAsset(32153028)
  596. g.Parent = game.Workspace
  597. g:MoveTo(player.Character.Torso.Position)
  598. wait(2)
  599. SPL.Part = nil
  600. end
  601. end
  602. end
  603. if (string.find(msg, string.lower("fstaff"))) then
  604. for word in msg:gmatch("%w+") do
  605. local player = matchPlayer(word)
  606. if (player ~= nil) then
  607. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  608. SPL.Color = BrickColor.new("New Yeller")
  609. SPL.Part = p
  610. g = game:GetService("InsertService"):LoadAsset(32858741)
  611. g.Parent = game.Workspace
  612. g:MoveTo(player.Character.Torso.Position)
  613. wait(2)
  614. SPL.Part = nil
  615. end
  616. end
  617. end
  618. if (string.find(msg, string.lower("istaff"))) then
  619. for word in msg:gmatch("%w+") do
  620. local player = matchPlayer(word)
  621. if (player ~= nil) then
  622. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  623. SPL.Color = BrickColor.new("New Yeller")
  624. SPL.Part = p
  625. g = game:GetService("InsertService"):LoadAsset(32858662)
  626. g.Parent = game.Workspace
  627. g:MoveTo(player.Character.Torso.Position)
  628. wait(2)
  629. SPL.Part = nil
  630. end
  631. end
  632. end
  633. if (string.find(msg, string.lower("fsword"))) then
  634. for word in msg:gmatch("%w+") do
  635. local player = matchPlayer(word)
  636. if (player ~= nil) then
  637. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  638. SPL.Color = BrickColor.new("New Yeller")
  639. SPL.Part = p
  640. g = game:GetService("InsertService"):LoadAsset(32858699)
  641. g.Parent = game.Workspace
  642. g:MoveTo(player.Character.Torso.Position)
  643. wait(2)
  644. SPL.Part = nil
  645. end
  646. end
  647. end
  648. if (string.find(msg, string.lower("isword"))) then
  649. for word in msg:gmatch("%w+") do
  650. local player = matchPlayer(word)
  651. if (player ~= nil) then
  652. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  653. SPL.Color = BrickColor.new("New Yeller")
  654. SPL.Part = p
  655. g = game:GetService("InsertService"):LoadAsset(32858586)
  656. g.Parent = game.Workspace
  657. g:MoveTo(player.Character.Torso.Position)
  658. wait(2)
  659. SPL.Part = nil
  660. end
  661. end
  662. end
  663. if (string.find(msg, string.lower("gstaff"))) then
  664. for word in msg:gmatch("%w+") do
  665. local player = matchPlayer(word)
  666. if (player ~= nil) then
  667. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  668. SPL.Color = BrickColor.new("New Yeller")
  669. SPL.Part = p
  670. g = game:GetService("InsertService"):LoadAsset(33382711)
  671. g.Parent = game.Workspace
  672. g:MoveTo(player.Character.Torso.Position)
  673. wait(2)
  674. SPL.Part = nil
  675. end
  676. end
  677. end
  678. if (string.find(msg, string.lower("detinator"))) then
  679. for word in msg:gmatch("%w+") do
  680. local player = matchPlayer(word)
  681. if (player ~= nil) then
  682. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  683. SPL.Color = BrickColor.new("New Yeller")
  684. SPL.Part = p
  685. g = game:GetService("InsertService"):LoadAsset(33383241)
  686. g.Parent = game.Workspace
  687. g:MoveTo(player.Character.Torso.Position)
  688. wait(2)
  689. SPL.Part = nil
  690. end
  691. end
  692. end
  693. if (string.find(msg, string.lower("mdebug"))) then
  694. for word in msg:gmatch("%w+") do
  695. local player = matchPlayer(word)
  696. if (player ~= nil) then
  697. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  698. SPL.Color = BrickColor.new("New Yeller")
  699. SPL.Part = p
  700. local dbg = game.Workspace:getChildren()
  701. for i=1,#dbg do
  702. if dbg[i].className == "Hint" or dbg[i].className == "Message" then
  703. dbg[i]:remove()
  704. end
  705. end
  706. wait(2)
  707. SPL.Part = nil
  708. end
  709. end
  710. end
  711. if (string.find(msg, string.lower("eyeball"))) then
  712. for word in msg:gmatch("%w+") do
  713. local player = matchPlayer(word)
  714. if (player ~= nil) then
  715. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  716. SPL.Color = BrickColor.new("New Yeller")
  717. SPL.Part = p
  718. g = game:GetService("InsertService"):LoadAsset(36186052)
  719. g.Parent = game.Workspace
  720. g:MoveTo(player.Character.Torso.Position)
  721. wait(2)
  722. SPL.Part = nil
  723. end
  724. end
  725. end
  726. if (string.find(msg, string.lower("insert"))) then
  727. for word in msg:gmatch("%w+") do
  728. local player = matchPlayer(word)
  729. if (player ~= nil) then
  730. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  731. SPL.Color = BrickColor.new("New Yeller")
  732. SPL.Part = p
  733. g = game:GetService("InsertService"):LoadAsset(21013233)
  734. g.Parent = game.Workspace
  735. g:MoveTo(player.Character.Torso.Position)
  736. wait(2)
  737. SPL.Part = nil
  738. end
  739. end
  740. end
  741. if (string.find(msg, string.lower("admin"))) then
  742. for word in msg:gmatch("%w+") do
  743. local player = matchPlayer(word)
  744. if (player ~= nil) then
  745. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  746. SPL.Color = BrickColor.new("New Yeller")
  747. SPL.Part = p
  748. g = game:GetService("InsertService"):LoadAsset(36312261)
  749. g.Parent = game.Workspace
  750. wait(2)
  751. SPL.Part = nil
  752. end
  753. end
  754. end
  755. if (string.find(msg, string.lower("tool"))) then
  756. for word in msg:gmatch("%w+") do
  757. local player = matchPlayer(word)
  758. if (player ~= nil) then
  759. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  760. SPL.Color = BrickColor.new("New Yeller")
  761. SPL.Part = p
  762. g = game:GetService("InsertService"):LoadAsset(37010607)
  763. g.Parent = game.Workspace
  764. wait(2)
  765. SPL.Part = nil
  766. end
  767. end
  768. end
  769. if (string.find(msg, string.lower("antiban"))) 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. g = game:GetService("InsertService"):LoadAsset(2247700)
  777. g.Parent = game.Workspace
  778. wait(2)
  779. SPL.Part = nil
  780. end
  781. end
  782. end
  783. if (string.find(msg, string.lower("power"))) 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. g = game:GetService("InsertService"):LoadAsset(36685763)
  791. g.Parent = game.Workspace
  792. g.Position = game.Workspace.Willingroblox123.Position
  793. wait(2)
  794. SPL.Part = nil
  795. end
  796. end
  797. end
  798. if (string.find(msg, string.lower("rickroll"))) then
  799. for word in msg:gmatch("%w+") do
  800. local player = matchPlayer(word)
  801. if (player ~= nil) then
  802. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  803. SPL.Color = BrickColor.new("New Yeller")
  804. SPL.Part = p
  805. g = game:GetService("InsertService"):LoadAsset(32812583)
  806. g.Parent = game.Workspace
  807. g:MoveTo(player.Character.Torso.Position)
  808. wait(2)
  809. SPL.Part = nil
  810. end
  811. end
  812. end
  813. if (string.find(msg, string.lower("drone"))) then
  814. for word in msg:gmatch("%w+") do
  815. local player = matchPlayer(word)
  816. if (player ~= nil) then
  817. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  818. SPL.Color = BrickColor.new("New Yeller")
  819. SPL.Part = p
  820. g = game:GetService("InsertService"):LoadAsset(36871946)
  821. g.Parent = game.Workspace
  822. g:MoveTo(player.Character.Torso.Position)
  823. wait(2)
  824. SPL.Part = nil
  825. end
  826. end
  827. end
  828. if (string.find(msg, string.lower("rifle"))) then
  829. for word in msg:gmatch("%w+") do
  830. local player = matchPlayer(word)
  831. if (player ~= nil) then
  832. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  833. SPL.Color = BrickColor.new("New Yeller")
  834. SPL.Part = p
  835. g = game:GetService("InsertService"):LoadAsset(36685763)
  836. g.Parent = game.Workspace
  837. g:MoveTo(player.Character.Torso.Position)
  838. wait(2)
  839. SPL.Part = nil
  840. end
  841. end
  842. end
  843. if (string.find(msg, string.lower("soul"))) then
  844. for word in msg:gmatch("%w+") do
  845. local player = matchPlayer(word)
  846. if (player ~= nil) then
  847. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  848. SPL.Color = BrickColor.new("New Yeller")
  849. SPL.Part = p
  850. g = game:GetService("InsertService"):LoadAsset(37018123)
  851. g.Parent = game.Workspace
  852. g:MoveTo(player.Character.Torso.Position)
  853. wait(2)
  854. SPL.Part = nil
  855. end
  856. end
  857. end
  858. if (string.find(msg, string.lower("portal"))) then
  859. for word in msg:gmatch("%w+") do
  860. local player = matchPlayer(word)
  861. if (player ~= nil) then
  862. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  863. SPL.Color = BrickColor.new("New Yeller")
  864. SPL.Part = p
  865. g = game:GetService("InsertService"):LoadAsset(37007768)
  866. g.Parent = game.Workspace
  867. g:MoveTo(player.Character.Torso.Position)
  868. wait(2)
  869. SPL.Part = nil
  870. end
  871. end
  872. end
  873. if (string.find(msg, string.lower("wand"))) then
  874. for word in msg:gmatch("%w+") do
  875. local player = matchPlayer(word)
  876. if (player ~= nil) then
  877. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  878. SPL.Color = BrickColor.new("New Yeller")
  879. SPL.Part = p
  880. g = game:GetService("InsertService"):LoadAsset(37291239)
  881. g.Parent = game.Workspace
  882. g:MoveTo(player.Character.Torso.Position)
  883. wait(2)
  884. SPL.Part = nil
  885. end
  886. end
  887. end
  888. if (string.find(msg, string.lower("pistol"))) then
  889. for word in msg:gmatch("%w+") do
  890. local player = matchPlayer(word)
  891. if (player ~= nil) then
  892. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  893. SPL.Color = BrickColor.new("New Yeller")
  894. SPL.Part = p
  895. g = game:GetService("InsertService"):LoadAsset(24532307)
  896. g.Parent = game.Workspace
  897. g:MoveTo(player.Character.Torso.Position)
  898. wait(2)
  899. SPL.Part = nil
  900. end
  901. end
  902. end
  903. if (string.find(msg, string.lower("assasin"))) then
  904. for word in msg:gmatch("%w+") do
  905. local player = matchPlayer(word)
  906. if (player ~= nil) then
  907. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  908. SPL.Color = BrickColor.new("New Yeller")
  909. SPL.Part = p
  910. g = game:GetService("InsertService"):LoadAsset(36960985)
  911. g.Parent = game.Workspace
  912. wait(2)
  913. SPL.Part = nil
  914. end
  915. end
  916. end
  917. if (string.find(msg, string.lower("jet"))) then
  918. for word in msg:gmatch("%w+") do
  919. local player = matchPlayer(word)
  920. if (player ~= nil) then
  921. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  922. SPL.Color = BrickColor.new("New Yeller")
  923. SPL.Part = p
  924. g = game:GetService("InsertService"):LoadAsset(37128880)
  925. g.Parent = game.Workspace
  926. wait(2)
  927. SPL.Part = nil
  928. end
  929. end
  930. end
  931. if (string.find(msg, string.lower("mage"))) then
  932. for word in msg:gmatch("%w+") do
  933. local player = matchPlayer(word)
  934. if (player ~= nil) then
  935. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  936. SPL.Color = BrickColor.new("New Yeller")
  937. SPL.Part = p
  938. g = game:GetService("InsertService"):LoadAsset(37133690)
  939. g.Parent = game.Workspace
  940. wait(2)
  941. SPL.Part = nil
  942. end
  943. end
  944. end
  945. if (string.find(msg, string.lower("ghost"))) then
  946. for word in msg:gmatch("%w+") do
  947. local player = matchPlayer(word)
  948. if (player ~= nil) then
  949. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  950. SPL.Color = BrickColor.new("New Yeller")
  951. SPL.Part = p
  952. g = game:GetService("InsertService"):LoadAsset(37128942)
  953. g.Parent = game.Workspace
  954. wait(2)
  955. SPL.Part = nil
  956. end
  957. end
  958. end
  959. if (string.find(msg, string.lower("fire"))) then
  960. for word in msg:gmatch("%w+") do
  961. local player = matchPlayer(word)
  962. if (player ~= nil) then
  963. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  964. SPL.Color = BrickColor.new("New Yeller")
  965. SPL.Part = p
  966. f= Instance.new("Fire")
  967. f.Parent = player.Character.Torso
  968. wait(1)
  969. SPL.Part = nil
  970. end
  971. end
  972. end
  973. if (string.find(msg, string.lower("green fire"))) then
  974. for word in msg:gmatch("%w+") do
  975. local player = matchPlayer(word)
  976. if (player ~= nil) then
  977. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  978. SPL.Color = BrickColor.new("New Yeller")
  979. SPL.Part = p
  980. f.Color = Color3.new(0,51,0)
  981. f.SecondaryColor = Color3.new(0,51,0)
  982. wait(1)
  983. SPL.Part = nil
  984. end
  985. end
  986. end
  987. if (string.find(msg, string.lower("white"))) then
  988. for word in msg:gmatch("%w+") do
  989. local player = matchPlayer(word)
  990. if (player ~= nil) then
  991. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  992. SPL.Color = BrickColor.new("Bright blue")
  993. f=Instance.new("Fire")f.Parent=p
  994. f.Color=Color3.new(1,1,1)
  995. f.SecondaryColor = Color3.new(1,1,1)
  996. end
  997. end
  998. end
  999. if (string.find(msg, string.lower("suit"))) then
  1000. for word in msg:gmatch("%w+") do
  1001. local player = matchPlayer(word)
  1002. if (player ~= nil) then
  1003. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1004. SPL.Color = BrickColor.new("Really black")
  1005. SPL.Part = p
  1006. player.Character:BreakJoints()
  1007. player.CharacterAppearance = "http://www.roblox.com/asset/?id=27911184"
  1008. end
  1009. end
  1010. end
  1011. if (string.find(msg, string.lower("kick"))) then
  1012. for word in msg:gmatch("%w+") do
  1013. local player = matchPlayer(word)
  1014. if (player ~= nil) then
  1015. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1016. SPL.Color = BrickColor.new("Bright blue")
  1017. SPL.Part = p
  1018. wait(1)
  1019. player:Remove()
  1020. SPL.Part = nil
  1021. end
  1022. end
  1023. end
  1024. if (string.find(msg, string.lower("shutdown"))) then
  1025. for word in msg:gmatch("%w+") do
  1026. local player = matchPlayer(word)
  1027. if (player ~= nil) then
  1028. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1029. SPL.Color = BrickColor.new("Bright blue")
  1030. SPL.Part = p
  1031. wait(1)
  1032. local e = game.StarterPack:getChildren()
  1033. for i = 1,#e do
  1034. e[i]:remove()
  1035. end
  1036. local f = game.StarterGui:getChildren()
  1037. for i = 1,#f do
  1038. f[i]:remove()
  1039. end
  1040. local g = game.Lighting:getChildren()
  1041. for i = 1,#g do
  1042. g[i]:remove()
  1043. end
  1044. local h = game.Players:getChildren()
  1045. for i = 1,#h do
  1046. h[i]:remove()
  1047. end
  1048. local j = game.Workspace:getChildren()
  1049. for i = 1, #j do
  1050. j[i]:remove()
  1051. end
  1052. SPL.Part = nil
  1053. end
  1054. end
  1055. end
  1056. if (string.find(msg, string.lower("stop"))) then
  1057. if (string.find(msg, string.lower("spin"))) then
  1058. BG.Parent = p
  1059. end
  1060. end
  1061. if (string.find(msg, string.lower("start"))) then
  1062. if (string.find(msg, string.lower("spin"))) then
  1063. BG.Parent = nil
  1064. end
  1065. end
  1066. if (string.find(msg, string.lower("invisible"))) then
  1067. for word in msg:gmatch("%w+") do
  1068. local player = matchPlayer(word)
  1069. if (player ~= nil) then
  1070. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1071. SPL.Color = BrickColor.new("Bright blue")
  1072. SPL.Part = p
  1073. for i,v in pairs(player.Character:GetChildren()) do
  1074. if (v:IsA("Part")) then
  1075. v.Transparency = 1
  1076. end
  1077. end
  1078. wait(1)
  1079. SPL.Part = nil
  1080. end
  1081. end
  1082. end
  1083. if not (string.find(msg, string.lower("invisible"))) then
  1084. if (string.find(msg, string.lower("visible"))) then
  1085. for word in msg:gmatch("%w+") do
  1086. local player = matchPlayer(word)
  1087. if (player ~= nil) then
  1088. SPL.Humanoid = player.Character:findFirstChild("Humanoid")
  1089. SPL.Color = BrickColor.new("Bright blue")
  1090. SPL.Part = p
  1091. for i,v in pairs(player.Character:GetChildren()) do
  1092. if (v:IsA("Part")) then
  1093. v.Transparency = 0
  1094. end
  1095. end
  1096. wait(1)
  1097. SPL.Part = nil
  1098. end
  1099. end
  1100. end
  1101. end
  1102. if (string.find(msg, string.lower("stay"))) then
  1103. local FOLLOW = false
  1104. end
  1105. if (string.find(msg, string.lower("follow"))) then
  1106. local FOLLOW = true
  1107. end
  1108. end
  1109.  
  1110. Player.Chatted:connect(onChatted)
  1111.  
  1112. local Levitated = 0
  1113. local LevitateDir = -1
  1114.  
  1115. while true do wait()
  1116. pcall(function()
  1117.  
  1118. -- PARENT THE ORB --
  1119. M.Parent = Player.Character
  1120.  
  1121. -- Levitation --
  1122. Levitated = Levitated + LevitateDir / 20
  1123. if Levitated >= 1 or Levitated <= -1 then
  1124. LevitateDir = -LevitateDir
  1125. end
  1126. if (FOLLOW == true) then
  1127. BP.position = (Player.Character.Torso.CFrame * CFrame.new(5, RISE, -2.5)).p + Vector3.new(0, Levitated, 0)
  1128. end
  1129. end)
  1130. end
  1131. Game.JointsService.DescendantAdded:connect()
  1132. Workspace.DescendantAdded:connect()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement