Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.85 KB | None | 0 0
  1. wait(1)
  2. local deny = {
  3. "Try again little nub.",
  4. "Give up would you?",
  5. "Would you like to try me?",
  6. "Heh,try again.",
  7. "It's a no.",
  8. "I think is a no, my friend.",
  9. "Bohoo your magic sucks.....",
  10. "We are Nazis you jew!",
  11. "Mon dieu.",
  12. "I have two words for you: Get Rekt",
  13. "No.",
  14. "I am sorry to say that you can't move me."
  15. }
  16. local NoLift = {
  17. "Error: Ghost skid couldn't lift me",
  18. "Sorry, you can't lift me.",
  19. "What about no.",
  20. "What if i say no?",
  21. "i have two words for you: Get Rekt."
  22. }
  23. Choke = false
  24. RemakeJoints = false
  25. Secks = false
  26. GAS = false
  27. script.Archivable = false
  28. Hulmet = Instance.new("Part")
  29. Hulmet.Position = Hulmet.Position + Vector3.new(0, 10, 0)
  30. Hulmet.Parent = game.Players.LocalPlayer.Character
  31. Hulmet.Name = "Helmet"
  32. Hulmet.Size = Vector3.new(1.643, 1.157, 1.696)
  33. Hulmet.Material = Enum.Material.Metal
  34. Hulmet.BrickColor = BrickColor.new("Brown")
  35. MSHE = Instance.new("SpecialMesh")
  36. MSHE.Parent = Hulmet
  37. MSHE.MeshId = "rbxassetid://1011491872"
  38. WULD = Instance.new("Weld")
  39. WULD.Parent = Hulmet
  40. WULD.Part0 = Hulmet
  41. WULD.Part1 = game.Players.LocalPlayer.Character.Head
  42. WULD.C1 = CFrame.Angles(0, -0.7, 0)
  43. WULD.C0 = CFrame.new(0, -0.6, 0)
  44. char049 = game.Players.LocalPlayer.Character
  45. pcall(function()
  46. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  47. if v:IsA("Accessory") then
  48. v:Destroy()
  49. end
  50. end
  51. end)
  52. pcall(function()
  53. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  54. if v:IsA("Shirt") then
  55. v:Destroy()
  56. end
  57. end
  58. end)
  59. pcall(function()
  60. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  61. if v:IsA("Pants") then
  62. v:Destroy()
  63. end
  64. end
  65. end)
  66. pcall(function()
  67. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  68. if v:IsA("ShirtGraphic") then
  69. v:Destroy()
  70. end
  71. end
  72. end)
  73. pcall(function()
  74. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  75. if v:IsA("Hat") then
  76. v:Destroy()
  77. end
  78. end
  79. end)
  80. pcall(function()
  81. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  82. if v:IsA("CharacterMesh") then
  83. v:Destroy()
  84. end
  85. end
  86. end)
  87. wait()
  88. for i, v in pairs(char049:GetChildren()) do
  89. if v:IsA("Pants") then
  90. v:Remove()
  91. end
  92. end
  93. wait()
  94. shirt = Instance.new("Shirt", char049)
  95. shirt.Name = "Shirt"
  96. pants = Instance.new("Pants", char049)
  97. pants.Name = "Pants"
  98. char049.Shirt.ShirtTemplate = "rbxassetid://818188537"
  99. char049.Pants.PantsTemplate = "rbxassetid://809682257"
  100. HEIL = false
  101. Standby = false
  102. Create = LoadLibrary("RbxUtility").Create
  103. function RemoveOutlines(part)
  104. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  105. end
  106. CFuncs = {
  107. Part = {
  108. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  109. local Part = Create("Part")({
  110. Parent = Parent,
  111. Reflectance = Reflectance,
  112. Transparency = Transparency,
  113. CanCollide = false,
  114. Locked = true,
  115. BrickColor = BrickColor.new(tostring(BColor)),
  116. Name = Name,
  117. Size = Size,
  118. Material = Material
  119. })
  120. RemoveOutlines(Part)
  121. return Part
  122. end
  123. },
  124. Mesh = {
  125. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  126. local Msh = Create(Mesh)({
  127. Parent = Part,
  128. Offset = OffSet,
  129. Scale = Scale
  130. })
  131. if Mesh == "SpecialMesh" then
  132. Msh.MeshType = MeshType
  133. Msh.MeshId = MeshId
  134. end
  135. return Msh
  136. end
  137. },
  138. Mesh = {
  139. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  140. local Msh = Create(Mesh)({
  141. Parent = Part,
  142. Offset = OffSet,
  143. Scale = Scale
  144. })
  145. if Mesh == "SpecialMesh" then
  146. Msh.MeshType = MeshType
  147. Msh.MeshId = MeshId
  148. end
  149. return Msh
  150. end
  151. },
  152. Weld = {
  153. Create = function(Parent, Part0, Part1, C0, C1)
  154. local Weld = Create("Weld")({
  155. Parent = Parent,
  156. Part0 = Part0,
  157. Part1 = Part1,
  158. C0 = C0,
  159. C1 = C1
  160. })
  161. return Weld
  162. end
  163. },
  164. Sound = {
  165. Create = function(id, par, vol, pit)
  166. coroutine.resume(coroutine.create(function()
  167. local S = Create("Sound")({
  168. Volume = vol,
  169. Pitch = pit or 1,
  170. SoundId = id,
  171. Parent = par or workspace
  172. })
  173. wait()
  174. S:play()
  175. game:GetService("Debris"):AddItem(S, 6)
  176. end))
  177. end
  178. },
  179. ParticleEmitter = {
  180. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  181. local fp = Create("ParticleEmitter")({
  182. Parent = Parent,
  183. Color = ColorSequence.new(Color1, Color2),
  184. LightEmission = LightEmission,
  185. Size = Size,
  186. Texture = Texture,
  187. Transparency = Transparency,
  188. ZOffset = ZOffset,
  189. Acceleration = Accel,
  190. Drag = Drag,
  191. LockedToPart = LockedToPart,
  192. VelocityInheritance = VelocityInheritance,
  193. EmissionDirection = EmissionDirection,
  194. Enabled = Enabled,
  195. Lifetime = LifeTime,
  196. Rate = Rate,
  197. Rotation = Rotation,
  198. RotSpeed = RotSpeed,
  199. Speed = Speed,
  200. VelocitySpread = VelocitySpread
  201. })
  202. return fp
  203. end
  204. },
  205. CreateTemplate = {}
  206. }
  207. function chatfunc(text)
  208. local chat = coroutine.wrap(function()
  209. if game.Players.LocalPlayer.Character:FindFirstChild("TalkingBillBoard") ~= nil then
  210. game.Players.LocalPlayer.Character:FindFirstChild("TalkingBillBoard"):destroy()
  211. end
  212. local naeeym2 = Instance.new("BillboardGui", game.Players.LocalPlayer.Character)
  213. naeeym2.Size = UDim2.new(0, 100, 0, 40)
  214. naeeym2.StudsOffset = Vector3.new(0, 3, 0)
  215. naeeym2.Adornee = game.Players.LocalPlayer.Character.Head
  216. naeeym2.Name = "TalkingBillBoard"
  217. naeeym2.AlwaysOnTop = true
  218. local tecks2 = Instance.new("TextLabel", naeeym2)
  219. tecks2.BackgroundTransparency = 1
  220. tecks2.BorderSizePixel = 0
  221. tecks2.Text = ""
  222. tecks2.Font = "Fantasy"
  223. tecks2.TextSize = 30
  224. tecks2.TextStrokeTransparency = 0
  225. tecks2.TextColor3 = Color3.new(0, 0, 0)
  226. tecks2.TextStrokeColor3 = Color3.new(0, 0, 0)
  227. tecks2.Size = UDim2.new(1, 0, 0.5, 0)
  228. local tecks3 = Instance.new("TextLabel", naeeym2)
  229. tecks3.BackgroundTransparency = 1
  230. tecks3.BorderSizePixel = 0
  231. tecks3.Text = ""
  232. tecks3.Font = "Fantasy"
  233. tecks3.TextSize = 30
  234. tecks3.TextStrokeTransparency = 0
  235. tecks3.TextColor3 = Color3.new(0, 0, 0)
  236. tecks3.TextStrokeColor3 = Color3.new(0, 0, 0)
  237. tecks3.Size = UDim2.new(1, 0, 0.5, 0)
  238. for i = 1, string.len(text) do
  239. CFuncs.Sound.Create("rbxassetid://417445954", workspace, 1000000, 0.5)
  240. tecks2.Text = string.sub(text, 1, i)
  241. tecks3.Text = string.sub(text, 1, i)
  242. wait(0.01)
  243. end
  244. wait(2)
  245. for i = 1, 50 do
  246. wait()
  247. tecks2.Position = tecks2.Position - UDim2.new(math.random(-0.4, 0.4), math.random(-5, 5), 0.05, math.random(-5, 5))
  248. tecks2.Rotation = tecks2.Rotation - 0.8
  249. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  250. tecks2.TextTransparency = tecks2.TextTransparency + 0.04
  251. tecks3.Position = tecks2.Position - UDim2.new(math.random(-0.4, 0.4), math.random(-5, 5), 0.05, math.random(-5, 5))
  252. tecks3.Rotation = tecks2.Rotation + 0.8
  253. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  254. tecks3.TextTransparency = tecks2.TextTransparency + 0.04
  255. end
  256. naeeym2:Destroy()
  257. end)
  258. chat()
  259. end
  260. chatfunc("Time to gas some people.")
  261. o1 = Instance.new("Model")
  262. o2 = Instance.new("Part")
  263. o3 = Instance.new("BlockMesh")
  264. o4 = Instance.new("Part")
  265. o5 = Instance.new("BlockMesh")
  266. o6 = Instance.new("CFrameValue")
  267. o7 = Instance.new("Weld")
  268. o8 = Instance.new("Part")
  269. o9 = Instance.new("BlockMesh")
  270. o10 = Instance.new("CFrameValue")
  271. o11 = Instance.new("Weld")
  272. o12 = Instance.new("Part")
  273. o13 = Instance.new("BlockMesh")
  274. o14 = Instance.new("CFrameValue")
  275. o15 = Instance.new("Weld")
  276. o16 = Instance.new("Part")
  277. o17 = Instance.new("BlockMesh")
  278. o18 = Instance.new("CFrameValue")
  279. o19 = Instance.new("Weld")
  280. o20 = Instance.new("Part")
  281. o21 = Instance.new("BlockMesh")
  282. o22 = Instance.new("CFrameValue")
  283. o23 = Instance.new("Weld")
  284. o24 = Instance.new("Part")
  285. o25 = Instance.new("BlockMesh")
  286. o26 = Instance.new("CFrameValue")
  287. o27 = Instance.new("Weld")
  288. o28 = Instance.new("Part")
  289. o29 = Instance.new("CFrameValue")
  290. o30 = Instance.new("Weld")
  291. o31 = Instance.new("Part")
  292. o32 = Instance.new("CFrameValue")
  293. o33 = Instance.new("Weld")
  294. o34 = Instance.new("Part")
  295. o35 = Instance.new("SpecialMesh")
  296. o36 = Instance.new("CFrameValue")
  297. o37 = Instance.new("Weld")
  298. weldtoarm = Instance.new("Weld")
  299. o1.Name = "Armlet"
  300. o1.Parent = game.Players.LocalPlayer.Character
  301. o2.Name = "svatic1"
  302. o2.Parent = o1
  303. o2.Material = Enum.Material.SmoothPlastic
  304. o2.BrickColor = BrickColor.new("Really black")
  305. o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
  306. o2.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  307. o2.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  308. 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)
  309. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  310. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  311. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  312. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  313. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  314. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  315. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  316. o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
  317. o2.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  318. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  319. o3.Parent = o2
  320. o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
  321. o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
  322. o4.Name = "svatic2"
  323. o4.Parent = o1
  324. o4.Material = Enum.Material.SmoothPlastic
  325. o4.BrickColor = BrickColor.new("Really black")
  326. o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
  327. o4.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  328. o4.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  329. 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)
  330. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  331. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  332. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  333. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  334. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  335. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  336. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  337. o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
  338. o4.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  339. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  340. o5.Parent = o4
  341. o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  342. o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  343. o6.Name = "qRelativeCFrameWeldValue"
  344. o6.Parent = o4
  345. o6.Value = CFrame.new(0, -0.0218372345, -0.105447769, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  346. o7.Name = "qCFrameWeldThingy"
  347. o7.Parent = o4
  348. o7.C1 = CFrame.new(0, -0.0260860808, -0.125964642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  349. o7.Part0 = o2
  350. o7.Part1 = o4
  351. o8.Name = "svatic3"
  352. o8.Parent = o1
  353. o8.Material = Enum.Material.SmoothPlastic
  354. o8.BrickColor = BrickColor.new("Really black")
  355. o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
  356. o8.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  357. o8.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  358. 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)
  359. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  360. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  361. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  362. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  363. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  364. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  365. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  366. o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
  367. o8.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  368. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  369. o9.Parent = o8
  370. o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  371. o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  372. o10.Name = "qRelativeCFrameWeldValue"
  373. o10.Parent = o8
  374. o10.Value = CFrame.new(0, -0.106843948, 0.226449966, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  375. o11.Name = "qCFrameWeldThingy"
  376. o11.Parent = o8
  377. o11.C1 = CFrame.new(0, -0.127632454, 0.270510107, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  378. o11.Part0 = o2
  379. o11.Part1 = o8
  380. o12.Name = "svatic4"
  381. o12.Parent = o1
  382. o12.Material = Enum.Material.SmoothPlastic
  383. o12.BrickColor = BrickColor.new("Really black")
  384. o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
  385. o12.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  386. o12.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  387. 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)
  388. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  389. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  390. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  391. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  392. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  393. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  394. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  395. o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
  396. o12.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  397. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  398. o13.Parent = o12
  399. o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
  400. o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
  401. o14.Name = "qRelativeCFrameWeldValue"
  402. o14.Parent = o12
  403. o14.Value = CFrame.new(0, -0.236118317, -0.0926094055, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  404. o15.Name = "qCFrameWeldThingy"
  405. o15.Parent = o12
  406. o15.C1 = CFrame.new(0, -0.28205961, -0.110628322, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  407. o15.Part0 = o2
  408. o15.Part1 = o12
  409. o16.Name = "svatic5"
  410. o16.Parent = o1
  411. o16.Material = Enum.Material.SmoothPlastic
  412. o16.BrickColor = BrickColor.new("Really black")
  413. o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
  414. o16.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  415. o16.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  416. 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)
  417. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  418. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  419. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  420. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  421. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  422. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  423. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  424. o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
  425. o16.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  426. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  427. o17.Parent = o16
  428. o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
  429. o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
  430. o18.Name = "qRelativeCFrameWeldValue"
  431. o18.Parent = o16
  432. o18.Value = CFrame.new(0, 0.207174301, 0.080909729, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  433. o19.Name = "qCFrameWeldThingy"
  434. o19.Parent = o16
  435. o19.C1 = CFrame.new(0, 0.247483984, 0.096652247, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  436. o19.Part0 = o2
  437. o19.Part1 = o16
  438. o20.Name = "svatic6"
  439. o20.Parent = o1
  440. o20.Material = Enum.Material.SmoothPlastic
  441. o20.BrickColor = BrickColor.new("Really black")
  442. o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
  443. o20.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  444. o20.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  445. 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)
  446. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  447. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  448. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  449. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  450. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  451. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  452. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  453. o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
  454. o20.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  455. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  456. o21.Parent = o20
  457. o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  458. o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  459. o22.Name = "qRelativeCFrameWeldValue"
  460. o22.Parent = o20
  461. o22.Value = CFrame.new(0, 0.0607795715, -0.231582642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  462. o23.Name = "qCFrameWeldThingy"
  463. o23.Parent = o20
  464. o23.C1 = CFrame.new(0, 0.0726053864, -0.276641428, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  465. o23.Part0 = o2
  466. o23.Part1 = o20
  467. o24.Name = "svatic7"
  468. o24.Parent = o1
  469. o24.Material = Enum.Material.SmoothPlastic
  470. o24.BrickColor = BrickColor.new("Really black")
  471. o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
  472. o24.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  473. o24.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  474. 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)
  475. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  476. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  477. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  478. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  479. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  480. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  481. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  482. o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
  483. o24.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  484. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  485. o25.Parent = o24
  486. o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  487. o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  488. o26.Name = "qRelativeCFrameWeldValue"
  489. o26.Parent = o24
  490. o26.Value = CFrame.new(0, -0.0209236145, 0.105287552, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  491. o27.Name = "qCFrameWeldThingy"
  492. o27.Parent = o24
  493. o27.C1 = CFrame.new(0, -0.0249946993, 0.125773236, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  494. o27.Part0 = o2
  495. o27.Part1 = o24
  496. o28.Name = "Right Arm"
  497. o28.Parent = o1
  498. o28.Material = Enum.Material.SmoothPlastic
  499. o28.BrickColor = BrickColor.new("Really black")
  500. o28.Transparency = 1
  501. o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
  502. o28.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
  503. o28.FormFactor = Enum.FormFactor.Symmetric
  504. o28.Size = Vector3.new(2.09252977, 1.04626489, 1.04626489)
  505. 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)
  506. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  507. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  508. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  509. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  510. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  511. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  512. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  513. o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
  514. o28.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
  515. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  516. weldtoarm.Parent = o28
  517. weldtoarm.Part0 = o28
  518. weldtoarm.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  519. weldtoarm.C0 = CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(1.55, math.pi, 1.55)
  520. o29.Name = "qRelativeCFrameWeldValue"
  521. o29.Parent = o28
  522. o29.Value = CFrame.new(-0.00221943855, 0.0187721252, 0.183933258, -1.47819519E-5, -0.642790794, -0.766052902, 1.11595E-9, -0.766052902, 0.642790794, -1, 9.50084723E-6, 1.13244741E-5)
  523. o30.Name = "qCFrameWeldThingy"
  524. o30.Parent = o28
  525. o30.C1 = CFrame.new(-0.00265127234, 0.0224245973, 0.21972096, -1.47819519E-5, -0.642790794, -0.766052902, 1.11595E-9, -0.766052902, 0.642790794, -1, 9.50084723E-6, 1.13244741E-5)
  526. o30.Part0 = o2
  527. o30.Part1 = o28
  528. o31.Name = "Armlet1"
  529. o31.Parent = o1
  530. o31.Material = Enum.Material.SmoothPlastic
  531. o31.BrickColor = BrickColor.new("Bright red")
  532. o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
  533. o31.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
  534. o31.FormFactor = Enum.FormFactor.Symmetric
  535. o31.Size = Vector3.new(1.01487708, 1.06719005, 1.0985781)
  536. 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)
  537. o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  538. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  539. o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  540. o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  541. o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  542. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  543. o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  544. o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
  545. o31.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
  546. o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  547. o32.Name = "qRelativeCFrameWeldValue"
  548. o32.Parent = o31
  549. o32.Value = CFrame.new(0.0196768045, 0.0187721252, 0.179553986, -1.47819519E-5, -0.642790794, -0.766052902, 1.11595E-9, -0.766052902, 0.642790794, -1, 9.50084723E-6, 1.13244741E-5)
  550. o33.Name = "qCFrameWeldThingy"
  551. o33.Parent = o31
  552. o33.C1 = CFrame.new(0.0235053003, 0.0224245973, 0.214489624, -1.47819519E-5, -0.642790794, -0.766052902, 1.11595E-9, -0.766052902, 0.642790794, -1, 9.50084723E-6, 1.13244741E-5)
  553. o33.Part0 = o2
  554. o33.Part1 = o31
  555. o34.Name = "Armlet2"
  556. o34.Parent = o1
  557. o34.Material = Enum.Material.SmoothPlastic
  558. o34.BrickColor = BrickColor.new("Institutional white")
  559. o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
  560. o34.Rotation = Vector3.new(-11.3299999, 16.5200005, 158.729996)
  561. o34.Shape = Enum.PartType.Cylinder
  562. o34.Size = Vector3.new(0.238913804, 1.0253396, 1.04626489)
  563. 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)
  564. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  565. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  566. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  567. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  568. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  569. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  570. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  571. o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
  572. o34.Orientation = Vector3.new(-10.8599997, 16.8299999, 155.460007)
  573. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  574. o35.Parent = o34
  575. o35.Scale = Vector3.new(0.875851333, 1, 1)
  576. o35.MeshType = Enum.MeshType.Cylinder
  577. o35.Scale = Vector3.new(0.875851333, 1, 1)
  578. o36.Name = "qRelativeCFrameWeldValue"
  579. o36.Parent = o34
  580. o36.Value = CFrame.new(0.201436996, -0.00654327869, 0.0187721252, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
  581. o37.Name = "qCFrameWeldThingy"
  582. o37.Parent = o34
  583. o37.C1 = CFrame.new(0.240630388, -0.00781639758, 0.0224245973, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
  584. o37.Part0 = o2
  585. o37.Part1 = o34
  586. local o1 = Instance.new("Model")
  587. local o2 = Instance.new("Part")
  588. local o3 = Instance.new("BlockMesh")
  589. local o4 = Instance.new("Part")
  590. local o5 = Instance.new("CylinderMesh")
  591. local o6 = Instance.new("Weld")
  592. local o7 = Instance.new("CFrameValue")
  593. local o8 = Instance.new("Part")
  594. local o9 = Instance.new("Weld")
  595. local o10 = Instance.new("CFrameValue")
  596. local o11 = Instance.new("Part")
  597. local o12 = Instance.new("Weld")
  598. local o13 = Instance.new("CFrameValue")
  599. local o14 = Instance.new("Part")
  600. local o15 = Instance.new("Weld")
  601. local o16 = Instance.new("CFrameValue")
  602. local o17 = Instance.new("Part")
  603. local o18 = Instance.new("Weld")
  604. local o19 = Instance.new("CFrameValue")
  605. local o20 = Instance.new("Part")
  606. local o21 = Instance.new("CylinderMesh")
  607. local o22 = Instance.new("Weld")
  608. local o23 = Instance.new("CFrameValue")
  609. local o24 = Instance.new("Part")
  610. local o25 = Instance.new("SpecialMesh")
  611. local o26 = Instance.new("Weld")
  612. local o27 = Instance.new("CFrameValue")
  613. local o28 = Instance.new("Part")
  614. local o29 = Instance.new("CylinderMesh")
  615. local o30 = Instance.new("Weld")
  616. local o31 = Instance.new("CFrameValue")
  617. local o32 = Instance.new("Part")
  618. local o33 = Instance.new("CylinderMesh")
  619. local o34 = Instance.new("Weld")
  620. local o35 = Instance.new("CFrameValue")
  621. local o36 = Instance.new("Part")
  622. local o37 = Instance.new("CylinderMesh")
  623. local o38 = Instance.new("Weld")
  624. local o39 = Instance.new("CFrameValue")
  625. o1.Name = "Comms"
  626. o1.Parent = game.Players.LocalPlayer.Character
  627. o2.Name = "Middle"
  628. o2.Parent = o1
  629. o2.BrickColor = BrickColor.new("Earth green")
  630. o2.Transparency = 1
  631. o2.Position = Vector3.new(-151.377625, 7.23252487, -20.0267048)
  632. o2.Rotation = Vector3.new(-179.979996, 0.0500000007, 179.940002)
  633. o2.CanCollide = false
  634. o2.FormFactor = Enum.FormFactor.Symmetric
  635. o2.Size = Vector3.new(2, 2, 1)
  636. o2.CFrame = CFrame.new(-151.377625, 7.23252487, -20.0267048, -0.999998927, -0.00113316474, 9.26469686E-4, -0.00113288034, 0.999999285, 3.07338516E-4, -9.26817302E-4, 3.06287926E-4, -0.999999523)
  637. o2.LeftSurface = Enum.SurfaceType.Weld
  638. o2.RightSurface = Enum.SurfaceType.Weld
  639. o2.Color = Color3.new(0.152941, 0.27451, 0.176471)
  640. o2.Position = Vector3.new(-151.377625, 7.23252487, -20.0267048)
  641. o2.Orientation = Vector3.new(-0.0199999996, 179.949997, -0.0599999987)
  642. o2.Color = Color3.new(0.152941, 0.27451, 0.176471)
  643. o3.Parent = o2
  644. o3.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  645. o3.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  646. o4.Parent = o1
  647. o4.BrickColor = BrickColor.new("Earth green")
  648. o4.Reflectance = 0.10000000149012
  649. o4.Position = Vector3.new(-151.776779, 7.73249578, -21.4468441)
  650. o4.Rotation = Vector3.new(90.0199966, 0.0599999987, -179.949997)
  651. o4.FormFactor = Enum.FormFactor.Plate
  652. o4.Size = Vector3.new(1, 0.400000006, 1)
  653. o4.CFrame = CFrame.new(-151.776779, 7.73249578, -21.4468441, -0.999998927, 9.26513458E-4, 0.00113316474, -0.00113288034, 3.07294977E-4, -0.999999285, -9.26861016E-4, -0.999999523, -3.06244096E-4)
  654. o4.Color = Color3.new(0.152941, 0.27451, 0.176471)
  655. o4.Position = Vector3.new(-151.776779, 7.73249578, -21.4468441)
  656. o4.Orientation = Vector3.new(89.9300003, 105.120003, -74.8199997)
  657. o4.Color = Color3.new(0.152941, 0.27451, 0.176471)
  658. o5.Parent = o4
  659. o5.Scale = Vector3.new(0.600000024, 1, 0.600000024)
  660. o5.Scale = Vector3.new(0.600000024, 1, 0.600000024)
  661. o6.Name = "qCFrameWeldThingy"
  662. o6.Parent = o4
  663. o6.C1 = CFrame.new(-0.399902344, -1.41992188, 0.499987841, 1, 1.08112734E-18, 4.37113883E-8, -4.37113883E-8, -4.35959713E-8, 1, 1.77635684E-15, -1, -4.38268053E-8)
  664. o6.Part0 = o2
  665. o6.Part1 = o4
  666. o7.Name = "qRelativeCFrameWeldValue"
  667. o7.Parent = o4
  668. o7.Value = CFrame.new(-0.399902344, -1.41992188, 0.499987841, 1, 1.08112734E-18, 4.37113883E-8, -4.37113883E-8, -4.35959713E-8, 1, 1.77635684E-15, -1, -4.38268053E-8)
  669. o8.Parent = o1
  670. o8.BrickColor = BrickColor.new("Earth green")
  671. o8.Position = Vector3.new(-151.27684, 7.53296614, -21.1266136)
  672. o8.Rotation = Vector3.new(-179.979996, 0.0500000007, 179.940002)
  673. o8.FormFactor = Enum.FormFactor.Plate
  674. o8.Size = Vector3.new(1, 1.60000002, 1)
  675. o8.CFrame = CFrame.new(-151.27684, 7.53296614, -21.1266136, -0.999998927, -0.00113316474, 9.26513399E-4, -0.00113288034, 0.999999285, 3.07338691E-4, -9.26861016E-4, 3.0628781E-4, -0.999999523)
  676. o8.BottomSurface = Enum.SurfaceType.Smooth
  677. o8.TopSurface = Enum.SurfaceType.Smooth
  678. o8.Color = Color3.new(0.152941, 0.27451, 0.176471)
  679. o8.Position = Vector3.new(-151.27684, 7.53296614, -21.1266136)
  680. o8.Orientation = Vector3.new(-0.0199999996, 179.949997, -0.0599999987)
  681. o8.Color = Color3.new(0.152941, 0.27451, 0.176471)
  682. o9.Name = "qCFrameWeldThingy"
  683. o9.Parent = o8
  684. o9.C1 = CFrame.new(0.100097656, -0.299989939, -1.10009384, 1, 1.08112734E-18, 4.37113883E-8, 2.04119781E-27, 1, 1.15417023E-10, -4.37113883E-8, 1.15417037E-10, 1)
  685. o9.Part0 = o2
  686. o9.Part1 = o8
  687. o10.Name = "qRelativeCFrameWeldValue"
  688. o10.Parent = o8
  689. o10.Value = CFrame.new(0.100097656, -0.299989939, -1.10009384, 1, 1.08112734E-18, 4.37113883E-8, 2.04119781E-27, 1, 1.15417023E-10, -4.37113883E-8, 1.15417037E-10, 1)
  690. o11.Parent = o1
  691. o11.BrickColor = BrickColor.new("Earth green")
  692. o11.Position = Vector3.new(-151.276505, 7.23289824, -21.1267052)
  693. o11.Rotation = Vector3.new(-179.979996, 0.0500000007, 179.940002)
  694. o11.FormFactor = Enum.FormFactor.Plate
  695. o11.Size = Vector3.new(2, 2, 1)
  696. o11.CFrame = CFrame.new(-151.276505, 7.23289824, -21.1267052, -0.999998927, -0.00113316474, 9.26513399E-4, -0.00113288034, 0.999999285, 3.07338458E-4, -9.26861016E-4, 3.06288042E-4, -0.999999523)
  697. o11.BottomSurface = Enum.SurfaceType.Smooth
  698. o11.TopSurface = Enum.SurfaceType.Smooth
  699. o11.Color = Color3.new(0.152941, 0.27451, 0.176471)
  700. o11.Position = Vector3.new(-151.276505, 7.23289824, -21.1267052)
  701. o11.Orientation = Vector3.new(-0.0199999996, 179.949997, -0.0599999987)
  702. o11.Color = Color3.new(0.152941, 0.27451, 0.176471)
  703. o12.Name = "qCFrameWeldThingy"
  704. o12.Parent = o11
  705. o12.C1 = CFrame.new(0.100097656, 7.82012939E-5, -1.10009384, 1, 1.08112734E-18, 4.37113883E-8, 2.04119781E-27, 1, 1.15417023E-10, -4.37113883E-8, 1.15417037E-10, 1)
  706. o12.Part0 = o2
  707. o12.Part1 = o11
  708. o13.Name = "qRelativeCFrameWeldValue"
  709. o13.Parent = o11
  710. o13.Value = CFrame.new(0.100097656, 7.82012939E-5, -1.10009384, 1, 1.08112734E-18, 4.37113883E-8, 2.04119781E-27, 1, 1.15417023E-10, -4.37113883E-8, 1.15417037E-10, 1)
  711. o14.Parent = o1
  712. o14.BrickColor = BrickColor.new("Earth green")
  713. o14.Position = Vector3.new(-150.877518, 8.03345966, -21.1260891)
  714. o14.Rotation = Vector3.new(-179.979996, 0.0500000007, 179.940002)
  715. o14.FormFactor = Enum.FormFactor.Plate
  716. o14.Size = Vector3.new(1, 0.400000006, 1)
  717. o14.CFrame = CFrame.new(-150.877518, 8.03345966, -21.1260891, -0.999998927, -0.00113316474, 9.26513399E-4, -0.00113288034, 0.999999285, 3.07338691E-4, -9.26861016E-4, 3.0628781E-4, -0.999999523)
  718. o14.BottomSurface = Enum.SurfaceType.Smooth
  719. o14.TopSurface = Enum.SurfaceType.Smooth
  720. o14.Color = Color3.new(0.152941, 0.27451, 0.176471)
  721. o14.Position = Vector3.new(-150.877518, 8.03345966, -21.1260891)
  722. o14.Orientation = Vector3.new(-0.0199999996, 179.949997, -0.0599999987)
  723. o14.Color = Color3.new(0.152941, 0.27451, 0.176471)
  724. o15.Name = "qCFrameWeldThingy"
  725. o15.Parent = o14
  726. o15.C1 = CFrame.new(0.5, -0.800030947, -1.10009384, 1, 1.08112734E-18, 4.37113883E-8, 2.04119781E-27, 1, 1.15417023E-10, -4.37113883E-8, 1.15417037E-10, 1)
  727. o15.Part0 = o2
  728. o15.Part1 = o14
  729. o16.Name = "qRelativeCFrameWeldValue"
  730. o16.Parent = o14
  731. o16.Value = CFrame.new(0.5, -0.800030947, -1.10009384, 1, 1.08112734E-18, 4.37113883E-8, 2.04119781E-27, 1, 1.15417023E-10, -4.37113883E-8, 1.15417037E-10, 1)
  732. o17.Parent = o1
  733. o17.BrickColor = BrickColor.new("Dark stone grey")
  734. o17.Position = Vector3.new(-151.772415, 8.032444, -21.1219177)
  735. o17.Rotation = Vector3.new(-179.979996, 0.0500000007, 179.940002)
  736. o17.FormFactor = Enum.FormFactor.Plate
  737. o17.Size = Vector3.new(0.99000001, 0.404081643, 0.980204105)
  738. o17.CFrame = CFrame.new(-151.772415, 8.032444, -21.1219177, -0.999998927, -0.00113316474, 9.26513399E-4, -0.00113288034, 0.999999285, 3.07338691E-4, -9.26861016E-4, 3.0628781E-4, -0.999999523)
  739. o17.BottomSurface = Enum.SurfaceType.Smooth
  740. o17.TopSurface = Enum.SurfaceType.Smooth
  741. o17.Color = Color3.new(0.388235, 0.372549, 0.384314)
  742. o17.Position = Vector3.new(-151.772415, 8.032444, -21.1219177)
  743. o17.Orientation = Vector3.new(-0.0199999996, 179.949997, -0.0599999987)
  744. o17.Color = Color3.new(0.388235, 0.372549, 0.384314)
  745. o18.Name = "qCFrameWeldThingy"
  746. o18.Parent = o17
  747. o18.C1 = CFrame.new(-0.394897461, -0.800030947, -1.09509277, 1, 1.08112734E-18, 4.37113883E-8, 2.04119781E-27, 1, 1.15417023E-10, -4.37113883E-8, 1.15417037E-10, 1)
  748. o18.Part0 = o2
  749. o18.Part1 = o17
  750. o19.Name = "qRelativeCFrameWeldValue"
  751. o19.Parent = o17
  752. o19.Value = CFrame.new(-0.394897461, -0.800030947, -1.09509277, 1, 1.08112734E-18, 4.37113883E-8, 2.04119781E-27, 1, 1.15417023E-10, -4.37113883E-8, 1.15417037E-10, 1)
  753. o20.Parent = o1
  754. o20.BrickColor = BrickColor.new("Earth green")
  755. o20.Reflectance = 0.10000000149012
  756. o20.Position = Vector3.new(-151.957703, 8.13224411, -21.1270599)
  757. o20.Rotation = Vector3.new(0.0199999996, -0.0500000007, -179.940002)
  758. o20.FormFactor = Enum.FormFactor.Plate
  759. o20.Size = Vector3.new(1, 0.400000006, 1)
  760. o20.CFrame = CFrame.new(-151.957703, 8.13224411, -21.1270599, -0.999998927, 0.00113316486, -9.26513225E-4, -0.00113288034, -0.999999285, -3.07489681E-4, -9.26861016E-4, -3.064388E-4, 0.999999523)
  761. o20.Color = Color3.new(0.152941, 0.27451, 0.176471)
  762. o20.Position = Vector3.new(-151.957703, 8.13224411, -21.1270599)
  763. o20.Orientation = Vector3.new(0.0199999996, -0.0500000007, -179.940002)
  764. o20.Color = Color3.new(0.152941, 0.27451, 0.176471)
  765. o21.Parent = o20
  766. o21.Scale = Vector3.new(0.600000024, 1, 0.600000024)
  767. o21.Scale = Vector3.new(0.600000024, 1, 0.600000024)
  768. o22.Name = "qCFrameWeldThingy"
  769. o22.Parent = o20
  770. o22.C1 = CFrame.new(-0.580078125, 0.900038958, 1.10009384, 1, 1.08112734E-18, 4.37113883E-8, -7.10542736E-15, -1, 1.5088041E-7, 4.37113883E-8, -1.51111195E-7, -1)
  771. o22.Part0 = o2
  772. o22.Part1 = o20
  773. o23.Name = "qRelativeCFrameWeldValue"
  774. o23.Parent = o20
  775. o23.Value = CFrame.new(-0.580078125, 0.900038958, 1.10009384, 1, 1.08112734E-18, 4.37113883E-8, -7.10542736E-15, -1, 1.5088041E-7, 4.37113883E-8, -1.51111195E-7, -1)
  776. o24.Parent = o1
  777. o24.BrickColor = BrickColor.new("Black")
  778. o24.Reflectance = 0.10000000149012
  779. o24.Position = Vector3.new(-150.789215, 9.40421486, -21.1255875)
  780. o24.Rotation = Vector3.new(129.289993, -89.9199982, 129.270004)
  781. o24.FormFactor = Enum.FormFactor.Custom
  782. o24.Size = Vector3.new(1, 2.14000082, 0.200000003)
  783. o24.CFrame = CFrame.new(-150.789215, 9.40421486, -21.1255875, -9.26469686E-4, -0.00113316474, -0.999998927, -3.07338632E-4, 0.999999285, -0.00113288034, 0.999999523, 3.0628781E-4, -9.26817302E-4)
  784. o24.Color = Color3.new(0.105882, 0.164706, 0.207843)
  785. o24.Position = Vector3.new(-150.789215, 9.40421486, -21.1255875)
  786. o24.Orientation = Vector3.new(0.0599999987, -90.0500031, -0.0199999996)
  787. o24.Color = Color3.new(0.105882, 0.164706, 0.207843)
  788. o25.Parent = o24
  789. o25.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  790. o25.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  791. o26.Name = "qCFrameWeldThingy"
  792. o26.Parent = o24
  793. o26.C1 = CFrame.new(1.10009384, -2.17068529, 0.58984375, -1.01810846E-16, -1.15417023E-10, -1, 2.04119781E-27, 1, 1.15417023E-10, 1, 1.99563359E-27, 1.01810846E-16)
  794. o26.Part0 = o2
  795. o26.Part1 = o24
  796. o27.Name = "qRelativeCFrameWeldValue"
  797. o27.Parent = o24
  798. o27.Value = CFrame.new(1.10009384, -2.17068529, 0.58984375, -1.01810846E-16, -1.15417023E-10, -1, 2.04119781E-27, 1, 1.15417023E-10, 1, 1.99563359E-27, 1.01810846E-16)
  799. o28.Parent = o1
  800. o28.BrickColor = BrickColor.new("Really black")
  801. o28.Reflectance = 0.10000000149012
  802. o28.Position = Vector3.new(-151.176376, 7.53320551, -21.5361881)
  803. o28.Rotation = Vector3.new(129.289993, -89.9199982, -140.729996)
  804. o28.FormFactor = Enum.FormFactor.Custom
  805. o28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  806. o28.CFrame = CFrame.new(-151.176376, 7.53320551, -21.5361881, -0.00113312108, 9.26513458E-4, -0.999998927, 0.999999285, 3.07294977E-4, -0.00113283668, 3.06244125E-4, -0.999999523, -9.26861016E-4)
  807. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  808. o28.Position = Vector3.new(-151.176376, 7.53320551, -21.5361881)
  809. o28.Orientation = Vector3.new(0.0599999987, -90.0500031, 89.9800034)
  810. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  811. o29.Parent = o28
  812. o29.Scale = Vector3.new(1.20000005, 1, 1.20000005)
  813. o29.Scale = Vector3.new(1.20000005, 1, 1.20000005)
  814. o30.Name = "qCFrameWeldThingy"
  815. o30.Parent = o28
  816. o30.C1 = CFrame.new(-0.299989939, -1.50976181, 0.200195313, -4.37113883E-8, 1, 4.38268017E-8, -4.37113883E-8, -4.35959713E-8, 1, 1, 4.37113883E-8, 4.37113918E-8)
  817. o30.Part0 = o2
  818. o30.Part1 = o28
  819. o31.Name = "qRelativeCFrameWeldValue"
  820. o31.Parent = o28
  821. o31.Value = CFrame.new(-0.299989939, -1.50976181, 0.200195313, -4.37113883E-8, 1, 4.38268017E-8, -4.37113883E-8, -4.35959713E-8, 1, 1, 4.37113883E-8, 4.37113918E-8)
  822. o32.Parent = o1
  823. o32.BrickColor = BrickColor.new("Earth green")
  824. o32.Reflectance = 0.10000000149012
  825. o32.Position = Vector3.new(-150.777847, 8.3335619, -21.1258106)
  826. o32.Rotation = Vector3.new(129.289993, -89.9199982, 129.270004)
  827. o32.FormFactor = Enum.FormFactor.Custom
  828. o32.Size = Vector3.new(1.20000005, 0.200000003, 1.20000005)
  829. o32.CFrame = CFrame.new(-150.777847, 8.3335619, -21.1258106, -9.26469686E-4, -0.00113316474, -0.999998927, -3.07338574E-4, 0.999999285, -0.00113288034, 0.999999523, 3.06287868E-4, -9.26817302E-4)
  830. o32.Color = Color3.new(0.152941, 0.27451, 0.176471)
  831. o32.Position = Vector3.new(-150.777847, 8.3335619, -21.1258106)
  832. o32.Orientation = Vector3.new(0.0599999987, -90.0500031, -0.0199999996)
  833. o32.Color = Color3.new(0.152941, 0.27451, 0.176471)
  834. o33.Parent = o32
  835. o33.Scale = Vector3.new(0.300000012, 1, 0.300000012)
  836. o33.Scale = Vector3.new(0.300000012, 1, 0.300000012)
  837. o34.Name = "qCFrameWeldThingy"
  838. o34.Parent = o32
  839. o34.C1 = CFrame.new(1.09999847, -1.10001993, 0.600006104, -4.36332148E-17, -4.9464443E-11, -1, 5.56708202E-28, 1, 4.9464443E-11, 1, 5.56708202E-28, 4.36332148E-17)
  840. o34.Part0 = o2
  841. o34.Part1 = o32
  842. o35.Name = "qRelativeCFrameWeldValue"
  843. o35.Parent = o32
  844. o35.Value = CFrame.new(1.09999847, -1.10001993, 0.600006104, -4.36332148E-17, -4.9464443E-11, -1, 5.56708202E-28, 1, 4.9464443E-11, 1, 5.56708202E-28, 4.36332148E-17)
  845. o36.Parent = o1
  846. o36.BrickColor = BrickColor.new("Really black")
  847. o36.Reflectance = 0.10000000149012
  848. o36.Position = Vector3.new(-150.776917, 7.53366423, -21.5563297)
  849. o36.Rotation = Vector3.new(129.289993, -89.9199982, -140.729996)
  850. o36.FormFactor = Enum.FormFactor.Custom
  851. o36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  852. o36.CFrame = CFrame.new(-150.776917, 7.53366423, -21.5563297, -0.00113312108, 9.26513458E-4, -0.999998927, 0.999999285, 3.07294977E-4, -0.00113283668, 3.06244125E-4, -0.999999523, -9.26861016E-4)
  853. o36.BottomSurface = Enum.SurfaceType.Smooth
  854. o36.TopSurface = Enum.SurfaceType.Smooth
  855. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  856. o36.Position = Vector3.new(-150.776917, 7.53366423, -21.5563297)
  857. o36.Orientation = Vector3.new(0.0599999987, -90.0500031, 89.9800034)
  858. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  859. o37.Parent = o36
  860. o37.Scale = Vector3.new(1.20000005, 1, 1.20000005)
  861. o37.Scale = Vector3.new(1.20000005, 1, 1.20000005)
  862. o38.Name = "qCFrameWeldThingy"
  863. o38.Parent = o36
  864. o38.C1 = CFrame.new(-0.299989939, -1.53027344, 0.599624634, -4.37113883E-8, 1, 4.38268017E-8, -4.37113883E-8, -4.35959713E-8, 1, 1, 4.37113883E-8, 4.37113918E-8)
  865. o38.Part0 = o2
  866. o38.Part1 = o36
  867. o39.Name = "qRelativeCFrameWeldValue"
  868. o39.Parent = o36
  869. o39.Value = CFrame.new(-0.299989939, -1.53027344, 0.599624634, -4.37113883E-8, 1, 4.38268017E-8, -4.37113883E-8, -4.35959713E-8, 1, 1, 4.37113883E-8, 4.37113918E-8)
  870. weldtounob = Instance.new("Weld")
  871. weldtounob.Parent = o2
  872. weldtounob.Part0 = game.Players.LocalPlayer.Character.Torso
  873. weldtounob.Part1 = o2
  874. GasMask = true
  875. xd = Instance.new("Tool")
  876. xd.CanBeDropped = false
  877. xdd = Instance.new("Part")
  878. xddd = Instance.new("Part")
  879. xdddd = Instance.new("Part")
  880. xdddddddd = Instance.new("Part")
  881. xddddddddd = Instance.new("Part")
  882. xd0 = Instance.new("Part")
  883. xd.Name = "Mustang Gas to kill up jews"
  884. xd.Parent = game.Players.LocalPlayer.Backpack
  885. xdd.Parent = xd
  886. xdd.Material = Enum.Material.SmoothPlastic
  887. xdd.BrickColor = BrickColor.new("Deep orange")
  888. xdd.Position = Vector3.new(-9.08949184, 0.563135147, 33.200779)
  889. xdd.Rotation = Vector3.new(0, 0, -90)
  890. xdd.CanCollide = false
  891. xdd.Shape = Enum.PartType.Cylinder
  892. xdd.Size = Vector3.new(0.26000011, 0.819999993, 1)
  893. xdd.CFrame = CFrame.new(-9.08949184, 0.563135147, 33.200779, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  894. xdd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  895. xdd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  896. xdd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  897. xdd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  898. xdd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  899. xdd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  900. xdd.Color = Color3.new(255, 0, 0)
  901. xddd.Parent = xd
  902. xddd.Material = Enum.Material.SmoothPlastic
  903. xddd.BrickColor = BrickColor.new("Really black")
  904. xddd.Position = Vector3.new(-9.09000397, 0.615009904, 33.2000046)
  905. xddd.Rotation = Vector3.new(0, 0, 90)
  906. xddd.CanCollide = false
  907. xddd.Shape = Enum.PartType.Cylinder
  908. xddd.Size = Vector3.new(1.21000016, 0.799999952, 1)
  909. xddd.CFrame = CFrame.new(-9.09000397, 0.615009904, 33.2000046, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  910. xddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  911. xddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  912. xddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  913. xddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  914. xddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  915. xddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  916. xddd.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  917. xdddd.Parent = xd
  918. xdddd.Material = Enum.Material.SmoothPlastic
  919. xdddd.BrickColor = BrickColor.new("Dark stone grey")
  920. xdddd.Position = Vector3.new(-9.09270954, 1.33200657, 33.2021408)
  921. xdddd.CanCollide = false
  922. xdddd.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  923. xdddd.CFrame = CFrame.new(-9.09270954, 1.33200657, 33.2021408, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  924. xdddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  925. xdddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  926. xdddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  927. xdddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  928. xdddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  929. xdddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  930. xdddd.Color = Color3.new(0.388235, 0.372549, 0.384314)
  931. smoek = Instance.new("ParticleEmitter")
  932. smoek.Name = "Smoke"
  933. smoek.Parent = xdddd
  934. smoek.Size = NumberSequence.new(8, 8)
  935. smoek.Texture = "rbxassetid://249338959"
  936. smoek.Acceleration = Vector3.new(0, 10, 0)
  937. smoek.Lifetime = NumberRange.new(0.5, 0.5)
  938. smoek.Rate = 2.421341231324524E93
  939. smoek.RotSpeed = NumberRange.new(300, 300)
  940. smoek.Speed = NumberRange.new(40, 40)
  941. smoek.VelocitySpread = 15000
  942. smoek.Transparency = NumberSequence.new(0.8, 0.9)
  943. xdddddddd.Parent = xd
  944. xdddddddd.Material = Enum.Material.SmoothPlastic
  945. xdddddddd.BrickColor = BrickColor.new("Deep orange")
  946. xdddddddd.Position = Vector3.new(-9.08949184, 0.899091303, 33.200779)
  947. xdddddddd.Rotation = Vector3.new(0, 0, 90)
  948. xdddddddd.CanCollide = false
  949. xdddddddd.Shape = Enum.PartType.Cylinder
  950. xdddddddd.Size = Vector3.new(0.200000003, 0.819999993, 1)
  951. xdddddddd.CFrame = CFrame.new(-9.08949184, 0.899091303, 33.200779, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  952. xdddddddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  953. xdddddddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  954. xdddddddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  955. xdddddddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  956. xdddddddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  957. xdddddddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  958. xdddddddd.Color = Color3.new(255, 0, 0)
  959. xddddddddd.Parent = xd
  960. xddddddddd.Material = Enum.Material.SmoothPlastic
  961. xddddddddd.BrickColor = BrickColor.new("Black")
  962. xddddddddd.Position = Vector3.new(-9.09270954, 1.26311076, 33.2003593)
  963. xddddddddd.Rotation = Vector3.new(0, 0, 90)
  964. xddddddddd.CanCollide = false
  965. xddddddddd.Shape = Enum.PartType.Cylinder
  966. xddddddddd.Size = Vector3.new(0.200000003, 0.799999952, 0.540000021)
  967. xddddddddd.CFrame = CFrame.new(-9.09270954, 1.26311076, 33.2003593, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  968. xddddddddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  969. xddddddddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  970. xddddddddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  971. xddddddddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  972. xddddddddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  973. xddddddddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  974. xddddddddd.Color = Color3.new(0.105882, 0.164706, 0.207843)
  975. xd0.Name = "Handle"
  976. xd0.Parent = xd
  977. xd0.BrickColor = BrickColor.new("Earth green")
  978. xd0.Transparency = 1
  979. xd0.Position = Vector3.new(-9.11234188, 0.5, 33.1982155)
  980. xd0.Rotation = Vector3.new(0, 90, 0)
  981. xd0.CanCollide = false
  982. xd0.FormFactor = Enum.FormFactor.Custom
  983. xd0.Size = Vector3.new(0.800000131, 0.920000255, 0.799998164)
  984. xd0.CFrame = CFrame.new(-9.11234188, 0.5, 33.1982155, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  985. xd0.BottomSurface = Enum.SurfaceType.Smooth
  986. xd0.TopSurface = Enum.SurfaceType.Smooth
  987. xd0.Color = Color3.new(0.152941, 0.27451, 0.176471)
  988. KILLPART = Instance.new("Part")
  989. KILLPART.Size = Vector3.new(32, 32, 32)
  990. KILLPART.Name = "TOUCHPART"
  991. KILLPART.Anchored = true
  992. KILLPART.BrickColor = BrickColor.new("Black")
  993. KILLPART.Transparency = 1
  994. KILLPART.CanCollide = false
  995. KILLPART.CFrame = xd0.CFrame
  996. KILLPART.Parent = game.Players.LocalPlayer.Character
  997. KILLPART.Color = Color3.new(0.105882, 0.164706, 0.207843)
  998. Gas = Instance.new("Sound")
  999. Gas.Parent = xd0
  1000. Gas.Volume = 0.8
  1001. Gas.Looped = true
  1002. Gas.SoundId = "http://www.roblox.com/asset/?id=137065982"
  1003. Gas.Pitch = 1
  1004. Gas.Name = "Sound"
  1005. ison = false
  1006. function Weld(x, y)
  1007. local W = Instance.new("Weld")
  1008. W.Part0 = x
  1009. W.Part1 = y
  1010. local CJ = CFrame.new(x.Position)
  1011. local C0 = x.CFrame:inverse() * CJ
  1012. local C1 = y.CFrame:inverse() * CJ
  1013. W.C0 = C0
  1014. W.C1 = C1
  1015. W.Parent = x
  1016. end
  1017. function Get(A)
  1018. if A.className == "Part" then
  1019. Weld(xd.Handle, A)
  1020. A.Anchored = false
  1021. A.CanCollide = true
  1022. else
  1023. local C = A:GetChildren()
  1024. for i = 1, #C do
  1025. Get(C[i])
  1026. end
  1027. end
  1028. end
  1029. function Finale()
  1030. Get(xd)
  1031. end
  1032. function XDdd()
  1033. ison = true
  1034. GAS = true
  1035. chatfunc("Get gas'ed bitch!")
  1036. wait()
  1037. rwe = Instance.new("Weld")
  1038. rwe.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1039. rwe.Name = "WELDTOURARMLOL"
  1040. rwe.Part0 = game.Players.LocalPlayer.Character.Torso
  1041. rwe.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1042. rwe.C1 = CFrame.new(-1.43950653, 0.217779636, 0.53635788, 0.928022563, 0.0229669493, 0.371815324, -0.173021078, 0.910485029, 0.375606865, -0.329905778, -0.412903517, 0.848924518)
  1043. wait()
  1044. repeat
  1045. wait()
  1046. aa = game.Players.LocalPlayer.Character["Right Arm"].RightGrip:Clone()
  1047. aa.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1048. until rwe == nil
  1049. end
  1050. function Xddd()
  1051. ison = false
  1052. GAS = false
  1053. game.Players.LocalPlayer.Character["Right Arm"].WELDTOURARMLOL:Destroy()
  1054. rmweld = Instance.new("Motor6D")
  1055. rmweld.Parent = game.Players.LocalPlayer.Character.Torso
  1056. rmweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1057. rmweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1058. rmweld.Name = "Right Shoulder"
  1059. rmweld.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1060. rmweld.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1061. rmweld.MaxVelocity = 0.10000000149012
  1062. end
  1063. function lol()
  1064. xdg = true
  1065. Gas.Playing = true
  1066. KILLPART.Parent = workspace
  1067. while xdg == true do
  1068. wait()
  1069. KILLPART.CFrame = xd0.CFrame
  1070. end
  1071. end
  1072. function Posijew()
  1073. KILLPART.CFrame = xd0.CFrame
  1074. end
  1075. function loln()
  1076. KILLPART.Parent = game
  1077. Gas.Playing = false
  1078. xdg = false
  1079. end
  1080. xdg = false
  1081. xd.Equipped:connect(XDdd)
  1082. xd.Unequipped:connect(Xddd)
  1083. xd.Equipped:connect(Finale)
  1084. xd.Equipped:connect(lol)
  1085. xd.Unequipped:connect(loln)
  1086. xd.Unequipped:connect(Finale)
  1087. Finale()
  1088. function Kill(Part)
  1089. if GAS == true then
  1090. for i, v in pairs(Part.Parent:GetChildren()) do
  1091. if not v:IsA("Humanoid") or v.Name == "Dick" then
  1092. else
  1093. v.Health = 0
  1094. end
  1095. end
  1096. end
  1097. end
  1098. KILLPART.Touched:connect(Kill)
  1099. if GasMask == true then
  1100. o1 = Instance.new("Model")
  1101. o2 = Instance.new("Part")
  1102. o3 = Instance.new("SpecialMesh")
  1103. o4 = Instance.new("Part")
  1104. o5 = Instance.new("Part")
  1105. o6 = Instance.new("Part")
  1106. o7 = Instance.new("SpecialMesh")
  1107. o8 = Instance.new("Part")
  1108. o9 = Instance.new("Part")
  1109. o10 = Instance.new("SpecialMesh")
  1110. o11 = Instance.new("Part")
  1111. o12 = Instance.new("Part")
  1112. o13 = Instance.new("SpecialMesh")
  1113. o14 = Instance.new("Part")
  1114. o15 = Instance.new("Part")
  1115. o16 = Instance.new("Part")
  1116. o17 = Instance.new("Part")
  1117. o1.Name = "MODEL"
  1118. o2.Name = "Middle"
  1119. o2.Parent = o1
  1120. o2.BrickColor = BrickColor.new("Pastel brown")
  1121. o2.Transparency = 1
  1122. o2.Position = Vector3.new(-13.5356159, 3.71991396, 50.2649117)
  1123. o2.Rotation = Vector3.new(-5.66336393, -89.7626114, -5.66246414)
  1124. o2.Anchored = true
  1125. o2.FormFactor = Enum.FormFactor.Custom
  1126. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1127. o2.CFrame = CFrame.new(-13.5356159, 3.71991396, 50.2649117, 1.75646369E-6, 1.74156298E-7, -0.999991417, -1.04150445E-7, 1, 1.60883403E-7, 0.999999762, 9.62157287E-8, 1.6223396E-6)
  1128. o2.BottomSurface = Enum.SurfaceType.Smooth
  1129. o2.TopSurface = Enum.SurfaceType.Smooth
  1130. o2.Color = Color3.new(1, 0.8, 0.6)
  1131. o3.Parent = o2
  1132. o3.Scale = Vector3.new(6.25, 6.25, 6.25)
  1133. o3.MeshType = Enum.MeshType.FileMesh
  1134. o4.Name = "Lense 1"
  1135. o4.Parent = o1
  1136. o4.Material = Enum.Material.Metal
  1137. o4.Transparency = 0.050000011920929
  1138. o4.Position = Vector3.new(-12.900528, 3.77991295, 50.5080605)
  1139. o4.Rotation = Vector3.new(-180, 20.6807137, -179.999985)
  1140. o4.Anchored = true
  1141. o4.CanCollide = false
  1142. o4.FormFactor = Enum.FormFactor.Custom
  1143. o4.Shape = Enum.PartType.Cylinder
  1144. o4.Size = Vector3.new(0.200000003, 0.320000023, 0.939999998)
  1145. o4.CFrame = CFrame.new(-12.900528, 3.77991295, 50.5080605, -0.935553849, 3.06141374E-7, 0.353159934, 3.19927466E-7, 1, 2.01617603E-8, -0.353163034, 1.1997561E-7, -0.935561478)
  1146. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1147. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1148. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1149. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1150. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. o5.Name = "Lense2"
  1153. o5.Parent = o1
  1154. o5.Material = Enum.Material.Metal
  1155. o5.Transparency = 0.050000011920929
  1156. o5.Position = Vector3.new(-12.8961124, 3.77492094, 50.0302277)
  1157. o5.Rotation = Vector3.new(-180, -23.8323021, -179.999985)
  1158. o5.Anchored = true
  1159. o5.CanCollide = false
  1160. o5.FormFactor = Enum.FormFactor.Custom
  1161. o5.Shape = Enum.PartType.Cylinder
  1162. o5.Size = Vector3.new(0.200000003, 0.330000043, 0.99000001)
  1163. o5.CFrame = CFrame.new(-12.8961124, 3.77492094, 50.0302277, -0.914722979, 2.85652249E-7, -0.404061079, 2.36339361E-7, 1, 1.37493373E-7, 0.404064298, 2.15865228E-8, -0.914730668)
  1164. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1165. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1166. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1167. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1168. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. o6.Name = "Handle"
  1171. o6.Parent = o1
  1172. o6.Material = Enum.Material.Metal
  1173. o6.BrickColor = BrickColor.new("Really black")
  1174. o6.Position = Vector3.new(-12.8799381, 3.69992495, 50.2599869)
  1175. o6.Rotation = Vector3.new(-90, 9.97842108E-6, -89.9999008)
  1176. o6.Anchored = true
  1177. o6.CanCollide = false
  1178. o6.FormFactor = Enum.FormFactor.Plate
  1179. o6.Size = Vector3.new(1, 0.400000006, 1)
  1180. o6.CFrame = CFrame.new(-12.8799381, 3.69992495, 50.2599869, 1.75646369E-6, 0.999991417, 1.74156298E-7, -1.04150445E-7, -1.60883403E-7, 1, 0.999999762, -1.6223396E-6, 9.62157287E-8)
  1181. o6.BottomSurface = Enum.SurfaceType.Weld
  1182. o6.TopSurface = Enum.SurfaceType.Smooth
  1183. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1184. o7.Parent = o6
  1185. o7.MeshId = "http://www.roblox.com/asset/?id=5158270"
  1186. o7.Scale = Vector3.new(0.140000001, 0.170000002, 0.100000001)
  1187. o7.MeshType = Enum.MeshType.FileMesh
  1188. o8.Name = "Straps"
  1189. o8.Parent = o1
  1190. o8.Material = Enum.Material.Fabric
  1191. o8.BrickColor = BrickColor.new("Really black")
  1192. o8.Position = Vector3.new(-13.5199518, 3.48991394, 50.2599869)
  1193. o8.Rotation = Vector3.new(5.96738209E-6, 1.00637961E-4, 89.9999924)
  1194. o8.Anchored = true
  1195. o8.CanCollide = false
  1196. o8.FormFactor = Enum.FormFactor.Custom
  1197. o8.Shape = Enum.PartType.Cylinder
  1198. o8.Size = Vector3.new(0.200000003, 1.49000013, 1.25999999)
  1199. o8.CFrame = CFrame.new(-13.5199518, 3.48991394, 50.2599869, 1.44325043E-7, -0.999991238, 1.75646369E-6, 0.999999881, 1.31081052E-7, -1.04150445E-7, 9.48765404E-8, 1.6242019E-6, 0.999999762)
  1200. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1201. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1207. o9.Name = "Ring2"
  1208. o9.Parent = o1
  1209. o9.BrickColor = BrickColor.new("Dark stone grey")
  1210. o9.Position = Vector3.new(-12.8061161, 3.77991295, 49.9993477)
  1211. o9.Rotation = Vector3.new(-1.48261315E-5, -66.1664276, -2.4695395E-5)
  1212. o9.Anchored = true
  1213. o9.CanCollide = false
  1214. o9.FormFactor = Enum.FormFactor.Custom
  1215. o9.Size = Vector3.new(0.600000024, 0.200000003, 1)
  1216. o9.CFrame = CFrame.new(-12.8061161, 3.77991295, 49.9993477, 0.404059976, 1.74156298E-7, -0.914723039, -1.6136562E-7, 1, 1.0455733E-7, 0.914730787, 9.62157287E-8, 0.404063195)
  1217. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. o9.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1224. o10.Parent = o9
  1225. o10.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1226. o10.Scale = Vector3.new(0.340000004, 0.300000012, 0.300000012)
  1227. o10.MeshType = Enum.MeshType.FileMesh
  1228. o11.Name = "Straps"
  1229. o11.Parent = o1
  1230. o11.Material = Enum.Material.Fabric
  1231. o11.BrickColor = BrickColor.new("Really black")
  1232. o11.Position = Vector3.new(-13.5199518, 4.00991392, 50.2599869)
  1233. o11.Rotation = Vector3.new(5.96738209E-6, 1.00637961E-4, 89.9999924)
  1234. o11.Anchored = true
  1235. o11.CanCollide = false
  1236. o11.FormFactor = Enum.FormFactor.Custom
  1237. o11.Shape = Enum.PartType.Cylinder
  1238. o11.Size = Vector3.new(0.200000003, 1.49000013, 1.25999999)
  1239. o11.CFrame = CFrame.new(-13.5199518, 4.00991392, 50.2599869, 1.44325043E-7, -0.999991238, 1.75646369E-6, 0.999999881, 1.31081052E-7, -1.04150445E-7, 9.48765404E-8, 1.6242019E-6, 0.999999762)
  1240. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1243. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1244. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1245. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1246. o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1247. o12.Name = "Ring1"
  1248. o12.Parent = o1
  1249. o12.BrickColor = BrickColor.new("Dark stone grey")
  1250. o12.Position = Vector3.new(-12.7999144, 3.76992106, 50.5299988)
  1251. o12.Rotation = Vector3.new(-179.999969, -69.3177338, -179.999985)
  1252. o12.Anchored = true
  1253. o12.CanCollide = false
  1254. o12.FormFactor = Enum.FormFactor.Custom
  1255. o12.Size = Vector3.new(0.600000024, 0.200000003, 1)
  1256. o12.CFrame = CFrame.new(-12.7999144, 3.76992106, 50.5299988, -0.353160918, 1.74156298E-7, -0.935553372, -4.22077129E-8, 1, 1.87534141E-7, 0.935561061, 9.62157287E-8, -0.353164017)
  1257. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1258. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1259. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1260. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1261. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1262. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1263. o12.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1264. o13.Parent = o12
  1265. o13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1266. o13.Scale = Vector3.new(0.340000004, 0.300000012, 0.300000012)
  1267. o13.MeshType = Enum.MeshType.FileMesh
  1268. o14.Name = "Breather"
  1269. o14.Parent = o1
  1270. o14.Material = Enum.Material.Metal
  1271. o14.BrickColor = BrickColor.new("Really black")
  1272. o14.Position = Vector3.new(-12.7419596, 3.69627094, 50.2550011)
  1273. o14.Rotation = Vector3.new(5.96738209E-6, 1.00637961E-4, -39.5510521)
  1274. o14.Anchored = true
  1275. o14.CanCollide = false
  1276. o14.FormFactor = Enum.FormFactor.Custom
  1277. o14.Shape = Enum.PartType.Cylinder
  1278. o14.Size = Vector3.new(0.600000024, 0.340000093, 0.25000003)
  1279. o14.CFrame = CFrame.new(-12.7419596, 3.69627094, 50.2550011, 0.771050453, 0.636759639, 1.75646369E-6, -0.636765182, 0.771057129, -1.04150445E-7, -1.31184265E-6, -9.5997575E-7, 0.999999762)
  1280. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1281. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1282. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1283. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1284. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1285. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1286. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1287. o15.Name = "Breather"
  1288. o15.Parent = o1
  1289. o15.Material = Enum.Material.Metal
  1290. o15.BrickColor = BrickColor.new("Really black")
  1291. o15.Position = Vector3.new(-12.5337915, 3.51434994, 50.2550011)
  1292. o15.Rotation = Vector3.new(5.96738209E-6, 1.00637961E-4, -39.5510521)
  1293. o15.Anchored = true
  1294. o15.CanCollide = false
  1295. o15.FormFactor = Enum.FormFactor.Custom
  1296. o15.Shape = Enum.PartType.Cylinder
  1297. o15.Size = Vector3.new(0.200000003, 0.340000093, 0.350000024)
  1298. o15.CFrame = CFrame.new(-12.5337915, 3.51434994, 50.2550011, 0.771050453, 0.636759639, 1.75646369E-6, -0.636765182, 0.771057129, -1.04150445E-7, -1.31184265E-6, -9.5997575E-7, 0.999999762)
  1299. o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1300. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1301. o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1302. o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1303. o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1305. o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1306. o16.Name = "Breather"
  1307. o16.Parent = o1
  1308. o16.Material = Enum.Material.Metal
  1309. o16.BrickColor = BrickColor.new("Really black")
  1310. o16.Position = Vector3.new(-12.7920103, 3.39220095, 49.784256)
  1311. o16.Rotation = Vector3.new(10.8745985, 48.2677155, -21.6106548)
  1312. o16.Anchored = true
  1313. o16.CanCollide = false
  1314. o16.FormFactor = Enum.FormFactor.Custom
  1315. o16.Shape = Enum.PartType.Cylinder
  1316. o16.Size = Vector3.new(0.230000019, 0.540000081, 0.75)
  1317. 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)
  1318. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1319. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1320. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1323. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1325. o17.Name = "Breather"
  1326. o17.Parent = o1
  1327. o17.Material = Enum.Material.Metal
  1328. o17.BrickColor = BrickColor.new("Really black")
  1329. o17.Position = Vector3.new(-12.8723783, 3.42192006, 49.8816109)
  1330. o17.Rotation = Vector3.new(10.8745985, 48.2677155, -21.6106548)
  1331. o17.Anchored = true
  1332. o17.CanCollide = false
  1333. o17.FormFactor = Enum.FormFactor.Custom
  1334. o17.Shape = Enum.PartType.Cylinder
  1335. o17.Size = Vector3.new(0.370000005, 0.540000081, 0.310000002)
  1336. 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)
  1337. o17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1339. o17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1340. o17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. o17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1342. o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1344. function onTouched(hit)
  1345. local d = hit.Parent:GetChildren()
  1346. for i = 1, #d do
  1347. if d[i].className == "Hat" then
  1348. d[i]:remove()
  1349. end
  1350. end
  1351. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Face") == nil then
  1352. local g = o1:clone()
  1353. g.Parent = hit.Parent
  1354. local C = g:GetChildren()
  1355. for i = 1, #C do
  1356. if C[i].className == "Part" then
  1357. local W = Instance.new("Weld")
  1358. W.Part0 = g.Middle
  1359. W.Part1 = C[i]
  1360. local CJ = CFrame.new(g.Middle.Position)
  1361. local C0 = g.Middle.CFrame:inverse() * CJ
  1362. local C1 = C[i].CFrame:inverse() * CJ
  1363. W.C0 = C0
  1364. W.C1 = C1
  1365. W.Parent = g.Middle
  1366. g.Middle.Transparency = 1
  1367. end
  1368. local Y = Instance.new("Weld")
  1369. Y.Part0 = hit.Parent.Head
  1370. Y.Part1 = g.Middle
  1371. Y.C0 = CFrame.new(0, 0, 0)
  1372. Y.Parent = Y.Part0
  1373. end
  1374. local h = g:GetChildren()
  1375. for i = 1, #h do
  1376. h[i].Anchored = false
  1377. h[i].CanCollide = false
  1378. end
  1379. end
  1380. end
  1381. onTouched(game.Players.LocalPlayer.Character.Head)
  1382. end
  1383. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(Nazikey)
  1384. if Nazikey == "q" and HEIL == false and Standby == false then
  1385. Standby = true
  1386. ao1 = Instance.new("Weld")
  1387. ao1.Name = "qCFrameWeldThingy"
  1388. ao1.Parent = game.Players.LocalPlayer.Character["Left Arm"]
  1389. ao1.C1 = CFrame.new(1.5, 0.670220256, 0.470133305, 1, 0, 0, 0, -0.340440512, 0.940266073, 0, -0.940266013, -0.340440542)
  1390. ao1.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1391. ao1.Part0 = game.Players.LocalPlayer.Character.Torso
  1392. chatfunc("HEIL ZE F\195\156HRER")
  1393. wait(1)
  1394. Standby = false
  1395. HEIL = true
  1396. end
  1397. end)
  1398. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(Nazikey)
  1399. if Nazikey == "q" and HEIL == true and Standby == false then
  1400. Standby = true
  1401. ao1:Destroy()
  1402. aso1 = Instance.new("Motor6D")
  1403. aso1.Name = "Left Shoulder"
  1404. aso1.Parent = game.Players.LocalPlayer.Character
  1405. aso1.Part0 = game.Players.LocalPlayer.Character.Torso
  1406. aso1.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1407. aso1.C0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1408. aso1.C1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1409. aso1.MaxVelocity = 0.10000000149012
  1410. wait(1)
  1411. Standby = false
  1412. HEIL = false
  1413. end
  1414. end)
  1415. function onChatted(msg)
  1416. chatfunc(msg)
  1417. end
  1418. game.Players.LocalPlayer.Chatted:connect(onChatted)
  1419. a = Instance.new("ForceField", game.Players.LocalPlayer.Character)
  1420. a.Visible = false
  1421. while wait() do
  1422. KILLPART.CanCollide = false
  1423. KILLPART.Locked = true
  1424. KILLPART.Transparency = 1
  1425. if GAS == true then
  1426. KILLPART.Parent = game.Players.LocalPlayer.Character
  1427. else
  1428. KILLPART.Parent = workspace.CurrentCamera
  1429. end
  1430. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1431. if v:IsA("Humanoid") then
  1432. v.Name = "Dick"
  1433. v.PlatformStand = false
  1434. v.AutoRotate = true
  1435. v.NameOcclusion = "NoOcclusion"
  1436. v.DisplayDistanceType = "None"
  1437. v.MaxHealth = math.huge
  1438. v.Health = math.huge
  1439. end
  1440. end
  1441. if Choke == true then
  1442. game.Players.LocalPlayer.Character.Parent = workspace.CurrentCamera
  1443. wait()
  1444. game.Players.LocalPlayer.Character.Parent = workspace
  1445. end
  1446. for i, v in pairs(xd:GetChildren()) do
  1447. if v:IsA("Part") then
  1448. v.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1449. v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1450. v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. v.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. v.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. for i, ve in pairs(v:GetChildren()) do
  1455. if ve:IsA("Decal") then
  1456. ve:Destroy()
  1457. end
  1458. end
  1459. for i, veee in pairs(v:GetChildren()) do
  1460. if veee:IsA("Fire") then
  1461. veee:Destroy()
  1462. end
  1463. end
  1464. for i, veee in pairs(v:GetChildren()) do
  1465. if veee:IsA("Smoke") then
  1466. veee:Destroy()
  1467. end
  1468. end
  1469. end
  1470. end
  1471. if Secks == true then
  1472. Secks = false
  1473. RemakeJoints = false
  1474. chatfunc("Great try administrator gui scum.")
  1475. LS = Instance.new("Motor6D")
  1476. RS = Instance.new("Motor6D")
  1477. LH = Instance.new("Motor6D")
  1478. RH = Instance.new("Motor6D")
  1479. LS.Parent = game.Players.LocalPlayer.Character.Torso
  1480. LS.Name = "Left Shoulder"
  1481. LS.MaxVelocity = 0.1
  1482. RS.Parent = game.Players.LocalPlayer.Character.Torso
  1483. RS.Name = "Right Shoulder"
  1484. RS.MaxVelocity = 0.1
  1485. LH.Parent = game.Players.LocalPlayer.Character.Torso
  1486. LH.Name = "Left Hip"
  1487. LH.MaxVelocity = 0.1
  1488. RH.Parent = game.Players.LocalPlayer.Character.Torso
  1489. RH.Name = "Right Hip"
  1490. RH.MaxVelocity = 0.1
  1491. end
  1492. if RemakeJoints == true then
  1493. Secks = false
  1494. RemakeJoints = false
  1495. chatfunc("/fixjoints")
  1496. LS = Instance.new("Motor6D")
  1497. RS = Instance.new("Motor6D")
  1498. LH = Instance.new("Motor6D")
  1499. RH = Instance.new("Motor6D")
  1500. LS.Parent = game.Players.LocalPlayer.Character.Torso
  1501. LS.Name = "Left Shoulder"
  1502. LS.MaxVelocity = 0.1
  1503. RS.Parent = game.Players.LocalPlayer.Character.Torso
  1504. RS.Name = "Right Shoulder"
  1505. RS.MaxVelocity = 0.1
  1506. LH.Parent = game.Players.LocalPlayer.Character.Torso
  1507. LH.Name = "Left Hip"
  1508. LH.MaxVelocity = 0.1
  1509. RH.Parent = game.Players.LocalPlayer.Character.Torso
  1510. RH.Name = "Right Hip"
  1511. RH.MaxVelocity = 0.1
  1512. end
  1513. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1514. if v:IsA("Model") and v.Name == "Nice thing" then
  1515. v:Destroy()
  1516. Secks = true
  1517. chatfunc("Great try administrator gui scum.")
  1518. end
  1519. end
  1520. for i, v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  1521. if v:IsA("Weld") then
  1522. if v.Name == "leftWeld" then
  1523. v:Destroy()
  1524. RemakeJoints = true
  1525. end
  1526. if v.Name == "rightWeld" then
  1527. v:Destroy()
  1528. RemakeJoints = true
  1529. end
  1530. if v.Name == "weld" then
  1531. v:Destroy()
  1532. RemakeJoints = true
  1533. end
  1534. if v.Name == "Right Shoulder" then
  1535. v:Destroy()
  1536. RemakeJoints = true
  1537. end
  1538. if v.Name == "Left Shoulder" then
  1539. v:Destroy()
  1540. RemakeJoints = true
  1541. end
  1542. if v.Name == "Right Hip" then
  1543. v:Destroy()
  1544. RemakeJoints = true
  1545. end
  1546. if v.Name == "Left Hip" then
  1547. v:Destroy()
  1548. RemakeJoints = true
  1549. end
  1550. end
  1551. end
  1552. for i, v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  1553. if v:IsA("Part") then
  1554. Secks = true
  1555. v:Destroy()
  1556. chatfunc("Great try administrator gui scum.")
  1557. end
  1558. end
  1559. for i, v in pairs(game.Players.LocalPlayer.Character.Head:GetChildren()) do
  1560. if v:IsA("Part") then
  1561. v:Destroy()
  1562. chatfunc("Great try with bluE wrench.")
  1563. end
  1564. end
  1565. for i, v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  1566. if v:IsA("Model") then
  1567. Secks = true
  1568. v:Destroy()
  1569. chatfunc("Great try administrator gui scum.")
  1570. end
  1571. end
  1572. for i, v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  1573. if v:IsA("Motor6D") then
  1574. if v.Name == "Right Shoulder" then
  1575. v.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1576. v.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1577. v.Part0 = game.Players.LocalPlayer.Character.Torso
  1578. v.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1579. elseif v.Name == "Left Shoulder" then
  1580. v.C0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1581. v.C1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1582. v.Part0 = game.Players.LocalPlayer.Character.Torso
  1583. v.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1584. elseif v.Name == "Right Hip" then
  1585. v.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1586. v.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1587. v.Part0 = game.Players.LocalPlayer.Character.Torso
  1588. v.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  1589. elseif v.Name == "Left Hip" then
  1590. v.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1591. v.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1592. v.Part0 = game.Players.LocalPlayer.Character.Torso
  1593. v.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  1594. elseif v.Name == "Neck" then
  1595. v.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1596. v.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1597. v.Part0 = game.Players.LocalPlayer.Character.Torso
  1598. v.Part1 = game.Players.LocalPlayer.Character.Head
  1599. end
  1600. end
  1601. end
  1602. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1603. if v:IsA("LocalScript") then
  1604. v.Disabled = false
  1605. v.Archivable = false
  1606. end
  1607. end
  1608. for i, v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  1609. if v:IsA("Smoke") then
  1610. v:Destroy()
  1611. end
  1612. end
  1613. for i, v in pairs(game.Players.LocalPlayer.Character.HumanoidRootPart:GetChildren()) do
  1614. if v:IsA("Motor6D") then
  1615. v.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1616. v.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1617. end
  1618. end
  1619. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1620. if v:IsA("Part") then
  1621. if v.Name == "TOUCHPART" then
  1622. v.Anchored = true
  1623. v.Locked = true
  1624. v.Archivable = false
  1625. v.Transparency = 1
  1626. v.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1627. v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1628. v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1629. v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1630. v.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. v.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1632. elseif v.Name == "HumanoidRootPart" then
  1633. v.Anchored = false
  1634. v.Locked = true
  1635. v.Archivable = false
  1636. v.Transparency = 1
  1637. v.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1638. v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1639. v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1640. v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1641. v.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1642. v.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1643. else
  1644. v.Anchored = false
  1645. v.Locked = true
  1646. v.Archivable = false
  1647. v.Transparency = 0
  1648. v.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1650. v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1651. v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1652. v.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1653. v.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1654. end
  1655. for i, ve in pairs(v:GetChildren()) do
  1656. if ve:IsA("Decal") then
  1657. ve:Destroy()
  1658. end
  1659. end
  1660. for i, veee in pairs(v:GetChildren()) do
  1661. if veee:IsA("Fire") then
  1662. veee:Destroy()
  1663. end
  1664. end
  1665. for i, veee in pairs(v:GetChildren()) do
  1666. if veee:IsA("Smoke") then
  1667. veee:Destroy()
  1668. end
  1669. end
  1670. for i, veee in pairs(v:GetChildren()) do
  1671. if veee:IsA("ParticleEmitter") then
  1672. veee:Destroy()
  1673. end
  1674. end
  1675. for i, vew in pairs(v:GetChildren()) do
  1676. if vew:IsA("BodyPosition") then
  1677. vew:Destroy()
  1678. game.Players.LocalPlayer.Character.Parent = workspace.CurrentCamera
  1679. wait(5)
  1680. game.Players.LocalPlayer.Character.Parent = workspace
  1681. chatfunc(NoLift[math.random(1, #NoLift)])
  1682. end
  1683. end
  1684. for i, vew in pairs(v:GetChildren()) do
  1685. if vew:IsA("BodyVelocity") then
  1686. vew:Destroy()
  1687. chatfunc(deny[math.random(1, #deny)])
  1688. for i, vwe in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  1689. if vwe:IsA("Sound") then
  1690. vwe:Destroy()
  1691. end
  1692. end
  1693. end
  1694. end
  1695. end
  1696. end
  1697. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1698. if v:IsA("Model") then
  1699. for i, vee in pairs(v:GetChildren()) do
  1700. if vee:IsA("Part") then
  1701. if vee.Name == "Middle" then
  1702. vee.Anchored = false
  1703. vee.Locked = true
  1704. vee.Archivable = false
  1705. vee.Transparency = 1
  1706. vee.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1707. vee.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1708. vee.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1709. vee.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1710. vee.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1711. vee.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1712. elseif vee.Name == "Right Arm" then
  1713. vee.Anchored = false
  1714. vee.Locked = true
  1715. vee.Archivable = false
  1716. vee.Transparency = 1
  1717. vee.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1718. vee.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1719. vee.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1720. vee.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1721. vee.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1722. vee.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1723. else
  1724. vee.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1725. vee.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1726. vee.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1727. vee.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1728. vee.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1729. vee.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1730. vee.Anchored = false
  1731. vee.Locked = true
  1732. vee.Archivable = false
  1733. vee.Transparency = 0
  1734. end
  1735. for i, veee in pairs(vee:GetChildren()) do
  1736. if veee:IsA("Decal") then
  1737. veee:Destroy()
  1738. end
  1739. end
  1740. for i, veee in pairs(vee:GetChildren()) do
  1741. if veee:IsA("Fire") then
  1742. veee:Destroy()
  1743. end
  1744. end
  1745. for i, veee in pairs(vee:GetChildren()) do
  1746. if veee:IsA("Smoke") then
  1747. veee:Destroy()
  1748. end
  1749. end
  1750. for i, veee in pairs(vee:GetChildren()) do
  1751. if veee:IsA("ParticleEmitter") then
  1752. veee:Destroy()
  1753. end
  1754. end
  1755. for i, veee in pairs(vee:GetChildren()) do
  1756. if veee:IsA("BodyVelocity") then
  1757. veee:Destroy()
  1758. chatfunc(deny[math.random(1, #deny)])
  1759. for i, vwe in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  1760. if vwe:IsA("Sound") then
  1761. vwe:Destroy()
  1762. end
  1763. end
  1764. end
  1765. end
  1766. for i, vewe in pairs(vee:GetChildren()) do
  1767. if vewe:IsA("BodyPosition") then
  1768. vewe:Destroy()
  1769. game.Players.LocalPlayer.Character.Parent = workspace.CurrentCamera
  1770. wait(5)
  1771. game.Players.LocalPlayer.Character.Parent = workspace
  1772. chatfunc(NoLift[math.random(1, #NoLift)])
  1773. end
  1774. end
  1775. end
  1776. end
  1777. end
  1778. end
  1779.  
  1780. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement