Advertisement
FiveRoNer

Untitled

Jun 27th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.71 KB | None | 0 0
  1. stick = Instance.new("Part", plr.Torso)
  2. c = Instance.new("CylinderMesh", stick)
  3. stick.Size = Vector3.new(2,8.2,2)
  4. stick.BrickColor = BrickColor.new("Pastel brown")
  5. stick.BottomSurface = "Smooth"
  6. stick.TopSurface = "Smooth"
  7. stick.Position = plr.Torso.Position
  8. wstick = Instance.new("Weld",plr.Torso)
  9. wstick.Part0 = wstick.Parent
  10. wstick.Part1 = stick
  11. wstick.C1 = CFrame.new(Vector3.new(0,3.5,-1.5)) * CFrame.Angles(80,0,0)
  12. ball1 = Instance.new("Part",plr)
  13. ball1.BrickColor = stick.BrickColor
  14. ball1.Shape = "Ball"
  15. ball1.Size = Vector3.new(3,3,3)
  16. wb1 = Instance.new("Weld",plr.Torso)
  17. wb1.Part0 = wstick.Part0
  18. wb1.Part1 = ball1
  19. ball1.BottomSurface = "Smooth"
  20. ball1.TopSurface = "Smooth"
  21. wb1.C1 = CFrame.new(Vector3.new(-0.5,1.5,0))
  22. ball2 = ball1:clone()
  23. ball2.Parent = plr
  24. wb2 = Instance.new("Weld",plr.Torso)
  25. wb2.Part0 = wstick.Part0
  26. wb2.Part1 = ball2
  27. wb2.C1 = CFrame.new(Vector3.new(0.5,1.5,0))
  28. ----------------------------------------------------------
  29. CV="Maroon"
  30. Player = game.Players.LocalPlayer
  31. Character = Player.Character
  32. local txt = Instance.new("BillboardGui", Character)
  33. txt.Adornee = Character .Head
  34. txt.Name = "_status"
  35. txt.Size = UDim2.new(2, 0, 1.2, 0)
  36. txt.StudsOffset = Vector3.new(-9, 8, 0)
  37. local text = Instance.new("TextLabel", txt)
  38. text.Size = UDim2.new(10, 0, 7, 0)
  39. text.FontSize = "Size24"
  40. text.TextScaled = true
  41. text.TextTransparency = 0
  42. text.BackgroundTransparency = 1
  43. text.TextTransparency = 0
  44. text.TextStrokeTransparency = 0
  45. text.Font = "Bodoni"
  46. text.TextStrokeColor3 = Color3.new(255,255,255)
  47.  
  48. v=Instance.new("Part")
  49. v.Name = "ColorBrick"
  50. v.Parent=Player.Character
  51. v.FormFactor="Symmetric"
  52. v.Anchored=true
  53. v.CanCollide=false
  54. v.BottomSurface="Smooth"
  55. v.TopSurface="Smooth"
  56. v.Size=Vector3.new(10,5,3)
  57. v.Transparency=1
  58. v.CFrame=Character.Torso.CFrame
  59. v.BrickColor=BrickColor.new(CV)
  60. v.Transparency=1
  61. text.TextColor3 = Color3.new(0,0,0)
  62. v.Shape="Block"
  63. text.Text = "Gay Naz!"
  64. ---------------------------------------
  65. guigroup=Instance.new("BillboardGui")
  66. guigroup.Parent=game.Players.LocalPlayer.Character.Head
  67. guigroup.Adornee=game.Players.LocalPlayer.Character.Head
  68. guigroup.Size = UDim2.new(1,0,1,0)
  69. guigroup.StudsOffset=Vector3.new(0.5, 6, 0)
  70. oooo1 = Instance.new("TextLabel")
  71. Kills = Instance.new("IntValue")
  72. Kills.Parent = game.Players.LocalPlayer.Character
  73. Kills.Name = ""
  74. oooo1.Text = ""
  75. if
  76. game.Players.LocalPlayer.Name == ""
  77. then
  78. oooo1.Text = ""
  79. end
  80. oooo1.Size = UDim2.new(0,200,0,200)
  81. oooo1.BackgroundColor3 = Color3.new(1, 1, 1)
  82. oooo1.BackgroundTransparency = 1
  83. oooo1.Parent = guigroup
  84. oooo1.AnchorPoint = Vector2.new(0.5, 0.9)
  85. oooo1.Size = UDim2.new(3.5,0,3.5,0)
  86. oooo1.TextScaled = true
  87. ko1 = Instance.new("TextLabel")
  88. ko1.Name = ""
  89. ko1.Parent = guigroup
  90. ko1.BackgroundColor3 = Color3.new(1, 1, 1)
  91. ko1.BackgroundTransparency = 1
  92. ko1.TextColor3 = Color3.new(1, 0, 0)
  93. ko1.TextScaled = false
  94. ko1.TextWrapped = false
  95. ko1.AnchorPoint = Vector2.new(0.5, 0.3)
  96. game.Players.LocalPlayer.Character.Humanoid.NameOcclusion = "NoOcclusion"
  97. game.Players.LocalPlayer.Character.Humanoid.HealthDisplayType = "AlwaysOff"
  98. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  99. game.Players.LocalPlayer.Character.Humanoid.Health = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  100. local runDummyScript = function(f,scri)
  101. local oldenv = getfenv(f)
  102. local newenv = setmetatable({}, {
  103. __index = function(_, k)
  104. if k:lower() == 'script' then
  105. return scri
  106. else
  107. return oldenv[k]
  108. end
  109. end
  110. })
  111. setfenv(f, newenv)
  112. ypcall(function() f() end)
  113. end
  114. cors = {}
  115. mas = Instance.new("Model",game:GetService("Lighting"))
  116. mas.Name = "CompiledModel"
  117. o1 = Instance.new("Model")
  118. o2 = Instance.new("Part")
  119. o3 = Instance.new("BlockMesh")
  120. o4 = Instance.new("Part")
  121. o5 = Instance.new("BlockMesh")
  122. o6 = Instance.new("CFrameValue")
  123. o7 = Instance.new("Weld")
  124. o8 = Instance.new("Part")
  125. o9 = Instance.new("BlockMesh")
  126. o10 = Instance.new("CFrameValue")
  127. o11 = Instance.new("Weld")
  128. o12 = Instance.new("Part")
  129. o13 = Instance.new("BlockMesh")
  130. o14 = Instance.new("CFrameValue")
  131. o15 = Instance.new("Weld")
  132. o16 = Instance.new("Part")
  133. o17 = Instance.new("BlockMesh")
  134. o18 = Instance.new("CFrameValue")
  135. o19 = Instance.new("Weld")
  136. o20 = Instance.new("Part")
  137. o21 = Instance.new("BlockMesh")
  138. o22 = Instance.new("CFrameValue")
  139. o23 = Instance.new("Weld")
  140. o24 = Instance.new("Part")
  141. o25 = Instance.new("BlockMesh")
  142. o26 = Instance.new("CFrameValue")
  143. o27 = Instance.new("Weld")
  144. o28 = Instance.new("Part")
  145. o29 = Instance.new("CFrameValue")
  146. o30 = Instance.new("Weld")
  147. o31 = Instance.new("Part")
  148. o32 = Instance.new("CFrameValue")
  149. o33 = Instance.new("Weld")
  150. o34 = Instance.new("Part")
  151. o35 = Instance.new("SpecialMesh")
  152. o36 = Instance.new("CFrameValue")
  153. o37 = Instance.new("Weld")
  154. weldtoarm = Instance.new("Weld")
  155. o1.Name = "Armlet"
  156. o1.Parent = mas
  157. o2.Name = "svatic1"
  158. o2.Parent = o1
  159. o2.Material = Enum.Material.SmoothPlastic
  160. o2.BrickColor = BrickColor.new("Really black")
  161. o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
  162. o2.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  163. o2.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  164. o2.CFrame = CFrame.new(9.5394268, 1.15889382, -30.4923649, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  165. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  166. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  167. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  168. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  169. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  170. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  171. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  172. o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
  173. o2.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  174. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  175. o3.Parent = o2
  176. o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
  177. o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
  178. o4.Name = "svatic2"
  179. o4.Parent = o1
  180. o4.Material = Enum.Material.SmoothPlastic
  181. o4.BrickColor = BrickColor.new("Really black")
  182. o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
  183. o4.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  184. o4.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  185. o4.CFrame = CFrame.new(9.51736546, 1.06919134, -30.4028416, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  186. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  187. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  188. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  189. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  190. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  191. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  192. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  193. o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
  194. o4.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  195. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  196. o5.Parent = o4
  197. o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  198. o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  199. o6.Name = "qRelativeCFrameWeldValue"
  200. o6.Parent = o4
  201. o6.Value = CFrame.new(0, -0.0218372345, -0.105447769, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  202. o7.Name = "qCFrameWeldThingy"
  203. o7.Parent = o4
  204. o7.C1 = CFrame.new(0, -0.0260860808, -0.125964642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  205. o7.Part0 = o2
  206. o7.Part1 = o4
  207. o8.Name = "svatic3"
  208. o8.Parent = o1
  209. o8.Material = Enum.Material.SmoothPlastic
  210. o8.BrickColor = BrickColor.new("Really black")
  211. o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
  212. o8.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  213. o8.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  214. o8.CFrame = CFrame.new(9.50574112, 1.21955931, -30.7833157, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  215. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  216. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  217. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  218. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  219. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  220. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  221. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  222. o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
  223. o8.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  224. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  225. o9.Parent = o8
  226. o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  227. o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  228. o10.Name = "qRelativeCFrameWeldValue"
  229. o10.Parent = o8
  230. o10.Value = CFrame.new(0, -0.106843948, 0.226449966, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  231. o11.Name = "qCFrameWeldThingy"
  232. o11.Parent = o8
  233. o11.C1 = CFrame.new(0, -0.127632454, 0.270510107, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  234. o11.Part0 = o2
  235. o11.Part1 = o8
  236. o12.Name = "svatic4"
  237. o12.Parent = o1
  238. o12.Material = Enum.Material.SmoothPlastic
  239. o12.BrickColor = BrickColor.new("Really black")
  240. o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
  241. o12.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  242. o12.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  243. o12.CFrame = CFrame.new(9.40566349, 0.893889546, -30.553009, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  244. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  245. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  246. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  247. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  248. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  249. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  250. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  251. o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
  252. o12.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  253. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  254. o13.Parent = o12
  255. o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
  256. o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
  257. o14.Name = "qRelativeCFrameWeldValue"
  258. o14.Parent = o12
  259. o14.Value = CFrame.new(0, -0.236118317, -0.0926094055, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  260. o15.Name = "qCFrameWeldThingy"
  261. o15.Parent = o12
  262. o15.C1 = CFrame.new(0, -0.28205961, -0.110628322, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  263. o15.Part0 = o2
  264. o15.Part1 = o12
  265. o16.Name = "svatic5"
  266. o16.Parent = o1
  267. o16.Material = Enum.Material.SmoothPlastic
  268. o16.BrickColor = BrickColor.new("Really black")
  269. o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
  270. o16.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  271. o16.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  272. o16.CFrame = CFrame.new(9.65675831, 1.39117944, -30.4388123, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  273. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  274. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  275. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  276. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  277. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  278. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  279. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  280. o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
  281. o16.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  282. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  283. o17.Parent = o16
  284. o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
  285. o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
  286. o18.Name = "qRelativeCFrameWeldValue"
  287. o18.Parent = o16
  288. o18.Value = CFrame.new(0, 0.207174301, 0.080909729, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  289. o19.Name = "qCFrameWeldThingy"
  290. o19.Parent = o16
  291. o19.C1 = CFrame.new(0, 0.247483984, 0.096652247, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  292. o19.Part0 = o2
  293. o19.Part1 = o16
  294. o20.Name = "svatic6"
  295. o20.Parent = o1
  296. o20.Material = Enum.Material.SmoothPlastic
  297. o20.BrickColor = BrickColor.new("Really black")
  298. o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
  299. o20.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  300. o20.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  301. o20.CFrame = CFrame.new(9.54831028, 1.05523241, -30.2259464, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  302. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  303. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  304. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  305. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  306. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  307. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  308. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  309. o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
  310. o20.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  311. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  312. o21.Parent = o20
  313. o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  314. o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  315. o22.Name = "qRelativeCFrameWeldValue"
  316. o22.Parent = o20
  317. o22.Value = CFrame.new(0, 0.0607795715, -0.231582642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  318. o23.Name = "qCFrameWeldThingy"
  319. o23.Parent = o20
  320. o23.C1 = CFrame.new(0, 0.0726053864, -0.276641428, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  321. o23.Part0 = o2
  322. o23.Part1 = o20
  323. o24.Name = "svatic7"
  324. o24.Parent = o1
  325. o24.Material = Enum.Material.SmoothPlastic
  326. o24.BrickColor = BrickColor.new("Really black")
  327. o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
  328. o24.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  329. o24.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  330. o24.CFrame = CFrame.new(9.53892517, 1.21178222, -30.6091824, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  331. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  332. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  333. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  334. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  335. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  336. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  337. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  338. o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
  339. o24.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  340. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  341. o25.Parent = o24
  342. o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  343. o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  344. o26.Name = "qRelativeCFrameWeldValue"
  345. o26.Parent = o24
  346. o26.Value = CFrame.new(0, -0.0209236145, 0.105287552, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  347. o27.Name = "qCFrameWeldThingy"
  348. o27.Parent = o24
  349. o27.C1 = CFrame.new(0, -0.0249946993, 0.125773236, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  350. o27.Part0 = o2
  351. o27.Part1 = o24
  352. o28.Name = "Right Arm"
  353. o28.Parent = o1
  354. o28.Material = Enum.Material.SmoothPlastic
  355. o28.BrickColor = BrickColor.new("Really black")
  356. o28.Transparency = 1
  357. o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
  358. o28.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
  359. o28.FormFactor = Enum.FormFactor.Symmetric
  360. o28.Size = Vector3.new(2.09252977, 1.04626489, 1.04626489)
  361. o28.CFrame = CFrame.new(9.33767605, 1.24664795, -30.4727879, 0.347877979, 0.284306079, 0.893393397, 0.893409908, 0.188386172, -0.407835245, -0.284253061, 0.940042913, -0.188466549)
  362. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  363. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  364. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  365. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  366. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  367. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  368. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  369. o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
  370. o28.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
  371. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  372. weldtoarm.Parent = o28
  373. weldtoarm.Part0 = o28
  374. weldtoarm.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  375. weldtoarm.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(1.55, math.pi, 1.55)
  376. o29.Name = "qRelativeCFrameWeldValue"
  377. o29.Parent = o28
  378. o29.Value = CFrame.new(-0.00221943855, 0.0187721252, 0.183933258, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  379. o30.Name = "qCFrameWeldThingy"
  380. o30.Parent = o28
  381. o30.C1 = CFrame.new(-0.00265127234, 0.0224245973, 0.21972096, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  382. o30.Part0 = o2
  383. o30.Part1 = o28
  384. o31.Name = "Armlet1"
  385. o31.Parent = o1
  386. o31.Material = Enum.Material.SmoothPlastic
  387. o31.BrickColor = BrickColor.new("Bright red")
  388. o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
  389. o31.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
  390. o31.FormFactor = Enum.FormFactor.Symmetric
  391. o31.Size = Vector3.new(1.01487708, 1.06719005, 1.0985781)
  392. o31.CFrame = CFrame.new(9.33325005, 1.22114551, -30.4663391, 0.34788391, 0.284310907, 0.893393397, 0.893425107, 0.188389421, -0.407835245, -0.284257859, 0.940058947, -0.188466549)
  393. o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  394. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  395. o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  396. o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  397. o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  398. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  399. o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  400. o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
  401. o31.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
  402. o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  403. o32.Name = "qRelativeCFrameWeldValue"
  404. o32.Parent = o31
  405. o32.Value = CFrame.new(0.0196768045, 0.0187721252, 0.179553986, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  406. o33.Name = "qCFrameWeldThingy"
  407. o33.Parent = o31
  408. o33.C1 = CFrame.new(0.0235053003, 0.0224245973, 0.214489624, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  409. o33.Part0 = o2
  410. o33.Part1 = o31
  411. o34.Name = "Armlet2"
  412. o34.Parent = o1
  413. o34.Material = Enum.Material.SmoothPlastic
  414. o34.BrickColor = BrickColor.new("Institutional white")
  415. o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
  416. o34.Rotation = Vector3.new(-11.3299999, 16.5200005, 158.729996)
  417. o34.Shape = Enum.PartType.Cylinder
  418. o34.Size = Vector3.new(0.238913804, 1.0253396, 1.04626489)
  419. o34.CFrame = CFrame.new(9.74531078, 1.04955149, -30.5565758, -0.893398523, -0.347870708, 0.284310907, 0.407822043, -0.893431127, 0.188389421, 0.188470751, 0.284255087, 0.940058947)
  420. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  421. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  422. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  423. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  424. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  425. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  426. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  427. o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
  428. o34.Orientation = Vector3.new(-10.8599997, 16.8299999, 155.460007)
  429. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  430. o35.Parent = o34
  431. o35.Scale = Vector3.new(0.875851333, 1, 1)
  432. o35.MeshType = Enum.MeshType.Cylinder
  433. o35.Scale = Vector3.new(0.875851333, 1, 1)
  434. o36.Name = "qRelativeCFrameWeldValue"
  435. o36.Parent = o34
  436. o36.Value = CFrame.new(0.201436996, -0.00654327869, 0.0187721252, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
  437. o37.Name = "qCFrameWeldThingy"
  438. o37.Parent = o34
  439. o37.C1 = CFrame.new(0.240630388, -0.00781639758, 0.0224245973, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
  440. o37.Part0 = o2
  441. o37.Part1 = o34
  442. mas.Parent = workspace
  443. mas:MakeJoints()
  444. local mas1 = mas:GetChildren()
  445. for i=1,#mas1 do
  446. mas1[i].Parent = game.Players.LocalPlayer.Character
  447. ypcall(function() mas1[i]:MakeJoints() end)
  448. end
  449. mas:Destroy()
  450. for i=1,#cors do
  451. coroutine.resume(cors[i])
  452. endguigroup=Instance.new("BillboardGui")
  453. guigroup.Parent=game.Players.LocalPlayer.Character.Head
  454. guigroup.Adornee=game.Players.LocalPlayer.Character.Head
  455. guigroup.Size = UDim2.new(1,0,1,0)
  456. guigroup.StudsOffset=Vector3.new(0.5, 6, 0)
  457. oooo1 = Instance.new("TextLabel")
  458. Kills = Instance.new("IntValue")
  459. Kills.Parent = game.Players.LocalPlayer.Character
  460. Kills.Name = ""
  461. oooo1.Text = ""
  462. if
  463. game.Players.LocalPlayer.Name == ""
  464. then
  465. oooo1.Text = ""
  466. end
  467. oooo1.Size = UDim2.new(0,200,0,200)
  468. oooo1.BackgroundColor3 = Color3.new(1, 1, 1)
  469. oooo1.BackgroundTransparency = 1
  470. oooo1.Parent = guigroup
  471. oooo1.AnchorPoint = Vector2.new(0.5, 0.9)
  472. oooo1.Size = UDim2.new(3.5,0,3.5,0)
  473. oooo1.TextScaled = true
  474. ko1 = Instance.new("TextLabel")
  475. ko1.Name = ""
  476. ko1.Parent = guigroup
  477. ko1.BackgroundColor3 = Color3.new(1, 1, 1)
  478. ko1.BackgroundTransparency = 1
  479. ko1.TextColor3 = Color3.new(1, 0, 0)
  480. ko1.TextScaled = false
  481. ko1.TextWrapped = false
  482. ko1.AnchorPoint = Vector2.new(0.5, 0.3)
  483. game.Players.LocalPlayer.Character.Humanoid.NameOcclusion = "NoOcclusion"
  484. game.Players.LocalPlayer.Character.Humanoid.HealthDisplayType = "AlwaysOff"
  485. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  486. game.Players.LocalPlayer.Character.Humanoid.Health = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  487. local runDummyScript = function(f,scri)
  488. local oldenv = getfenv(f)
  489. local newenv = setmetatable({}, {
  490. __index = function(_, k)
  491. if k:lower() == 'script' then
  492. return scri
  493. else
  494. return oldenv[k]
  495. end
  496. end
  497. })
  498. setfenv(f, newenv)
  499. ypcall(function() f() end)
  500. end
  501. cors = {}
  502. mas = Instance.new("Model",game:GetService("Lighting"))
  503. mas.Name = "CompiledModel"
  504. o1 = Instance.new("Model")
  505. o2 = Instance.new("Part")
  506. o3 = Instance.new("BlockMesh")
  507. o4 = Instance.new("Part")
  508. o5 = Instance.new("BlockMesh")
  509. o6 = Instance.new("CFrameValue")
  510. o7 = Instance.new("Weld")
  511. o8 = Instance.new("Part")
  512. o9 = Instance.new("BlockMesh")
  513. o10 = Instance.new("CFrameValue")
  514. o11 = Instance.new("Weld")
  515. o12 = Instance.new("Part")
  516. o13 = Instance.new("BlockMesh")
  517. o14 = Instance.new("CFrameValue")
  518. o15 = Instance.new("Weld")
  519. o16 = Instance.new("Part")
  520. o17 = Instance.new("BlockMesh")
  521. o18 = Instance.new("CFrameValue")
  522. o19 = Instance.new("Weld")
  523. o20 = Instance.new("Part")
  524. o21 = Instance.new("BlockMesh")
  525. o22 = Instance.new("CFrameValue")
  526. o23 = Instance.new("Weld")
  527. o24 = Instance.new("Part")
  528. o25 = Instance.new("BlockMesh")
  529. o26 = Instance.new("CFrameValue")
  530. o27 = Instance.new("Weld")
  531. o28 = Instance.new("Part")
  532. o29 = Instance.new("CFrameValue")
  533. o30 = Instance.new("Weld")
  534. o31 = Instance.new("Part")
  535. o32 = Instance.new("CFrameValue")
  536. o33 = Instance.new("Weld")
  537. o34 = Instance.new("Part")
  538. o35 = Instance.new("SpecialMesh")
  539. o36 = Instance.new("CFrameValue")
  540. o37 = Instance.new("Weld")
  541. weldtoarm = Instance.new("Weld")
  542. o1.Name = "Armlet"
  543. o1.Parent = mas
  544. o2.Name = "svatic1"
  545. o2.Parent = o1
  546. o2.Material = Enum.Material.SmoothPlastic
  547. o2.BrickColor = BrickColor.new("Really black")
  548. o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
  549. o2.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  550. o2.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  551. o2.CFrame = CFrame.new(9.5394268, 1.15889382, -30.4923649, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  552. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  553. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  554. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  555. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  556. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  557. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  558. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  559. o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
  560. o2.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  561. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  562. o3.Parent = o2
  563. o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
  564. o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
  565. o4.Name = "svatic2"
  566. o4.Parent = o1
  567. o4.Material = Enum.Material.SmoothPlastic
  568. o4.BrickColor = BrickColor.new("Really black")
  569. o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
  570. o4.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  571. o4.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  572. o4.CFrame = CFrame.new(9.51736546, 1.06919134, -30.4028416, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  573. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  574. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  575. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  576. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  577. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  578. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  579. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  580. o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
  581. o4.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  582. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  583. o5.Parent = o4
  584. o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  585. o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  586. o6.Name = "qRelativeCFrameWeldValue"
  587. o6.Parent = o4
  588. o6.Value = CFrame.new(0, -0.0218372345, -0.105447769, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  589. o7.Name = "qCFrameWeldThingy"
  590. o7.Parent = o4
  591. o7.C1 = CFrame.new(0, -0.0260860808, -0.125964642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  592. o7.Part0 = o2
  593. o7.Part1 = o4
  594. o8.Name = "svatic3"
  595. o8.Parent = o1
  596. o8.Material = Enum.Material.SmoothPlastic
  597. o8.BrickColor = BrickColor.new("Really black")
  598. o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
  599. o8.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  600. o8.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  601. o8.CFrame = CFrame.new(9.50574112, 1.21955931, -30.7833157, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  602. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  603. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  604. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  605. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  606. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  607. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  608. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  609. o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
  610. o8.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  611. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  612. o9.Parent = o8
  613. o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  614. o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  615. o10.Name = "qRelativeCFrameWeldValue"
  616. o10.Parent = o8
  617. o10.Value = CFrame.new(0, -0.106843948, 0.226449966, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  618. o11.Name = "qCFrameWeldThingy"
  619. o11.Parent = o8
  620. o11.C1 = CFrame.new(0, -0.127632454, 0.270510107, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  621. o11.Part0 = o2
  622. o11.Part1 = o8
  623. o12.Name = "svatic4"
  624. o12.Parent = o1
  625. o12.Material = Enum.Material.SmoothPlastic
  626. o12.BrickColor = BrickColor.new("Really black")
  627. o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
  628. o12.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  629. o12.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  630. o12.CFrame = CFrame.new(9.40566349, 0.893889546, -30.553009, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  631. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  632. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  633. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  634. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  635. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  636. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  637. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  638. o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
  639. o12.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  640. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  641. o13.Parent = o12
  642. o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
  643. o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
  644. o14.Name = "qRelativeCFrameWeldValue"
  645. o14.Parent = o12
  646. o14.Value = CFrame.new(0, -0.236118317, -0.0926094055, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  647. o15.Name = "qCFrameWeldThingy"
  648. o15.Parent = o12
  649. o15.C1 = CFrame.new(0, -0.28205961, -0.110628322, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  650. o15.Part0 = o2
  651. o15.Part1 = o12
  652. o16.Name = "svatic5"
  653. o16.Parent = o1
  654. o16.Material = Enum.Material.SmoothPlastic
  655. o16.BrickColor = BrickColor.new("Really black")
  656. o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
  657. o16.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  658. o16.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  659. o16.CFrame = CFrame.new(9.65675831, 1.39117944, -30.4388123, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  660. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  661. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  662. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  663. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  664. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  665. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  666. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  667. o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
  668. o16.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  669. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  670. o17.Parent = o16
  671. o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
  672. o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
  673. o18.Name = "qRelativeCFrameWeldValue"
  674. o18.Parent = o16
  675. o18.Value = CFrame.new(0, 0.207174301, 0.080909729, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  676. o19.Name = "qCFrameWeldThingy"
  677. o19.Parent = o16
  678. o19.C1 = CFrame.new(0, 0.247483984, 0.096652247, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  679. o19.Part0 = o2
  680. o19.Part1 = o16
  681. o20.Name = "svatic6"
  682. o20.Parent = o1
  683. o20.Material = Enum.Material.SmoothPlastic
  684. o20.BrickColor = BrickColor.new("Really black")
  685. o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
  686. o20.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  687. o20.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  688. o20.CFrame = CFrame.new(9.54831028, 1.05523241, -30.2259464, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  689. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  690. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  691. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  692. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  693. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  694. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  695. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  696. o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
  697. o20.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  698. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  699. o21.Parent = o20
  700. o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  701. o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  702. o22.Name = "qRelativeCFrameWeldValue"
  703. o22.Parent = o20
  704. o22.Value = CFrame.new(0, 0.0607795715, -0.231582642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  705. o23.Name = "qCFrameWeldThingy"
  706. o23.Parent = o20
  707. o23.C1 = CFrame.new(0, 0.0726053864, -0.276641428, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  708. o23.Part0 = o2
  709. o23.Part1 = o20
  710. o24.Name = "svatic7"
  711. o24.Parent = o1
  712. o24.Material = Enum.Material.SmoothPlastic
  713. o24.BrickColor = BrickColor.new("Really black")
  714. o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
  715. o24.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  716. o24.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  717. o24.CFrame = CFrame.new(9.53892517, 1.21178222, -30.6091824, -0.893398523, -0.441397756, -0.0837334841, 0.407822043, -0.718593299, -0.563310921, 0.188470751, -0.537409127, 0.822001636)
  718. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  719. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  720. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  721. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  722. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  723. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  724. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  725. o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
  726. o24.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  727. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  728. o25.Parent = o24
  729. o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  730. o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  731. o26.Name = "qRelativeCFrameWeldValue"
  732. o26.Parent = o24
  733. o26.Value = CFrame.new(0, -0.0209236145, 0.105287552, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  734. o27.Name = "qCFrameWeldThingy"
  735. o27.Parent = o24
  736. o27.C1 = CFrame.new(0, -0.0249946993, 0.125773236, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  737. o27.Part0 = o2
  738. o27.Part1 = o24
  739. o28.Name = "Right Arm"
  740. o28.Parent = o1
  741. o28.Material = Enum.Material.SmoothPlastic
  742. o28.BrickColor = BrickColor.new("Really black")
  743. o28.Transparency = 1
  744. o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
  745. o28.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
  746. o28.FormFactor = Enum.FormFactor.Symmetric
  747. o28.Size = Vector3.new(2.09252977, 1.04626489, 1.04626489)
  748. o28.CFrame = CFrame.new(9.33767605, 1.24664795, -30.4727879, 0.347877979, 0.284306079, 0.893393397, 0.893409908, 0.188386172, -0.407835245, -0.284253061, 0.940042913, -0.188466549)
  749. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  750. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  751. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  752. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  753. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  754. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  755. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  756. o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
  757. o28.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
  758. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  759. weldtoarm.Parent = o28
  760. weldtoarm.Part0 = o28
  761. weldtoarm.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  762. weldtoarm.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(1.55, math.pi, 1.55)
  763. o29.Name = "qRelativeCFrameWeldValue"
  764. o29.Parent = o28
  765. o29.Value = CFrame.new(-0.00221943855, 0.0187721252, 0.183933258, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  766. o30.Name = "qCFrameWeldThingy"
  767. o30.Parent = o28
  768. o30.C1 = CFrame.new(-0.00265127234, 0.0224245973, 0.21972096, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  769. o30.Part0 = o2
  770. o30.Part1 = o28
  771. o31.Name = "Armlet1"
  772. o31.Parent = o1
  773. o31.Material = Enum.Material.SmoothPlastic
  774. o31.BrickColor = BrickColor.new("Bright red")
  775. o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
  776. o31.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
  777. o31.FormFactor = Enum.FormFactor.Symmetric
  778. o31.Size = Vector3.new(1.01487708, 1.06719005, 1.0985781)
  779. o31.CFrame = CFrame.new(9.33325005, 1.22114551, -30.4663391, 0.34788391, 0.284310907, 0.893393397, 0.893425107, 0.188389421, -0.407835245, -0.284257859, 0.940058947, -0.188466549)
  780. o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  781. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  782. o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  783. o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  784. o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  785. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  786. o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  787. o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
  788. o31.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
  789. o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  790. o32.Name = "qRelativeCFrameWeldValue"
  791. o32.Parent = o31
  792. o32.Value = CFrame.new(0.0196768045, 0.0187721252, 0.179553986, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  793. o33.Name = "qCFrameWeldThingy"
  794. o33.Parent = o31
  795. o33.C1 = CFrame.new(0.0235053003, 0.0224245973, 0.214489624, -1.47819519e-05, -0.642790794, -0.766052902, 1.11595e-09, -0.766052902, 0.642790794, -1, 9.50084723e-06, 1.13244741e-05)
  796. o33.Part0 = o2
  797. o33.Part1 = o31
  798. o34.Name = "Armlet2"
  799. o34.Parent = o1
  800. o34.Material = Enum.Material.SmoothPlastic
  801. o34.BrickColor = BrickColor.new("Institutional white")
  802. o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
  803. o34.Rotation = Vector3.new(-11.3299999, 16.5200005, 158.729996)
  804. o34.Shape = Enum.PartType.Cylinder
  805. o34.Size = Vector3.new(0.238913804, 1.0253396, 1.04626489)
  806. o34.CFrame = CFrame.new(9.74531078, 1.04955149, -30.5565758, -0.893398523, -0.347870708, 0.284310907, 0.407822043, -0.893431127, 0.188389421, 0.188470751, 0.284255087, 0.940058947)
  807. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  808. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  809. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  810. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  811. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  812. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  813. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  814. o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
  815. o34.Orientation = Vector3.new(-10.8599997, 16.8299999, 155.460007)
  816. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  817. o35.Parent = o34
  818. o35.Scale = Vector3.new(0.875851333, 1, 1)
  819. o35.MeshType = Enum.MeshType.Cylinder
  820. o35.Scale = Vector3.new(0.875851333, 1, 1)
  821. o36.Name = "qRelativeCFrameWeldValue"
  822. o36.Parent = o34
  823. o36.Value = CFrame.new(0.201436996, -0.00654327869, 0.0187721252, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
  824. o37.Name = "qCFrameWeldThingy"
  825. o37.Parent = o34
  826. o37.C1 = CFrame.new(0.240630388, -0.00781639758, 0.0224245973, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
  827. o37.Part0 = o2
  828. o37.Part1 = o34
  829. mas.Parent = workspace
  830. mas:MakeJoints()
  831. local mas1 = mas:GetChildren()
  832. for i=1,#mas1 do
  833. mas1[i].Parent = game.Players.LocalPlayer.Character
  834. ypcall(function() mas1[i]:MakeJoints() end)
  835. end
  836. mas:Destroy()
  837. for i=1,#cors do
  838. coroutine.resume(cors[i])
  839. end
  840. -------------------------------------------
  841. GasMask = true
  842. xd = Instance.new("Tool")
  843. xdd = Instance.new("Part")
  844. xddd = Instance.new("Part")
  845. xdddd = Instance.new("Part")
  846. xddddd = Instance.new("Smoke")
  847. xdddddd = Instance.new("Smoke")
  848. xddddddd = Instance.new("Smoke")
  849. xdddddddd = Instance.new("Part")
  850. xddddddddd = Instance.new("Part")
  851. xd0 = Instance.new("Part")
  852. xd.Name = "Mustard Gas Grenade"
  853. xd.Parent = game.Players.LocalPlayer.Backpack
  854. xdd.Parent = xd
  855. xdd.Material = Enum.Material.SmoothPlastic
  856. xdd.BrickColor = BrickColor.new("Deep orange")
  857. xdd.Position = Vector3.new(-9.08949184, 0.563135147, 33.200779)
  858. xdd.Rotation = Vector3.new(-0, 0, -90)
  859. xdd.CanCollide = false
  860. xdd.Shape = Enum.PartType.Cylinder
  861. xdd.Size = Vector3.new(0.26000011, 0.819999993, 1)
  862. xdd.CFrame = CFrame.new(-9.08949184, 0.563135147, 33.200779, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  863. xdd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  864. xdd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  865. xdd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  866. xdd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  867. xdd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  868. xdd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  869. xdd.Color = Color3.new(1, 0.686275, 0)
  870. xddd.Parent = xd
  871. xddd.Material = Enum.Material.SmoothPlastic
  872. xddd.BrickColor = BrickColor.new("Really black")
  873. xddd.Position = Vector3.new(-9.09000397, 0.615009904, 33.2000046)
  874. xddd.Rotation = Vector3.new(-0, 0, 90)
  875. xddd.CanCollide = false
  876. xddd.Shape = Enum.PartType.Cylinder
  877. xddd.Size = Vector3.new(1.21000016, 0.799999952, 1)
  878. xddd.CFrame = CFrame.new(-9.09000397, 0.615009904, 33.2000046, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  879. xddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  880. xddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  881. xddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  882. xddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  883. xddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  884. xddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  885. xddd.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  886. xdddd.Parent = xd
  887. xdddd.Material = Enum.Material.SmoothPlastic
  888. xdddd.BrickColor = BrickColor.new("Dark stone grey")
  889. xdddd.Position = Vector3.new(-9.09270954, 1.33200657, 33.2021408)
  890. xdddd.CanCollide = false
  891. xdddd.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  892. xdddd.CFrame = CFrame.new(-9.09270954, 1.33200657, 33.2021408, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  893. xdddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  894. xdddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  895. xdddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  896. xdddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  897. xdddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  898. xdddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  899. xdddd.Color = Color3.new(0.388235, 0.372549, 0.384314)
  900. xddddd.Parent = xdddd
  901. xddddd.Color = Color3.new(0.756863, 0.584314, 0.0588235)
  902. xddddd.Opacity = 1
  903. xddddd.RiseVelocity = 4
  904. xdddddd.Parent = xdddd
  905. xdddddd.Color = Color3.new(0.756863, 0.584314, 0.0588235)
  906. xdddddd.Opacity = 1
  907. xdddddd.RiseVelocity = 4
  908. xddddddd.Parent = xdddd
  909. xddddddd.Color = Color3.new(0.756863, 0.584314, 0.0588235)
  910. xddddddd.Opacity = 1
  911. xddddddd.RiseVelocity = 4
  912. xdddddddd.Parent = xd
  913. xdddddddd.Material = Enum.Material.SmoothPlastic
  914. xdddddddd.BrickColor = BrickColor.new("Deep orange")
  915. xdddddddd.Position = Vector3.new(-9.08949184, 0.899091303, 33.200779)
  916. xdddddddd.Rotation = Vector3.new(-0, 0, 90)
  917. xdddddddd.CanCollide = false
  918. xdddddddd.Shape = Enum.PartType.Cylinder
  919. xdddddddd.Size = Vector3.new(0.200000003, 0.819999993, 1)
  920. xdddddddd.CFrame = CFrame.new(-9.08949184, 0.899091303, 33.200779, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  921. xdddddddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  922. xdddddddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  923. xdddddddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  924. xdddddddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  925. xdddddddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  926. xdddddddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  927. xdddddddd.Color = Color3.new(1, 0.686275, 0)
  928. xddddddddd.Parent = xd
  929. xddddddddd.Material = Enum.Material.SmoothPlastic
  930. xddddddddd.BrickColor = BrickColor.new("Black")
  931. xddddddddd.Position = Vector3.new(-9.09270954, 1.26311076, 33.2003593)
  932. xddddddddd.Rotation = Vector3.new(-0, 0, 90)
  933. xddddddddd.CanCollide = false
  934. xddddddddd.Shape = Enum.PartType.Cylinder
  935. xddddddddd.Size = Vector3.new(0.200000003, 0.799999952, 0.540000021)
  936. xddddddddd.CFrame = CFrame.new(-9.09270954, 1.26311076, 33.2003593, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  937. xddddddddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  938. xddddddddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  939. xddddddddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  940. xddddddddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  941. xddddddddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  942. xddddddddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  943. xddddddddd.Color = Color3.new(0.105882, 0.164706, 0.207843)
  944. xd0.Name = "Handle"
  945. xd0.Parent = xd
  946. xd0.BrickColor = BrickColor.new("Earth green")
  947. xd0.Transparency = 1
  948. xd0.Position = Vector3.new(-9.11234188, 0.5, 33.1982155)
  949. xd0.Rotation = Vector3.new(0, 90, 0)
  950. xd0.CanCollide = false
  951. xd0.FormFactor = Enum.FormFactor.Custom
  952. xd0.Size = Vector3.new(0.800000131, 0.920000255, 0.799998164)
  953. xd0.CFrame = CFrame.new(-9.11234188, 0.5, 33.1982155, -0, 0, 1, 0, 1, 0, -1, 0, 0)
  954. xd0.BottomSurface = Enum.SurfaceType.Smooth
  955. xd0.TopSurface = Enum.SurfaceType.Smooth
  956. xd0.Color = Color3.new(0.152941, 0.27451, 0.176471)
  957. KILLPART = Instance.new("Part")
  958. KILLPART.Size = Vector3.new(16,16,16)
  959. KILLPART.Name = "TOUCHPART"
  960. KILLPART.Anchored = true
  961. KILLPART.BrickColor = BrickColor.new("Black")
  962. KILLPART.Transparency = 1
  963. KILLPART.CanCollide = false
  964. KILLPART.CFrame = xd0.CFrame
  965. KILLPART.Parent = workspace
  966. KILLPART.Color = Color3.new(0.105882, 0.164706, 0.207843)
  967. Gas = Instance.new("Sound")
  968. Gas.Parent = xd0
  969. Gas.Volume = 0.8
  970. Gas.Looped = true
  971. Gas.SoundId = "http://www.roblox.com/asset/?id=137065982"
  972. Gas.Pitch = 1
  973. Gas.Name = "Sound"
  974. ison = false
  975. function Weld(x,y)
  976. local W = Instance.new("Weld")
  977. W.Part0 = x
  978. W.Part1 = y
  979. local CJ = CFrame.new(x.Position)
  980. local C0 = x.CFrame:inverse()*CJ
  981. local C1 = y.CFrame:inverse()*CJ
  982. W.C0 = C0
  983. W.C1 = C1
  984. W.Parent = x
  985. end
  986.  
  987. function Get(A)
  988. if A.className == "Part" then
  989. Weld(xd.Handle, A)
  990. A.Anchored = false
  991. A.CanCollide = false
  992. else
  993. local C = A:GetChildren()
  994. for i=1, #C do
  995. Get(C[i])
  996. end
  997. end
  998. end
  999.  
  1000. function Finale()
  1001. Get(xd)
  1002. end
  1003. function XDdd ()
  1004. ison = true
  1005. end
  1006. function Xddd ()
  1007. ison = false
  1008. end function lol () xdg = true Gas.Playing = true KILLPART.Parent = workspace while xdg == true do wait() KILLPART.CFrame = xd0.CFrame end end
  1009. function Posijew ()
  1010. KILLPART.CFrame = xd0.CFrame
  1011. end function loln () KILLPART.Parent = game Gas.Playing = false xdg = false end
  1012. xdg = false
  1013. xd.Equipped:connect(XDdd)
  1014. xd.Unequipped:connect(Xddd)
  1015. xd.Equipped:connect(Finale)
  1016. xd.Equipped:connect(lol)
  1017. xd.Unequipped:connect(loln)
  1018. xd.Unequipped:connect(Finale)
  1019. Finale()
  1020. function Kill (Part)
  1021. for i,v in pairs(Part.Parent:GetChildren()) do
  1022. if v:IsA("Humanoid") and v.Parent.Name ~= game.Players.LocalPlayer.Name then
  1023. v:Destroy()
  1024. end end
  1025. end
  1026. KILLPART.Touched:connect(Kill)
  1027. if GasMask == true then
  1028. o1 = Instance.new("Model")
  1029. o2 = Instance.new("Part")
  1030. o3 = Instance.new("SpecialMesh")
  1031. o4 = Instance.new("Part")
  1032. o5 = Instance.new("Part")
  1033. o6 = Instance.new("Part")
  1034. o7 = Instance.new("SpecialMesh")
  1035. o8 = Instance.new("Part")
  1036. o9 = Instance.new("Part")
  1037. o10 = Instance.new("SpecialMesh")
  1038. o11 = Instance.new("Part")
  1039. o12 = Instance.new("Part")
  1040. o13 = Instance.new("SpecialMesh")
  1041. o14 = Instance.new("Part")
  1042. o15 = Instance.new("Part")
  1043. o16 = Instance.new("Part")
  1044. o17 = Instance.new("Part")
  1045. o1.Name = "MODEL"
  1046. o2.Name = "Middle"
  1047. o2.Parent = o1
  1048. o2.BrickColor = BrickColor.new("Pastel brown")
  1049. o2.Transparency = 1
  1050. o2.Position = Vector3.new(-13.5356159, 3.71991396, 50.2649117)
  1051. o2.Rotation = Vector3.new(-5.66336393, -89.7626114, -5.66246414)
  1052. o2.Anchored = true
  1053. o2.FormFactor = Enum.FormFactor.Custom
  1054. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1055. o2.CFrame = CFrame.new(-13.5356159, 3.71991396, 50.2649117, 1.75646369e-006, 1.74156298e-007, -0.999991417, -1.04150445e-007, 1, 1.60883403e-007, 0.999999762, 9.62157287e-008, 1.6223396e-006)
  1056. o2.BottomSurface = Enum.SurfaceType.Smooth
  1057. o2.TopSurface = Enum.SurfaceType.Smooth
  1058. o2.Color = Color3.new(1, 0.8, 0.6)
  1059. o3.Parent = o2
  1060. o3.Scale = Vector3.new(6.25, 6.25, 6.25)
  1061. o3.MeshType = Enum.MeshType.FileMesh
  1062. o4.Name = "Lense 1"
  1063. o4.Parent = o1
  1064. o4.Material = Enum.Material.Metal
  1065. o4.Transparency = 0.050000011920929
  1066. o4.Position = Vector3.new(-12.900528, 3.77991295, 50.5080605)
  1067. o4.Rotation = Vector3.new(-180, 20.6807137, -179.999985)
  1068. o4.Anchored = true
  1069. o4.CanCollide = false
  1070. o4.FormFactor = Enum.FormFactor.Custom
  1071. o4.Shape = Enum.PartType.Cylinder
  1072. o4.Size = Vector3.new(0.200000003, 0.320000023, 0.939999998)
  1073. o4.CFrame = CFrame.new(-12.900528, 3.77991295, 50.5080605, -0.935553849, 3.06141374e-007, 0.353159934, 3.19927466e-007, 1, 2.01617603e-008, -0.353163034, 1.1997561e-007, -0.935561478)
  1074. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1076. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1077. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1079. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1080. o5.Name = "Lense2"
  1081. o5.Parent = o1
  1082. o5.Material = Enum.Material.Metal
  1083. o5.Transparency = 0.050000011920929
  1084. o5.Position = Vector3.new(-12.8961124, 3.77492094, 50.0302277)
  1085. o5.Rotation = Vector3.new(-180, -23.8323021, -179.999985)
  1086. o5.Anchored = true
  1087. o5.CanCollide = false
  1088. o5.FormFactor = Enum.FormFactor.Custom
  1089. o5.Shape = Enum.PartType.Cylinder
  1090. o5.Size = Vector3.new(0.200000003, 0.330000043, 0.99000001)
  1091. o5.CFrame = CFrame.new(-12.8961124, 3.77492094, 50.0302277, -0.914722979, 2.85652249e-007, -0.404061079, 2.36339361e-007, 1, 1.37493373e-007, 0.404064298, 2.15865228e-008, -0.914730668)
  1092. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1093. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1095. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1096. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1097. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1098. o6.Name = "Handle"
  1099. o6.Parent = o1
  1100. o6.Material = Enum.Material.Metal
  1101. o6.BrickColor = BrickColor.new("Really black")
  1102. o6.Position = Vector3.new(-12.8799381, 3.69992495, 50.2599869)
  1103. o6.Rotation = Vector3.new(-90, 9.97842108e-006, -89.9999008)
  1104. o6.Anchored = true
  1105. o6.CanCollide = false
  1106. o6.FormFactor = Enum.FormFactor.Plate
  1107. o6.Size = Vector3.new(1, 0.400000006, 1)
  1108. o6.CFrame = CFrame.new(-12.8799381, 3.69992495, 50.2599869, 1.75646369e-006, 0.999991417, 1.74156298e-007, -1.04150445e-007, -1.60883403e-007, 1, 0.999999762, -1.6223396e-006, 9.62157287e-008)
  1109. o6.BottomSurface = Enum.SurfaceType.Weld
  1110. o6.TopSurface = Enum.SurfaceType.Smooth
  1111. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1112. o7.Parent = o6
  1113. o7.MeshId = "http://www.roblox.com/asset/?id=5158270"
  1114. o7.Scale = Vector3.new(0.140000001, 0.170000002, 0.100000001)
  1115. o7.MeshType = Enum.MeshType.FileMesh
  1116. o8.Name = "Straps"
  1117. o8.Parent = o1
  1118. o8.Material = Enum.Material.Fabric
  1119. o8.BrickColor = BrickColor.new("Really black")
  1120. o8.Position = Vector3.new(-13.5199518, 3.48991394, 50.2599869)
  1121. o8.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, 89.9999924)
  1122. o8.Anchored = true
  1123. o8.CanCollide = false
  1124. o8.FormFactor = Enum.FormFactor.Custom
  1125. o8.Shape = Enum.PartType.Cylinder
  1126. o8.Size = Vector3.new(0.200000003, 1.49000013, 1.25999999)
  1127. o8.CFrame = CFrame.new(-13.5199518, 3.48991394, 50.2599869, 1.44325043e-007, -0.999991238, 1.75646369e-006, 0.999999881, 1.31081052e-007, -1.04150445e-007, 9.48765404e-008, 1.6242019e-006, 0.999999762)
  1128. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1129. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1130. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1131. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1132. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1134. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1135. o9.Name = "Ring2"
  1136. o9.Parent = o1
  1137. o9.BrickColor = BrickColor.new("Dark stone grey")
  1138. o9.Position = Vector3.new(-12.8061161, 3.77991295, 49.9993477)
  1139. o9.Rotation = Vector3.new(-1.48261315e-005, -66.1664276, -2.4695395e-005)
  1140. o9.Anchored = true
  1141. o9.CanCollide = false
  1142. o9.FormFactor = Enum.FormFactor.Custom
  1143. o9.Size = Vector3.new(0.600000024, 0.200000003, 1)
  1144. o9.CFrame = CFrame.new(-12.8061161, 3.77991295, 49.9993477, 0.404059976, 1.74156298e-007, -0.914723039, -1.6136562e-007, 1, 1.0455733e-007, 0.914730787, 9.62157287e-008, 0.404063195)
  1145. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1146. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1147. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1148. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1149. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1150. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. o9.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1152. o10.Parent = o9
  1153. o10.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1154. o10.Scale = Vector3.new(0.340000004, 0.300000012, 0.300000012)
  1155. o10.MeshType = Enum.MeshType.FileMesh
  1156. o11.Name = "Straps"
  1157. o11.Parent = o1
  1158. o11.Material = Enum.Material.Fabric
  1159. o11.BrickColor = BrickColor.new("Really black")
  1160. o11.Position = Vector3.new(-13.5199518, 4.00991392, 50.2599869)
  1161. o11.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, 89.9999924)
  1162. o11.Anchored = true
  1163. o11.CanCollide = false
  1164. o11.FormFactor = Enum.FormFactor.Custom
  1165. o11.Shape = Enum.PartType.Cylinder
  1166. o11.Size = Vector3.new(0.200000003, 1.49000013, 1.25999999)
  1167. o11.CFrame = CFrame.new(-13.5199518, 4.00991392, 50.2599869, 1.44325043e-007, -0.999991238, 1.75646369e-006, 0.999999881, 1.31081052e-007, -1.04150445e-007, 9.48765404e-008, 1.6242019e-006, 0.999999762)
  1168. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1171. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1172. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1173. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1174. o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1175. o12.Name = "Ring1"
  1176. o12.Parent = o1
  1177. o12.BrickColor = BrickColor.new("Dark stone grey")
  1178. o12.Position = Vector3.new(-12.7999144, 3.76992106, 50.5299988)
  1179. o12.Rotation = Vector3.new(-179.999969, -69.3177338, -179.999985)
  1180. o12.Anchored = true
  1181. o12.CanCollide = false
  1182. o12.FormFactor = Enum.FormFactor.Custom
  1183. o12.Size = Vector3.new(0.600000024, 0.200000003, 1)
  1184. o12.CFrame = CFrame.new(-12.7999144, 3.76992106, 50.5299988, -0.353160918, 1.74156298e-007, -0.935553372, -4.22077129e-008, 1, 1.87534141e-007, 0.935561061, 9.62157287e-008, -0.353164017)
  1185. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1186. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1189. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1190. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1191. o12.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1192. o13.Parent = o12
  1193. o13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1194. o13.Scale = Vector3.new(0.340000004, 0.300000012, 0.300000012)
  1195. o13.MeshType = Enum.MeshType.FileMesh
  1196. o14.Name = "Breather"
  1197. o14.Parent = o1
  1198. o14.Material = Enum.Material.Metal
  1199. o14.BrickColor = BrickColor.new("Really black")
  1200. o14.Position = Vector3.new(-12.7419596, 3.69627094, 50.2550011)
  1201. o14.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, -39.5510521)
  1202. o14.Anchored = true
  1203. o14.CanCollide = false
  1204. o14.FormFactor = Enum.FormFactor.Custom
  1205. o14.Shape = Enum.PartType.Cylinder
  1206. o14.Size = Vector3.new(0.600000024, 0.340000093, 0.25000003)
  1207. o14.CFrame = CFrame.new(-12.7419596, 3.69627094, 50.2550011, 0.771050453, 0.636759639, 1.75646369e-006, -0.636765182, 0.771057129, -1.04150445e-007, -1.31184265e-006, -9.5997575e-007, 0.999999762)
  1208. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1209. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1210. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1211. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1212. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1214. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1215. o15.Name = "Breather"
  1216. o15.Parent = o1
  1217. o15.Material = Enum.Material.Metal
  1218. o15.BrickColor = BrickColor.new("Really black")
  1219. o15.Position = Vector3.new(-12.5337915, 3.51434994, 50.2550011)
  1220. o15.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, -39.5510521)
  1221. o15.Anchored = true
  1222. o15.CanCollide = false
  1223. o15.FormFactor = Enum.FormFactor.Custom
  1224. o15.Shape = Enum.PartType.Cylinder
  1225. o15.Size = Vector3.new(0.200000003, 0.340000093, 0.350000024)
  1226. o15.CFrame = CFrame.new(-12.5337915, 3.51434994, 50.2550011, 0.771050453, 0.636759639, 1.75646369e-006, -0.636765182, 0.771057129, -1.04150445e-007, -1.31184265e-006, -9.5997575e-007, 0.999999762)
  1227. o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1228. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1229. o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1230. o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1231. o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1232. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1233. o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1234. o16.Name = "Breather"
  1235. o16.Parent = o1
  1236. o16.Material = Enum.Material.Metal
  1237. o16.BrickColor = BrickColor.new("Really black")
  1238. o16.Position = Vector3.new(-12.7920103, 3.39220095, 49.784256)
  1239. o16.Rotation = Vector3.new(10.8745985, 48.2677155, -21.6106548)
  1240. o16.Anchored = true
  1241. o16.CanCollide = false
  1242. o16.FormFactor = Enum.FormFactor.Custom
  1243. o16.Shape = Enum.PartType.Cylinder
  1244. o16.Size = Vector3.new(0.230000019, 0.540000081, 0.75)
  1245. o16.CFrame = CFrame.new(-12.7920103, 3.39220095, 49.784256, 0.618847609, 0.24515225, 0.746263206, -0.230788618, 0.96486491, -0.125580132, -0.75083673, -0.0945150182, 0.653688967)
  1246. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1247. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1248. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1249. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1250. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1251. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1252. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1253. o17.Name = "Breather"
  1254. o17.Parent = o1
  1255. o17.Material = Enum.Material.Metal
  1256. o17.BrickColor = BrickColor.new("Really black")
  1257. o17.Position = Vector3.new(-12.8723783, 3.42192006, 49.8816109)
  1258. o17.Rotation = Vector3.new(10.8745985, 48.2677155, -21.6106548)
  1259. o17.Anchored = true
  1260. o17.CanCollide = false
  1261. o17.FormFactor = Enum.FormFactor.Custom
  1262. o17.Shape = Enum.PartType.Cylinder
  1263. o17.Size = Vector3.new(0.370000005, 0.540000081, 0.310000002)
  1264. o17.CFrame = CFrame.new(-12.8723783, 3.42192006, 49.8816109, 0.618847609, 0.24515225, 0.746263206, -0.230788618, 0.96486491, -0.125580132, -0.75083673, -0.0945150182, 0.653688967)
  1265. o17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1266. o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1267. o17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1268. o17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. o17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1271. o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1272. function onTouched(hit)
  1273. local d = hit.Parent:GetChildren()
  1274. for i=1, #d do
  1275. if (d[i].className == "Hat") then
  1276. d[i]:remove()
  1277. end
  1278. end
  1279. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Face") == nil then
  1280. local g = o1:clone()
  1281. g.Parent = hit.Parent
  1282. local C = g:GetChildren()
  1283. for i=1, #C do
  1284. if C[i].className == "Part" then
  1285. local W = Instance.new("Weld")
  1286. W.Part0 = g.Middle
  1287. W.Part1 = C[i]
  1288. local CJ = CFrame.new(g.Middle.Position)
  1289. local C0 = g.Middle.CFrame:inverse()*CJ
  1290. local C1 = C[i].CFrame:inverse()*CJ
  1291. W.C0 = C0
  1292. W.C1 = C1
  1293. W.Parent = g.Middle
  1294. g.Middle.Transparency = 1
  1295. end
  1296. local Y = Instance.new("Weld")
  1297. Y.Part0 = hit.Parent.Head
  1298. Y.Part1 = g.Middle
  1299. Y.C0 = CFrame.new(0, 0, 0)
  1300. Y.Parent = Y.Part0
  1301. end
  1302.  
  1303. local h = g:GetChildren()
  1304. for i = 1, # h do
  1305. h[i].Anchored = false
  1306. h[i].CanCollide = false
  1307. end
  1308.  
  1309. end
  1310. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement