Dogeking

Dagunjet

Jun 4th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.32 KB | None | 0 0
  1. -- Dagunjet Script--
  2. --
  3. Player = game:GetService("Players").LocalPlayer
  4. Cha = Player.Character
  5. mouse = game.Players.LocalPlayer:GetMouse()
  6. Tool = Instance.new("HopperBin",Player.Backpack)
  7. Tool.Name = "3 Ring"
  8. Daggermode = true
  9. Gunzmode = true
  10. Jetpackmode = true
  11. function onClicked(mouse)
  12. if (not vDebounce) and Daggermode == false then
  13. vDebounce = true
  14. wa = Instance.new("Part",Char)
  15. wa.Transparency=1
  16. wa.CanCollide = false
  17. wa.Size = Vector3.new(1, 1, 1)
  18. wa:BreakJoints()
  19. Weld3 = Instance.new("Weld",wa)
  20. Weld3.Part0 = Bar
  21. Weld3.Part1 = wa
  22. Weld3.C0 = CFrame.new(0, 0, -2) * CFrame.Angles(0, 0, 0)
  23.  
  24. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -2.5)
  25. wait()
  26. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -2.1)
  27. wait()
  28. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -1.7)
  29. wait()
  30. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -1.3)
  31. wait()
  32. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -0.9)
  33. wait()
  34. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -0.5)
  35. wait()
  36. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -0.3)
  37. wait()
  38. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -0.5)
  39. wait()
  40. wa:remove()
  41.  
  42. vDebounce = false
  43. end
  44.  
  45. end
  46.  
  47. Tool.Selected:connect(function(mouse)
  48.  
  49. end)
  50.  
  51. mouse.Button1Down:connect(function() onClicked(mouse) end)
  52.  
  53.  
  54.  
  55. Ring = Instance.new("Part",Cha)
  56. Ring.TopSurface = "Smooth"
  57. Ring.BottomSurface = "Smooth"
  58. Ring.Size = Vector3.new(1, 1, 1)
  59. Ring.CanCollide = True
  60. Ring.Reflectance = 0.3
  61. Ring.BrickColor = BrickColor.new("White")
  62. RingMesh = Instance.new("SpecialMesh", Ring)
  63. RingMesh.MeshType = "Brick"
  64. RingMesh.Scale = Vector3.new(1.1,0.2,1.1)
  65. RingWeld = Instance.new("Weld",Cha)
  66. RingWeld.Part0 = Cha["Right Arm"]
  67. RingWeld.Part1 = Ring
  68. RingWeld.C1 = CFrame.new(0, 0.75, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  69.  
  70. Ring2 = Instance.new("Part",Cha)
  71. Ring2.TopSurface = "Smooth"
  72. Ring2.BottomSurface = "Smooth"
  73. Ring2.Size = Vector3.new(1, 1, 1)
  74. Ring2.CanCollide = True
  75. Ring2.Transparency = 0.3
  76. Ring2.BrickColor = BrickColor.new("Bright red")
  77. Ring2Mesh = Instance.new("SpecialMesh", Ring2)
  78. Ring2Mesh.MeshType = "FileMesh"
  79. Ring2Mesh.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  80. Ring2Mesh.Scale = Vector3.new(0.3,0.3,0.3)
  81. Ring2Weld = Instance.new("Weld",Cha)
  82. Ring2Weld.Part0 = Cha["Right Arm"]
  83. Ring2Weld.Part1 = Ring2
  84. Ring2Weld.C1 = CFrame.new(0, 0.75, 0.6)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  85.  
  86. Ring3 = Instance.new("Part",Cha)
  87. Ring3.TopSurface = "Smooth"
  88. Ring3.BottomSurface = "Smooth"
  89. Ring3.Size = Vector3.new(1, 1, 1)
  90. Ring3.CanCollide = True
  91. Ring3.Reflectance = 0.3
  92. Ring3.BrickColor = BrickColor.new("White")
  93. Ring3Mesh = Instance.new("SpecialMesh", Ring3)
  94. Ring3Mesh.MeshType = "Brick"
  95. Ring3Mesh.Scale = Vector3.new(1.1,0.2,1.1)
  96. Ring3Weld = Instance.new("Weld",Cha)
  97. Ring3Weld.Part0 = Cha["Left Arm"]
  98. Ring3Weld.Part1 = Ring3
  99. Ring3Weld.C1 = CFrame.new(0, 0.75, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  100.  
  101. Ring4 = Instance.new("Part",Cha)
  102. Ring4.TopSurface = "Smooth"
  103. Ring4.BottomSurface = "Smooth"
  104. Ring4.Size = Vector3.new(1, 1, 1)
  105. Ring4.CanCollide = True
  106. Ring4.Transparency = 0.3
  107. Ring4.BrickColor = BrickColor.new("Navy blue")
  108. Ring4Mesh = Instance.new("SpecialMesh", Ring4)
  109. Ring4Mesh.MeshType = "FileMesh"
  110. Ring4Mesh.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  111. Ring4Mesh.Scale = Vector3.new(0.3,0.3,0.3)
  112. Ring4Weld = Instance.new("Weld",Cha)
  113. Ring4Weld.Part0 = Cha["Left Arm"]
  114. Ring4Weld.Part1 = Ring4
  115. Ring4Weld.C1 = CFrame.new(0, 0.75, 0.6)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  116.  
  117. Ring5 = Instance.new("Part",Cha)
  118. Ring5.TopSurface = "Smooth"
  119. Ring5.BottomSurface = "Smooth"
  120. Ring5.Size = Vector3.new(1, 1, 1)
  121. Ring5.CanCollide = True
  122. Ring5.Reflectance = 0.3
  123. Ring5.BrickColor = BrickColor.new("White")
  124. Ring5Mesh = Instance.new("SpecialMesh", Ring5)
  125. Ring5Mesh.MeshType = "Brick"
  126. Ring5Mesh.Scale = Vector3.new(1.1,0.2,1.1)
  127. Ring5Weld = Instance.new("Weld",Cha)
  128. Ring5Weld.Part0 = Cha.Head
  129. Ring5Weld.Part1 = Ring5
  130. Ring5Weld.C1 = CFrame.new(0, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  131.  
  132. Ring6 = Instance.new("Part",Cha)
  133. Ring6.TopSurface = "Smooth"
  134. Ring6.BottomSurface = "Smooth"
  135. Ring6.Size = Vector3.new(1, 1, 1)
  136. Ring6.CanCollide = True
  137. Ring6.Transparency = 0.3
  138. Ring6.BrickColor = BrickColor.new("Earth green")
  139. Ring6Mesh = Instance.new("SpecialMesh", Ring6)
  140. Ring6Mesh.MeshType = "FileMesh"
  141. Ring6Mesh.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  142. Ring6Mesh.Scale = Vector3.new(0.3,0.3,0.3)
  143. Ring6Weld = Instance.new("Weld",Cha)
  144. Ring6Weld.Part0 = Cha.Head
  145. Ring6Weld.Part1 = Ring6
  146. Ring6Weld.C1 = CFrame.new(0, 0.5, 0.6)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  147.  
  148. --Dagger
  149.  
  150. Holder = Instance.new("Part",Cha)
  151. Holder.TopSurface = "Smooth"
  152. Holder.BottomSurface = "Smooth"
  153. Holder.Size = Vector3.new(1, 1, 1)
  154. Holder.Transparency = 1
  155. Holder.CanCollide = True
  156. Holder.BrickColor = BrickColor.new("White")
  157. HolderMesh = Instance.new("SpecialMesh", Holder)
  158. HolderMesh.MeshType = "Brick"
  159. HolderMesh.Scale = Vector3.new(0.2,0.2,1.1)
  160. HolderWeld = Instance.new("Weld",Cha)
  161. HolderWeld.Part0 = Cha["Right Arm"]
  162. HolderWeld.Part1 = Holder
  163. HolderWeld.C1 = CFrame.new(0, 1, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  164.  
  165. Seperator = Instance.new("Part",Cha)
  166. Seperator.TopSurface = "Smooth"
  167. Seperator.BottomSurface = "Smooth"
  168. Seperator.Size = Vector3.new(1, 1, 1)
  169. Seperator.Transparency = 1
  170. Seperator.CanCollide = True
  171. Seperator.BrickColor = BrickColor.new("White")
  172. SeperatorMesh = Instance.new("SpecialMesh", Seperator)
  173. SeperatorMesh.MeshType = "Brick"
  174. SeperatorMesh.Scale = Vector3.new(0.2,0.8,0.2)
  175. SeperatorWeld = Instance.new("Weld",Cha)
  176. SeperatorWeld.Part0 = Cha["Right Arm"]
  177. SeperatorWeld.Part1 = Seperator
  178. SeperatorWeld.C1 = CFrame.new(0, 1, 0.5)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  179.  
  180. Seperator2 = Instance.new("Part",Cha)
  181. Seperator2.TopSurface = "Smooth"
  182. Seperator2.BottomSurface = "Smooth"
  183. Seperator2.Size = Vector3.new(1, 1, 1)
  184. Seperator2.Transparency = 1
  185. Seperator2.CanCollide = True
  186. Seperator2.BrickColor = BrickColor.new("White")
  187. Seperator2Mesh = Instance.new("SpecialMesh", Seperator2)
  188. Seperator2Mesh.MeshType = "Brick"
  189. Seperator2Mesh.Scale = Vector3.new(0.8,0.2,0.2)
  190. Seperator2Weld = Instance.new("Weld",Cha)
  191. Seperator2Weld.Part0 = Cha["Right Arm"]
  192. Seperator2Weld.Part1 = Seperator2
  193. Seperator2Weld.C1 = CFrame.new(0, 1, 0.5)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  194.  
  195. Blade = Instance.new("Part",Cha)
  196. Blade.TopSurface = "Smooth"
  197. Blade.BottomSurface = "Smooth"
  198. Blade.Size = Vector3.new(1, 1, 1)
  199. Blade.Transparency = 1
  200. Blade.CanCollide = True
  201. Blade.Reflectance = 0.3
  202. Blade.BrickColor = BrickColor.new("White")
  203. BladeMesh = Instance.new("SpecialMesh", Blade)
  204. BladeMesh.MeshType = "Brick"
  205. BladeMesh.Scale = Vector3.new(0.05,0.15,2.5)
  206. BladeWeld = Instance.new("Weld",Cha)
  207. BladeWeld.Part0 = Cha["Right Arm"]
  208. BladeWeld.Part1 = Blade
  209. BladeWeld.C1 = CFrame.new(0, 1.1, 1.75)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  210.  
  211. Blade2 = Instance.new("Part",Cha)
  212. Blade2.TopSurface = "Smooth"
  213. Blade2.BottomSurface = "Smooth"
  214. Blade2.Size = Vector3.new(1, 1, 1)
  215. Blade2.Transparency = 1
  216. Blade2.CanCollide = True
  217. Blade2.Reflectance = 0.3
  218. Blade2.BrickColor = BrickColor.new("Really black")
  219. Blade2Mesh = Instance.new("SpecialMesh", Blade2)
  220. Blade2Mesh.MeshType = "Brick"
  221. Blade2Mesh.Scale = Vector3.new(0.05,0.15,2)
  222. Blade2Weld = Instance.new("Weld",Cha)
  223. Blade2Weld.Part0 = Cha["Right Arm"]
  224. Blade2Weld.Part1 = Blade2
  225. Blade2Weld.C1 = CFrame.new(0, 0.9, 1.5)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  226.  
  227. Point = Instance.new("Part",Cha)
  228. Point.TopSurface = "Smooth"
  229. Point.BottomSurface = "Smooth"
  230. Point.Size = Vector3.new(1, 1, 1)
  231. Point.Transparency = 1
  232. Point.CanCollide = True
  233. Point.Reflectance = 0.3
  234. Point.BrickColor = BrickColor.new("Really black")
  235. PointMesh = Instance.new("SpecialMesh", Point)
  236. PointMesh.MeshType = "Wedge"
  237. PointMesh.Scale = Vector3.new(0.05,0.15,0.5)
  238. PointWeld = Instance.new("Weld",Cha)
  239. PointWeld.Part0 = Cha["Right Arm"]
  240. PointWeld.Part1 = Point
  241. PointWeld.C1 = CFrame.new(0, 0.9, 2.75)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  242.  
  243. Point2 = Instance.new("Part",Cha)
  244. Point2.TopSurface = "Smooth"
  245. Point2.BottomSurface = "Smooth"
  246. Point2.Size = Vector3.new(1, 1, 1)
  247. Point2.Transparency = 1
  248. Point2.CanCollide = True
  249. Point2.Reflectance = 0.3
  250. Point2.BrickColor = BrickColor.new("White")
  251. Point2Mesh = Instance.new("SpecialMesh", Point2)
  252. Point2Mesh.MeshType = "Wedge"
  253. Point2Mesh.Scale = Vector3.new(0.05,0.15,0.5)
  254. Point2Weld = Instance.new("Weld",Cha)
  255. Point2Weld.Part0 = Cha["Right Arm"]
  256. Point2Weld.Part1 = Point2
  257. Point2Weld.C1 = CFrame.new(0, 1.1, 3.25)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  258.  
  259. --Gun
  260.  
  261. Holder2 = Instance.new("Part",Cha)
  262. Holder2.TopSurface = "Smooth"
  263. Holder2.BottomSurface = "Smooth"
  264. Holder2.Size = Vector3.new(1, 1, 1)
  265. Holder2.CanCollide = True
  266. Holder2.Transparency = 1
  267. Holder2.BrickColor = BrickColor.new("White")
  268. Holder2Mesh = Instance.new("SpecialMesh", Holder2)
  269. Holder2Mesh.MeshType = "Brick"
  270. Holder2Mesh.Scale = Vector3.new(1,0.2,1)
  271. Holder2Weld = Instance.new("Weld",Cha)
  272. Holder2Weld.Part0 = Cha["Left Arm"]
  273. Holder2Weld.Part1 = Holder2
  274. Holder2Weld.C1 = CFrame.new(0, 1, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  275.  
  276. Gun = Instance.new("Part",Cha)
  277. Gun.TopSurface = "Smooth"
  278. Gun.BottomSurface = "Smooth"
  279. Gun.Size = Vector3.new(1, 1, 1)
  280. Gun.CanCollide = True
  281. Gun.Transparency = 1
  282. Gun.BrickColor = BrickColor.new("White")
  283. GunMesh = Instance.new("SpecialMesh", Gun)
  284. GunMesh.MeshType = "Brick"
  285. GunMesh.Scale = Vector3.new(0.75,0.2,0.75)
  286. GunWeld = Instance.new("Weld",Cha)
  287. GunWeld.Part0 = Cha["Left Arm"]
  288. GunWeld.Part1 = Gun
  289. GunWeld.C1 = CFrame.new(0, 1.25, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  290.  
  291. Gun2 = Instance.new("Part",Cha)
  292. Gun2.TopSurface = "Smooth"
  293. Gun2.BottomSurface = "Smooth"
  294. Gun2.Size = Vector3.new(1, 1, 1)
  295. Gun2.CanCollide = True
  296. Gun2.Transparency = 1
  297. Gun2.BrickColor = BrickColor.new("White")
  298. Gun2Mesh = Instance.new("SpecialMesh", Gun2)
  299. Gun2Mesh.MeshType = "Brick"
  300. Gun2Mesh.Scale = Vector3.new(0.5,0.2,0.5)
  301. Gun2Weld = Instance.new("Weld",Cha)
  302. Gun2Weld.Part0 = Cha["Left Arm"]
  303. Gun2Weld.Part1 = Gun2
  304. Gun2Weld.C1 = CFrame.new(0, 1.5, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  305.  
  306. Gun3 = Instance.new("Part",Cha)
  307. Gun3.TopSurface = "Smooth"
  308. Gun3.BottomSurface = "Smooth"
  309. Gun3.Size = Vector3.new(1, 1, 1)
  310. Gun3.CanCollide = True
  311. Gun3.Transparency = 1
  312. Gun3.BrickColor = BrickColor.new("White")
  313. Gun3Mesh = Instance.new("SpecialMesh", Gun3)
  314. Gun3Mesh.MeshType = "Brick"
  315. Gun3Mesh.Scale = Vector3.new(0.25,1,0.25)
  316. Gun3Weld = Instance.new("Weld",Cha)
  317. Gun3Weld.Part0 = Cha["Left Arm"]
  318. Gun3Weld.Part1 = Gun3
  319. Gun3Weld.C1 = CFrame.new(0, 2, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  320.  
  321. Gun4 = Instance.new("Part",Cha)
  322. Gun4.TopSurface = "Smooth"
  323. Gun4.BottomSurface = "Smooth"
  324. Gun4.Size = Vector3.new(1, 1, 1)
  325. Gun4.CanCollide = True
  326. Gun4.Transparency = 1
  327. Gun4.BrickColor = BrickColor.new("White")
  328. Gun4Mesh = Instance.new("SpecialMesh", Gun4)
  329. Gun4Mesh.MeshType = "Brick"
  330. Gun4Mesh.Scale = Vector3.new(1,1,1)
  331. Gun4Weld = Instance.new("Weld",Cha)
  332. Gun4Weld.Part0 = Cha["Left Arm"]
  333. Gun4Weld.Part1 = Gun4
  334. Gun4Weld.C1 = CFrame.new(0, 3, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  335.  
  336. Gun5 = Instance.new("Part",Cha)
  337. Gun5.TopSurface = "Smooth"
  338. Gun5.BottomSurface = "Smooth"
  339. Gun5.Size = Vector3.new(1, 1, 1)
  340. Gun5.CanCollide = True
  341. Gun5.Transparency = 1
  342. Gun5.BrickColor = BrickColor.new("Really black")
  343. Gun5Mesh = Instance.new("SpecialMesh", Gun5)
  344. Gun5Mesh.MeshType = "Brick"
  345. Gun5Mesh.Scale = Vector3.new(0.9,1,0.9)
  346. Gun5Weld = Instance.new("Weld",Cha)
  347. Gun5Weld.Part0 = Cha["Left Arm"]
  348. Gun5Weld.Part1 = Gun5
  349. Gun5Weld.C1 = CFrame.new(0, 3.05, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  350.  
  351. Gun6 = Instance.new("Part",Cha)
  352. Gun6.TopSurface = "Smooth"
  353. Gun6.BottomSurface = "Smooth"
  354. Gun6.Size = Vector3.new(1, 1, 1)
  355. Gun6.CanCollide = True
  356. Gun6.Transparency = 1
  357. Gun6.BrickColor = BrickColor.new("White")
  358. Gun6Mesh = Instance.new("SpecialMesh", Gun6)
  359. Gun6Mesh.MeshType = "Brick"
  360. Gun6Mesh.Scale = Vector3.new(0.2,0.2,2)
  361. Gun6Weld = Instance.new("Weld",Cha)
  362. Gun6Weld.Part0 = Cha["Left Arm"]
  363. Gun6Weld.Part1 = Gun6
  364. Gun6Weld.C1 = CFrame.new(0, 3, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  365.  
  366. Gun7 = Instance.new("Part",Cha)
  367. Gun7.TopSurface = "Smooth"
  368. Gun7.BottomSurface = "Smooth"
  369. Gun7.Size = Vector3.new(1, 1, 1)
  370. Gun7.CanCollide = True
  371. Gun7.Transparency = 1
  372. Gun7.BrickColor = BrickColor.new("White")
  373. Gun7Mesh = Instance.new("SpecialMesh", Gun7)
  374. Gun7Mesh.MeshType = "Brick"
  375. Gun7Mesh.Scale = Vector3.new(2,0.2,0.2)
  376. Gun7Weld = Instance.new("Weld",Cha)
  377. Gun7Weld.Part0 = Cha["Left Arm"]
  378. Gun7Weld.Part1 = Gun7
  379. Gun7Weld.C1 = CFrame.new(0, 3, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  380.  
  381. Gun8 = Instance.new("Part",Cha)
  382. Gun8.TopSurface = "Smooth"
  383. Gun8.BottomSurface = "Smooth"
  384. Gun8.Size = Vector3.new(1, 1, 1)
  385. Gun8.CanCollide = True
  386. Gun8.Transparency = 1
  387. Gun8.BrickColor = BrickColor.new("White")
  388. Gun8Mesh = Instance.new("SpecialMesh", Gun8)
  389. Gun8Mesh.MeshType = "Brick"
  390. Gun8Mesh.Scale = Vector3.new(0.2,1,0.2)
  391. Gun8Weld = Instance.new("Weld",Cha)
  392. Gun8Weld.Part0 = Cha["Left Arm"]
  393. Gun8Weld.Part1 = Gun8
  394. Gun8Weld.C1 = CFrame.new(0, 3.25, 1)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  395.  
  396. Gun9 = Instance.new("Part",Cha)
  397. Gun9.TopSurface = "Smooth"
  398. Gun9.BottomSurface = "Smooth"
  399. Gun9.Size = Vector3.new(1, 1, 1)
  400. Gun9.CanCollide = True
  401. Gun9.Transparency = 1
  402. Gun9.BrickColor = BrickColor.new("White")
  403. Gun9Mesh = Instance.new("SpecialMesh", Gun9)
  404. Gun9Mesh.MeshType = "Brick"
  405. Gun9Mesh.Scale = Vector3.new(0.2,1,0.2)
  406. Gun9Weld = Instance.new("Weld",Cha)
  407. Gun9Weld.Part0 = Cha["Left Arm"]
  408. Gun9Weld.Part1 = Gun9
  409. Gun9Weld.C1 = CFrame.new(0, 3.25, -1)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  410.  
  411. Gun10 = Instance.new("Part",Cha)
  412. Gun10.TopSurface = "Smooth"
  413. Gun10.BottomSurface = "Smooth"
  414. Gun10.Size = Vector3.new(1, 1, 1)
  415. Gun10.CanCollide = True
  416. Gun10.Transparency = 1
  417. Gun10.BrickColor = BrickColor.new("White")
  418. Gun10Mesh = Instance.new("SpecialMesh", Gun10)
  419. Gun10Mesh.MeshType = "Brick"
  420. Gun10Mesh.Scale = Vector3.new(0.2,1,0.2)
  421. Gun10Weld = Instance.new("Weld",Cha)
  422. Gun10Weld.Part0 = Cha["Left Arm"]
  423. Gun10Weld.Part1 = Gun10
  424. Gun10Weld.C1 = CFrame.new(1, 3.25, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  425.  
  426. Gun11 = Instance.new("Part",Cha)
  427. Gun11.TopSurface = "Smooth"
  428. Gun11.BottomSurface = "Smooth"
  429. Gun11.Size = Vector3.new(1, 1, 1)
  430. Gun11.CanCollide = True
  431. Gun11.Transparency = 1
  432. Gun11.BrickColor = BrickColor.new("White")
  433. Gun11Mesh = Instance.new("SpecialMesh", Gun11)
  434. Gun11Mesh.MeshType = "Brick"
  435. Gun11Mesh.Scale = Vector3.new(0.2,1,0.2)
  436. Gun11Weld = Instance.new("Weld",Cha)
  437. Gun11Weld.Part0 = Cha["Left Arm"]
  438. Gun11Weld.Part1 = Gun11
  439. Gun11Weld.C1 = CFrame.new(-1, 3.25, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  440.  
  441. --Fly
  442.  
  443. Jet = Instance.new("Part",Cha)
  444. Jet.TopSurface = "Smooth"
  445. Jet.BottomSurface = "Smooth"
  446. Jet.Size = Vector3.new(1, 1, 1)
  447. Jet.CanCollide = True
  448. Jet.Transparency = 1
  449. Jet.BrickColor = BrickColor.new("White")
  450. JetMesh = Instance.new("SpecialMesh", Jet)
  451. JetMesh.MeshType = "Torso"
  452. JetMesh.Scale = Vector3.new(2,1.5,0.5)
  453. JetWeld = Instance.new("Weld",Cha)
  454. JetWeld.Part0 = Cha.Torso
  455. JetWeld.Part1 = Jet
  456. JetWeld.C1 = CFrame.new(0, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  457.  
  458. Jet2 = Instance.new("Part",Cha)
  459. Jet2.TopSurface = "Smooth"
  460. Jet2.BottomSurface = "Smooth"
  461. Jet2.Size = Vector3.new(1, 1, 1)
  462. Jet2.CanCollide = True
  463. Jet2.Transparency = 1
  464. Jet2.BrickColor = BrickColor.new("White")
  465. Jet2Mesh = Instance.new("SpecialMesh", Jet2)
  466. Jet2Mesh.MeshType = "Cylinder"
  467. Jet2Mesh.Scale = Vector3.new(4,0.3,0.3)
  468. Jet2Weld = Instance.new("Weld",Cha)
  469. Jet2Weld.Part0 = Cha.Torso
  470. Jet2Weld.Part1 = Jet2
  471. Jet2Weld.C1 = CFrame.new(0, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  472.  
  473. Jet3 = Instance.new("Part",Cha)
  474. Jet3.TopSurface = "Smooth"
  475. Jet3.BottomSurface = "Smooth"
  476. Jet3.Size = Vector3.new(1, 1, 1)
  477. Jet3.CanCollide = True
  478. Jet3.Transparency = 1
  479. Jet3.BrickColor = BrickColor.new("White")
  480. Jet3Mesh = Instance.new("SpecialMesh", Jet3)
  481. Jet3Mesh.MeshType = "Sphere"
  482. Jet3Mesh.Scale = Vector3.new(3,0.3,3)
  483. Jet3Weld = Instance.new("Weld",Cha)
  484. Jet3Weld.Part0 = Cha.Torso
  485. Jet3Weld.Part1 = Jet3
  486. Jet3Weld.C1 = CFrame.new(4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  487.  
  488. Jet4 = Instance.new("Part",Cha)
  489. Jet4.TopSurface = "Smooth"
  490. Jet4.BottomSurface = "Smooth"
  491. Jet4.Size = Vector3.new(1, 1, 1)
  492. Jet4.CanCollide = True
  493. Jet4.Transparency = 1
  494. Jet4.BrickColor = BrickColor.new("White")
  495. Jet4Mesh = Instance.new("SpecialMesh", Jet4)
  496. Jet4Mesh.MeshType = "Sphere"
  497. Jet4Mesh.Scale = Vector3.new(3,0.3,3)
  498. Jet4Weld = Instance.new("Weld",Cha)
  499. Jet4Weld.Part0 = Cha.Torso
  500. Jet4Weld.Part1 = Jet4
  501. Jet4Weld.C1 = CFrame.new(-4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  502.  
  503. Tool:Destroy()
  504.  
  505. --Moves
  506.  
  507. function Chat(Object,Text,Color)
  508. local Color = BrickColor.new(Color)
  509. pcall(function()Object:findFirstChild("AtlasText"):Destroy()end)
  510. local G = Instance.new("BillboardGui",Object)
  511. G.Name = "AtlasText"
  512. G.Adornee = Object
  513. G.Size = UDim2.new(3.5,0,2.5,0)
  514. G.AlwaysOnTop = false
  515. G.StudsOffset = Vector3.new(0,3,0)
  516. local Frame = Instance.new("Frame")
  517. Frame.Parent = G
  518. Frame.Size = UDim2.new(1,0,1,0)
  519. Frame.BackgroundTransparency = 1
  520. local Txt = Instance.new("TextLabel",Frame)
  521. Txt.Size = UDim2.new(1,0,1,0)
  522. Txt.Text = Text
  523. Txt.TextScaled = true
  524. Txt.TextWrapped = true
  525. Txt.Font = "SourceSansBold"
  526. Txt.TextColor = Color
  527. Txt.BackgroundTransparency = 1
  528. Txt.ZIndex = 2
  529. Game:GetService("Debris"):AddItem(G,3)
  530. end
  531.  
  532. mouse.KeyDown:connect(function(key)
  533. key:lower()
  534. if key == "z" then
  535. Chat(Cha.Head,"Dagger Mode","Bright red")
  536. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -0.5)
  537. Daggermode = false
  538. Blade.Touched:connect(function(hit)
  539. if hit.Parent:FindFirstChild("Humanoid") then
  540. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  541. end
  542. end)
  543. Blade2.Touched:connect(function(hit)
  544. if hit.Parent:FindFirstChild("Humanoid") then
  545. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  546. end
  547. end)
  548. Point.Touched:connect(function(hit)
  549. if hit.Parent:FindFirstChild("Humanoid") then
  550. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  551. end
  552. end)
  553. Point2.Touched:connect(function(hit)
  554. if hit.Parent:FindFirstChild("Humanoid") then
  555. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  556. end
  557. end)
  558. Holder.Transparency = 0.8
  559. Seperator.Transparency = 0.8
  560. Seperator2.Transparency = 0.8
  561. Blade.Transparency = 0.8
  562. Blade2.Transparency = 0.8
  563. Point.Transparency = 0.8
  564. Point2.Transparency = 0.8
  565. wait()
  566. Holder.Transparency = 0.6
  567. Seperator.Transparency = 0.6
  568. Seperator2.Transparency = 0.6
  569. Blade.Transparency = 0.6
  570. Blade2.Transparency = 0.6
  571. Point.Transparency = 0.6
  572. Point2.Transparency = 0.6
  573. wait()
  574. Holder.Transparency = 0.4
  575. Seperator.Transparency = 0.4
  576. Seperator2.Transparency = 0.4
  577. Blade.Transparency = 0.4
  578. Blade2.Transparency = 0.4
  579. Point.Transparency = 0.4
  580. Point2.Transparency = 0.4
  581. wait()
  582. Holder.Transparency = 0.2
  583. Seperator.Transparency = 0.2
  584. Seperator2.Transparency = 0.2
  585. Blade.Transparency = 0.2
  586. Blade2.Transparency = 0.2
  587. Point.Transparency = 0.2
  588. Point2.Transparency = 0.2
  589. wait()
  590. Holder.Transparency = 0
  591. Seperator.Transparency = 0
  592. Seperator2.Transparency = 0
  593. Blade.Transparency = 0
  594. Blade2.Transparency = 0
  595. Point.Transparency = 0
  596. Point2.Transparency = 0
  597. end
  598. if key == "v" then
  599. Chat(Cha.Head,"Dagger Mode Off","Bright red")
  600. Daggermode = true
  601. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, 0)
  602. Holder.Transparency = 0.2
  603. Seperator.Transparency = 0.2
  604. Seperator2.Transparency = 0.2
  605. Blade.Transparency = 0.2
  606. Blade2.Transparency = 0.2
  607. Point.Transparency = 0.2
  608. Point2.Transparency = 0.2
  609. wait()
  610. Holder.Transparency = 0.4
  611. Seperator.Transparency = 0.4
  612. Seperator2.Transparency = 0.4
  613. Blade.Transparency = 0.4
  614. Blade2.Transparency = 0.4
  615. Point.Transparency = 0.4
  616. Point2.Transparency = 0.4
  617. wait()
  618. Holder.Transparency = 0.6
  619. Seperator.Transparency = 0.6
  620. Seperator2.Transparency = 0.6
  621. Blade.Transparency = 0.6
  622. Blade2.Transparency = 0.6
  623. Point.Transparency = 0.6
  624. Point2.Transparency = 0.6
  625. wait()
  626. Holder.Transparency = 0.8
  627. Seperator.Transparency = 0.8
  628. Seperator2.Transparency = 0.8
  629. Blade.Transparency = 0.8
  630. Blade2.Transparency = 0.8
  631. Point.Transparency = 0.8
  632. Point2.Transparency = 0.8
  633. wait()
  634. Holder.Transparency = 1
  635. Seperator.Transparency = 1
  636. Seperator2.Transparency = 1
  637. Blade.Transparency = 1
  638. Blade2.Transparency = 1
  639. Point.Transparency = 1
  640. Point2.Transparency = 1
  641. end
  642. if key == "x" then
  643. Chat(Cha.Head,"Gun Mode","Navy blue")
  644. Cha.Torso["Left Shoulder"].C1 = CFrame.new(0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, -1.7, 1.5)
  645. Gunzmode = false
  646. Gun.Transparency = 0.8
  647. Gun2.Transparency = 0.8
  648. Gun3.Transparency = 0.8
  649. Gun4.Transparency = 0.8
  650. Gun5.Transparency = 0.8
  651. Gun6.Transparency = 0.8
  652. Gun7.Transparency = 0.8
  653. Gun8.Transparency = 0.8
  654. Gun9.Transparency = 0.8
  655. Gun10.Transparency = 0.8
  656. Gun11.Transparency = 0.8
  657. wait()
  658. Gun.Transparency = 0.6
  659. Gun2.Transparency = 0.6
  660. Gun3.Transparency = 0.6
  661. Gun4.Transparency = 0.6
  662. Gun5.Transparency = 0.6
  663. Gun6.Transparency = 0.6
  664. Gun7.Transparency = 0.6
  665. Gun8.Transparency = 0.6
  666. Gun9.Transparency = 0.6
  667. Gun10.Transparency = 0.6
  668. Gun11.Transparency = 0.6
  669. wait()
  670. Gun.Transparency = 0.4
  671. Gun2.Transparency = 0.4
  672. Gun3.Transparency = 0.4
  673. Gun4.Transparency = 0.4
  674. Gun5.Transparency = 0.4
  675. Gun6.Transparency = 0.4
  676. Gun7.Transparency = 0.4
  677. Gun8.Transparency = 0.4
  678. Gun9.Transparency = 0.4
  679. Gun10.Transparency = 0.4
  680. Gun11.Transparency = 0.4
  681. wait()
  682. Gun.Transparency = 0.2
  683. Gun2.Transparency = 0.2
  684. Gun3.Transparency = 0.2
  685. Gun4.Transparency = 0.2
  686. Gun5.Transparency = 0.2
  687. Gun6.Transparency = 0.2
  688. Gun7.Transparency = 0.2
  689. Gun8.Transparency = 0.2
  690. Gun9.Transparency = 0.2
  691. Gun10.Transparency = 0.2
  692. Gun11.Transparency = 0.2
  693. wait()
  694. Gun.Transparency = 0
  695. Gun2.Transparency = 0
  696. Gun3.Transparency = 0
  697. Gun4.Transparency = 0
  698. Gun5.Transparency = 0
  699. Gun6.Transparency = 0
  700. Gun7.Transparency = 0
  701. Gun8.Transparency = 0
  702. Gun9.Transparency = 0
  703. Gun10.Transparency = 0
  704. Gun11.Transparency = 0
  705. end
  706. if key == "b" then
  707. Chat(Cha.Head,"Gun Mode Off","Navy blue")
  708. Gunzmode = true
  709. Cha.Torso["Left Shoulder"].C1 = CFrame.new(0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, -1.7, 0)
  710. Gun.Transparency = 0.2
  711. Gun2.Transparency = 0.2
  712. Gun3.Transparency = 0.2
  713. Gun4.Transparency = 0.2
  714. Gun5.Transparency = 0.2
  715. Gun6.Transparency = 0.2
  716. Gun7.Transparency = 0.2
  717. Gun8.Transparency = 0.2
  718. Gun9.Transparency = 0.2
  719. Gun10.Transparency = 0.2
  720. Gun11.Transparency = 0.2
  721. wait()
  722. Gun.Transparency = 0.4
  723. Gun2.Transparency = 0.4
  724. Gun3.Transparency = 0.4
  725. Gun4.Transparency = 0.4
  726. Gun5.Transparency = 0.4
  727. Gun6.Transparency = 0.4
  728. Gun7.Transparency = 0.4
  729. Gun8.Transparency = 0.4
  730. Gun9.Transparency = 0.4
  731. Gun10.Transparency = 0.4
  732. Gun11.Transparency = 0.4
  733. wait()
  734. Gun.Transparency = 0.6
  735. Gun2.Transparency = 0.6
  736. Gun3.Transparency = 0.6
  737. Gun4.Transparency = 0.6
  738. Gun5.Transparency = 0.6
  739. Gun6.Transparency = 0.6
  740. Gun7.Transparency = 0.6
  741. Gun8.Transparency = 0.6
  742. Gun9.Transparency = 0.6
  743. Gun10.Transparency = 0.6
  744. Gun11.Transparency = 0.6
  745. wait()
  746. Gun.Transparency = 0.8
  747. Gun2.Transparency = 0.8
  748. Gun3.Transparency = 0.8
  749. Gun4.Transparency = 0.8
  750. Gun5.Transparency = 0.8
  751. Gun6.Transparency = 0.8
  752. Gun7.Transparency = 0.8
  753. Gun8.Transparency = 0.8
  754. Gun9.Transparency = 0.8
  755. Gun10.Transparency = 0.8
  756. Gun11.Transparency = 0.8
  757. wait()
  758. Gun.Transparency = 1
  759. Gun2.Transparency = 1
  760. Gun3.Transparency = 1
  761. Gun4.Transparency = 1
  762. Gun5.Transparency = 1
  763. Gun6.Transparency = 1
  764. Gun7.Transparency = 1
  765. Gun8.Transparency = 1
  766. Gun9.Transparency = 1
  767. Gun10.Transparency = 1
  768. Gun11.Transparency = 1
  769. end
  770. if key == "c" then
  771. Chat(Cha.Head,"Jet Mode","Earth green")
  772. Jetpackmode = false
  773. Jet.Transparency = 0.8
  774. Jet2.Transparency = 0.8
  775. Jet3.Transparency = 0.8
  776. Jet4.Transparency = 0.8
  777. wait()
  778. Jet.Transparency = 0.6
  779. Jet2.Transparency = 0.6
  780. Jet3.Transparency = 0.6
  781. Jet4.Transparency = 0.6
  782. wait()
  783. Jet.Transparency = 0.4
  784. Jet2.Transparency = 0.4
  785. Jet3.Transparency = 0.4
  786. Jet4.Transparency = 0.4
  787. wait()
  788. Jet.Transparency = 0.2
  789. Jet2.Transparency = 0.2
  790. Jet3.Transparency = 0.2
  791. Jet4.Transparency = 0.2
  792. wait()
  793. Jet.Transparency = 0
  794. Jet2.Transparency = 0
  795. Jet3.Transparency = 0
  796. Jet4.Transparency = 0
  797. end
  798. if key == "n" then
  799. Chat(Cha.Head,"Jet Mode Off","Earth green")
  800. Jetpackmode= true
  801. Jet.Transparency = 0.2
  802. Jet2.Transparency = 0.2
  803. Jet3.Transparency = 0.2
  804. Jet4.Transparency = 0.2
  805. wait()
  806. Jet.Transparency = 0.4
  807. Jet2.Transparency = 0.4
  808. Jet3.Transparency = 0.4
  809. Jet4.Transparency = 0.4
  810. wait()
  811. Jet.Transparency = 0.6
  812. Jet2.Transparency = 0.6
  813. Jet3.Transparency = 0.6
  814. Jet4.Transparency = 0.6
  815. wait()
  816. Jet.Transparency = 0.8
  817. Jet2.Transparency = 0.8
  818. Jet3.Transparency = 0.8
  819. Jet4.Transparency = 0.8
  820. wait()
  821. Jet.Transparency = 1
  822. Jet2.Transparency = 1
  823. Jet3.Transparency = 1
  824. Jet4.Transparency = 1
  825. end
  826. if key == "e" and Daggermode == false then
  827. Chat(Cha.Head,"Dagger Range Strike","Bright red")
  828. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -2.5)
  829. wait()
  830. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -2.1)
  831. wait()
  832. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -1.7)
  833. wait()
  834. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -1.3)
  835. wait()
  836. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -0.9)
  837. wait()
  838. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -0.5)
  839. wait()
  840. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -0.3)
  841. wait()
  842. Cha.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0)*CFrame.fromEulerAnglesXYZ(0, 1.7, -0.5)
  843. p = Instance.new("Part",Workspace)
  844. p.Size = Vector3.new(5,10,5)
  845. p.TopSurface = "Smooth"
  846. p.BottomSurface = "Smooth"
  847. p.BrickColor = BrickColor.new("Really black")
  848. p.CFrame = Cha.Torso.CFrame *CFrame.new(0,1,-7)
  849. r = Instance.new("BodyVelocity",p)
  850. r.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  851. r.velocity = Cha.Torso.CFrame.lookVector * 200
  852. p.Touched:connect(function(hit)
  853. if hit.Parent.ClassName == "Model" then
  854. if hit.Parent:FindFirstChild("Humanoid") then
  855. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(5)
  856. end
  857. end
  858. end)
  859. p:BreakJoints()
  860. wait(5)
  861. p:Destroy()
  862. end
  863. if key == "e" and Gunzmode == false then
  864. Chat(Cha.Head,"Death shot","Navy blue")
  865. p = Instance.new("Part",Workspace)
  866. p.Size = Vector3.new(1,1,1)
  867. p.CanCollide = True
  868. p.TopSurface = "Smooth"
  869. p.BottomSurface = "Smooth"
  870. p.BrickColor = BrickColor.new("Really black")
  871. p.CFrame = Cha.Torso.CFrame *CFrame.new(0,2,-8)
  872. wait()
  873. p.Size = Vector3.new(2,2,2)
  874. wait()
  875. p.Size = Vector3.new(3,3,3)
  876. wait()
  877. p.Size = Vector3.new(4,4,4)
  878. wait()
  879. p.Size = Vector3.new(5,5,5)
  880. wait()
  881. p.Size = Vector3.new(6,6,6)
  882. wait()
  883. p.Size = Vector3.new(7,7,7)
  884. wait()
  885. r = Instance.new("BodyVelocity",p)
  886. r.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  887. r.velocity = Cha.Torso.CFrame.lookVector * 300
  888. p.Touched:connect(function(hit)
  889. if hit.Parent.ClassName == "Model" then
  890. if hit.Parent:FindFirstChild("Humanoid") then
  891. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  892. end
  893. end
  894. end)
  895. p:BreakJoints()
  896. wait(5)
  897. p:Destroy()
  898. end
  899. end)
  900.  
  901. Player:GetMouse().KeyDown:connect(function (key)
  902. if key == " " and Jetpackmode == false then
  903. bv = Instance.new("BodyVelocity",Jet)
  904. bv.maxForce = Vector3.new(3, math.huge, 3)
  905. bv.velocity = Vector3.new(0, 20, 0)
  906. end
  907. end)
  908. Player:GetMouse().KeyUp:connect(function (key)
  909. if key == " " and Jetpackmode == false then
  910. bv:Destroy()
  911. end
  912. end)
  913.  
  914. Player:GetMouse().KeyDown:connect(function (key)
  915. if key == "e" and Jetpackmode == false then
  916. Chat(Cha.Head,"Death eyes","Earth green")
  917. Jet3Weld.C1 = CFrame.new(4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.2, 0, 0)
  918. Jet4Weld.C1 = CFrame.new(-4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.2, 0, 0)
  919. wait()
  920. Jet3Weld.C1 = CFrame.new(4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.4, 0, 0)
  921. Jet4Weld.C1 = CFrame.new(-4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.4, 0, 0)
  922. wait()
  923. Jet3Weld.C1 = CFrame.new(4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.6, 0, 0)
  924. Jet4Weld.C1 = CFrame.new(-4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.6, 0, 0)
  925. wait()
  926. Jet3Weld.C1 = CFrame.new(4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.8, 0, 0)
  927. Jet4Weld.C1 = CFrame.new(-4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.8, 0, 0)
  928. wait()
  929. Jet3Weld.C1 = CFrame.new(4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(1, 0, 0)
  930. Jet4Weld.C1 = CFrame.new(-4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(1, 0, 0)
  931. wait()
  932. sh = Instance.new("Part",Workspace)
  933. sh.Size = Vector3.new(3,3,3)
  934. sh.CanCollide = True
  935. sh.TopSurface = "Smooth"
  936. sh.BottomSurface = "Smooth"
  937. sh.BrickColor = BrickColor.new("Really black")
  938. sh.CFrame = Cha.Torso.CFrame *CFrame.new(6.5,0,-1)
  939. r = Instance.new("BodyVelocity",sh)
  940. r.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  941. r.velocity = Cha.Torso.CFrame.lookVector * 300
  942. sh2 = Instance.new("Part",Workspace)
  943. sh2.Size = Vector3.new(3,3,3)
  944. sh2.CanCollide = True
  945. sh2.TopSurface = "Smooth"
  946. sh2.BottomSurface = "Smooth"
  947. sh2.BrickColor = BrickColor.new("Really black")
  948. sh2.CFrame = Cha.Torso.CFrame *CFrame.new(-6.5,0,-1)
  949. r2 = Instance.new("BodyVelocity",sh2)
  950. r2.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  951. r2.velocity = Cha.Torso.CFrame.lookVector * 300
  952. sh:BreakJoints()
  953. sh2:BreakJoints()
  954. sh.Touched:connect(function(hit)
  955. if hit.Parent.ClassName == "Model" then
  956. if hit.Parent:FindFirstChild("Humanoid") then
  957. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(5)
  958. end
  959. end
  960. end)
  961. sh2.Touched:connect(function(hit)
  962. if hit.Parent.ClassName == "Model" then
  963. if hit.Parent:FindFirstChild("Humanoid") then
  964. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(5)
  965. end
  966. end
  967. end)
  968. end
  969. end)
  970. Player:GetMouse().KeyUp:connect(function (key)
  971. if key == "e" and Jetpackmode == false then
  972. Jet3Weld.C1 = CFrame.new(4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.8, 0, 0)
  973. Jet4Weld.C1 = CFrame.new(-4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.8, 0, 0)
  974. wait()
  975. Jet3Weld.C1 = CFrame.new(4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.6, 0, 0)
  976. Jet4Weld.C1 = CFrame.new(-4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.6, 0, 0)
  977. wait()
  978. Jet3Weld.C1 = CFrame.new(4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.4, 0, 0)
  979. Jet4Weld.C1 = CFrame.new(-4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.4, 0, 0)
  980. wait()
  981. Jet3Weld.C1 = CFrame.new(4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.2, 0, 0)
  982. Jet4Weld.C1 = CFrame.new(-4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0.2, 0, 0)
  983. wait()
  984. Jet3Weld.C1 = CFrame.new(4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  985. Jet4Weld.C1 = CFrame.new(-4, 0, -0.5)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  986. sh:Destroy()
  987. sh2:Destroy()
  988. end
  989. end)
  990.  
  991. -- Gifted By Builderman3464 to NoobMaster936
Add Comment
Please, Sign In to add comment