Advertisement
astronaut32

drone

Sep 7th, 2015
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.52 KB | None | 0 0
  1. -- DEVEXDRONE VERSION 5 --
  2.  
  3.  
  4.  
  5. User = "PabloRV"
  6.  
  7.  
  8.  
  9.  
  10. if script.Parent.className ~= "HopperBin" then
  11. User2 = game.Players:FindFirstChild(User)
  12. hop = Instance.new("HopperBin")
  13. hop.Parent = User2.Backpack
  14. hop.Name = "UltimateTool"
  15. hop.TextureId = "http://www.roblox.com/asset/?id=31905069"
  16. wait()
  17. script.Parent = hop
  18. wait()
  19. end
  20.  
  21.  
  22.  
  23.  
  24.  
  25. selection = "Nothing"
  26.  
  27. debuggeriscool = false
  28. debuggerislame = false
  29.  
  30.  
  31.  
  32. function onGui()
  33. if script.Parent.Parent.Parent.className == "Player" then
  34. a = script.Parent.Parent.Parent
  35. dronenamelol = a.Name .. "'s Drone"
  36. dronelol = game.Workspace:FindFirstChild(dronenamelol)
  37. lassolol = a.Name .. "'s Lasso"
  38. if a.PlayerGui:FindFirstChild("DroneGui") == nil then
  39. Gui1 = Instance.new("ScreenGui")
  40. Gui1.Parent = a.PlayerGui
  41. Gui1.Name = "DroneGui"
  42. wait()
  43. Gui2 = Instance.new("Frame")
  44. Gui2.Parent = Gui1
  45. Gui2.Name = "Cool"
  46. Gui2.BorderColor3 = Color3.new(1, 1, 1)
  47. Gui2.BackgroundColor3 = Color3.new(0, 0, 0)
  48. Gui2.Position = UDim2.new(0, 0, 0, -20)
  49. Gui2.Size = UDim2.new(0, 500, 0, 20)
  50.  
  51. Gui3 = Instance.new("TextBox")
  52. Gui3.Parent = Gui1
  53. Gui3.Name = "CommandBar"
  54. Gui3.BorderColor3 = Color3.new(1, 1, 1)
  55. Gui3.BackgroundColor3 = Color3.new(0.3, 0.3, 0.3)
  56. Gui3.Position = UDim2.new(0, 0, 0.9, 0)
  57. Gui3.Size = UDim2.new(0, 400, 0, 30)
  58. Gui3.TextColor3 = Color3.new(1, 1, 1)
  59. Gui3.Text = "Command Bar"
  60.  
  61. Gui4 = Instance.new("TextButton")
  62. Gui4.Parent = Gui1
  63. Gui4.Name = "Help"
  64. Gui4.BorderColor3 = Color3.new(1, 1, 1)
  65. Gui4.BackgroundColor3 = Color3.new(0.3, 0.3, 0.3)
  66. Gui4.Position = UDim2.new(0, 440, 0.9, 0)
  67. Gui4.Size = UDim2.new(0, 40, 0, 30)
  68. Gui4.TextColor3 = Color3.new(1, 1, 1)
  69. Gui4.Text = "Help"
  70.  
  71. Gui5 = Instance.new("TextButton")
  72. Gui5.Parent = Gui1
  73. Gui5.Name = "Activate"
  74. Gui5.BorderColor3 = Color3.new(1, 1, 1)
  75. Gui5.BackgroundColor3 = Color3.new(0.3, 0.3, 0.3)
  76. Gui5.Position = UDim2.new(0, 400, 0.9, 0)
  77. Gui5.Size = UDim2.new(0, 40, 0, 30)
  78. Gui5.TextColor3 = Color3.new(1, 1, 1)
  79. Gui5.Text = "Activate"
  80. end
  81. end
  82. end
  83.  
  84.  
  85.  
  86. function onActivated()
  87. a = script.Parent.Parent.Parent
  88. if a.PlayerGui:FindFirstChild("DroneGui") ~= nil then
  89. if a.PlayerGui.DroneGui:FindFirstChild("Activate") ~= nil then
  90. if a.PlayerGui.DroneGui:FindFirstChild("CommandBar") ~= nil then
  91.  
  92.  
  93.  
  94. if a.PlayerGui.DroneGui.CommandBar.Text == "kill others" then
  95. selection = "Nothing"
  96. game.Workspace:BreakJoints()
  97.  
  98. elseif a.PlayerGui.DroneGui.CommandBar.Text == "day"then
  99. selection = "Nothing"
  100. game.Lighting.TimeOfDay = "12:00:00"
  101.  
  102.  
  103. elseif a.PlayerGui.DroneGui.CommandBar.Text == "kill ray" then
  104. selection = "Kill"
  105.  
  106.  
  107. elseif a.PlayerGui.DroneGui.CommandBar.Text == "moustache ray" then
  108. selection = "Moustache"
  109.  
  110.  
  111. elseif a.PlayerGui.DroneGui.CommandBar.Text == "corrode ray" then
  112. selection = "CorrodeRay"
  113.  
  114.  
  115. elseif a.PlayerGui.DroneGui.CommandBar.Text == "wood ray" then
  116. selection = "WoodRay"
  117.  
  118.  
  119. elseif a.PlayerGui.DroneGui.CommandBar.Text == "grass ray" then
  120. selection = "GrassRay"
  121.  
  122.  
  123. elseif a.PlayerGui.DroneGui.CommandBar.Text == "shaggy hair ray" then
  124. selection = "HairRay"
  125.  
  126.  
  127. elseif a.PlayerGui.DroneGui.CommandBar.Text == "glass ray" then
  128. selection = "GlassRay"
  129.  
  130.  
  131. elseif a.PlayerGui.DroneGui.CommandBar.Text == "pri on" then
  132. primode = "On"
  133.  
  134.  
  135. elseif a.PlayerGui.DroneGui.CommandBar.Text == "pri off" then
  136. primode = "Off"
  137.  
  138.  
  139. elseif a.PlayerGui.DroneGui.CommandBar.Text == "reverse gravity ray" then
  140. selection = "Degravitise"
  141.  
  142.  
  143. elseif a.PlayerGui.DroneGui.CommandBar.Text == "delete ray" then
  144. selection = "Delete"
  145.  
  146.  
  147.  
  148. elseif a.PlayerGui.DroneGui.CommandBar.Text == "freeze ray" then
  149. selection = "Freeze"
  150.  
  151.  
  152.  
  153. elseif a.PlayerGui.DroneGui.CommandBar.Text == "defence mode" then
  154. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  155. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  156. selection = "Nothing"
  157. defence = Instance.new("Explosion")
  158. defence.Parent = game.Workspace
  159. defence.Position = dronelol.Flyer.Torso.Position
  160. end
  161. end
  162.  
  163.  
  164.  
  165. elseif a.PlayerGui.DroneGui.CommandBar.Text == "move" then
  166. selection = "Move"
  167.  
  168.  
  169. elseif a.PlayerGui.DroneGui.CommandBar.Text == "shrink bricks ray" then
  170. selection = "Shrinker"
  171.  
  172.  
  173. elseif a.PlayerGui.DroneGui.CommandBar.Text == "seat gun" then
  174. selection = "Seatgun"
  175.  
  176.  
  177. elseif a.PlayerGui.DroneGui.CommandBar.Text == "rage explode ray" then
  178. selection = "RageExplode"
  179.  
  180.  
  181. elseif a.PlayerGui.DroneGui.CommandBar.Text == "spin ray" then
  182. selection = "SpinPeople"
  183.  
  184.  
  185. elseif a.PlayerGui.DroneGui.CommandBar.Text == "impale mode" then
  186. selection = "Sword"
  187.  
  188.  
  189. elseif a.PlayerGui.DroneGui.CommandBar.Text == "limb displace ray" then
  190. selection = "LimbDisplacement"
  191.  
  192.  
  193. elseif a.PlayerGui.DroneGui.CommandBar.Text == "corpse ray" then
  194. selection = "Corpse"
  195.  
  196.  
  197. elseif a.PlayerGui.DroneGui.CommandBar.Text == "black hole ray" then
  198. selection = "BlackHole"
  199.  
  200.  
  201. elseif a.PlayerGui.DroneGui.CommandBar.Text == "purple ray" then
  202. selection = "PurpleRay"
  203.  
  204.  
  205. elseif a.PlayerGui.DroneGui.CommandBar.Text == "green ray" then
  206. selection = "GreenRay"
  207.  
  208.  
  209. elseif a.PlayerGui.DroneGui.CommandBar.Text == "yellow ray" then
  210. selection = "YellowRay"
  211.  
  212.  
  213. elseif a.PlayerGui.DroneGui.CommandBar.Text == "red ray" then
  214. selection = "RedRay"
  215.  
  216.  
  217. elseif a.PlayerGui.DroneGui.CommandBar.Text == "blue ray" then
  218. selection = "BlueRay"
  219.  
  220.  
  221. elseif a.PlayerGui.DroneGui.CommandBar.Text == "giant ray" then
  222. selection = "Giant"
  223.  
  224.  
  225. elseif a.PlayerGui.DroneGui.CommandBar.Text == "crush mode" then
  226. selection = "Crush"
  227.  
  228.  
  229. elseif a.PlayerGui.DroneGui.CommandBar.Text == "sit ray" then
  230. selection = "Sit"
  231.  
  232.  
  233. elseif a.PlayerGui.DroneGui.CommandBar.Text == "head rocket ray" then
  234. selection = "HeadRocket"
  235.  
  236.  
  237. elseif a.PlayerGui.DroneGui.CommandBar.Text == "thaw ray" then
  238. selection = "Thaw"
  239.  
  240.  
  241. elseif a.PlayerGui.DroneGui.CommandBar.Text == "forcefield ray" then
  242. selection = "Forcefield"
  243.  
  244.  
  245. elseif a.PlayerGui.DroneGui.CommandBar.Text == "mesh ray" then
  246. selection = "MeshInsert"
  247.  
  248.  
  249. elseif a.PlayerGui.DroneGui.CommandBar.Text == "disorient ray" then
  250. selection = "Backwards"
  251.  
  252.  
  253. elseif a.PlayerGui.DroneGui.CommandBar.Text == "limb remove ray" then
  254. selection = "Limbremove"
  255.  
  256.  
  257. elseif a.PlayerGui.DroneGui.CommandBar.Text == "duck ray" then
  258. selection = "DuckRay"
  259.  
  260.  
  261. elseif a.PlayerGui.DroneGui.CommandBar.Text == "fire ray" then
  262. selection = "Setonfiar"
  263.  
  264.  
  265. elseif a.PlayerGui.DroneGui.CommandBar.Text == "kick ray" then
  266. selection = "Kick"
  267.  
  268.  
  269. elseif a.PlayerGui.DroneGui.CommandBar.Text == "shrink ray" then
  270. selection = "Shrink"
  271.  
  272.  
  273. elseif a.PlayerGui.DroneGui.CommandBar.Text == "up" then
  274. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  275. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  276. selection = "Nothing"
  277. cframe = dronelol.Flyer.Torso.CFrame
  278. dronelol.Flyer.Torso.CFrame = CFrame.new(cframe.x, cframe.y + 8, cframe.z)
  279. end
  280. end
  281.  
  282.  
  283. elseif a.PlayerGui.DroneGui.CommandBar.Text == "down" then
  284. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  285. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  286. selection = "Nothing"
  287. cframe = dronelol.Flyer.Torso.CFrame
  288. dronelol.Flyer.Torso.CFrame = CFrame.new(cframe.x, cframe.y - 8, cframe.z)
  289. end
  290. end
  291.  
  292.  
  293. elseif a.PlayerGui.DroneGui.CommandBar.Text == "night" then
  294. selection = "Nothing"
  295. game.Lighting.TimeOfDay = "00:00:00"
  296.  
  297.  
  298.  
  299.  
  300. elseif a.PlayerGui.DroneGui.CommandBar.Text == "kick others" then
  301. selection = "Nothing"
  302. a = script.Parent.Parent.Parent
  303. p = game.Players:GetChildren()
  304. for i = 1, #p do
  305. if p[i].Name ~= a.Name then
  306. p[i]:remove()
  307. end
  308. end
  309.  
  310.  
  311.  
  312. elseif a.PlayerGui.DroneGui.CommandBar.Text == "become drone" or a.PlayerGui.DroneGui.CommandBar.Text == "b" then
  313. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  314. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  315. selection = "Nothing"
  316. a = script.Parent.Parent.Parent
  317. game.Workspace.CurrentCamera.CameraType = 3
  318. game.Workspace.CurrentCamera.CameraSubject = dronelol.Flyer.Torso
  319. guy = game.Workspace:FindFirstChild(a.Name)
  320. if guy ~= nil then
  321. guy:Remove()
  322. end
  323. end
  324. end
  325.  
  326.  
  327. elseif a.PlayerGui.DroneGui.CommandBar.Text == "turn black" then
  328. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  329. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  330. selection = "Nothing"
  331. dronelol.Flyer.Torso.BrickColor = BrickColor.new("Really black")
  332. end
  333. end
  334.  
  335.  
  336. elseif a.PlayerGui.DroneGui.CommandBar.Text == "turn white" then
  337. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  338. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  339. selection = "Nothing"
  340. dronelol.Flyer.Torso.BrickColor = BrickColor.new("Institutional white")
  341. end
  342. end
  343.  
  344.  
  345. elseif a.PlayerGui.DroneGui.CommandBar.Text == "turn red" then
  346. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  347. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  348. selection = "Nothing"
  349. dronelol.Flyer.Torso.BrickColor = BrickColor.new("Really red")
  350. end
  351. end
  352.  
  353.  
  354. elseif a.PlayerGui.DroneGui.CommandBar.Text == "turn green" then
  355. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  356. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  357. selection = "Nothing"
  358. dronelol.Flyer.Torso.BrickColor = BrickColor.new("Lime green")
  359. end
  360. end
  361.  
  362.  
  363. elseif a.PlayerGui.DroneGui.CommandBar.Text == "turn purple" then
  364. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  365. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  366. selection = "Nothing"
  367. dronelol.Flyer.Torso.BrickColor = BrickColor.new("Royal purple")
  368. end
  369. end
  370.  
  371.  
  372. elseif a.PlayerGui.DroneGui.CommandBar.Text == "turn blue" then
  373. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  374. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  375. selection = "Nothing"
  376. dronelol.Flyer.Torso.BrickColor = BrickColor.new("Really blue")
  377. end
  378. end
  379.  
  380.  
  381. elseif a.PlayerGui.DroneGui.CommandBar.Text == "turn invisible" then
  382. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  383. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  384. dronelol.Flyer.Torso.Transparency = 1
  385. dronelol.Flyer.Torso.Sparkles.Enabled = false
  386. selection = "Nothing"
  387. dronelol.Flyer.Torso.Fire.Enabled = false
  388. end
  389. end
  390.  
  391.  
  392. elseif a.PlayerGui.DroneGui.CommandBar.Text == "create drone" or a.PlayerGui.DroneGui.CommandBar.Text == "c" then
  393. selection = "CreateDrone"
  394.  
  395.  
  396.  
  397. elseif a.PlayerGui.DroneGui.CommandBar.Text == "turn visible" then
  398. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  399. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  400. dronelol.Flyer.Torso.Transparency = 0.1
  401. dronelol.Flyer.Torso.Sparkles.Enabled = true
  402. selection = "Nothing"
  403. dronelol.Flyer.Torso.Fire.Enabled = true
  404. end
  405. end
  406.  
  407.  
  408.  
  409. elseif a.PlayerGui.DroneGui.CommandBar.Text == "dispense duck" then
  410. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  411. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  412. selection = "Nothing"
  413. duck = Instance.new("Part")
  414. duck.Parent = game.Workspace
  415. droneduckcframe = dronelol.Flyer.Torso.CFrame
  416. duck.CFrame = CFrame.new(droneduckcframe.x, droneduckcframe.y -4, droneduckcframe.z)
  417. duck.Size = Vector3.new(1, 1, 1)
  418. duck.Name = "Duck"
  419. duckmesh = Instance.new("SpecialMesh")
  420. duckmesh.Parent = duck
  421. duckmesh.MeshId = "http://www.roblox.com/asset/?id=9419831"
  422. duckmesh.TextureId = "http://www.roblox.com/asset/?id=9419827"
  423. end
  424. end
  425.  
  426.  
  427.  
  428.  
  429.  
  430. end
  431. end
  432. end
  433. end
  434. end
  435.  
  436.  
  437.  
  438. function onButton1Down(mouse)
  439.  
  440. if (selection == "Move") then
  441. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  442. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  443. targ = mouse.Hit.p
  444. dronelol.Flyer.Torso.Size = Vector3.new(2, 2, 2)
  445. wait(0.01)
  446. dronelol.Flyer.Torso.Size = Vector3.new(1, 1, 1)
  447. wait(0.01)
  448. dronelol.Flyer.Torso.CFrame = CFrame.new(targ.x, targ.y + 10, targ.z)
  449. wait(0.01)
  450. dronelol.Flyer.Torso.Size = Vector3.new(2, 2, 2)
  451. wait(0.01)
  452. dronelol.Flyer.Torso.Size = Vector3.new(3, 3, 3)
  453. end
  454. end
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461. elseif (selection == "CreateDrone") then
  462. dronelol = game.Workspace:FindFirstChild(dronenamelol)
  463. if game.Workspace:FindFirstChild(dronenamelol) == nil or dronelol.Flyer:FindFirstChild("Torso") == nil then
  464. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  465. if dronelol.Flyer:FindFirstChild("Torso") == nil then
  466. dronelol:Remove()
  467. wait()
  468. end
  469. end
  470. targ = mouse.Hit.p
  471. part = Instance.new("Part")
  472. part.Parent = game.Workspace
  473. part.Size = Vector3.new(3,3,3)
  474. part.CFrame = CFrame.new(targ.x, targ.y + 10, targ.z)
  475. part.Anchored = true
  476. part.CanCollide = false
  477. part.Locked = true
  478. part.Name = "Torso"
  479. part.Shape = "Ball"
  480. sp = Instance.new("Sparkles")
  481. sp.Parent = part
  482. part.BrickColor = BrickColor.new("Really black")
  483. part.Transparency = 0.1
  484. part.TopSurface = "Smooth"
  485. part.BottomSurface = "Smooth"
  486. fiar = Instance.new("Fire")
  487. fiar.Heat = 9
  488. fiar.Size = 7
  489. fiar.Parent = part
  490. fiar.Color = Color3.new(0, 0, 1)
  491. fiar.SecondaryColor = Color3.new(55, 0, 1)
  492. blalol = Instance.new("Model")
  493. blalol.Name = dronenamelol
  494. blalol.Parent = game.Workspace
  495. dronelol = game.Workspace:FindFirstChild(dronenamelol)
  496. blaaaaa = Instance.new("Model")
  497. blaaaaa.Name = "Flyer"
  498. blaaaaa.Parent = dronelol
  499. orly = Instance.new("Humanoid")
  500. orly.Parent = blaaaaa
  501. orly.MaxHealth = 0
  502. orly.Health = 0
  503. part.Parent = blaaaaa
  504. end
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512. elseif (selection == "Kill") then
  513. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  514. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  515. targ = mouse.Target
  516. if targ == nil then return end
  517. lol = Instance.new("Explosion")
  518. lol.Parent = game.Workspace
  519. lol.Position = targ.Position
  520. bla = Instance.new("SelectionPartLasso")
  521. bla.Parent = game.Workspace
  522. bla.Humanoid = dronelol.Flyer.Humanoid
  523. bla.Part = targ
  524. bla.Name = lassolol
  525. bla.Color = BrickColor.new("Really black")
  526. wait()
  527. targ:BreakJoints()
  528. end
  529. end
  530.  
  531.  
  532. elseif (selection == "Forcefield") then
  533. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  534. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  535. targ = mouse.Target
  536. if targ == nil then return end
  537. force = Instance.new("ForceField")
  538. force.Parent = targ
  539. bla = Instance.new("SelectionPartLasso")
  540. bla.Parent = game.Workspace
  541. bla.Humanoid = dronelol.Flyer.Humanoid
  542. bla.Part = targ
  543. bla.Name = lassolol
  544. bla.Color = BrickColor.new("New Yeller")
  545. end
  546. end
  547.  
  548.  
  549.  
  550.  
  551. elseif (selection == "MeshInsert") then
  552. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  553. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  554. targ = mouse.Target
  555. if targ == nil then return end
  556. mesh = Instance.new("SpecialMesh")
  557. mesh.Parent = targ
  558. mesh.MeshId = "http://www.roblox.com/asset/?id=25684446"
  559. mesh.TextureId = "http://www.roblox.com/asset/?id=25684434"
  560. mesh.Scale = Vector3.new(9, 9, 9)
  561. bla = Instance.new("SelectionPartLasso")
  562. bla.Parent = game.Workspace
  563. bla.Humanoid = dronelol.Flyer.Humanoid
  564. bla.Part = targ
  565. bla.Name = lassolol
  566. bla.Color = BrickColor.new("New Yeller")
  567. end
  568. end
  569.  
  570.  
  571. elseif (selection == "CorrodeRay") then
  572. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  573. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  574. targ = mouse.Target
  575. if targ == nil then return end
  576. targ.Material = "CorrodedMetal"
  577. bla = Instance.new("SelectionPartLasso")
  578. bla.Parent = game.Workspace
  579. bla.Humanoid = dronelol.Flyer.Humanoid
  580. bla.Part = targ
  581. bla.Name = lassolol
  582. bla.Color = BrickColor.new("Bright green")
  583. end
  584. end
  585.  
  586.  
  587. elseif (selection == "WoodRay") then
  588. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  589. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  590. targ = mouse.Target
  591. if targ == nil then return end
  592. targ.Material = "Wood"
  593. bla = Instance.new("SelectionPartLasso")
  594. bla.Parent = game.Workspace
  595. bla.Humanoid = dronelol.Flyer.Humanoid
  596. bla.Part = targ
  597. bla.Name = lassolol
  598. bla.Color = BrickColor.new("Bright blue")
  599. end
  600. end
  601.  
  602.  
  603.  
  604. elseif (selection == "GlassRay") then
  605. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  606. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  607. targ = mouse.Target
  608. if targ == nil then return end
  609. targ.Material = "Plastic"
  610. targ.Transparency = 0.4
  611. bla = Instance.new("SelectionPartLasso")
  612. bla.Parent = game.Workspace
  613. bla.Humanoid = dronelol.Flyer.Humanoid
  614. bla.Part = targ
  615. bla.Name = lassolol
  616. bla.Color = BrickColor.new("Bright blue")
  617. end
  618. end
  619.  
  620.  
  621.  
  622. elseif (selection == "GrassRay") then
  623. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  624. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  625. targ = mouse.Target
  626. if targ == nil then return end
  627. targ.Material = "Grass"
  628. bla = Instance.new("SelectionPartLasso")
  629. bla.Parent = game.Workspace
  630. bla.Humanoid = dronelol.Flyer.Humanoid
  631. bla.Part = targ
  632. bla.Name = lassolol
  633. bla.Color = BrickColor.new("Bright green")
  634. end
  635. end
  636.  
  637.  
  638.  
  639.  
  640. elseif (selection == "BlueRay") then
  641. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  642. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  643. targ = mouse.Target
  644. if targ == nil then return end
  645. targ.BrickColor = BrickColor.new("Bright blue")
  646. bla = Instance.new("SelectionPartLasso")
  647. bla.Parent = game.Workspace
  648. bla.Humanoid = dronelol.Flyer.Humanoid
  649. bla.Part = targ
  650. bla.Name = lassolol
  651. bla.Color = BrickColor.new("Bright blue")
  652. end
  653. end
  654.  
  655.  
  656.  
  657. elseif (selection == "RedRay") then
  658. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  659. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  660. targ = mouse.Target
  661. if targ == nil then return end
  662. targ.BrickColor = BrickColor.new("Bright red")
  663. bla = Instance.new("SelectionPartLasso")
  664. bla.Parent = game.Workspace
  665. bla.Humanoid = dronelol.Flyer.Humanoid
  666. bla.Part = targ
  667. bla.Name = lassolol
  668. bla.Color = BrickColor.new("Bright red")
  669. end
  670. end
  671.  
  672.  
  673. elseif (selection == "YellowRay") then
  674. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  675. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  676. targ = mouse.Target
  677. if targ == nil then return end
  678. targ.BrickColor = BrickColor.new("Bright yellow")
  679. bla = Instance.new("SelectionPartLasso")
  680. bla.Parent = game.Workspace
  681. bla.Humanoid = dronelol.Flyer.Humanoid
  682. bla.Part = targ
  683. bla.Name = lassolol
  684. bla.Color = BrickColor.new("Bright yellow")
  685. end
  686. end
  687.  
  688.  
  689. elseif (selection == "GreenRay") then
  690. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  691. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  692. targ = mouse.Target
  693. if targ == nil then return end
  694. targ.BrickColor = BrickColor.new("Bright green")
  695. bla = Instance.new("SelectionPartLasso")
  696. bla.Parent = game.Workspace
  697. bla.Humanoid = dronelol.Flyer.Humanoid
  698. bla.Part = targ
  699. bla.Name = lassolol
  700. bla.Color = BrickColor.new("Bright green")
  701. end
  702. end
  703.  
  704.  
  705. elseif (selection == "PurpleRay") then
  706. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  707. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  708. targ = mouse.Target
  709. if targ == nil then return end
  710. targ.BrickColor = BrickColor.new("Royal purple")
  711. bla = Instance.new("SelectionPartLasso")
  712. bla.Parent = game.Workspace
  713. bla.Humanoid = dronelol.Flyer.Humanoid
  714. bla.Part = targ
  715. bla.Name = lassolol
  716. bla.Color = BrickColor.new("Royal purple")
  717. end
  718. end
  719.  
  720.  
  721.  
  722.  
  723. elseif (selection == "Setonfiar") then
  724. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  725. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  726. targ = mouse.Target
  727. if targ == nil then return end
  728. firee = Instance.new("Fire")
  729. firee.Parent = targ
  730. firee.Heat = 9
  731. firee.Size = 9
  732. bla = Instance.new("SelectionPartLasso")
  733. bla.Parent = game.Workspace
  734. bla.Humanoid = dronelol.Flyer.Humanoid
  735. bla.Part = targ
  736. bla.Name = lassolol
  737. bla.Color = BrickColor.new("New Yeller")
  738. end
  739. end
  740.  
  741.  
  742. elseif (selection == "Degravitise") then
  743. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  744. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  745. targ = mouse.Target
  746. if targ == nil then return end
  747. flying = Instance.new("BodyVelocity")
  748. flying.Parent = targ
  749. flying.maxForce = Vector3.new(4000, 99999, 4000)
  750. flying.velocity = Vector3.new(0, 99999, 0)
  751. bla = Instance.new("SelectionPartLasso")
  752. bla.Parent = game.Workspace
  753. bla.Humanoid = dronelol.Flyer.Humanoid
  754. bla.Part = targ
  755. bla.Name = lassolol
  756. bla.Color = BrickColor.new("Bright yellow")
  757. end
  758. end
  759.  
  760.  
  761.  
  762. elseif (selection == "Shrinker") then
  763. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  764. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  765. targ = mouse.Target
  766. if targ == nil then return end
  767. if targ.Name ~= "Base" then
  768. bla = Instance.new("SelectionPartLasso")
  769. bla.Parent = game.Workspace
  770. bla.Humanoid = dronelol.Flyer.Humanoid
  771. bla.Part = targ
  772. bla.Name = lassolol
  773. bla.Color = BrickColor.new("Black")
  774. targ.Size = Vector3.new(1, 1, 1)
  775. end
  776. end
  777. end
  778.  
  779.  
  780. elseif (selection == "Delete") then
  781. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  782. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  783. targ = mouse.Target
  784. if targ == nil then return end
  785. if targ.Name ~= "Base" then
  786. if debuggeriscool == false then
  787. debuggeriscool = true
  788. bla = Instance.new("SelectionPartLasso")
  789. bla.Parent = game.Workspace
  790. bla.Humanoid = dronelol.Flyer.Humanoid
  791. bla.Part = targ
  792. bla.Name = lassolol
  793. bla.Color = BrickColor.new("Really red")
  794. targ.Material = "Plastic"
  795. wait(0.1)
  796. targ.Transparency = 0.1
  797. wait(0.1)
  798. targ.Transparency = 0.2
  799. wait(0.1)
  800. targ.Transparency = 0.3
  801. wait(0.1)
  802. targ.Transparency = 0.4
  803. wait(0.1)
  804. targ.Transparency = 0.5
  805. wait(0.1)
  806. targ.Transparency = 0.6
  807. wait(0.1)
  808. targ.Transparency = 0.7
  809. wait(0.1)
  810. targ.Transparency = 0.8
  811. wait(0.1)
  812. targ.Transparency = 0.9
  813. wait(0.1)
  814. targ:Remove()
  815. debuggeriscool = false
  816. end
  817. end
  818. end
  819. end
  820.  
  821.  
  822. elseif (selection == "Limbremove") then
  823. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  824. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  825. targ = mouse.Target
  826. if targ == nil then return end
  827. if targ.Parent.className ~= "Model" then return end
  828. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  829. b = targ.Parent
  830. if b:FindFirstChild("Torso") ~= nil then
  831. bla = Instance.new("SelectionPartLasso")
  832. bla.Parent = game.Workspace
  833. bla.Humanoid = dronelol.Flyer.Humanoid
  834. bla.Part = b.Torso
  835. bla.Name = lassolol
  836. bla.Color = BrickColor.new("Bright blue")
  837. end
  838. if b:FindFirstChild("Left Arm") ~= nil then
  839. b["Left Arm"]:Remove()
  840. end
  841. if b:FindFirstChild("Right Arm") ~= nil then
  842. b["Right Arm"]:Remove()
  843. end
  844. if b:FindFirstChild("Right Leg") ~= nil then
  845. b["Right Leg"]:Remove()
  846. end
  847. if b:FindFirstChild("Left Leg") ~= nil then
  848. b["Left Leg"]:Remove()
  849. end
  850. end
  851. end
  852. end
  853.  
  854.  
  855. elseif (selection == "BlackHole") then
  856. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  857. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  858. targ = mouse.Target
  859. if targ == nil then return end
  860. if targ.Parent.className ~= "Model" then return end
  861. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  862. b = targ.Parent
  863. if b:FindFirstChild("Torso") ~= nil then
  864. if b:FindFirstChild("Head") ~= nil then
  865. if debuggeriscool == false then
  866. debuggeriscool = true
  867. bla = Instance.new("SelectionPartLasso")
  868. bla.Parent = game.Workspace
  869. bla.Humanoid = dronelol.Flyer.Humanoid
  870. bla.Part = targ
  871. bla.Name = lassolol
  872. bla.Color = BrickColor.new("Royal purple")
  873. b.Head.BrickColor = BrickColor.new(104)
  874. b.Head.face:Remove()
  875. b.Head.Mesh.MeshType = "Sphere"
  876. b.Head.Mesh.Scale = Vector3.new(1.5,3,3)
  877. b.Head.Anchored = true
  878. b.Head.CanCollide = false
  879. if b:FindFirstChild("Right Arm") ~= nil then
  880. b["Right Arm"]:Remove()
  881. end
  882. if b:FindFirstChild("Left Arm") ~= nil then
  883. b["Left Arm"]:Remove()
  884. end
  885. if b:FindFirstChild("Right Leg") ~= nil then
  886. b["Right Leg"]:Remove()
  887. end
  888. if b:FindFirstChild("Left Leg") ~= nil then
  889. b["Left Leg"]:Remove()
  890. end
  891. b.Torso:Remove()
  892. wait(1)
  893. b.Head:Remove()
  894. debuggeriscool = false
  895. end
  896. end
  897. end
  898. end
  899. end
  900. end
  901.  
  902.  
  903. elseif (selection == "RageExplode") then
  904. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  905. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  906. targ = mouse.Target
  907. if targ == nil then return end
  908. if targ.Parent.className ~= "Model" then return end
  909. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  910. b = targ.Parent
  911. if b:FindFirstChild("Torso") ~= nil then
  912. if b:FindFirstChild("Head") ~= nil then
  913. if debuggeriscool == false then
  914. debuggeriscool = true
  915. b.Head.BrickColor = BrickColor.new(21)
  916. s = Instance.new("Smoke")
  917. s.Parent = b.Head
  918. s.RiseVelocity = 8
  919. b.Head.face.Texture = "http://www.roblox.com/asset/?id=17058440"
  920. bla = Instance.new("SelectionPartLasso")
  921. bla.Parent = game.Workspace
  922. bla.Humanoid = dronelol.Flyer.Humanoid
  923. bla.Part = targ
  924. bla.Name = lassolol
  925. bla.Color = BrickColor.new("Black")
  926. wait(5)
  927. b.Head.Mesh.Scale = Vector3.new(2,2,2)
  928. wait(0.05)
  929. b.Head.Mesh.Scale = Vector3.new(3,3,3)
  930. wait(0.05)
  931. b.Head.Mesh.Scale = Vector3.new(4,4,4)
  932. wait(0.05)
  933. b.Head.Mesh.Scale = Vector3.new(5,5,5)
  934. wait(0.05)
  935. b.Head.Mesh.Scale = Vector3.new(6,6,6)
  936. wait(0.05)
  937. b.Head.Mesh.Scale = Vector3.new(7,7,7)
  938. wait(0.05)
  939. b.Head.Mesh.Scale = Vector3.new(8,8,8)
  940. wait(0.05)
  941. b.Head.Mesh.Scale = Vector3.new(9,9,9)
  942. wait(0.2)
  943. w = b.Head.Position
  944. c = Instance.new("Explosion")
  945. c.Position = Vector3.new(w.x,w.y,w.z)
  946. c.Parent = game.Workspace
  947. c.BlastRadius = 5
  948. c.BlastPressure = 5
  949. b.Head:Remove()
  950. debuggeriscool = false
  951. end
  952. end
  953. end
  954. end
  955. end
  956. end
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963. elseif (selection == "Corpse") then
  964. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  965. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  966. targ = mouse.Target
  967. if targ == nil then return end
  968. if targ.Parent.className ~= "Model" then return end
  969. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  970. b = targ.Parent
  971. if b:FindFirstChild("Torso") ~= nil then
  972. if b:FindFirstChild("Head") ~= nil then
  973. bla = Instance.new("SelectionPartLasso")
  974. bla.Parent = game.Workspace
  975. bla.Humanoid = dronelol.Flyer.Humanoid
  976. bla.Part = targ
  977. bla.Name = lassolol
  978. bla.Color = BrickColor.new("Really red")
  979. b.Head.face.Texture = "http://www.roblox.com/asset/?id=22823614"
  980. wait(0.01)
  981. d = Instance.new("Model")
  982. d.Parent = game.Workspace
  983. d.Name = "Statue"
  984. g = Instance.new("Humanoid")
  985. g.Parent = d
  986. if b:FindFirstChild("Shirt") ~= nil then
  987. b.Shirt.Parent = d
  988. end
  989. if b:FindFirstChild("Pants") ~= nil then
  990. b.Pants.Parent = d
  991. end
  992. wait(0.01)
  993. b:BreakJoints()
  994. b.Head.Anchored = true
  995. b.Head.CanCollide = true
  996. b.Head.Parent = d
  997. b.Torso.Anchored = true
  998. b.Torso.CanCollide = true
  999. b.Torso.Parent = d
  1000. if b:FindFirstChild("Right Arm") ~= nil then
  1001. b["Right Arm"].Anchored = true
  1002. b["Right Arm"].CanCollide = true
  1003. b["Right Arm"].Parent = d
  1004. end
  1005. if b:FindFirstChild("Left Arm") ~= nil then
  1006. b["Left Arm"].Anchored = true
  1007. b["Left Arm"].CanCollide = true
  1008. b["Left Arm"].Parent = d
  1009. end
  1010. if b:FindFirstChild("Left Leg") ~= nil then
  1011. b["Left Leg"].Anchored = true
  1012. b["Left Leg"].CanCollide = true
  1013. b["Left Leg"].Parent = d
  1014. end
  1015. if b:FindFirstChild("Right Leg") ~= nil then
  1016. b["Right Leg"].Anchored = true
  1017. b["Right Leg"].CanCollide = true
  1018. b["Right Leg"].Parent = d
  1019. end
  1020. p= b:GetChildren()
  1021. for i= 1, #p do
  1022. if p[i].className == "Hat" then
  1023. hat = p[i]:FindFirstChild("Handle")
  1024. if hat ~= nil then
  1025. hat.Parent = d
  1026. hat.Anchored = true
  1027. end
  1028. end
  1029. end
  1030. end
  1031. end
  1032. end
  1033. end
  1034. end
  1035.  
  1036.  
  1037.  
  1038. elseif (selection == "HeadRocket") then
  1039. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1040. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1041. targ = mouse.Target
  1042. if targ == nil then return end
  1043. if targ.Parent.className ~= "Model" then return end
  1044. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  1045. b = targ.Parent
  1046. if b:FindFirstChild("Torso") ~= nil then
  1047. if b:FindFirstChild("Head") ~= nil then
  1048. if debuggeriscool == false then
  1049. debuggeriscool = true
  1050. bla = Instance.new("SelectionPartLasso")
  1051. bla.Parent = game.Workspace
  1052. bla.Humanoid = dronelol.Flyer.Humanoid
  1053. bla.Part = targ
  1054. bla.Name = lassolol
  1055. bla.Color = BrickColor.new("Really blue")
  1056. b.Head.face.Texture = "http://www.roblox.com/asset/?id=22823614"
  1057. g=Instance.new("Smoke")
  1058. g.Parent=b.Head
  1059. g.RiseVelocity = 8
  1060. wait(4)
  1061. b.Torso.Neck.C0 = CFrame.fromEulerAnglesXYZ(-1.57, 0, -3.14) + Vector3.new(0, 1.5, 0)
  1062. k=Instance.new("Sparkles")
  1063. k.Parent=b.Head
  1064. k.Color = Color3.new(255,0,0)
  1065. g.RiseVelocity = -8
  1066. g.Color = Color3.new(0,0,0)
  1067. wait(0.01)
  1068. w = b.Head.Position
  1069. s = Instance.new("Explosion")
  1070. s.Position = Vector3.new(w.x,w.y,w.z)
  1071. s.Parent = game.Workspace
  1072. s.BlastRadius = 5
  1073. s.BlastPressure = 0
  1074. c=Instance.new("BodyVelocity")
  1075. c.Parent=b.Head
  1076. c.velocity = Vector3.new(0,50,0)
  1077. b.Humanoid.Health = 0
  1078. wait(5)
  1079. debuggeriscool = false
  1080. end
  1081. end
  1082. end
  1083. end
  1084. end
  1085. end
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092. elseif (selection == "LimbDisplacement") then
  1093. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1094. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1095. targ = mouse.Target
  1096. if targ == nil then return end
  1097. if targ.Parent.className ~= "Model" then return end
  1098. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  1099. b = targ.Parent
  1100. if b:FindFirstChild("Torso") ~= nil then
  1101. if b:FindFirstChild("Head") ~= nil then
  1102. bla = Instance.new("SelectionPartLasso")
  1103. bla.Parent = game.Workspace
  1104. bla.Humanoid = dronelol.Flyer.Humanoid
  1105. bla.Part = targ
  1106. bla.Name = lassolol
  1107. bla.Color = BrickColor.new("New Yeller")
  1108. b.Torso.Neck.C0 = CFrame.fromEulerAnglesXYZ(math.random(-5, 5), math.random(-5, 5), math.random(-5, 5)) + Vector3.new(math.random(-1, 1), math.random(-1, 1), math.random(-1, 1))
  1109. if b:FindFirstChild("Right Arm") ~= nil then
  1110. b.Torso["Right Shoulder"].C0 = CFrame.fromEulerAnglesXYZ(math.random(-5, 5), math.random(-5, 5), math.random(-5, 5)) + Vector3.new(math.random(-1, 1), math.random(-1, 1), math.random(-1, 1))
  1111. end
  1112. if b:FindFirstChild("Left Arm") ~= nil then
  1113. b.Torso["Left Shoulder"].C0 = CFrame.fromEulerAnglesXYZ(math.random(-5, 5), math.random(-5, 5), math.random(-5, 5)) + Vector3.new(math.random(-1, 1), math.random(-1, 1), math.random(-1, 1))
  1114. end
  1115. if b:FindFirstChild("Right Leg") ~= nil then
  1116. b.Torso["Right Hip"].C0 = CFrame.fromEulerAnglesXYZ(math.random(-5, 5), math.random(-5, 5), math.random(-5, 5)) + Vector3.new(math.random(-1, 1), math.random(-1, 1), math.random(-1, 1))
  1117. end
  1118. if b:FindFirstChild("Left Leg") ~= nil then
  1119. b.Torso["Left Hip"].C0 = CFrame.fromEulerAnglesXYZ(math.random(-5, 5), math.random(-5, 5), math.random(-5, 5)) + Vector3.new(math.random(-1, 1), math.random(-1, 1), math.random(-1, 1))
  1120. end
  1121. end
  1122. end
  1123. end
  1124. end
  1125. end
  1126.  
  1127.  
  1128. elseif (selection == "Sword") then
  1129. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1130. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1131. targ = mouse.Target
  1132. if targ == nil then return end
  1133. if targ.Parent.className ~= "Model" then return end
  1134. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  1135. d = targ.Parent
  1136. if d:FindFirstChild("Head") ~= nil then
  1137. if d:FindFirstChild("Torso") ~= nil then
  1138. if debuggeriscool == false then
  1139. debuggeriscool = true
  1140. bla = Instance.new("SelectionPartLasso")
  1141. bla.Parent = game.Workspace
  1142. bla.Humanoid = dronelol.Flyer.Humanoid
  1143. bla.Part = targ
  1144. bla.Name = lassolol
  1145. bla.Color = BrickColor.new("Reddish brown")
  1146. g = Instance.new("Part")
  1147. g.Parent = game.Workspace
  1148. g.Size = Vector3.new(1,1,1)
  1149. b = d.Torso.Position
  1150. g.Position = Vector3.new(b.x,b.y,b.z + -20)
  1151. g.Anchored = true
  1152. g.CanCollide = true
  1153. g.Locked = true
  1154. g.Name = "Sword"
  1155. lol = Instance.new("SpecialMesh")
  1156. lol.Parent = g
  1157. lol.MeshId = "rbxasset://fonts/sword.mesh"
  1158. lol.TextureId = "rbxasset://textures/SwordTexture.png"
  1159. wait(1)
  1160. b2 = d.Torso.Position
  1161. g.Position = Vector3.new(b2.x,b2.y,b2.z + -20)
  1162. wait(0.01)
  1163. b3 = d.Torso.Position
  1164. g.Position = Vector3.new(b3.x,b3.y,b3.z + -19)
  1165. wait(0.01)
  1166. b4 = d.Torso.Position
  1167. g.Position = Vector3.new(b4.x,b4.y,b4.z + -18)
  1168. wait(0.01)
  1169. b5 = d.Torso.Position
  1170. g.Position = Vector3.new(b5.x,b5.y,b5.z + -17)
  1171. wait(0.01)
  1172. b6 = d.Torso.Position
  1173. g.Position = Vector3.new(b6.x,b6.y,b6.z + -16)
  1174. wait(0.01)
  1175. b7 = d.Torso.Position
  1176. g.Position = Vector3.new(b7.x,b7.y,b7.z + -15)
  1177. wait(0.01)
  1178. b8 = d.Torso.Position
  1179. g.Position = Vector3.new(b8.x,b8.y,b8.z + -14)
  1180. wait(0.01)
  1181. b9 = d.Torso.Position
  1182. g.Position = Vector3.new(b9.x,b9.y,b9.z + -13)
  1183. wait(0.01)
  1184. b10 = d.Torso.Position
  1185. g.Position = Vector3.new(b10.x,b10.y,b10.z + -12)
  1186. wait(0.01)
  1187. b11 = d.Torso.Position
  1188. g.Position = Vector3.new(b11.x,b11.y,b11.z + -11)
  1189. wait(0.01)
  1190. b12 = d.Torso.Position
  1191. g.Position = Vector3.new(b12.x,b12.y,b12.z + -10)
  1192. wait(0.01)
  1193. b13 = d.Torso.Position
  1194. g.Position = Vector3.new(b13.x,b13.y,b13.z + -9)
  1195. wait(0.01)
  1196. b14 = d.Torso.Position
  1197. g.Position = Vector3.new(b14.x,b14.y,b14.z + -8)
  1198. wait(0.01)
  1199. b15 = d.Torso.Position
  1200. g.Position = Vector3.new(b15.x,b15.y,b15.z + -7)
  1201. wait(0.01)
  1202. b16 = d.Torso.Position
  1203. g.Position = Vector3.new(b16.x,b16.y,b16.z + -6)
  1204. wait(0.01)
  1205. b17 = d.Torso.Position
  1206. g.Position = Vector3.new(b17.x,b17.y,b17.z + -5)
  1207. wait(0.01)
  1208. b18 = d.Torso.Position
  1209. g.Position = Vector3.new(b18.x,b18.y,b18.z + -4)
  1210. wait(0.01)
  1211. b19 = d.Torso.Position
  1212. g.Position = Vector3.new(b19.x,b19.y,b19.z + -3)
  1213. wait(0.01)
  1214. b20 = d.Torso.Position
  1215. g.Position = Vector3.new(b20.x,b20.y,b20.z + -2)
  1216. wait(0.01)
  1217. b21 = d.Torso.Position
  1218. g.Position = Vector3.new(b21.x,b21.y,b21.z + -1)
  1219. wait(0.01)
  1220. d:BreakJoints()
  1221. wait(3)
  1222. g:Remove()
  1223. debuggeriscool = false
  1224. end
  1225. end
  1226. end
  1227. end
  1228. end
  1229. end
  1230.  
  1231.  
  1232.  
  1233.  
  1234. elseif (selection == "Thaw") then
  1235. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1236. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1237. targ = mouse.Target
  1238. if targ == nil then return end
  1239. if targ.Parent.className ~= "Model" then return end
  1240. if targ.Parent:FindFirstChild("Humanoid") ~= nil
  1241. then
  1242. b = targ.Parent
  1243. b.Humanoid.MaxHealth = 100
  1244. b.Humanoid.WalkSpeed = 16
  1245. if b:FindFirstChild("Head") ~= nil
  1246. then b.Head.Anchored = false
  1247. b.Head.Material = "Plastic"
  1248. b.Head.BrickColor = BrickColor.new(24)
  1249. end
  1250. if b:FindFirstChild("Torso") ~= nil
  1251. then b.Torso.Anchored = false
  1252. b.Torso.Material = "Plastic"
  1253. b.Torso.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
  1254. if b.Torso:FindFirstChild("Smoke") ~= nil then a.Torso.Smoke:Remove() end
  1255. if b.Torso:FindFirstChild("BodyPosition") ~= nil then a.Torso.BodyPosition:Remove() end
  1256. bla = Instance.new("SelectionPartLasso")
  1257. bla.Parent = game.Workspace
  1258. bla.Humanoid = dronelol.Flyer.Humanoid
  1259. bla.Part = b.Torso
  1260. bla.Name = lassolol
  1261. bla.Color = BrickColor.new("Bright green")
  1262. end
  1263. if b:FindFirstChild("Left Arm") ~= nil
  1264. then b["Left Arm"].Anchored = false
  1265. b["Left Arm"].Material = "Plastic"
  1266. b["Left Arm"].BrickColor = BrickColor.new(24)
  1267. end
  1268. if b:FindFirstChild("Right Arm") ~= nil
  1269. then b["Right Arm"].Anchored = false
  1270. b["Right Arm"].Material = "Plastic"
  1271. b["Right Arm"].BrickColor = BrickColor.new(24)
  1272. end
  1273. if b:FindFirstChild("Right Leg") ~= nil
  1274. then b["Right Leg"].Anchored = false
  1275. b["Right Leg"].Material = "Plastic"
  1276. b["Right Leg"].BrickColor = BrickColor.new(23)
  1277. end
  1278. if b:FindFirstChild("Left Leg") ~= nil
  1279. then b["Left Leg"].Anchored = false
  1280. b["Left Leg"].Material = "Plastic"
  1281. b["Left Leg"].BrickColor = BrickColor.new(23)
  1282. end
  1283. if b.Head:FindFirstChild("face") ~= nil
  1284. then b.Head.face.Texture = "http://www.roblox.com/asset/?id=10377544"
  1285. end
  1286. end
  1287. end
  1288. end
  1289.  
  1290.  
  1291.  
  1292. elseif (selection == "SpinPeople") then
  1293. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1294. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1295. targ = mouse.Target
  1296. if targ == nil then return end
  1297. if targ.Parent.className ~= "Model" then return end
  1298. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  1299. b = targ.Parent
  1300. if b:FindFirstChild("Torso") ~= nil then
  1301. bla = Instance.new("SelectionPartLasso")
  1302. bla.Parent = game.Workspace
  1303. bla.Humanoid = dronelol.Flyer.Humanoid
  1304. bla.Part = targ
  1305. bla.Name = lassolol
  1306. bla.Color = BrickColor.new("Lavender")
  1307. stay = Instance.new("BodyPosition")
  1308. stay.position = b.Torso.Position
  1309. stay.Parent = b.Torso
  1310. stay.maxForce = Vector3.new(math.huge * math.huge, math.huge * math.huge, math.huge * math.huge)
  1311. spin = Instance.new("BodyAngularVelocity")
  1312. spin.Parent = b.Torso
  1313. spin.maxTorque = Vector3.new(4000, 9999999, 4000)
  1314. spin.angularvelocity = Vector3.new(0, 20, 0)
  1315. wait()
  1316. end
  1317. end
  1318. end
  1319. end
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327. elseif (selection == "Moustache") then
  1328. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1329. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1330. targ = mouse.Target
  1331. if targ == nil then return end
  1332. if targ.Parent.className ~= "Model" then return end
  1333. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  1334. b = targ.Parent
  1335. if b:FindFirstChild("Torso") ~= nil then
  1336. bla = Instance.new("SelectionPartLasso")
  1337. bla.Parent = game.Workspace
  1338. bla.Humanoid = dronelol.Flyer.Humanoid
  1339. bla.Part = b.Torso
  1340. bla.Name = lassolol
  1341. bla.Color = BrickColor.new("Bright blue")
  1342. end
  1343. if b:FindFirstChild("Head") ~= nil then
  1344. if b.Head:FindFirstChild("face") ~= nil then
  1345. b.Head.face.Texture = "http://www.roblox.com/asset/?id=25653417"
  1346. end
  1347. end
  1348. end
  1349. end
  1350. end
  1351.  
  1352.  
  1353.  
  1354. elseif (selection == "Giant") then
  1355. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1356. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1357. targ = mouse.Target
  1358. if targ == nil then return end
  1359. if targ.Parent.className ~= "Model" then return end
  1360. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  1361. b = targ.Parent
  1362. b.Humanoid.WalkSpeed = 22
  1363. if b:FindFirstChild("Head") ~= nil then
  1364. b.Head.Mesh.Scale = Vector3.new(2.5, 2.5, 2.5)
  1365. b.Torso.Neck.C0 = CFrame.fromEulerAnglesXYZ(-1.57, 0, -3.14) + Vector3.new(0, 5.6, 0)
  1366. b.Head.BrickColor = BrickColor.new(24)
  1367. end
  1368. if b:FindFirstChild("Torso") ~= nil then
  1369. m1 = Instance.new("BlockMesh")
  1370. m1.Parent = b.Torso
  1371. m1.Scale = Vector3.new(2, 2, 2)
  1372. m1.Offset = Vector3.new(0, 3, 0)
  1373. b.Torso.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
  1374. bla = Instance.new("SelectionPartLasso")
  1375. bla.Parent = game.Workspace
  1376. bla.Humanoid = dronelol.Flyer.Humanoid
  1377. bla.Part = b.Torso
  1378. bla.Name = lassolol
  1379. end
  1380. if b:FindFirstChild("Left Arm") ~= nil then
  1381. m3 = Instance.new("BlockMesh")
  1382. m3.Parent = b["Left Arm"]
  1383. m3.Scale = Vector3.new(2, 2, 2)
  1384. m3.Offset = Vector3.new(0, -1, 0)
  1385. b.Torso["Left Shoulder"].C0 = CFrame.fromEulerAnglesXYZ(3.14, 4.71, -3.14) + Vector3.new(-2.5, 4.5, 0)
  1386. b["Left Arm"].BrickColor = BrickColor.new(24)
  1387. end
  1388. if b:FindFirstChild("Right Arm") ~= nil then
  1389. m2 = Instance.new("BlockMesh")
  1390. m2.Parent = b["Right Arm"]
  1391. m2.Scale = Vector3.new(2, 2, 2)
  1392. m2.Offset = Vector3.new(0, -1, 0)
  1393. b.Torso["Right Shoulder"].C0 = CFrame.fromEulerAnglesXYZ(-3.14, -4.71, 3.14) + Vector3.new(2.5, 4.5, 0)
  1394. b["Right Arm"].BrickColor = BrickColor.new(24)
  1395. end
  1396. if b:FindFirstChild("Right Leg") ~= nil then
  1397. m5 = Instance.new("BlockMesh")
  1398. m5.Parent = b["Right Leg"]
  1399. m5.Scale = Vector3.new(2, 2, 2)
  1400. m5.Offset = Vector3.new(0, -1, 0)
  1401. b.Torso["Right Hip"].C0 = CFrame.fromEulerAnglesXYZ(3.14, -4.71, 3.14) + Vector3.new(1.5, 1, 0)
  1402. b["Right Leg"].BrickColor = BrickColor.new(23)
  1403. end
  1404. if b:FindFirstChild("Left Leg") ~= nil then
  1405. m4 = Instance.new("BlockMesh")
  1406. m4.Parent = b["Left Leg"]
  1407. m4.Scale = Vector3.new(2, 2, 2)
  1408. m4.Offset = Vector3.new(0, -1, 0)
  1409. b.Torso["Left Hip"].C0 = CFrame.fromEulerAnglesXYZ(3.14, 4.71, 3.14) + Vector3.new(-1.5, 1, 0)
  1410. b["Left Leg"].BrickColor = BrickColor.new(23)
  1411. end
  1412. if b.Torso:FindFirstChild("roblox") ~= nil
  1413. then b.Torso.roblox:Remove()
  1414. end
  1415. if b.Torso:FindFirstChild("Shirt Graphic") ~= nil
  1416. then b["Shirt Graphic"]:Remove()
  1417. end
  1418. if b:FindFirstChild("Shirt") ~= nil
  1419. then b.Shirt:Remove()
  1420. end
  1421. if b:FindFirstChild("Pants") ~= nil
  1422. then b.Pants:Remove()
  1423. end
  1424. c= b:GetChildren()
  1425. for i= 1, #c do
  1426. if c[i].className == "Hat" then
  1427. lol = c[i]:FindFirstChild("Handle")
  1428. if lol ~= nil then
  1429. lol:Remove()
  1430. end
  1431. end
  1432. end
  1433. end
  1434. end
  1435. end
  1436.  
  1437.  
  1438.  
  1439. elseif (selection == "Freeze") then
  1440. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1441. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1442. targ = mouse.Target
  1443. if targ == nil then return end
  1444. if targ.Parent.className ~= "Model" then return end
  1445. if targ.Parent:FindFirstChild("Humanoid") ~= nil
  1446. then
  1447. b = targ.Parent
  1448. b.Humanoid.MaxHealth = 0
  1449. b.Humanoid.WalkSpeed = 0.0000000000000000000001
  1450. if b:FindFirstChild("Head") ~= nil
  1451. then b.Head.Anchored = true
  1452. b.Head.Material = "Ice"
  1453. b.Head.BrickColor = BrickColor.new(1)
  1454. end
  1455. if b:FindFirstChild("Torso") ~= nil
  1456. then b.Torso.Anchored = true
  1457. b.Torso.Material = "Ice"
  1458. b.Torso.BrickColor = BrickColor.new(1)
  1459. uhoh = Instance.new("Smoke")
  1460. uhoh.Parent = b.Torso
  1461. uhoh.Opacity = 0.3
  1462. stuck = Instance.new("BodyPosition")
  1463. stuck.Parent = b.Torso
  1464. stuck.position = b.Torso.Position
  1465. stuck.maxForce = Vector3.new(math.huge*math.huge,math.huge*math.huge,math.huge*math.huge)
  1466. bla = Instance.new("SelectionPartLasso")
  1467. bla.Parent = game.Workspace
  1468. bla.Humanoid = dronelol.Flyer.Humanoid
  1469. bla.Part = b.Torso
  1470. bla.Name = lassolol
  1471. bla.Color = BrickColor.new("Toothpaste")
  1472. end
  1473. if b:FindFirstChild("Left Arm") ~= nil
  1474. then b["Left Arm"].Anchored = true
  1475. b["Left Arm"].Material = "Ice"
  1476. b["Left Arm"].BrickColor = BrickColor.new(1)
  1477. end
  1478. if b:FindFirstChild("Right Arm") ~= nil
  1479. then b["Right Arm"].Anchored = true
  1480. b["Right Arm"].Material = "Ice"
  1481. b["Right Arm"].BrickColor = BrickColor.new(1)
  1482. end
  1483. if b:FindFirstChild("Right Leg") ~= nil
  1484. then b["Right Leg"].Anchored = true
  1485. b["Right Leg"].Material = "Ice"
  1486. b["Right Leg"].BrickColor = BrickColor.new(1)
  1487. end
  1488. if b:FindFirstChild("Left Leg") ~= nil
  1489. then b["Left Leg"].Anchored = true
  1490. b["Left Leg"].Material = "Ice"
  1491. b["Left Leg"].BrickColor = BrickColor.new(1)
  1492. end
  1493. if b.Torso:FindFirstChild("roblox") ~= nil
  1494. then b.Torso.roblox:Remove()
  1495. end
  1496. if b.Torso:FindFirstChild("Shirt Graphic") ~= nil
  1497. then b["Shirt Graphic"]:Remove()
  1498. end
  1499. if b:FindFirstChild("Shirt") ~= nil
  1500. then b.Shirt:Remove()
  1501. end
  1502. if b:FindFirstChild("Pants") ~= nil
  1503. then b.Pants:Remove()
  1504. end
  1505. if b.Head:FindFirstChild("face") ~= nil
  1506. then b.Head.face.Texture = "http://www.roblox.com/asset/?id=11206744"
  1507. end
  1508. end
  1509. end
  1510. end
  1511.  
  1512.  
  1513. elseif (selection == "DuckRay") then
  1514. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1515. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1516. targ = mouse.Target
  1517. if targ == nil then return end
  1518. if targ.Parent.className ~= "Model" then return end
  1519. if targ.Parent:FindFirstChild("Humanoid") ~= nil
  1520. then
  1521. b = targ.Parent
  1522. if b:FindFirstChild("Head") ~= nil then
  1523. b.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=9419831"
  1524. b.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=9419827"
  1525. b.Head.Mesh.Scale = Vector3.new(10,10,10)
  1526. bla = Instance.new("SelectionPartLasso")
  1527. bla.Parent = game.Workspace
  1528. bla.Humanoid = dronelol.Flyer.Humanoid
  1529. bla.Part = targ.Parent.Torso
  1530. bla.Name = lassolol
  1531. bla.Color = BrickColor.new("Bright yellow")
  1532. end
  1533. if a:FindFirstChild("Right Arm") ~= nil then
  1534. b["Right Arm"].Transparency = 1
  1535. end
  1536. if a:FindFirstChild("Left Arm") ~= nil then
  1537. b["Left Arm"].Transparency = 1
  1538. end
  1539. if a:FindFirstChild("Right Leg") ~= nil then
  1540. b["Right Leg"].Transparency = 1
  1541. end
  1542. if a:FindFirstChild("Left Leg") ~= nil then
  1543. b["Left Leg"].Transparency = 1
  1544. end
  1545. if a:FindFirstChild("Torso") ~= nil then
  1546. b.Torso.Transparency = 1
  1547. end
  1548. c= b:GetChildren()
  1549. for i= 1, #c do
  1550. if c[i].className == "Hat" then
  1551. lol = c[i]:FindFirstChild("Handle")
  1552. if lol ~= nil then
  1553. lol:Remove()
  1554. end
  1555. end
  1556. end
  1557. end
  1558. end
  1559. end
  1560.  
  1561.  
  1562.  
  1563. elseif (selection == "HairRay") then
  1564. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1565. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1566. targ = mouse.Target
  1567. if targ == nil then return end
  1568. if targ.Parent.className ~= "Model" then return end
  1569. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  1570. b = targ.Parent
  1571. if a:FindFirstChild("Torso") ~= nil then
  1572. bla = Instance.new("SelectionPartLasso")
  1573. bla.Parent = game.Workspace
  1574. bla.Humanoid = dronelol.Flyer.Humanoid
  1575. bla.Part = targ.Parent.Torso
  1576. bla.Name = lassolol
  1577. bla.Color = BrickColor.new("Bright yellow")
  1578. end
  1579. c= b:GetChildren()
  1580. for i= 1, #c do
  1581. if c[i].className == "Hat" then
  1582. lol = c[i]:FindFirstChild("Handle")
  1583. if lol ~= nil then
  1584. mesh = lol:FindFirstChild("Mesh")
  1585. if mesh ~= nil then
  1586. mesh.MeshId = "http://www.roblox.com/asset/?id=19999424"
  1587. mesh.TextureId = "http://www.roblox.com/asset/?id=20571982"
  1588. mesh.Scale = Vector3.new(1.07, 1.07, 1.07)
  1589. mesh.Parent.Parent.AttachmentForward = Vector3.new(0.196, -0, -0.981)
  1590. mesh.Parent.Parent.AttachmentPos = Vector3.new(0.12, 0.3, -0.07)
  1591. mesh.Parent.Parent.AttachmentRight = Vector3.new(0.981, 0, 0.196)
  1592. mesh.Parent.Parent.AttachmentUp = Vector3.new(0, 1, -0)
  1593. end
  1594. end
  1595. end
  1596. end
  1597. end
  1598. end
  1599. end
  1600.  
  1601.  
  1602.  
  1603. elseif (selection == "Crush") then
  1604. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1605. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1606. targ = mouse.Target
  1607. if targ == nil then return end
  1608. if targ.Parent.className ~= "Model" then return end
  1609. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  1610. if debuggeriscool == false then
  1611. debuggeriscool = true
  1612. bla = Instance.new("SelectionPartLasso")
  1613. bla.Parent = game.Workspace
  1614. bla.Humanoid = dronelol.Flyer.Humanoid
  1615. bla.Part = targ.Parent.Torso
  1616. bla.Name = lassolol
  1617. bla.Color = BrickColor.new("Royal purple")
  1618. d = targ.Parent
  1619. dai = Instance.new("Part")
  1620. dai.Parent = game.Workspace
  1621. dai.Size = Vector3.new(10,100,10)
  1622. b = d.Head.Position
  1623. dai.Position = Vector3.new(b.x,b.y + 100,b.z)
  1624. dai.Anchored = false
  1625. dai.CanCollide = true
  1626. dai.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
  1627. dai.Locked = true
  1628. dai.Name = "DAI"
  1629. dai.TopSurface = "Smooth"
  1630. dai.BottomSurface = "Smooth"
  1631. wait(1)
  1632. d:BreakJoints()
  1633. wait(4)
  1634. dai:Remove()
  1635. debuggeriscool = false
  1636. end
  1637. end
  1638. end
  1639. end
  1640.  
  1641.  
  1642.  
  1643. elseif (selection == "Seatgun") then
  1644. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1645. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1646. targ = mouse.Target
  1647. if targ == nil then return end
  1648. if targ.Parent.className ~= "Model" then return end
  1649. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  1650. targ.Parent.Humanoid.Sit = true
  1651. flying = Instance.new("BodyVelocity")
  1652. flying.Parent = targ
  1653. flying.maxForce = Vector3.new(99999, 4000, 4000)
  1654. flying.velocity = Vector3.new(99999, 0, 0)
  1655. bla = Instance.new("SelectionPartLasso")
  1656. bla.Parent = game.Workspace
  1657. bla.Humanoid = dronelol.Flyer.Humanoid
  1658. bla.Part = targ.Parent.Torso
  1659. bla.Name = lassolol
  1660. bla.Color = BrickColor.new("Earth green")
  1661. end
  1662. end
  1663. end
  1664.  
  1665.  
  1666. elseif (selection == "Sit") then
  1667. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1668. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1669. targ = mouse.Target
  1670. if targ == nil then return end
  1671. if targ.Parent.className ~= "Model" then return end
  1672. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  1673. targ.Parent.Humanoid.Sit = true
  1674. bla = Instance.new("SelectionPartLasso")
  1675. bla.Parent = game.Workspace
  1676. bla.Humanoid = dronelol.Flyer.Humanoid
  1677. bla.Part = targ.Parent.Torso
  1678. bla.Name = lassolol
  1679. bla.Color = BrickColor.new("Camo")
  1680. end
  1681. end
  1682. end
  1683.  
  1684.  
  1685. elseif (selection == "Backwards") then
  1686. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1687. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1688. targ = mouse.Target
  1689. if targ == nil then return end
  1690. if targ.Parent.className ~= "Model" then return end
  1691. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  1692. targ.Parent.Humanoid.WalkSpeed = -16
  1693. bla = Instance.new("SelectionPartLasso")
  1694. bla.Parent = game.Workspace
  1695. bla.Humanoid = dronelol.Flyer.Humanoid
  1696. bla.Part = targ.Parent.Torso
  1697. bla.Name = lassolol
  1698. bla.Color = BrickColor.new("Bright red")
  1699. end
  1700. end
  1701. end
  1702.  
  1703.  
  1704. elseif (selection == "Shrink") then
  1705. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1706. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1707. targ = mouse.Target
  1708. if targ == nil then return end
  1709. if targ.Parent.className ~= "Model" then return end
  1710. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  1711. b = targ.Parent
  1712. b.Humanoid.WalkSpeed = 6
  1713. if b:FindFirstChild("Head") ~= nil
  1714. then b.Head.Mesh.Scale = Vector3.new(0.3125, 0.3125, 0.3125)
  1715. b.Torso.Neck.C0 = CFrame.fromEulerAnglesXYZ(-1.57, 0, -3.14) + Vector3.new(0, -2.21, 0)
  1716. b.Head.BrickColor = BrickColor.new(24)
  1717. end
  1718. if b:FindFirstChild("Torso") ~= nil
  1719. then m1 = Instance.new("BlockMesh")
  1720. m1.Parent = b.Torso
  1721. m1.Scale = Vector3.new(0.25, 0.25, 0.25)
  1722. m1.Offset = Vector3.new(0, -2.1, 0)
  1723. velo = Instance.new("BodyVelocity")
  1724. velo.Parent = b.Torso
  1725. velo.velocity = Vector3.new(0, -99999, 0)
  1726. b.Torso.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
  1727. b.Torso.CanCollide = false
  1728. bla = Instance.new("SelectionPartLasso")
  1729. bla.Parent = game.Workspace
  1730. bla.Humanoid = dronelol.Flyer.Humanoid
  1731. bla.Part = b.Torso
  1732. bla.Name = lassolol
  1733. bla.Color = BrickColor.new("White")
  1734. end
  1735. if b:FindFirstChild("Left Arm") ~= nil
  1736. then m3 = Instance.new("BlockMesh")
  1737. m3.Parent = b["Left Arm"]
  1738. m3.Scale = Vector3.new(0.25, 0.25, 0.25)
  1739. m3.Offset = Vector3.new(0, 0.3, 0)
  1740. b.Torso["Left Shoulder"].C0 = CFrame.fromEulerAnglesXYZ(3.14, 4.71, -3.14) + Vector3.new(0.12, -1.9, 0)
  1741. b["Left Arm"].BrickColor = BrickColor.new(24)
  1742. end
  1743. if b:FindFirstChild("Right Arm") ~= nil
  1744. then m2 = Instance.new("BlockMesh")
  1745. m2.Parent = b["Right Arm"]
  1746. m2.Scale = Vector3.new(0.25, 0.25, 0.25)
  1747. m2.Offset = Vector3.new(0, 0.3, 0)
  1748. b.Torso["Right Shoulder"].C0 = CFrame.fromEulerAnglesXYZ(-3.14, -4.71, 3.14) + Vector3.new(-0.12, -1.9, 0)
  1749. b["Right Arm"].BrickColor = BrickColor.new(24)
  1750. end
  1751. if b:FindFirstChild("Right Leg") ~= nil
  1752. then m5 = Instance.new("BlockMesh")
  1753. m5.Parent = b["Right Leg"]
  1754. m5.Scale = Vector3.new(0.25, 0.25, 0.25)
  1755. m5.Offset = Vector3.new(0, 0.7, 0)
  1756. b.Torso["Right Hip"].C0 = CFrame.fromEulerAnglesXYZ(3.14, -4.71, 3.14) + Vector3.new(0.625, -2.3, 0)
  1757. b["Right Leg"].BrickColor = BrickColor.new(23)
  1758. end
  1759. if b:FindFirstChild("Left Leg") ~= nil
  1760. then m4 = Instance.new("BlockMesh")
  1761. m4.Parent = b["Left Leg"]
  1762. m4.Scale = Vector3.new(0.25, 0.25, 0.25)
  1763. m4.Offset = Vector3.new(0, 0.7, 0)
  1764. b.Torso["Left Hip"].C0 = CFrame.fromEulerAnglesXYZ(3.14, 4.71, 3.14) + Vector3.new(-0.625, -2.3, 0)
  1765. b["Left Leg"].BrickColor = BrickColor.new(23)
  1766. end
  1767. if b.Torso:FindFirstChild("roblox") ~= nil
  1768. then b.Torso.roblox:Remove()
  1769. end
  1770. if b.Torso:FindFirstChild("Shirt Graphic") ~= nil
  1771. then b["Shirt Graphic"]:Remove()
  1772. end
  1773. if b:FindFirstChild("Shirt") ~= nil
  1774. then b.Shirt:Remove()
  1775. end
  1776. if b:FindFirstChild("Pants") ~= nil
  1777. then b.Pants:Remove()
  1778. end
  1779. c= b:GetChildren()
  1780. for i= 1, #c do
  1781. if c[i].className == "Hat" then
  1782. lol = c[i]:FindFirstChild("Handle")
  1783. if lol ~= nil then
  1784. lol:Remove()
  1785. end
  1786. end
  1787. end
  1788. end
  1789. end
  1790. end
  1791.  
  1792.  
  1793.  
  1794.  
  1795.  
  1796. elseif (selection == "Kick") then
  1797. if game.Workspace:FindFirstChild(dronenamelol) ~= nil then
  1798. if dronelol.Flyer:FindFirstChild("Torso") ~= nil then
  1799. targ = mouse.Target
  1800. if targ == nil then return end
  1801. if targ.Parent.className ~= "Model" then return end
  1802. if targ.Parent:FindFirstChild("Humanoid") ~= nil then
  1803. if game.Players:FindFirstChild(targ.Parent.Name) ~= nil then
  1804. b = targ.Parent
  1805. evilnoob = game.Players:FindFirstChild(b.Name)
  1806. wait()
  1807. evilnoob:Remove()
  1808. end
  1809. end
  1810. end
  1811. end
  1812.  
  1813.  
  1814. end
  1815. end
  1816.  
  1817.  
  1818. function onButton1Up(mouse)
  1819. if game.Workspace:FindFirstChild(lassolol) ~= nil then
  1820. deletelasso = game.Workspace:FindFirstChild(lassolol)
  1821. deletelasso:Remove()
  1822. end
  1823. end
  1824.  
  1825.  
  1826.  
  1827. function onHelp()
  1828. if script.Parent.Parent.Parent.className == "Player" then
  1829. a = script.Parent.Parent.Parent
  1830. if a.PlayerGui:FindFirstChild("HelpGui") == nil then
  1831. Gui1 = Instance.new("ScreenGui")
  1832. Gui1.Parent = a.PlayerGui
  1833. Gui1.Name = "HelpGui"
  1834. wait()
  1835. Gui2 = Instance.new("Frame")
  1836. Gui2.Parent = Gui1
  1837. Gui2.Name = "Back"
  1838. Gui2.BorderColor3 = Color3.new(0, 0, 0)
  1839. Gui2.BackgroundColor3 = Color3.new(0.7, 0.7, 0.7)
  1840. Gui2.Position = UDim2.new(0.319999993, 0, 0.100000001, 0)
  1841. Gui2.Size = UDim2.new(0, 400, 0, 400)
  1842. wait()
  1843. Gui3 = Instance.new("TextButton")
  1844. Gui3.Parent = Gui1
  1845. Gui3.Name = "Inst1"
  1846. Gui3.BorderColor3 = Color3.new(0, 0, 0)
  1847. Gui3.BackgroundColor3 = Color3.new(0, 0, 0)
  1848. Gui3.Position = UDim2.new(0.319999993, 0, 0.100000001, 10)
  1849. Gui3.Size = UDim2.new(0, 400, 0, 4)
  1850. Gui3.TextColor3 = Color3.new(0, 0, 0)
  1851. Gui3.Text = "Thanks for using DevexDrone V 5."
  1852. Gui3.AutoButtonColor = false
  1853. Gui3.BackgroundTransparency = 1
  1854.  
  1855. Gui4 = Instance.new("TextButton")
  1856. Gui4.Parent = Gui1
  1857. Gui4.Name = "Inst2"
  1858. Gui4.BorderColor3 = Color3.new(0, 0, 0)
  1859. Gui4.BackgroundColor3 = Color3.new(0, 0, 0)
  1860. Gui4.Position = UDim2.new(0.319999993, 0, 0.100000001, 50)
  1861. Gui4.Size = UDim2.new(0, 400, 0, 4)
  1862. Gui4.TextColor3 = Color3.new(0, 0, 0)
  1863. Gui4.Text = "To use the Drone, keep the tool selected at all times. Type inside the command bar"
  1864. Gui4.AutoButtonColor = false
  1865. Gui4.BackgroundTransparency = 1
  1866.  
  1867. Gui5 = Instance.new("TextButton")
  1868. Gui5.Parent = Gui1
  1869. Gui5.Name = "Inst3"
  1870. Gui5.BorderColor3 = Color3.new(0, 0, 0)
  1871. Gui5.BackgroundColor3 = Color3.new(0, 0, 0)
  1872. Gui5.Position = UDim2.new(0.319999993, 0, 0.100000001, 65)
  1873. Gui5.Size = UDim2.new(0, 400, 0, 4)
  1874. Gui5.TextColor3 = Color3.new(0, 0, 0)
  1875. Gui5.Text = "the command you want to use. Then press activate."
  1876. Gui5.AutoButtonColor = false
  1877. Gui5.BackgroundTransparency = 1
  1878.  
  1879. Gui6 = Instance.new("TextButton")
  1880. Gui6.Parent = Gui1
  1881. Gui6.Name = "Inst4"
  1882. Gui6.BorderColor3 = Color3.new(0, 0, 0)
  1883. Gui6.BackgroundColor3 = Color3.new(0, 0, 0)
  1884. Gui6.Position = UDim2.new(0.319999993, 0, 0.100000001, 80)
  1885. Gui6.Size = UDim2.new(0, 400, 0, 4)
  1886. Gui6.TextColor3 = Color3.new(0, 0, 0)
  1887. Gui6.Text = "Some commands will require you to click on an object to use them though."
  1888. Gui6.AutoButtonColor = false
  1889. Gui6.BackgroundTransparency = 1
  1890.  
  1891. Gui7 = Instance.new("TextButton")
  1892. Gui7.Parent = Gui1
  1893. Gui7.Name = "Inst5"
  1894. Gui7.BorderColor3 = Color3.new(0, 0, 0)
  1895. Gui7.BackgroundColor3 = Color3.new(0, 0, 0)
  1896. Gui7.Position = UDim2.new(0.319999993, 0, 0.100000001, 115)
  1897. Gui7.Size = UDim2.new(0, 400, 0, 4)
  1898. Gui7.TextColor3 = Color3.new(0, 0, 0)
  1899. Gui7.Text = "The commands are as follows:"
  1900. Gui7.AutoButtonColor = false
  1901. Gui7.BackgroundTransparency = 1
  1902.  
  1903. Gui8 = Instance.new("TextButton")
  1904. Gui8.Parent = Gui1
  1905. Gui8.Name = "Inst6"
  1906. Gui8.BorderColor3 = Color3.new(0, 0, 0)
  1907. Gui8.BackgroundColor3 = Color3.new(0, 0, 0)
  1908. Gui8.Position = UDim2.new(0.319999993, 0, 0.100000001, 150)
  1909. Gui8.Size = UDim2.new(0, 400, 0, 4)
  1910. Gui8.TextColor3 = Color3.new(0, 0, 0)
  1911. Gui8.Text = "kill ray, kill others, kick ray, kick others, freeze ray, shrink ray, sit ray, disorient ray,"
  1912. Gui8.AutoButtonColor = false
  1913. Gui8.BackgroundTransparency = 1
  1914.  
  1915. Gui9 = Instance.new("TextButton")
  1916. Gui9.Parent = Gui1
  1917. Gui9.Name = "Inst7"
  1918. Gui9.BorderColor3 = Color3.new(0, 0, 0)
  1919. Gui9.BackgroundColor3 = Color3.new(0, 0, 0)
  1920. Gui9.Position = UDim2.new(0.319999993, 0, 0.100000001, 160)
  1921. Gui9.Size = UDim2.new(0, 400, 0, 4)
  1922. Gui9.TextColor3 = Color3.new(0, 0, 0)
  1923. Gui9.Text = "fire ray, crush mode, limb remove ray, reverse gravity ray, defence mode, move,"
  1924. Gui9.AutoButtonColor = false
  1925. Gui9.BackgroundTransparency = 1
  1926.  
  1927. Gui10 = Instance.new("TextButton")
  1928. Gui10.Parent = Gui1
  1929. Gui10.Name = "Inst8"
  1930. Gui10.BorderColor3 = Color3.new(0, 0, 0)
  1931. Gui10.BackgroundColor3 = Color3.new(0, 0, 0)
  1932. Gui10.Position = UDim2.new(0.319999993, 0, 0.100000001, 170)
  1933. Gui10.Size = UDim2.new(0, 400, 0, 4)
  1934. Gui10.TextColor3 = Color3.new(0, 0, 0)
  1935. Gui10.Text = " turn purple, down, up, turn red, turn green, turn blue, turn white, turn black,"
  1936. Gui10.AutoButtonColor = false
  1937. Gui10.BackgroundTransparency = 1
  1938.  
  1939. Gui11 = Instance.new("TextButton")
  1940. Gui11.Parent = Gui1
  1941. Gui11.Name = "Inst9"
  1942. Gui11.BorderColor3 = Color3.new(0, 0, 0)
  1943. Gui11.BackgroundColor3 = Color3.new(0, 0, 0)
  1944. Gui11.Position = UDim2.new(0.319999993, 0, 0.100000001, 180)
  1945. Gui11.Size = UDim2.new(0, 400, 0, 4)
  1946. Gui11.TextColor3 = Color3.new(0, 0, 0)
  1947. Gui11.Text = "moustache ray, duck ray, giant ray, shrink ray, pri on, pri off, day, night,"
  1948. Gui11.AutoButtonColor = false
  1949. Gui11.BackgroundTransparency = 1
  1950.  
  1951. Gui13 = Instance.new("TextButton")
  1952. Gui13.Parent = Gui1
  1953. Gui13.Name = "Inst10"
  1954. Gui13.BorderColor3 = Color3.new(0, 0, 0)
  1955. Gui13.BackgroundColor3 = Color3.new(0, 0, 0)
  1956. Gui13.Position = UDim2.new(0.319999993, 0, 0.100000001, 190)
  1957. Gui13.Size = UDim2.new(0, 400, 0, 4)
  1958. Gui13.TextColor3 = Color3.new(0, 0, 0)
  1959. Gui13.Text = "shaggy hair ray, seat gun, shrink bricks ray, impale mode, black hole ray, spin ray,"
  1960. Gui13.AutoButtonColor = false
  1961. Gui13.BackgroundTransparency = 1
  1962.  
  1963. Gui14 = Instance.new("TextButton")
  1964. Gui14.Parent = Gui1
  1965. Gui14.Name = "Inst11"
  1966. Gui14.BorderColor3 = Color3.new(0, 0, 0)
  1967. Gui14.BackgroundColor3 = Color3.new(0, 0, 0)
  1968. Gui14.Position = UDim2.new(0.319999993, 0, 0.100000001, 200)
  1969. Gui14.Size = UDim2.new(0, 400, 0, 4)
  1970. Gui14.TextColor3 = Color3.new(0, 0, 0)
  1971. Gui14.Text = "turn invisible, turn visible, delete ray, purple ray, green ray, yellow ray, red ray,"
  1972. Gui14.AutoButtonColor = false
  1973. Gui14.BackgroundTransparency = 1
  1974.  
  1975. Gui15 = Instance.new("TextButton")
  1976. Gui15.Parent = Gui1
  1977. Gui15.Name = "Inst12"
  1978. Gui15.BorderColor3 = Color3.new(0, 0, 0)
  1979. Gui15.BackgroundColor3 = Color3.new(0, 0, 0)
  1980. Gui15.Position = UDim2.new(0.319999993, 0, 0.100000001, 210)
  1981. Gui15.Size = UDim2.new(0, 400, 0, 4)
  1982. Gui15.TextColor3 = Color3.new(0, 0, 0)
  1983. Gui15.Text = "blue ray, grass ray, wood ray, corrode ray, mesh ray, head rocket ray"
  1984. Gui15.AutoButtonColor = false
  1985. Gui15.BackgroundTransparency = 1
  1986.  
  1987. Gui16 = Instance.new("TextButton")
  1988. Gui16.Parent = Gui1
  1989. Gui16.Name = "Inst13"
  1990. Gui16.BorderColor3 = Color3.new(0, 0, 0)
  1991. Gui16.BackgroundColor3 = Color3.new(0, 0, 0)
  1992. Gui16.Position = UDim2.new(0.319999993, 0, 0.100000001, 220)
  1993. Gui16.Size = UDim2.new(0, 400, 0, 4)
  1994. Gui16.TextColor3 = Color3.new(0, 0, 0)
  1995. Gui16.Text = "limb displace ray, corpse ray, rage explode ray, dispense duck, forcefield ray"
  1996. Gui16.AutoButtonColor = false
  1997. Gui16.BackgroundTransparency = 1
  1998.  
  1999. Gui17 = Instance.new("TextButton")
  2000. Gui17.Parent = Gui1
  2001. Gui17.Name = "Inst14"
  2002. Gui17.BorderColor3 = Color3.new(0, 0, 0)
  2003. Gui17.BackgroundColor3 = Color3.new(0, 0, 0)
  2004. Gui17.Position = UDim2.new(0.319999993, 0, 0.100000001, 230)
  2005. Gui17.Size = UDim2.new(0, 400, 0, 4)
  2006. Gui17.TextColor3 = Color3.new(0, 0, 0)
  2007. Gui17.Text = "thaw ray, glass ray, create drone, c, become drone, b."
  2008. Gui17.AutoButtonColor = false
  2009. Gui17.BackgroundTransparency = 1
  2010.  
  2011. Gui18 = Instance.new("TextButton")
  2012. Gui18.Parent = Gui1
  2013. Gui18.Name = "Inst15"
  2014. Gui18.BorderColor3 = Color3.new(0, 0, 0)
  2015. Gui18.BackgroundColor3 = Color3.new(0, 0, 0)
  2016. Gui18.Position = UDim2.new(0.319999993, 0, 0.100000001, 270)
  2017. Gui18.Size = UDim2.new(0, 400, 0, 4)
  2018. Gui18.TextColor3 = Color3.new(0, 0, 0)
  2019. Gui18.Text = "To get started, say, 'create drone' or 'c' and click in the location you prefer,"
  2020. Gui18.AutoButtonColor = false
  2021. Gui18.BackgroundTransparency = 1
  2022.  
  2023. Gui12 = Instance.new("TextButton")
  2024. Gui12.Parent = Gui1
  2025. Gui12.Name = "Inst16"
  2026. Gui12.BorderColor3 = Color3.new(0, 0, 0)
  2027. Gui12.BackgroundColor3 = Color3.new(0, 0, 0)
  2028. Gui12.Position = UDim2.new(0.319999993, 0, 0.100000001, 285)
  2029. Gui12.Size = UDim2.new(0, 400, 0, 4)
  2030. Gui12.TextColor3 = Color3.new(0, 0, 0)
  2031. Gui12.Text = "to create the drone. Then say, 'become drone' or 'b' to become the drone. Then say,"
  2032. Gui12.AutoButtonColor = false
  2033. Gui12.BackgroundTransparency = 1
  2034.  
  2035.  
  2036. Gui20 = Instance.new("TextButton")
  2037. Gui20.Parent = Gui1
  2038. Gui20.Name = "Inst17"
  2039. Gui20.BorderColor3 = Color3.new(0, 0, 0)
  2040. Gui20.BackgroundColor3 = Color3.new(0, 0, 0)
  2041. Gui20.Position = UDim2.new(0.319999993, 0, 0.100000001, 300)
  2042. Gui20.Size = UDim2.new(0, 400, 0, 4)
  2043. Gui20.TextColor3 = Color3.new(0, 0, 0)
  2044. Gui20.Text = "'move' and click in the location you would like to move to, to move the drone."
  2045. Gui20.AutoButtonColor = false
  2046. Gui20.BackgroundTransparency = 1
  2047.  
  2048.  
  2049.  
  2050. Gui19 = Instance.new("TextButton")
  2051. Gui19.Parent = Gui1
  2052. Gui19.Name = "Done"
  2053. Gui19.BorderColor3 = Color3.new(0, 0, 0)
  2054. Gui19.BackgroundColor3 = Color3.new(1, 0, 0)
  2055. Gui19.Position = UDim2.new(0.319999993, 155, 0.100000001, 320)
  2056. Gui19.Size = UDim2.new(0, 80, 0, 50)
  2057. Gui19.TextColor3 = Color3.new(0, 0, 0)
  2058. Gui19.Text = "Done"
  2059.  
  2060. script.Parent.Parent.Parent.PlayerGui.HelpGui.Done.MouseButton1Click:connect(onDelete)
  2061.  
  2062. end
  2063. end
  2064.  
  2065. end
  2066.  
  2067.  
  2068.  
  2069.  
  2070.  
  2071. function onDelete()
  2072. if script.Parent.Parent.Parent.PlayerGui:FindFirstChild("HelpGui") ~= nil then
  2073. if script.Parent.Parent.Parent.PlayerGui.HelpGui:FindFirstChild("Done") ~= nil then
  2074. script.Parent.Parent.Parent.PlayerGui.HelpGui:Remove()
  2075. end
  2076. end
  2077. end
  2078.  
  2079.  
  2080. function onS(mouse)
  2081. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  2082. mouse.Button1Up:connect(function() onButton1Up(mouse) end)
  2083. wait(0.05)
  2084. if script.Parent.Parent.Parent.PlayerGui:FindFirstChild("DroneGui") ~= nil then
  2085. if script.Parent.Parent.Parent.PlayerGui.DroneGui:FindFirstChild("Activate") ~= nil then
  2086. if script.Parent.Parent.Parent.PlayerGui.DroneGui:FindFirstChild("Help") ~= nil then
  2087. script.Parent.Parent.Parent.PlayerGui.DroneGui.Activate.MouseButton1Click:connect(onActivated)
  2088. script.Parent.Parent.Parent.PlayerGui.DroneGui.Help.MouseButton1Click:connect(onHelp)
  2089. end
  2090. end
  2091. end
  2092. end
  2093.  
  2094.  
  2095. script.Parent.Selected:connect(onGui)
  2096. script.Parent.Selected:connect(onS)
  2097.  
  2098.  
  2099.  
  2100.  
  2101.  
  2102.  
  2103.  
  2104.  
  2105.  
  2106.  
  2107.  
  2108.  
  2109.  
  2110. while true do
  2111. wait()
  2112. if primode == "On" then
  2113. a = script.Parent.Parent.Parent
  2114. pri = game.Players:GetChildren()
  2115. for i=1, #pri do
  2116. if pri[i].Name ~= a.Name then
  2117. if pri[i].Name ~= "lolnoobsroflmao" then
  2118. if pri[i].Name ~= "lolnoobsroflmao" then
  2119. if pri[i].Name ~= "someoneuhate" then
  2120. if pri[i].Name ~= "noob" then
  2121. if pri[i].Name ~= "lololopl" then
  2122. pri[i]:Remove()
  2123. end
  2124. end
  2125. end
  2126. end
  2127. end
  2128. end
  2129. end
  2130. end
  2131. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement