Advertisement
nobiclol

Untitled

Jul 7th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. wait(1)
  3. workspace.CurrentCamera:ClearAllChildren()
  4. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  5. if v:IsA("Humanoid") then
  6. v.Name = "Dick"
  7. v.PlatformStand = false
  8. v.AutoRotate = true
  9. v.NameOcclusion = "NoOcclusion"
  10. v.DisplayDistanceType = "None"
  11. v.MaxHealth = math.huge
  12. v.Health = math.huge
  13. end
  14. end
  15. Offffu = false
  16. ES = false
  17. Debounce = false
  18. KNIPED = false
  19. ATACK = false
  20. EWE = false
  21. local AT = Instance.new("Attachment")
  22. AT.Parent = game.Players.LocalPlayer.Character.Torso
  23. AT.Name = "TorquePos"
  24. local deny = {"Nein."}
  25. local NoLift = {"Nein."}
  26. Choke = false
  27. RemakeJoints = false
  28. Secks = false
  29. GAS = false
  30. script.Archivable = false
  31. Hulmet = Instance.new("Part")
  32. Hulmet.Position = Hulmet.Position + Vector3.new(0,10,0)
  33. Hulmet.Parent = game.Players.LocalPlayer.Character
  34. Hulmet.Name = "Helmet"
  35. Hulmet.Size = Vector3.new(1.643, 1.157, 1.696)
  36. Hulmet.Material = Enum.Material.Metal
  37. Hulmet.BrickColor = BrickColor.new("Really black")
  38. MSHE = Instance.new("SpecialMesh")
  39. MSHE.Parent = Hulmet
  40. MSHE.MeshId = "rbxassetid://1011491872"
  41. WULD = Instance.new("Weld")
  42. WULD.Parent = Hulmet
  43. WULD.Part0 = Hulmet
  44. WULD.Part1 = game.Players.LocalPlayer.Character.Head
  45. WULD.C1 = CFrame.Angles(0,-.7,0)
  46. WULD.C0 = CFrame.new(0,-.6,0)
  47.  
  48.  
  49. char049 = game.Players.LocalPlayer.Character
  50.  
  51. pcall(function()
  52. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  53. if v:IsA("Accessory") then
  54. v:Destroy()
  55. end
  56. end
  57. end)
  58.  
  59. pcall(function()
  60. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  61. if v:IsA("Shirt") then
  62. v:Destroy()
  63. end
  64. end
  65. end)
  66.  
  67. pcall(function()
  68. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  69. if v:IsA("Pants") then
  70. v:Destroy()
  71. end
  72. end
  73. end)
  74.  
  75. pcall(function()
  76. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  77. if v:IsA("ShirtGraphic") then
  78. v:Destroy()
  79. end
  80. end
  81. end)
  82.  
  83. pcall(function()
  84. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  85. if v:IsA("Hat") then
  86. v:Destroy()
  87. end
  88. end
  89. end)
  90.  
  91. pcall(function()
  92. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  93. if v:IsA("CharacterMesh") then
  94. v:Destroy()
  95. end
  96. end
  97. end)
  98. wait()
  99. for i,v in pairs(char049:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
  100. wait()
  101. shirt = Instance.new("Shirt", char049)
  102. shirt.Name = "Shirt"
  103. pants = Instance.new("Pants", char049)
  104. pants.Name = "Pants"
  105.  
  106. char049.Shirt.ShirtTemplate = "rbxassetid://766861384"
  107. char049.Pants.PantsTemplate = "rbxassetid://243651286"
  108.  
  109. HEIL = false
  110. Standby = false
  111. Create = LoadLibrary("RbxUtility").Create
  112. function RemoveOutlines(part)
  113. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  114. end
  115.  
  116. CFuncs = {
  117. ["Part"] = {
  118. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  119. local Part = Create("Part"){
  120. Parent = Parent,
  121. Reflectance = Reflectance,
  122. Transparency = Transparency,
  123. CanCollide = false,
  124. Locked = true,
  125. BrickColor = BrickColor.new(tostring(BColor)),
  126. Name = Name,
  127. Size = Size,
  128. Material = Material,
  129. }
  130. RemoveOutlines(Part)
  131. return Part
  132. end;
  133. };
  134.  
  135. ["Mesh"] = {
  136. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  137. local Msh = Create(Mesh){
  138. Parent = Part,
  139. Offset = OffSet,
  140. Scale = Scale,
  141. }
  142. if Mesh == "SpecialMesh" then
  143. Msh.MeshType = MeshType
  144. Msh.MeshId = MeshId
  145. end
  146. return Msh
  147. end;
  148. };
  149.  
  150. ["Mesh"] = {
  151. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  152. local Msh = Create(Mesh){
  153. Parent = Part,
  154. Offset = OffSet,
  155. Scale = Scale,
  156. }
  157. if Mesh == "SpecialMesh" then
  158. Msh.MeshType = MeshType
  159. Msh.MeshId = MeshId
  160. end
  161. return Msh
  162. end;
  163. };
  164.  
  165. ["Weld"] = {
  166. Create = function(Parent, Part0, Part1, C0, C1)
  167. local Weld = Create("Weld"){
  168. Parent = Parent,
  169. Part0 = Part0,
  170. Part1 = Part1,
  171. C0 = C0,
  172. C1 = C1,
  173. }
  174. return Weld
  175. end;
  176. };
  177.  
  178. ["Sound"] = {
  179. Create = function(id, par, vol, pit)
  180. coroutine.resume(coroutine.create(function()
  181. local S = Create("Sound"){
  182. Volume = vol,
  183. Pitch = pit or 1,
  184. SoundId = id,
  185. Parent = par or workspace,
  186. }
  187. wait()
  188. S:play()
  189. game:GetService("Debris"):AddItem(S, 6)
  190. end))
  191. end;
  192. };
  193.  
  194. ["ParticleEmitter"] = {
  195. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  196. local fp = Create("ParticleEmitter"){
  197. Parent = Parent,
  198. Color = ColorSequence.new(Color1, Color2),
  199. LightEmission = LightEmission,
  200. Size = Size,
  201. Texture = Texture,
  202. Transparency = Transparency,
  203. ZOffset = ZOffset,
  204. Acceleration = Accel,
  205. Drag = Drag,
  206. LockedToPart = LockedToPart,
  207. VelocityInheritance = VelocityInheritance,
  208. EmissionDirection = EmissionDirection,
  209. Enabled = Enabled,
  210. Lifetime = LifeTime,
  211. Rate = Rate,
  212. Rotation = Rotation,
  213. RotSpeed = RotSpeed,
  214. Speed = Speed,
  215. VelocitySpread = VelocitySpread,
  216. }
  217. return fp
  218. end;
  219. };
  220.  
  221. CreateTemplate = {
  222.  
  223. };
  224. }
  225.  
  226. function chatfunc(text)
  227. local chat = coroutine.wrap(function()
  228. if game.Players.LocalPlayer.Character:FindFirstChild("TalkingBillBoard")~= nil then
  229. game.Players.LocalPlayer.Character:FindFirstChild("TalkingBillBoard"):destroy()
  230. end
  231. local naeeym2 = Instance.new("BillboardGui",game.Players.LocalPlayer.Character)
  232. naeeym2.Size = UDim2.new(0,100,0,40)
  233. naeeym2.StudsOffset = Vector3.new(0,3,0)
  234. naeeym2.Adornee = game.Players.LocalPlayer.Character.Head
  235. naeeym2.Name = "TalkingBillBoard"
  236. naeeym2.AlwaysOnTop = true
  237. local tecks2 = Instance.new("TextLabel",naeeym2)
  238. tecks2.BackgroundTransparency = 1
  239. tecks2.BorderSizePixel = 0
  240. tecks2.Text = ""
  241. tecks2.Font = "Fantasy"
  242. tecks2.TextSize = 30
  243. tecks2.TextStrokeTransparency = 0
  244. tecks2.TextColor3 = Color3.new(0,0,0)
  245. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  246. tecks2.Size = UDim2.new(1,0,0.5,0)
  247. local tecks3 = Instance.new("TextLabel",naeeym2)
  248. tecks3.BackgroundTransparency = 1
  249. tecks3.BorderSizePixel = 0
  250. tecks3.Text = ""
  251. tecks3.Font = "Fantasy"
  252. tecks3.TextSize = 30
  253. tecks3.TextStrokeTransparency = 0
  254. tecks3.TextColor3 = Color3.new(0,0,0)
  255. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  256. tecks3.Size = UDim2.new(1,0,0.5,0)
  257. for i = 1,string.len(text),1 do
  258. CFuncs["Sound"].Create("rbxassetid://417445954", workspace, .3, .5)
  259. tecks2.Text = string.sub(text,1,i)
  260. tecks3.Text = string.sub(text,1,i)
  261. wait(0.01)
  262. end
  263. wait(2)
  264. for i = 1, 50 do
  265. wait()
  266. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  267. tecks2.Rotation = tecks2.Rotation - .8
  268. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  269. tecks2.TextTransparency = tecks2.TextTransparency + .04
  270. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  271. tecks3.Rotation = tecks2.Rotation + .8
  272. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  273. tecks3.TextTransparency = tecks2.TextTransparency + .04
  274. end
  275. naeeym2:Destroy()
  276. end)
  277. chat()
  278. end
  279.  
  280. chatfunc("🔥Zeit, einige Leute zu gießen..🔥")
  281.  
  282. o1 = Instance.new("Model")
  283. o2 = Instance.new("Part")
  284. o3 = Instance.new("BlockMesh")
  285. o4 = Instance.new("Part")
  286. o5 = Instance.new("BlockMesh")
  287. o6 = Instance.new("CFrameValue")
  288. o7 = Instance.new("Weld")
  289. o8 = Instance.new("Part")
  290. o9 = Instance.new("BlockMesh")
  291. o10 = Instance.new("CFrameValue")
  292. o11 = Instance.new("Weld")
  293. o12 = Instance.new("Part")
  294. o13 = Instance.new("BlockMesh")
  295. o14 = Instance.new("CFrameValue")
  296. o15 = Instance.new("Weld")
  297. o16 = Instance.new("Part")
  298. o17 = Instance.new("BlockMesh")
  299. o18 = Instance.new("CFrameValue")
  300. o19 = Instance.new("Weld")
  301. o20 = Instance.new("Part")
  302. o21 = Instance.new("BlockMesh")
  303. o22 = Instance.new("CFrameValue")
  304. o23 = Instance.new("Weld")
  305. o24 = Instance.new("Part")
  306. o25 = Instance.new("BlockMesh")
  307. o26 = Instance.new("CFrameValue")
  308. o27 = Instance.new("Weld")
  309. o28 = Instance.new("Part")
  310. o29 = Instance.new("CFrameValue")
  311. o30 = Instance.new("Weld")
  312. o31 = Instance.new("Part")
  313. o32 = Instance.new("CFrameValue")
  314. o33 = Instance.new("Weld")
  315. o34 = Instance.new("Part")
  316. o35 = Instance.new("SpecialMesh")
  317. o36 = Instance.new("CFrameValue")
  318. o37 = Instance.new("Weld")
  319. weldtoarm = Instance.new("Weld")
  320. o1.Name = "Armlet"
  321. o1.Parent = game.Players.LocalPlayer.Character
  322. o2.Name = "svatic1"
  323. o2.Parent = o1
  324. o2.Material = Enum.Material.SmoothPlastic
  325. o2.BrickColor = BrickColor.new("Really black")
  326. o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
  327. o2.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  328. o2.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  329. 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)
  330. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  331. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  332. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  333. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  334. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  335. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  336. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  337. o2.Position = Vector3.new(9.5394268, 1.15889382, -30.4923649)
  338. o2.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  339. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  340. o3.Parent = o2
  341. o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
  342. o3.Scale = Vector3.new(0.999996185, 0.598279178, 0.0991418734)
  343. o4.Name = "svatic2"
  344. o4.Parent = o1
  345. o4.Material = Enum.Material.SmoothPlastic
  346. o4.BrickColor = BrickColor.new("Really black")
  347. o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
  348. o4.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  349. o4.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  350. 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)
  351. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  352. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  353. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  354. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  355. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  356. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  357. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  358. o4.Position = Vector3.new(9.51736546, 1.06919134, -30.4028416)
  359. o4.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  360. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  361. o5.Parent = o4
  362. o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  363. o5.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  364. o6.Name = "qRelativeCFrameWeldValue"
  365. o6.Parent = o4
  366. o6.Value = CFrame.new(0, -0.0218372345, -0.105447769, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  367. o7.Name = "qCFrameWeldThingy"
  368. o7.Parent = o4
  369. o7.C1 = CFrame.new(0, -0.0260860808, -0.125964642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  370. o7.Part0 = o2
  371. o7.Part1 = o4
  372. o8.Name = "svatic3"
  373. o8.Parent = o1
  374. o8.Material = Enum.Material.SmoothPlastic
  375. o8.BrickColor = BrickColor.new("Really black")
  376. o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
  377. o8.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  378. o8.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  379. 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)
  380. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  381. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  382. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  383. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  384. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  385. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  386. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  387. o8.Position = Vector3.new(9.50574112, 1.21955931, -30.7833157)
  388. o8.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  389. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  390. o9.Parent = o8
  391. o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  392. o9.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  393. o10.Name = "qRelativeCFrameWeldValue"
  394. o10.Parent = o8
  395. o10.Value = CFrame.new(0, -0.106843948, 0.226449966, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  396. o11.Name = "qCFrameWeldThingy"
  397. o11.Parent = o8
  398. o11.C1 = CFrame.new(0, -0.127632454, 0.270510107, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  399. o11.Part0 = o2
  400. o11.Part1 = o8
  401. o12.Name = "svatic4"
  402. o12.Parent = o1
  403. o12.Material = Enum.Material.SmoothPlastic
  404. o12.BrickColor = BrickColor.new("Really black")
  405. o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
  406. o12.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  407. o12.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  408. 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)
  409. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  410. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  411. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  412. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  413. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  414. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  415. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  416. o12.Position = Vector3.new(9.40566349, 0.893889546, -30.553009)
  417. o12.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  418. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  419. o13.Parent = o12
  420. o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
  421. o13.Scale = Vector3.new(0.999996185, 0.100022063, 0.364750892)
  422. o14.Name = "qRelativeCFrameWeldValue"
  423. o14.Parent = o12
  424. o14.Value = CFrame.new(0, -0.236118317, -0.0926094055, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  425. o15.Name = "qCFrameWeldThingy"
  426. o15.Parent = o12
  427. o15.C1 = CFrame.new(0, -0.28205961, -0.110628322, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  428. o15.Part0 = o2
  429. o15.Part1 = o12
  430. o16.Name = "svatic5"
  431. o16.Parent = o1
  432. o16.Material = Enum.Material.SmoothPlastic
  433. o16.BrickColor = BrickColor.new("Really black")
  434. o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
  435. o16.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  436. o16.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  437. 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)
  438. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  439. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  440. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  441. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  442. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  443. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  444. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  445. o16.Position = Vector3.new(9.65675831, 1.39117944, -30.4388123)
  446. o16.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  447. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  448. o17.Parent = o16
  449. o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
  450. o17.Scale = Vector3.new(0.999996185, 0.100022063, 0.336512148)
  451. o18.Name = "qRelativeCFrameWeldValue"
  452. o18.Parent = o16
  453. o18.Value = CFrame.new(0, 0.207174301, 0.080909729, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  454. o19.Name = "qCFrameWeldThingy"
  455. o19.Parent = o16
  456. o19.C1 = CFrame.new(0, 0.247483984, 0.096652247, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  457. o19.Part0 = o2
  458. o19.Part1 = o16
  459. o20.Name = "svatic6"
  460. o20.Parent = o1
  461. o20.Material = Enum.Material.SmoothPlastic
  462. o20.BrickColor = BrickColor.new("Really black")
  463. o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
  464. o20.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  465. o20.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  466. 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)
  467. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  468. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  469. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  470. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  471. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  472. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  473. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  474. o20.Position = Vector3.new(9.54831028, 1.05523241, -30.2259464)
  475. o20.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  476. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  477. o21.Parent = o20
  478. o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  479. o21.Scale = Vector3.new(0.999996185, 0.348996192, 0.0991418734)
  480. o22.Name = "qRelativeCFrameWeldValue"
  481. o22.Parent = o20
  482. o22.Value = CFrame.new(0, 0.0607795715, -0.231582642, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  483. o23.Name = "qCFrameWeldThingy"
  484. o23.Parent = o20
  485. o23.C1 = CFrame.new(0, 0.0726053864, -0.276641428, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  486. o23.Part0 = o2
  487. o23.Part1 = o20
  488. o24.Name = "svatic7"
  489. o24.Parent = o1
  490. o24.Material = Enum.Material.SmoothPlastic
  491. o24.BrickColor = BrickColor.new("Really black")
  492. o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
  493. o24.Rotation = Vector3.new(34.4199982, -4.80000019, 153.710007)
  494. o24.Size = Vector3.new(0.831344962, 0.831338942, 0.831339061)
  495. 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)
  496. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  497. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  498. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  499. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  500. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  501. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  502. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  503. o24.Position = Vector3.new(9.53892517, 1.21178222, -30.6091824)
  504. o24.Orientation = Vector3.new(34.2900009, -5.82000017, 150.419998)
  505. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  506. o25.Parent = o24
  507. o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  508. o25.Scale = Vector3.new(0.999996185, 0.100022063, 0.348278195)
  509. o26.Name = "qRelativeCFrameWeldValue"
  510. o26.Parent = o24
  511. o26.Value = CFrame.new(0, -0.0209236145, 0.105287552, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  512. o27.Name = "qCFrameWeldThingy"
  513. o27.Parent = o24
  514. o27.C1 = CFrame.new(0, -0.0249946993, 0.125773236, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  515. o27.Part0 = o2
  516. o27.Part1 = o24
  517. o28.Name = "Right Arm"
  518. o28.Parent = o1
  519. o28.Material = Enum.Material.SmoothPlastic
  520. o28.BrickColor = BrickColor.new("Really black")
  521. o28.Transparency = 1
  522. o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
  523. o28.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
  524. o28.FormFactor = Enum.FormFactor.Symmetric
  525. o28.Size = Vector3.new(2.09252977, 1.04626489, 1.04626489)
  526. 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)
  527. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  528. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  529. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  530. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  531. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  532. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  533. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  534. o28.Position = Vector3.new(9.33767605, 1.24664795, -30.4727879)
  535. o28.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
  536. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  537. weldtoarm.Parent = o28
  538. weldtoarm.Part0 = o28
  539. weldtoarm.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  540. weldtoarm.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(1.55, math.pi, 1.55)
  541. o29.Name = "qRelativeCFrameWeldValue"
  542. o29.Parent = o28
  543. 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)
  544. o30.Name = "qCFrameWeldThingy"
  545. o30.Parent = o28
  546. 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)
  547. o30.Part0 = o2
  548. o30.Part1 = o28
  549. o31.Name = "Armlet1"
  550. o31.Parent = o1
  551. o31.Material = Enum.Material.SmoothPlastic
  552. o31.BrickColor = BrickColor.new("Bright red")
  553. o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
  554. o31.Rotation = Vector3.new(114.800003, 63.2999992, -39.2599983)
  555. o31.FormFactor = Enum.FormFactor.Symmetric
  556. o31.Size = Vector3.new(1.01487708, 1.06719005, 1.0985781)
  557. 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)
  558. o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  559. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  560. o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  561. o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  562. o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  563. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  564. o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  565. o31.Position = Vector3.new(9.33325005, 1.22114551, -30.4663391)
  566. o31.Orientation = Vector3.new(24.0699997, 101.910004, 78.0899963)
  567. o31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  568. o32.Name = "qRelativeCFrameWeldValue"
  569. o32.Parent = o31
  570. 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)
  571. o33.Name = "qCFrameWeldThingy"
  572. o33.Parent = o31
  573. 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)
  574. o33.Part0 = o2
  575. o33.Part1 = o31
  576. o34.Name = "Armlet2"
  577. o34.Parent = o1
  578. o34.Material = Enum.Material.SmoothPlastic
  579. o34.BrickColor = BrickColor.new("Institutional white")
  580. o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
  581. o34.Rotation = Vector3.new(-11.3299999, 16.5200005, 158.729996)
  582. o34.Shape = Enum.PartType.Cylinder
  583. o34.Size = Vector3.new(0.238913804, 1.0253396, 1.04626489)
  584. 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)
  585. o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  586. o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  587. o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  588. o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  589. o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  590. o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  591. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  592. o34.Position = Vector3.new(9.74531078, 1.04955149, -30.5565758)
  593. o34.Orientation = Vector3.new(-10.8599997, 16.8299999, 155.460007)
  594. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  595. o35.Parent = o34
  596. o35.Scale = Vector3.new(0.875851333, 1, 1)
  597. o35.MeshType = Enum.MeshType.Cylinder
  598. o35.Scale = Vector3.new(0.875851333, 1, 1)
  599. o36.Name = "qRelativeCFrameWeldValue"
  600. o36.Parent = o34
  601. o36.Value = CFrame.new(0.201436996, -0.00654327869, 0.0187721252, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
  602. o37.Name = "qCFrameWeldThingy"
  603. o37.Parent = o34
  604. o37.C1 = CFrame.new(0.240630388, -0.00781639758, 0.0224245973, 1, 0, 0, 0, 0.642790794, 0.766052902, 0, -0.766052902, 0.642790794)
  605. o37.Part0 = o2
  606. o37.Part1 = o34
  607.  
  608. local o1 = Instance.new("Model")
  609. local o2 = Instance.new("Part")
  610. local o3 = Instance.new("BlockMesh")
  611. local o4 = Instance.new("Part")
  612. local o5 = Instance.new("CylinderMesh")
  613. local o6 = Instance.new("Weld")
  614. local o7 = Instance.new("CFrameValue")
  615. local o8 = Instance.new("Part")
  616. local o9 = Instance.new("Weld")
  617. local o10 = Instance.new("CFrameValue")
  618. local o11 = Instance.new("Part")
  619. local o12 = Instance.new("Weld")
  620. local o13 = Instance.new("CFrameValue")
  621. local o14 = Instance.new("Part")
  622. local o15 = Instance.new("Weld")
  623. local o16 = Instance.new("CFrameValue")
  624. local o17 = Instance.new("Part")
  625. local o18 = Instance.new("Weld")
  626. local o19 = Instance.new("CFrameValue")
  627. local o20 = Instance.new("Part")
  628. local o21 = Instance.new("CylinderMesh")
  629. local o22 = Instance.new("Weld")
  630. local o23 = Instance.new("CFrameValue")
  631. local o24 = Instance.new("Part")
  632. local o25 = Instance.new("SpecialMesh")
  633. local o26 = Instance.new("Weld")
  634. local o27 = Instance.new("CFrameValue")
  635. local o28 = Instance.new("Part")
  636. local o29 = Instance.new("CylinderMesh")
  637. local o30 = Instance.new("Weld")
  638. local o31 = Instance.new("CFrameValue")
  639. local o32 = Instance.new("Part")
  640. local o33 = Instance.new("CylinderMesh")
  641. local o34 = Instance.new("Weld")
  642. local o35 = Instance.new("CFrameValue")
  643. local o36 = Instance.new("Part")
  644. local o37 = Instance.new("CylinderMesh")
  645. local o38 = Instance.new("Weld")
  646. local o39 = Instance.new("CFrameValue")
  647. o1.Name = "Comms"
  648. o1.Parent = game.Players.LocalPlayer.Character
  649. o2.Name = "Middle"
  650. o2.Parent = o1
  651. o2.BrickColor = BrickColor.new("Earth green")
  652. o2.Transparency = 1
  653. o2.Position = Vector3.new(-151.377625, 7.23252487, -20.0267048)
  654. o2.Rotation = Vector3.new(-179.979996, 0.0500000007, 179.940002)
  655. o2.CanCollide = false
  656. o2.FormFactor = Enum.FormFactor.Symmetric
  657. o2.Size = Vector3.new(2, 2, 1)
  658. o2.CFrame = CFrame.new(-151.377625, 7.23252487, -20.0267048, -0.999998927, -0.00113316474, 0.000926469686, -0.00113288034, 0.999999285, 0.000307338516, -0.000926817302, 0.000306287926, -0.999999523)
  659. o2.LeftSurface = Enum.SurfaceType.Weld
  660. o2.RightSurface = Enum.SurfaceType.Weld
  661. o2.Color = Color3.new(0.152941, 0.27451, 0.176471)
  662. o2.Position = Vector3.new(-151.377625, 7.23252487, -20.0267048)
  663. o2.Orientation = Vector3.new(-0.0199999996, 179.949997, -0.0599999987)
  664. o2.Color = Color3.new(0.152941, 0.27451, 0.176471)
  665. o3.Parent = o2
  666. o3.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  667. o3.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  668. o4.Parent = o1
  669. o4.BrickColor = BrickColor.new("Earth green")
  670. o4.Reflectance = 0.10000000149012
  671. o4.Position = Vector3.new(-151.776779, 7.73249578, -21.4468441)
  672. o4.Rotation = Vector3.new(90.0199966, 0.0599999987, -179.949997)
  673. o4.FormFactor = Enum.FormFactor.Plate
  674. o4.Size = Vector3.new(1, 0.400000006, 1)
  675. o4.CFrame = CFrame.new(-151.776779, 7.73249578, -21.4468441, -0.999998927, 0.000926513458, 0.00113316474, -0.00113288034, 0.000307294977, -0.999999285, -0.000926861016, -0.999999523, -0.000306244096)
  676. o4.Color = Color3.new(0.152941, 0.27451, 0.176471)
  677. o4.Position = Vector3.new(-151.776779, 7.73249578, -21.4468441)
  678. o4.Orientation = Vector3.new(89.9300003, 105.120003, -74.8199997)
  679. o4.Color = Color3.new(0.152941, 0.27451, 0.176471)
  680. o5.Parent = o4
  681. o5.Scale = Vector3.new(0.600000024, 1, 0.600000024)
  682. o5.Scale = Vector3.new(0.600000024, 1, 0.600000024)
  683. o6.Name = "qCFrameWeldThingy"
  684. o6.Parent = o4
  685. o6.C1 = CFrame.new(-0.399902344, -1.41992188, 0.499987841, 1, 1.08112734e-18, 4.37113883e-08, -4.37113883e-08, -4.35959713e-08, 1, 1.77635684e-15, -1, -4.38268053e-08)
  686. o6.Part0 = o2
  687. o6.Part1 = o4
  688. o7.Name = "qRelativeCFrameWeldValue"
  689. o7.Parent = o4
  690. o7.Value = CFrame.new(-0.399902344, -1.41992188, 0.499987841, 1, 1.08112734e-18, 4.37113883e-08, -4.37113883e-08, -4.35959713e-08, 1, 1.77635684e-15, -1, -4.38268053e-08)
  691. o8.Parent = o1
  692. o8.BrickColor = BrickColor.new("Earth green")
  693. o8.Position = Vector3.new(-151.27684, 7.53296614, -21.1266136)
  694. o8.Rotation = Vector3.new(-179.979996, 0.0500000007, 179.940002)
  695. o8.FormFactor = Enum.FormFactor.Plate
  696. o8.Size = Vector3.new(1, 1.60000002, 1)
  697. o8.CFrame = CFrame.new(-151.27684, 7.53296614, -21.1266136, -0.999998927, -0.00113316474, 0.000926513399, -0.00113288034, 0.999999285, 0.000307338691, -0.000926861016, 0.00030628781, -0.999999523)
  698. o8.BottomSurface = Enum.SurfaceType.Smooth
  699. o8.TopSurface = Enum.SurfaceType.Smooth
  700. o8.Color = Color3.new(0.152941, 0.27451, 0.176471)
  701. o8.Position = Vector3.new(-151.27684, 7.53296614, -21.1266136)
  702. o8.Orientation = Vector3.new(-0.0199999996, 179.949997, -0.0599999987)
  703. o8.Color = Color3.new(0.152941, 0.27451, 0.176471)
  704. o9.Name = "qCFrameWeldThingy"
  705. o9.Parent = o8
  706. o9.C1 = CFrame.new(0.100097656, -0.299989939, -1.10009384, 1, 1.08112734e-18, 4.37113883e-08, 2.04119781e-27, 1, 1.15417023e-10, -4.37113883e-08, 1.15417037e-10, 1)
  707. o9.Part0 = o2
  708. o9.Part1 = o8
  709. o10.Name = "qRelativeCFrameWeldValue"
  710. o10.Parent = o8
  711. o10.Value = CFrame.new(0.100097656, -0.299989939, -1.10009384, 1, 1.08112734e-18, 4.37113883e-08, 2.04119781e-27, 1, 1.15417023e-10, -4.37113883e-08, 1.15417037e-10, 1)
  712. o11.Parent = o1
  713. o11.BrickColor = BrickColor.new("Earth green")
  714. o11.Position = Vector3.new(-151.276505, 7.23289824, -21.1267052)
  715. o11.Rotation = Vector3.new(-179.979996, 0.0500000007, 179.940002)
  716. o11.FormFactor = Enum.FormFactor.Plate
  717. o11.Size = Vector3.new(2, 2, 1)
  718. o11.CFrame = CFrame.new(-151.276505, 7.23289824, -21.1267052, -0.999998927, -0.00113316474, 0.000926513399, -0.00113288034, 0.999999285, 0.000307338458, -0.000926861016, 0.000306288042, -0.999999523)
  719. o11.BottomSurface = Enum.SurfaceType.Smooth
  720. o11.TopSurface = Enum.SurfaceType.Smooth
  721. o11.Color = Color3.new(0.152941, 0.27451, 0.176471)
  722. o11.Position = Vector3.new(-151.276505, 7.23289824, -21.1267052)
  723. o11.Orientation = Vector3.new(-0.0199999996, 179.949997, -0.0599999987)
  724. o11.Color = Color3.new(0.152941, 0.27451, 0.176471)
  725. o12.Name = "qCFrameWeldThingy"
  726. o12.Parent = o11
  727. o12.C1 = CFrame.new(0.100097656, 7.82012939e-05, -1.10009384, 1, 1.08112734e-18, 4.37113883e-08, 2.04119781e-27, 1, 1.15417023e-10, -4.37113883e-08, 1.15417037e-10, 1)
  728. o12.Part0 = o2
  729. o12.Part1 = o11
  730. o13.Name = "qRelativeCFrameWeldValue"
  731. o13.Parent = o11
  732. o13.Value = CFrame.new(0.100097656, 7.82012939e-05, -1.10009384, 1, 1.08112734e-18, 4.37113883e-08, 2.04119781e-27, 1, 1.15417023e-10, -4.37113883e-08, 1.15417037e-10, 1)
  733. o14.Parent = o1
  734. o14.BrickColor = BrickColor.new("Earth green")
  735. o14.Position = Vector3.new(-150.877518, 8.03345966, -21.1260891)
  736. o14.Rotation = Vector3.new(-179.979996, 0.0500000007, 179.940002)
  737. o14.FormFactor = Enum.FormFactor.Plate
  738. o14.Size = Vector3.new(1, 0.400000006, 1)
  739. o14.CFrame = CFrame.new(-150.877518, 8.03345966, -21.1260891, -0.999998927, -0.00113316474, 0.000926513399, -0.00113288034, 0.999999285, 0.000307338691, -0.000926861016, 0.00030628781, -0.999999523)
  740. o14.BottomSurface = Enum.SurfaceType.Smooth
  741. o14.TopSurface = Enum.SurfaceType.Smooth
  742. o14.Color = Color3.new(0.152941, 0.27451, 0.176471)
  743. o14.Position = Vector3.new(-150.877518, 8.03345966, -21.1260891)
  744. o14.Orientation = Vector3.new(-0.0199999996, 179.949997, -0.0599999987)
  745. o14.Color = Color3.new(0.152941, 0.27451, 0.176471)
  746. o15.Name = "qCFrameWeldThingy"
  747. o15.Parent = o14
  748. o15.C1 = CFrame.new(0.5, -0.800030947, -1.10009384, 1, 1.08112734e-18, 4.37113883e-08, 2.04119781e-27, 1, 1.15417023e-10, -4.37113883e-08, 1.15417037e-10, 1)
  749. o15.Part0 = o2
  750. o15.Part1 = o14
  751. o16.Name = "qRelativeCFrameWeldValue"
  752. o16.Parent = o14
  753. o16.Value = CFrame.new(0.5, -0.800030947, -1.10009384, 1, 1.08112734e-18, 4.37113883e-08, 2.04119781e-27, 1, 1.15417023e-10, -4.37113883e-08, 1.15417037e-10, 1)
  754. o17.Parent = o1
  755. o17.BrickColor = BrickColor.new("Dark stone grey")
  756. o17.Position = Vector3.new(-151.772415, 8.032444, -21.1219177)
  757. o17.Rotation = Vector3.new(-179.979996, 0.0500000007, 179.940002)
  758. o17.FormFactor = Enum.FormFactor.Plate
  759. o17.Size = Vector3.new(0.99000001, 0.404081643, 0.980204105)
  760. o17.CFrame = CFrame.new(-151.772415, 8.032444, -21.1219177, -0.999998927, -0.00113316474, 0.000926513399, -0.00113288034, 0.999999285, 0.000307338691, -0.000926861016, 0.00030628781, -0.999999523)
  761. o17.BottomSurface = Enum.SurfaceType.Smooth
  762. o17.TopSurface = Enum.SurfaceType.Smooth
  763. o17.Color = Color3.new(0.388235, 0.372549, 0.384314)
  764. o17.Position = Vector3.new(-151.772415, 8.032444, -21.1219177)
  765. o17.Orientation = Vector3.new(-0.0199999996, 179.949997, -0.0599999987)
  766. o17.Color = Color3.new(0.388235, 0.372549, 0.384314)
  767. o18.Name = "qCFrameWeldThingy"
  768. o18.Parent = o17
  769. o18.C1 = CFrame.new(-0.394897461, -0.800030947, -1.09509277, 1, 1.08112734e-18, 4.37113883e-08, 2.04119781e-27, 1, 1.15417023e-10, -4.37113883e-08, 1.15417037e-10, 1)
  770. o18.Part0 = o2
  771. o18.Part1 = o17
  772. o19.Name = "qRelativeCFrameWeldValue"
  773. o19.Parent = o17
  774. o19.Value = CFrame.new(-0.394897461, -0.800030947, -1.09509277, 1, 1.08112734e-18, 4.37113883e-08, 2.04119781e-27, 1, 1.15417023e-10, -4.37113883e-08, 1.15417037e-10, 1)
  775. o20.Parent = o1
  776. o20.BrickColor = BrickColor.new("Earth green")
  777. o20.Reflectance = 0.10000000149012
  778. o20.Position = Vector3.new(-151.957703, 8.13224411, -21.1270599)
  779. o20.Rotation = Vector3.new(0.0199999996, -0.0500000007, -179.940002)
  780. o20.FormFactor = Enum.FormFactor.Plate
  781. o20.Size = Vector3.new(1, 0.400000006, 1)
  782. o20.CFrame = CFrame.new(-151.957703, 8.13224411, -21.1270599, -0.999998927, 0.00113316486, -0.000926513225, -0.00113288034, -0.999999285, -0.000307489681, -0.000926861016, -0.0003064388, 0.999999523)
  783. o20.Color = Color3.new(0.152941, 0.27451, 0.176471)
  784. o20.Position = Vector3.new(-151.957703, 8.13224411, -21.1270599)
  785. o20.Orientation = Vector3.new(0.0199999996, -0.0500000007, -179.940002)
  786. o20.Color = Color3.new(0.152941, 0.27451, 0.176471)
  787. o21.Parent = o20
  788. o21.Scale = Vector3.new(0.600000024, 1, 0.600000024)
  789. o21.Scale = Vector3.new(0.600000024, 1, 0.600000024)
  790. o22.Name = "qCFrameWeldThingy"
  791. o22.Parent = o20
  792. o22.C1 = CFrame.new(-0.580078125, 0.900038958, 1.10009384, 1, 1.08112734e-18, 4.37113883e-08, -7.10542736e-15, -1, 1.5088041e-07, 4.37113883e-08, -1.51111195e-07, -1)
  793. o22.Part0 = o2
  794. o22.Part1 = o20
  795. o23.Name = "qRelativeCFrameWeldValue"
  796. o23.Parent = o20
  797. o23.Value = CFrame.new(-0.580078125, 0.900038958, 1.10009384, 1, 1.08112734e-18, 4.37113883e-08, -7.10542736e-15, -1, 1.5088041e-07, 4.37113883e-08, -1.51111195e-07, -1)
  798. o24.Parent = o1
  799. o24.BrickColor = BrickColor.new("Black")
  800. o24.Reflectance = 0.10000000149012
  801. o24.Position = Vector3.new(-150.789215, 9.40421486, -21.1255875)
  802. o24.Rotation = Vector3.new(129.289993, -89.9199982, 129.270004)
  803. o24.FormFactor = Enum.FormFactor.Custom
  804. o24.Size = Vector3.new(1, 2.14000082, 0.200000003)
  805. o24.CFrame = CFrame.new(-150.789215, 9.40421486, -21.1255875, -0.000926469686, -0.00113316474, -0.999998927, -0.000307338632, 0.999999285, -0.00113288034, 0.999999523, 0.00030628781, -0.000926817302)
  806. o24.Color = Color3.new(0.105882, 0.164706, 0.207843)
  807. o24.Position = Vector3.new(-150.789215, 9.40421486, -21.1255875)
  808. o24.Orientation = Vector3.new(0.0599999987, -90.0500031, -0.0199999996)
  809. o24.Color = Color3.new(0.105882, 0.164706, 0.207843)
  810. o25.Parent = o24
  811. o25.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  812. o25.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  813. o26.Name = "qCFrameWeldThingy"
  814. o26.Parent = o24
  815. 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)
  816. o26.Part0 = o2
  817. o26.Part1 = o24
  818. o27.Name = "qRelativeCFrameWeldValue"
  819. o27.Parent = o24
  820. 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)
  821. o28.Parent = o1
  822. o28.BrickColor = BrickColor.new("Really black")
  823. o28.Reflectance = 0.10000000149012
  824. o28.Position = Vector3.new(-151.176376, 7.53320551, -21.5361881)
  825. o28.Rotation = Vector3.new(129.289993, -89.9199982, -140.729996)
  826. o28.FormFactor = Enum.FormFactor.Custom
  827. o28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  828. o28.CFrame = CFrame.new(-151.176376, 7.53320551, -21.5361881, -0.00113312108, 0.000926513458, -0.999998927, 0.999999285, 0.000307294977, -0.00113283668, 0.000306244125, -0.999999523, -0.000926861016)
  829. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  830. o28.Position = Vector3.new(-151.176376, 7.53320551, -21.5361881)
  831. o28.Orientation = Vector3.new(0.0599999987, -90.0500031, 89.9800034)
  832. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  833. o29.Parent = o28
  834. o29.Scale = Vector3.new(1.20000005, 1, 1.20000005)
  835. o29.Scale = Vector3.new(1.20000005, 1, 1.20000005)
  836. o30.Name = "qCFrameWeldThingy"
  837. o30.Parent = o28
  838. o30.C1 = CFrame.new(-0.299989939, -1.50976181, 0.200195313, -4.37113883e-08, 1, 4.38268017e-08, -4.37113883e-08, -4.35959713e-08, 1, 1, 4.37113883e-08, 4.37113918e-08)
  839. o30.Part0 = o2
  840. o30.Part1 = o28
  841. o31.Name = "qRelativeCFrameWeldValue"
  842. o31.Parent = o28
  843. o31.Value = CFrame.new(-0.299989939, -1.50976181, 0.200195313, -4.37113883e-08, 1, 4.38268017e-08, -4.37113883e-08, -4.35959713e-08, 1, 1, 4.37113883e-08, 4.37113918e-08)
  844. o32.Parent = o1
  845. o32.BrickColor = BrickColor.new("Earth green")
  846. o32.Reflectance = 0.10000000149012
  847. o32.Position = Vector3.new(-150.777847, 8.3335619, -21.1258106)
  848. o32.Rotation = Vector3.new(129.289993, -89.9199982, 129.270004)
  849. o32.FormFactor = Enum.FormFactor.Custom
  850. o32.Size = Vector3.new(1.20000005, 0.200000003, 1.20000005)
  851. o32.CFrame = CFrame.new(-150.777847, 8.3335619, -21.1258106, -0.000926469686, -0.00113316474, -0.999998927, -0.000307338574, 0.999999285, -0.00113288034, 0.999999523, 0.000306287868, -0.000926817302)
  852. o32.Color = Color3.new(0.152941, 0.27451, 0.176471)
  853. o32.Position = Vector3.new(-150.777847, 8.3335619, -21.1258106)
  854. o32.Orientation = Vector3.new(0.0599999987, -90.0500031, -0.0199999996)
  855. o32.Color = Color3.new(0.152941, 0.27451, 0.176471)
  856. o33.Parent = o32
  857. o33.Scale = Vector3.new(0.300000012, 1, 0.300000012)
  858. o33.Scale = Vector3.new(0.300000012, 1, 0.300000012)
  859. o34.Name = "qCFrameWeldThingy"
  860. o34.Parent = o32
  861. 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)
  862. o34.Part0 = o2
  863. o34.Part1 = o32
  864. o35.Name = "qRelativeCFrameWeldValue"
  865. o35.Parent = o32
  866. 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)
  867. o36.Parent = o1
  868. o36.BrickColor = BrickColor.new("Really black")
  869. o36.Reflectance = 0.10000000149012
  870. o36.Position = Vector3.new(-150.776917, 7.53366423, -21.5563297)
  871. o36.Rotation = Vector3.new(129.289993, -89.9199982, -140.729996)
  872. o36.FormFactor = Enum.FormFactor.Custom
  873. o36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  874. o36.CFrame = CFrame.new(-150.776917, 7.53366423, -21.5563297, -0.00113312108, 0.000926513458, -0.999998927, 0.999999285, 0.000307294977, -0.00113283668, 0.000306244125, -0.999999523, -0.000926861016)
  875. o36.BottomSurface = Enum.SurfaceType.Smooth
  876. o36.TopSurface = Enum.SurfaceType.Smooth
  877. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  878. o36.Position = Vector3.new(-150.776917, 7.53366423, -21.5563297)
  879. o36.Orientation = Vector3.new(0.0599999987, -90.0500031, 89.9800034)
  880. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  881. o37.Parent = o36
  882. o37.Scale = Vector3.new(1.20000005, 1, 1.20000005)
  883. o37.Scale = Vector3.new(1.20000005, 1, 1.20000005)
  884. o38.Name = "qCFrameWeldThingy"
  885. o38.Parent = o36
  886. o38.C1 = CFrame.new(-0.299989939, -1.53027344, 0.599624634, -4.37113883e-08, 1, 4.38268017e-08, -4.37113883e-08, -4.35959713e-08, 1, 1, 4.37113883e-08, 4.37113918e-08)
  887. o38.Part0 = o2
  888. o38.Part1 = o36
  889. o39.Name = "qRelativeCFrameWeldValue"
  890. o39.Parent = o36
  891. o39.Value = CFrame.new(-0.299989939, -1.53027344, 0.599624634, -4.37113883e-08, 1, 4.38268017e-08, -4.37113883e-08, -4.35959713e-08, 1, 1, 4.37113883e-08, 4.37113918e-08)
  892. weldtounob = Instance.new("Weld")
  893. weldtounob.Parent = o2
  894. weldtounob.Part0 = game.Players.LocalPlayer.Character.Torso
  895. weldtounob.Part1 = o2
  896.  
  897. GasMask = true
  898. xd = Instance.new("Tool")
  899. xd.CanBeDropped = false
  900. xdd = Instance.new("Part")
  901. xddd = Instance.new("Part")
  902. xdddd = Instance.new("Part")
  903. xdddddddd = Instance.new("Part")
  904. xddddddddd = Instance.new("Part")
  905. xd0 = Instance.new("Part")
  906. xd.Name = "Mustang Gas to kill up jews"
  907. xd.Parent = game.Players.LocalPlayer.Backpack
  908. xdd.Parent = xd
  909. xdd.Material = Enum.Material.SmoothPlastic
  910. xdd.BrickColor = BrickColor.new("Deep orange")
  911. xdd.Position = Vector3.new(-9.08949184, 0.563135147, 33.200779)
  912. xdd.Rotation = Vector3.new(-0, 0, -90)
  913. xdd.CanCollide = false
  914. xdd.Shape = Enum.PartType.Cylinder
  915. xdd.Size = Vector3.new(0.26000011, 0.819999993, 1)
  916. xdd.CFrame = CFrame.new(-9.08949184, 0.563135147, 33.200779, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  917. xdd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  918. xdd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  919. xdd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  920. xdd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  921. xdd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  922. xdd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  923. xdd.Color = Color3.new(255,0,0)
  924. xddd.Parent = xd
  925. xddd.Material = Enum.Material.SmoothPlastic
  926. xddd.BrickColor = BrickColor.new("Really black")
  927. xddd.Position = Vector3.new(-9.09000397, 0.615009904, 33.2000046)
  928. xddd.Rotation = Vector3.new(-0, 0, 90)
  929. xddd.CanCollide = false
  930. xddd.Shape = Enum.PartType.Cylinder
  931. xddd.Size = Vector3.new(1.21000016, 0.799999952, 1)
  932. xddd.CFrame = CFrame.new(-9.09000397, 0.615009904, 33.2000046, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  933. xddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  934. xddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  935. xddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  936. xddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  937. xddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  938. xddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  939. xddd.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  940. xdddd.Parent = xd
  941. xdddd.Material = Enum.Material.SmoothPlastic
  942. xdddd.BrickColor = BrickColor.new("Dark stone grey")
  943. xdddd.Position = Vector3.new(-9.09270954, 1.33200657, 33.2021408)
  944. xdddd.CanCollide = false
  945. xdddd.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  946. xdddd.CFrame = CFrame.new(-9.09270954, 1.33200657, 33.2021408, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  947. xdddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  948. xdddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  949. xdddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  950. xdddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  951. xdddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  952. xdddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  953. xdddd.Color = Color3.new(0.388235, 0.372549, 0.384314)
  954. smoek = Instance.new("ParticleEmitter")
  955. smoek.Name = "Smoke"
  956. smoek.Parent = xdddd
  957. smoek.Size = NumberSequence.new(8,8)
  958. smoek.Texture = "rbxassetid://249338959"
  959. smoek.Acceleration = Vector3.new(0, 10, 0)
  960. smoek.Lifetime = NumberRange.new(.5,.5)
  961. smoek.Rate = 2421341231324523975762387562389754623985628975462398546293875692389745623987562938765238975628
  962. smoek.RotSpeed = NumberRange.new(300,300)
  963. smoek.Speed = NumberRange.new(40,40)
  964. smoek.VelocitySpread = 15000
  965. smoek.Transparency = NumberSequence.new(.8,.9)
  966. xdddddddd.Parent = xd
  967. xdddddddd.Material = Enum.Material.SmoothPlastic
  968. xdddddddd.BrickColor = BrickColor.new("Deep orange")
  969. xdddddddd.Position = Vector3.new(-9.08949184, 0.899091303, 33.200779)
  970. xdddddddd.Rotation = Vector3.new(-0, 0, 90)
  971. xdddddddd.CanCollide = false
  972. xdddddddd.Shape = Enum.PartType.Cylinder
  973. xdddddddd.Size = Vector3.new(0.200000003, 0.819999993, 1)
  974. xdddddddd.CFrame = CFrame.new(-9.08949184, 0.899091303, 33.200779, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  975. xdddddddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  976. xdddddddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  977. xdddddddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  978. xdddddddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  979. xdddddddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  980. xdddddddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  981. xdddddddd.Color = Color3.new(255,0,0)
  982. xddddddddd.Parent = xd
  983. xddddddddd.Material = Enum.Material.SmoothPlastic
  984. xddddddddd.BrickColor = BrickColor.new("Black")
  985. xddddddddd.Position = Vector3.new(-9.09270954, 1.26311076, 33.2003593)
  986. xddddddddd.Rotation = Vector3.new(-0, 0, 90)
  987. xddddddddd.CanCollide = false
  988. xddddddddd.Shape = Enum.PartType.Cylinder
  989. xddddddddd.Size = Vector3.new(0.200000003, 0.799999952, 0.540000021)
  990. xddddddddd.CFrame = CFrame.new(-9.09270954, 1.26311076, 33.2003593, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  991. xddddddddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  992. xddddddddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  993. xddddddddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  994. xddddddddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  995. xddddddddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  996. xddddddddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  997. xddddddddd.Color = Color3.new(0.105882, 0.164706, 0.207843)
  998. xd0.Name = "Handle"
  999. xd0.Parent = xd
  1000. xd0.BrickColor = BrickColor.new("Earth green")
  1001. xd0.Transparency = 1
  1002. xd0.Position = Vector3.new(-9.11234188, 0.5, 33.1982155)
  1003. xd0.Rotation = Vector3.new(0, 90, 0)
  1004. xd0.CanCollide = false
  1005. xd0.FormFactor = Enum.FormFactor.Custom
  1006. xd0.Size = Vector3.new(0.800000131, 0.920000255, 0.799998164)
  1007. xd0.CFrame = CFrame.new(-9.11234188, 0.5, 33.1982155, -0, 0, 1, 0, 1, 0, -1, 0, 0)
  1008. xd0.BottomSurface = Enum.SurfaceType.Smooth
  1009. xd0.TopSurface = Enum.SurfaceType.Smooth
  1010. xd0.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1011. KILLPART = Instance.new("Part")
  1012. KILLPART.Size = Vector3.new(32,32,32)
  1013. KILLPART.Name = "TOUCHPART"
  1014. KILLPART.Anchored = true
  1015. KILLPART.BrickColor = BrickColor.new("Black")
  1016. KILLPART.Transparency = 1
  1017. KILLPART.CanCollide = false
  1018. KILLPART.CFrame = xd0.CFrame
  1019. KILLPART.Parent = game.Players.LocalPlayer.Character
  1020. KILLPART.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1021. Gas = Instance.new("Sound")
  1022. Gas.Parent = xd0
  1023. Gas.Volume = 0.1
  1024. Gas.Looped = true
  1025. Gas.SoundId = "http://www.roblox.com/asset/?id=137065982"
  1026. Gas.Pitch = 1
  1027. Gas.Name = "Sound"
  1028. ison = false
  1029. function Weld(x,y)
  1030. local W = Instance.new("Weld")
  1031. W.Part0 = x
  1032. W.Part1 = y
  1033. local CJ = CFrame.new(x.Position)
  1034. local C0 = x.CFrame:inverse()*CJ
  1035. local C1 = y.CFrame:inverse()*CJ
  1036. W.C0 = C0
  1037. W.C1 = C1
  1038. W.Parent = x
  1039. end
  1040.  
  1041. function Get(A)
  1042. if A.className == "Part" then
  1043. Weld(xd.Handle, A)
  1044. A.Anchored = false
  1045. A.CanCollide = true
  1046. else
  1047. local C = A:GetChildren()
  1048. for i=1, #C do
  1049. Get(C[i])
  1050. end
  1051. end
  1052. end
  1053.  
  1054. function Finale()
  1055. Get(xd)
  1056. end
  1057. function XDdd ()
  1058. ison = true
  1059. GAS = true
  1060. chatfunc("Erlöschen schlampe!")
  1061. wait()
  1062. rwe = Instance.new("Weld")
  1063. rwe.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1064. rwe.Name = "WELDTOURARMLOL"
  1065. rwe.Part0 = game.Players.LocalPlayer.Character["Torso"]
  1066. rwe.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1067. 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)
  1068. wait()
  1069. repeat
  1070. wait()
  1071. aa=game.Players.LocalPlayer.Character["Right Arm"].RightGrip:Clone()
  1072. aa.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1073. until rwe == nil
  1074. end
  1075. function Xddd ()
  1076. ison = false
  1077. GAS = false
  1078. game.Players.LocalPlayer.Character["Right Arm"].WELDTOURARMLOL:Destroy()
  1079. rmweld= Instance.new("Motor6D")
  1080. rmweld.Parent = game.Players.LocalPlayer.Character["Torso"]
  1081. rmweld.Part0 = game.Players.LocalPlayer.Character["Torso"]
  1082. rmweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1083. rmweld.Name = "Right Shoulder"
  1084. rmweld.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1085. rmweld.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  1086. rmweld.MaxVelocity = 0.10000000149012
  1087. end function lol () xdg = true Gas.Playing = true KILLPART.Parent = game.Players.LocalPlayer.Character while xdg == true do wait() KILLPART.CFrame = xd0.CFrame end end
  1088. function Posijew ()
  1089. KILLPART.CFrame = xd0.CFrame
  1090. end function loln () KILLPART.Parent = game.Players.LocalPlayer.Character Gas.Playing = false xdg = false end
  1091. xdg = false
  1092. xd.Equipped:connect(XDdd)
  1093. xd.Unequipped:connect(Xddd)
  1094. xd.Equipped:connect(Finale)
  1095. xd.Equipped:connect(lol)
  1096. xd.Unequipped:connect(loln)
  1097. xd.Unequipped:connect(Finale)
  1098. Finale()
  1099. function Kill (Part)
  1100. if GAS == true then
  1101. for i,v in pairs(Part.Parent:GetChildren()) do
  1102. if v:IsA("Humanoid") then
  1103. if v.Name == "Dick" then
  1104. else
  1105. v.Health = 0 end
  1106. end end
  1107. end end
  1108. KILLPART.Touched:connect(Kill)
  1109. if GasMask == true then
  1110. o1 = Instance.new("Model")
  1111. o2 = Instance.new("Part")
  1112. o3 = Instance.new("SpecialMesh")
  1113. o4 = Instance.new("Part")
  1114. o5 = Instance.new("Part")
  1115. o6 = Instance.new("Part")
  1116. o7 = Instance.new("SpecialMesh")
  1117. o8 = Instance.new("Part")
  1118. o9 = Instance.new("Part")
  1119. o10 = Instance.new("SpecialMesh")
  1120. o11 = Instance.new("Part")
  1121. o12 = Instance.new("Part")
  1122. o13 = Instance.new("SpecialMesh")
  1123. o14 = Instance.new("Part")
  1124. o15 = Instance.new("Part")
  1125. o16 = Instance.new("Part")
  1126. o17 = Instance.new("Part")
  1127. o1.Name = "MODEL"
  1128. o2.Name = "Middle"
  1129. o2.Parent = o1
  1130. o2.BrickColor = BrickColor.new("Pastel brown")
  1131. o2.Transparency = 1
  1132. o2.Position = Vector3.new(-13.5356159, 3.71991396, 50.2649117)
  1133. o2.Rotation = Vector3.new(-5.66336393, -89.7626114, -5.66246414)
  1134. o2.Anchored = true
  1135. o2.FormFactor = Enum.FormFactor.Custom
  1136. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1137. 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)
  1138. o2.BottomSurface = Enum.SurfaceType.Smooth
  1139. o2.TopSurface = Enum.SurfaceType.Smooth
  1140. o2.Color = Color3.new(1, 0.8, 0.6)
  1141. o3.Parent = o2
  1142. o3.Scale = Vector3.new(6.25, 6.25, 6.25)
  1143. o3.MeshType = Enum.MeshType.FileMesh
  1144. o4.Name = "Lense 1"
  1145. o4.Parent = o1
  1146. o4.Material = Enum.Material.Metal
  1147. o4.Transparency = 0.050000011920929
  1148. o4.Position = Vector3.new(-12.900528, 3.77991295, 50.5080605)
  1149. o4.Rotation = Vector3.new(-180, 20.6807137, -179.999985)
  1150. o4.Anchored = true
  1151. o4.CanCollide = false
  1152. o4.FormFactor = Enum.FormFactor.Custom
  1153. o4.Shape = Enum.PartType.Cylinder
  1154. o4.Size = Vector3.new(0.200000003, 0.320000023, 0.939999998)
  1155. 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)
  1156. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1157. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1158. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1159. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1160. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1161. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1162. o5.Name = "Lense2"
  1163. o5.Parent = o1
  1164. o5.Material = Enum.Material.Metal
  1165. o5.Transparency = 0.050000011920929
  1166. o5.Position = Vector3.new(-12.8961124, 3.77492094, 50.0302277)
  1167. o5.Rotation = Vector3.new(-180, -23.8323021, -179.999985)
  1168. o5.Anchored = true
  1169. o5.CanCollide = false
  1170. o5.FormFactor = Enum.FormFactor.Custom
  1171. o5.Shape = Enum.PartType.Cylinder
  1172. o5.Size = Vector3.new(0.200000003, 0.330000043, 0.99000001)
  1173. 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)
  1174. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1175. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1176. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1177. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1178. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1179. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1180. o6.Name = "Handle"
  1181. o6.Parent = o1
  1182. o6.Material = Enum.Material.Metal
  1183. o6.BrickColor = BrickColor.new("Really black")
  1184. o6.Position = Vector3.new(-12.8799381, 3.69992495, 50.2599869)
  1185. o6.Rotation = Vector3.new(-90, 9.97842108e-006, -89.9999008)
  1186. o6.Anchored = true
  1187. o6.CanCollide = false
  1188. o6.FormFactor = Enum.FormFactor.Plate
  1189. o6.Size = Vector3.new(1, 0.400000006, 1)
  1190. 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)
  1191. o6.BottomSurface = Enum.SurfaceType.Weld
  1192. o6.TopSurface = Enum.SurfaceType.Smooth
  1193. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1194. o7.Parent = o6
  1195. o7.MeshId = "http://www.roblox.com/asset/?id=5158270"
  1196. o7.Scale = Vector3.new(0.140000001, 0.170000002, 0.100000001)
  1197. o7.MeshType = Enum.MeshType.FileMesh
  1198. o8.Name = "Straps"
  1199. o8.Parent = o1
  1200. o8.Material = Enum.Material.Fabric
  1201. o8.BrickColor = BrickColor.new("Really black")
  1202. o8.Position = Vector3.new(-13.5199518, 3.48991394, 50.2599869)
  1203. o8.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, 89.9999924)
  1204. o8.Anchored = true
  1205. o8.CanCollide = false
  1206. o8.FormFactor = Enum.FormFactor.Custom
  1207. o8.Shape = Enum.PartType.Cylinder
  1208. o8.Size = Vector3.new(0.200000003, 1.49000013, 1.25999999)
  1209. 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)
  1210. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1211. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1212. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1214. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1215. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1216. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1217. o9.Name = "Ring2"
  1218. o9.Parent = o1
  1219. o9.BrickColor = BrickColor.new("Dark stone grey")
  1220. o9.Position = Vector3.new(-12.8061161, 3.77991295, 49.9993477)
  1221. o9.Rotation = Vector3.new(-1.48261315e-005, -66.1664276, -2.4695395e-005)
  1222. o9.Anchored = true
  1223. o9.CanCollide = false
  1224. o9.FormFactor = Enum.FormFactor.Custom
  1225. o9.Size = Vector3.new(0.600000024, 0.200000003, 1)
  1226. 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)
  1227. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1228. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1229. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1230. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1231. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1232. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1233. o9.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1234. o10.Parent = o9
  1235. o10.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1236. o10.Scale = Vector3.new(0.340000004, 0.300000012, 0.300000012)
  1237. o10.MeshType = Enum.MeshType.FileMesh
  1238. o11.Name = "Straps"
  1239. o11.Parent = o1
  1240. o11.Material = Enum.Material.Fabric
  1241. o11.BrickColor = BrickColor.new("Really black")
  1242. o11.Position = Vector3.new(-13.5199518, 4.00991392, 50.2599869)
  1243. o11.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, 89.9999924)
  1244. o11.Anchored = true
  1245. o11.CanCollide = false
  1246. o11.FormFactor = Enum.FormFactor.Custom
  1247. o11.Shape = Enum.PartType.Cylinder
  1248. o11.Size = Vector3.new(0.200000003, 1.49000013, 1.25999999)
  1249. 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)
  1250. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1251. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1252. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1257. o12.Name = "Ring1"
  1258. o12.Parent = o1
  1259. o12.BrickColor = BrickColor.new("Dark stone grey")
  1260. o12.Position = Vector3.new(-12.7999144, 3.76992106, 50.5299988)
  1261. o12.Rotation = Vector3.new(-179.999969, -69.3177338, -179.999985)
  1262. o12.Anchored = true
  1263. o12.CanCollide = false
  1264. o12.FormFactor = Enum.FormFactor.Custom
  1265. o12.Size = Vector3.new(0.600000024, 0.200000003, 1)
  1266. 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)
  1267. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1268. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1271. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. o12.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1274. o13.Parent = o12
  1275. o13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1276. o13.Scale = Vector3.new(0.340000004, 0.300000012, 0.300000012)
  1277. o13.MeshType = Enum.MeshType.FileMesh
  1278. o14.Name = "Breather"
  1279. o14.Parent = o1
  1280. o14.Material = Enum.Material.Metal
  1281. o14.BrickColor = BrickColor.new("Really black")
  1282. o14.Position = Vector3.new(-12.7419596, 3.69627094, 50.2550011)
  1283. o14.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, -39.5510521)
  1284. o14.Anchored = true
  1285. o14.CanCollide = false
  1286. o14.FormFactor = Enum.FormFactor.Custom
  1287. o14.Shape = Enum.PartType.Cylinder
  1288. o14.Size = Vector3.new(0.600000024, 0.340000093, 0.25000003)
  1289. 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)
  1290. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1291. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1292. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1293. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1294. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1296. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1297. o15.Name = "Breather123"
  1298. o15.Parent = o1
  1299. PENIS = o15
  1300. o15.Material = Enum.Material.Metal
  1301. o15.BrickColor = BrickColor.new("Really black")
  1302. o15.Position = Vector3.new(-12.5337915, 3.51434994, 50.2550011)
  1303. o15.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, -39.5510521)
  1304. o15.Anchored = true
  1305. o15.CanCollide = false
  1306. o15.FormFactor = Enum.FormFactor.Custom
  1307. o15.Shape = Enum.PartType.Cylinder
  1308. o15.Size = Vector3.new(0.200000003, 0.340000093, 0.350000024)
  1309. 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)
  1310. o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1311. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1312. o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1313. o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1314. o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1315. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1316. o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1317. o16.Name = "Breather"
  1318. o16.Parent = o1
  1319. o16.Material = Enum.Material.Metal
  1320. o16.BrickColor = BrickColor.new("Really black")
  1321. o16.Position = Vector3.new(-12.7920103, 3.39220095, 49.784256)
  1322. o16.Rotation = Vector3.new(10.8745985, 48.2677155, -21.6106548)
  1323. o16.Anchored = true
  1324. o16.CanCollide = false
  1325. o16.FormFactor = Enum.FormFactor.Custom
  1326. o16.Shape = Enum.PartType.Cylinder
  1327. o16.Size = Vector3.new(0.230000019, 0.540000081, 0.75)
  1328. 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)
  1329. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1330. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1331. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1332. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1333. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1334. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1335. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1336. o17.Name = "Breather"
  1337. o17.Parent = o1
  1338. o17.Material = Enum.Material.Metal
  1339. o17.BrickColor = BrickColor.new("Really black")
  1340. o17.Position = Vector3.new(-12.8723783, 3.42192006, 49.8816109)
  1341. o17.Rotation = Vector3.new(10.8745985, 48.2677155, -21.6106548)
  1342. o17.Anchored = true
  1343. o17.CanCollide = false
  1344. o17.FormFactor = Enum.FormFactor.Custom
  1345. o17.Shape = Enum.PartType.Cylinder
  1346. o17.Size = Vector3.new(0.370000005, 0.540000081, 0.310000002)
  1347. 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)
  1348. o17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1349. o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1350. o17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1351. o17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1352. o17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1353. o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1354. o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1355.  
  1356. function onTouched(hit)
  1357. local d = hit.Parent:GetChildren()
  1358. for i=1, #d do
  1359. if (d[i].className == "Hat") then
  1360. d[i]:remove()
  1361. end
  1362. end
  1363. if hit.Parent:findFirstChild("Dick") ~= nil and hit.Parent:findFirstChild("Face") == nil then
  1364. local g = o1:clone()
  1365. g.Parent = hit.Parent
  1366. local C = g:GetChildren()
  1367. for i=1, #C do
  1368. if C[i].className == "Part" then
  1369. local W = Instance.new("Weld")
  1370. W.Part0 = g.Middle
  1371. W.Part1 = C[i]
  1372. local CJ = CFrame.new(g.Middle.Position)
  1373. local C0 = g.Middle.CFrame:inverse()*CJ
  1374. local C1 = C[i].CFrame:inverse()*CJ
  1375. W.C0 = C0
  1376. W.C1 = C1
  1377. W.Parent = g.Middle
  1378. g.Middle.Transparency = 1
  1379. end
  1380. local Y = Instance.new("Weld")
  1381. Y.Part0 = hit.Parent.Head
  1382. Y.Part1 = g.Middle
  1383. Y.C0 = CFrame.new(0, 0, 0)
  1384. Y.Parent = Y.Part0
  1385. end
  1386.  
  1387. local h = g:GetChildren()
  1388. for i = 1, # h do
  1389. h[i].Anchored = false
  1390. h[i].CanCollide = false
  1391. end
  1392.  
  1393. end
  1394. end
  1395. onTouched(game.Players.LocalPlayer.Character.Head)
  1396. end
  1397.  
  1398. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(Nazikey)
  1399. if Nazikey == "q" and HEIL == false and Standby == false then
  1400. Standby = true
  1401. ao1 = Instance.new("Weld")
  1402. ao1.Name = "qCFrameWeldThingy"
  1403. ao1.Parent = game.Players.LocalPlayer.Character["Left Arm"]
  1404. ao1.C1 = CFrame.new(1.5, 0.670220256, 0.470133305, 1, 0, 0, 0, -0.340440512, 0.940266073, 0, -0.940266013, -0.340440542)
  1405. ao1.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1406. ao1.Part0 = game.Players.LocalPlayer.Character["Torso"]
  1407. chatfunc("HEIL ZE FÜHRER")
  1408. wait(1)
  1409. Standby = false
  1410. HEIL = true
  1411. end
  1412. end)
  1413.  
  1414.  
  1415. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(Nazikey)
  1416. if Nazikey == "q" and HEIL == true and Standby == false then
  1417. Standby = true
  1418. ao1:Destroy()
  1419.  
  1420. aso1 = Instance.new("Motor6D")
  1421. aso1.Name = "Left Shoulder"
  1422. aso1.Parent = game.Players.LocalPlayer.Character
  1423. aso1.Part0 = game.Players.LocalPlayer.Character["Torso"]
  1424. aso1.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1425. aso1.C0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1426. aso1.C1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1427. aso1.MaxVelocity = 0.10000000149012
  1428.  
  1429. wait(1)
  1430. Standby = false
  1431. HEIL = false
  1432. end
  1433. end)
  1434.  
  1435. function onChatted(msg)
  1436. chatfunc(msg)
  1437. end
  1438.  
  1439. game.Players.LocalPlayer.Chatted:connect(onChatted)
  1440. a =Instance.new("ForceField",game.Players.LocalPlayer.Character)
  1441. a.Visible = false
  1442.  
  1443. ko1 = Instance.new("Tool")
  1444. ko2 = Instance.new("Part")
  1445. ko3 = Instance.new("SpecialMesh")
  1446. ko1.Name = "Handcuffs"
  1447. ko1.ToolTip = "If you need to jail jews, use this. My friend."
  1448. ko1.Parent = game.Players.LocalPlayer.Backpack
  1449. ko1.GripForward = Vector3.new(0.516, -0.731, -0.447)
  1450. ko1.GripPos = Vector3.new(0, 0, 0)
  1451. ko1.GripRight = Vector3.new(0.817, 0.577, -0)
  1452. ko1.GripUp = Vector3.new(-0.258, 0.365, -0.894)
  1453. ko2.Name = "Handle"
  1454. ko2.Parent = ko1
  1455. ko2.Position = Vector3.new(-8.63891602, 3.46599722, 11.8730764)
  1456. ko2.Rotation = Vector3.new(-89.5599976, -1.22000003, 64.8300018)
  1457. ko2.Velocity = Vector3.new(-2.6699802e-16, 0, -9.00922507e-17)
  1458. ko2.CanCollide = false
  1459. ko2.FormFactor = Enum.FormFactor.Custom
  1460. ko2.Size = Vector3.new(1.34934628, 1.24865007, 0.59563154)
  1461. ko2.CFrame = CFrame.new(-8.63891602, 3.46599722, 11.8730764, 0.42520842, -0.904846132, -0.0212447792, 0.0159687921, -0.0159687921, 0.999744892, -0.904954553, -0.42543906, 0.0076592355)
  1462. ko2.Position = Vector3.new(-8.63891602, 3.46599722, 11.8730764)
  1463. ko2.Orientation = Vector3.new(-88.7099991, -70.1699982, 135)
  1464. ko3.Parent = ko2
  1465. ko3.MeshId = "http://www.roblox.com/asset/?id=88046657"
  1466. ko3.Scale = Vector3.new(1.25, 1.25, 1.25)
  1467. ko3.TextureId = "http://www.roblox.com/asset/?id=88046679"
  1468. ko3.MeshType = Enum.MeshType.FileMesh
  1469. ko3.Scale = Vector3.new(1.25, 1.25, 1.25)
  1470.  
  1471.  
  1472. ko1.Equipped:connect(function(m)
  1473. m.Button1Down:connect(function()
  1474. if m.Target~=nil then
  1475. --print(m.Target:GetFullName())
  1476. p=nil
  1477. _,p=pcall(function() return game.Players[m.Target.Parent.Name] end)
  1478. --print(p)
  1479. --print(m.Target.Parent.Name)
  1480. if p~=nil then
  1481. local detained=p
  1482. coroutine.wrap(function()
  1483. local c=p
  1484. while p==c do wait() pcall(function()
  1485. pcall(function()
  1486. for i, v in pairs(p.Character:children()) do
  1487. if v:IsA("Humanoid")then
  1488. if v.Name == "Dick" then else
  1489.  
  1490. p.Character.Head.Anchored,p.Character.Head.CFrame=true,game.Players.LocalPlayer.Character.Head.CFrame*CFrame.new(0,0,-5)
  1491. end
  1492. end
  1493. end
  1494. end)
  1495. end)
  1496.  
  1497. --print('END OF DETAIN LOOP')
  1498. pcall(function() c.Character.Head.Anchored=false end)
  1499. end
  1500. end)()
  1501. else --print('no p')
  1502. end
  1503. end
  1504. end)
  1505. end)
  1506.  
  1507. shodanio = Instance.new("Tool")
  1508. shio1 = Instance.new("Part")
  1509. shio2 = Instance.new("SpecialMesh")
  1510. shodanio.Name = "Your Knife"
  1511. shodanio.Parent = game.Players.LocalPlayer.Backpack
  1512. shodanio.TextureId = "rbxassetid://207414025"
  1513. shodanio.GripForward = Vector3.new(0.709005952, 0.456599832, 0.537426531)
  1514. shodanio.GripPos = Vector3.new(-0.200000003, -0.5, 0.100000001)
  1515. shodanio.GripRight = Vector3.new(-0.677205563, 0.22823669, 0.699500203)
  1516. shodanio.GripUp = Vector3.new(-0.19673121, 0.859898031, -0.471033096)
  1517. shodanio.ToolTip = "This is your only self-defense weapon."
  1518. shio1.Name = "Handle"
  1519. shio1.Parent = shodanio
  1520. shio1.BrickColor = BrickColor.new("Really black")
  1521. shio1.Position = Vector3.new(21.1252537, 4.90351295, -17.4292831)
  1522. shio1.Rotation = Vector3.new(-47.1599998, 72.2600021, 0.819999993)
  1523. shio1.CanCollide = false
  1524. shio1.Size = Vector3.new(0.570000052, 1.80999982, 0.100000009)
  1525. shio1.CFrame = CFrame.new(21.1252537, 4.90351295, -17.4292831, 0.304745227, -0.00437635183, 0.952423692, -0.688487232, 0.689963102, 0.22346428, -0.658115208, -0.723831236, 0.207249701)
  1526. shio1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1527. shio1.Position = Vector3.new(21.1252537, 4.90351295, -17.4292831)
  1528. shio1.Orientation = Vector3.new(-12.9099998, 77.7200012, -44.9399986)
  1529. shio1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1530. shio2.Parent = shio1
  1531. shio2.MeshId = "rbxassetid://501815151"
  1532. shio2.Scale = Vector3.new(0.00999999978, 0.00999999978, 0.00999999978)
  1533. shio2.MeshType = Enum.MeshType.FileMesh
  1534. shio2.Scale = Vector3.new(0.00999999978, 0.00999999978, 0.00999999978)
  1535.  
  1536. shodanio.Equipped:connect(function()
  1537. local SND = Instance.new("Sound")
  1538. SND.Parent = shio1
  1539. SND.SoundId = "rbxassetid://608618332"
  1540. SND.PlayOnRemove = true
  1541. wait(.1)
  1542. SND:Destroy()
  1543. KNIPED = true
  1544. o10 = Instance.new("Weld")
  1545. o11 = Instance.new("CFrameValue")
  1546. o13 = Instance.new("Weld")
  1547. o14 = Instance.new("CFrameValue")
  1548.  
  1549. o10.Name = "qCFrameWeldThingy"
  1550. o10.Parent = game.Players.LocalPlayer.Character["Left Arm"]
  1551. o10.C1 = CFrame.new(1.47942162, 0.253675461, -0.989979267, 0.926165819, 0.0532538369, 0.373335451, -0.377114445, 0.130787581, 0.91688484, -3.7252903e-09, -0.989979088, 0.141213775)
  1552. o10.C0 = CFrame.new(0,1.5,0)
  1553. o10.Part0 = game.Players.LocalPlayer.Character.Torso
  1554. o10.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1555. o11.Name = "qRelativeCFrameWeldValue"
  1556. o11.Parent = game.Players.LocalPlayer.Character["Left Arm"]
  1557. o11.Value = CFrame.new(1.47942162, 0.253675461, -0.989979267, 0.926165819, 0.0532538369, 0.373335451, -0.377114445, 0.130787581, 0.91688484, -3.7252903e-09, -0.989979088, 0.141213775)
  1558.  
  1559. o13.Name = "qCFrameWeldThingy"
  1560. o13.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1561. o13.C1 = CFrame.new(-0.06899786, 0.0721435547, -1.73576927, 0.568966389, 0.780035675, -0.260424674, 0.354608625, 0.0530088954, 0.933510303, 0.741976023, -0.623485744, -0.246447071)
  1562. o13.C0 = CFrame.new(0,1.5,0)
  1563. o13.Part0 = game.Players.LocalPlayer.Character.Torso
  1564. o13.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1565. o14.Name = "qRelativeCFrameWeldValue"
  1566. o14.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1567. o14.Value = CFrame.new(-0.06899786, 0.0721435547, -1.73576927, 0.568966389, 0.780035675, -0.260424674, 0.354608625, 0.0530088954, 0.933510303, 0.741976023, -0.623485744, -0.246447071)
  1568. end)
  1569.  
  1570. shodanio.Unequipped:connect(function()
  1571. wait(.2)
  1572. local SND = Instance.new("Sound")
  1573. SND.Parent = shio1
  1574. SND.SoundId = "rbxassetid://608618332"
  1575. SND.PlayOnRemove = true
  1576. wait(.1)
  1577. SND:Destroy()
  1578. KNIPED = false
  1579. o10:Destroy()
  1580. o11:Destroy()
  1581. o13:Destroy()
  1582. o14:Destroy()
  1583. local o7 = Instance.new("Motor6D")
  1584. local o8 = Instance.new("Motor6D")
  1585. o7.Name = "Left Shoulder"
  1586. o7.Parent = game.Players.LocalPlayer.Character.Torso
  1587. o7.C0 = CFrame.new(-1, 0.5, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08)
  1588. o7.C1 = CFrame.new(0.5, 0.5, 0, -4.37113883e-08, 0, -1, 0, 0.99999994, 0, 1, 0, -4.37113883e-08)
  1589. o7.Part0 = game.Players.LocalPlayer.Character.Torso
  1590. o7.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1591. o7.MaxVelocity = 0.10000000149012
  1592. o8.Name = "Right Shoulder"
  1593. o8.Parent = game.Players.LocalPlayer.Character.Torso
  1594. o8.C0 = CFrame.new(1, 0.5, 0, -4.37113883e-08, 0, 1, -0, 0.99999994, 0, -1, 0, -4.37113883e-08)
  1595. o8.C1 = CFrame.new(-0.5, 0.5, 0, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08)
  1596. o8.Part0 = game.Players.LocalPlayer.Character.Torso
  1597. o8.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1598. o8.MaxVelocity = 0.10000000149012
  1599. end)
  1600. EWE = false
  1601. Debounce = false
  1602. game.Players.LocalPlayer:GetMouse().Button1Down:connect(function()
  1603. if KNIPED == true and ATACK == false and EWE == false then
  1604. EWE = true
  1605. o10.C1 = CFrame.new(1.47941971, 1.10494518, -0.821447372, 0.926165819, 0.0532538369, 0.373335451, -0.240676075, 0.845621467, 0.476443946, -0.290328026, -0.531119823, 0.796002567)
  1606. o11.Value = CFrame.new(1.47941971, 1.10494518, -0.821447372, 0.926165819, 0.0532538369, 0.373335451, -0.240676075, 0.845621467, 0.476443946, -0.290328026, -0.531119823, 0.796002567)
  1607.  
  1608. o13.C1 = CFrame.new(-0.0689969063, -0.623306274, -1.35078812, 0.568966389, 0.780035615, -0.260424674, 0.701693177, -0.295354694, 0.648375571, 0.428838491, -0.551643014, -0.71539253)
  1609. o14.Value = CFrame.new(-0.0689969063, -0.623306274, -1.35078812, 0.568966389, 0.780035615, -0.260424674, 0.701693177, -0.295354694, 0.648375571, 0.428838491, -0.551643014, -0.71539253)
  1610.  
  1611. shodanio.GripForward = Vector3.new(0.999, -0.035, -0.007)
  1612. shodanio.GripPos = Vector3.new(-0.2, -0.5, 0.1)
  1613. shodanio.GripRight = Vector3.new(0, 0.196, -0.981)
  1614. shodanio.GripUp = Vector3.new(-0.036, -0.98, -0.196)
  1615. ATACK = true
  1616.  
  1617. game.Players.LocalPlayer.Character.Dick.JumpPower = 15
  1618. wait(.1)
  1619. game.Players.LocalPlayer.Character.Dick.Jump = true
  1620. local TORQUE = Instance.new("Torque")
  1621. TORQUE.Parent = game.Players.LocalPlayer.Character.Torso
  1622. TORQUE.Attachment0 = AT
  1623. TORQUE.Torque = Vector3.new(0, 200000, 0)
  1624. TORQUE.Enabled = true
  1625.  
  1626. wait(.05)
  1627. game.Players.LocalPlayer.Character.Dick.JumpPower = 50
  1628. TORQUE:Destroy()
  1629. ATACK = false
  1630. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  1631. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C1 = CFrame.new(0, 0, 0, -0.403074712, -0.915167093, 0, 0, 0, 1, -0.915167093, 0.403074712, 0)
  1632. end
  1633. end)
  1634. game.Players.LocalPlayer:GetMouse().Button1Up:connect(function()
  1635. if KNIPED == true and ATACK == false and EWE == true then
  1636. ATACK = true
  1637. EWE = false
  1638. shodanio.GripForward = Vector3.new(0.951, 0.308, 0)
  1639. shodanio.GripPos = Vector3.new(-0.2, -0.5, 0.1)
  1640. shodanio.GripRight = Vector3.new(0, 0, 1)
  1641. shodanio.GripUp = Vector3.new(-0.308, 0.951, 0)
  1642.  
  1643. o10.C1 = CFrame.new(1.41301823, 0.0853495598, 0.494428158, 0.938678324, 0.0513189547, 0.340953499, -0.344794095, 0.139712349, 0.928222597, 0, -0.988854587, 0.148840427)
  1644. o11.Value = CFrame.new(1.41301823, 0.0853495598, 0.494428158, 0.938678324, 0.0513189547, 0.340953499, -0.344794095, 0.139712349, 0.928222597, 0, -0.988854587, 0.148840427)
  1645.  
  1646. o13.C1 = CFrame.new(-1.19023156, -0.0163340569, -0.449222565, 0.539222777, 0.823833048, -0.174724758, 0.652251244, -0.277294189, 0.705461025, 0.532735348, -0.494361669, -0.68687427)
  1647. o14.Value = CFrame.new(-1.19023156, -0.0163340569, -0.449222565, 0.539222777, 0.823833048, -0.174724758, 0.652251244, -0.277294189, 0.705461025, 0.532735348, -0.494361669, -0.68687427)
  1648. o10.C0 = CFrame.new(0,0,0)
  1649. o13.C0 = CFrame.new(0,0,0)
  1650. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1651. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1652.  
  1653.  
  1654. game.Players.LocalPlayer.Character.Dick.JumpPower = 15
  1655. wait(.1)
  1656. game.Players.LocalPlayer.Character.Dick.Jump = true
  1657. local TORQUE = Instance.new("Torque")
  1658. TORQUE.Parent = game.Players.LocalPlayer.Character.Torso
  1659. TORQUE.Attachment0 = AT
  1660. TORQUE.Torque = Vector3.new(0, -200000, 0)
  1661. TORQUE.Enabled = true
  1662. wait(.05)
  1663. game.Players.LocalPlayer.Character.Dick.JumpPower = 50
  1664. TORQUE:Destroy()
  1665. shodanio.GripForward = Vector3.new(0.709005952, 0.456599832, 0.537426531)
  1666. shodanio.GripPos = Vector3.new(-0.200000003, -0.5, 0.100000001)
  1667. shodanio.GripRight = Vector3.new(-0.677205563, 0.22823669, 0.699500203)
  1668. shodanio.GripUp = Vector3.new(-0.19673121, 0.859898031, -0.471033096)
  1669. o10.C0 = CFrame.new(0,1.5,0)
  1670. o13.C0 = CFrame.new(0,1.5,0)
  1671. o10.Name = "qCFrameWeldThingy"
  1672. o10.Parent = game.Players.LocalPlayer.Character["Left Arm"]
  1673. o10.C1 = CFrame.new(1.47942162, 0.253675461, -0.989979267, 0.926165819, 0.0532538369, 0.373335451, -0.377114445, 0.130787581, 0.91688484, -3.7252903e-09, -0.989979088, 0.141213775)
  1674. o10.C0 = CFrame.new(0,1.5,0)
  1675. o10.Part0 = game.Players.LocalPlayer.Character.Torso
  1676. o10.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1677. o11.Name = "qRelativeCFrameWeldValue"
  1678. o11.Parent = game.Players.LocalPlayer.Character["Left Arm"]
  1679. o11.Value = CFrame.new(1.47942162, 0.253675461, -0.989979267, 0.926165819, 0.0532538369, 0.373335451, -0.377114445, 0.130787581, 0.91688484, -3.7252903e-09, -0.989979088, 0.141213775)
  1680.  
  1681. o13.Name = "qCFrameWeldThingy"
  1682. o13.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1683. o13.C1 = CFrame.new(-0.06899786, 0.0721435547, -1.73576927, 0.568966389, 0.780035675, -0.260424674, 0.354608625, 0.0530088954, 0.933510303, 0.741976023, -0.623485744, -0.246447071)
  1684. o13.C0 = CFrame.new(0,1.5,0)
  1685. o13.Part0 = game.Players.LocalPlayer.Character.Torso
  1686. o13.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1687. o14.Name = "qRelativeCFrameWeldValue"
  1688. o14.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1689. o14.Value = CFrame.new(-0.06899786, 0.0721435547, -1.73576927, 0.568966389, 0.780035675, -0.260424674, 0.354608625, 0.0530088954, 0.933510303, 0.741976023, -0.623485744, -0.246447071)
  1690.  
  1691. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1692. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1693. wait(.1)
  1694. ATACK = false
  1695. end
  1696. end)
  1697. shio1.Touched:connect(function(tuoch)
  1698. if ATACK == true and Debounce == false then
  1699. --print("STABBY STAB")
  1700. Debounce = true
  1701.  
  1702. CFuncs["Sound"].Create("rbxassetid://144884872",tuoch, 1, 1)
  1703. local Victimm = tuoch.Parent
  1704. Debounce = false
  1705. pcall(function()
  1706. for i, v in pairs(tuoch.Parent:children()) do
  1707. if v:IsA("Humanoid")then
  1708. if v.Name == "Dick" then else
  1709. v.Name = "Humanoid2" end
  1710. end
  1711. end
  1712. end)
  1713. local Victimm = tuoch.Parent
  1714. tuoch.Parent.Humanoid2.PlatformStand = true
  1715. local player = Victimm
  1716. local char = Victimm
  1717. local rg = char
  1718.  
  1719. CFuncs["Sound"].Create("rbxassetid://605536910",tuoch, 1, 1)
  1720. char.Archivable = true
  1721. for i, v in pairs(rg.Torso:GetChildren()) do
  1722. if v:IsA("Motor6D") then
  1723. v:Destroy()
  1724. end
  1725. end
  1726. rg.Torso:BreakJoints()
  1727. local TorsoPointNeckAttachment = Instance.new("Attachment")
  1728. TorsoPointNeckAttachment.Name = "TorsoPointNeckAttachment"
  1729. TorsoPointNeckAttachment.Parent = rg.Torso
  1730. TorsoPointNeckAttachment.Position = Vector3.new(0,1,0)
  1731. TorsoPointNeckAttachment.Axis = Vector3.new(1,0,0)
  1732. TorsoPointNeckAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1733. local HeadPointNeckAttachment= Instance.new("Attachment")
  1734. HeadPointNeckAttachment.Name = "HeadPointNeckAttachment"
  1735. HeadPointNeckAttachment.Parent = rg.Head
  1736. HeadPointNeckAttachment.Position = Vector3.new(0,-0.5,0)
  1737. HeadPointNeckAttachment.Axis = Vector3.new(1,0,0)
  1738. HeadPointNeckAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1739. local LeftArmPointAttachment = Instance.new("Attachment")
  1740. LeftArmPointAttachment.Name = "LeftArmPointAttachment"
  1741. LeftArmPointAttachment.Parent = rg["Left Arm"]
  1742. LeftArmPointAttachment.Position = Vector3.new(0,0.5,0)
  1743. LeftArmPointAttachment.Axis = Vector3.new(1,0,0)
  1744. LeftArmPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1745. local RightArmPointAttachment = Instance.new("Attachment")
  1746. RightArmPointAttachment.Name = "RightArmPointAttachment"
  1747. RightArmPointAttachment.Parent = rg["Right Arm"]
  1748. RightArmPointAttachment.Position = Vector3.new(0,0.5,0)
  1749. RightArmPointAttachment.Axis = Vector3.new(1,0,0)
  1750. RightArmPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1751. local LeftLegPointAttachment = Instance.new("Attachment")
  1752. LeftLegPointAttachment.Name = "LeftLegPointAttachment"
  1753. LeftLegPointAttachment.Parent = rg["Left Leg"]
  1754. LeftLegPointAttachment.Position = Vector3.new(0,1,0)
  1755. LeftLegPointAttachment.Axis = Vector3.new(1,0,0)
  1756. LeftLegPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1757. local RightLegPointAttachment = Instance.new("Attachment")
  1758. RightLegPointAttachment.Name = "RightLegPointAttachment"
  1759. RightLegPointAttachment.Parent = rg["Right Leg"]
  1760. RightLegPointAttachment.Position = Vector3.new(0,1,0)
  1761. RightLegPointAttachment.Axis = Vector3.new(1,0,0)
  1762. RightLegPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1763. local LeftHipPointAttachment = Instance.new("Attachment")
  1764. LeftHipPointAttachment.Name = "LeftHipPointAttachment"
  1765. LeftHipPointAttachment.Parent = rg.Torso
  1766. LeftHipPointAttachment.Position = Vector3.new(-0.5,-1,0)
  1767. LeftHipPointAttachment.Axis = Vector3.new(1,0,0)
  1768. LeftHipPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1769. local RightHipPointAttachment = Instance.new("Attachment")
  1770. RightHipPointAttachment.Name = "RightHipPointAttachment"
  1771. RightHipPointAttachment.Parent = rg.Torso
  1772. RightHipPointAttachment.Position = Vector3.new(0.5,-1,0)
  1773. RightHipPointAttachment.Axis = Vector3.new(1,0,0)
  1774. RightHipPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1775. local LeftShoulderPointAttachment = Instance.new("Attachment")
  1776. LeftShoulderPointAttachment.Name = "LeftShoulderPointAttachment"
  1777. LeftShoulderPointAttachment.Parent = rg.Torso
  1778. LeftShoulderPointAttachment.Position = Vector3.new(-1.5,0.5,0)
  1779. LeftShoulderPointAttachment.Axis = Vector3.new(1,0,0)
  1780. LeftShoulderPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1781. local RightShoulderPointAttachment = Instance.new("Attachment")
  1782. RightShoulderPointAttachment.Name = "RightShoulderPointAttachment"
  1783. RightShoulderPointAttachment.Parent = rg.Torso
  1784. RightShoulderPointAttachment.Position = Vector3.new(1.5,0.5,0)
  1785. RightShoulderPointAttachment.Axis = Vector3.new(1,0,0)
  1786. RightShoulderPointAttachment.SecondaryAxis = Vector3.new(0,1,0)
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793. local n = Instance.new("BallSocketConstraint", rg.Torso)
  1794. n.Name = "BallSocketNeck"
  1795. n.Attachment0 = TorsoPointNeckAttachment
  1796. n.Attachment1 = HeadPointNeckAttachment
  1797. n.Restitution = 0
  1798. n.UpperAngle = 90
  1799. n.Enabled = true
  1800. n.LimitsEnabled = false
  1801.  
  1802. local rs = Instance.new("BallSocketConstraint", rg.Torso)
  1803. rs.Name = "BallSocketRightShoulder"
  1804. rs.Attachment0 = RightShoulderPointAttachment
  1805. rs.Attachment1 = RightArmPointAttachment
  1806. rs.Restitution = 0
  1807. rs.UpperAngle = 90
  1808. rs.Enabled = true
  1809. rs.LimitsEnabled = false
  1810. local ls = Instance.new("BallSocketConstraint", rg.Torso)
  1811. ls.Name = "BallSocketLeftShoulder"
  1812. ls.Attachment0 = LeftShoulderPointAttachment
  1813. ls.Attachment1 = LeftArmPointAttachment
  1814. ls.Restitution = 0
  1815. ls.UpperAngle = 90
  1816. ls.Enabled = true
  1817. ls.LimitsEnabled = false
  1818.  
  1819. local rh = Instance.new("BallSocketConstraint", rg.Torso)
  1820. rh.Name = "BallSocketRightHip"
  1821. rh.Attachment0 = RightHipPointAttachment
  1822. rh.Attachment1 = RightLegPointAttachment
  1823. rh.Restitution = 0
  1824. rh.UpperAngle = 90
  1825. rh.Enabled = true
  1826. rh.LimitsEnabled = false
  1827. local lh = Instance.new("BallSocketConstraint", rg.Torso)
  1828. lh.Name = "BallSocketLeftHip"
  1829. lh.Attachment0 = LeftHipPointAttachment
  1830. lh.Attachment1 = LeftLegPointAttachment
  1831. lh.Restitution = 0
  1832. lh.UpperAngle = 90
  1833. lh.Enabled = true
  1834. char.Humanoid2.PlatformStand = true
  1835. char.Humanoid2.AutoRotate = false
  1836. rg.Parent = game.Workspace
  1837. pcall(function()
  1838. for i, v in pairs(rg.Head:children()) do
  1839. if v:IsA("Decal")then
  1840. v.Texture = "http://www.roblox.com/asset/?id=778409313"
  1841. end
  1842. end
  1843. end)
  1844. pcall(function()
  1845. for i, v in pairs(rg:children()) do
  1846. if v:IsA("Part")then
  1847. if v.Name == "HumanoidRootPart" then
  1848. v:destroy() end
  1849. end
  1850. end
  1851. end)
  1852. local runDummyScript = function(f,scri)
  1853. local oldenv = getfenv(f)
  1854. local newenv = setmetatable({}, {
  1855. __index = function(_, k)
  1856. if k:lower() == 'script' then
  1857. return scri
  1858. else
  1859. return oldenv[k]
  1860. end
  1861. end
  1862. })
  1863. setfenv(f, newenv)
  1864. ypcall(function() f() end)
  1865. end
  1866. local cors = {}
  1867. local mas = Instance.new("Model",game:GetService("Lighting"))
  1868. mas.Name = "Collidable Limbs"
  1869. local oo1 = Instance.new("Part")
  1870. local oo2 = Instance.new("Part")
  1871. local oo3 = Instance.new("Part")
  1872. local oo4 = Instance.new("Part")
  1873. local oo5 = Instance.new("Part")
  1874. local oo6 = Instance.new("Part")
  1875. local w1 = Instance.new("Weld")
  1876. local w2 = Instance.new("Weld")
  1877. local w3 = Instance.new("Weld")
  1878. local w4 = Instance.new("Weld")
  1879. local w5 = Instance.new("Weld")
  1880. local w6 = Instance.new("Weld")
  1881. oo1.Name = "CHead"
  1882. w1.Parent = oo1
  1883. w1.Part0 = w1.Parent
  1884. w1.Part1 = rg["Head"]
  1885. oo1.Parent = mas
  1886. oo1.Material = Enum.Material.SmoothPlastic
  1887. oo1.BrickColor = BrickColor.new("Institutional white")
  1888. oo1.Transparency = 1
  1889. oo1.Position = rg.Head.Position
  1890. oo1.Velocity = Vector3.new(0, -9.19685173, 0)
  1891. oo1.Locked = true
  1892. oo1.FormFactor = Enum.FormFactor.Symmetric
  1893. oo1.Size = Vector3.new(1, 1, 1)
  1894. oo1.CFrame = CFrame.new(0, 4.50001812, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1895. oo1.BottomSurface = Enum.SurfaceType.Smooth
  1896. oo1.TopSurface = Enum.SurfaceType.Smooth
  1897. oo1.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1898. oo1.Position = Vector3.new(0, 4.50001812, 0)
  1899. oo1.CanCollide = false
  1900.  
  1901. oo2.Name = "CT"
  1902. w2.Parent = oo2
  1903. w2.Part0 = w2.Parent
  1904. w2.Part1 = rg["Torso"]
  1905. oo2.Parent = mas
  1906. oo2.CanCollide = true
  1907. oo2.Material = Enum.Material.SmoothPlastic
  1908. oo2.BrickColor = BrickColor.new("Institutional white")
  1909. oo2.Transparency = 1
  1910. oo2.Position = rg.Torso.Position
  1911. oo2.Velocity = Vector3.new(0, -9.19685173, 0)
  1912. oo2.Locked = true
  1913. oo2.Anchored = false
  1914. oo2.FormFactor = Enum.FormFactor.Symmetric
  1915. oo2.Size = Vector3.new(2, 2, 1)
  1916. oo2.CFrame = CFrame.new(0, 3.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1917. oo2.BottomSurface = Enum.SurfaceType.Smooth
  1918. oo2.TopSurface = Enum.SurfaceType.Smooth
  1919. oo2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1920. oo2.Position = Vector3.new(0, 3.00001788, 0)
  1921. oo3.Name = "CLA"
  1922. oo3.CanCollide = true
  1923. w3.Parent = oo3
  1924. w3.Part0 = w3.Parent
  1925. w3.Part1 = rg["Left Arm"]
  1926. w3.C0 = CFrame.new(0, 0, 0)
  1927. w3.C1 = CFrame.new(0, -0.2, 0)
  1928. oo3.Parent = mas
  1929. oo3.Material = Enum.Material.SmoothPlastic
  1930. oo3.BrickColor = BrickColor.new("Institutional white")
  1931. oo3.Transparency = 1
  1932. oo3.Position = rg["Left Arm"].Position
  1933. oo3.Velocity = Vector3.new(0, -9.19685173, 0)
  1934. oo3.CanCollide = true
  1935. oo3.Locked = true
  1936. oo3.FormFactor = Enum.FormFactor.Symmetric
  1937. oo3.Size = Vector3.new(1, 1.40, 1)
  1938. oo3.CFrame = CFrame.new(-1.5, 3.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1939. oo3.BottomSurface = Enum.SurfaceType.Smooth
  1940. oo3.TopSurface = Enum.SurfaceType.Smooth
  1941. oo3.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1942. oo3.Position = Vector3.new(-1.5, 3.00001788, 0)
  1943. oo4.Name = "CRA"
  1944. w4.Parent = oo4
  1945. w4.Part0 = w4.Parent
  1946. w4.Part1 = rg["Right Arm"]
  1947. w4.C0 = CFrame.new(0, 0, 0)
  1948. w4.C1 = CFrame.new(0, -0.2, 0)
  1949. oo4.Parent = mas
  1950. oo4.CanCollide = true
  1951. oo4.Material = Enum.Material.SmoothPlastic
  1952. oo4.BrickColor = BrickColor.new("Institutional white")
  1953. oo4.Transparency = 1
  1954. oo4.Position = Vector3.new(1.5, 3.00001788, 0)
  1955. oo4.Velocity = Vector3.new(0, -9.19685173, 0)
  1956. oo4.CanCollide = true
  1957. oo4.Locked = true
  1958. oo4.FormFactor = Enum.FormFactor.Symmetric
  1959. oo4.Size = Vector3.new(1, 1.40, 1)
  1960. oo4.CFrame = CFrame.new(1.5, 3.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1961. oo4.BottomSurface = Enum.SurfaceType.Smooth
  1962. oo4.TopSurface = Enum.SurfaceType.Smooth
  1963. oo4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1964. oo4.Position = rg["Right Arm"].Position
  1965. oo5.Name = "CLL"
  1966. oo5.Parent = mas
  1967. w5.Parent = oo5
  1968. w5.Part0 = w5.Parent
  1969. w5.Part1 = rg["Left Leg"]
  1970. w5.C0 = CFrame.new(0, 0, 0)
  1971. w5.C1 = CFrame.new(0, -0.2, 0)
  1972. oo5.Material = Enum.Material.SmoothPlastic
  1973. oo5.BrickColor = BrickColor.new("Institutional white")
  1974. oo5.Transparency = 1
  1975. oo5.CanCollide = true
  1976. oo5.Position = rg["Left Leg"].Position
  1977. oo5.Velocity = Vector3.new(0, -9.19685173, 0)
  1978. oo5.CanCollide = true
  1979. oo5.Locked = true
  1980. oo5.FormFactor = Enum.FormFactor.Symmetric
  1981. oo5.Size = Vector3.new(1, 1.65, 1)
  1982. oo5.CFrame = CFrame.new(-0.5, 1.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1983. oo5.BottomSurface = Enum.SurfaceType.Smooth
  1984. oo5.TopSurface = Enum.SurfaceType.Smooth
  1985. oo5.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1986. oo5.Position = Vector3.new(-0.5, 1.00001788, 0)
  1987. oo6.Name = "CRL"
  1988. oo6.Parent = mas
  1989. oo6.Material = Enum.Material.SmoothPlastic
  1990. oo6.BrickColor = BrickColor.new("Institutional white")
  1991. oo6.Transparency = 1
  1992. oo6.Position = rg["Right Leg"].Position
  1993. oo6.Velocity = Vector3.new(0, -9.19685173, 0)
  1994. oo6.CanCollide = true
  1995. oo6.Locked = true
  1996. oo6.FormFactor = Enum.FormFactor.Symmetric
  1997. oo6.Size = Vector3.new(1, 1.65, 1)
  1998. oo6.CFrame = CFrame.new(0.5, 1.00001788, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1999. oo6.BottomSurface = Enum.SurfaceType.Smooth
  2000. oo6.TopSurface = Enum.SurfaceType.Smooth
  2001. oo6.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2002. oo6.Position = Vector3.new(0.5, 1.00001788, 0)
  2003. oo6.CanCollide = true
  2004. w6.Parent = oo6
  2005. w6.Part0 = w6.Parent
  2006. w6.Part1 = rg["Right Leg"]
  2007. w6.C0 = CFrame.new(0, 0, 0)
  2008. w6.C1 = CFrame.new(0, -0.2, 0)
  2009. mas.Parent = rg
  2010. mas:MakeJoints()
  2011. raggeeh = rg
  2012. raggeeh.Head.Anchored = true
  2013. raggeeh.Humanoid2.PlatformStand = true
  2014.  
  2015. local TUURS = raggeeh.Torso
  2016. local CPU = Instance.new("Model")
  2017. CPU.Parent = raggeeh
  2018. raggeeh.Parent = game:GetService("Workspace")
  2019. raggeeh.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 100
  2020.  
  2021. raggeeh.Parent = game:GetService("Workspace")
  2022.  
  2023. raggeeh.Parent = game:GetService("Workspace")
  2024. wait()
  2025. raggeeh.Head.Anchored = false
  2026. local FOLDARR = Instance.new("Model")
  2027. FOLDARR.Parent = raggeeh
  2028. FOLDARR.Name = "BLUDDDDDDDDDDD"
  2029. local FLUIDS = Instance.new("Model")
  2030. FLUIDS.Name = Victimm.Name.."'s fluids"
  2031. FLUIDS.Parent = FOLDARR
  2032. raggeeh.Humanoid2.Name = "Humanoid2"
  2033. Debounce = false
  2034. raggeeh.Humanoid2.Health = .1
  2035.  
  2036.  
  2037. local runDummyScript = function(f,scri)
  2038. local oldenv = getfenv(f)
  2039. local newenv = setmetatable({}, {
  2040. __index = function(_, k)
  2041. if k:lower() == 'script' then
  2042. return scri
  2043. else
  2044. return oldenv[k]
  2045. end
  2046. end
  2047. })
  2048. setfenv(f, newenv)
  2049. ypcall(function() f() end)
  2050. end
  2051. cors = {}
  2052. mas = Instance.new("Model",game:GetService("Lighting"))
  2053. mas.Name = "CompiledModel"
  2054. aso1 = Instance.new("Script")
  2055. aso1.Name = "PS"
  2056. aso1.Parent = mas
  2057. table.insert(cors,coroutine.create(function()
  2058. wait()
  2059. runDummyScript(function()
  2060. Create = LoadLibrary("RbxUtility").Create
  2061. function RemoveOutlines(part)
  2062. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  2063. end
  2064.  
  2065. CFuncs = {
  2066. ["Part"] = {
  2067. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  2068. local Part = Create("Part"){
  2069. Parent = Parent,
  2070. Reflectance = Reflectance,
  2071. Transparency = Transparency,
  2072. CanCollide = false,
  2073. Locked = true,
  2074. BrickColor = BrickColor.new(tostring(BColor)),
  2075. Name = Name,
  2076. Size = Size,
  2077. Material = Material,
  2078. }
  2079. RemoveOutlines(Part)
  2080. return Part
  2081. end;
  2082. };
  2083.  
  2084. ["Mesh"] = {
  2085. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  2086. local Msh = Create(Mesh){
  2087. Parent = Part,
  2088. Offset = OffSet,
  2089. Scale = Scale,
  2090. }
  2091. if Mesh == "SpecialMesh" then
  2092. Msh.MeshType = MeshType
  2093. Msh.MeshId = MeshId
  2094. end
  2095. return Msh
  2096. end;
  2097. };
  2098.  
  2099. ["Mesh"] = {
  2100. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  2101. local Msh = Create(Mesh){
  2102. Parent = Part,
  2103. Offset = OffSet,
  2104. Scale = Scale,
  2105. }
  2106. if Mesh == "SpecialMesh" then
  2107. Msh.MeshType = MeshType
  2108. Msh.MeshId = MeshId
  2109. end
  2110. return Msh
  2111. end;
  2112. };
  2113.  
  2114. ["Weld"] = {
  2115. Create = function(Parent, Part0, Part1, C0, C1)
  2116. local Weld = Create("Weld"){
  2117. Parent = Parent,
  2118. Part0 = Part0,
  2119. Part1 = Part1,
  2120. C0 = C0,
  2121. C1 = C1,
  2122. }
  2123. return Weld
  2124. end;
  2125. };
  2126.  
  2127. ["Sound"] = {
  2128. Create = function(id, par, vol, pit)
  2129. coroutine.resume(coroutine.create(function()
  2130. local S = Create("Sound"){
  2131. Volume = vol,
  2132. Pitch = pit or 1,
  2133. SoundId = id,
  2134. Parent = par or workspace,
  2135. }
  2136. wait()
  2137. S:play()
  2138. game:GetService("Debris"):AddItem(S, 6)
  2139. end))
  2140. end;
  2141. };
  2142.  
  2143. ["ParticleEmitter"] = {
  2144. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  2145. local fp = Create("ParticleEmitter"){
  2146. Parent = Parent,
  2147. Color = ColorSequence.new(Color1, Color2),
  2148. LightEmission = LightEmission,
  2149. Size = Size,
  2150. Texture = Texture,
  2151. Transparency = Transparency,
  2152. ZOffset = ZOffset,
  2153. Acceleration = Accel,
  2154. Drag = Drag,
  2155. LockedToPart = LockedToPart,
  2156. VelocityInheritance = VelocityInheritance,
  2157. EmissionDirection = EmissionDirection,
  2158. Enabled = Enabled,
  2159. Lifetime = LifeTime,
  2160. Rate = Rate,
  2161. Rotation = Rotation,
  2162. RotSpeed = RotSpeed,
  2163. Speed = Speed,
  2164. VelocitySpread = VelocitySpread,
  2165. }
  2166. return fp
  2167. end;
  2168. };
  2169.  
  2170. CreateTemplate = {
  2171.  
  2172. };
  2173. }
  2174. while wait() do
  2175. pcall(function()
  2176. for i, v in pairs(script.Parent.Parent:GetChildren()) do
  2177. if v:IsA("Part") then
  2178. v.Touched:Connect(function(Thing)
  2179. if Thing.Name == "Left Arm" then
  2180. elseif Thing.Name == "Right Arm" then
  2181. elseif Thing.Name == "Torso" then
  2182. elseif Thing.Name == "Head" then
  2183. elseif Thing.Name == "Left Leg" then
  2184. elseif Thing.Name == "Right Leg" then
  2185. elseif Thing.Name == "CLA" then
  2186. elseif Thing.Name == "CRA" then
  2187. elseif Thing.Name == "CT" then
  2188. elseif Thing.Name == "CHead" then
  2189. elseif Thing.Name == "CLL" then
  2190. elseif Thing.Name == "CRL" then
  2191. elseif Thing.Name == "HumanoidRootPart" then
  2192. elseif Thing.Name == "Handle" then
  2193.  
  2194. elseif Thing.Name == "LeftFoot" then
  2195. elseif Thing.Name == "LeftHand" then
  2196. elseif Thing.Name == "Head" then
  2197. elseif Thing.Name == "UpperTorso" then
  2198. elseif Thing.Name == "LowerTorso" then
  2199. elseif Thing.Name == "LeftUpperLeg" then
  2200. elseif Thing.Name == "LeftLowerLeg" then
  2201. elseif Thing.Name == "RightUpperLeg" then
  2202. elseif Thing.Name == "RightLowerLeg" then
  2203. elseif Thing.Name == "RightFoot" then
  2204. elseif Thing.Name == "RightHand" then
  2205. elseif Thing.Name == "RighUpperArm" then
  2206. elseif Thing.Name == "RightLowerArm" then
  2207. elseif Thing.Name == "LeftUpperArm" then
  2208. elseif Thing.Name == "LeftLowerArm" then
  2209. elseif Thing.Name == "HumanoidRootPart" then
  2210. elseif Debounce == false and Thing.Material == Enum.Material.Plastic then
  2211. CFuncs["Sound"].Create("rbxassetid://220025741",script.Parent.Parent,1,1)
  2212. Debounce = true
  2213. wait(.25)
  2214. Debounce = false
  2215. elseif Debounce == false and Thing.Material == Enum.Material.Grass then
  2216. CFuncs["Sound"].Create("rbxassetid://263441908",script.Parent.Parent,1,1)
  2217. Debounce = true
  2218. wait(.25)
  2219. Debounce = false
  2220. elseif Debounce == false and Thing.Material == Enum.Material.DiamondPlate then
  2221. CFuncs["Sound"].Create("rbxassetid://933780081",script.Parent.Parent,1,1)
  2222. Debounce = true
  2223. wait(.25)
  2224. Debounce = false
  2225. elseif Debounce == false and Thing.Material == Enum.Material.Metal then
  2226. CFuncs["Sound"].Create("rbxassetid://138259748",script.Parent.Parent,1,1)
  2227. Debounce = true
  2228. wait(.25)
  2229. Debounce = false
  2230. elseif Debounce == false and Thing.Material == Enum.Material.CorrodedMetal then
  2231. CFuncs["Sound"].Create("rbxassetid://933780081",script.Parent.Parent,1,1)
  2232. Debounce = true
  2233. wait(.25)
  2234. Debounce = false
  2235. elseif Debounce == false and Thing.Material == Enum.Material.Ice then
  2236. CFuncs["Sound"].Create("rbxassetid://260433487",script.Parent.Parent,1,.9)
  2237. Debounce = true
  2238. wait(.25)
  2239. Debounce = false
  2240. elseif Debounce == false then
  2241. CFuncs["Sound"].Create("rbxassetid://220025741",script.Parent.Parent,1,1)
  2242. Debounce = true
  2243. wait(.25)
  2244. Debounce = false
  2245. end
  2246. end)
  2247. end
  2248. end
  2249. end)
  2250. script.Parent.PlatformStand = true script.Parent.WalkSpeed = 0 script.Parent.JumpPower = 0 script.Parent.AutoRotate = false script.Parent:UnequipTools() end
  2251.  
  2252. end,aso1)
  2253. end))
  2254. mas.Parent = workspace
  2255. mas:MakeJoints()
  2256. local mas1 = mas:GetChildren()
  2257. for i=1,#mas1 do
  2258. mas1[i].Parent = raggeeh.Humanoid2
  2259. ypcall(function() mas1[i]:MakeJoints() end)
  2260. end
  2261. mas:Destroy()
  2262. for i=1,#cors do
  2263. coroutine.resume(cors[i])
  2264. end
  2265.  
  2266. end
  2267. end)
  2268.  
  2269. game.Players.LocalPlayer.Chatted:connect(function(asd)
  2270. if asd == "/fixjoints"
  2271. then
  2272. RemakeJoints = true
  2273. end
  2274. end)
  2275.  
  2276. Model0 = Instance.new("Model")
  2277. Part1 = Instance.new("Part")
  2278. Part2 = Instance.new("Part")
  2279. BlockMesh3 = Instance.new("BlockMesh")
  2280. Sound4 = Instance.new("Sound")
  2281. Sound5 = Instance.new("Sound")
  2282. Weld6 = Instance.new("Weld")
  2283. CFrameValue7 = Instance.new("CFrameValue")
  2284. Part8 = Instance.new("Part")
  2285. CylinderMesh9 = Instance.new("CylinderMesh")
  2286. Weld10 = Instance.new("Weld")
  2287. CFrameValue11 = Instance.new("CFrameValue")
  2288. Part12 = Instance.new("Part")
  2289. BlockMesh13 = Instance.new("BlockMesh")
  2290. Weld14 = Instance.new("Weld")
  2291. CFrameValue15 = Instance.new("CFrameValue")
  2292. Part16 = Instance.new("Part")
  2293. CylinderMesh17 = Instance.new("CylinderMesh")
  2294. Weld18 = Instance.new("Weld")
  2295. CFrameValue19 = Instance.new("CFrameValue")
  2296. Model0.Name = "RadioZU"
  2297. Model0.Parent = game.Players.LocalPlayer.Character
  2298. Part1.Name = "Midel"
  2299. Part1.Parent = Model0
  2300. Part1.Material = Enum.Material.SmoothPlastic
  2301. Part1.Transparency = 1
  2302. Part1.Rotation = Vector3.new(-0.099999994, -0.140000001, 0.0199999996)
  2303. Part1.Size = Vector3.new(2, 1.67999995, 1)
  2304. Part1.CFrame = CFrame.new(-0.755025029, 0.84126699, 4.95177889, 0.999996781, -0.00037937882, -0.00251362217, 0.000383676495, 0.99999845, 0.00170949276, 0.00251296978, -0.00171045167, 0.999995351)
  2305. Part1.BottomSurface = Enum.SurfaceType.Smooth
  2306. Part1.TopSurface = Enum.SurfaceType.Smooth
  2307. Part1.Position = Vector3.new(-0.755025029, 0.84126699, 4.95177889)
  2308. Part1.Orientation = Vector3.new(-0.099999994, -0.140000001, 0.0199999996)
  2309. Part2.Name = "midelradiozu"
  2310. Radio_Middle = Part2
  2311. Part2.Parent = Model0
  2312. Part2.Material = Enum.Material.Metal
  2313. Part2.BrickColor = BrickColor.new("Really black")
  2314. Part2.Rotation = Vector3.new(0.529999971, -0.879999995, -1.04999995)
  2315. Part2.FormFactor = Enum.FormFactor.Custom
  2316. Part2.Size = Vector3.new(0.354150534, 0.635161936, 0.230967745)
  2317. Part2.CFrame = CFrame.new(-1.47971559, 1.29020143, 4.40762138, 0.999715269, 0.0183183942, -0.0152924545, -0.0184617005, 0.999786556, -0.00928292423, 0.0151191354, 0.00956259109, 0.9998402)
  2318. Part2.BottomSurface = Enum.SurfaceType.Smooth
  2319. Part2.TopSurface = Enum.SurfaceType.Smooth
  2320. Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2321. Part2.Position = Vector3.new(-1.47971559, 1.29020143, 4.40762138)
  2322. Part2.Orientation = Vector3.new(0.529999971, -0.879999995, -1.05999994)
  2323. Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2324. BlockMesh3.Parent = Part2
  2325. Sound4.Name = "EquipSound"
  2326. Sound4.Parent = Part2
  2327. Sound4.Pitch = 1.1499999761581
  2328. Sound4.SoundId = "http://roblox.com/asset/?id=10209636"
  2329. Sound4.Volume = 1
  2330. Sound5.Name = "Alert"
  2331. Sound5.Parent = Part2
  2332. Sound5.Pitch = 0.69999998807907
  2333. Sound5.SoundId = "http://www.roblox.com/asset/?id=28518380"
  2334. Sound5.Volume = 0.40000000596046
  2335. Weld6.Name = "qCFrameWeldThingy"
  2336. Weld6.Parent = Part2
  2337. Weld6.C1 = CFrame.new(0.74099952, -0.43035984, 0.53715539, 0.999742925, -0.0188668054, 0.0125745991, 0.0187259596, 0.999761701, 0.0112256296, -0.0127833989, -0.0109872874, 0.999858201)
  2338. Weld6.Part0 = Part1
  2339. Weld6.Part1 = Part2
  2340. CFrameValue7.Name = "qRelativeCFrameWeldValue"
  2341. CFrameValue7.Parent = Part2
  2342. CFrameValue7.Value = CFrame.new(0.74099952, -0.43035984, 0.53715539, 0.999742925, -0.0188668054, 0.0125745991, 0.0187259596, 0.999761701, 0.0112256296, -0.0127833989, -0.0109872874, 0.999858201)
  2343. Part8.Name = "Light"
  2344. Radio_Light = Part8
  2345. Part8.Parent = Model0
  2346. Part8.Material = Enum.Material.Neon
  2347. Part8.BrickColor = BrickColor.new("Crimson")
  2348. Part8.Reflectance = 0.10000000149012
  2349. Part8.Transparency = 0.39999997615814
  2350. Part8.Rotation = Vector3.new(50.6800003, 88.6299973, 39.8600006)
  2351. Part8.FormFactor = Enum.FormFactor.Custom
  2352. Part8.Size = Vector3.new(0.230967745, 0.230967745, 0.230967745)
  2353. Part8.CFrame = CFrame.new(-1.55203056, 1.50704026, 4.33784962, 0.0183184352, -0.0152923148, 0.999715269, 0.999786556, -0.0092829708, -0.0184617396, 0.00956263579, 0.9998402, 0.0151189938)
  2354. Part8.BottomSurface = Enum.SurfaceType.Smooth
  2355. Part8.TopSurface = Enum.SurfaceType.Smooth
  2356. Part8.Color = Color3.new(1, 0, 0)
  2357. Part8.Position = Vector3.new(-1.55203056, 1.50704026, 4.33784962)
  2358. Part8.Orientation = Vector3.new(1.05999994, 89.1299973, 90.5299988)
  2359. Part8.Color = Color3.new(1, 0, 0)
  2360. CylinderMesh9.Parent = Part8
  2361. CylinderMesh9.Offset = Vector3.new(0, -0.020833334, 0)
  2362. CylinderMesh9.Scale = Vector3.new(0.50000006, 0.208333343, 0.50000006)
  2363. CylinderMesh9.Scale = Vector3.new(0.50000006, 0.208333343, 0.50000006)
  2364. Weld10.Name = "qCFrameWeldThingy"
  2365. Weld10.Parent = Part8
  2366. Weld10.C1 = CFrame.new(-0.645160437, 0.607823014, 0.818351865, 0.0187260006, 0.999761701, 0.0112256743, -0.0127832592, -0.010987334, 0.999858201, 0.999742925, -0.0188668445, 0.0125744585)
  2367. Weld10.Part0 = Part1
  2368. Weld10.Part1 = Part8
  2369. CFrameValue11.Name = "qRelativeCFrameWeldValue"
  2370. CFrameValue11.Parent = Part8
  2371. CFrameValue11.Value = CFrame.new(-0.645160437, 0.607823014, 0.818351865, 0.0187260006, 0.999761701, 0.0112256743, -0.0127832592, -0.010987334, 0.999858201, 0.999742925, -0.0188668445, 0.0125744585)
  2372. Part12.Parent = Model0
  2373. Part12.Material = Enum.Material.Metal
  2374. Part12.BrickColor = BrickColor.new("Really black")
  2375. Part12.Rotation = Vector3.new(0.529999971, -0.879999995, -1.04999995)
  2376. Part12.FormFactor = Enum.FormFactor.Custom
  2377. Part12.Size = Vector3.new(0.230967745, 0.230967745, 0.230967745)
  2378. Part12.CFrame = CFrame.new(-1.52321947, 1.63280272, 4.41821718, 0.999715269, 0.0183183961, -0.0152925607, -0.0184617024, 0.999786556, -0.00928292237, 0.0151192397, 0.00956259109, 0.9998402)
  2379. Part12.BottomSurface = Enum.SurfaceType.Smooth
  2380. Part12.TopSurface = Enum.SurfaceType.Smooth
  2381. Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2382. Part12.Position = Vector3.new(-1.52321947, 1.63280272, 4.41821718)
  2383. Part12.Orientation = Vector3.new(0.529999971, -0.879999995, -1.05999994)
  2384. Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2385. BlockMesh13.Parent = Part12
  2386. BlockMesh13.Offset = Vector3.new(0, -0.020833334, 0)
  2387. BlockMesh13.Scale = Vector3.new(0.833333373, 0.208333343, 0.833333373)
  2388. BlockMesh13.Scale = Vector3.new(0.833333373, 0.208333343, 0.833333373)
  2389. Weld14.Name = "qCFrameWeldThingy"
  2390. Weld14.Parent = Part12
  2391. Weld14.C1 = CFrame.new(0.790655851, -0.772192478, 0.529076099, 0.999742925, -0.0188668072, 0.0125747044, 0.0187259614, 0.999761701, 0.0112256296, -0.0127835041, -0.0109872855, 0.999858201)
  2392. Weld14.Part0 = Part1
  2393. Weld14.Part1 = Part12
  2394. CFrameValue15.Name = "qRelativeCFrameWeldValue"
  2395. CFrameValue15.Parent = Part12
  2396. CFrameValue15.Value = CFrame.new(0.790655851, -0.772192478, 0.529076099, 0.999742925, -0.0188668072, 0.0125747044, 0.0187259614, 0.999761701, 0.0112256296, -0.0127835041, -0.0109872855, 0.999858201)
  2397. Part16.Parent = Model0
  2398. Part16.Material = Enum.Material.Metal
  2399. Part16.BrickColor = BrickColor.new("Really black")
  2400. Part16.Rotation = Vector3.new(0.529999971, -0.879999995, -1.04999995)
  2401. Part16.FormFactor = Enum.FormFactor.Custom
  2402. Part16.Size = Vector3.new(0.230967745, 0.230967745, 0.230967745)
  2403. Part16.CFrame = CFrame.new(-1.53273463, 1.75298595, 4.43074036, 0.999715269, 0.0183183961, -0.0152925961, -0.0184617024, 0.999786556, -0.00928292144, 0.0151192751, 0.00956259109, 0.9998402)
  2404. Part16.BottomSurface = Enum.SurfaceType.Smooth
  2405. Part16.TopSurface = Enum.SurfaceType.Smooth
  2406. Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2407. Part16.Position = Vector3.new(-1.53273463, 1.75298595, 4.43074036)
  2408. Part16.Orientation = Vector3.new(0.529999971, -0.879999995, -1.05999994)
  2409. Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2410. CylinderMesh17.Parent = Part16
  2411. CylinderMesh17.Scale = Vector3.new(0.0829999968, 3.33299994, 0.0829999968)
  2412. CylinderMesh17.Scale = Vector3.new(0.0829999968, 3.33299994, 0.0829999968)
  2413. Weld18.Name = "qCFrameWeldThingy"
  2414. Weld18.Parent = Part16
  2415. Weld18.C1 = CFrame.new(0.802197814, -0.892295361, 0.517525375, 0.999742925, -0.0188668072, 0.0125747398, 0.0187259614, 0.999761701, 0.0112256296, -0.0127835395, -0.0109872846, 0.999858201)
  2416. Weld18.Part0 = Part1
  2417. Weld18.Part1 = Part16
  2418. CFrameValue19.Name = "qRelativeCFrameWeldValue"
  2419. CFrameValue19.Parent = Part16
  2420. CFrameValue19.Value = CFrame.new(0.802197814, -0.892295361, 0.517525375, 0.999742925, -0.0188668072, 0.0125747398, 0.0187259614, 0.999761701, 0.0112256296, -0.0127835395, -0.0109872846, 0.999858201)
  2421.  
  2422. musec = Instance.new("Sound")
  2423. musec.Parent = workspace.CurrentCamera
  2424. musec.SoundId = "rbxassetid://360141233"
  2425. musec.Volume = .5
  2426. musec:Play()
  2427. Ghosting_Weld = Instance.new("Weld")
  2428. Ghosting_Weld.Parent = Part1
  2429. Ghosting_Weld.Part0 = Part1
  2430. Ghosting_Weld.Part1 = game.Players.LocalPlayer.Character.Torso
  2431.  
  2432.  
  2433. radModel0 = Instance.new("Model")
  2434. radStringValue1 = Instance.new("StringValue")
  2435. radStringValue2 = Instance.new("StringValue")
  2436. radStringValue3 = Instance.new("StringValue")
  2437. radStringValue4 = Instance.new("StringValue")
  2438. radStringValue5 = Instance.new("StringValue")
  2439. radStringValue6 = Instance.new("StringValue")
  2440. radStringValue7 = Instance.new("StringValue")
  2441. radModel0.Name = "Oni0nRadioNetwork"
  2442. radModel0.Parent = script
  2443. radStringValue1.Name = "Line1"
  2444. radStringValue1.Value = "----------------------------------------------------------------------------------"
  2445. radStringValue1.Parent = radModel0
  2446. radStringValue2.Name = "Line2"
  2447. radStringValue2.Value = "----------------------------------------------------------------------------------"
  2448. radStringValue2.Parent = radModel0
  2449. radStringValue3.Name = "Line3"
  2450. radStringValue3.Value = "----------------------------------------------------------------------------------"
  2451. radStringValue3.Parent = radModel0
  2452. radStringValue4.Name = "Line4"
  2453. radStringValue4.Value = "----------------------------------------------------------------------------------"
  2454. radStringValue4.Parent = radModel0
  2455. radStringValue5.Name = "Line5"
  2456. radStringValue5.Value = "----------------------------------------------------------------------------------"
  2457. radStringValue5.Parent = radModel0
  2458. radStringValue6.Name = "Line6"
  2459. radStringValue6.Value = "----------------------------------------------------------------------------------"
  2460. radStringValue6.Parent = radModel0
  2461. radStringValue7.Name = "Line7"
  2462. radStringValue7.Value = "----------------------------------------------------------------------------------"
  2463. radStringValue7.Parent = radModel0
  2464.  
  2465. OnValue = Instance.new("BoolValue")
  2466. OnValue.Name = "On"
  2467. OnValue.Parent = script
  2468. wait()
  2469. char = game.Players.LocalPlayer.Character
  2470.  
  2471. if game:GetService("ReplicatedStorage"):findFirstChild("Oni0nRadioNetwork") == nil then
  2472. script.Oni0nRadioNetwork:Clone().Parent = game:GetService("ReplicatedStorage")
  2473. end
  2474. wait()
  2475. script.Oni0nRadioNetwork:Remove()
  2476.  
  2477. wait(.3)
  2478. Part8.BrickColor = BrickColor.new("Crimson")
  2479. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  2480. if (key == "p") then
  2481. Toggle()
  2482. end
  2483. end)
  2484. wait(1)
  2485. function Toggle()
  2486. if Offffu == false then
  2487. Offffu = true
  2488. script.On.Value = true
  2489. Radio_Light.BrickColor = BrickColor.new("Really red")
  2490. elseif Offffu == true then
  2491. Offffu = false
  2492. script.On.Value = false
  2493. Radio_Light.BrickColor = BrickColor.new("Crimson")
  2494. end
  2495. Radio_Middle.Alert.Volume = 0.4
  2496. Radio_Middle.Alert:Play()
  2497. end
  2498.  
  2499. local OxygenAttachment1 = Instance.new("Attachment")
  2500. OxygenAttachment1.Parent = PENIS
  2501. OxygenAttachment1.Name = "TANK1"
  2502. OxygenAttachment1.Visible = false
  2503. OxygenAttachment1.Position = Vector3.new(0.004, -0.02, -0)
  2504.  
  2505. local RopeConstraint0 = Instance.new("RopeConstraint")
  2506.  
  2507. --Converted with ttyyuu12345's model to script plugin v4
  2508. function sandbox(var,func)
  2509. local env = getfenv(func)
  2510. local newenv = setmetatable({},{
  2511. __index = function(self,k)
  2512. if k=="script" then
  2513. return var
  2514. else
  2515. return env[k]
  2516. end
  2517. end,
  2518. })
  2519. setfenv(func,newenv)
  2520. return func
  2521. end
  2522. cors = {}
  2523. mas = Instance.new("Model",game:GetService("Lighting"))
  2524. Oni0n = Instance.new("ScreenGui")
  2525. Oni0n.Name = "Oni0nRadio"
  2526. Oni0n.Parent = mas
  2527. Frame0 = Instance.new("Frame")
  2528. TextLabel1 = Instance.new("TextLabel")
  2529. TextLabel2 = Instance.new("TextLabel")
  2530. TextLabel3 = Instance.new("TextLabel")
  2531. TextLabel4 = Instance.new("TextLabel")
  2532. TextLabel5 = Instance.new("TextLabel")
  2533. TextLabel6 = Instance.new("TextLabel")
  2534. TextLabel7 = Instance.new("TextLabel")
  2535. TextLabel8 = Instance.new("TextLabel")
  2536. ObjectValue9 = Instance.new("ObjectValue")
  2537. LocalScript10 = Instance.new("LocalScript")
  2538. LocalScript11 = Instance.new("LocalScript")
  2539. Script12 = Instance.new("Script")
  2540. Script13 = Instance.new("Script")
  2541. Frame0.Parent = Oni0n
  2542. Frame0.Size = UDim2.new(-0.349999994, 0, -0.25, 0)
  2543. Frame0.Style = Enum.FrameStyle.RobloxRound
  2544. Frame0.Position = UDim2.new(0.975000024, 0, 0.899999976, 0)
  2545. Frame0.BackgroundColor3 = Color3.new(0, 0, 0)
  2546. Frame0.BorderColor3 = Color3.new(0, 0, 0)
  2547. Frame0.BorderSizePixel = 0
  2548. TextLabel1.Name = "Title"
  2549. TextLabel1.Parent = Frame0
  2550. TextLabel1.Transparency = 0.80000001192093
  2551. TextLabel1.Size = UDim2.new(1, 0, 0.200000003, 0)
  2552. TextLabel1.Text = "Third Reich Comms"
  2553. TextLabel1.Active = true
  2554. TextLabel1.BackgroundColor3 = Color3.new(1, 1, 1)
  2555. TextLabel1.BackgroundTransparency = 0.80000001192093
  2556. TextLabel1.BorderColor3 = Color3.new(1, 1, 1)
  2557. TextLabel1.Font = Enum.Font.ArialBold
  2558. TextLabel1.FontSize = Enum.FontSize.Size24
  2559. TextLabel1.TextColor3 = Color3.new(255, 0, 0)
  2560. TextLabel1.TextScaled = true
  2561. TextLabel1.TextTransparency = 0.20000000298023
  2562. TextLabel1.TextWrapped = true
  2563. TextLabel2.Name = "Line1"
  2564. TextLabel2.Parent = Frame0
  2565. TextLabel2.Transparency = 0.80000001192093
  2566. TextLabel2.Size = UDim2.new(1, 0, 0.0799999982, 0)
  2567. TextLabel2.Text = "NONE"
  2568. TextLabel2.Position = UDim2.new(0, 0, 0.25, 0)
  2569. TextLabel2.BackgroundColor3 = Color3.new(0, 0, 0)
  2570. TextLabel2.BackgroundTransparency = 0.80000001192093
  2571. TextLabel2.BorderColor3 = Color3.new(1, 1, 1)
  2572. TextLabel2.Font = Enum.Font.ArialBold
  2573. TextLabel2.TextColor3 = Color3.new(255, 0, 0)
  2574. TextLabel2.TextScaled = true
  2575. TextLabel2.TextTransparency = 0.20000000298023
  2576. TextLabel2.TextWrapped = true
  2577. TextLabel2.TextXAlignment = Enum.TextXAlignment.Left
  2578. TextLabel3.Name = "Line2"
  2579. TextLabel3.Parent = Frame0
  2580. TextLabel3.Transparency = 0.80000001192093
  2581. TextLabel3.Size = UDim2.new(1, 0, 0.0799999982, 0)
  2582. TextLabel3.Text = "NONE"
  2583. TextLabel3.Position = UDim2.new(0, 0, 0.349999994, 0)
  2584. TextLabel3.BackgroundColor3 = Color3.new(0, 0, 0)
  2585. TextLabel3.BackgroundTransparency = 0.80000001192093
  2586. TextLabel3.BorderColor3 = Color3.new(1, 1, 1)
  2587. TextLabel3.Font = Enum.Font.ArialBold
  2588. TextLabel3.TextColor3 = Color3.new(255, 0, 0)
  2589. TextLabel3.TextScaled = true
  2590. TextLabel3.TextTransparency = 0.20000000298023
  2591. TextLabel3.TextWrapped = true
  2592. TextLabel3.TextXAlignment = Enum.TextXAlignment.Left
  2593. TextLabel4.Name = "Line3"
  2594. TextLabel4.Parent = Frame0
  2595. TextLabel4.Transparency = 0.80000001192093
  2596. TextLabel4.Size = UDim2.new(1, 0, 0.0799999982, 0)
  2597. TextLabel4.Text = "NONE"
  2598. TextLabel4.Position = UDim2.new(0, 0, 0.449999988, 0)
  2599. TextLabel4.BackgroundColor3 = Color3.new(0, 0, 0)
  2600. TextLabel4.BackgroundTransparency = 0.80000001192093
  2601. TextLabel4.BorderColor3 = Color3.new(1, 1, 1)
  2602. TextLabel4.Font = Enum.Font.ArialBold
  2603. TextLabel4.TextColor3 = Color3.new(255, 0, 0)
  2604. TextLabel4.TextScaled = true
  2605. TextLabel4.TextTransparency = 0.20000000298023
  2606. TextLabel4.TextWrapped = true
  2607. TextLabel4.TextXAlignment = Enum.TextXAlignment.Left
  2608. TextLabel5.Name = "Line4"
  2609. TextLabel5.Parent = Frame0
  2610. TextLabel5.Transparency = 0.80000001192093
  2611. TextLabel5.Size = UDim2.new(1, 0, 0.0799999982, 0)
  2612. TextLabel5.Text = "NONE"
  2613. TextLabel5.Position = UDim2.new(0, 0, 0.550000012, 0)
  2614. TextLabel5.BackgroundColor3 = Color3.new(0, 0, 0)
  2615. TextLabel5.BackgroundTransparency = 0.80000001192093
  2616. TextLabel5.BorderColor3 = Color3.new(1, 1, 1)
  2617. TextLabel5.Font = Enum.Font.ArialBold
  2618. TextLabel5.TextColor3 = Color3.new(255, 0, 0)
  2619. TextLabel5.TextScaled = true
  2620. TextLabel5.TextTransparency = 0.20000000298023
  2621. TextLabel5.TextWrapped = true
  2622. TextLabel5.TextXAlignment = Enum.TextXAlignment.Left
  2623. TextLabel6.Name = "Line5"
  2624. TextLabel6.Parent = Frame0
  2625. TextLabel6.Transparency = 0.80000001192093
  2626. TextLabel6.Size = UDim2.new(1, 0, 0.0799999982, 0)
  2627. TextLabel6.Text = "NONE"
  2628. TextLabel6.Position = UDim2.new(0, 0, 0.649999976, 0)
  2629. TextLabel6.BackgroundColor3 = Color3.new(0, 0, 0)
  2630. TextLabel6.BackgroundTransparency = 0.80000001192093
  2631. TextLabel6.BorderColor3 = Color3.new(1, 1, 1)
  2632. TextLabel6.Font = Enum.Font.ArialBold
  2633. TextLabel6.TextColor3 = Color3.new(255, 0, 0)
  2634. TextLabel6.TextScaled = true
  2635. TextLabel6.TextTransparency = 0.20000000298023
  2636. TextLabel6.TextWrapped = true
  2637. TextLabel6.TextXAlignment = Enum.TextXAlignment.Left
  2638. TextLabel7.Name = "Line6"
  2639. TextLabel7.Parent = Frame0
  2640. TextLabel7.Transparency = 0.80000001192093
  2641. TextLabel7.Size = UDim2.new(1, 0, 0.0799999982, 0)
  2642. TextLabel7.Text = "NONE"
  2643. TextLabel7.Position = UDim2.new(0, 0, 0.75, 0)
  2644. TextLabel7.BackgroundColor3 = Color3.new(0, 0, 0)
  2645. TextLabel7.BackgroundTransparency = 0.80000001192093
  2646. TextLabel7.BorderColor3 = Color3.new(1, 1, 1)
  2647. TextLabel7.Font = Enum.Font.ArialBold
  2648. TextLabel7.TextColor3 = Color3.new(255, 0, 0)
  2649. TextLabel7.TextScaled = true
  2650. TextLabel7.TextTransparency = 0.20000000298023
  2651. TextLabel7.TextWrapped = true
  2652. TextLabel7.TextXAlignment = Enum.TextXAlignment.Left
  2653. TextLabel8.Name = "Line7"
  2654. TextLabel8.Parent = Frame0
  2655. TextLabel8.Transparency = 0.80000001192093
  2656. TextLabel8.Size = UDim2.new(1, 0, 0.0799999982, 0)
  2657. TextLabel8.Text = "NONE"
  2658. TextLabel8.Position = UDim2.new(0, 0, 0.850000024, 0)
  2659. TextLabel8.BackgroundColor3 = Color3.new(0, 0, 0)
  2660. TextLabel8.BackgroundTransparency = 0.80000001192093
  2661. TextLabel8.BorderColor3 = Color3.new(1, 1, 1)
  2662. TextLabel8.Font = Enum.Font.ArialBold
  2663. TextLabel8.TextColor3 = Color3.new(255, 0, 0)
  2664. TextLabel8.TextScaled = true
  2665. TextLabel8.TextTransparency = 0.20000000298023
  2666. TextLabel8.TextWrapped = true
  2667. TextLabel8.TextXAlignment = Enum.TextXAlignment.Left
  2668. ObjectValue9.Name = "Tool"
  2669. ObjectValue9.Parent = Oni0n
  2670. ObjectValue9.Value = script
  2671. LocalScript10.Name = "RadioGUIScript[o]"
  2672. LocalScript10.Parent = Oni0n
  2673. LocalScript10.Disabled = true
  2674. table.insert(cors,sandbox(LocalScript10,function()
  2675. --Mark901
  2676. wait(1)
  2677. local MainGUI = script.Parent
  2678. local GUI = MainGUI.Frame
  2679. local Tool = MainGUI.Tool
  2680. local Channel = game:GetService("ReplicatedStorage")["Oni0nRadioNetwork"]
  2681.  
  2682.  
  2683. function Transmit(MSG, Targ)
  2684. if Tool.Value.On.Value == false then return end
  2685. Channel.Line1.Value = Channel.Line2.Value
  2686. Channel.Line2.Value = Channel.Line3.Value
  2687. Channel.Line3.Value = Channel.Line4.Value
  2688. Channel.Line4.Value = Channel.Line5.Value
  2689. Channel.Line5.Value = Channel.Line6.Value
  2690. Channel.Line6.Value = Channel.Line7.Value
  2691. Channel.Line7.Value = "[HUMAN]"..game.Players.LocalPlayer.Name ..": ".. MSG
  2692. end
  2693.  
  2694.  
  2695. game.Players.LocalPlayer.Chatted:connect(Transmit)
  2696. end))
  2697. LocalScript11.Name = "UpdateScript[o]"
  2698. LocalScript11.Parent = Oni0n
  2699. LocalScript11.Disabled = true
  2700. --[[table.insert(cors,sandbox(LocalScript11,function()
  2701. --Mark901
  2702. wait(1)
  2703. local MainGUI = script.Parent
  2704. local GUI = MainGUI.Frame
  2705. local Tool = MainGUI.Tool
  2706. local Channel = game:GetService("ReplicatedStorage")["OfficerRadioSystem"]
  2707.  
  2708.  
  2709. function Update()
  2710. GUI.Line1.Text = Channel.Line1.Value
  2711. GUI.Line2.Text = Channel.Line2.Value
  2712. GUI.Line3.Text = Channel.Line3.Value
  2713. GUI.Line4.Text = Channel.Line4.Value
  2714. GUI.Line5.Text = Channel.Line5.Value
  2715. GUI.Line6.Text = Channel.Line6.Value
  2716. GUI.Line7.Text = Channel.Line7.Value
  2717. Radio_Middle.Alert.Volume = 0.4
  2718. Radio_Middle.Alert:Play()
  2719. end
  2720.  
  2721.  
  2722. Channel.Line7.Changed:connect(Update)
  2723. wait(0.2)
  2724. Update()
  2725. end))]]--
  2726. Script12.Name = "RadioGUIScript"
  2727. Script12.Parent = Oni0n
  2728. Script12.Disabled = true
  2729. --[[table.insert(cors,sandbox(Script12,function()
  2730. --Mark901
  2731. wait(1)
  2732. local MainGUI = script.Parent
  2733. local GUI = MainGUI.Frame
  2734. local Tool = MainGUI.Tool
  2735. local Channel = game:GetService("ReplicatedStorage")["OfficerRadioSystem"]
  2736.  
  2737.  
  2738. function Transmit(MSG, Targ)
  2739. if Tool.Value.On.Value == false then return end
  2740. Channel.Line1.Value = Channel.Line2.Value
  2741. Channel.Line2.Value = Channel.Line3.Value
  2742. Channel.Line3.Value = Channel.Line4.Value
  2743. Channel.Line4.Value = Channel.Line5.Value
  2744. Channel.Line5.Value = Channel.Line6.Value
  2745. Channel.Line6.Value = Channel.Line7.Value
  2746. Channel.Line7.Value = " ".. Tool.Value.Parent.Parent.Name ..": ".. MSG
  2747. end
  2748.  
  2749.  
  2750. script.Parent.Parent.Parent.Chatted:connect(Transmit)
  2751. end))]]--
  2752. Script13.Name = "UpdateScript"
  2753. Script13.Parent = Oni0n
  2754. Script13.Disabled = true
  2755. table.insert(cors,sandbox(Script13,function()
  2756. --Mark901
  2757. wait(1)
  2758. local MainGUI = script.Parent
  2759. local GUI = MainGUI.Frame
  2760. local Tool = MainGUI.Tool
  2761. local Channel = game:GetService("ReplicatedStorage")["Oni0nRadioNetwork"]
  2762.  
  2763.  
  2764. function Update()
  2765. GUI.Line1.Text = Channel.Line1.Value
  2766. GUI.Line2.Text = Channel.Line2.Value
  2767. GUI.Line3.Text = Channel.Line3.Value
  2768. GUI.Line4.Text = Channel.Line4.Value
  2769. GUI.Line5.Text = Channel.Line5.Value
  2770. GUI.Line6.Text = Channel.Line6.Value
  2771. GUI.Line7.Text = Channel.Line7.Value
  2772. Radio_Middle.Alert.Volume = 0.4
  2773. Radio_Middle.Alert:Play()
  2774. end
  2775.  
  2776.  
  2777. Channel.Line7.Changed:connect(Update)
  2778. wait(0.2)
  2779. Update()
  2780. end))
  2781. for i,v in pairs(mas:GetChildren()) do
  2782. v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  2783. pcall(function() v:MakeJoints() end)
  2784. end
  2785. mas:Destroy()
  2786. for i,v in pairs(cors) do
  2787. spawn(function()
  2788. pcall(v)
  2789. end)
  2790. end
  2791.  
  2792. Part8.BrickColor = BrickColor.new("Crimson")
  2793.  
  2794.  
  2795. --[[
  2796. [Head/Waist Follow Mouse/Camera Script.]
  2797. [Works with both R6 and R15, lets you turn your character's head and waist towards your mouse/camera.]
  2798. [Scripted by (Unknown), upgraded by OhHeyItsCory.]
  2799. [I'm not sure who made the original script and the person I found it from definitely didn't make it.]
  2800. [If you find the original creator, please let me know so I can properly credit them <3]
  2801. [Anyways, here's a list of what I've added.]
  2802. [Waist rotation. (Previously, only the head turned.)]
  2803. [Tweening. (Basically, animating the rotation instead of instantly turning.)]
  2804. [Full body rotation. (If set to true, rotates the entire body towards the mouse.)]
  2805. [Specific rotation limits. (The original script used one variable to set the limits of both horizontal and vertical rotation, now there's variables for both limits!)]
  2806. --]]
  2807.  
  2808. wait()
  2809.  
  2810. --[Pre-Funcs]:
  2811.  
  2812. local Ang = CFrame.Angles --[Storing these as variables so I dont have to type them out.]
  2813. local aSin = math.asin
  2814. local aTan = math.atan
  2815.  
  2816. --[Constants]:
  2817.  
  2818. local Cam = game.Workspace.CurrentCamera
  2819.  
  2820. local Plr = game.Players.LocalPlayer
  2821. local Mouse = Plr:GetMouse()
  2822. local Body = Plr.Character or Plr.CharacterAdded:wait()
  2823. local Head = Body:WaitForChild("Head")
  2824. local Hum = Body:WaitForChild("Dick")
  2825. local Core = Body:WaitForChild("HumanoidRootPart")
  2826. local IsR6 = (Hum.RigType.Value==0) --[Checking if the player is using R15 or R6.]
  2827. local Trso = (IsR6 and Body:WaitForChild("Torso")) or Body:WaitForChild("UpperTorso")
  2828. local Neck = (IsR6 and Trso:WaitForChild("Neck")) or Head:WaitForChild("Neck") --[Once we know the Rig, we know what to find.]
  2829. local Waist = (not IsR6 and Trso:WaitForChild("Waist")) --[R6 doesn't have a waist joint, unfortunately.]
  2830.  
  2831. --[[
  2832. [Whether rotation follows the camera or the mouse.]
  2833. [Useful with tools if true, but camera tracking runs smoother.]
  2834. --]]
  2835. local MseGuide = true
  2836. --[[
  2837. [Whether the whole character turns to face the mouse.]
  2838. [If set to true, MseGuide will be set to true and both HeadHorFactor and BodyHorFactor will be set to 0]
  2839. --]]
  2840. local TurnCharacterToMouse = false
  2841. --[[
  2842. [Horizontal and Vertical limits for head and body tracking.]
  2843. [Setting to 0 negates tracking, setting to 1 is normal tracking, and setting to anything higher than 1 goes past real life head/body rotation capabilities.]
  2844. --]]
  2845. local HeadHorFactor = 1
  2846. local HeadVertFactor = 0.6
  2847. local BodyHorFactor = 0.5
  2848. local BodyVertFactor = 0.4
  2849.  
  2850. --[[
  2851. [How fast the body rotates.]
  2852. [Setting to 0 negates tracking, and setting to 1 is instant rotation. 0.5 is a nice in-between that works with MseGuide on or off.]
  2853. [Setting this any higher than 1 causes weird glitchy shaking occasionally.]
  2854. --]]
  2855. local UpdateSpeed = 0.5
  2856.  
  2857. local NeckOrgnC0 = Neck.C0 --[Get the base C0 to manipulate off of.]
  2858. local WaistOrgnC0 = (not IsR6 and Waist.C0) --[Get the base C0 to manipulate off of.]
  2859.  
  2860. --[Setup]:
  2861.  
  2862. Neck.MaxVelocity = 1/3
  2863.  
  2864. -- Activation]:
  2865. if TurnCharacterToMouse == true then
  2866. MseGuide = true
  2867. HeadHorFactor = 0
  2868. BodyHorFactor = 0
  2869. end
  2870. game.Players.LocalPlayer.Character.Head.face.Name = "%&$%&·$B%$/%&RE&%/·W$%&V$%N%FACE"
  2871.  
  2872. game.Players.LocalPlayer.Character.Dick.Died:connect(function(kys)
  2873. chatfunc("☜✞☜☼✡⚐☠☜ 👎✋☜💧 ✌❄ ❄☟☜ ☜☠👎")
  2874. end)
  2875.  
  2876. Model0 = Instance.new("Model")
  2877. Part1 = Instance.new("Part")
  2878. Part2 = Instance.new("Part")
  2879. Weld3 = Instance.new("Weld")
  2880. CFrameValue4 = Instance.new("CFrameValue")
  2881. Part5 = Instance.new("Part")
  2882. Weld6 = Instance.new("Weld")
  2883. CFrameValue7 = Instance.new("CFrameValue")
  2884. Part8 = Instance.new("Part")
  2885. Weld9 = Instance.new("Weld")
  2886. CFrameValue10 = Instance.new("CFrameValue")
  2887. Part11 = Instance.new("Part")
  2888. Weld12 = Instance.new("Weld")
  2889. CFrameValue13 = Instance.new("CFrameValue")
  2890. Part14 = Instance.new("Part")
  2891. Weld15 = Instance.new("Weld")
  2892. CFrameValue16 = Instance.new("CFrameValue")
  2893. Part17 = Instance.new("Part")
  2894. Weld18 = Instance.new("Weld")
  2895. CFrameValue19 = Instance.new("CFrameValue")
  2896. Part20 = Instance.new("Part")
  2897. Weld21 = Instance.new("Weld")
  2898. CFrameValue22 = Instance.new("CFrameValue")
  2899. Part23 = Instance.new("Part")
  2900. Weld24 = Instance.new("Weld")
  2901. CFrameValue25 = Instance.new("CFrameValue")
  2902. Part26 = Instance.new("Part")
  2903. Weld27 = Instance.new("Weld")
  2904. CFrameValue28 = Instance.new("CFrameValue")
  2905. Part29 = Instance.new("Part")
  2906. Weld30 = Instance.new("Weld")
  2907. CFrameValue31 = Instance.new("CFrameValue")
  2908. Part32 = Instance.new("Part")
  2909. Weld33 = Instance.new("Weld")
  2910. CFrameValue34 = Instance.new("CFrameValue")
  2911. Part35 = Instance.new("Part")
  2912. Weld36 = Instance.new("Weld")
  2913. CFrameValue37 = Instance.new("CFrameValue")
  2914. Part38 = Instance.new("Part")
  2915. Weld39 = Instance.new("Weld")
  2916. CFrameValue40 = Instance.new("CFrameValue")
  2917. Model0.Name = "Leg1"
  2918. Model0.Parent = game.Players.LocalPlayer.Character
  2919. Part1.Parent = Model0
  2920. Part1.Material = Enum.Material.SmoothPlastic
  2921. Part1.BrickColor = BrickColor.new("Really black")
  2922. Part1.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  2923. Part1.CanCollide = false
  2924. Part1.Size = Vector3.new(1.12, 0.200000003, 0.200000003)
  2925. Part1.CFrame = CFrame.new(-18.3729591, 3.03018045, 23.5943546, -0.104140036, 0.994561672, -0.00137339835, 0.994376838, 0.104147166, 0.019186113, 0.0192248076, 0.000632366922, -0.999814987)
  2926. Part1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2927. Part1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2928. Part1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2929. Part1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2930. Part1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2931. Part1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2932. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2933. Part1.Position = Vector3.new(-18.3729591, 3.03018045, 23.5943546)
  2934. Part1.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  2935. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2936. Part2.Parent = Model0
  2937. Part2.Material = Enum.Material.SmoothPlastic
  2938. Part2.BrickColor = BrickColor.new("Really black")
  2939. Part2.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  2940. Part2.CanCollide = false
  2941. Part2.Size = Vector3.new(0.200000003, 0.200000003, 1.10000002)
  2942. Part2.CFrame = CFrame.new(-18.0173988, 2.61329341, 23.1558533, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  2943. Part2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2944. Part2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2945. Part2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2946. Part2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2947. Part2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2948. Part2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2949. Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2950. Part2.Position = Vector3.new(-18.0173988, 2.61329341, 23.1558533)
  2951. Part2.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  2952. Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2953. Weld3.Name = "qCFrameWeldThingy"
  2954. Weld3.Parent = Part2
  2955. Weld3.C1 = CFrame.new(0.460000992, -0.309931993, -0.429933548, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  2956. Weld3.Part0 = Part1
  2957. Weld3.Part1 = Part2
  2958. CFrameValue4.Name = "qRelativeCFrameWeldValue"
  2959. CFrameValue4.Parent = Part2
  2960. CFrameValue4.Value = CFrame.new(0.460000992, -0.309931993, -0.429933548, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  2961. Part5.Parent = Model0
  2962. Part5.Material = Enum.Material.SmoothPlastic
  2963. Part5.BrickColor = BrickColor.new("Really black")
  2964. Part5.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  2965. Part5.CanCollide = false
  2966. Part5.Size = Vector3.new(1.12, 0.200000003, 0.200000003)
  2967. Part5.CFrame = CFrame.new(-18.3741989, 3.04749036, 22.6944733, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  2968. Part5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2969. Part5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2970. Part5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2971. Part5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2972. Part5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2973. Part5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2974. Part5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2975. Part5.Position = Vector3.new(-18.3741989, 3.04749036, 22.6944733)
  2976. Part5.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  2977. Part5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2978. Weld6.Name = "qCFrameWeldThingy"
  2979. Weld6.Parent = Part5
  2980. Weld6.C1 = CFrame.new(-4.19616699e-05, 0, -0.90004921, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  2981. Weld6.Part0 = Part1
  2982. Weld6.Part1 = Part5
  2983. CFrameValue7.Name = "qRelativeCFrameWeldValue"
  2984. CFrameValue7.Parent = Part5
  2985. CFrameValue7.Value = CFrame.new(-4.19616699e-05, 0, -0.90004921, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  2986. Part8.Parent = Model0
  2987. Part8.Material = Enum.Material.SmoothPlastic
  2988. Part8.BrickColor = BrickColor.new("Really black")
  2989. Part8.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  2990. Part8.CanCollide = false
  2991. Part8.Size = Vector3.new(0.200000003, 0.200000003, 0.980000019)
  2992. Part8.CFrame = CFrame.new(-18.4313564, 3.49405909, 23.2131767, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  2993. Part8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2994. Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2995. Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2996. Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2997. Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2998. Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2999. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3000. Part8.Position = Vector3.new(-18.4313564, 3.49405909, 23.2131767)
  3001. Part8.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3002. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3003. Weld9.Name = "qCFrameWeldThingy"
  3004. Weld9.Parent = Part8
  3005. Weld9.C1 = CFrame.new(-0.46002388, 0.010010004, -0.390087128, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3006. Weld9.Part0 = Part1
  3007. Weld9.Part1 = Part8
  3008. CFrameValue10.Name = "qRelativeCFrameWeldValue"
  3009. CFrameValue10.Parent = Part8
  3010. CFrameValue10.Value = CFrame.new(-0.46002388, 0.010010004, -0.390087128, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3011. Part11.Parent = Model0
  3012. Part11.Material = Enum.Material.SmoothPlastic
  3013. Part11.BrickColor = BrickColor.new("Really black")
  3014. Part11.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3015. Part11.CanCollide = false
  3016. Part11.Size = Vector3.new(1.12, 0.200000003, 0.200000003)
  3017. Part11.CFrame = CFrame.new(-18.0659237, 3.07936549, 22.7147007, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3018. Part11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3019. Part11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3020. Part11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3021. Part11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3022. Part11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3023. Part11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3024. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3025. Part11.Position = Vector3.new(-18.0659237, 3.07936549, 22.7147007)
  3026. Part11.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3027. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3028. Weld12.Name = "qCFrameWeldThingy"
  3029. Weld12.Parent = Part11
  3030. Weld12.C1 = CFrame.new(-2.28881836e-05, -0.309931993, -0.880012512, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3031. Weld12.Part0 = Part1
  3032. Weld12.Part1 = Part11
  3033. CFrameValue13.Name = "qRelativeCFrameWeldValue"
  3034. CFrameValue13.Parent = Part11
  3035. CFrameValue13.Value = CFrame.new(-2.28881836e-05, -0.309931993, -0.880012512, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3036. Part14.Parent = Model0
  3037. Part14.Material = Enum.Material.SmoothPlastic
  3038. Part14.BrickColor = BrickColor.new("Really black")
  3039. Part14.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3040. Part14.CanCollide = false
  3041. Part14.Size = Vector3.new(0.200000003, 0.200000003, 1.10000002)
  3042. Part14.CFrame = CFrame.new(-18.325676, 2.58143425, 23.1355782, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3043. Part14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3044. Part14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3045. Part14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3046. Part14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3047. Part14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3048. Part14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3049. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3050. Part14.Position = Vector3.new(-18.325676, 2.58143425, 23.1355782)
  3051. Part14.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3052. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3053. Weld15.Name = "qCFrameWeldThingy"
  3054. Weld15.Parent = Part14
  3055. Weld15.C1 = CFrame.new(0.45996666, 0, -0.450017929, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3056. Weld15.Part0 = Part1
  3057. Weld15.Part1 = Part14
  3058. CFrameValue16.Name = "qRelativeCFrameWeldValue"
  3059. CFrameValue16.Parent = Part14
  3060. CFrameValue16.Value = CFrame.new(0.45996666, 0, -0.450017929, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3061. Part17.Parent = Model0
  3062. Part17.Material = Enum.Material.SmoothPlastic
  3063. Part17.BrickColor = BrickColor.new("Really black")
  3064. Part17.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3065. Part17.CanCollide = false
  3066. Part17.Size = Vector3.new(0.919999957, 0.200000003, 0.980000019)
  3067. Part17.CFrame = CFrame.new(-18.0756702, 3.16945815, 23.2065067, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3068. Part17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3069. Part17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3070. Part17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3071. Part17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3072. Part17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3073. Part17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3074. Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3075. Part17.Position = Vector3.new(-18.0756702, 3.16945815, 23.2065067)
  3076. Part17.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3077. Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3078. Weld18.Name = "qCFrameWeldThingy"
  3079. Weld18.Parent = Part17
  3080. Weld18.C1 = CFrame.new(-0.100078583, -0.309931993, -0.390039444, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3081. Weld18.Part0 = Part1
  3082. Weld18.Part1 = Part17
  3083. CFrameValue19.Name = "qRelativeCFrameWeldValue"
  3084. CFrameValue19.Parent = Part17
  3085. CFrameValue19.Value = CFrame.new(-0.100078583, -0.309931993, -0.390039444, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3086. Part20.Name = "Middle"
  3087. Part20.Parent = Model0
  3088. Part20.BrickColor = BrickColor.new("Really black")
  3089. Part20.Transparency = 1
  3090. Part20.Rotation = Vector3.new(1.10000002, 0.0799999982, -84.0199966)
  3091. Part20.CanCollide = false
  3092. Part20.FormFactor = Enum.FormFactor.Symmetric
  3093. Part20.Size = Vector3.new(1.22000003, 2, 1)
  3094. Part20.CFrame = CFrame.new(-18.3028564, 3.0350101, 23.1542149, 0.104140192, 0.994561672, 0.00137326145, -0.994376838, 0.104147322, -0.0191858653, -0.0192245487, 0.000632480369, 0.999814987)
  3095. Part20.BottomSurface = Enum.SurfaceType.Smooth
  3096. Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3097. Part20.Position = Vector3.new(-18.3028564, 3.0350101, 23.1542149)
  3098. Part20.Orientation = Vector3.new(1.10000002, 0.0799999982, -84.0199966)
  3099. Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3100. Weld21.Name = "qCFrameWeldThingy"
  3101. Weld21.Parent = Part20
  3102. Weld21.C1 = CFrame.new(-0.0109596252, -0.0699470043, 0.44005394, -1, 1.58654103e-07, -2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, 2.59842778e-07, -1.1046334e-07, -1)
  3103. Weld21.Part0 = Part1
  3104. Weld21.Part1 = Part20
  3105. CFrameValue22.Name = "qRelativeCFrameWeldValue"
  3106. CFrameValue22.Parent = Part20
  3107. CFrameValue22.Value = CFrame.new(-0.0109596252, -0.0699470043, 0.44005394, -1, 1.58654103e-07, -2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, 2.59842778e-07, -1.1046334e-07, -1)
  3108. Part23.Parent = Model0
  3109. Part23.Material = Enum.Material.SmoothPlastic
  3110. Part23.BrickColor = BrickColor.new("Really black")
  3111. Part23.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3112. Part23.Size = Vector3.new(0.45788303, 0.195007578, 0.253826499)
  3113. Part23.CFrame = CFrame.new(-18.0880146, 3.62485242, 23.4053211, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3114. Part23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3115. Part23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3116. Part23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3117. Part23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3118. Part23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3119. Part23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3120. Part23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3121. Part23.Position = Vector3.new(-18.0880146, 3.62485242, 23.4053211)
  3122. Part23.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3123. Part23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3124. Weld24.Name = "qCFrameWeldThingy"
  3125. Weld24.Parent = Part23
  3126. Weld24.C1 = CFrame.new(-0.200016022, -0.345209002, 0.558019638, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3127. Weld24.Part0 = Part1
  3128. Weld24.Part1 = Part23
  3129. CFrameValue25.Name = "qRelativeCFrameWeldValue"
  3130. CFrameValue25.Parent = Part23
  3131. CFrameValue25.Value = CFrame.new(-0.200016022, -0.345209002, 0.558019638, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3132. Part26.Parent = Model0
  3133. Part26.Material = Enum.Material.Neon
  3134. Part26.BrickColor = BrickColor.new("Really red")
  3135. Part26.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3136. Part26.Size = Vector3.new(0.152929291, 0.0389110669, 0.267852575)
  3137. Part26.CFrame = CFrame.new(-18.0813389, 3.63259411, 23.4090347, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3138. Part26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3139. Part26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3140. Part26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3141. Part26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3142. Part26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3143. Part26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3144. Part26.Color = Color3.new(1, 0, 0)
  3145. Part26.Position = Vector3.new(-18.0813389, 3.63259411, 23.4090347)
  3146. Part26.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3147. Part26.Color = Color3.new(1, 0, 0)
  3148. Weld27.Name = "qCFrameWeldThingy"
  3149. Weld27.Parent = Part26
  3150. Weld27.C1 = CFrame.new(-0.196443558, -0.352656007, 0.565093994, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3151. Weld27.Part0 = Part1
  3152. Weld27.Part1 = Part26
  3153. CFrameValue28.Name = "qRelativeCFrameWeldValue"
  3154. CFrameValue28.Parent = Part26
  3155. CFrameValue28.Value = CFrame.new(-0.196443558, -0.352656007, 0.565093994, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3156. Part29.Parent = Model0
  3157. Part29.Material = Enum.Material.SmoothPlastic
  3158. Part29.BrickColor = BrickColor.new("Really black")
  3159. Part29.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3160. Part29.Size = Vector3.new(0.399064094, 0.535459578, 0.200889423)
  3161. Part29.CFrame = CFrame.new(-18.2582397, 3.61599255, 23.4035149, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3162. Part29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3163. Part29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3164. Part29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3165. Part29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3166. Part29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3167. Part29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3168. Part29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3169. Part29.Position = Vector3.new(-18.2582397, 3.61599255, 23.4035149)
  3170. Part29.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3171. Part29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3172. Weld30.Name = "qCFrameWeldThingy"
  3173. Weld30.Parent = Part29
  3174. Weld30.C1 = CFrame.new(-0.201887131, -0.174986005, 0.566902161, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3175. Weld30.Part0 = Part1
  3176. Weld30.Part1 = Part29
  3177. CFrameValue31.Name = "qRelativeCFrameWeldValue"
  3178. CFrameValue31.Parent = Part29
  3179. CFrameValue31.Value = CFrame.new(-0.201887131, -0.174986005, 0.566902161, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3180. Part32.Parent = Model0
  3181. Part32.Material = Enum.Material.SmoothPlastic
  3182. Part32.BrickColor = BrickColor.new("Really black")
  3183. Part32.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3184. Part32.Size = Vector3.new(0.399064094, 0.535459578, 0.200889423)
  3185. Part32.CFrame = CFrame.new(-18.2578926, 3.61577511, 22.8934994, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3186. Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3187. Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3188. Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3189. Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3190. Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3191. Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3192. Part32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3193. Part32.Position = Vector3.new(-18.2578926, 3.61577511, 22.8934994)
  3194. Part32.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3195. Part32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3196. Weld33.Name = "qCFrameWeldThingy"
  3197. Weld33.Parent = Part32
  3198. Weld33.C1 = CFrame.new(-0.711803436, -0.174986124, 0.556844711, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3199. Weld33.Part0 = Part1
  3200. Weld33.Part1 = Part32
  3201. CFrameValue34.Name = "qRelativeCFrameWeldValue"
  3202. CFrameValue34.Parent = Part32
  3203. CFrameValue34.Value = CFrame.new(-0.711803436, -0.174986124, 0.556844711, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3204. Part35.Parent = Model0
  3205. Part35.Material = Enum.Material.SmoothPlastic
  3206. Part35.BrickColor = BrickColor.new("Really black")
  3207. Part35.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3208. Part35.Size = Vector3.new(0.45788303, 0.195007578, 0.253826499)
  3209. Part35.CFrame = CFrame.new(-18.0876789, 3.62475324, 22.8952656, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3210. Part35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3211. Part35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3212. Part35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3213. Part35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3214. Part35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3215. Part35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3216. Part35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3217. Part35.Position = Vector3.new(-18.0876789, 3.62475324, 22.8952656)
  3218. Part35.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3219. Part35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3220. Weld36.Name = "qCFrameWeldThingy"
  3221. Weld36.Parent = Part35
  3222. Weld36.C1 = CFrame.new(-0.709976196, -0.345209122, 0.548080444, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3223. Weld36.Part0 = Part1
  3224. Weld36.Part1 = Part35
  3225. CFrameValue37.Name = "qRelativeCFrameWeldValue"
  3226. CFrameValue37.Parent = Part35
  3227. CFrameValue37.Value = CFrame.new(-0.709976196, -0.345209122, 0.548080444, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3228. Part38.Parent = Model0
  3229. Part38.Material = Enum.Material.Neon
  3230. Part38.BrickColor = BrickColor.new("Really red")
  3231. Part38.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3232. Part38.Size = Vector3.new(0.152929291, 0.0389110669, 0.267852575)
  3233. Part38.CFrame = CFrame.new(-18.0809937, 3.63238764, 22.8990211, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3234. Part38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3235. Part38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3236. Part38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3237. Part38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3238. Part38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3239. Part38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3240. Part38.Color = Color3.new(1, 0, 0)
  3241. Part38.Position = Vector3.new(-18.0809937, 3.63238764, 22.8990211)
  3242. Part38.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3243. Part38.Color = Color3.new(1, 0, 0)
  3244. Weld39.Name = "qCFrameWeldThingy"
  3245. Weld39.Parent = Part38
  3246. Weld39.C1 = CFrame.new(-0.706357956, -0.352656126, 0.555047989, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3247. Weld39.Part0 = Part1
  3248. Weld39.Part1 = Part38
  3249. CFrameValue40.Name = "qRelativeCFrameWeldValue"
  3250. CFrameValue40.Parent = Part38
  3251. CFrameValue40.Value = CFrame.new(-0.706357956, -0.352656126, 0.555047989, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3252.  
  3253. WELD2SUMLEG = Instance.new("Weld")
  3254. WELD2SUMLEG.Parent = Part20
  3255. WELD2SUMLEG.Name = "Ur faget"
  3256. WELD2SUMLEG.Part0 = Part20
  3257. WELD2SUMLEG.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  3258. WELD2SUMLEG.C1 = CFrame.Angles(0,9.35,0)
  3259.  
  3260. Model0 = Instance.new("Model")
  3261. Part1 = Instance.new("Part")
  3262. Part2 = Instance.new("Part")
  3263. Weld3 = Instance.new("Weld")
  3264. CFrameValue4 = Instance.new("CFrameValue")
  3265. Part5 = Instance.new("Part")
  3266. Weld6 = Instance.new("Weld")
  3267. CFrameValue7 = Instance.new("CFrameValue")
  3268. Part8 = Instance.new("Part")
  3269. Weld9 = Instance.new("Weld")
  3270. CFrameValue10 = Instance.new("CFrameValue")
  3271. Part11 = Instance.new("Part")
  3272. Weld12 = Instance.new("Weld")
  3273. CFrameValue13 = Instance.new("CFrameValue")
  3274. Part14 = Instance.new("Part")
  3275. Weld15 = Instance.new("Weld")
  3276. CFrameValue16 = Instance.new("CFrameValue")
  3277. Part17 = Instance.new("Part")
  3278. Weld18 = Instance.new("Weld")
  3279. CFrameValue19 = Instance.new("CFrameValue")
  3280. Part20 = Instance.new("Part")
  3281. Weld21 = Instance.new("Weld")
  3282. CFrameValue22 = Instance.new("CFrameValue")
  3283. Part23 = Instance.new("Part")
  3284. Weld24 = Instance.new("Weld")
  3285. CFrameValue25 = Instance.new("CFrameValue")
  3286. Part26 = Instance.new("Part")
  3287. Weld27 = Instance.new("Weld")
  3288. CFrameValue28 = Instance.new("CFrameValue")
  3289. Part29 = Instance.new("Part")
  3290. Weld30 = Instance.new("Weld")
  3291. CFrameValue31 = Instance.new("CFrameValue")
  3292. Part32 = Instance.new("Part")
  3293. Weld33 = Instance.new("Weld")
  3294. CFrameValue34 = Instance.new("CFrameValue")
  3295. Part35 = Instance.new("Part")
  3296. Weld36 = Instance.new("Weld")
  3297. CFrameValue37 = Instance.new("CFrameValue")
  3298. Part38 = Instance.new("Part")
  3299. Weld39 = Instance.new("Weld")
  3300. CFrameValue40 = Instance.new("CFrameValue")
  3301. Model0.Name = "Leg1"
  3302. Model0.Parent = game.Players.LocalPlayer.Character
  3303. Part1.Parent = Model0
  3304. Part1.Material = Enum.Material.SmoothPlastic
  3305. Part1.BrickColor = BrickColor.new("Really black")
  3306. Part1.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3307. Part1.CanCollide = false
  3308. Part1.Size = Vector3.new(1.12, 0.200000003, 0.200000003)
  3309. Part1.CFrame = CFrame.new(-18.3729591, 3.03018045, 23.5943546, -0.104140036, 0.994561672, -0.00137339835, 0.994376838, 0.104147166, 0.019186113, 0.0192248076, 0.000632366922, -0.999814987)
  3310. Part1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3311. Part1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3312. Part1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3313. Part1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3314. Part1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3315. Part1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3316. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3317. Part1.Position = Vector3.new(-18.3729591, 3.03018045, 23.5943546)
  3318. Part1.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3319. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3320. Part2.Parent = Model0
  3321. Part2.Material = Enum.Material.SmoothPlastic
  3322. Part2.BrickColor = BrickColor.new("Really black")
  3323. Part2.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3324. Part2.CanCollide = false
  3325. Part2.Size = Vector3.new(0.200000003, 0.200000003, 1.10000002)
  3326. Part2.CFrame = CFrame.new(-18.0173988, 2.61329341, 23.1558533, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3327. Part2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3328. Part2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3329. Part2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3330. Part2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3331. Part2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3332. Part2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3333. Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3334. Part2.Position = Vector3.new(-18.0173988, 2.61329341, 23.1558533)
  3335. Part2.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3336. Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3337. Weld3.Name = "qCFrameWeldThingy"
  3338. Weld3.Parent = Part2
  3339. Weld3.C1 = CFrame.new(0.460000992, -0.309931993, -0.429933548, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3340. Weld3.Part0 = Part1
  3341. Weld3.Part1 = Part2
  3342. CFrameValue4.Name = "qRelativeCFrameWeldValue"
  3343. CFrameValue4.Parent = Part2
  3344. CFrameValue4.Value = CFrame.new(0.460000992, -0.309931993, -0.429933548, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3345. Part5.Parent = Model0
  3346. Part5.Material = Enum.Material.SmoothPlastic
  3347. Part5.BrickColor = BrickColor.new("Really black")
  3348. Part5.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3349. Part5.CanCollide = false
  3350. Part5.Size = Vector3.new(1.12, 0.200000003, 0.200000003)
  3351. Part5.CFrame = CFrame.new(-18.3741989, 3.04749036, 22.6944733, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3352. Part5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3353. Part5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3354. Part5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3355. Part5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3356. Part5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3357. Part5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3358. Part5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3359. Part5.Position = Vector3.new(-18.3741989, 3.04749036, 22.6944733)
  3360. Part5.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3361. Part5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3362. Weld6.Name = "qCFrameWeldThingy"
  3363. Weld6.Parent = Part5
  3364. Weld6.C1 = CFrame.new(-4.19616699e-05, 0, -0.90004921, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3365. Weld6.Part0 = Part1
  3366. Weld6.Part1 = Part5
  3367. CFrameValue7.Name = "qRelativeCFrameWeldValue"
  3368. CFrameValue7.Parent = Part5
  3369. CFrameValue7.Value = CFrame.new(-4.19616699e-05, 0, -0.90004921, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3370. Part8.Parent = Model0
  3371. Part8.Material = Enum.Material.SmoothPlastic
  3372. Part8.BrickColor = BrickColor.new("Really black")
  3373. Part8.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3374. Part8.CanCollide = false
  3375. Part8.Size = Vector3.new(0.200000003, 0.200000003, 0.980000019)
  3376. Part8.CFrame = CFrame.new(-18.4313564, 3.49405909, 23.2131767, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3377. Part8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3378. Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3379. Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3380. Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3381. Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3382. Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3383. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3384. Part8.Position = Vector3.new(-18.4313564, 3.49405909, 23.2131767)
  3385. Part8.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3386. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3387. Weld9.Name = "qCFrameWeldThingy"
  3388. Weld9.Parent = Part8
  3389. Weld9.C1 = CFrame.new(-0.46002388, 0.010010004, -0.390087128, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3390. Weld9.Part0 = Part1
  3391. Weld9.Part1 = Part8
  3392. CFrameValue10.Name = "qRelativeCFrameWeldValue"
  3393. CFrameValue10.Parent = Part8
  3394. CFrameValue10.Value = CFrame.new(-0.46002388, 0.010010004, -0.390087128, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3395. Part11.Parent = Model0
  3396. Part11.Material = Enum.Material.SmoothPlastic
  3397. Part11.BrickColor = BrickColor.new("Really black")
  3398. Part11.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3399. Part11.CanCollide = false
  3400. Part11.Size = Vector3.new(1.12, 0.200000003, 0.200000003)
  3401. Part11.CFrame = CFrame.new(-18.0659237, 3.07936549, 22.7147007, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3402. Part11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3403. Part11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3404. Part11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3405. Part11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3406. Part11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3407. Part11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3408. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3409. Part11.Position = Vector3.new(-18.0659237, 3.07936549, 22.7147007)
  3410. Part11.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3411. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3412. Weld12.Name = "qCFrameWeldThingy"
  3413. Weld12.Parent = Part11
  3414. Weld12.C1 = CFrame.new(-2.28881836e-05, -0.309931993, -0.880012512, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3415. Weld12.Part0 = Part1
  3416. Weld12.Part1 = Part11
  3417. CFrameValue13.Name = "qRelativeCFrameWeldValue"
  3418. CFrameValue13.Parent = Part11
  3419. CFrameValue13.Value = CFrame.new(-2.28881836e-05, -0.309931993, -0.880012512, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3420. Part14.Parent = Model0
  3421. Part14.Material = Enum.Material.SmoothPlastic
  3422. Part14.BrickColor = BrickColor.new("Really black")
  3423. Part14.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3424. Part14.CanCollide = false
  3425. Part14.Size = Vector3.new(0.200000003, 0.200000003, 1.10000002)
  3426. Part14.CFrame = CFrame.new(-18.325676, 2.58143425, 23.1355782, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3427. Part14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3428. Part14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3429. Part14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3430. Part14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3431. Part14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3432. Part14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3433. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3434. Part14.Position = Vector3.new(-18.325676, 2.58143425, 23.1355782)
  3435. Part14.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3436. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3437. Weld15.Name = "qCFrameWeldThingy"
  3438. Weld15.Parent = Part14
  3439. Weld15.C1 = CFrame.new(0.45996666, 0, -0.450017929, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3440. Weld15.Part0 = Part1
  3441. Weld15.Part1 = Part14
  3442. CFrameValue16.Name = "qRelativeCFrameWeldValue"
  3443. CFrameValue16.Parent = Part14
  3444. CFrameValue16.Value = CFrame.new(0.45996666, 0, -0.450017929, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3445. Part17.Parent = Model0
  3446. Part17.Material = Enum.Material.SmoothPlastic
  3447. Part17.BrickColor = BrickColor.new("Really black")
  3448. Part17.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3449. Part17.CanCollide = false
  3450. Part17.Size = Vector3.new(0.919999957, 0.200000003, 0.980000019)
  3451. Part17.CFrame = CFrame.new(-18.0756702, 3.16945815, 23.2065067, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3452. Part17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3453. Part17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3454. Part17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3455. Part17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3456. Part17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3457. Part17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3458. Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3459. Part17.Position = Vector3.new(-18.0756702, 3.16945815, 23.2065067)
  3460. Part17.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3461. Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3462. Weld18.Name = "qCFrameWeldThingy"
  3463. Weld18.Parent = Part17
  3464. Weld18.C1 = CFrame.new(-0.100078583, -0.309931993, -0.390039444, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3465. Weld18.Part0 = Part1
  3466. Weld18.Part1 = Part17
  3467. CFrameValue19.Name = "qRelativeCFrameWeldValue"
  3468. CFrameValue19.Parent = Part17
  3469. CFrameValue19.Value = CFrame.new(-0.100078583, -0.309931993, -0.390039444, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3470. Part20.Name = "Middle"
  3471. Part20.Parent = Model0
  3472. Part20.BrickColor = BrickColor.new("Really black")
  3473. Part20.Transparency = 1
  3474. Part20.Rotation = Vector3.new(1.10000002, 0.0799999982, -84.0199966)
  3475. Part20.CanCollide = false
  3476. Part20.FormFactor = Enum.FormFactor.Symmetric
  3477. Part20.Size = Vector3.new(1.22000003, 2, 1)
  3478. Part20.CFrame = CFrame.new(-18.3028564, 3.0350101, 23.1542149, 0.104140192, 0.994561672, 0.00137326145, -0.994376838, 0.104147322, -0.0191858653, -0.0192245487, 0.000632480369, 0.999814987)
  3479. Part20.BottomSurface = Enum.SurfaceType.Smooth
  3480. Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3481. Part20.Position = Vector3.new(-18.3028564, 3.0350101, 23.1542149)
  3482. Part20.Orientation = Vector3.new(1.10000002, 0.0799999982, -84.0199966)
  3483. Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3484. Weld21.Name = "qCFrameWeldThingy"
  3485. Weld21.Parent = Part20
  3486. Weld21.C1 = CFrame.new(-0.0109596252, -0.0699470043, 0.44005394, -1, 1.58654103e-07, -2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, 2.59842778e-07, -1.1046334e-07, -1)
  3487. Weld21.Part0 = Part1
  3488. Weld21.Part1 = Part20
  3489. CFrameValue22.Name = "qRelativeCFrameWeldValue"
  3490. CFrameValue22.Parent = Part20
  3491. CFrameValue22.Value = CFrame.new(-0.0109596252, -0.0699470043, 0.44005394, -1, 1.58654103e-07, -2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, 2.59842778e-07, -1.1046334e-07, -1)
  3492. Part23.Parent = Model0
  3493. Part23.Material = Enum.Material.SmoothPlastic
  3494. Part23.BrickColor = BrickColor.new("Really black")
  3495. Part23.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3496. Part23.Size = Vector3.new(0.45788303, 0.195007578, 0.253826499)
  3497. Part23.CFrame = CFrame.new(-18.0880146, 3.62485242, 23.4053211, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3498. Part23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3499. Part23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3500. Part23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3501. Part23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3502. Part23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3503. Part23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3504. Part23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3505. Part23.Position = Vector3.new(-18.0880146, 3.62485242, 23.4053211)
  3506. Part23.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3507. Part23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3508. Weld24.Name = "qCFrameWeldThingy"
  3509. Weld24.Parent = Part23
  3510. Weld24.C1 = CFrame.new(-0.200016022, -0.345209002, 0.558019638, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3511. Weld24.Part0 = Part1
  3512. Weld24.Part1 = Part23
  3513. CFrameValue25.Name = "qRelativeCFrameWeldValue"
  3514. CFrameValue25.Parent = Part23
  3515. CFrameValue25.Value = CFrame.new(-0.200016022, -0.345209002, 0.558019638, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3516. Part26.Parent = Model0
  3517. Part26.Material = Enum.Material.Neon
  3518. Part26.BrickColor = BrickColor.new("Really red")
  3519. Part26.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3520. Part26.Size = Vector3.new(0.152929291, 0.0389110669, 0.267852575)
  3521. Part26.CFrame = CFrame.new(-18.0813389, 3.63259411, 23.4090347, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3522. Part26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3523. Part26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3524. Part26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3525. Part26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3526. Part26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3527. Part26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3528. Part26.Color = Color3.new(1, 0, 0)
  3529. Part26.Position = Vector3.new(-18.0813389, 3.63259411, 23.4090347)
  3530. Part26.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3531. Part26.Color = Color3.new(1, 0, 0)
  3532. Weld27.Name = "qCFrameWeldThingy"
  3533. Weld27.Parent = Part26
  3534. Weld27.C1 = CFrame.new(-0.196443558, -0.352656007, 0.565093994, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3535. Weld27.Part0 = Part1
  3536. Weld27.Part1 = Part26
  3537. CFrameValue28.Name = "qRelativeCFrameWeldValue"
  3538. CFrameValue28.Parent = Part26
  3539. CFrameValue28.Value = CFrame.new(-0.196443558, -0.352656007, 0.565093994, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3540. Part29.Parent = Model0
  3541. Part29.Material = Enum.Material.SmoothPlastic
  3542. Part29.BrickColor = BrickColor.new("Really black")
  3543. Part29.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3544. Part29.Size = Vector3.new(0.399064094, 0.535459578, 0.200889423)
  3545. Part29.CFrame = CFrame.new(-18.2582397, 3.61599255, 23.4035149, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3546. Part29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3547. Part29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3548. Part29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3549. Part29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3550. Part29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3551. Part29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3552. Part29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3553. Part29.Position = Vector3.new(-18.2582397, 3.61599255, 23.4035149)
  3554. Part29.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3555. Part29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3556. Weld30.Name = "qCFrameWeldThingy"
  3557. Weld30.Parent = Part29
  3558. Weld30.C1 = CFrame.new(-0.201887131, -0.174986005, 0.566902161, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3559. Weld30.Part0 = Part1
  3560. Weld30.Part1 = Part29
  3561. CFrameValue31.Name = "qRelativeCFrameWeldValue"
  3562. CFrameValue31.Parent = Part29
  3563. CFrameValue31.Value = CFrame.new(-0.201887131, -0.174986005, 0.566902161, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3564. Part32.Parent = Model0
  3565. Part32.Material = Enum.Material.SmoothPlastic
  3566. Part32.BrickColor = BrickColor.new("Really black")
  3567. Part32.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3568. Part32.Size = Vector3.new(0.399064094, 0.535459578, 0.200889423)
  3569. Part32.CFrame = CFrame.new(-18.2578926, 3.61577511, 22.8934994, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3570. Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3571. Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3572. Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3573. Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3574. Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3575. Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3576. Part32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3577. Part32.Position = Vector3.new(-18.2578926, 3.61577511, 22.8934994)
  3578. Part32.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3579. Part32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3580. Weld33.Name = "qCFrameWeldThingy"
  3581. Weld33.Parent = Part32
  3582. Weld33.C1 = CFrame.new(-0.711803436, -0.174986124, 0.556844711, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3583. Weld33.Part0 = Part1
  3584. Weld33.Part1 = Part32
  3585. CFrameValue34.Name = "qRelativeCFrameWeldValue"
  3586. CFrameValue34.Parent = Part32
  3587. CFrameValue34.Value = CFrame.new(-0.711803436, -0.174986124, 0.556844711, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3588. Part35.Parent = Model0
  3589. Part35.Material = Enum.Material.SmoothPlastic
  3590. Part35.BrickColor = BrickColor.new("Really black")
  3591. Part35.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3592. Part35.Size = Vector3.new(0.45788303, 0.195007578, 0.253826499)
  3593. Part35.CFrame = CFrame.new(-18.0876789, 3.62475324, 22.8952656, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3594. Part35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3595. Part35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3596. Part35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3597. Part35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3598. Part35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3599. Part35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3600. Part35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3601. Part35.Position = Vector3.new(-18.0876789, 3.62475324, 22.8952656)
  3602. Part35.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3603. Part35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3604. Weld36.Name = "qCFrameWeldThingy"
  3605. Weld36.Parent = Part35
  3606. Weld36.C1 = CFrame.new(-0.709976196, -0.345209122, 0.548080444, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3607. Weld36.Part0 = Part1
  3608. Weld36.Part1 = Part35
  3609. CFrameValue37.Name = "qRelativeCFrameWeldValue"
  3610. CFrameValue37.Parent = Part35
  3611. CFrameValue37.Value = CFrame.new(-0.709976196, -0.345209122, 0.548080444, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3612. Part38.Parent = Model0
  3613. Part38.Material = Enum.Material.Neon
  3614. Part38.BrickColor = BrickColor.new("Really red")
  3615. Part38.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3616. Part38.Size = Vector3.new(0.152929291, 0.0389110669, 0.267852575)
  3617. Part38.CFrame = CFrame.new(-18.0809937, 3.63238764, 22.8990211, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3618. Part38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3619. Part38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3620. Part38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3621. Part38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3622. Part38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3623. Part38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3624. Part38.Color = Color3.new(1, 0, 0)
  3625. Part38.Position = Vector3.new(-18.0809937, 3.63238764, 22.8990211)
  3626. Part38.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3627. Part38.Color = Color3.new(1, 0, 0)
  3628. Weld39.Name = "qCFrameWeldThingy"
  3629. Weld39.Parent = Part38
  3630. Weld39.C1 = CFrame.new(-0.706357956, -0.352656126, 0.555047989, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3631. Weld39.Part0 = Part1
  3632. Weld39.Part1 = Part38
  3633. CFrameValue40.Name = "qRelativeCFrameWeldValue"
  3634. CFrameValue40.Parent = Part38
  3635. CFrameValue40.Value = CFrame.new(-0.706357956, -0.352656126, 0.555047989, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3636.  
  3637. WELD2SUMLEG = Instance.new("Weld")
  3638. WELD2SUMLEG.Parent = Part20
  3639. WELD2SUMLEG.Name = "Ur faget"
  3640. WELD2SUMLEG.Part0 = Part20
  3641. WELD2SUMLEG.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  3642.  
  3643. Model0 = Instance.new("Model")
  3644. Part1 = Instance.new("Part")
  3645. Part2 = Instance.new("Part")
  3646. Weld3 = Instance.new("Weld")
  3647. CFrameValue4 = Instance.new("CFrameValue")
  3648. Part5 = Instance.new("Part")
  3649. Weld6 = Instance.new("Weld")
  3650. CFrameValue7 = Instance.new("CFrameValue")
  3651. Part8 = Instance.new("Part")
  3652. Weld9 = Instance.new("Weld")
  3653. CFrameValue10 = Instance.new("CFrameValue")
  3654. Part11 = Instance.new("Part")
  3655. Weld12 = Instance.new("Weld")
  3656. CFrameValue13 = Instance.new("CFrameValue")
  3657. Part14 = Instance.new("Part")
  3658. Weld15 = Instance.new("Weld")
  3659. CFrameValue16 = Instance.new("CFrameValue")
  3660. Part17 = Instance.new("Part")
  3661. Weld18 = Instance.new("Weld")
  3662. CFrameValue19 = Instance.new("CFrameValue")
  3663. Part20 = Instance.new("Part")
  3664. Weld21 = Instance.new("Weld")
  3665. CFrameValue22 = Instance.new("CFrameValue")
  3666. Part23 = Instance.new("Part")
  3667. Weld24 = Instance.new("Weld")
  3668. CFrameValue25 = Instance.new("CFrameValue")
  3669. Part26 = Instance.new("Part")
  3670. Weld27 = Instance.new("Weld")
  3671. CFrameValue28 = Instance.new("CFrameValue")
  3672. Part29 = Instance.new("Part")
  3673. Weld30 = Instance.new("Weld")
  3674. CFrameValue31 = Instance.new("CFrameValue")
  3675. Part32 = Instance.new("Part")
  3676. Weld33 = Instance.new("Weld")
  3677. CFrameValue34 = Instance.new("CFrameValue")
  3678. Part35 = Instance.new("Part")
  3679. Weld36 = Instance.new("Weld")
  3680. CFrameValue37 = Instance.new("CFrameValue")
  3681. Part38 = Instance.new("Part")
  3682. Weld39 = Instance.new("Weld")
  3683. CFrameValue40 = Instance.new("CFrameValue")
  3684. Model0.Name = "Leg1"
  3685. Model0.Parent = game.Players.LocalPlayer.Character
  3686. Part1.Parent = Model0
  3687. Part1.Material = Enum.Material.SmoothPlastic
  3688. Part1.BrickColor = BrickColor.new("Really black")
  3689. Part1.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3690. Part1.CanCollide = false
  3691. Part1.Size = Vector3.new(1.12, 0.200000003, 0.200000003)
  3692. Part1.CFrame = CFrame.new(-18.3729591, 3.03018045, 23.5943546, -0.104140036, 0.994561672, -0.00137339835, 0.994376838, 0.104147166, 0.019186113, 0.0192248076, 0.000632366922, -0.999814987)
  3693. Part1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3694. Part1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3695. Part1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3696. Part1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3697. Part1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3698. Part1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3699. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3700. Part1.Position = Vector3.new(-18.3729591, 3.03018045, 23.5943546)
  3701. Part1.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3702. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3703. Part2.Parent = Model0
  3704. Part2.Material = Enum.Material.SmoothPlastic
  3705. Part2.BrickColor = BrickColor.new("Really black")
  3706. Part2.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3707. Part2.CanCollide = false
  3708. Part2.Size = Vector3.new(0.200000003, 0.200000003, 1.10000002)
  3709. Part2.CFrame = CFrame.new(-18.0173988, 2.61329341, 23.1558533, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3710. Part2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3711. Part2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3712. Part2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3713. Part2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3714. Part2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3715. Part2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3716. Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3717. Part2.Position = Vector3.new(-18.0173988, 2.61329341, 23.1558533)
  3718. Part2.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3719. Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3720. Weld3.Name = "qCFrameWeldThingy"
  3721. Weld3.Parent = Part2
  3722. Weld3.C1 = CFrame.new(0.460000992, -0.309931993, -0.429933548, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3723. Weld3.Part0 = Part1
  3724. Weld3.Part1 = Part2
  3725. CFrameValue4.Name = "qRelativeCFrameWeldValue"
  3726. CFrameValue4.Parent = Part2
  3727. CFrameValue4.Value = CFrame.new(0.460000992, -0.309931993, -0.429933548, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3728. Part5.Parent = Model0
  3729. Part5.Material = Enum.Material.SmoothPlastic
  3730. Part5.BrickColor = BrickColor.new("Really black")
  3731. Part5.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3732. Part5.CanCollide = false
  3733. Part5.Size = Vector3.new(1.12, 0.200000003, 0.200000003)
  3734. Part5.CFrame = CFrame.new(-18.3741989, 3.04749036, 22.6944733, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3735. Part5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3736. Part5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3737. Part5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3738. Part5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3739. Part5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3740. Part5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3741. Part5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3742. Part5.Position = Vector3.new(-18.3741989, 3.04749036, 22.6944733)
  3743. Part5.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3744. Part5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3745. Weld6.Name = "qCFrameWeldThingy"
  3746. Weld6.Parent = Part5
  3747. Weld6.C1 = CFrame.new(-4.19616699e-05, 0, -0.90004921, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3748. Weld6.Part0 = Part1
  3749. Weld6.Part1 = Part5
  3750. CFrameValue7.Name = "qRelativeCFrameWeldValue"
  3751. CFrameValue7.Parent = Part5
  3752. CFrameValue7.Value = CFrame.new(-4.19616699e-05, 0, -0.90004921, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3753. Part8.Parent = Model0
  3754. Part8.Material = Enum.Material.SmoothPlastic
  3755. Part8.BrickColor = BrickColor.new("Really black")
  3756. Part8.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3757. Part8.CanCollide = false
  3758. Part8.Size = Vector3.new(0.200000003, 0.200000003, 0.980000019)
  3759. Part8.CFrame = CFrame.new(-18.4313564, 3.49405909, 23.2131767, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3760. Part8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3761. Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3762. Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3763. Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3764. Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3765. Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3766. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3767. Part8.Position = Vector3.new(-18.4313564, 3.49405909, 23.2131767)
  3768. Part8.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3769. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3770. Weld9.Name = "qCFrameWeldThingy"
  3771. Weld9.Parent = Part8
  3772. Weld9.C1 = CFrame.new(-0.46002388, 0.010010004, -0.390087128, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3773. Weld9.Part0 = Part1
  3774. Weld9.Part1 = Part8
  3775. CFrameValue10.Name = "qRelativeCFrameWeldValue"
  3776. CFrameValue10.Parent = Part8
  3777. CFrameValue10.Value = CFrame.new(-0.46002388, 0.010010004, -0.390087128, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3778. Part11.Parent = Model0
  3779. Part11.Material = Enum.Material.SmoothPlastic
  3780. Part11.BrickColor = BrickColor.new("Really black")
  3781. Part11.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3782. Part11.CanCollide = false
  3783. Part11.Size = Vector3.new(1.12, 0.200000003, 0.200000003)
  3784. Part11.CFrame = CFrame.new(-18.0659237, 3.07936549, 22.7147007, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3785. Part11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3786. Part11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3787. Part11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3788. Part11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3789. Part11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3790. Part11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3791. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3792. Part11.Position = Vector3.new(-18.0659237, 3.07936549, 22.7147007)
  3793. Part11.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3794. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3795. Weld12.Name = "qCFrameWeldThingy"
  3796. Weld12.Parent = Part11
  3797. Weld12.C1 = CFrame.new(-2.28881836e-05, -0.309931993, -0.880012512, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3798. Weld12.Part0 = Part1
  3799. Weld12.Part1 = Part11
  3800. CFrameValue13.Name = "qRelativeCFrameWeldValue"
  3801. CFrameValue13.Parent = Part11
  3802. CFrameValue13.Value = CFrame.new(-2.28881836e-05, -0.309931993, -0.880012512, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3803. Part14.Parent = Model0
  3804. Part14.Material = Enum.Material.SmoothPlastic
  3805. Part14.BrickColor = BrickColor.new("Really black")
  3806. Part14.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3807. Part14.CanCollide = false
  3808. Part14.Size = Vector3.new(0.200000003, 0.200000003, 1.10000002)
  3809. Part14.CFrame = CFrame.new(-18.325676, 2.58143425, 23.1355782, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3810. Part14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3811. Part14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3812. Part14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3813. Part14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3814. Part14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3815. Part14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3816. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3817. Part14.Position = Vector3.new(-18.325676, 2.58143425, 23.1355782)
  3818. Part14.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3819. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3820. Weld15.Name = "qCFrameWeldThingy"
  3821. Weld15.Parent = Part14
  3822. Weld15.C1 = CFrame.new(0.45996666, 0, -0.450017929, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3823. Weld15.Part0 = Part1
  3824. Weld15.Part1 = Part14
  3825. CFrameValue16.Name = "qRelativeCFrameWeldValue"
  3826. CFrameValue16.Parent = Part14
  3827. CFrameValue16.Value = CFrame.new(0.45996666, 0, -0.450017929, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3828. Part17.Parent = Model0
  3829. Part17.Material = Enum.Material.SmoothPlastic
  3830. Part17.BrickColor = BrickColor.new("Really black")
  3831. Part17.Rotation = Vector3.new(-178.899994, -0.0799999982, -95.9799957)
  3832. Part17.CanCollide = false
  3833. Part17.Size = Vector3.new(0.919999957, 0.200000003, 0.980000019)
  3834. Part17.CFrame = CFrame.new(-18.0756702, 3.16945815, 23.2065067, -0.104140192, 0.994561672, -0.00137326145, 0.994376838, 0.104147322, 0.0191858653, 0.0192245487, 0.000632480369, -0.999814987)
  3835. Part17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3836. Part17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3837. Part17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3838. Part17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3839. Part17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3840. Part17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3841. Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3842. Part17.Position = Vector3.new(-18.0756702, 3.16945815, 23.2065067)
  3843. Part17.Orientation = Vector3.new(-1.10000002, -179.919998, 84.0199966)
  3844. Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3845. Weld18.Name = "qCFrameWeldThingy"
  3846. Weld18.Parent = Part17
  3847. Weld18.C1 = CFrame.new(-0.100078583, -0.309931993, -0.390039444, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3848. Weld18.Part0 = Part1
  3849. Weld18.Part1 = Part17
  3850. CFrameValue19.Name = "qRelativeCFrameWeldValue"
  3851. CFrameValue19.Parent = Part17
  3852. CFrameValue19.Value = CFrame.new(-0.100078583, -0.309931993, -0.390039444, 1, -1.58654103e-07, 2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, -2.59842778e-07, 1.1046334e-07, 1)
  3853. Part20.Name = "Middle"
  3854. Part20.Parent = Model0
  3855. Part20.BrickColor = BrickColor.new("Really black")
  3856. Part20.Transparency = 1
  3857. Part20.Rotation = Vector3.new(1.10000002, 0.0799999982, -84.0199966)
  3858. Part20.CanCollide = false
  3859. Part20.FormFactor = Enum.FormFactor.Symmetric
  3860. Part20.Size = Vector3.new(1.22000003, 2, 1)
  3861. Part20.CFrame = CFrame.new(-18.3028564, 3.0350101, 23.1542149, 0.104140192, 0.994561672, 0.00137326145, -0.994376838, 0.104147322, -0.0191858653, -0.0192245487, 0.000632480369, 0.999814987)
  3862. Part20.BottomSurface = Enum.SurfaceType.Smooth
  3863. Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3864. Part20.Position = Vector3.new(-18.3028564, 3.0350101, 23.1542149)
  3865. Part20.Orientation = Vector3.new(1.10000002, 0.0799999982, -84.0199966)
  3866. Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3867. Weld21.Name = "qCFrameWeldThingy"
  3868. Weld21.Parent = Part20
  3869. Weld21.C1 = CFrame.new(-0.0109596252, -0.0699470043, 0.44005394, -1, 1.58654103e-07, -2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, 2.59842778e-07, -1.1046334e-07, -1)
  3870. Weld21.Part0 = Part1
  3871. Weld21.Part1 = Part20
  3872. CFrameValue22.Name = "qRelativeCFrameWeldValue"
  3873. CFrameValue22.Parent = Part20
  3874. CFrameValue22.Value = CFrame.new(-0.0109596252, -0.0699470043, 0.44005394, -1, 1.58654103e-07, -2.59842807e-07, 1.58654132e-07, 1, -1.10463297e-07, 2.59842778e-07, -1.1046334e-07, -1)
  3875. Part23.Parent = Model0
  3876. Part23.Material = Enum.Material.SmoothPlastic
  3877. Part23.BrickColor = BrickColor.new("Really black")
  3878. Part23.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3879. Part23.Size = Vector3.new(0.45788303, 0.195007578, 0.253826499)
  3880. Part23.CFrame = CFrame.new(-18.0880146, 3.62485242, 23.4053211, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3881. Part23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3882. Part23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3883. Part23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3884. Part23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3885. Part23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3886. Part23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3887. Part23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3888. Part23.Position = Vector3.new(-18.0880146, 3.62485242, 23.4053211)
  3889. Part23.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3890. Part23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3891. Weld24.Name = "qCFrameWeldThingy"
  3892. Weld24.Parent = Part23
  3893. Weld24.C1 = CFrame.new(-0.200016022, -0.345209002, 0.558019638, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3894. Weld24.Part0 = Part1
  3895. Weld24.Part1 = Part23
  3896. CFrameValue25.Name = "qRelativeCFrameWeldValue"
  3897. CFrameValue25.Parent = Part23
  3898. CFrameValue25.Value = CFrame.new(-0.200016022, -0.345209002, 0.558019638, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3899. Part26.Parent = Model0
  3900. Part26.Material = Enum.Material.Neon
  3901. Part26.BrickColor = BrickColor.new("Really red")
  3902. Part26.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3903. Part26.Size = Vector3.new(0.152929291, 0.0389110669, 0.267852575)
  3904. Part26.CFrame = CFrame.new(-18.0813389, 3.63259411, 23.4090347, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3905. Part26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3906. Part26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3907. Part26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3908. Part26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3909. Part26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3910. Part26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3911. Part26.Color = Color3.new(1, 0, 0)
  3912. Part26.Position = Vector3.new(-18.0813389, 3.63259411, 23.4090347)
  3913. Part26.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3914. Part26.Color = Color3.new(1, 0, 0)
  3915. Weld27.Name = "qCFrameWeldThingy"
  3916. Weld27.Parent = Part26
  3917. Weld27.C1 = CFrame.new(-0.196443558, -0.352656007, 0.565093994, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3918. Weld27.Part0 = Part1
  3919. Weld27.Part1 = Part26
  3920. CFrameValue28.Name = "qRelativeCFrameWeldValue"
  3921. CFrameValue28.Parent = Part26
  3922. CFrameValue28.Value = CFrame.new(-0.196443558, -0.352656007, 0.565093994, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3923. Part29.Parent = Model0
  3924. Part29.Material = Enum.Material.SmoothPlastic
  3925. Part29.BrickColor = BrickColor.new("Really black")
  3926. Part29.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3927. Part29.Size = Vector3.new(0.399064094, 0.535459578, 0.200889423)
  3928. Part29.CFrame = CFrame.new(-18.2582397, 3.61599255, 23.4035149, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3929. Part29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3930. Part29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3931. Part29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3932. Part29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3933. Part29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3934. Part29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3935. Part29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3936. Part29.Position = Vector3.new(-18.2582397, 3.61599255, 23.4035149)
  3937. Part29.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3938. Part29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3939. Weld30.Name = "qCFrameWeldThingy"
  3940. Weld30.Parent = Part29
  3941. Weld30.C1 = CFrame.new(-0.201887131, -0.174986005, 0.566902161, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3942. Weld30.Part0 = Part1
  3943. Weld30.Part1 = Part29
  3944. CFrameValue31.Name = "qRelativeCFrameWeldValue"
  3945. CFrameValue31.Parent = Part29
  3946. CFrameValue31.Value = CFrame.new(-0.201887131, -0.174986005, 0.566902161, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3947. Part32.Parent = Model0
  3948. Part32.Material = Enum.Material.SmoothPlastic
  3949. Part32.BrickColor = BrickColor.new("Really black")
  3950. Part32.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3951. Part32.Size = Vector3.new(0.399064094, 0.535459578, 0.200889423)
  3952. Part32.CFrame = CFrame.new(-18.2578926, 3.61577511, 22.8934994, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3953. Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3954. Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3955. Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3956. Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3957. Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3958. Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3959. Part32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3960. Part32.Position = Vector3.new(-18.2578926, 3.61577511, 22.8934994)
  3961. Part32.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3962. Part32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3963. Weld33.Name = "qCFrameWeldThingy"
  3964. Weld33.Parent = Part32
  3965. Weld33.C1 = CFrame.new(-0.711803436, -0.174986124, 0.556844711, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3966. Weld33.Part0 = Part1
  3967. Weld33.Part1 = Part32
  3968. CFrameValue34.Name = "qRelativeCFrameWeldValue"
  3969. CFrameValue34.Parent = Part32
  3970. CFrameValue34.Value = CFrame.new(-0.711803436, -0.174986124, 0.556844711, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3971. Part35.Parent = Model0
  3972. Part35.Material = Enum.Material.SmoothPlastic
  3973. Part35.BrickColor = BrickColor.new("Really black")
  3974. Part35.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3975. Part35.Size = Vector3.new(0.45788303, 0.195007578, 0.253826499)
  3976. Part35.CFrame = CFrame.new(-18.0876789, 3.62475324, 22.8952656, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  3977. Part35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3978. Part35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3979. Part35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3980. Part35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3981. Part35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3982. Part35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3983. Part35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3984. Part35.Position = Vector3.new(-18.0876789, 3.62475324, 22.8952656)
  3985. Part35.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  3986. Part35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3987. Weld36.Name = "qCFrameWeldThingy"
  3988. Weld36.Parent = Part35
  3989. Weld36.C1 = CFrame.new(-0.709976196, -0.345209122, 0.548080444, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3990. Weld36.Part0 = Part1
  3991. Weld36.Part1 = Part35
  3992. CFrameValue37.Name = "qRelativeCFrameWeldValue"
  3993. CFrameValue37.Parent = Part35
  3994. CFrameValue37.Value = CFrame.new(-0.709976196, -0.345209122, 0.548080444, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  3995. Part38.Parent = Model0
  3996. Part38.Material = Enum.Material.Neon
  3997. Part38.BrickColor = BrickColor.new("Really red")
  3998. Part38.Rotation = Vector3.new(91.1100006, 5.98000002, -90.0799942)
  3999. Part38.Size = Vector3.new(0.152929291, 0.0389110669, 0.267852575)
  4000. Part38.CFrame = CFrame.new(-18.0809937, 3.63238764, 22.8990211, -0.00137328415, 0.994561672, 0.1041402, 0.0191860739, 0.10414733, -0.994376838, -0.999814987, 0.000632479612, -0.0192247573)
  4001. Part38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4002. Part38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4003. Part38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4004. Part38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4005. Part38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4006. Part38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4007. Part38.Color = Color3.new(1, 0, 0)
  4008. Part38.Position = Vector3.new(-18.0809937, 3.63238764, 22.8990211)
  4009. Part38.Orientation = Vector3.new(83.9199982, 100.459999, 10.4399996)
  4010. Part38.Color = Color3.new(1, 0, 0)
  4011. Weld39.Name = "qCFrameWeldThingy"
  4012. Weld39.Parent = Part38
  4013. Weld39.C1 = CFrame.new(-0.706357956, -0.352656126, 0.555047989, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  4014. Weld39.Part0 = Part1
  4015. Weld39.Part1 = Part38
  4016. CFrameValue40.Name = "qRelativeCFrameWeldValue"
  4017. CFrameValue40.Parent = Part38
  4018. CFrameValue40.Value = CFrame.new(-0.706357956, -0.352656126, 0.555047989, -5.02921509e-08, 1.09553795e-07, 1, 1.64222385e-07, 1, -1.09553781e-07, -1, 1.64222385e-07, -5.02922148e-08)
  4019.  
  4020. WELD2SUMLEG = Instance.new("Weld")
  4021. WELD2SUMLEG.Parent = Part20
  4022. WELD2SUMLEG.Name = "Ur faget"
  4023. WELD2SUMLEG.Part0 = Part20
  4024. WELD2SUMLEG.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  4025.  
  4026. while wait() do KILLPART.CanCollide = false KILLPART.Locked = true KILLPART.Transparency = 1
  4027.  
  4028.  
  4029. if GAS == true then KILLPART.Parent = game.Players.LocalPlayer.Character elseif GAS == false then KILLPART.Parent = workspace.CurrentCamera end
  4030. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4031. if v:IsA("Humanoid") then
  4032. v.Name = "Dick"
  4033. v.PlatformStand = false
  4034. v.AutoRotate = true
  4035. v.NameOcclusion = "NoOcclusion"
  4036. v.DisplayDistanceType = "None"
  4037. v.MaxHealth = math.huge
  4038. v.Health = math.huge
  4039. elseif v:IsA("BodyColors") then
  4040. v.HeadColor = BrickColor.new("Really black")
  4041. v.LeftArmColor = BrickColor.new("Really black")
  4042. v.LeftLegColor = BrickColor.new("Really black")
  4043. v.RightArmColor = BrickColor.new("Really black")
  4044. v.RightLegColor = BrickColor.new("Really black")
  4045. v.TorsoColor = BrickColor.new("Really black")
  4046. end
  4047. end
  4048. for i,ve in pairs(Head:GetChildren()) do
  4049. if ve:IsA("Decal") then
  4050. if ve.Name == "%&$%&·$B%$/%&RE&%/·W$%&V$%N%FACE" then
  4051. ve.Texture = "http://www.roblox.com/asset/?id=19821051"
  4052. end
  4053. end
  4054. end
  4055. if Choke == true then game.Players.LocalPlayer.Character.Parent = workspace.CurrentCamera wait() game.Players.LocalPlayer.Character.Parent = workspace end
  4056. for i,v in pairs(xd:GetChildren()) do
  4057. if v:IsA("Part") then
  4058. v.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4059. v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4060. v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4061. v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4062. v.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4063. v.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4064. for i,ve in pairs(v:GetChildren()) do
  4065. if ve:IsA("Decal") then
  4066. if ve.Name == "%&$%&·$B%$/%&RE&%/·W$%&V$%N%FACE" then else
  4067. ve:Destroy()
  4068. end
  4069. end
  4070. end
  4071. for i,veee in pairs(v:GetChildren()) do
  4072. if veee:IsA("Fire") then
  4073. veee:Destroy()
  4074. end
  4075. end
  4076. for i,veee in pairs(v:GetChildren()) do
  4077. if veee:IsA("Smoke") then
  4078. veee:Destroy()
  4079. end
  4080. end
  4081. end
  4082. end
  4083. if Secks == true
  4084. then
  4085. Secks = false
  4086. RemakeJoints = false
  4087. chatfunc("Nein wichser.")
  4088. LS = Instance.new("Motor6D")
  4089. RS = Instance.new("Motor6D")
  4090. LH = Instance.new("Motor6D")
  4091. RH = Instance.new("Motor6D")
  4092. LS.Parent = game.Players.LocalPlayer.Character.Torso
  4093. LS.Name = "Left Shoulder"
  4094. LS.MaxVelocity = .1
  4095. RS.Parent = game.Players.LocalPlayer.Character.Torso
  4096. RS.Name = "Right Shoulder"
  4097. RS.MaxVelocity = .1
  4098. LH.Parent = game.Players.LocalPlayer.Character.Torso
  4099. LH.Name = "Left Hip"
  4100. LH.MaxVelocity = .1
  4101. RH.Parent = game.Players.LocalPlayer.Character.Torso
  4102. RH.Name = "Right Hip"
  4103. RH.MaxVelocity = .1
  4104. end
  4105. if RemakeJoints == true
  4106. then
  4107. Secks = false
  4108. RemakeJoints = false
  4109. LS = Instance.new("Motor6D")
  4110. RS = Instance.new("Motor6D")
  4111. LH = Instance.new("Motor6D")
  4112. RH = Instance.new("Motor6D")
  4113. LS.Parent = game.Players.LocalPlayer.Character.Torso
  4114. LS.Name = "Left Shoulder"
  4115. LS.MaxVelocity = .1
  4116. RS.Parent = game.Players.LocalPlayer.Character.Torso
  4117. RS.Name = "Right Shoulder"
  4118. RS.MaxVelocity = .1
  4119. LH.Parent = game.Players.LocalPlayer.Character.Torso
  4120. LH.Name = "Left Hip"
  4121. LH.MaxVelocity = .1
  4122. RH.Parent = game.Players.LocalPlayer.Character.Torso
  4123. RH.Name = "Right Hip"
  4124. RH.MaxVelocity = .1
  4125. end
  4126. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4127. if v:IsA("Model") then
  4128. if v.Name == "Nice thing" then v:Destroy() Secks = true chatfunc("Nein wichser.") end
  4129. end
  4130. end
  4131. for i,v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  4132. if v:IsA("Weld") then
  4133. if v.Name == "leftWeld" then v:Destroy() RemakeJoints = true chatfunc("/fixjoints") end
  4134. if v.Name == "rightWeld" then v:Destroy() RemakeJoints = true chatfunc("/fixjoints") end
  4135. if v.Name == "weld" then v:Destroy() RemakeJoints = true chatfunc("/fixjoints") end
  4136. if v.Name == "Right Shoulder" then v:Destroy() RemakeJoints = true end
  4137. if v.Name == "Left Shoulder" then v:Destroy() RemakeJoints = true chatfunc("/fixjoints") end
  4138. if v.Name == "Right Hip" then v:Destroy() RemakeJoints = true chatfunc("/fixjoints") end
  4139. if v.Name == "Left Hip" then v:Destroy() RemakeJoints = true chatfunc("/fixjoints") end
  4140. end
  4141. end
  4142. for i,v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  4143. if v:IsA("Part") then Secks = true v:Destroy() chatfunc("Nein wichser.")
  4144. end
  4145. end
  4146. for i,v in pairs(game.Players.LocalPlayer.Character.Head:GetChildren()) do
  4147. if v:IsA("Part") then v:Destroy() chatfunc("Nein wichser.")
  4148. end
  4149. end
  4150. for i,v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  4151. if v:IsA("Model") then Secks = true v:Destroy() chatfunc("Nein wichser.")
  4152. end
  4153. end
  4154. for i,v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  4155. if v:IsA("Motor6D") then
  4156. if v.Name == "Right Shoulder"then
  4157. v.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  4158. v.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  4159. v.Part0 = game.Players.LocalPlayer.Character.Torso
  4160. v.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  4161. elseif v.Name == "Left Shoulder" then
  4162. v.C0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4163. v.C1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4164. v.Part0 = game.Players.LocalPlayer.Character.Torso
  4165. v.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  4166. elseif v.Name == "Right Hip" then
  4167. v.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  4168. v.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  4169. v.Part0 = game.Players.LocalPlayer.Character.Torso
  4170. v.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  4171. elseif v.Name == "Left Hip" then
  4172. v.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4173. v.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4174. v.Part0 = game.Players.LocalPlayer.Character.Torso
  4175. v.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  4176. -- elseif v.Name == "Neck" then
  4177. --v.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  4178. --v.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  4179. --v.Part0 = game.Players.LocalPlayer.Character.Torso
  4180. --v.Part1 = game.Players.LocalPlayer.Character["Head"]
  4181. end
  4182. end
  4183. end
  4184.  
  4185. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4186. if v:IsA("LocalScript") then
  4187. v.Disabled = false v.Archivable = false
  4188. end
  4189. end
  4190.  
  4191. for i,v in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  4192. if v:IsA("Smoke") then
  4193. v:Destroy()
  4194. end
  4195. end
  4196.  
  4197. for i,v in pairs(game.Players.LocalPlayer.Character.HumanoidRootPart:GetChildren()) do
  4198. if v:IsA("Motor6D") then
  4199. v.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  4200. v.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  4201. end
  4202. end
  4203.  
  4204.  
  4205. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4206. if v:IsA("Part") then
  4207. if v.Name == "TOUCHPART" then
  4208. v.Anchored = true
  4209. v.Locked = true
  4210. v.Archivable = false
  4211. v.Transparency = 1
  4212. v.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4213. v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4214. v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4215. v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4216. v.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4217. v.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4218. elseif v.Name == "HumanoidRootPart" then
  4219. v.Anchored = false
  4220. v.Locked = true
  4221. v.Archivable = false
  4222. v.Transparency = 1
  4223. v.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4224. v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4225. v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4226. v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4227. v.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4228. v.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4229. else
  4230. v.Anchored = false
  4231. v.Locked = true
  4232. v.Archivable = false
  4233. v.Transparency = 0
  4234. v.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4235. v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4236. v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4237. v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4238. v.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4239. v.TopSurface = Enum.SurfaceType.SmoothNoOutlines end
  4240. for i,ve in pairs(v:GetChildren()) do
  4241. if ve:IsA("Decal") then
  4242. if ve.Name == "%&$%&·$B%$/%&RE&%/·W$%&V$%N%FACE" then else
  4243. ve:Destroy()
  4244. end
  4245. end
  4246. end
  4247. for i,veee in pairs(v:GetChildren()) do
  4248. if veee:IsA("Fire") then
  4249. veee:Destroy()
  4250. end
  4251. end
  4252. for i,veee in pairs(v:GetChildren()) do
  4253. if veee:IsA("Smoke") then
  4254. veee:Destroy()
  4255. end
  4256. end
  4257. for i,veee in pairs(v:GetChildren()) do
  4258. if veee:IsA("SelectionBox") then
  4259. veee:Destroy()
  4260. end
  4261. end
  4262. for i,veee in pairs(v:GetChildren()) do
  4263. if veee:IsA("ParticleEmitter") then
  4264. veee:Destroy()
  4265. end
  4266. end
  4267. for i,vew in pairs(v:GetChildren()) do
  4268. if vew:IsA("BodyPosition") then
  4269. vew:Destroy() game.Players.LocalPlayer.Character.Parent = workspace.CurrentCamera wait(5) game.Players.LocalPlayer.Character.Parent = workspace chatfunc(NoLift[math.random(1, #NoLift)])
  4270. end
  4271. end
  4272. for i,vew in pairs(v:GetChildren()) do
  4273. if vew:IsA("BodyVelocity") then
  4274. vew:Destroy() chatfunc(deny[math.random(1, #deny)])
  4275. for i,vwe in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  4276. if vwe:IsA("Sound") then
  4277. vwe:Destroy()
  4278. end
  4279. end
  4280. end
  4281. end
  4282. end
  4283. end
  4284. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4285. if v:IsA("Model") then
  4286. for i,vee in pairs(v:GetChildren()) do
  4287. if vee:IsA("Part") then
  4288. if vee.Name == "Middle" then
  4289. vee.Anchored = false
  4290. vee.Locked = true
  4291. vee.Archivable = false
  4292. vee.Transparency = 1
  4293. vee.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4294. vee.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4295. vee.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4296. vee.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4297. vee.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4298. vee.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4299. elseif vee.Name == "Midel" then
  4300. vee.Anchored = false
  4301. vee.Locked = true
  4302. vee.Archivable = false
  4303. vee.Transparency = 1
  4304. vee.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4305. vee.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4306. vee.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4307. vee.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4308. vee.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4309. vee.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4310. elseif vee.Name == "Right Arm" then
  4311. vee.Anchored = false
  4312. vee.Locked = true
  4313. vee.Archivable = false
  4314. vee.Transparency = 1
  4315. vee.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4316. vee.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4317. vee.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4318. vee.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4319. vee.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4320. vee.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4321. else
  4322. vee.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4323. vee.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4324. vee.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4325. vee.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4326. vee.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4327. vee.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4328. vee.Anchored = false
  4329. vee.Locked = true
  4330. vee.Archivable = false
  4331. vee.Transparency = 0 end
  4332. for i,veee in pairs(vee:GetChildren()) do
  4333. if veee:IsA("Decal") then
  4334. veee:Destroy()
  4335. end
  4336. end
  4337. for i,veee in pairs(vee:GetChildren()) do
  4338. if veee:IsA("SelectionBox") then
  4339. veee:Destroy()
  4340. end
  4341. end
  4342. for i,veee in pairs(vee:GetChildren()) do
  4343. if veee:IsA("Fire") then
  4344. veee:Destroy()
  4345. end
  4346. end
  4347. for i,veee in pairs(vee:GetChildren()) do
  4348. if veee:IsA("Smoke") then
  4349. veee:Destroy()
  4350. end
  4351. end
  4352. for i,veee in pairs(vee:GetChildren()) do
  4353. if veee:IsA("ParticleEmitter") then
  4354. veee:Destroy()
  4355. end
  4356. end
  4357. for i,veee in pairs(vee:GetChildren()) do
  4358. if veee:IsA("BodyVelocity") then
  4359. veee:Destroy() chatfunc(deny[math.random(1, #deny)])
  4360. for i,vwe in pairs(game.Players.LocalPlayer.Character.Torso:GetChildren()) do
  4361. if vwe:IsA("Sound") then
  4362. vwe:Destroy()
  4363. end
  4364. end
  4365. end
  4366. end
  4367. for i,vewe in pairs(vee:GetChildren()) do
  4368. if vewe:IsA("BodyPosition") then
  4369. vewe:Destroy() game.Players.LocalPlayer.Character.Parent = workspace.CurrentCamera wait(5) game.Players.LocalPlayer.Character.Parent = workspace chatfunc(NoLift[math.random(1, #NoLift)])
  4370. end
  4371. end
  4372. end
  4373. end
  4374. end
  4375. end
  4376. if workspace.FilteringEnabled == true then game.Players.LocalPlayer:kick("The script does not bypass filtering enabled. Sorry for dissapointing you. With urge, the guy who created the script.") end
  4377.  
  4378. local CamCF = Cam.CoordinateFrame
  4379. if ((IsR6 and Body["Torso"]) or Body["UpperTorso"])~=nil and Body["Head"]~=nil then --[Check for the Torso and Head...]
  4380. local TrsoLV = Trso.CFrame.lookVector
  4381. local HdPos = Head.CFrame.p
  4382. if IsR6 and Neck or Neck and Waist then --[Make sure the Neck still exists.]
  4383. if Cam.CameraSubject:IsDescendantOf(Body) or Cam.CameraSubject:IsDescendantOf(Plr) then
  4384. local Dist = nil;
  4385. local Diff = nil;
  4386. if not MseGuide then --[If not tracking the Mouse then get the Camera.]
  4387. Dist = (Head.CFrame.p-CamCF.p).magnitude
  4388. Diff = Head.CFrame.Y-CamCF.Y
  4389. if not IsR6 then --[R6 and R15 Neck rotation C0s are different; R15: X axis inverted and Z is now the Y.]
  4390. Neck.C0 = Neck.C0:lerp(NeckOrgnC0*Ang((aSin(Diff/Dist)*HeadVertFactor), -(((HdPos-CamCF.p).Unit):Cross(TrsoLV)).Y*HeadHorFactor, 0), UpdateSpeed/2)
  4391. Waist.C0 = Waist.C0:lerp(WaistOrgnC0*Ang((aSin(Diff/Dist)*BodyVertFactor), -(((HdPos-CamCF.p).Unit):Cross(TrsoLV)).Y*BodyHorFactor, 0), UpdateSpeed/2)
  4392. else --[R15s actually have the properly oriented Neck CFrame.]
  4393. Neck.C0 = Neck.C0:lerp(NeckOrgnC0*Ang(-(aSin(Diff/Dist)*HeadVertFactor), 0, -(((HdPos-CamCF.p).Unit):Cross(TrsoLV)).Y*HeadHorFactor),UpdateSpeed/2)
  4394. end
  4395. else
  4396. local Point = Mouse.Hit.p
  4397. Dist = (Head.CFrame.p-Point).magnitude
  4398. Diff = Head.CFrame.Y-Point.Y
  4399. if not IsR6 then
  4400. Neck.C0 = Neck.C0:lerp(NeckOrgnC0*Ang(-(aTan(Diff/Dist)*HeadVertFactor), (((HdPos-Point).Unit):Cross(TrsoLV)).Y*HeadHorFactor, 0), UpdateSpeed/2)
  4401. Waist.C0 = Waist.C0:lerp(WaistOrgnC0*Ang(-(aTan(Diff/Dist)*BodyVertFactor), (((HdPos-Point).Unit):Cross(TrsoLV)).Y*BodyHorFactor, 0), UpdateSpeed/2)
  4402. else
  4403. Neck.C0 = Neck.C0:lerp(NeckOrgnC0*Ang((aTan(Diff/Dist)*HeadVertFactor), 0, (((HdPos-Point).Unit):Cross(TrsoLV)).Y*HeadHorFactor), UpdateSpeed/2)
  4404. end
  4405. end
  4406. end
  4407. end
  4408. end
  4409. if TurnCharacterToMouse == true then
  4410. Hum.AutoRotate = false
  4411. Core.CFrame = Core.CFrame:lerp(CFrame.new(Core.Position, Vector3.new(Mouse.Hit.p.x, Core.Position.Y, Mouse.Hit.p.z)), UpdateSpeed / 2)
  4412. else
  4413. Hum.AutoRotate = true
  4414. end
  4415.  
  4416. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement