Advertisement
StarzoZero

Roblox Combine Script

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