Dark_EccentricYT

Untitled

Jul 19th, 2017
4,226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.67 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local char = player.Character
  3. local tor = char.Torso
  4. local camera = game.Workspace.CurrentCamera
  5. local ra = char['Right Arm']
  6. local la = char['Left Arm']
  7. local ammo = 250
  8. local maxammo = 250
  9.  
  10. function weld(p0,p1,c0)
  11. local w=Instance.new("Weld",p0)
  12. w.Part0=p0
  13. w.Part1=p1
  14. w.C0=c0
  15. return w
  16. end
  17.  
  18. bin=Instance.new('HopperBin',player.Backpack)
  19. bin.Name='Maxim'
  20.  
  21. bin.Selected:connect(function(mouse)
  22. pcall(function()
  23. local canfire = false
  24. local cancrouch = true
  25. local crouched = 0
  26. local tool = Instance.new("Tool",char)
  27. local maxim = Instance.new("Model", tool)
  28. maxim.Name = "Maxim"
  29.  
  30. handle = Instance.new("Part", maxim)
  31. handle.FormFactor = Enum.FormFactor.Symmetric
  32. handle.CanCollide = false
  33. handle.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  34. handle.Transparency = 1
  35. handle.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  36. handle.Anchored = false
  37. handle.Material = Enum.Material.Metal
  38. handle.Size = Vector3.new(0.693, 0.693, 0.693)
  39. handle.Name = "Handle"
  40. handle.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  41. handle.CFrame = CFrame.new(-10.223, 2.553, 100.131)* CFrame.Angles(3.141476392746, -0.010084789246321, -3.1415796279907)
  42. handle.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  43. handle.BrickColor = BrickColor.new("Black")
  44. handle.Friction = 0.3
  45. handle.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  46.  
  47. newp = Instance.new("Part", maxim)
  48. newp.CanCollide = false
  49. newp.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  50. newp.Transparency = 1
  51. newp.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  52. newp.Anchored = false
  53. newp.Material = Enum.Material.Metal
  54. newp.Size = Vector3.new(0.242, 0.242, 0.242)
  55. newp.Name = "newp"
  56. newp.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  57. newp.CFrame = CFrame.new(-10.2, 2.137, 106.587)* CFrame.Angles(3.1415915489197, -0.010082421824336, -3.141538143158)
  58. newp.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  59. newp.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  60. newp.BrickColor = BrickColor.new("Really black")
  61. newp.Friction = 0.3
  62. newp.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  63.  
  64. mesh = Instance.new("BlockMesh", newp)
  65. mesh.Scale = Vector3.new(0.828, 0.828, 0.828)
  66.  
  67. muzzleflash = Instance.new("Part", maxim)
  68. muzzleflash.CanCollide = false
  69. muzzleflash.Transparency = 1
  70. muzzleflash.TopSurface = Enum.SurfaceType.Smooth
  71. muzzleflash.Anchored = false
  72. muzzleflash.Material = Enum.Material.Neon
  73. muzzleflash.Size = Vector3.new(1.001, 2.003, 2.003)
  74. muzzleflash.Name = "MuzzleFlash"
  75. muzzleflash.CFrame = CFrame.new(-10.199, 2.121, 107.361)* CFrame.Angles(1.4805293083191, -1.5704510211945, -0.090421967208385)
  76. muzzleflash.BrickColor = BrickColor.new("New Yeller")
  77. muzzleflash.Friction = 0.3
  78. muzzleflash.BottomSurface = Enum.SurfaceType.Smooth
  79.  
  80. mesh_2 = Instance.new("SpecialMesh", muzzleflash)
  81. mesh_2.Scale = Vector3.new(0.5, 1, 0.5)
  82. mesh_2.MeshType = Enum.MeshType.Sphere
  83.  
  84. pointlight = Instance.new("PointLight", muzzleflash)
  85. pointlight.Enabled = false
  86. pointlight.Color = Color3.new(1, 1, 0)
  87. pointlight.Brightness = 5
  88. pointlight.Range = 5
  89.  
  90. partt = Instance.new("Part", maxim)
  91. partt.FormFactor = Enum.FormFactor.Custom
  92. partt.CanCollide = false
  93. partt.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  94. partt.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  95. partt.Anchored = false
  96. partt.Material = Enum.Material.Metal
  97. partt.Size = Vector3.new(0.242, 0.242, 0.242)
  98. partt.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  99. partt.CFrame = CFrame.new(-10.205, 2.135, 106.488)* CFrame.Angles(-1.5707985162735, 5.4661384638166e-005, 0.010087701492012)
  100. partt.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  101. partt.BrickColor = BrickColor.new("Really black")
  102. partt.Friction = 0.3
  103. partt.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  104. partt.Name = "Realbarrel"
  105.  
  106. mesh_3 = Instance.new("CylinderMesh", partt)
  107. mesh_3.Scale = Vector3.new(0.84, 0.038, 0.757)
  108.  
  109. part_2 = Instance.new("Part", maxim)
  110. part_2.FormFactor = Enum.FormFactor.Custom
  111. part_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  112. part_2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  113. part_2.Anchored = false
  114. part_2.Material = Enum.Material.Metal
  115. part_2.Size = Vector3.new(0.2, 0.52, 0.2)
  116. part_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  117. part_2.CFrame = CFrame.new(-10.62, 2.321, 100.15)* CFrame.Angles(3.1415910720825, -0.010084392502904, -9.7323545560357e-006)
  118. part_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  119. part_2.BrickColor = BrickColor.new("Brown")
  120. part_2.Friction = 0.3
  121. part_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  122.  
  123. mesh_4 = Instance.new("CylinderMesh", part_2)
  124.  
  125. part_3 = Instance.new("Part", maxim)
  126. part_3.FormFactor = Enum.FormFactor.Custom
  127. part_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  128. part_3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  129. part_3.Anchored = false
  130. part_3.Material = Enum.Material.Metal
  131. part_3.Size = Vector3.new(0.27, 0.2, 0.26)
  132. part_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  133. part_3.CFrame = CFrame.new(-10.625, 2.601, 100.15)* CFrame.Angles(3.1415910720825, -0.010084392502904, -9.7323545560357e-006)
  134. part_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  135. part_3.BrickColor = BrickColor.new("Black")
  136. part_3.Friction = 0.3
  137. part_3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  138.  
  139. mesh_5 = Instance.new("CylinderMesh", part_3)
  140.  
  141. part_4 = Instance.new("Part", maxim)
  142. part_4.FormFactor = Enum.FormFactor.Custom
  143. part_4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  144. part_4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  145. part_4.Anchored = false
  146. part_4.Material = Enum.Material.Metal
  147. part_4.Size = Vector3.new(0.2, 0.47, 0.2)
  148. part_4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  149. part_4.CFrame = CFrame.new(-9.983, 2.601, 100.311)* CFrame.Angles(3.1415627002716, -1.3090280294418, 1.5707893371582)
  150. part_4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  151. part_4.BrickColor = BrickColor.new("Black")
  152. part_4.Friction = 0.3
  153. part_4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  154.  
  155. mesh_6 = Instance.new("CylinderMesh", part_4)
  156.  
  157. part_5 = Instance.new("Part", maxim)
  158. part_5.FormFactor = Enum.FormFactor.Custom
  159. part_5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  160. part_5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  161. part_5.Anchored = false
  162. part_5.Material = Enum.Material.Metal
  163. part_5.Size = Vector3.new(0.2, 0.57, 0.2)
  164. part_5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  165. part_5.CFrame = CFrame.new(-9.949, 2.281, 100.123)* CFrame.Angles(3.1415910720825, -0.010084391571581, 3.1415829658508)
  166. part_5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  167. part_5.BrickColor = BrickColor.new("Brown")
  168. part_5.Friction = 0.3
  169. part_5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  170.  
  171. mesh_7 = Instance.new("CylinderMesh", part_5)
  172.  
  173. part_6 = Instance.new("Part", maxim)
  174. part_6.FormFactor = Enum.FormFactor.Custom
  175. part_6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  176. part_6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  177. part_6.Anchored = false
  178. part_6.Material = Enum.Material.Metal
  179. part_6.Size = Vector3.new(0.2, 0.47, 0.2)
  180. part_6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  181. part_6.CFrame = CFrame.new(-10.582, 1.996, 100.338)* CFrame.Angles(-3.1415679454803, 1.2888501882553, -1.5708026885986)
  182. part_6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  183. part_6.BrickColor = BrickColor.new("Black")
  184. part_6.Friction = 0.3
  185. part_6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  186.  
  187. mesh_8 = Instance.new("CylinderMesh", part_6)
  188.  
  189. part_7 = Instance.new("Part", maxim)
  190. part_7.FormFactor = Enum.FormFactor.Custom
  191. part_7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  192. part_7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  193. part_7.Anchored = false
  194. part_7.Material = Enum.Material.Metal
  195. part_7.Size = Vector3.new(0.27, 0.2, 0.26)
  196. part_7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  197. part_7.CFrame = CFrame.new(-9.944, 2.596, 100.123)* CFrame.Angles(3.1415910720825, -0.010084391571581, 3.1415829658508)
  198. part_7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  199. part_7.BrickColor = BrickColor.new("Black")
  200. part_7.Friction = 0.3
  201. part_7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  202.  
  203. mesh_9 = Instance.new("CylinderMesh", part_7)
  204.  
  205. part_8 = Instance.new("Part", maxim)
  206. part_8.FormFactor = Enum.FormFactor.Custom
  207. part_8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  208. part_8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  209. part_8.Anchored = false
  210. part_8.Material = Enum.Material.Metal
  211. part_8.Size = Vector3.new(0.27, 0.2, 0.26)
  212. part_8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  213. part_8.CFrame = CFrame.new(-9.944, 1.996, 100.123)* CFrame.Angles(3.1415910720825, -0.010084391571581, 3.1415829658508)
  214. part_8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  215. part_8.BrickColor = BrickColor.new("Black")
  216. part_8.Friction = 0.3
  217. part_8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  218.  
  219. mesh_10 = Instance.new("CylinderMesh", part_8)
  220.  
  221. part_9 = Instance.new("Part", maxim)
  222. part_9.FormFactor = Enum.FormFactor.Custom
  223. part_9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  224. part_9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  225. part_9.Anchored = false
  226. part_9.Material = Enum.Material.Metal
  227. part_9.Size = Vector3.new(0.2, 0.47, 0.2)
  228. part_9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  229. part_9.CFrame = CFrame.new(-9.983, 2.001, 100.311)* CFrame.Angles(3.1415627002716, -1.3090280294418, 1.5707893371582)
  230. part_9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  231. part_9.BrickColor = BrickColor.new("Black")
  232. part_9.Friction = 0.3
  233. part_9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  234.  
  235. mesh_11 = Instance.new("CylinderMesh", part_9)
  236.  
  237. part_10 = Instance.new("Part", maxim)
  238. part_10.FormFactor = Enum.FormFactor.Custom
  239. part_10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  240. part_10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  241. part_10.Anchored = false
  242. part_10.Material = Enum.Material.Metal
  243. part_10.Size = Vector3.new(0.4, 0.2, 0.4)
  244. part_10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  245. part_10.CFrame = CFrame.new(-9.902, 2.296, 101.083)* CFrame.Angles(3.1415910720825, -0.010084391571581, 1.5707945823669)
  246. part_10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  247. part_10.BrickColor = BrickColor.new("Grime")
  248. part_10.Friction = 0.3
  249. part_10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  250.  
  251. mesh_12 = Instance.new("CylinderMesh", part_10)
  252.  
  253. part_11 = Instance.new("Part", maxim)
  254. part_11.FormFactor = Enum.FormFactor.Custom
  255. part_11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  256. part_11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  257. part_11.Anchored = false
  258. part_11.Material = Enum.Material.Metal
  259. part_11.Size = Vector3.new(0.4, 0.2, 0.2)
  260. part_11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  261. part_11.CFrame = CFrame.new(-10.475, 2.806, 100.789)* CFrame.Angles(3.1415910720825, -0.010084391571581, 1.5707945823669)
  262. part_11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  263. part_11.BrickColor = BrickColor.new("Black")
  264. part_11.Friction = 0.3
  265. part_11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  266.  
  267. mesh_13 = Instance.new("CylinderMesh", part_11)
  268.  
  269. part_12 = Instance.new("Part", maxim)
  270. part_12.FormFactor = Enum.FormFactor.Custom
  271. part_12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  272. part_12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  273. part_12.Anchored = false
  274. part_12.Material = Enum.Material.Metal
  275. part_12.Size = Vector3.new(2, 0.2, 0.2)
  276. part_12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  277. part_12.CFrame = CFrame.new(-9.892, 2.196, 102.083)* CFrame.Angles(0.00076929741771892, -1.5610673427582, 0.00015821406850591)
  278. part_12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  279. part_12.BrickColor = BrickColor.new("Grime")
  280. part_12.Friction = 0.3
  281. part_12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  282.  
  283. part_13 = Instance.new("Part", maxim)
  284. part_13.FormFactor = Enum.FormFactor.Custom
  285. part_13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  286. part_13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  287. part_13.Anchored = false
  288. part_13.Material = Enum.Material.Metal
  289. part_13.Size = Vector3.new(0.2, 0.62, 0.2)
  290. part_13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  291. part_13.CFrame = CFrame.new(-10.879, 0.233, 98.718)* CFrame.Angles(3.0475556850433, -0.36884933710098, 1.5697827339172)
  292. part_13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  293. part_13.BrickColor = BrickColor.new("Grime")
  294. part_13.Friction = 0.3
  295. part_13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  296.  
  297. mesh_14 = Instance.new("CylinderMesh", part_13)
  298.  
  299. part_14 = Instance.new("Part", maxim)
  300. part_14.FormFactor = Enum.FormFactor.Custom
  301. part_14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  302. part_14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  303. part_14.Anchored = false
  304. part_14.Material = Enum.Material.Metal
  305. part_14.Size = Vector3.new(0.2, 0.2, 0.6)
  306. part_14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  307. part_14.CFrame = CFrame.new(-10.275, 2.706, 100.787)* CFrame.Angles(0.00075197109254077, -1.5610918998718, 0.00017665923223831)
  308. part_14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  309. part_14.BrickColor = BrickColor.new("Black")
  310. part_14.Friction = 0.3
  311. part_14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  312.  
  313. part_15 = Instance.new("Part", maxim)
  314. part_15.FormFactor = Enum.FormFactor.Custom
  315. part_15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  316. part_15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  317. part_15.Anchored = false
  318. part_15.Material = Enum.Material.Metal
  319. part_15.Size = Vector3.new(0.2, 0.2, 0.2)
  320. part_15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  321. part_15.CFrame = CFrame.new(-11.184, 0.243, 98.836)* CFrame.Angles(3.0479154586792, -0.010039283894002, 3.1406397819519)
  322. part_15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  323. part_15.BrickColor = BrickColor.new("Grime")
  324. part_15.Friction = 0.3
  325. part_15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  326.  
  327. mesh_15 = Instance.new("SpecialMesh", part_15)
  328. mesh_15.MeshType = Enum.MeshType.Sphere
  329.  
  330. parttoblock_strong_joint = Instance.new("ManualWeld", part_15)
  331. parttoblock_strong_joint.Part1 = floor
  332. parttoblock_strong_joint.Name = "Part-to-Block Strong Joint"
  333. parttoblock_strong_joint.C1 = CFrame.new(-0.788, 0.053, -0.689)* CFrame.Angles(3.1137511730194, 1.5603466033936, 3.0758209228516)
  334. parttoblock_strong_joint.Part0 = part_15
  335. parttoblock_strong_joint.C0 = CFrame.new(-0.1, -0.1, -0.1)* CFrame.Angles(-0, -1.5707963705063, 0)
  336.  
  337. part_16 = Instance.new("Part", maxim)
  338. part_16.FormFactor = Enum.FormFactor.Custom
  339. part_16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  340. part_16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  341. part_16.Anchored = false
  342. part_16.Material = Enum.Material.Metal
  343. part_16.Size = Vector3.new(0.4, 0.2, 0.2)
  344. part_16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  345. part_16.CFrame = CFrame.new(-10.075, 2.806, 100.784)* CFrame.Angles(3.1415910720825, -0.010084391571581, 1.5707945823669)
  346. part_16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  347. part_16.BrickColor = BrickColor.new("Black")
  348. part_16.Friction = 0.3
  349. part_16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  350.  
  351. mesh_16 = Instance.new("CylinderMesh", part_16)
  352.  
  353. part_17 = Instance.new("Part", maxim)
  354. part_17.FormFactor = Enum.FormFactor.Custom
  355. part_17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  356. part_17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  357. part_17.Anchored = false
  358. part_17.Material = Enum.Material.Metal
  359. part_17.Size = Vector3.new(0.27, 0.2, 0.26)
  360. part_17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  361. part_17.CFrame = CFrame.new(-10.625, 2.001, 100.15)* CFrame.Angles(3.1415910720825, -0.010084392502904, -9.7323545560357e-006)
  362. part_17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  363. part_17.BrickColor = BrickColor.new("Black")
  364. part_17.Friction = 0.3
  365. part_17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  366.  
  367. mesh_17 = Instance.new("CylinderMesh", part_17)
  368.  
  369. part_18 = Instance.new("Part", maxim)
  370. part_18.FormFactor = Enum.FormFactor.Custom
  371. part_18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  372. part_18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  373. part_18.Anchored = false
  374. part_18.Material = Enum.Material.Metal
  375. part_18.Size = Vector3.new(0.2, 0.4, 0.2)
  376. part_18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  377. part_18.CFrame = CFrame.new(-11.183, 0.331, 99.019)* CFrame.Angles(-3.140040397644, 1.5607419013977, 1.1328037977219)
  378. part_18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  379. part_18.BrickColor = BrickColor.new("Grime")
  380. part_18.Friction = 0.3
  381. part_18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  382.  
  383. mesh_18 = Instance.new("CylinderMesh", part_18)
  384.  
  385. parttoblock_strong_joint_2 = Instance.new("ManualWeld", part_18)
  386. parttoblock_strong_joint_2.Part1 = floor
  387. parttoblock_strong_joint_2.Name = "Part-to-Block Strong Joint"
  388. parttoblock_strong_joint_2.C1 = CFrame.new(-0.785, 0.406, -0.477)* CFrame.Angles(3.1137678623199, 1.5603408813477, 1.1616598367691)
  389. parttoblock_strong_joint_2.Part0 = part_18
  390. parttoblock_strong_joint_2.C0 = CFrame.new(-0.1, -0.2, 0.1)
  391.  
  392. part_19 = Instance.new("Part", maxim)
  393. part_19.FormFactor = Enum.FormFactor.Custom
  394. part_19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  395. part_19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  396. part_19.Anchored = false
  397. part_19.Material = Enum.Material.Metal
  398. part_19.Size = Vector3.new(2.6, 0.8, 0.8)
  399. part_19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  400. part_19.CFrame = CFrame.new(-10.255, 2.296, 101.786)* CFrame.Angles(0.00076929741771892, -1.5610673427582, 0.00015821406850591)
  401. part_19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  402. part_19.BrickColor = BrickColor.new("Black")
  403. part_19.Friction = 0.3
  404. part_19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  405.  
  406. part_20 = Instance.new("Part", maxim)
  407. part_20.FormFactor = Enum.FormFactor.Custom
  408. part_20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  409. part_20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  410. part_20.Anchored = false
  411. part_20.Material = Enum.Material.Metal
  412. part_20.Size = Vector3.new(0.2, 0.2, 0.2)
  413. part_20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  414. part_20.CFrame = CFrame.new(-10.586, 0.222, 98.602)* CFrame.Angles(3.0475556850433, -0.36884930729866, 3.1405711174011)
  415. part_20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  416. part_20.BrickColor = BrickColor.new("Grime")
  417. part_20.Friction = 0.3
  418. part_20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  419.  
  420. mesh_19 = Instance.new("SpecialMesh", part_20)
  421. mesh_19.MeshType = Enum.MeshType.Sphere
  422.  
  423. part_21 = Instance.new("Part", maxim)
  424. part_21.FormFactor = Enum.FormFactor.Custom
  425. part_21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  426. part_21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  427. part_21.Anchored = false
  428. part_21.Material = Enum.Material.Metal
  429. part_21.Size = Vector3.new(0.6, 0.4, 0.2)
  430. part_21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  431. part_21.CFrame = CFrame.new(-11.161, 0.765, 101.156)* CFrame.Angles(-3.1401557922363, 1.5610857009888, 2.6772110462189)
  432. part_21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  433. part_21.BrickColor = BrickColor.new("Grime")
  434. part_21.Friction = 0.3
  435. part_21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  436.  
  437. part_22 = Instance.new("Part", maxim)
  438. part_22.FormFactor = Enum.FormFactor.Custom
  439. part_22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  440. part_22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  441. part_22.Anchored = false
  442. part_22.Material = Enum.Material.Metal
  443. part_22.Size = Vector3.new(0.28, 0.2, 0.27)
  444. part_22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  445. part_22.CFrame = CFrame.new(-10.687, 2.324, 101.013)* CFrame.Angles(-2.9406938552856, -0.12886936962605, 1.5969601869583)
  446. part_22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  447. part_22.BrickColor = BrickColor.new("Black")
  448. part_22.Friction = 0.3
  449. part_22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  450.  
  451. mesh_20 = Instance.new("CylinderMesh", part_22)
  452.  
  453. part_23 = Instance.new("Part", maxim)
  454. part_23.FormFactor = Enum.FormFactor.Custom
  455. part_23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  456. part_23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  457. part_23.Anchored = false
  458. part_23.Material = Enum.Material.Metal
  459. part_23.Size = Vector3.new(0.2, 0.47, 0.2)
  460. part_23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  461. part_23.CFrame = CFrame.new(-10.582, 2.596, 100.338)* CFrame.Angles(-3.1415679454803, 1.2888501882553, -1.5708026885986)
  462. part_23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  463. part_23.BrickColor = BrickColor.new("Black")
  464. part_23.Friction = 0.3
  465. part_23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  466.  
  467. mesh_21 = Instance.new("CylinderMesh", part_23)
  468.  
  469. part_24 = Instance.new("Part", maxim)
  470. part_24.FormFactor = Enum.FormFactor.Custom
  471. part_24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  472. part_24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  473. part_24.Anchored = false
  474. part_24.Material = Enum.Material.Metal
  475. part_24.Size = Vector3.new(0.6, 1.8, 0.2)
  476. part_24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  477. part_24.CFrame = CFrame.new(-9.372, 0.5, 100.049)* CFrame.Angles(-3.1408696174622, 1.561079621315, 1.4769771099091)
  478. part_24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  479. part_24.BrickColor = BrickColor.new("Grime")
  480. part_24.Friction = 0.3
  481. part_24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  482.  
  483. mesh_22 = Instance.new("CylinderMesh", part_24)
  484.  
  485. part_25 = Instance.new("Part", maxim)
  486. part_25.FormFactor = Enum.FormFactor.Custom
  487. part_25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  488. part_25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  489. part_25.Anchored = false
  490. part_25.Material = Enum.Material.Metal
  491. part_25.Size = Vector3.new(0.6, 1.8, 0.2)
  492. part_25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  493. part_25.CFrame = CFrame.new(-11.172, 0.5, 100.067)* CFrame.Angles(-3.1400864124298, 1.5607419013977, 1.4761973619461)
  494. part_25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  495. part_25.BrickColor = BrickColor.new("Grime")
  496. part_25.Friction = 0.3
  497. part_25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  498.  
  499. mesh_23 = Instance.new("CylinderMesh", part_25)
  500.  
  501. parttoblock_strong_joint_3 = Instance.new("ManualWeld", part_25)
  502. parttoblock_strong_joint_3.Part1 = floor
  503. parttoblock_strong_joint_3.Name = "Part-to-Block Strong Joint"
  504. parttoblock_strong_joint_3.C1 = CFrame.new(-0.767, 0.782, 1.301)* CFrame.Angles(3.1137306690216, 1.5603408813477, 1.5050446987152)
  505. parttoblock_strong_joint_3.Part0 = part_25
  506. parttoblock_strong_joint_3.C0 = CFrame.new(-0.3, -0.9, 0.1)
  507.  
  508. part_26 = Instance.new("Part", maxim)
  509. part_26.FormFactor = Enum.FormFactor.Custom
  510. part_26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  511. part_26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  512. part_26.Anchored = false
  513. part_26.Material = Enum.Material.Metal
  514. part_26.Size = Vector3.new(0.2, 0.4, 0.2)
  515. part_26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  516. part_26.CFrame = CFrame.new(-10.203, 2.796, 105.906)* CFrame.Angles(3.1415910720825, -0.010084391571581, 3.1415829658508)
  517. part_26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  518. part_26.BrickColor = BrickColor.new("Grime")
  519. part_26.Friction = 0.3
  520. part_26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  521.  
  522. part_27 = Instance.new("Part", maxim)
  523. part_27.FormFactor = Enum.FormFactor.Custom
  524. part_27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  525. part_27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  526. part_27.Anchored = false
  527. part_27.Material = Enum.Material.Metal
  528. part_27.Size = Vector3.new(0.2, 0.2, 1.6)
  529. part_27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  530. part_27.CFrame = CFrame.new(-10.26, 0.944, 101.282)* CFrame.Angles(-3.1401433944702, 1.5610857009888, 2.6771984100342)
  531. part_27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  532. part_27.BrickColor = BrickColor.new("Grime")
  533. part_27.Friction = 0.3
  534. part_27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  535.  
  536. part_28 = Instance.new("Part", maxim)
  537. part_28.FormFactor = Enum.FormFactor.Custom
  538. part_28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  539. part_28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  540. part_28.Anchored = false
  541. part_28.Material = Enum.Material.Metal
  542. part_28.Size = Vector3.new(0.6, 0.2, 1.6)
  543. part_28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  544. part_28.CFrame = CFrame.new(-10.256, 1.06, 101.625)* CFrame.Angles(3.1414487361908, 1.5610979795456, 2.8234071731567)
  545. part_28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  546. part_28.BrickColor = BrickColor.new("Grime")
  547. part_28.Friction = 0.3
  548. part_28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  549.  
  550. part_29 = Instance.new("Part", maxim)
  551. part_29.FormFactor = Enum.FormFactor.Custom
  552. part_29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  553. part_29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  554. part_29.Anchored = false
  555. part_29.Material = Enum.Material.Metal
  556. part_29.Size = Vector3.new(0.8, 0.4, 0.6)
  557. part_29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  558. part_29.CFrame = CFrame.new(-11.729, 1.186, 102.371)* CFrame.Angles(1.5707937479019, 9.6549938461976e-006, -0.010084353387356)
  559. part_29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  560. part_29.BrickColor = BrickColor.new("Grime")
  561. part_29.Friction = 0.3
  562. part_29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  563.  
  564. mesh_24 = Instance.new("CylinderMesh", part_29)
  565.  
  566. part_30 = Instance.new("Part", maxim)
  567. part_30.FormFactor = Enum.FormFactor.Custom
  568. part_30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  569. part_30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  570. part_30.Anchored = false
  571. part_30.Material = Enum.Material.Metal
  572. part_30.Size = Vector3.new(0.4, 0.2, 0.4)
  573. part_30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  574. part_30.CFrame = CFrame.new(-10.595, 1.756, 102.71)* CFrame.Angles(-1.6207068256335e-006, 0.010084483772516, -1.5707945823669)
  575. part_30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  576. part_30.BrickColor = BrickColor.new("Grime")
  577. part_30.Friction = 0.3
  578. part_30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  579.  
  580. mesh_25 = Instance.new("CylinderMesh", part_30)
  581.  
  582. part_31 = Instance.new("Part", maxim)
  583. part_31.FormFactor = Enum.FormFactor.Custom
  584. part_31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  585. part_31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  586. part_31.Anchored = false
  587. part_31.Material = Enum.Material.Metal
  588. part_31.Size = Vector3.new(0.2, 0.24, 0.2)
  589. part_31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  590. part_31.CFrame = CFrame.new(-10.757, 2.318, 101.018)* CFrame.Angles(-2.9406938552856, -0.12886936962605, 1.5969601869583)
  591. part_31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  592. part_31.BrickColor = BrickColor.new("Black")
  593. part_31.Friction = 0.3
  594. part_31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  595.  
  596. mesh_26 = Instance.new("CylinderMesh", part_31)
  597.  
  598. part_32 = Instance.new("Part", maxim)
  599. part_32.FormFactor = Enum.FormFactor.Custom
  600. part_32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  601. part_32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  602. part_32.Anchored = false
  603. part_32.Material = Enum.Material.Metal
  604. part_32.Size = Vector3.new(0.8, 0.2, 0.8)
  605. part_32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  606. part_32.CFrame = CFrame.new(-9.442, 3.496, 102.978)* CFrame.Angles(1.5707937479019, 9.7427664513816e-006, 3.1315083503723)
  607. part_32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  608. part_32.BrickColor = BrickColor.new("Grime")
  609. part_32.Friction = 0.3
  610. part_32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  611.  
  612. mesh_27 = Instance.new("CylinderMesh", part_32)
  613.  
  614. part_33 = Instance.new("Part", maxim)
  615. part_33.FormFactor = Enum.FormFactor.Custom
  616. part_33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  617. part_33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  618. part_33.Anchored = false
  619. part_33.Material = Enum.Material.Metal
  620. part_33.Size = Vector3.new(1, 0.2, 0.2)
  621. part_33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  622. part_33.CFrame = CFrame.new(-10.596, 1.456, 102.61)* CFrame.Angles(-3.1408407688141, 1.5610918998718, 3.1414160728455)
  623. part_33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  624. part_33.BrickColor = BrickColor.new("Grime")
  625. part_33.Friction = 0.3
  626. part_33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  627.  
  628. part_34 = Instance.new("Part", maxim)
  629. part_34.FormFactor = Enum.FormFactor.Custom
  630. part_34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  631. part_34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  632. part_34.Anchored = false
  633. part_34.Material = Enum.Material.Metal
  634. part_34.Size = Vector3.new(0.6, 0.2, 1.6)
  635. part_34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  636. part_34.CFrame = CFrame.new(-10.241, 1.204, 103.137)* CFrame.Angles(-3.1404769420624, 1.5610918998718, -3.0180556774139)
  637. part_34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  638. part_34.BrickColor = BrickColor.new("Grime")
  639. part_34.Friction = 0.3
  640. part_34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  641.  
  642. part_35 = Instance.new("Part", maxim)
  643. part_35.FormFactor = Enum.FormFactor.Custom
  644. part_35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  645. part_35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  646. part_35.Anchored = false
  647. part_35.Material = Enum.Material.Metal
  648. part_35.Size = Vector3.new(2.4, 0.6, 0.2)
  649. part_35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  650. part_35.CFrame = CFrame.new(-10.241, 1.874, 103.105)* CFrame.Angles(2.7460143566132, -0.0093019148334861, 3.1376979351044)
  651. part_35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  652. part_35.BrickColor = BrickColor.new("Grime")
  653. part_35.Friction = 0.3
  654. part_35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  655.  
  656. part_36 = Instance.new("Part", maxim)
  657. part_36.FormFactor = Enum.FormFactor.Custom
  658. part_36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  659. part_36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  660. part_36.Anchored = false
  661. part_36.Material = Enum.Material.Metal
  662. part_36.Size = Vector3.new(0.4, 0.2, 0.2)
  663. part_36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  664. part_36.CFrame = CFrame.new(-10.842, 3.196, 102.992)* CFrame.Angles(-1.620705802452e-006, 0.010084391571581, 9.7322817964596e-006)
  665. part_36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  666. part_36.BrickColor = BrickColor.new("Grime")
  667. part_36.Friction = 0.3
  668. part_36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  669.  
  670. part_37 = Instance.new("Part", maxim)
  671. part_37.FormFactor = Enum.FormFactor.Custom
  672. part_37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  673. part_37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  674. part_37.Anchored = false
  675. part_37.Material = Enum.Material.Metal
  676. part_37.Size = Vector3.new(1.2, 0.4, 0.2)
  677. part_37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  678. part_37.CFrame = CFrame.new(-10.042, 3.696, 102.984)* CFrame.Angles(-1.620705802452e-006, 0.010084391571581, 9.7322817964596e-006)
  679. part_37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  680. part_37.BrickColor = BrickColor.new("Grime")
  681. part_37.Friction = 0.3
  682. part_37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  683.  
  684. part_38 = Instance.new("Part", maxim)
  685. part_38.FormFactor = Enum.FormFactor.Custom
  686. part_38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  687. part_38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  688. part_38.Anchored = false
  689. part_38.Material = Enum.Material.Metal
  690. part_38.Size = Vector3.new(2.4, 0.8, 0.2)
  691. part_38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  692. part_38.CFrame = CFrame.new(-10.242, 2.496, 102.986)* CFrame.Angles(3.1415910720825, -0.01008884049952, 3.1415910720825)
  693. part_38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  694. part_38.BrickColor = BrickColor.new("Grime")
  695. part_38.Friction = 0.3
  696. part_38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  697.  
  698. part_39 = Instance.new("Part", maxim)
  699. part_39.FormFactor = Enum.FormFactor.Custom
  700. part_39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  701. part_39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  702. part_39.Anchored = false
  703. part_39.Material = Enum.Material.Metal
  704. part_39.Size = Vector3.new(0.8, 0.4, 0.6)
  705. part_39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  706. part_39.CFrame = CFrame.new(-11.729, 0.386, 102.371)* CFrame.Angles(1.5707937479019, 9.6549938461976e-006, -0.010084353387356)
  707. part_39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  708. part_39.BrickColor = BrickColor.new("Grime")
  709. part_39.Friction = 0.3
  710. part_39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  711.  
  712. mesh_28 = Instance.new("CylinderMesh", part_39)
  713.  
  714. part_40 = Instance.new("Part", maxim)
  715. part_40.FormFactor = Enum.FormFactor.Custom
  716. part_40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  717. part_40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  718. part_40.Anchored = false
  719. part_40.Material = Enum.Material.Metal
  720. part_40.Size = Vector3.new(0.4, 0.2, 1.6)
  721. part_40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  722. part_40.CFrame = CFrame.new(-10.246, 1.233, 102.665)* CFrame.Angles(-3.1414239406586, 1.5610918998718, 3.1179714202881)
  723. part_40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  724. part_40.BrickColor = BrickColor.new("Grime")
  725. part_40.Friction = 0.3
  726. part_40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  727.  
  728. part_41 = Instance.new("Part", maxim)
  729. part_41.FormFactor = Enum.FormFactor.Custom
  730. part_41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  731. part_41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  732. part_41.Anchored = false
  733. part_41.Material = Enum.Material.Metal
  734. part_41.Size = Vector3.new(1, 0.6, 0.2)
  735. part_41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  736. part_41.CFrame = CFrame.new(-9.542, 3.196, 102.979)* CFrame.Angles(-1.620705802452e-006, 0.010084391571581, 9.7322817964596e-006)
  737. part_41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  738. part_41.BrickColor = BrickColor.new("Grime")
  739. part_41.Friction = 0.3
  740. part_41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  741.  
  742. part_42 = Instance.new("Part", maxim)
  743. part_42.FormFactor = Enum.FormFactor.Custom
  744. part_42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  745. part_42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  746. part_42.Anchored = false
  747. part_42.Material = Enum.Material.Metal
  748. part_42.Size = Vector3.new(0.6, 0.4, 0.2)
  749. part_42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  750. part_42.CFrame = CFrame.new(-11.156, 0.965, 101.665)* CFrame.Angles(-0.00015229804557748, -1.5610979795456, 0.3181771337986)
  751. part_42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  752. part_42.BrickColor = BrickColor.new("Grime")
  753. part_42.Friction = 0.3
  754. part_42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  755.  
  756. part_43 = Instance.new("Part", maxim)
  757. part_43.FormFactor = Enum.FormFactor.Custom
  758. part_43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  759. part_43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  760. part_43.Anchored = false
  761. part_43.Material = Enum.Material.Metal
  762. part_43.Size = Vector3.new(1, 0.4, 1.2)
  763. part_43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  764. part_43.CFrame = CFrame.new(-10.239, 2.396, 103.286)* CFrame.Angles(0.00076063501182944, -1.561079621315, -1.5706294775009)
  765. part_43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  766. part_43.BrickColor = BrickColor.new("Grime")
  767. part_43.Friction = 0.3
  768. part_43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  769.  
  770. mesh_29 = Instance.new("CylinderMesh", part_43)
  771.  
  772. part_44 = Instance.new("Part", maxim)
  773. part_44.FormFactor = Enum.FormFactor.Custom
  774. part_44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  775. part_44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  776. part_44.Anchored = false
  777. part_44.Material = Enum.Material.Metal
  778. part_44.Size = Vector3.new(1.4, 1.48, 1)
  779. part_44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  780. part_44.CFrame = CFrame.new(-8.992, 0.866, 104.024)* CFrame.Angles(0.00075193966040388, -1.5610918998718, 0.00017660295998212)
  781. part_44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  782. part_44.BrickColor = BrickColor.new("Grime")
  783. part_44.Friction = 0.3
  784. part_44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  785.  
  786. mesh_30 = Instance.new("SpecialMesh", part_44)
  787. mesh_30.Scale = Vector3.new(3.5, 3.5, 3.5)
  788. mesh_30.MeshId = "http://www.roblox.com/asset/?id=92575220"
  789. mesh_30.MeshType = Enum.MeshType.FileMesh
  790.  
  791. part_45 = Instance.new("Part", maxim)
  792. part_45.FormFactor = Enum.FormFactor.Custom
  793. part_45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  794. part_45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  795. part_45.Anchored = false
  796. part_45.Material = Enum.Material.Metal
  797. part_45.Size = Vector3.new(0.26, 0.4, 0.4)
  798. part_45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  799. part_45.CFrame = CFrame.new(-10.213, 2.666, 105.946)* CFrame.Angles(0.00075197248952463, -1.5610918998718, -1.5706207752228)
  800. part_45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  801. part_45.BrickColor = BrickColor.new("Dark stone grey")
  802. part_45.Friction = 0.3
  803. part_45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  804.  
  805. mesh_31 = Instance.new("CylinderMesh", part_45)
  806.  
  807. part_46 = Instance.new("WedgePart", maxim)
  808. part_46.FormFactor = Enum.FormFactor.Custom
  809. part_46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  810. part_46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  811. part_46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  812. part_46.Friction = 0.3
  813. part_46.Material = Enum.Material.Metal
  814. part_46.Size = Vector3.new(0.2, 0.6, 0.4)
  815. part_46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  816. part_46.Name = "Part"
  817. part_46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  818. part_46.CFrame = CFrame.new(-10.842, 3.596, 102.992)* CFrame.Angles(-3.1408407688141, 1.5610918998718, 3.1414160728455)
  819. part_46.BrickColor = BrickColor.new("Grime")
  820. part_46.Anchored = false
  821.  
  822. part_47 = Instance.new("Part", maxim)
  823. part_47.FormFactor = Enum.FormFactor.Custom
  824. part_47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  825. part_47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  826. part_47.Anchored = false
  827. part_47.Material = Enum.Material.Metal
  828. part_47.Size = Vector3.new(0.29, 0.4, 0.2)
  829. part_47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  830. part_47.CFrame = CFrame.new(-9.923, 2.091, 105.903)* CFrame.Angles(-1.6692863482604e-006, 0.010084440000355, -2.3943984508514)
  831. part_47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  832. part_47.BrickColor = BrickColor.new("Grime")
  833. part_47.Friction = 0.3
  834. part_47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  835.  
  836. mesh_32 = Instance.new("CylinderMesh", part_47)
  837.  
  838. part_48 = Instance.new("Part", maxim)
  839. part_48.FormFactor = Enum.FormFactor.Custom
  840. part_48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  841. part_48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  842. part_48.Anchored = false
  843. part_48.Material = Enum.Material.Metal
  844. part_48.Size = Vector3.new(0.2, 0.6, 0.2)
  845. part_48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  846. part_48.CFrame = CFrame.new(-10.542, 3.196, 102.989)* CFrame.Angles(-1.620705802452e-006, 0.010084391571581, 9.7322817964596e-006)
  847. part_48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  848. part_48.BrickColor = BrickColor.new("Grime")
  849. part_48.Friction = 0.3
  850. part_48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  851.  
  852. part_49 = Instance.new("Part", maxim)
  853. part_49.FormFactor = Enum.FormFactor.Custom
  854. part_49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  855. part_49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  856. part_49.Anchored = false
  857. part_49.Material = Enum.Material.Metal
  858. part_49.Size = Vector3.new(0.4, 0.2, 0.4)
  859. part_49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  860. part_49.CFrame = CFrame.new(-9.885, 1.756, 102.713)* CFrame.Angles(-1.6207068256335e-006, 0.010084483772516, -1.5707945823669)
  861. part_49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  862. part_49.BrickColor = BrickColor.new("Grime")
  863. part_49.Friction = 0.3
  864. part_49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  865.  
  866. mesh_33 = Instance.new("CylinderMesh", part_49)
  867.  
  868. part_50 = Instance.new("WedgePart", maxim)
  869. part_50.FormFactor = Enum.FormFactor.Custom
  870. part_50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  871. part_50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  872. part_50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  873. part_50.Friction = 0.3
  874. part_50.Material = Enum.Material.Metal
  875. part_50.Size = Vector3.new(0.2, 0.4, 0.4)
  876. part_50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  877. part_50.Name = "Part"
  878. part_50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  879. part_50.CFrame = CFrame.new(-10.593, 1.756, 102.91)* CFrame.Angles(3.1415910720825, -0.010084483772516, 3.1415829658508)
  880. part_50.BrickColor = BrickColor.new("Grime")
  881. part_50.Anchored = false
  882.  
  883. part_51 = Instance.new("Part", maxim)
  884. part_51.FormFactor = Enum.FormFactor.Custom
  885. part_51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  886. part_51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  887. part_51.Anchored = false
  888. part_51.Material = Enum.Material.Metal
  889. part_51.Size = Vector3.new(0.25, 0.4, 0.28)
  890. part_51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  891. part_51.CFrame = CFrame.new(-10.266, 0.227, 98.597)* CFrame.Angles(3.0479137897491, -0.010039239190519, -1.5717417001724)
  892. part_51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  893. part_51.BrickColor = BrickColor.new("Grime")
  894. part_51.Friction = 0.3
  895. part_51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  896.  
  897. mesh_34 = Instance.new("CylinderMesh", part_51)
  898.  
  899. part_52 = Instance.new("Part", maxim)
  900. part_52.FormFactor = Enum.FormFactor.Custom
  901. part_52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  902. part_52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  903. part_52.Anchored = false
  904. part_52.Material = Enum.Material.Metal
  905. part_52.Size = Vector3.new(0.6, 0.2, 1.6)
  906. part_52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  907. part_52.CFrame = CFrame.new(-10.251, 1.184, 102.184)* CFrame.Angles(-3.1411907672882, 1.5610918998718, 3.0176885128021)
  908. part_52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  909. part_52.BrickColor = BrickColor.new("Grime")
  910. part_52.Friction = 0.3
  911. part_52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  912.  
  913. part_53 = Instance.new("Part", maxim)
  914. part_53.FormFactor = Enum.FormFactor.Custom
  915. part_53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  916. part_53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  917. part_53.Anchored = false
  918. part_53.Material = Enum.Material.Metal
  919. part_53.Size = Vector3.new(0.6, 0.4, 0.2)
  920. part_53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  921. part_53.CFrame = CFrame.new(-9.35, 1.085, 102.187)* CFrame.Angles(0.00040633179014549, -1.5610918998718, 0.12390845268965)
  922. part_53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  923. part_53.BrickColor = BrickColor.new("Grime")
  924. part_53.Friction = 0.3
  925. part_53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  926.  
  927. part_54 = Instance.new("Part", maxim)
  928. part_54.FormFactor = Enum.FormFactor.Symmetric
  929. part_54.CanCollide = false
  930. part_54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  931. part_54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  932. part_54.Anchored = false
  933. part_54.Material = Enum.Material.Metal
  934. part_54.Size = Vector3.new(1, 1, 1)
  935. part_54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  936. part_54.CFrame = CFrame.new(-11.049, 2.556, 102.399)* CFrame.Angles(3.1415910720825, -0.010086314752698, 1.5706133842468)
  937. part_54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  938. part_54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  939. part_54.BrickColor = BrickColor.new("Dark stone grey")
  940. part_54.Friction = 0.3
  941. part_54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  942.  
  943. mesh_35 = Instance.new("BlockMesh", part_54)
  944. mesh_35.Scale = Vector3.new(0.15, 1, 0.48)
  945.  
  946. part_55 = Instance.new("Part", maxim)
  947. part_55.FormFactor = Enum.FormFactor.Custom
  948. part_55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  949. part_55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  950. part_55.Anchored = false
  951. part_55.Material = Enum.Material.Metal
  952. part_55.Size = Vector3.new(0.4, 0.4, 0.2)
  953. part_55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  954. part_55.CFrame = CFrame.new(-9.346, 1.133, 102.658)* CFrame.Angles(0.00016852722910699, -1.5610918998718, 0.023621102795005)
  955. part_55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  956. part_55.BrickColor = BrickColor.new("Grime")
  957. part_55.Friction = 0.3
  958. part_55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  959.  
  960. part_56 = Instance.new("Part", maxim)
  961. part_56.FormFactor = Enum.FormFactor.Custom
  962. part_56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  963. part_56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  964. part_56.Anchored = false
  965. part_56.Material = Enum.Material.Metal
  966. part_56.Size = Vector3.new(0.8, 0.2, 0.2)
  967. part_56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  968. part_56.CFrame = CFrame.new(-11.042, 2.996, 102.994)* CFrame.Angles(-1.620705802452e-006, 0.010084391571581, 9.7322817964596e-006)
  969. part_56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  970. part_56.BrickColor = BrickColor.new("Grime")
  971. part_56.Friction = 0.3
  972. part_56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  973.  
  974. part_57 = Instance.new("Part", maxim)
  975. part_57.FormFactor = Enum.FormFactor.Custom
  976. part_57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  977. part_57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  978. part_57.Anchored = false
  979. part_57.Material = Enum.Material.Metal
  980. part_57.Size = Vector3.new(1, 0.4, 1.2)
  981. part_57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  982. part_57.CFrame = CFrame.new(-10.213, 2.396, 105.886)* CFrame.Angles(0.00076063501182944, -1.561079621315, -1.5706294775009)
  983. part_57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  984. part_57.BrickColor = BrickColor.new("Grime")
  985. part_57.Friction = 0.3
  986. part_57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  987.  
  988. mesh_36 = Instance.new("CylinderMesh", part_57)
  989.  
  990. part_58 = Instance.new("Part", maxim)
  991. part_58.FormFactor = Enum.FormFactor.Custom
  992. part_58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  993. part_58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  994. part_58.Anchored = false
  995. part_58.Material = Enum.Material.Metal
  996. part_58.Size = Vector3.new(0.6, 0.68, 1)
  997. part_58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  998. part_58.CFrame = CFrame.new(-8.992, 0.866, 104.024)* CFrame.Angles(0.0004386200744193, -1.5610918998718, -0.73862856626511)
  999. part_58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1000. part_58.BrickColor = BrickColor.new("Grime")
  1001. part_58.Friction = 0.3
  1002. part_58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1003.  
  1004. mesh_37 = Instance.new("SpecialMesh", part_58)
  1005. mesh_37.Scale = Vector3.new(3.5, 3.5, 3.5)
  1006. mesh_37.MeshId = "http://www.roblox.com/asset/?id=92575220"
  1007. mesh_37.MeshType = Enum.MeshType.FileMesh
  1008.  
  1009. part_59 = Instance.new("Part", maxim)
  1010. part_59.FormFactor = Enum.FormFactor.Custom
  1011. part_59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1012. part_59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1013. part_59.Anchored = false
  1014. part_59.Material = Enum.Material.Metal
  1015. part_59.Size = Vector3.new(0.6, 0.4, 0.2)
  1016. part_59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1017. part_59.CFrame = CFrame.new(-9.356, 0.965, 101.647)* CFrame.Angles(-0.00015229804557748, -1.5610979795456, 0.3181771337986)
  1018. part_59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1019. part_59.BrickColor = BrickColor.new("Grime")
  1020. part_59.Friction = 0.3
  1021. part_59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1022.  
  1023. part_60 = Instance.new("Part", maxim)
  1024. part_60.FormFactor = Enum.FormFactor.Custom
  1025. part_60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1026. part_60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. part_60.Anchored = false
  1028. part_60.Material = Enum.Material.Metal
  1029. part_60.Size = Vector3.new(0.4, 2.08, 0.2)
  1030. part_60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1031. part_60.CFrame = CFrame.new(-10.262, 0.694, 101.018)* CFrame.Angles(2.3895282745361, -0.0073592090047896, 1.563901424408)
  1032. part_60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1033. part_60.BrickColor = BrickColor.new("Grime")
  1034. part_60.Friction = 0.3
  1035. part_60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1036.  
  1037. mesh_38 = Instance.new("CylinderMesh", part_60)
  1038.  
  1039. part_61 = Instance.new("Part", maxim)
  1040. part_61.FormFactor = Enum.FormFactor.Custom
  1041. part_61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1042. part_61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1043. part_61.Anchored = false
  1044. part_61.Material = Enum.Material.Metal
  1045. part_61.Size = Vector3.new(0.8, 0.4, 0.6)
  1046. part_61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1047. part_61.CFrame = CFrame.new(-12.529, 1.186, 102.379)* CFrame.Angles(1.5707937479019, 9.6549938461976e-006, -0.010084353387356)
  1048. part_61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1049. part_61.BrickColor = BrickColor.new("Grime")
  1050. part_61.Friction = 0.3
  1051. part_61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1052.  
  1053. mesh_39 = Instance.new("CylinderMesh", part_61)
  1054.  
  1055. part_62 = Instance.new("WedgePart", maxim)
  1056. part_62.FormFactor = Enum.FormFactor.Custom
  1057. part_62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1058. part_62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1059. part_62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1060. part_62.Friction = 0.3
  1061. part_62.Material = Enum.Material.Metal
  1062. part_62.Size = Vector3.new(0.2, 0.2, 1.8)
  1063. part_62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1064. part_62.Name = "Part"
  1065. part_62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1066. part_62.CFrame = CFrame.new(-9.893, 2.396, 101.983)* CFrame.Angles(3.1415910720825, -0.010084391571581, 3.1415829658508)
  1067. part_62.BrickColor = BrickColor.new("Grime")
  1068. part_62.Anchored = false
  1069.  
  1070. floor = Instance.new("Part", maxim)
  1071. floor.FormFactor = Enum.FormFactor.Custom
  1072. floor.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1073. floor.Transparency = 1
  1074. floor.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. floor.Anchored = false
  1076. floor.Material = Enum.Material.Metal
  1077. floor.Size = Vector3.new(1.6, 0.2, 1.4)
  1078. floor.Name = "floor"
  1079. floor.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1080. floor.CFrame = CFrame.new(-10.296, 0.1, 99.633)* CFrame.Angles(-5.7265966461273e-005, -2.1649524569511e-005, 0.00029166688909754)
  1081. floor.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1082. floor.BrickColor = BrickColor.new("Mid gray")
  1083. floor.Friction = 0.3
  1084. floor.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1085.  
  1086. part_63 = Instance.new("Part", maxim)
  1087. part_63.FormFactor = Enum.FormFactor.Custom
  1088. part_63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1089. part_63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1090. part_63.Anchored = false
  1091. part_63.Material = Enum.Material.Metal
  1092. part_63.Size = Vector3.new(0.2, 0.4, 0.2)
  1093. part_63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. part_63.CFrame = CFrame.new(-9.383, 0.331, 99)* CFrame.Angles(-3.140823841095, 1.5610918998718, 1.1335785388947)
  1095. part_63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1096. part_63.BrickColor = BrickColor.new("Grime")
  1097. part_63.Friction = 0.3
  1098. part_63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1099.  
  1100. mesh_40 = Instance.new("CylinderMesh", part_63)
  1101.  
  1102. part_64 = Instance.new("WedgePart", maxim)
  1103. part_64.FormFactor = Enum.FormFactor.Custom
  1104. part_64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1105. part_64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1106. part_64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1107. part_64.Friction = 0.3
  1108. part_64.Material = Enum.Material.Metal
  1109. part_64.Size = Vector3.new(0.2, 0.2, 0.4)
  1110. part_64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1111. part_64.Name = "Part"
  1112. part_64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1113. part_64.CFrame = CFrame.new(-11.242, 3.196, 102.996)* CFrame.Angles(-3.1408407688141, 1.5610918998718, 3.1414160728455)
  1114. part_64.BrickColor = BrickColor.new("Grime")
  1115. part_64.Anchored = false
  1116.  
  1117. part_65 = Instance.new("Part", maxim)
  1118. part_65.FormFactor = Enum.FormFactor.Custom
  1119. part_65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1120. part_65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1121. part_65.Anchored = false
  1122. part_65.Material = Enum.Material.Metal
  1123. part_65.Size = Vector3.new(0.2, 0.2, 0.2)
  1124. part_65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1125. part_65.CFrame = CFrame.new(-9.384, 0.243, 98.818)* CFrame.Angles(3.0479137897491, -0.010039268061519, 3.1406397819519)
  1126. part_65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1127. part_65.BrickColor = BrickColor.new("Grime")
  1128. part_65.Friction = 0.3
  1129. part_65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1130.  
  1131. mesh_41 = Instance.new("SpecialMesh", part_65)
  1132. mesh_41.MeshType = Enum.MeshType.Sphere
  1133.  
  1134. part_66 = Instance.new("Part", maxim)
  1135. part_66.FormFactor = Enum.FormFactor.Custom
  1136. part_66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1137. part_66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1138. part_66.Anchored = false
  1139. part_66.Material = Enum.Material.Metal
  1140. part_66.Size = Vector3.new(0.2, 0.65, 0.2)
  1141. part_66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1142. part_66.CFrame = CFrame.new(-9.665, 0.233, 98.71)* CFrame.Angles(3.0482692718506, 0.34876951575279, -1.5718023777008)
  1143. part_66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1144. part_66.BrickColor = BrickColor.new("Grime")
  1145. part_66.Friction = 0.3
  1146. part_66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1147.  
  1148. mesh_42 = Instance.new("CylinderMesh", part_66)
  1149.  
  1150. part_67 = Instance.new("Part", maxim)
  1151. part_67.FormFactor = Enum.FormFactor.Custom
  1152. part_67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1153. part_67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1154. part_67.Anchored = false
  1155. part_67.Material = Enum.Material.Metal
  1156. part_67.Size = Vector3.new(0.6, 0.4, 0.2)
  1157. part_67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1158. part_67.CFrame = CFrame.new(-11.15, 1.085, 102.205)* CFrame.Angles(0.00040633179014549, -1.5610918998718, 0.12390845268965)
  1159. part_67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1160. part_67.BrickColor = BrickColor.new("Grime")
  1161. part_67.Friction = 0.3
  1162. part_67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1163.  
  1164. part_68 = Instance.new("Part", maxim)
  1165. part_68.FormFactor = Enum.FormFactor.Custom
  1166. part_68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1167. part_68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1168. part_68.Anchored = false
  1169. part_68.Material = Enum.Material.Metal
  1170. part_68.Size = Vector3.new(0.2, 0.6, 0.2)
  1171. part_68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1172. part_68.CFrame = CFrame.new(-10.267, 0.222, 98.598)* CFrame.Angles(3.0479137897491, -0.010039341636002, 1.5698508024216)
  1173. part_68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1174. part_68.BrickColor = BrickColor.new("Grime")
  1175. part_68.Friction = 0.3
  1176. part_68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1177.  
  1178. mesh_43 = Instance.new("CylinderMesh", part_68)
  1179.  
  1180. part_69 = Instance.new("Part", maxim)
  1181. part_69.FormFactor = Enum.FormFactor.Custom
  1182. part_69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1183. part_69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1184. part_69.Anchored = false
  1185. part_69.Material = Enum.Material.Metal
  1186. part_69.Size = Vector3.new(1, 0.2, 0.2)
  1187. part_69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. part_69.CFrame = CFrame.new(-9.886, 1.456, 102.613)* CFrame.Angles(-3.1408407688141, 1.5610918998718, 3.1414160728455)
  1189. part_69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1190. part_69.BrickColor = BrickColor.new("Grime")
  1191. part_69.Friction = 0.3
  1192. part_69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1193.  
  1194. part_70 = Instance.new("WedgePart", maxim)
  1195. part_70.FormFactor = Enum.FormFactor.Custom
  1196. part_70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1197. part_70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1198. part_70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1199. part_70.Friction = 0.3
  1200. part_70.Material = Enum.Material.Metal
  1201. part_70.Size = Vector3.new(0.2, 0.4, 0.6)
  1202. part_70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. part_70.Name = "Part"
  1204. part_70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. part_70.CFrame = CFrame.new(-10.598, 1.756, 102.41)* CFrame.Angles(-1.6207069393204e-006, 0.010084483772516, 9.7323545560357e-006)
  1206. part_70.BrickColor = BrickColor.new("Grime")
  1207. part_70.Anchored = false
  1208.  
  1209. part_71 = Instance.new("Part", maxim)
  1210. part_71.FormFactor = Enum.FormFactor.Custom
  1211. part_71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1212. part_71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. part_71.Anchored = false
  1214. part_71.Material = Enum.Material.Metal
  1215. part_71.Size = Vector3.new(0.6, 0.2, 0.86)
  1216. part_71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1217. part_71.CFrame = CFrame.new(-10.248, 2.556, 102.386)* CFrame.Angles(0.00075197109254077, -1.5610918998718, 0.00017665923223831)
  1218. part_71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. part_71.BrickColor = BrickColor.new("Really black")
  1220. part_71.Friction = 0.3
  1221. part_71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. part_71.Name = "Chamber"
  1223.  
  1224. part_72 = Instance.new("Part", maxim)
  1225. part_72.FormFactor = Enum.FormFactor.Custom
  1226. part_72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1227. part_72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1228. part_72.Anchored = false
  1229. part_72.Material = Enum.Material.Metal
  1230. part_72.Size = Vector3.new(0.4, 0.4, 0.2)
  1231. part_72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1232. part_72.CFrame = CFrame.new(-11.146, 1.133, 102.676)* CFrame.Angles(0.00016852722910699, -1.5610918998718, 0.023621102795005)
  1233. part_72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1234. part_72.BrickColor = BrickColor.new("Grime")
  1235. part_72.Friction = 0.3
  1236. part_72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1237.  
  1238. part_73 = Instance.new("Part", maxim)
  1239. part_73.FormFactor = Enum.FormFactor.Custom
  1240. part_73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. part_73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. part_73.Anchored = false
  1243. part_73.Material = Enum.Material.Metal
  1244. part_73.Size = Vector3.new(0.2, 0.2, 0.2)
  1245. part_73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1246. part_73.CFrame = CFrame.new(-9.956, 0.222, 98.595)* CFrame.Angles(3.0482692718506, 0.34876951575279, -0.0010123332031071)
  1247. part_73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1248. part_73.BrickColor = BrickColor.new("Grime")
  1249. part_73.Friction = 0.3
  1250. part_73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1251.  
  1252. mesh_44 = Instance.new("SpecialMesh", part_73)
  1253. mesh_44.MeshType = Enum.MeshType.Sphere
  1254.  
  1255. part_74 = Instance.new("Part", maxim)
  1256. part_74.FormFactor = Enum.FormFactor.Custom
  1257. part_74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1258. part_74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1259. part_74.Anchored = false
  1260. part_74.Material = Enum.Material.Metal
  1261. part_74.Size = Vector3.new(1.6, 0.47, 1.4)
  1262. part_74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1263. part_74.CFrame = CFrame.new(-10.246, 1.261, 102.586)* CFrame.Angles(3.1415910720825, -0.010084391571581, 3.1415829658508)
  1264. part_74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1265. part_74.BrickColor = BrickColor.new("Grime")
  1266. part_74.Friction = 0.3
  1267. part_74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1268.  
  1269. mesh_45 = Instance.new("CylinderMesh", part_74)
  1270.  
  1271. part_75 = Instance.new("Part", maxim)
  1272. part_75.FormFactor = Enum.FormFactor.Custom
  1273. part_75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. part_75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1275. part_75.Anchored = false
  1276. part_75.Material = Enum.Material.Metal
  1277. part_75.Size = Vector3.new(0.8, 0.34, 0.6)
  1278. part_75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1279. part_75.CFrame = CFrame.new(-11.729, 1.206, 102.371)* CFrame.Angles(1.5707937479019, 9.6549938461976e-006, -0.010084353387356)
  1280. part_75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1281. part_75.BrickColor = BrickColor.new("Black")
  1282. part_75.Friction = 0.3
  1283. part_75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1284.  
  1285. mesh_46 = Instance.new("CylinderMesh", part_75)
  1286.  
  1287. part_76 = Instance.new("Part", maxim)
  1288. part_76.FormFactor = Enum.FormFactor.Custom
  1289. part_76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. part_76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1291. part_76.Anchored = false
  1292. part_76.Material = Enum.Material.Metal
  1293. part_76.Size = Vector3.new(0.24, 0.4, 0.4)
  1294. part_76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. part_76.CFrame = CFrame.new(-10.209, 2.136, 106.286)* CFrame.Angles(0.00076929741771892, -1.5610673427582, -1.5706380605698)
  1296. part_76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1297. part_76.BrickColor = BrickColor.new("Dark stone grey")
  1298. part_76.Friction = 0.3
  1299. part_76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1300.  
  1301. mesh_47 = Instance.new("CylinderMesh", part_76)
  1302.  
  1303. part_77 = Instance.new("WedgePart", maxim)
  1304. part_77.FormFactor = Enum.FormFactor.Custom
  1305. part_77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1306. part_77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. part_77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. part_77.Friction = 0.3
  1309. part_77.Material = Enum.Material.Metal
  1310. part_77.Size = Vector3.new(0.2, 0.4, 0.6)
  1311. part_77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1312. part_77.Name = "Part"
  1313. part_77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1314. part_77.CFrame = CFrame.new(-9.888, 1.756, 102.413)* CFrame.Angles(-1.6207069393204e-006, 0.010084483772516, 9.7323545560357e-006)
  1315. part_77.BrickColor = BrickColor.new("Grime")
  1316. part_77.Anchored = false
  1317.  
  1318. part_78 = Instance.new("WedgePart", maxim)
  1319. part_78.FormFactor = Enum.FormFactor.Custom
  1320. part_78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. part_78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. part_78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1323. part_78.Friction = 0.3
  1324. part_78.Material = Enum.Material.Metal
  1325. part_78.Size = Vector3.new(0.2, 0.4, 0.4)
  1326. part_78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1327. part_78.Name = "Part"
  1328. part_78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1329. part_78.CFrame = CFrame.new(-9.883, 1.756, 102.913)* CFrame.Angles(3.1415910720825, -0.010084483772516, 3.1415829658508)
  1330. part_78.BrickColor = BrickColor.new("Grime")
  1331. part_78.Anchored = false
  1332.  
  1333. part_79 = Instance.new("Part", maxim)
  1334. part_79.FormFactor = Enum.FormFactor.Custom
  1335. part_79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1336. part_79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1337. part_79.Anchored = false
  1338. part_79.Material = Enum.Material.Metal
  1339. part_79.Size = Vector3.new(0.6, 0.4, 0.2)
  1340. part_79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. part_79.CFrame = CFrame.new(-9.361, 0.765, 101.138)* CFrame.Angles(-3.1401557922363, 1.5610857009888, 2.6772110462189)
  1342. part_79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. part_79.BrickColor = BrickColor.new("Grime")
  1344. part_79.Friction = 0.3
  1345. part_79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1346.  
  1347. part_80 = Instance.new("Part", maxim)
  1348. part_80.FormFactor = Enum.FormFactor.Custom
  1349. part_80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1350. part_80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1351. part_80.Anchored = false
  1352. part_80.Material = Enum.Material.Metal
  1353. part_80.Size = Vector3.new(0.4, 2.4, 0.2)
  1354. part_80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1355. part_80.CFrame = CFrame.new(-10.232, 0.859, 104.044)* CFrame.Angles(0.31892883777618, 0.009581939317286, -1.5739585161209)
  1356. part_80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1357. part_80.BrickColor = BrickColor.new("Grime")
  1358. part_80.Friction = 0.3
  1359. part_80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1360.  
  1361. mesh_48 = Instance.new("CylinderMesh", part_80)
  1362.  
  1363. part_81 = Instance.new("Part", maxim)
  1364. part_81.FormFactor = Enum.FormFactor.Custom
  1365. part_81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1366. part_81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1367. part_81.Anchored = false
  1368. part_81.Material = Enum.Material.Metal
  1369. part_81.Size = Vector3.new(0.6, 0.4, 0.2)
  1370. part_81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1371. part_81.CFrame = CFrame.new(-11.141, 1.105, 103.134)* CFrame.Angles(-3.1404769420624, 1.5610918998718, -3.0180556774139)
  1372. part_81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1373. part_81.BrickColor = BrickColor.new("Grime")
  1374. part_81.Friction = 0.3
  1375. part_81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1376.  
  1377. part_82 = Instance.new("Part", maxim)
  1378. part_82.FormFactor = Enum.FormFactor.Custom
  1379. part_82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. part_82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1381. part_82.Anchored = false
  1382. part_82.Material = Enum.Material.Metal
  1383. part_82.Size = Vector3.new(0.91, 2.2, 1.11)
  1384. part_82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1385. part_82.CFrame = CFrame.new(-10.241, 2.401, 104.586)* CFrame.Angles(0.00075197248952463, -1.5610918998718, -1.5706207752228)
  1386. part_82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1387. part_82.BrickColor = BrickColor.new("Grime")
  1388. part_82.Friction = 0.3
  1389. part_82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1390.  
  1391. mesh_49 = Instance.new("CylinderMesh", part_82)
  1392.  
  1393. part_83 = Instance.new("Part", maxim)
  1394. part_83.FormFactor = Enum.FormFactor.Custom
  1395. part_83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. part_83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. part_83.Anchored = false
  1398. part_83.Material = Enum.Material.Metal
  1399. part_83.Size = Vector3.new(0.6, 0.68, 1)
  1400. part_83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. part_83.CFrame = CFrame.new(-11.472, 0.866, 104.049)* CFrame.Angles(-3.1402361392975, 1.5610979795456, -2.4086065292358)
  1402. part_83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1403. part_83.BrickColor = BrickColor.new("Grime")
  1404. part_83.Friction = 0.3
  1405. part_83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1406.  
  1407. mesh_50 = Instance.new("SpecialMesh", part_83)
  1408. mesh_50.Scale = Vector3.new(3.5, 3.5, 3.5)
  1409. mesh_50.MeshId = "http://www.roblox.com/asset/?id=92575220"
  1410. mesh_50.MeshType = Enum.MeshType.FileMesh
  1411.  
  1412. part_84 = Instance.new("Part", maxim)
  1413. part_84.FormFactor = Enum.FormFactor.Custom
  1414. part_84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. part_84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. part_84.Anchored = false
  1417. part_84.Material = Enum.Material.Metal
  1418. part_84.Size = Vector3.new(1.4, 0.82, 0.4)
  1419. part_84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1420. part_84.CFrame = CFrame.new(-12.129, 0.776, 102.375)* CFrame.Angles(-1.5908984778434e-006, 0.010084391571581, 9.6445055532968e-006)
  1421. part_84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. part_84.BrickColor = BrickColor.new("Grime")
  1423. part_84.Friction = 0.3
  1424. part_84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1425.  
  1426. part_85 = Instance.new("Part", maxim)
  1427. part_85.FormFactor = Enum.FormFactor.Custom
  1428. part_85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1429. part_85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1430. part_85.Anchored = false
  1431. part_85.Material = Enum.Material.Metal
  1432. part_85.Size = Vector3.new(0.6, 0.27, 0.6)
  1433. part_85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. part_85.CFrame = CFrame.new(-10.232, 2.741, 104.986)* CFrame.Angles(3.1415910720825, -0.010084391571581, 3.1415829658508)
  1435. part_85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. part_85.BrickColor = BrickColor.new("Grime")
  1437. part_85.Friction = 0.3
  1438. part_85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1439.  
  1440. mesh_51 = Instance.new("CylinderMesh", part_85)
  1441.  
  1442. part_86 = Instance.new("Part", maxim)
  1443. part_86.FormFactor = Enum.FormFactor.Custom
  1444. part_86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1445. part_86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1446. part_86.Anchored = false
  1447. part_86.Material = Enum.Material.Metal
  1448. part_86.Size = Vector3.new(0.2, 1.18, 0.4)
  1449. part_86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1450. part_86.CFrame = CFrame.new(-13.034, 1.528, 102.384)* CFrame.Angles(-2.0242121081537e-006, 0.010083020664752, 0.77176189422607)
  1451. part_86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. part_86.BrickColor = BrickColor.new("Grime")
  1453. part_86.Friction = 0.3
  1454. part_86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1455.  
  1456. part_87 = Instance.new("Part", maxim)
  1457. part_87.FormFactor = Enum.FormFactor.Custom
  1458. part_87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1459. part_87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1460. part_87.Anchored = false
  1461. part_87.Material = Enum.Material.Metal
  1462. part_87.Size = Vector3.new(1.4, 1.48, 1)
  1463. part_87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1464. part_87.CFrame = CFrame.new(-11.472, 0.866, 104.049)* CFrame.Angles(-3.140841960907, 1.5610918998718, 3.1414172649384)
  1465. part_87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1466. part_87.BrickColor = BrickColor.new("Grime")
  1467. part_87.Friction = 0.3
  1468. part_87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1469.  
  1470. mesh_52 = Instance.new("SpecialMesh", part_87)
  1471. mesh_52.Scale = Vector3.new(3.5, 3.5, 3.5)
  1472. mesh_52.MeshId = "http://www.roblox.com/asset/?id=92575220"
  1473. mesh_52.MeshType = Enum.MeshType.FileMesh
  1474.  
  1475. part_88 = Instance.new("Part", maxim)
  1476. part_88.FormFactor = Enum.FormFactor.Custom
  1477. part_88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1478. part_88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1479. part_88.Anchored = false
  1480. part_88.Material = Enum.Material.Metal
  1481. part_88.Size = Vector3.new(0.6, 0.4, 0.2)
  1482. part_88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1483. part_88.CFrame = CFrame.new(-9.341, 1.105, 103.115)* CFrame.Angles(-3.1404769420624, 1.5610918998718, -3.0180556774139)
  1484. part_88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1485. part_88.BrickColor = BrickColor.new("Grime")
  1486. part_88.Friction = 0.3
  1487. part_88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1488.  
  1489. part_89 = Instance.new("Part", maxim)
  1490. part_89.FormFactor = Enum.FormFactor.Custom
  1491. part_89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. part_89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. part_89.Anchored = false
  1494. part_89.Material = Enum.Material.Metal
  1495. part_89.Size = Vector3.new(1, 0.4, 0.2)
  1496. part_89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1497. part_89.CFrame = CFrame.new(-9.334, 0.922, 103.845)* CFrame.Angles(-3.1399192810059, 1.5610979795456, -2.8237855434418)
  1498. part_89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1499. part_89.BrickColor = BrickColor.new("Grime")
  1500. part_89.Friction = 0.3
  1501. part_89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1502.  
  1503. part_90 = Instance.new("Part", maxim)
  1504. part_90.FormFactor = Enum.FormFactor.Custom
  1505. part_90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. part_90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. part_90.Anchored = false
  1508. part_90.Material = Enum.Material.Metal
  1509. part_90.Size = Vector3.new(1, 0.4, 0.2)
  1510. part_90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1511. part_90.CFrame = CFrame.new(-11.134, 0.922, 103.864)* CFrame.Angles(-3.1399192810059, 1.5610979795456, -2.8237855434418)
  1512. part_90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1513. part_90.BrickColor = BrickColor.new("Grime")
  1514. part_90.Friction = 0.3
  1515. part_90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1516.  
  1517. part_91 = Instance.new("Part", maxim)
  1518. part_91.FormFactor = Enum.FormFactor.Custom
  1519. part_91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1520. part_91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1521. part_91.Anchored = false
  1522. part_91.Material = Enum.Material.Metal
  1523. part_91.Size = Vector3.new(0.8, 0.4, 0.6)
  1524. part_91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. part_91.CFrame = CFrame.new(-12.529, 0.386, 102.379)* CFrame.Angles(1.5707937479019, 9.6549938461976e-006, -0.010084353387356)
  1526. part_91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. part_91.BrickColor = BrickColor.new("Grime")
  1528. part_91.Friction = 0.3
  1529. part_91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1530.  
  1531. mesh_53 = Instance.new("CylinderMesh", part_91)
  1532.  
  1533. part_92 = Instance.new("Part", maxim)
  1534. part_92.FormFactor = Enum.FormFactor.Custom
  1535. part_92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1536. part_92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1537. part_92.Anchored = false
  1538. part_92.Material = Enum.Material.Metal
  1539. part_92.Size = Vector3.new(0.4, 0.4, 0.2)
  1540. part_92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1541. part_92.CFrame = CFrame.new(-13.446, 1.951, 102.389)* CFrame.Angles(-1.5811659097672, 0.79897439479828, 0.014461411163211)
  1542. part_92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. part_92.BrickColor = BrickColor.new("Grime")
  1544. part_92.Friction = 0.3
  1545. part_92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1546.  
  1547. mesh_54 = Instance.new("CylinderMesh", part_92)
  1548.  
  1549. part_93 = Instance.new("Part", maxim)
  1550. part_93.FormFactor = Enum.FormFactor.Custom
  1551. part_93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1552. part_93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1553. part_93.Anchored = false
  1554. part_93.Material = Enum.Material.Metal
  1555. part_93.Size = Vector3.new(0.2, 0.2, 1.6)
  1556. part_93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1557. part_93.CFrame = CFrame.new(-10.237, 1.143, 103.506)* CFrame.Angles(-3.139940738678, 1.5610979795456, -2.8237640857697)
  1558. part_93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. part_93.BrickColor = BrickColor.new("Grime")
  1560. part_93.Friction = 0.3
  1561. part_93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1562.  
  1563. part_94 = Instance.new("Part", maxim)
  1564. part_94.FormFactor = Enum.FormFactor.Custom
  1565. part_94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1566. part_94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1567. part_94.Anchored = false
  1568. part_94.Material = Enum.Material.Metal
  1569. part_94.Size = Vector3.new(0.8, 1.4, 0.4)
  1570. part_94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1571. part_94.CFrame = CFrame.new(-12.129, 0.786, 102.375)* CFrame.Angles(-1.5908984778434e-006, 0.010084391571581, 9.6445055532968e-006)
  1572. part_94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1573. part_94.BrickColor = BrickColor.new("Grime")
  1574. part_94.Friction = 0.3
  1575. part_94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1576.  
  1577. part_95 = Instance.new("Part", maxim)
  1578. part_95.FormFactor = Enum.FormFactor.Custom
  1579. part_95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. part_95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1581. part_95.Anchored = false
  1582. part_95.Material = Enum.Material.Metal
  1583. part_95.Size = Vector3.new(0.8, 0.34, 0.6)
  1584. part_95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1585. part_95.CFrame = CFrame.new(-12.529, 1.206, 102.379)* CFrame.Angles(1.5707937479019, 9.6549938461976e-006, -0.010084353387356)
  1586. part_95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1587. part_95.BrickColor = BrickColor.new("Black")
  1588. part_95.Friction = 0.3
  1589. part_95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1590.  
  1591. mesh_55 = Instance.new("CylinderMesh", part_95)
  1592.  
  1593. part_96 = Instance.new("Part", maxim)
  1594. part_96.FormFactor = Enum.FormFactor.Custom
  1595. part_96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1596. part_96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1597. part_96.Anchored = false
  1598. part_96.Material = Enum.Material.Metal
  1599. part_96.Size = Vector3.new(0.8, 0.2, 0.34)
  1600. part_96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1601. part_96.CFrame = CFrame.new(-12.129, 1.406, 102.375)* CFrame.Angles(-1.5908984778434e-006, 0.010084391571581, 9.6445055532968e-006)
  1602. part_96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1603. part_96.BrickColor = BrickColor.new("Black")
  1604. part_96.Friction = 0.3
  1605. part_96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1606.  
  1607. part_97 = Instance.new("Part", maxim)
  1608. part_97.FormFactor = Enum.FormFactor.Symmetric
  1609. part_97.CanCollide = false
  1610. part_97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1611. part_97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1612. part_97.Anchored = false
  1613. part_97.Material = Enum.Material.Metal
  1614. part_97.Size = Vector3.new(1, 1, 1)
  1615. part_97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1616. part_97.CFrame = CFrame.new(-12.179, 1.43, 102.379)* CFrame.Angles(3.1415910720825, -0.010086313821375, -0.00018903266754933)
  1617. part_97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. part_97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. part_97.BrickColor = BrickColor.new("Dark stone grey")
  1620. part_97.Friction = 0.3
  1621. part_97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1622.  
  1623. mesh_56 = Instance.new("BlockMesh", part_97)
  1624. mesh_56.Scale = Vector3.new(0.15, 1, 0.28)
  1625.  
  1626. part_98 = Instance.new("Part", maxim)
  1627. part_98.FormFactor = Enum.FormFactor.Symmetric
  1628. part_98.CanCollide = false
  1629. part_98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1630. part_98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. part_98.Anchored = false
  1632. part_98.Material = Enum.Material.Metal
  1633. part_98.Size = Vector3.new(1, 1, 1)
  1634. part_98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1635. part_98.CFrame = CFrame.new(-11.849, 2.226, 102.409)* CFrame.Angles(3.1415910720825, -0.010086313821375, 0.78521370887756)
  1636. part_98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1637. part_98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1638. part_98.BrickColor = BrickColor.new("Dark stone grey")
  1639. part_98.Friction = 0.3
  1640. part_98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1641.  
  1642. mesh_57 = Instance.new("BlockMesh", part_98)
  1643. mesh_57.Scale = Vector3.new(0.15, 1, 0.48)
  1644.  
  1645. lever3 = Instance.new("Part", maxim)
  1646. lever3.FormFactor = Enum.FormFactor.Custom
  1647. lever3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1648. lever3.Transparency = 1
  1649. lever3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1650. lever3.Anchored = false
  1651. lever3.Material = Enum.Material.Metal
  1652. lever3.Size = Vector3.new(1.25, 0.2, 0.2)
  1653. lever3.Name = "lever3"
  1654. lever3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1655. lever3.CFrame = CFrame.new(-10.685, 2.685, 100.81)* CFrame.Angles(5.6118293287e-005, -1.4393390417099, 2.1570045948029)
  1656. lever3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1657. lever3.BrickColor = BrickColor.new("Black")
  1658. lever3.Friction = 0.3
  1659. lever3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1660.  
  1661. lever2 = Instance.new("Part", maxim)
  1662. lever2.FormFactor = Enum.FormFactor.Custom
  1663. lever2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1664. lever2.Transparency = 1
  1665. lever2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1666. lever2.Anchored = false
  1667. lever2.Material = Enum.Material.Metal
  1668. lever2.Size = Vector3.new(1.25, 0.2, 0.2)
  1669. lever2.Name = "lever2"
  1670. lever2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1671. lever2.CFrame = CFrame.new(-10.605, 2.708, 101.64)* CFrame.Angles(5.6149816373363e-005, -1.4393390417099, 0.58620721101761)
  1672. lever2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1673. lever2.BrickColor = BrickColor.new("Black")
  1674. lever2.Friction = 0.3
  1675. lever2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1676.  
  1677. lever = Instance.new("Part", maxim)
  1678. lever.FormFactor = Enum.FormFactor.Custom
  1679. lever.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1680. lever.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. lever.Anchored = false
  1682. lever.Material = Enum.Material.Metal
  1683. lever.Size = Vector3.new(1.25, 0.2, 0.2)
  1684. lever.Name = "lever"
  1685. lever.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1686. lever.CFrame = CFrame.new(-10.605, 2.196, 101.64)* CFrame.Angles(5.6094311730703e-005, -1.4393390417099, -0.19919024407864)
  1687. lever.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1688. lever.BrickColor = BrickColor.new("Black")
  1689. lever.Friction = 0.3
  1690. lever.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1691.  
  1692. local gungui = Instance.new("GuiMain", player.PlayerGui)
  1693. gungui.Name = "GunGUI"
  1694.  
  1695. main = Instance.new("Frame", gungui)
  1696. main.ZIndex = 2
  1697. main.Size = UDim2.new(0, 120, 0, 75)
  1698. main.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1699. main.Name = "Main"
  1700. main.Position = UDim2.new(1, -250, 1, -100)
  1701. main.BorderSizePixel = 0
  1702. main.BackgroundTransparency = 1
  1703. main.BackgroundColor3 = Color3.new(1, 1, 1)
  1704.  
  1705. local amount = Instance.new("TextLabel", main)
  1706. amount.TextStrokeTransparency = 0.8
  1707. amount.BackgroundColor3 = Color3.new(1, 1, 1)
  1708. amount.BackgroundTransparency = 1
  1709. amount.Size = UDim2.new(0.5, 0, 0.5, 0)
  1710. amount.TextColor3 = Color3.new(1, 1, 1)
  1711. amount.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1712. amount.Text = "["..ammo.."/"..maxammo.."]"
  1713. amount.Position = UDim2.new(0.25, 0, 0, 20)
  1714. amount.Font = Enum.Font.SourceSansBold
  1715. amount.Name = "Amount"
  1716. amount.FontSize = Enum.FontSize.Size36
  1717.  
  1718. borders = Instance.new("Frame", main)
  1719. borders.ZIndex = 2
  1720. borders.Size = UDim2.new(1, 0, 1, 0)
  1721. borders.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1722. borders.Name = "Borders"
  1723. borders.BackgroundTransparency = 1
  1724. borders.BackgroundColor3 = Color3.new(1, 1, 1)
  1725.  
  1726. gname = Instance.new("TextLabel", main)
  1727. gname.TextStrokeTransparency = 0.8
  1728. gname.BackgroundColor3 = Color3.new(1, 1, 1)
  1729. gname.BackgroundTransparency = 1
  1730. gname.Size = UDim2.new(0.5, 0, 0.5, 0)
  1731. gname.TextColor3 = Color3.new(1, 1, 1)
  1732. gname.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1733. gname.Text = "Maxim Machine Gun"
  1734. gname.Position = UDim2.new(0.25, 0, 0, -20)
  1735. gname.Font = Enum.Font.SourceSansBold
  1736. gname.Name = "gname"
  1737. gname.FontSize = Enum.FontSize.Size36
  1738.  
  1739. desc = Instance.new("TextLabel", main)
  1740. desc.TextStrokeTransparency = 0.8
  1741. desc.BackgroundColor3 = Color3.new(1, 1, 1)
  1742. desc.BackgroundTransparency = 1
  1743. desc.Size = UDim2.new(0.5, 0, 0.5, 0)
  1744. desc.TextColor3 = Color3.new(1, 1, 1)
  1745. desc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1746. desc.Text = ".303 British"
  1747. desc.Position = UDim2.new(0.25, 0, 0, 50)
  1748. desc.Font = Enum.Font.SourceSansBold
  1749. desc.Name = "desc"
  1750. desc.FontSize = Enum.FontSize.Size18
  1751.  
  1752.  
  1753. maxim.Parent = tool
  1754. maxim:BreakJoints()
  1755.  
  1756. local prev
  1757. local parts = maxim:GetChildren()
  1758.  
  1759. for i = 1,#parts do
  1760. if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then
  1761. if (prev ~= nil)then
  1762. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  1763. local weld = Instance.new("Weld")
  1764. weld.Part0 = prev
  1765. weld.Part1 = parts[i]
  1766. weld.C0 = prev.CFrame:inverse()
  1767. weld.C1 = parts[i].CFrame:inverse()
  1768. weld.Parent = prev
  1769. parts[i].CanCollide = false
  1770. end
  1771. prev = parts[i]
  1772. end
  1773. end
  1774. maxim:MakeJoints()
  1775.  
  1776. local barrel = maxim.newp
  1777. local Handle = maxim.Handle
  1778. local apressed = false
  1779. local dpressed = false
  1780. local wpressed = false
  1781. local spressed = false
  1782. local ppressed = 0
  1783. local vpressed = 0
  1784. local bpressed = 0
  1785. local angle = 0
  1786. local angle2 = -90
  1787. local crouched = 0
  1788.  
  1789. tor["Left Shoulder"].Part1 = nil
  1790. weld(la, tor, CFrame.new(1,.5,.2)*CFrame.Angles(math.rad(-90),0,0))
  1791. weld(maxim.Handle, la, CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0))
  1792. maxim.Handle.Weld.Name = "Weld2"
  1793.  
  1794. function crouch()
  1795. local newl = char["Left Leg"]:Clone()
  1796. newl.Parent = char
  1797. weld(newl, char.Torso, CFrame.new(-0.5, 0.75, 1))
  1798. newl.CanCollide = false
  1799. local newr = char["Right Leg"]:Clone()
  1800. newr.Parent = char
  1801. weld(newr, char.Torso, CFrame.new(0.5,0.495,1.25) * CFrame.fromEulerAnglesXYZ(math.rad(90),0,0))
  1802. newr.CanCollide = false
  1803. local collider = Instance.new("Part",char)
  1804. collider.Transparency = 1
  1805. collider.CanCollide = true
  1806. collider.Size = Vector3.new(2, 0.2, 3)
  1807. collider.Name = "Collider"
  1808. collider:BreakJoints()
  1809. weld(collider, newl, CFrame.new(0,.968,0))
  1810. char["Left Leg"].Transparency = 1
  1811. char["Right Leg"].Transparency = 1
  1812. char.Torso["Left Hip"].Parent = char.Head
  1813. char.Torso["Right Hip"].Parent = char.Head
  1814. char["Left Leg"].Parent = char.Head
  1815. char["Right Leg"].Parent = char.Head
  1816. Handle.Weld.C0 = CFrame.new(-1,-.6,.75)*CFrame.Angles(math.rad(90),0,0)
  1817. tor["Right Shoulder"].Part1 = nil
  1818. weld(ra, la, CFrame.new(-2,0,0)*CFrame.Angles(math.rad(0),0,0))
  1819. canfire = true
  1820. coroutine.resume(coroutine.create(function()
  1821. wait(.3)
  1822. char.Head.Anchored = true
  1823. char["Left Leg"].Anchored = true
  1824. char["Right Leg"].Anchored = true
  1825. end))
  1826. end
  1827. function uncrouch()
  1828. char.Collider:Destroy()
  1829. char["Left Leg"]:Destroy()
  1830. char["Right Leg"]:Destroy()
  1831. char.Head["Left Hip"].Parent = char.Torso
  1832. char.Head["Right Hip"].Parent = char.Torso
  1833. char.Head["Left Leg"].Parent = char
  1834. char.Head["Right Leg"].Parent = char
  1835. char["Left Leg"].Transparency = 0
  1836. char["Right Leg"].Transparency = 0
  1837. Handle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  1838. if ra:FindFirstChild("Weld") then ra.Weld:Destroy() end
  1839. tor["Right Shoulder"].Part1 = ra
  1840. canfire = false
  1841. coroutine.resume(coroutine.create(function()
  1842. wait()
  1843. char.Head.Anchored = false
  1844. char["Left Leg"].Anchored = false
  1845. char["Right Leg"].Anchored = false
  1846. end))
  1847. end
  1848.  
  1849. mouse.KeyDown:connect(function(key)
  1850. if key == "c" and cancrouch == true then
  1851. crouched = crouched + 1
  1852. if crouched == 1 then
  1853. crouch()
  1854. end
  1855. if crouched == 2 then
  1856. uncrouch()
  1857. crouched = 0
  1858. end
  1859. end
  1860. end)
  1861.  
  1862. mouse.KeyDown:connect(function(key)
  1863. if key == "a" and crouched == 1 then
  1864. apressed = true
  1865. while apressed == true and crouched == 1 do wait()
  1866. angle = angle - .02
  1867. if angle <= -0.8 then angle = -0.8 end
  1868. la.Weld.C0 = CFrame.new(1,.5,.2)*CFrame.Angles(math.rad(angle2),angle,0)
  1869. end
  1870. end
  1871. end)
  1872. mouse.KeyUp:connect(function(key)
  1873. if key == "a" then
  1874. apressed = false
  1875. end
  1876. end)
  1877. mouse.KeyDown:connect(function(key)
  1878. if key == "d" and crouched == 1 then
  1879. dpressed = true
  1880. while dpressed == true and crouched == 1 do wait()
  1881. angle = angle + .02
  1882. if angle >= 0.8 then angle = 0.8 end
  1883. la.Weld.C0 = CFrame.new(1,.5,.2)*CFrame.Angles(math.rad(angle2),angle,0)
  1884. end
  1885. end
  1886. end)
  1887. mouse.KeyUp:connect(function(key)
  1888. if key == "d" then
  1889. dpressed = false
  1890. end
  1891. end)
  1892. mouse.KeyDown:connect(function(key)
  1893. if key == "w" and crouched == 1 then
  1894. wpressed = true
  1895. while wpressed == true and crouched == 1 do wait(.05)
  1896. angle2 = angle2 - .5
  1897. la.Weld.C0 = CFrame.new(1,.5,.2)*CFrame.Angles(math.rad(angle2),angle,0)
  1898. end
  1899. end
  1900. end)
  1901. mouse.KeyUp:connect(function(key)
  1902. if key == "w" then
  1903. wpressed = false
  1904. end
  1905. end)
  1906. mouse.KeyDown:connect(function(key)
  1907. if key == "s" and crouched == 1 then
  1908. spressed = true
  1909. while spressed == true and crouched == 1 do wait(.05)
  1910. angle2 = angle2 + .5
  1911. la.Weld.C0 = CFrame.new(1,.5,.2)*CFrame.Angles(math.rad(angle2),angle,0)
  1912. end
  1913. end
  1914. end)
  1915. mouse.KeyUp:connect(function(key)
  1916. if key == "s" then
  1917. spressed = false
  1918. end
  1919. end)
  1920.  
  1921. local particleemitter = Instance.new("ParticleEmitter")
  1922. particleemitter.VelocitySpread = 360
  1923. particleemitter.Lifetime = NumberRange.new(1, 2)
  1924. particleemitter.Speed = NumberRange.new(10)
  1925. particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.1), NumberSequenceKeypoint.new(1, 0.1)})
  1926. particleemitter.Acceleration = Vector3.new(0, -30, 0)
  1927. particleemitter.RotSpeed = NumberRange.new(260)
  1928. particleemitter.Texture = "http://www.roblox.com/asset/?id=274551257"
  1929.  
  1930. local gf1 = Instance.new("Sound")
  1931. gf1.SoundId="rbxassetid://458287091"
  1932. gf1.PlayOnRemove=false
  1933. gf1.Volume=0.7
  1934. gf1.Looped=false
  1935. gf1.Pitch = 1
  1936. gf1.Parent=barrel
  1937. local gf2 = Instance.new("Sound")
  1938. gf2.SoundId="rbxassetid://240785604"
  1939. gf2.PlayOnRemove=false
  1940. gf2.Volume=0.7
  1941. gf2.Looped=false
  1942. gf2.Pitch = 1
  1943. gf2.Parent=barrel
  1944. local gf3 = Instance.new("Sound")
  1945. gf3.SoundId="rbxassetid://318369098"
  1946. gf3.PlayOnRemove=false
  1947. gf3.Volume=0.7
  1948. gf3.Looped=false
  1949. gf3.Pitch = 1
  1950. gf3.Parent=maxim.lever
  1951.  
  1952. local lever = maxim.lever
  1953. local lever2 = maxim.lever2
  1954. local lever3 = maxim.lever3
  1955. function boltanim()
  1956. gf3:Play()
  1957. lever.Transparency = 1
  1958. lever3.Transparency = 0
  1959. maxim.Realbarrel.BrickColor = BrickColor.new("Bright orange")
  1960. wait(.02)
  1961. lever3.Transparency = 1
  1962. lever.Transparency = 0
  1963. maxim.Realbarrel.BrickColor = BrickColor.new("Really black")
  1964. end
  1965.  
  1966. mouse.KeyDown:connect(function(key)
  1967. if key == "p" then
  1968. ppressed = ppressed + 1
  1969. if ppressed == 1 then
  1970. print("Shells Enabled")
  1971. end
  1972. if ppressed == 2 then
  1973. ppressed = 0
  1974. print("Shells Disabled")
  1975. end
  1976. end
  1977. end)
  1978. mouse.KeyDown:connect(function(key)
  1979. if key == "v" then
  1980. vpressed = vpressed + 1
  1981. if vpressed == 1 then
  1982. print("Body Movement Enabled")
  1983. char.Head.Anchored = false
  1984. char["Left Leg"].Anchored = false
  1985. char["Right Leg"].Anchored = false
  1986. end
  1987. if vpressed == 2 then
  1988. vpressed = 0
  1989. print("Body Movement Disabled")
  1990. char.Head.Anchored = true
  1991. char["Left Leg"].Anchored = true
  1992. char["Right Leg"].Anchored = true
  1993. end
  1994. end
  1995. end)
  1996. mouse.KeyDown:connect(function(key)
  1997. if key == "b" then
  1998. bpressed = bpressed + 1
  1999. if bpressed == 1 then
  2000. print("Barrelsight Enabled")
  2001. camera.CameraSubject = maxim.newp
  2002. end
  2003. if bpressed == 2 then
  2004. bpressed = 0
  2005. print("Barrelsight Disabled")
  2006. camera.CameraSubject = char.Humanoid
  2007. end
  2008. end
  2009. end)
  2010.  
  2011. function fire()
  2012. if ammo >=1 and canfire == true then
  2013. boltanim()
  2014. gf1.PlaybackSpeed = math.random(1,1.5)
  2015. gf1:Play()
  2016. local missile = Instance.new("Part")
  2017. missile.CFrame = barrel.CFrame*CFrame.new(0,0,-.3)
  2018. missile.Material = Enum.Material.Metal
  2019. missile.Size = Vector3.new(0.2, 0.2, 0.2)
  2020. missile.CanCollide = false
  2021.  
  2022. --local bvelocity = Instance.new("BodyVelocity",missile)
  2023. --bvelocity.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  2024. --bvelocity.velocity = newp.CFrame.lookVector*520
  2025. missile.Velocity = newp.CFrame.lookVector*520
  2026.  
  2027. missile.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2028. missile.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. missile.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. missile.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. missile.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2032. missile.BrickColor = BrickColor.new("Bright yellow")
  2033. missile.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2034. missile.Name = "Bullet"
  2035. missile.Parent = workspace
  2036. game.Debris:AddItem(missile,3.2)
  2037. --local bodyForce = Instance.new('BodyForce', missile)
  2038. --bodyForce.Name = 'Antigravity'
  2039. --bodyForce.force = Vector3.new(0, missile:GetMass() * 196.2, 0)
  2040. ammo = ammo - 1
  2041. amount.Text = "["..ammo.."/"..maxammo.."]"
  2042. coroutine.resume(coroutine.create(function()
  2043. wait()
  2044. maxim.MuzzleFlash.Transparency = 0.3
  2045. maxim.MuzzleFlash.PointLight.Enabled = true
  2046. wait()
  2047. maxim.MuzzleFlash.Transparency = 1
  2048. maxim.MuzzleFlash.PointLight.Enabled = false
  2049. end))
  2050. if ppressed == 1 then
  2051. local shell = Instance.new("Part")
  2052. shell.CFrame = maxim.Chamber.CFrame * CFrame.fromEulerAnglesXYZ(1.5,0,0)
  2053. shell.Size = Vector3.new(1,1,1)
  2054. shell.BrickColor = BrickColor.new(24)
  2055. shell.BottomSurface = 0
  2056. shell.TopSurface = 0
  2057. shell.Name = "Shell"
  2058. shell.Velocity = maxim.Chamber.CFrame.lookVector * 20 + Vector3.new(math.random(-10,10),20,math.random(-10,10))
  2059. shell.RotVelocity = Vector3.new(0,200,0)
  2060. shell.CanCollide = false
  2061. shell.Parent = workspace
  2062. coroutine.resume(coroutine.create(function()
  2063. wait(.1)
  2064. shell.CanCollide = true
  2065. while (shell) do wait()
  2066. shell.Transparency=shell.Transparency+.01
  2067. end
  2068. end))
  2069. game.Debris:AddItem(shell,2)
  2070. local shellmesh = Instance.new("SpecialMesh")
  2071. shellmesh.Scale = Vector3.new(.1,.25,.1)
  2072. shellmesh.Parent = shell
  2073. end
  2074.  
  2075. missile.Touched:connect(function(h)
  2076. if (not h:isDescendantOf(maxim)) then
  2077. missile:Destroy()
  2078. if not h.Name:lower():find("base") and h.Anchored == false then
  2079. h.Velocity = h.CFrame.lookVector*-5
  2080. end
  2081. if h.Parent:FindFirstChild("Humanoid") then
  2082. local pclone = particleemitter:Clone()
  2083. pclone.Parent = h
  2084. game.Debris:AddItem(pclone,.5)
  2085. --missile:Destroy()
  2086. if h.Parent.Humanoid.Parent:FindFirstChild("ForceField") then h.Parent.ForceField:Destroy() end
  2087. if h.Parent.Humanoid.Health >1000 then h.Parent.Humanoid.MaxHealth = 500 h.Parent.Humanoid.Health = 500 end
  2088. missile:destroy()
  2089. local dmg = (math.random(10,28))
  2090. local textt = dmg
  2091. h.Parent.Humanoid:TakeDamage(dmg)
  2092. if h.Name == "Head" then h.Parent.Humanoid:TakeDamage(dmg) end
  2093. local guiMain = Instance.new("BillboardGui",h.Parent.Head)
  2094. guiMain.AlwaysOnTop = true
  2095. guiMain.Size = UDim2.new(5,5,5)
  2096. guiMain.Name = "guiMain"
  2097. local bar3 = Instance.new("TextLabel")
  2098. bar3.Position = UDim2.new(0, 50, 0, 0)
  2099. bar3.Size = UDim2.new(0, 100, 0, 100)
  2100. bar3.Parent = guiMain;
  2101. bar3.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  2102. bar3.BorderColor3 = Color3.new(27/255,42/255,53/255)
  2103. bar3.BackgroundTransparency = 1
  2104. bar3.BorderSizePixel = 1
  2105. bar3.Text = textt
  2106. bar3.TextColor3 = Color3.new(255/255,0/255,0/255)
  2107. bar3.TextStrokeColor3 = Color3.new(0/255,0/255,0/255)
  2108. bar3.TextStrokeTransparency = 1
  2109. bar3.Font = "SourceSans"
  2110. bar3.FontSize = Enum.FontSize.Size24
  2111. coroutine.resume(coroutine.create(function()
  2112. wait(.2) guiMain:Destroy()
  2113. end))
  2114. end
  2115. end
  2116. end)
  2117. end
  2118. if ammo <=0 and canfire == true then
  2119. gf2:Play()
  2120. end
  2121. end
  2122.  
  2123. mouse.Button1Down:connect(function()
  2124. mousedown = true
  2125. while mousedown == true do wait(.1)
  2126. fire()
  2127. end
  2128. end)
  2129. mouse.Button1Up:connect(function()
  2130. mousedown = false
  2131. end)
  2132.  
  2133. bin.Deselected:connect(function()
  2134. maxim:Destroy()
  2135. tool:Destroy()
  2136. gungui:Destroy()
  2137. canfire = false
  2138. if crouched == 1 then crouched = 0 uncrouch() end
  2139. if la:FindFirstChild("Weld") then la.Weld:Destroy() end
  2140. tor["Left Shoulder"].Part1 = la
  2141. if ra:FindFirstChild("Weld") then ra.Weld:Destroy() end
  2142. tor["Right Shoulder"].Part1 = ra
  2143. if char.Torso:FindFirstChild("Weld") then char.Torso.Weld:Destroy() end
  2144. end)
  2145. end)
  2146. end)
Add Comment
Please, Sign In to add comment