Advertisement
HardBandit

Untitled

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