Advertisement
Plug_RBLX

v1.3

Dec 28th, 2017
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 131.02 KB | None | 0 0
  1. print("HENLO MY GUI RELEASED! FINALLY! ABOUT 2 MONTHS OF SCRIPTING AND!!!!!!!!")
  2. wait(0.3)
  3. print("BOOM! RELEASE!!!!")
  4. -- Objects
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextButton = Instance.new("TextButton")
  9. local TextButton_2 = Instance.new("TextButton")
  10. local TextButton_3 = Instance.new("TextButton")
  11. local TextButton_4 = Instance.new("TextButton")
  12. local TextButton_5 = Instance.new("TextButton")
  13. local TextButton_6 = Instance.new("TextButton")
  14. local TextLabel = Instance.new("TextLabel")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local TextLabel_3 = Instance.new("TextLabel")
  17.  
  18. -- Properties
  19.  
  20. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  21.  
  22. Frame.Parent = ScreenGui
  23. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  24. Frame.Draggable = true
  25. Frame.Position = UDim2.new(0, 1337, 0, 315)
  26. Frame.Size = UDim2.new(0, 294, 0, 487)
  27.  
  28. TextButton.Parent = Frame
  29. TextButton.BackgroundColor3 = Color3.new(1, 0.784314, 0)
  30. TextButton.Position = UDim2.new(0, 0, 0, 176)
  31. TextButton.Size = UDim2.new(0, 147, 0, 85)
  32. TextButton.Font = Enum.Font.SourceSans
  33. TextButton.FontSize = Enum.FontSize.Size14
  34. TextButton.Text = "Spam Blocks"
  35. TextButton.TextColor3 = Color3.new(1, 0, 0.0156863)
  36. TextButton.TextSize = 14
  37.  
  38. TextButton.MouseButton1Down:connect(function()
  39. for i=1,20 do
  40. wait(1)
  41. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  42. if v:IsA'Accoutrement' then
  43. v.Parent=game.Players.LocalPlayer.Character
  44. v.Parent = workspace.Terrain
  45. end
  46. end
  47. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  48. if v:IsA'Accoutrement' then
  49. for ape,hax in pairs(v.Handle:GetChildren()) do
  50. hax:Destroy()
  51. end
  52. wait'.1'
  53. v.Parent=game.Players.LocalPlayer.StarterGear
  54. end
  55. end
  56. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  57. v:Destroy()
  58. end
  59. local prt=Instance.new("Model", workspace);
  60. Instance.new("Part", prt).Name="Torso";
  61. Instance.new("Part", prt).Name="Head";
  62. Instance.new("Humanoid", prt).Name="Humanoid";
  63. game.Players.LocalPlayer.Character=prt
  64.  
  65. repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
  66. for lol,dad in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  67. if dad:IsA'Accoutrement' then
  68. dad.Parent = game.Players.LocalPlayer.StarterGear
  69. end
  70. end
  71. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  72. v:Destroy()
  73. end
  74. local prt2=Instance.new("Model", workspace);
  75. Instance.new("Part", prt).Name="Torso";
  76. Instance.new("Part", prt).Name="Head";
  77. Instance.new("Humanoid", prt).Name="Humanoid";
  78. game.Players.LocalPlayer.Character=prt
  79. end
  80. end)
  81.  
  82. TextButton_2.Parent = Frame
  83. TextButton_2.BackgroundColor3 = Color3.new(0, 1, 0.917647)
  84. TextButton_2.Position = UDim2.new(0, 147, 0, 176)
  85. TextButton_2.Size = UDim2.new(0, 147, 0, 85)
  86. TextButton_2.Font = Enum.Font.SourceSans
  87. TextButton_2.FontSize = Enum.FontSize.Size14
  88. TextButton_2.Text = "allahu explodahu"
  89. TextButton_2.TextColor3 = Color3.new(1, 0, 0.0156863)
  90. TextButton_2.TextSize = 14
  91.  
  92. TextButton_2.MouseButton1Down:connect(function()
  93. Player=game:GetService("Players").LocalPlayer
  94. Character=Player.Character
  95. PlayerGui=Player.PlayerGui
  96. Backpack=Player.Backpack
  97. Torso=Character.Torso
  98. Head=Character.Head
  99. Humanoid=Character.Humanoid
  100. m=Instance.new('Model',Character)
  101. LeftArm=Character["Left Arm"]
  102. LeftLeg=Character["Left Leg"]
  103. RightArm=Character["Right Arm"]
  104. RightLeg=Character["Right Leg"]
  105. LS=Torso["Left Shoulder"]
  106. LH=Torso["Left Hip"]
  107. RS=Torso["Right Shoulder"]
  108. RH=Torso["Right Hip"]
  109. Face = Head.face
  110. Neck=Torso.Neck
  111. it=Instance.new
  112. attacktype=1
  113. vt=Vector3.new
  114. cf=CFrame.new
  115. euler=CFrame.fromEulerAnglesXYZ
  116. angles=CFrame.Angles
  117. cloaked=false
  118. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  119. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  120. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  121. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  122. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  123. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  124. RootPart=Character.HumanoidRootPart
  125. RootJoint=RootPart.RootJoint
  126. RootCF=euler(-1.57,0,3.14)
  127. attack = false
  128. attackdebounce = false
  129. deb=false
  130. equipped=true
  131. hand=false
  132. MMouse=nil
  133. combo=0
  134. mana=0
  135. trispeed=.2
  136. attackmode='none'
  137. local idle=0
  138. local Anim="Idle"
  139. local Effects={}
  140. local gun=false
  141. local shoot=false
  142. player=nil
  143. mana=0
  144.  
  145. mouse=Player:GetMouse()
  146. --save shoulders
  147. RSH, LSH=nil, nil
  148. --welds
  149. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  150. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  151. LH=Torso["Left Hip"]
  152. RH=Torso["Right Hip"]
  153. TorsoColor=Torso.BrickColor
  154. function NoOutline(Part)
  155. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  156. end
  157. player=Player
  158. ch=Character
  159. RSH=ch.Torso["Right Shoulder"]
  160. LSH=ch.Torso["Left Shoulder"]
  161. --
  162. RSH.Parent=nil
  163. LSH.Parent=nil
  164. --
  165. RW.Name="Right Shoulder"
  166. RW.Part0=ch.Torso
  167. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  168. RW.C1=cf(0, 0.5, 0)
  169. RW.Part1=ch["Right Arm"]
  170. RW.Parent=ch.Torso
  171. --
  172. LW.Name="Left Shoulder"
  173. LW.Part0=ch.Torso
  174. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  175. LW.C1=cf(0, 0.5, 0)
  176. LW.Part1=ch["Left Arm"]
  177. LW.Parent=ch.Torso
  178.  
  179. Player=game:GetService('Players').LocalPlayer
  180. Character=Player.Character
  181. Mouse=Player:GetMouse()
  182. m=Instance.new('Model',Character)
  183.  
  184.  
  185. local function weldBetween(a, b)
  186. local weldd = Instance.new("ManualWeld")
  187. weldd.Part0 = a
  188. weldd.Part1 = b
  189. weldd.C0 = CFrame.new()
  190. weldd.C1 = b.CFrame:inverse() * a.CFrame
  191. weldd.Parent = a
  192. return weldd
  193. end
  194.  
  195. function swait(num)
  196. if num==0 or num==nil then
  197. game:service'RunService'.Stepped:wait(0)
  198. else
  199. for i=0,num do
  200. game:service'RunService'.Stepped:wait(0)
  201. end
  202. end
  203. end
  204.  
  205. function nooutline(part)
  206. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  207. end
  208.  
  209. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  210. local fp=it("Part")
  211. fp.formFactor=formfactor
  212. fp.Parent=parent
  213. fp.Reflectance=reflectance
  214. fp.Transparency=transparency
  215. fp.CanCollide=false
  216. fp.Locked=true
  217. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  218. fp.Name=name
  219. fp.Size=size
  220. fp.Position=Character.Torso.Position
  221. nooutline(fp)
  222. fp.Material=material
  223. fp:BreakJoints()
  224. return fp
  225. end
  226.  
  227. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  228. local mesh=it(Mesh)
  229. mesh.Parent=part
  230. if Mesh=="SpecialMesh" then
  231. mesh.MeshType=meshtype
  232. mesh.MeshId=meshid
  233. end
  234. mesh.Offset=offset
  235. mesh.Scale=scale
  236. return mesh
  237. end
  238.  
  239. function weld(parent,part0,part1,c0,c1)
  240. local weld=it("Weld")
  241. weld.Parent=parent
  242. weld.Part0=part0
  243. weld.Part1=part1
  244. weld.C0=c0
  245. weld.C1=c1
  246. return weld
  247. end
  248.  
  249.  
  250. local function CFrameFromTopBack(at, top, back)
  251. local right = top:Cross(back)
  252. return CFrame.new(at.x, at.y, at.z,
  253. right.x, top.x, back.x,
  254. right.y, top.y, back.y,
  255. right.z, top.z, back.z)
  256. end
  257.  
  258. function Triangle(a, b, c)
  259. local edg1 = (c-a):Dot((b-a).unit)
  260. local edg2 = (a-b):Dot((c-b).unit)
  261. local edg3 = (b-c):Dot((a-c).unit)
  262. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  263. a, b, c = a, b, c
  264. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  265. a, b, c = b, c, a
  266. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  267. a, b, c = c, a, b
  268. else
  269. assert(false, "unreachable")
  270. end
  271.  
  272. local len1 = (c-a):Dot((b-a).unit)
  273. local len2 = (b-a).magnitude - len1
  274. local width = (a + (b-a).unit*len1 - c).magnitude
  275.  
  276. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  277.  
  278. local list = {}
  279.  
  280. local TrailColor = ("Dark grey")
  281.  
  282. if len1 > 0.01 then
  283. local w1 = Instance.new('WedgePart', m)
  284. game:GetService("Debris"):AddItem(w1,5)
  285. w1.Material = "SmoothPlastic"
  286. w1.FormFactor = 'Custom'
  287. w1.BrickColor = BrickColor.new(TrailColor)
  288. w1.Transparency = 0
  289. w1.Reflectance = 0
  290. w1.Material = "SmoothPlastic"
  291. w1.CanCollide = false
  292. NoOutline(w1)
  293. local sz = Vector3.new(0.2, width, len1)
  294. w1.Size = sz
  295. local sp = Instance.new("SpecialMesh",w1)
  296. sp.MeshType = "Wedge"
  297. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  298. w1:BreakJoints()
  299. w1.Anchored = true
  300. w1.Parent = workspace
  301. w1.Transparency = 0.7
  302. table.insert(Effects,{w1,"Disappear",.01})
  303. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  304. table.insert(list,w1)
  305. end
  306.  
  307. if len2 > 0.01 then
  308. local w2 = Instance.new('WedgePart', m)
  309. game:GetService("Debris"):AddItem(w2,5)
  310. w2.Material = "SmoothPlastic"
  311. w2.FormFactor = 'Custom'
  312. w2.BrickColor = BrickColor.new(TrailColor)
  313. w2.Transparency = 0
  314. w2.Reflectance = 0
  315. w2.Material = "SmoothPlastic"
  316. w2.CanCollide = false
  317. NoOutline(w2)
  318. local sz = Vector3.new(0.2, width, len2)
  319. w2.Size = sz
  320. local sp = Instance.new("SpecialMesh",w2)
  321. sp.MeshType = "Wedge"
  322. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  323. w2:BreakJoints()
  324. w2.Anchored = true
  325. w2.Parent = workspace
  326. w2.Transparency = 0.7
  327. table.insert(Effects,{w2,"Disappear",.01})
  328. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  329. table.insert(list,w2)
  330. end
  331. return unpack(list)
  332. end
  333.  
  334.  
  335. so = function(id,par,vol,pit)
  336. coroutine.resume(coroutine.create(function()
  337. local sou = Instance.new("Sound",par or workspace)
  338. sou.Volume=vol
  339. sou.Pitch=pit or 1
  340. sou.SoundId=id
  341. swait()
  342. sou:play()
  343. game:GetService("Debris"):AddItem(sou,6)
  344. end))
  345. end
  346.  
  347. function clerp(a,b,t)
  348. local qa = {QuaternionFromCFrame(a)}
  349. local qb = {QuaternionFromCFrame(b)}
  350. local ax, ay, az = a.x, a.y, a.z
  351. local bx, by, bz = b.x, b.y, b.z
  352. local _t = 1-t
  353. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  354. end
  355.  
  356. function QuaternionFromCFrame(cf)
  357. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  358. local trace = m00 + m11 + m22
  359. if trace > 0 then
  360. local s = math.sqrt(1 + trace)
  361. local recip = 0.5/s
  362. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  363. else
  364. local i = 0
  365. if m11 > m00 then
  366. i = 1
  367. end
  368. if m22 > (i == 0 and m00 or m11) then
  369. i = 2
  370. end
  371. if i == 0 then
  372. local s = math.sqrt(m00-m11-m22+1)
  373. local recip = 0.5/s
  374. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  375. elseif i == 1 then
  376. local s = math.sqrt(m11-m22-m00+1)
  377. local recip = 0.5/s
  378. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  379. elseif i == 2 then
  380. local s = math.sqrt(m22-m00-m11+1)
  381. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  382. end
  383. end
  384. end
  385.  
  386. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  387. local xs, ys, zs = x + x, y + y, z + z
  388. local wx, wy, wz = w*xs, w*ys, w*zs
  389. local xx = x*xs
  390. local xy = x*ys
  391. local xz = x*zs
  392. local yy = y*ys
  393. local yz = y*zs
  394. local zz = z*zs
  395. return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
  396. end
  397.  
  398. function QuaternionSlerp(a, b, t)
  399. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  400. local startInterp, finishInterp;
  401. if cosTheta >= 0.0001 then
  402. if (1 - cosTheta) > 0.0001 then
  403. local theta = math.acos(cosTheta)
  404. local invSinTheta = 1/math.sin(theta)
  405. startInterp = math.sin((1-t)*theta)*invSinTheta
  406. finishInterp = math.sin(t*theta)*invSinTheta
  407. else
  408. startInterp = 1-t
  409. finishInterp = t
  410. end
  411. else
  412. if (1+cosTheta) > 0.0001 then
  413. local theta = math.acos(-cosTheta)
  414. local invSinTheta = 1/math.sin(theta)
  415. startInterp = math.sin((t-1)*theta)*invSinTheta
  416. finishInterp = math.sin(t*theta)*invSinTheta
  417. else
  418. startInterp = t-1
  419. finishInterp = t
  420. end
  421. end
  422. return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp
  423. end
  424.  
  425. --Example: Torso.Weld.C0 = clerp(Torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  426.  
  427.  
  428. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  429. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  430. end
  431.  
  432. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  433. if hit.Parent==nil then
  434. return
  435. end
  436. h=hit.Parent:FindFirstChild("Humanoid")
  437. for _,v in pairs(hit.Parent:children()) do
  438. if v:IsA("Humanoid") then
  439. h=v
  440. end
  441. end
  442. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  443. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  444. end
  445. if hit.Parent.className=="Hat" then
  446. hit=hit.Parent.Parent:findFirstChild("Head")
  447. end
  448. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  449. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  450. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  451. return
  452. end]]
  453. -- hs(hit,1.2)
  454. c=Instance.new("ObjectValue")
  455. c.Name="creator"
  456. c.Value=game:service("Players").LocalPlayer
  457. c.Parent=h
  458. game:GetService("Debris"):AddItem(c,.5)
  459. Damage=math.random(minim,maxim)
  460. -- h:TakeDamage(Damage)
  461. blocked=false
  462. block=hit.Parent:findFirstChild("Block")
  463. if block~=nil then
  464. print(block.className)
  465. if block.className=="NumberValue" then
  466. if block.Value>0 then
  467. blocked=true
  468. if decreaseblock==nil then
  469. block.Value=block.Value-1
  470. end
  471. end
  472. end
  473. if block.className=="IntValue" then
  474. if block.Value>0 then
  475. blocked=true
  476. if decreaseblock~=nil then
  477. block.Value=block.Value-1
  478. end
  479. end
  480. end
  481. end
  482. if blocked==false then
  483. -- h:TakeDamage(Damage)
  484. h.Health=h.Health-Damage
  485. showDamage(hit.Parent,Damage,.5,BrickColor.new("New Yeller"))
  486. else
  487. h.Health=h.Health-(Damage/2)
  488. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
  489. end
  490. if Type=="Knockdown" then
  491. hum=hit.Parent.Humanoid
  492. hum.PlatformStand=true
  493. coroutine.resume(coroutine.create(function(HHumanoid)
  494. swait(1)
  495. HHumanoid.PlatformStand=false
  496. end),hum)
  497. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  498. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  499. local bodvol=Instance.new("BodyVelocity")
  500. bodvol.velocity=angle*knockback
  501. bodvol.P=5000
  502. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  503. bodvol.Parent=hit
  504. rl=Instance.new("BodyAngularVelocity")
  505. rl.P=3000
  506. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  507. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  508. rl.Parent=hit
  509. game:GetService("Debris"):AddItem(bodvol,.5)
  510. game:GetService("Debris"):AddItem(rl,.5)
  511. elseif Type=="Normal" then
  512. vp=Instance.new("BodyVelocity")
  513. vp.P=500
  514. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  515. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  516. if KnockbackType==1 then
  517. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  518. elseif KnockbackType==2 then
  519. vp.velocity=Property.CFrame.lookVector*knockback
  520. end
  521. if knockback>0 then
  522. vp.Parent=hit.Parent.Torso
  523. end
  524. game:GetService("Debris"):AddItem(vp,.5)
  525. elseif Type=="Up" then
  526. local bodyVelocity=Instance.new("BodyVelocity")
  527. bodyVelocity.velocity=vt(0,60,0)
  528. bodyVelocity.P=5000
  529. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  530. bodyVelocity.Parent=hit
  531. game:GetService("Debris"):AddItem(bodyVelocity,1)
  532. rl=Instance.new("BodyAngularVelocity")
  533. rl.P=3000
  534. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  535. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  536. rl.Parent=hit
  537. game:GetService("Debris"):AddItem(rl,.5)
  538. elseif Type=="Snare" then
  539. bp=Instance.new("BodyPosition")
  540. bp.P=2000
  541. bp.D=100
  542. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  543. bp.position=hit.Parent.Torso.Position
  544. bp.Parent=hit.Parent.Torso
  545. game:GetService("Debris"):AddItem(bp,1)
  546. elseif Type=="Target" then
  547. if Targetting==false then
  548. ZTarget=hit.Parent.Torso
  549. coroutine.resume(coroutine.create(function(Part)
  550. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  551. swait(5)
  552. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  553. end),ZTarget)
  554. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  555. targetgui=Instance.new("BillboardGui")
  556. targetgui.Parent=ZTarget
  557. targetgui.Size=UDim2.new(10,100,10,100)
  558. targ=Instance.new("ImageLabel")
  559. targ.Parent=targetgui
  560. targ.BackgroundTransparency=1
  561. targ.Image="rbxassetid://4834067"
  562. targ.Size=UDim2.new(1,0,1,0)
  563. cam.CameraType="Scriptable"
  564. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  565. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  566. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  567. Targetting=true
  568. RocketTarget=ZTarget
  569. for i=1,Property do
  570. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  571. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  572. swait()
  573. end
  574. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  575. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  576. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  577. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  578. end
  579. Targetting=false
  580. RocketTarget=nil
  581. targetgui.Parent=nil
  582. cam.CameraType="Custom"
  583. end
  584. end
  585. debounce=Instance.new("BoolValue")
  586. debounce.Name="DebounceHit"
  587. debounce.Parent=hit.Parent
  588. debounce.Value=true
  589. game:GetService("Debris"):AddItem(debounce,Delay)
  590. c=Instance.new("ObjectValue")
  591. c.Name="creator"
  592. c.Value=Player
  593. c.Parent=h
  594. game:GetService("Debris"):AddItem(c,.5)
  595. CRIT=false
  596. hitDeb=true
  597. AttackPos=6
  598. end
  599. end
  600.  
  601. showDamage=function(Char,Dealt,du,Color)
  602. m=Instance.new("Model")
  603. m.Name=tostring(Dealt)
  604. h=Instance.new("Humanoid")
  605. h.Health=0
  606. h.MaxHealth=0
  607. h.Parent=m
  608. c=Instance.new("Part")
  609. c.Transparency=0
  610. c.BrickColor=Color
  611. c.Name="Head"
  612. c.TopSurface=0
  613. c.BottomSurface=0
  614. c.formFactor="Plate"
  615. c.Size=Vector3.new(1,.4,1)
  616. ms=Instance.new("CylinderMesh")
  617. ms.Scale=Vector3.new(.8,.8,.8)
  618. if CRIT==true then
  619. ms.Scale=Vector3.new(1,1.25,1)
  620. end
  621. ms.Parent=c
  622. c.Reflectance=0
  623. Instance.new("BodyGyro").Parent=c
  624. c.Parent=m
  625. if Char:findFirstChild("Head")~=nil then
  626. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  627. elseif Char.Parent:findFirstChild("Head")~=nil then
  628. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  629. end
  630. f=Instance.new("BodyPosition")
  631. f.P=2000
  632. f.D=100
  633. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  634. f.position=c.Position+Vector3.new(0,3,0)
  635. f.Parent=c
  636. game:GetService("Debris"):AddItem(m,.5+du)
  637. c.CanCollide=false
  638. m.Parent=workspace
  639. c.CanCollide=false
  640. end
  641.  
  642. VestHandle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Handle",Vector3.new(2.01999998, 1.39999998, 1.01999998))
  643. handleweld=weld(m,Character["Torso"],VestHandle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-005, 0.300115585, 3.05175781e-005, 0.999999642, 0, 0, 0, 1, 0, 0, 0, 0.999999642))
  644. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1, 0.76000005, 0.600000024))
  645. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.509597778, -0.490081787, 0.200000286, -0.999999642, 0, 0, 0, 0, 0.999999642, 0, 1, 0))
  646. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=104516854",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  647. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.01999998, 0.600000024, 0.800000012))
  648. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000152587891, -0.999994516, -0.200134277, -4.47035475e-008, 0, 0.999999642, 0, 1, 0, -0.999999642, 0, -4.4703544e-008))
  649. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  650. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.620000005, 1.01999998))
  651. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.700012207, -1.00999117, 1.52587891e-005, 0.999999046, 0, 0, 0, 1, 0, 0, 0, 0.999999046))
  652. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.620000005, 1.01999998))
  653. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.699127197, -1.00999379, 0.000549316406, 0.999997914, 6.38506317e-005, -2.78951497e-015, -6.38804122e-005, 1.00000012, 2.10474918e-015, 2.78942159e-015, 1.39239913e-015, 0.999997854))
  654. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.400000036, 1.19999993))
  655. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.609390259, 0.811340332, -0.0999908447, 3.08029073e-018, -2.69585922e-014, -0.999999642, -0.999999642, -6.39334685e-005, -1.35697087e-018, -6.39334467e-005, 1, -2.6958582e-014))
  656. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=12891705",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 0.200000003, 0.200000003))
  657. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.400000036, 1.19999993))
  658. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.609359741, -0.788131714, -0.0999910831, 3.06354694e-018, -2.34616979e-014, -0.999999642, -0.999999642, -6.39629943e-005, -1.56279636e-018, -6.39629725e-005, 1, -2.34616895e-014))
  659. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=12891705",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 0.200000003, 0.200000003))
  660. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.400000036, 1.19999993))
  661. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.609375, 0.0116882324, -0.0999908447, 3.06355067e-018, -2.34617301e-014, -0.999999642, -0.999999642, -6.39631544e-005, -1.56279822e-018, -6.39631326e-005, 1, -2.34617217e-014))
  662. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=12891705",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 0.200000003, 0.200000003))
  663. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.400000036, 1.19999993))
  664. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.609313965, -0.388046265, -0.0999908447, 3.0635486e-018, -2.34617301e-014, -0.999998927, -0.999998927, -6.39631544e-005, -1.56279719e-018, -6.39630889e-005, 1, -2.34617047e-014))
  665. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=12891705",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 0.200000003, 0.200000003))
  666. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.400000036, 1.19999993))
  667. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.609329224, 0.411483765, -0.0999908447, 3.08028867e-018, -2.69585922e-014, -0.999998927, -0.999998927, -6.39334685e-005, -1.35696984e-018, -6.3933403e-005, 1, -2.69585617e-014))
  668. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=12891705",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 0.200000003, 0.200000003))
  669. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.01999998, 0.200000003, 0.200000003))
  670. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000305175781, -0.800010204, 0.89906311, -4.47035724e-008, 6.26018334e-015, 0.999997854, -8.34552054e-008, 1.00000012, -5.15634779e-015, -0.999997914, -5.35364961e-008, -4.47035653e-008))
  671. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  672. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.01999998, 0.600000024, 0.800000012))
  673. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000228881836, -0.99998498, -0.199783325, -4.47038211e-008, -2.85946115e-012, -0.999997854, -6.3955762e-005, 1.00000012, 1.77753083e-015, 0.999997914, 6.39259815e-005, -4.47038175e-008))
  674. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  675. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.400000006, 3.79999971, 0.200000003))
  676. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.356018066, -0.311279297, -0.609542847, 0.865768671, 0.500441432, 0, -0.5004403, 0.865770638, 3.55271241e-015, 3.55271241e-015, 3.02253882e-015, 0.999997854))
  677. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  678. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.01999998, 0.200000003, 0.200000003))
  679. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000122070313, -0.799995899, 0.900177002, 1.49011559e-008, 0, -0.999995232, 0, 1, 0, 0.999995232, 0, 1.49011559e-008))
  680. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  681. FlagLogo=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","FlagLogo",Vector3.new(3, 1.99999988, 0.200000003))
  682. FlagLogoweld=weld(m,VestHandle,FlagLogo,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.14234924, -3.41108704, -0.610244751, 0.865850091, 0.500302911, -3.55240239e-015, -0.500302792, 0.865850449, 9.79956736e-019, 3.07633938e-015, 1.77642947e-015, 0.999999642))
  683. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.400000006, 0.200000003, 0.400000036))
  684. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.356628418, -2.31108093, -0.620269775, 0.865850091, 0.500302911, 7.10581953e-015, -0.500302792, 0.865850449, 9.79956736e-019, 6.15238443e-015, 3.55382075e-015, 0.999999642))
  685. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  686. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.400000036, 0.200000003, 0.400000036))
  687. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.354736328, -4.51108551, -0.620117188, 0.865849495, 0.500302911, 1.77640292e-014, -0.500302434, 0.865850449, 9.79956115e-019, 9.22842142e-015, 5.33121097e-015, 0.999998927))
  688. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  689. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.400000006, 1.99999964, 0.200000003))
  690. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.356216431, -3.41107178, -0.610137939, 0.865848899, 0.500302911, 1.77639292e-014, -0.500302076, 0.865850449, 9.79955495e-019, 1.53807173e-014, 8.88612016e-015, 0.999998212))
  691. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  692. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.400000006, 0.200000003, 0.400000036))
  693. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.356292725, 1.6887207, -0.619628906, 0.865768075, 0.500441432, 0, -0.500439942, 0.865770638, 3.55270987e-015, 3.55270987e-015, 3.02253882e-015, 0.999997139))
  694. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  695. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.400000036, 1.19999993))
  696. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.589828491, 0.808547974, -0.0999956131, -3.90798369e-014, 8.06646416e-017, -0.999997854, -0.999997914, -6.36497934e-005, 3.90798369e-014, -6.36795739e-005, 1.00000012, 3.58011901e-015))
  697. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=12891705",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 0.200000003, 0.200000003))
  698. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1, 0.76000005, 0.600000024))
  699. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.509597778, -0.490081787, -0.399998188, -0.999999642, 0, 0, 0, 0, 0.999999642, 0, 1, 0))
  700. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=104516854",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  701. handle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Handle",Vector3.new(0.200000003, 0.200000003, 1.4000001))
  702. handleweld=weld(m,Character["Right Arm"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.05175781e-005, -1.10011411, -1.52587891e-005, 0.999999404, -4.47034765e-008, 0, -4.47034836e-008, -0.999999285, 0, 0, 0, -1))
  703. mesh("SpecialMesh",handle,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=74322546",Vector3.new(0, 0, 0),Vector3.new(1.5, 1.5, 1.5))
  704. local Decal1 = Instance.new("Decal",FlagLogo)
  705. Decal1.Texture = "http://www.roblox.com/asset/?id=147337085"
  706. Decal1.Face = "Front"
  707. local Decal2 = Instance.new("Decal",FlagLogo)
  708. Decal2.Texture = "http://www.roblox.com/asset/?id=147337085"
  709. Decal2.Face = "Back"
  710. Humanoid.WalkSpeed = 50
  711.  
  712. function ALLAHUAKBAR()
  713. attack = true
  714. local speak = {"ALLAHUAKBAR"}
  715. local colors = {"Red","Red","Red"} -- The only 3 colors, adding more will error.
  716. local chat = game:GetService("Chat")
  717. chat:Chat(Head,speak[math.random(1,#speak)], colors[math.random(1,3)] )
  718. for i = 0,1,0.05 do
  719. swait()
  720. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.3)
  721. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.3)
  722. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(50)), 0.3)
  723. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  724. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  725. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  726. end
  727. for i = 0,1,0.05 do
  728. swait()
  729. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.3)
  730. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.3)
  731. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(80), math.rad(0), math.rad(50)), 0.3)
  732. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  733. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  734. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  735. end
  736. for i = 1,20 do
  737. --so("http://roblox.com/asset/?id=197815953",workspace,1,1)
  738. so("rbxassetid://134854740",Torso,1,1.3)
  739. so("rbxassetid://247893371",workspace,1,1)
  740. so("rbxassetid://137994058",Torso,1,1)
  741. so("rbxassetid://165969964",Torso,1,1)
  742. local S = Instance.new("Explosion",workspace)
  743. S.Position = Torso.Position
  744. S.BlastPressure = 5
  745. S.BlastRadius = 50
  746. S.ExplosionType = 2
  747. end
  748. attack = false
  749. end
  750.  
  751. mouse.Button1Down:connect(function()
  752. ALLAHUAKBAR()
  753. end)
  754.  
  755. mouse.KeyDown:connect(function(k)
  756. k=k:lower()
  757.  
  758. end)
  759.  
  760.  
  761. local sine = 0
  762. local change = 1
  763. local val = 0
  764.  
  765. while true do
  766. swait()
  767. sine = sine + change
  768. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  769. local velderp=RootPart.Velocity.y
  770. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  771. if equipped==true or equipped==false then
  772. if attack==false then
  773. idle=idle+1
  774. else
  775. idle=0
  776. end
  777. if idle>=500 then
  778. if attack==false then
  779. --Sheath()
  780. end
  781. end
  782. if RootPart.Velocity.y > 1 and hitfloor==nil then
  783. Anim="Jump"
  784. if attack==false then
  785. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  786. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  787. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(10)), 0.3)
  788. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  789. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2),math.rad(0),math.rad(0)),.3)
  790. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2),math.rad(0),math.rad(0)),.3)
  791. end
  792. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  793. Anim="Fall"
  794. if attack==false then
  795. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  796. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  797. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(30)), 0.3)
  798. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-30)), 0.3)
  799. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  800. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  801. end
  802. elseif torvel<1 and hitfloor~=nil then
  803. Anim="Idle"
  804. if attack==false then
  805. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(10)),.3)
  806. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-10)),.3)
  807. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(20)), 0.3)
  808. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  809. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  810. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  811. end
  812. elseif torvel>2 and hitfloor~=nil then
  813. Anim="Walk"
  814. if attack==false then
  815. change=3
  816. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  817. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  818. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(50*math.cos(sine/20)), math.rad(0), math.rad(10)), 0.3)
  819. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-50*math.cos(sine/20)), math.rad(0), math.rad(-10)), 0.3)
  820. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  821. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  822. end
  823. end
  824. end
  825. if #Effects>0 then
  826. --table.insert(Effects,{prt,"Block1",delay})
  827. for e=1,#Effects do
  828. if Effects[e]~=nil then
  829. --for j=1,#Effects[e] do
  830. local Thing=Effects[e]
  831. if Thing~=nil then
  832. local Part=Thing[1]
  833. local Mode=Thing[2]
  834. local Delay=Thing[3]
  835. local IncX=Thing[4]
  836. local IncY=Thing[5]
  837. local IncZ=Thing[6]
  838. if Thing[1].Transparency<=1 then
  839. if Thing[2]=="Block1" then
  840. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  841. Mesh=Thing[1].Mesh
  842. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  843. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  844. elseif Thing[2]=="Cylinder" then
  845. Mesh=Thing[1].Mesh
  846. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  847. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  848. elseif Thing[2]=="Blood" then
  849. Mesh=Thing[7]
  850. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  851. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  852. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  853. elseif Thing[2]=="Elec" then
  854. Mesh=Thing[1].Mesh
  855. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  856. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  857. elseif Thing[2]=="Disappear" then
  858. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  859. end
  860. else
  861. Part.Parent=nil
  862. table.remove(Effects,e)
  863. end
  864. end
  865. --end
  866. end
  867. end
  868. end
  869. end
  870. end)
  871.  
  872. TextButton_3.Parent = Frame
  873. TextButton_3.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  874. TextButton_3.Position = UDim2.new(0, 0, 0, 261)
  875. TextButton_3.Size = UDim2.new(0, 147, 0, 85)
  876. TextButton_3.Font = Enum.Font.SourceSans
  877. TextButton_3.FontSize = Enum.FontSize.Size14
  878. TextButton_3.Text = "HELL"
  879. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  880. TextButton_3.TextSize = 14
  881.  
  882. TextButton_3.MouseButton1Down:connect(function()
  883. local rekt = Instance.new('ColorCorrectionEffect', game.Lighting)
  884. rekt.TintColor = Color3.new(155, 1, 0)
  885. rekt.Brightness = 0.2
  886. rekt.Contrast = 1
  887. rekt.Saturation = 1
  888. local topkek = Instance.new('BlurEffect', game.Lighting)
  889. topkek.Size = 3
  890. local bloom = Instance.new('BloomEffect', game.Lighting)
  891. bloom.Intensity = 0.4
  892. bloom.Size = 56
  893. bloom.Threshold = 1
  894.  
  895. for i,v in next,workspace:children''do
  896. if(v:IsA'BasePart')then
  897. me=v;
  898. bbg=Instance.new('BillboardGui',me);
  899. bbg.Name='stuf';
  900. bbg.Adornee=me;
  901. bbg.Size=UDim2.new(2.5,0,2.5,0)
  902. tlb=Instance.new'TextLabel';
  903. tlb.Text='666 666 666 666 666 666';
  904. tlb.Font='SourceSansBold';
  905. tlb.FontSize='Size48';
  906. tlb.TextColor3=Color3.new(1,0,0);
  907. tlb.Size=UDim2.new(1.25,0,1.25,0);
  908. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  909. tlb.BackgroundTransparency=1;
  910. tlb.Parent=bbg;
  911. end;end;
  912. s=Instance.new'Sound';
  913. s.Parent=workspace;
  914. s.SoundId='rbxassetid://152840862';
  915. s.Pitch=1;
  916. s.Volume=1;
  917. s.Looped=true;
  918. s:play();
  919. --end;end)();
  920. function xds(dd)
  921. for i,v in next,dd:children''do
  922. if(v:IsA'BasePart')then
  923. v.BrickColor=BrickColor.new'Really black';
  924. v.TopSurface='Smooth';
  925. v.BottomSurface='Smooth';
  926. a=Instance.new('PointLight',v);
  927. a.Color=Color3.new(1,0,0);
  928. a.Range=15;
  929. a.Brightness=5;
  930. f=Instance.new('Fire',v);
  931. f.Size=19;
  932. f.Heat=22;
  933. end;
  934. game.Lighting.TimeOfDay=0;
  935. game.Lighting.Brightness=0;
  936. game.Lighting.ShadowColor=Color3.new(0,0,0);
  937. game.Lighting.Ambient=Color3.new(1,0,0);
  938. game.Lighting.FogEnd=200;
  939. game.Lighting.FogColor=Color3.new(0,0,0);
  940. local dec = 'http://www.roblox.com/asset/?id=19399245';
  941. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  942. if #(v:GetChildren())>0 then
  943. xds(v)
  944. end
  945. end
  946. end
  947. xds(game.Workspace)
  948. end)
  949.  
  950. TextButton_4.Parent = Frame
  951. TextButton_4.BackgroundColor3 = Color3.new(1, 0.168627, 0.682353)
  952. TextButton_4.Position = UDim2.new(0, 147, 0, 261)
  953. TextButton_4.Size = UDim2.new(0, 147, 0, 85)
  954. TextButton_4.Font = Enum.Font.SourceSans
  955. TextButton_4.FontSize = Enum.FontSize.Size14
  956. TextButton_4.Text = "Dat Wrench"
  957. TextButton_4.TextSize = 14
  958.  
  959. TextButton_4.MouseButton1Down:connect(function()
  960. script.Parent = workspace.CurrentCamera
  961. local plr = game:GetService("Players").LocalPlayer
  962.  
  963. local tool = Instance.new("Tool",plr:WaitForChild("Backpack"))
  964. tool.Grip = CFrame.new(0,-0.8,-0.2) * CFrame.Angles(math.rad(0),math.rad(180),math.rad(0))
  965. tool.Name = "bluE"
  966.  
  967. local part = Instance.new("Part",tool)
  968. part.Name = "Handle"
  969. part.Size = Vector3.new(4,6,4)
  970. part.TopSurface = "Smooth"
  971. part.BottomSurface = "Smooth"
  972. part.CanCollide = false
  973. part:BreakJoints()
  974.  
  975. local mesh = Instance.new("SpecialMesh",part)
  976. mesh.MeshId = "rbxassetid://431003868" --mesh.MeshId = "rbxassetid://132920499"
  977. mesh.TextureId = "rbxassetid://430627740" --"http://www.roblox.com/asset/?id=134479421"
  978. mesh.Scale = Vector3.new(2,2,2)
  979.  
  980. local sound = Instance.new("Sound",part)
  981. sound.SoundId = "rbxassetid://511340819"
  982. sound.Volume = 3
  983.  
  984. local sound2 = Instance.new("Sound",part)
  985. sound2.SoundId = "rbxassetid://280667448"
  986. sound2.Volume = 5
  987.  
  988. local sound3 = Instance.new("Sound",part)
  989. sound3.SoundId = "rbxassetid://139100774"
  990. sound3.Volume = 10
  991.  
  992. local sound4 = Instance.new("Sound",part)
  993. sound4.SoundId = "rbxassetid://258057783"
  994. sound4.Volume = 10
  995.  
  996. local sound5 = Instance.new("Sound",part)
  997. sound5.SoundId = "rbxassetid://130932305"
  998. sound5.Volume = 10
  999.  
  1000. local sound6 = Instance.new("Sound",part)
  1001. sound6.SoundId = "rbxassetid://906084456"
  1002. sound6.Volume = 10
  1003. sound6.TimePosition = 2
  1004.  
  1005. function firstHum(target)
  1006. for i,v in pairs(target:GetChildren()) do
  1007. if v:IsA("Humanoid") then
  1008. return v
  1009. end
  1010. end
  1011. return nil
  1012. end
  1013.  
  1014. local slap = false
  1015. local cd = false
  1016.  
  1017. plr:GetMouse().Button1Down:connect(function()
  1018. if tool.Parent == plr.Character then
  1019. if slap == false then
  1020. slap = true
  1021. sound2:Play()
  1022. local str = Instance.new("StringValue")
  1023. str.Name = "toolanim"
  1024. str.Value = "Slash"
  1025. str.Parent = tool
  1026. wait(1)
  1027. slap = false
  1028. end
  1029. end
  1030. end)
  1031.  
  1032. part.Touched:connect(function(hit)
  1033. if slap == true then
  1034. if cd == false then
  1035. if not hit:IsDescendantOf(plr.Character) then
  1036. if hit.Parent:IsA("Model") then
  1037. local fhum = firstHum(hit.Parent)
  1038. if fhum then
  1039. cd = true
  1040. fhum.PlatformStand = true
  1041. sound:Play()
  1042. local con1
  1043. con1 = game:GetService("RunService").Heartbeat:connect(function()
  1044. fhum.PlatformStand = true
  1045. end)
  1046. wait(0.1)
  1047. local vel = Instance.new("BodyVelocity",hit)
  1048. vel.Velocity = ((hit.Position - plr.Character:WaitForChild("HumanoidRootPart").Position).unit + Vector3.new(0,0.5,0))*50
  1049. vel.MaxForce = Vector3.new(10000000,10000000,10000000)
  1050. wait(1)
  1051. cd = false
  1052. vel:Destroy()
  1053. local vel2 = Instance.new("BodyVelocity",hit)
  1054. vel2.Velocity = Vector3.new(0,12.5,0)
  1055. vel2.MaxForce = Vector3.new(10000000,10000000,10000000)
  1056. local p2 = Instance.new("Part",hit)
  1057. p2.Anchored = true
  1058. p2.Transparency = 0.6
  1059. p2.CanCollide = false
  1060. p2.Size = Vector3.new(0.2,0.2,0.2)
  1061. p2.CFrame = CFrame.new(hit.CFrame.p) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))
  1062. p2.BrickColor = BrickColor.new("New Yeller")
  1063. p2.Material = "Neon"
  1064. local m2 = Instance.new("CylinderMesh",p2)
  1065. m2.Scale = Vector3.new(60,10000,60)
  1066. local scln = sound3:Clone()
  1067. scln.Parent = hit
  1068. scln:Play()
  1069. local con2
  1070. con2 = game:GetService("RunService").Heartbeat:connect(function()
  1071. p2.CFrame = CFrame.new(hit.CFrame.p) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))
  1072. end)
  1073. wait(7)
  1074. vel2.Velocity = Vector3.new(0,0,0)
  1075. wait(0.5)
  1076. scln:Stop()
  1077. local scln3 = sound5:Clone()
  1078. scln3.Parent = hit
  1079. scln3:Play()
  1080. wait(1)
  1081. local bav = Instance.new("BodyAngularVelocity",hit)
  1082. bav.AngularVelocity = Vector3.new(math.random(0,360),math.random(0,360),math.random(0,360))
  1083. vel2.Velocity = Vector3.new(0,-250,0)
  1084. p2.BrickColor = BrickColor.new("Really red")
  1085. local scln6 = sound6:Clone()
  1086. scln6.Parent = hit
  1087. scln6:Play()
  1088. local continue = false
  1089. local htc
  1090. htc = hit.Touched:connect(function(hitp)
  1091. if not hitp:IsDescendantOf(hit.Parent) then
  1092. continue = true
  1093. scln6:Stop()
  1094. vel2:Destroy()
  1095. con2:Disconnect()
  1096. con1:Disconnect()
  1097. htc:Disconnect()
  1098. p2:Destroy()
  1099. end
  1100. end)
  1101. repeat wait() until continue == true
  1102. local ctab = {}
  1103. for i=1,4 do
  1104. local p = Instance.new("Part",hit)
  1105. p.Size = Vector3.new(30,30,30)
  1106. p.Anchored = true
  1107. p.CanCollide = false
  1108. p.TopSurface = "Smooth"
  1109. p.BottomSurface = "Smooth"
  1110. p.Color = Color3.fromRGB(255,math.random(0,255),0)
  1111. p.CFrame = hit.CFrame
  1112. local con
  1113. con = game:GetService("RunService").Heartbeat:connect(function()
  1114. p.CFrame = p.CFrame * CFrame.Angles(math.rad(math.random(0,360)),math.rad(math.random(0,360)),math.rad(math.random(0,360)))
  1115. p.Transparency = p.Transparency + 0.01
  1116. if p.Transparency >= 1 then
  1117. con:Disconnect()
  1118. end
  1119. end)
  1120. table.insert(ctab,con)
  1121. end
  1122. Instance.new("Explosion",workspace).Position = hit.Position
  1123. local scln2 = sound4:Clone()
  1124. scln2.Parent = hit
  1125. scln2:Play()
  1126. vel2:Destroy()
  1127. hit.Parent:BreakJoints()
  1128. repeat wait() until not hit:IsDescendantOf(workspace)
  1129. con2:Disconnect()
  1130. end
  1131. end
  1132. end
  1133. end
  1134. end
  1135. end)
  1136. end)
  1137.  
  1138. TextButton_5.Parent = Frame
  1139. TextButton_5.BackgroundColor3 = Color3.new(0.0196078, 0.117647, 1)
  1140. TextButton_5.Position = UDim2.new(0, 0, 0, 344)
  1141. TextButton_5.Size = UDim2.new(0, 147, 0, 85)
  1142. TextButton_5.Font = Enum.Font.SourceSans
  1143. TextButton_5.FontSize = Enum.FontSize.Size14
  1144. TextButton_5.Text = "Noot Noot (WARNING)"
  1145. TextButton_5.TextColor3 = Color3.new(1, 1, 1)
  1146. TextButton_5.TextSize = 14
  1147.  
  1148. TextButton_5.MouseButton1Down:connect(function()
  1149. --loadstring(game:GetObjects("rbxassetid://382365669")[1].Source)()
  1150.  
  1151. local msg = Instance.new("Message",workspace)
  1152. msg.Text = "NOOT NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT"
  1153. wait(2)
  1154. msg:Destroy()
  1155. pingudecal = "http://www.roblox.com/asset/?id=382332426"
  1156. local didpingu = false
  1157. local ScreenGui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  1158. ScreenGui.Name = "nooties"
  1159. local asd = Instance.new("TextButton",ScreenGui)
  1160. asd.BackgroundColor3 = Color3.new(0,0,0)
  1161. asd.BorderColor3 = Color3.new(0,0,0)
  1162. asd.Name = "nooties"
  1163. asd.Position = UDim2.new(1,-150,1,-90)
  1164. asd.Size = UDim2.new(0,150,0,45)
  1165. asd.Font = "SourceSansBold"
  1166. asd.FontSize = "Size32"
  1167. asd.Text = "Noot Noot!"
  1168. asd.TextColor3 = Color3.new(255,255,255)
  1169. asd.MouseButton1Down:connect(function()
  1170. if didpingu == false then
  1171. didpingu = true
  1172. for i,v in pairs(game.Players:GetChildren()) do
  1173. if v:IsA("Player") then
  1174. local nooties = Instance.new("Sound",workspace)
  1175. nooties.SoundId = "http://www.roblox.com/asset/?id=142912516"
  1176. nooties.Volume = 1
  1177. nooties.Looped = true
  1178. nooties:Play()
  1179. end
  1180. end
  1181. wait(12)
  1182. local Sky = Instance.new("Sky",game.Lighting)
  1183. Sky.SkyboxBk = pingudecal
  1184. Sky.SkyboxDn = pingudecal
  1185. Sky.SkyboxFt = pingudecal
  1186. Sky.SkyboxLf = pingudecal
  1187. Sky.SkyboxRt = pingudecal
  1188. Sky.SkyboxUp = pingudecal
  1189. local function modelasd()
  1190. for i,v in pairs(workspace:GetChildren()) do
  1191. if v:IsA("Model") then
  1192. for i,a in pairs(v:GetChildren()) do
  1193. local top = Instance.new("Decal",a)
  1194. top.Face = "Top"
  1195. top.Texture = pingudecal
  1196. local btm = Instance.new("Decal",a)
  1197. btm.Face = "Bottom"
  1198. btm.Texture = pingudecal
  1199. local lft = Instance.new("Decal",a)
  1200. lft.Face = "Left"
  1201. lft.Texture = pingudecal
  1202. local rft = Instance.new("Decal",a)
  1203. rft.Face = "Right"
  1204. rft.Texture = pingudecal
  1205. local frnt = Instance.new("Decal",a)
  1206. frnt.Face = "Front"
  1207. frnt.Texture = pingudecal
  1208. local bk = Instance.new("Decal",a)
  1209. bk.Face = "Back"
  1210. bk.Texture = pingudecal
  1211. local VTest = Instance.new("ParticleEmitter")
  1212. VTest.Parent = a
  1213. VTest.Texture = pingudecal
  1214. VTest.Speed = NumberRange.new(200)
  1215. VTest.Rate = 200
  1216. VTest.Size = NumberSequence.new(10000,10000)
  1217. VTest.Lifetime = NumberRange.new(1000)
  1218. local pepe = coroutine.create(function()
  1219. while wait() do
  1220. local Explosion = Instance.new("Explosion",a)
  1221. Explosion.BlastRadius = 10000
  1222. end
  1223. end)
  1224. coroutine.resume(pepe)
  1225. end
  1226. end
  1227. end
  1228. end
  1229. local function partasd()
  1230. for i,a in pairs(workspace:GetChildren()) do
  1231. local top = Instance.new("Decal",a)
  1232. top.Face = "Top"
  1233. top.Texture = pingudecal
  1234. local btm = Instance.new("Decal",a)
  1235. btm.Face = "Bottom"
  1236. btm.Texture = pingudecal
  1237. local lft = Instance.new("Decal",a)
  1238. lft.Face = "Left"
  1239. lft.Texture = pingudecal
  1240. local rft = Instance.new("Decal",a)
  1241. rft.Face = "Right"
  1242. rft.Texture = pingudecal
  1243. local frnt = Instance.new("Decal",a)
  1244. frnt.Face = "Front"
  1245. frnt.Texture = pingudecal
  1246. local bk = Instance.new("Decal",a)
  1247. bk.Face = "Back"
  1248. bk.Texture = pingudecal
  1249. local VTest = Instance.new("ParticleEmitter")
  1250. VTest.Parent = a
  1251. VTest.Texture = pingudecal
  1252. VTest.Speed = NumberRange.new(200)
  1253. VTest.Rate = 200
  1254. VTest.Lifetime = NumberRange.new(1000)
  1255. VTest.Size = NumberSequence.new(10000,10000)
  1256. local pepe = coroutine.create(function()
  1257. while wait() do
  1258. if a.Name ~= "Head" or "Torso" or "Left Arm" or "Right Arm" or "Left Leg" or "Right Leg" then
  1259. local Explosion = Instance.new("Explosion",a)
  1260. Explosion.BlastRadius = 10000
  1261. end
  1262. end
  1263. end)
  1264. coroutine.resume(pepe)
  1265. end
  1266. end
  1267. partasd()
  1268. modelasd()
  1269. else
  1270. warn("Already Ran! Did not execute the script!")
  1271. end
  1272. end)
  1273. end)
  1274.  
  1275. TextButton_6.Parent = Frame
  1276. TextButton_6.BackgroundColor3 = Color3.new(0.0745098, 1, 0.0117647)
  1277. TextButton_6.Position = UDim2.new(0, 147, 0, 344)
  1278. TextButton_6.Size = UDim2.new(0, 147, 0, 85)
  1279. TextButton_6.Font = Enum.Font.SourceSans
  1280. TextButton_6.FontSize = Enum.FontSize.Size14
  1281. TextButton_6.Text = "Suicide"
  1282. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  1283. TextButton_6.TextSize = 14
  1284.  
  1285. TextButton_6.MouseButton1Down:connect(function()
  1286. --SUICIDE GUN REBORN BY DMS
  1287. o1 = Instance.new("Tool")
  1288. o2 = Instance.new("Part")
  1289. o3 = Instance.new("SpecialMesh")
  1290. o4 = Instance.new("Part")
  1291. o5 = Instance.new("BlockMesh")
  1292. o6 = Instance.new("Part")
  1293. o7 = Instance.new("BlockMesh")
  1294. o8 = Instance.new("Part")
  1295. o9 = Instance.new("BlockMesh")
  1296. o10 = Instance.new("Part")
  1297. o11 = Instance.new("BlockMesh")
  1298. o12 = Instance.new("Part")
  1299. o13 = Instance.new("BlockMesh")
  1300. o14 = Instance.new("Part")
  1301. o15 = Instance.new("BlockMesh")
  1302. o16 = Instance.new("Part")
  1303. o17 = Instance.new("BlockMesh")
  1304. o18 = Instance.new("Part")
  1305. o19 = Instance.new("BlockMesh")
  1306. o20 = Instance.new("Part")
  1307. o21 = Instance.new("CylinderMesh")
  1308. o22 = Instance.new("Part")
  1309. o23 = Instance.new("CylinderMesh")
  1310. o24 = Instance.new("Part")
  1311. o25 = Instance.new("CylinderMesh")
  1312. o26 = Instance.new("Part")
  1313. o27 = Instance.new("BlockMesh")
  1314. o28 = Instance.new("Part")
  1315. o29 = Instance.new("CylinderMesh")
  1316. o30 = Instance.new("Part")
  1317. o31 = Instance.new("PointLight")
  1318. o32 = Instance.new("BillboardGui")
  1319. o33 = Instance.new("ImageLabel")
  1320. o34 = Instance.new("BlockMesh")
  1321. o35 = Instance.new("Part")
  1322. o36 = Instance.new("BlockMesh")
  1323. o37 = Instance.new("Part")
  1324. o38 = Instance.new("BlockMesh")
  1325. o39 = Instance.new("Part")
  1326. o40 = Instance.new("BlockMesh")
  1327. o41 = Instance.new("Part")
  1328. o42 = Instance.new("Decal")
  1329. o43 = Instance.new("CylinderMesh")
  1330. o44 = Instance.new("Part")
  1331. o45 = Instance.new("CylinderMesh")
  1332. o46 = Instance.new("Part")
  1333. o47 = Instance.new("BlockMesh")
  1334. o48 = Instance.new("Part")
  1335. o49 = Instance.new("SpecialMesh")
  1336. o50 = Instance.new("Part")
  1337. o51 = Instance.new("SpecialMesh")
  1338. o52 = Instance.new("Part")
  1339. o53 = Instance.new("BlockMesh")
  1340. o54 = Instance.new("Part")
  1341. o55 = Instance.new("BlockMesh")
  1342. o56 = Instance.new("Part")
  1343. o57 = Instance.new("BlockMesh")
  1344. o58 = Instance.new("Part")
  1345. o59 = Instance.new("CylinderMesh")
  1346. o60 = Instance.new("Part")
  1347. o61 = Instance.new("SpecialMesh")
  1348. o62 = Instance.new("Part")
  1349. o63 = Instance.new("BlockMesh")
  1350. o64 = Instance.new("Part")
  1351. o65 = Instance.new("SpecialMesh")
  1352. o66 = Instance.new("Part")
  1353. o67 = Instance.new("BlockMesh")
  1354. o68 = Instance.new("Part")
  1355. o69 = Instance.new("BlockMesh")
  1356. o70 = Instance.new("Part")
  1357. o71 = Instance.new("SpecialMesh")
  1358. o72 = Instance.new("Part")
  1359. o73 = Instance.new("BlockMesh")
  1360. o74 = Instance.new("Part")
  1361. o75 = Instance.new("BlockMesh")
  1362. o76 = Instance.new("Part")
  1363. o77 = Instance.new("BlockMesh")
  1364. o78 = Instance.new("Part")
  1365. o79 = Instance.new("SpecialMesh")
  1366. o80 = Instance.new("Part")
  1367. o81 = Instance.new("CylinderMesh")
  1368. o82 = Instance.new("Part")
  1369. o83 = Instance.new("SpecialMesh")
  1370. o84 = Instance.new("Part")
  1371. o85 = Instance.new("BlockMesh")
  1372. o86 = Instance.new("Part")
  1373. o87 = Instance.new("SpecialMesh")
  1374. o88 = Instance.new("Part")
  1375. o89 = Instance.new("SpecialMesh")
  1376. o90 = Instance.new("Part")
  1377. o91 = Instance.new("BlockMesh")
  1378. o92 = Instance.new("Part")
  1379. o93 = Instance.new("BlockMesh")
  1380. o94 = Instance.new("Part")
  1381. o95 = Instance.new("SpecialMesh")
  1382. o96 = Instance.new("Part")
  1383. o97 = Instance.new("BlockMesh")
  1384. o98 = Instance.new("Part")
  1385. o99 = Instance.new("SpecialMesh")
  1386. o100 = Instance.new("Part")
  1387. o101 = Instance.new("BlockMesh")
  1388. o102 = Instance.new("Part")
  1389. o103 = Instance.new("BlockMesh")
  1390. o104 = Instance.new("Part")
  1391. o105 = Instance.new("SpecialMesh")
  1392. o106 = Instance.new("Part")
  1393. o107 = Instance.new("BlockMesh")
  1394. o108 = Instance.new("Part")
  1395. o109 = Instance.new("CylinderMesh")
  1396. o110 = Instance.new("Part")
  1397. o111 = Instance.new("BlockMesh")
  1398. o112 = Instance.new("Part")
  1399. o113 = Instance.new("SpecialMesh")
  1400. o114 = Instance.new("Part")
  1401. o115 = Instance.new("CylinderMesh")
  1402. o116 = Instance.new("Part")
  1403. o117 = Instance.new("BlockMesh")
  1404. o118 = Instance.new("Part")
  1405. o119 = Instance.new("SpecialMesh")
  1406. o120 = Instance.new("Part")
  1407. o121 = Instance.new("BlockMesh")
  1408. o122 = Instance.new("Part")
  1409. o123 = Instance.new("SpecialMesh")
  1410. o124 = Instance.new("Part")
  1411. o125 = Instance.new("SpecialMesh")
  1412. o126 = Instance.new("Part")
  1413. o127 = Instance.new("BlockMesh")
  1414. o128 = Instance.new("Part")
  1415. o129 = Instance.new("BlockMesh")
  1416. o130 = Instance.new("Part")
  1417. o131 = Instance.new("SpecialMesh")
  1418. o132 = Instance.new("Part")
  1419. o133 = Instance.new("BlockMesh")
  1420. o134 = Instance.new("Part")
  1421. o135 = Instance.new("BlockMesh")
  1422. o136 = Instance.new("Part")
  1423. o137 = Instance.new("SpecialMesh")
  1424. o138 = Instance.new("Part")
  1425. o139 = Instance.new("BlockMesh")
  1426. o140 = Instance.new("Part")
  1427. o141 = Instance.new("CylinderMesh")
  1428. o142 = Instance.new("Part")
  1429. o143 = Instance.new("BlockMesh")
  1430. o144 = Instance.new("Part")
  1431. o145 = Instance.new("SpecialMesh")
  1432. o146 = Instance.new("Part")
  1433. o147 = Instance.new("SpecialMesh")
  1434. o148 = Instance.new("Part")
  1435. o149 = Instance.new("Sound")
  1436. o150 = Instance.new("BlockMesh")
  1437. o1.Name = "Suicide"
  1438. o1.Parent = game.Players.LocalPlayer.Backpack
  1439. o2.Parent = o1
  1440. o2.Material = Enum.Material.SmoothPlastic
  1441. o2.BrickColor = BrickColor.new("Really black")
  1442. o2.Position = Vector3.new(18.950964, 0.850407004, 14.2854338)
  1443. o2.Rotation = Vector3.new(-2.19040904e-013, 2.50129006e-006, -180)
  1444. o2.Anchored = true
  1445. o2.FormFactor = Enum.FormFactor.Custom
  1446. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1447. o2.CFrame = CFrame.new(18.950964, 0.850407004, 14.2854338, -1, 8.74227766e-008, 4.36557457e-008, -8.74227766e-008, -1, 3.82298495e-015, 4.36557457e-008, 3.92853881e-018, 1)
  1448. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1449. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1450. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1455. o3.Parent = o2
  1456. o3.Scale = Vector3.new(0.666666687, 0.388888866, 0.416666687)
  1457. o3.MeshType = Enum.MeshType.Wedge
  1458. o4.Parent = o1
  1459. o4.Material = Enum.Material.SmoothPlastic
  1460. o4.BrickColor = BrickColor.new("Really black")
  1461. o4.Position = Vector3.new(18.950964, 0.953182995, 14.5104237)
  1462. o4.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1463. o4.Anchored = true
  1464. o4.FormFactor = Enum.FormFactor.Custom
  1465. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1466. o4.CFrame = CFrame.new(18.950964, 0.953182995, 14.5104237, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1467. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1468. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1469. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1474. o5.Parent = o4
  1475. o5.Scale = Vector3.new(0.333333343, 0.194444433, 0.694444478)
  1476. o6.Parent = o1
  1477. o6.Material = Enum.Material.SmoothPlastic
  1478. o6.BrickColor = BrickColor.new("Black")
  1479. o6.Position = Vector3.new(18.950964, 1.13095105, 14.5993176)
  1480. o6.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1481. o6.Anchored = true
  1482. o6.FormFactor = Enum.FormFactor.Custom
  1483. o6.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  1484. o6.CFrame = CFrame.new(18.950964, 1.13095105, 14.5993176, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1485. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1486. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1487. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1488. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1490. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1492. o7.Parent = o6
  1493. o7.Scale = Vector3.new(1, 0.583333313, 0.722222269)
  1494. o8.Name = "SightBack"
  1495. o8.Parent = o1
  1496. o8.Material = Enum.Material.SmoothPlastic
  1497. o8.Position = Vector3.new(18.950964, 1.23151195, 14.4882116)
  1498. o8.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1499. o8.Anchored = true
  1500. o8.FormFactor = Enum.FormFactor.Custom
  1501. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1502. o8.CFrame = CFrame.new(18.950964, 1.23151195, 14.4882116, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1503. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1504. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. o9.Parent = o8
  1510. o9.Scale = Vector3.new(0.166666672, 0.111111112, 0.411111116)
  1511. o10.Parent = o1
  1512. o10.Material = Enum.Material.SmoothPlastic
  1513. o10.BrickColor = BrickColor.new("Really black")
  1514. o10.Position = Vector3.new(18.950964, 0.961513996, 14.5937595)
  1515. o10.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1516. o10.Anchored = true
  1517. o10.FormFactor = Enum.FormFactor.Custom
  1518. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1519. o10.CFrame = CFrame.new(18.950964, 0.961513996, 14.5937595, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1520. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1521. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1522. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1523. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1524. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1527. o11.Parent = o10
  1528. o11.Scale = Vector3.new(0.49999997, 0.277777761, 0.694444478)
  1529. o12.Parent = o1
  1530. o12.Material = Enum.Material.SmoothPlastic
  1531. o12.BrickColor = BrickColor.new("Really black")
  1532. o12.Position = Vector3.new(18.950964, 1.19539297, 14.5993176)
  1533. o12.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1534. o12.Anchored = true
  1535. o12.FormFactor = Enum.FormFactor.Custom
  1536. o12.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  1537. o12.CFrame = CFrame.new(18.950964, 1.19539297, 14.5993176, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1538. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1539. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1540. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1541. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1542. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1545. o13.Parent = o12
  1546. o13.Scale = Vector3.new(1, 0.249999985, 0.411111116)
  1547. o14.Parent = o1
  1548. o14.Material = Enum.Material.SmoothPlastic
  1549. o14.BrickColor = BrickColor.new("Really black")
  1550. o14.Position = Vector3.new(18.908186, 1.19095695, 14.5993176)
  1551. o14.Rotation = Vector3.new(-90, 44.9999962, 90)
  1552. o14.Anchored = true
  1553. o14.FormFactor = Enum.FormFactor.Custom
  1554. o14.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  1555. o14.CFrame = CFrame.new(18.908186, 1.19095695, 14.5993176, 0, -0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, 0.707106769, -1, 2.04281037e-011, 9.59801127e-011)
  1556. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1557. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1558. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1561. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1562. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1563. o15.Parent = o14
  1564. o15.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  1565. o16.Name = "SightBack"
  1566. o16.Parent = o1
  1567. o16.Material = Enum.Material.SmoothPlastic
  1568. o16.Position = Vector3.new(18.9787407, 1.25372696, 14.4882116)
  1569. o16.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1570. o16.Anchored = true
  1571. o16.FormFactor = Enum.FormFactor.Custom
  1572. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1573. o16.CFrame = CFrame.new(18.9787407, 1.25372696, 14.4882116, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1574. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1575. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1576. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1579. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. o17.Parent = o16
  1581. o17.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
  1582. o18.Name = "SightBack"
  1583. o18.Parent = o1
  1584. o18.Material = Enum.Material.SmoothPlastic
  1585. o18.Position = Vector3.new(18.9231701, 1.25372696, 14.4882002)
  1586. o18.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1587. o18.Anchored = true
  1588. o18.FormFactor = Enum.FormFactor.Custom
  1589. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1590. o18.CFrame = CFrame.new(18.9231701, 1.25372696, 14.4882002, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1591. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1592. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1593. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1594. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1595. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1596. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1597. o19.Parent = o18
  1598. o19.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
  1599. o20.Parent = o1
  1600. o20.Material = Enum.Material.SmoothPlastic
  1601. o20.BrickColor = BrickColor.new("Black")
  1602. o20.Position = Vector3.new(18.950964, 0.886528015, 14.5798664)
  1603. o20.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
  1604. o20.Anchored = true
  1605. o20.FormFactor = Enum.FormFactor.Custom
  1606. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1607. o20.CFrame = CFrame.new(18.950964, 0.886528015, 14.5798664, -8.74279067e-008, 1, -4.37113812e-008, -3.83195418e-015, 4.37113812e-008, 1, 1, 8.74279067e-008, -4.65359901e-018)
  1608. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1609. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1610. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1611. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1612. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1613. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1614. o20.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1615. o21.Parent = o20
  1616. o21.Scale = Vector3.new(0.416666687, 0.722222269, 0.416666687)
  1617. o22.Name = "SightLine"
  1618. o22.Parent = o1
  1619. o22.Material = Enum.Material.SmoothPlastic
  1620. o22.BrickColor = BrickColor.new("Smoky grey")
  1621. o22.Position = Vector3.new(18.950964, 1.21539295, 15.7804356)
  1622. o22.Rotation = Vector3.new(90, -2.50447761e-006, -90)
  1623. o22.Anchored = true
  1624. o22.FormFactor = Enum.FormFactor.Custom
  1625. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1626. o22.CFrame = CFrame.new(18.950964, 1.21539295, 15.7804356, 0, 1, -4.37113812e-008, 5.38120031e-018, -4.37113812e-008, -1, -1, 0, 6.1083781e-018)
  1627. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1628. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1629. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1630. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1632. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1633. o22.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1634. o23.Parent = o22
  1635. o23.Scale = Vector3.new(0.505999982, 0.150000006, 0.505999982)
  1636. o24.Parent = o1
  1637. o24.Material = Enum.Material.SmoothPlastic
  1638. o24.BrickColor = BrickColor.new("Black")
  1639. o24.Position = Vector3.new(18.950964, 0.96707201, 15.7326679)
  1640. o24.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  1641. o24.Anchored = true
  1642. o24.FormFactor = Enum.FormFactor.Custom
  1643. o24.Size = Vector3.new(0.200000003, 0.344444454, 0.200000003)
  1644. o24.CFrame = CFrame.new(18.950964, 0.96707201, 15.7326679, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  1645. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1646. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1647. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1648. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1650. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1651. o24.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1652. o25.Parent = o24
  1653. o25.Scale = Vector3.new(0.405599982, 1, 0.405599982)
  1654. o26.Parent = o1
  1655. o26.Material = Enum.Material.SmoothPlastic
  1656. o26.BrickColor = BrickColor.new("Black")
  1657. o26.Position = Vector3.new(18.950964, 1.01984501, 15.7298756)
  1658. o26.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1659. o26.Anchored = true
  1660. o26.FormFactor = Enum.FormFactor.Custom
  1661. o26.Size = Vector3.new(0.338888884, 0.200000003, 0.200000003)
  1662. o26.CFrame = CFrame.new(18.950964, 1.01984501, 15.7298756, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1663. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1664. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1665. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1666. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1667. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1668. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1669. o26.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1670. o27.Parent = o26
  1671. o27.Scale = Vector3.new(1, 0.527777731, 0.611111104)
  1672. o28.Parent = o1
  1673. o28.Material = Enum.Material.SmoothPlastic
  1674. o28.BrickColor = BrickColor.new("Black")
  1675. o28.Position = Vector3.new(18.950964, 0.96707201, 15.7298756)
  1676. o28.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  1677. o28.Anchored = true
  1678. o28.FormFactor = Enum.FormFactor.Custom
  1679. o28.Size = Vector3.new(0.200000003, 0.338888884, 0.200000003)
  1680. o28.CFrame = CFrame.new(18.950964, 0.96707201, 15.7298756, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  1681. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1682. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1683. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1684. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1686. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1687. o28.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1688. o29.Parent = o28
  1689. o29.Scale = Vector3.new(0.611111104, 1, 0.611111104)
  1690. o30.Name = "Main"
  1691. o30.Parent = o1
  1692. o30.Material = Enum.Material.SmoothPlastic
  1693. o30.BrickColor = BrickColor.new("Really black")
  1694. o30.Transparency = 1
  1695. o30.Position = Vector3.new(18.950964, 1.12816894, 15.9493256)
  1696. o30.Rotation = Vector3.new(90, -2.50447761e-006, 2.50796006e-006)
  1697. o30.Anchored = true
  1698. o30.FormFactor = Enum.FormFactor.Custom
  1699. o30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1700. o30.CFrame = CFrame.new(18.950964, 1.12816894, 15.9493256, 1, -4.3772161e-008, -4.37113812e-008, -4.37113812e-008, -1.49011594e-008, -1, 4.3772161e-008, 1, -1.49011603e-008)
  1701. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1702. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1703. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1704. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1705. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1706. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1707. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1708. o31.Name = "FlashFX"
  1709. o31.Parent = o30
  1710. o31.Color = Color3.new(1, 1, 0)
  1711. o31.Enabled = false
  1712. o31.Brightness = 10
  1713. o31.Range = 6
  1714. o31.Shadows = true
  1715. o32.Name = "FlashGui"
  1716. o32.Parent = o30
  1717. o32.Size = UDim2.new(1.1000000238419,0,1.1000000238419,0)
  1718. o32.Enabled = false
  1719. o33.Name = "Label"
  1720. o33.Parent = o32
  1721. o33.Size = UDim2.new(1,0,1,0)
  1722. o33.BackgroundTransparency = 1
  1723. o33.Image = "http://www.roblox.com/asset/?id=117472237"
  1724. o34.Parent = o30
  1725. o34.Scale = Vector3.new(0.99999994, 0.99999994, 0.99999994)
  1726. o35.Parent = o1
  1727. o35.Material = Enum.Material.SmoothPlastic
  1728. o35.BrickColor = BrickColor.new("Black")
  1729. o35.Position = Vector3.new(18.908186, 1.19095695, 15.5132236)
  1730. o35.Rotation = Vector3.new(-90, 44.9999962, 90)
  1731. o35.Anchored = true
  1732. o35.FormFactor = Enum.FormFactor.Custom
  1733. o35.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  1734. o35.CFrame = CFrame.new(18.908186, 1.19095695, 15.5132236, 0, -0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, 0.707106769, -1, 2.04281037e-011, 9.59801127e-011)
  1735. o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1736. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1737. o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1738. o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1739. o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1740. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1741. o35.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1742. o36.Parent = o35
  1743. o36.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  1744. o37.Parent = o1
  1745. o37.Material = Enum.Material.SmoothPlastic
  1746. o37.BrickColor = BrickColor.new("Black")
  1747. o37.Position = Vector3.new(18.950964, 1.19539297, 15.5132236)
  1748. o37.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1749. o37.Anchored = true
  1750. o37.FormFactor = Enum.FormFactor.Custom
  1751. o37.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  1752. o37.CFrame = CFrame.new(18.950964, 1.19539297, 15.5132236, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1753. o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1754. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1755. o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1756. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1757. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1758. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1759. o37.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1760. o38.Parent = o37
  1761. o38.Scale = Vector3.new(1, 0.249999985, 0.411111116)
  1762. o39.Parent = o1
  1763. o39.Material = Enum.Material.SmoothPlastic
  1764. o39.BrickColor = BrickColor.new("Black")
  1765. o39.Position = Vector3.new(18.950964, 1.13095105, 15.5132236)
  1766. o39.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1767. o39.Anchored = true
  1768. o39.FormFactor = Enum.FormFactor.Custom
  1769. o39.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  1770. o39.CFrame = CFrame.new(18.950964, 1.13095105, 15.5132236, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1771. o39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1772. o39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1773. o39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1774. o39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1775. o39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1776. o39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1777. o39.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1778. o40.Parent = o39
  1779. o40.Scale = Vector3.new(1, 0.583333313, 0.722222269)
  1780. o41.Parent = o1
  1781. o41.Material = Enum.Material.SmoothPlastic
  1782. o41.BrickColor = BrickColor.new("Black")
  1783. o41.Position = Vector3.new(18.950964, 1.12816894, 15.3854284)
  1784. o41.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  1785. o41.Anchored = true
  1786. o41.FormFactor = Enum.FormFactor.Custom
  1787. o41.Size = Vector3.new(0.200000003, 1.06111109, 0.200000003)
  1788. o41.CFrame = CFrame.new(18.950964, 1.12816894, 15.3854284, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  1789. o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1790. o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1791. o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1792. o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1793. o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1794. o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1795. o41.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1796. o42.Parent = o41
  1797. o42.Texture = "http://www.roblox.com/asset/?id=47760372"
  1798. o42.Face = Enum.NormalId.Top
  1799. o43.Parent = o41
  1800. o43.Scale = Vector3.new(0.49999997, 1, 0.49999997)
  1801. o44.Parent = o1
  1802. o44.Material = Enum.Material.SmoothPlastic
  1803. o44.BrickColor = BrickColor.new("Black")
  1804. o44.Position = Vector3.new(18.950964, 0.961513996, 15.352108)
  1805. o44.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  1806. o44.Anchored = true
  1807. o44.FormFactor = Enum.FormFactor.Custom
  1808. o44.Size = Vector3.new(0.200000003, 0.416666627, 0.200000003)
  1809. o44.CFrame = CFrame.new(18.950964, 0.961513996, 15.352108, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  1810. o44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1811. o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1812. o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1813. o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1814. o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1815. o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1816. o44.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1817. o45.Parent = o44
  1818. o45.Scale = Vector3.new(0.666666687, 1, 0.666666687)
  1819. o46.Name = "Mag"
  1820. o46.Parent = o1
  1821. o46.Material = Enum.Material.SmoothPlastic
  1822. o46.BrickColor = BrickColor.new("Black")
  1823. o46.Position = Vector3.new(18.950964, 0.129971996, 14.3866644)
  1824. o46.Rotation = Vector3.new(101, 90, 0)
  1825. o46.Anchored = true
  1826. o46.FormFactor = Enum.FormFactor.Custom
  1827. o46.Size = Vector3.new(0.200000003, 0.333333343, 0.200000003)
  1828. o46.CFrame = CFrame.new(18.950964, 0.129971996, 14.3866644, -2.79885857e-008, -5.49657244e-008, 1, 0.981627166, -0.190809026, 1.69563066e-008, 0.190809026, 0.981627107, 5.93718141e-008)
  1829. o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1830. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1831. o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1832. o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1833. o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1834. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1835. o46.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1836. o47.Parent = o46
  1837. o47.Scale = Vector3.new(0.027777778, 1, 0.666666687)
  1838. o48.Parent = o1
  1839. o48.Material = Enum.Material.SmoothPlastic
  1840. o48.BrickColor = BrickColor.new("Black")
  1841. o48.Position = Vector3.new(18.950964, 0.161533996, 14.3493176)
  1842. o48.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
  1843. o48.Anchored = true
  1844. o48.FormFactor = Enum.FormFactor.Custom
  1845. o48.Size = Vector3.new(0.200000003, 0.200000003, 0.266666681)
  1846. o48.CFrame = CFrame.new(18.950964, 0.161533996, 14.3493176, -1, -8.74227979e-008, -1.16401111e-010, 8.74227766e-008, -0.99999994, -0.000345305598, 0, -0.000345305569, 0.99999994)
  1847. o48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1848. o48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1849. o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1850. o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1851. o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1852. o48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1853. o48.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1854. o49.Parent = o48
  1855. o49.Scale = Vector3.new(0.694444478, 0.222222224, 1)
  1856. o49.MeshType = Enum.MeshType.Wedge
  1857. o50.Parent = o1
  1858. o50.Material = Enum.Material.SmoothPlastic
  1859. o50.BrickColor = BrickColor.new("Really black")
  1860. o50.Position = Vector3.new(18.950964, 0.155975997, 14.3354216)
  1861. o50.Rotation = Vector3.new(3.08320072e-016, 0, -180)
  1862. o50.Anchored = true
  1863. o50.FormFactor = Enum.FormFactor.Custom
  1864. o50.Size = Vector3.new(0.200000003, 0.200000003, 0.438888878)
  1865. o50.CFrame = CFrame.new(18.950964, 0.155975997, 14.3354216, -1, 1.0960446e-021, 0, 1.0960446e-021, -1, -5.38120031e-018, 0, 5.38120031e-018, 1)
  1866. o50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1867. o50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1868. o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1869. o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1870. o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1871. o50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1872. o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1873. o51.Parent = o50
  1874. o51.Scale = Vector3.new(0.666666687, 0.333333343, 1)
  1875. o51.MeshType = Enum.MeshType.Wedge
  1876. o52.Parent = o1
  1877. o52.Material = Enum.Material.SmoothPlastic
  1878. o52.BrickColor = BrickColor.new("Black")
  1879. o52.Position = Vector3.new(18.950964, 0.239300996, 14.1882057)
  1880. o52.Rotation = Vector3.new(105, 90, 0)
  1881. o52.Anchored = true
  1882. o52.FormFactor = Enum.FormFactor.Custom
  1883. o52.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1884. o52.CFrame = CFrame.new(18.950964, 0.239300996, 14.1882057, -1.07331601e-008, -6.40018527e-008, 1, 0.965925813, -0.258819044, -6.21114538e-009, 0.258819073, 0.965925813, 6.46105036e-008)
  1885. o52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1886. o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1887. o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1888. o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1889. o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1890. o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1891. o52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1892. o53.Parent = o52
  1893. o53.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
  1894. o54.Parent = o1
  1895. o54.Material = Enum.Material.SmoothPlastic
  1896. o54.BrickColor = BrickColor.new("Really black")
  1897. o54.Position = Vector3.new(18.950964, 0.225419, 14.3520937)
  1898. o54.Rotation = Vector3.new(-3.25256337e-007, 90, 0)
  1899. o54.Anchored = true
  1900. o54.FormFactor = Enum.FormFactor.Custom
  1901. o54.Size = Vector3.new(0.26111111, 0.200000003, 0.200000003)
  1902. o54.CFrame = CFrame.new(18.950964, 0.225419, 14.3520937, 8.94069672e-008, -6.24762481e-015, 1, -5.6767937e-009, 1, 1.42108539e-014, -1, -5.6767937e-009, 8.94069672e-008)
  1903. o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1904. o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1905. o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1906. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1907. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1908. o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1909. o54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1910. o55.Parent = o54
  1911. o55.Scale = Vector3.new(1, 0.416666687, 0.694444478)
  1912. o56.Parent = o1
  1913. o56.Material = Enum.Material.SmoothPlastic
  1914. o56.BrickColor = BrickColor.new("Really black")
  1915. o56.Position = Vector3.new(18.950964, 0.197641, 14.2215319)
  1916. o56.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1917. o56.Anchored = true
  1918. o56.FormFactor = Enum.FormFactor.Custom
  1919. o56.Size = Vector3.new(0.211111099, 0.200000003, 0.200000003)
  1920. o56.CFrame = CFrame.new(18.950964, 0.197641, 14.2215319, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  1921. o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1922. o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1923. o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1924. o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1925. o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1926. o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1927. o56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1928. o57.Parent = o56
  1929. o57.Scale = Vector3.new(1, 0.0833333358, 0.666666687)
  1930. o58.Parent = o1
  1931. o58.Material = Enum.Material.SmoothPlastic
  1932. o58.BrickColor = BrickColor.new("Really black")
  1933. o58.Position = Vector3.new(18.950964, 0.258204013, 14.3493176)
  1934. o58.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
  1935. o58.Anchored = true
  1936. o58.FormFactor = Enum.FormFactor.Custom
  1937. o58.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1938. o58.CFrame = CFrame.new(18.950964, 0.258204013, 14.3493176, -8.74279067e-008, 1, -4.37113812e-008, -3.83195418e-015, 4.37113812e-008, 1, 1, 8.74279067e-008, -4.65359901e-018)
  1939. o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1940. o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1941. o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1942. o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1943. o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1944. o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1945. o58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1946. o59.Parent = o58
  1947. o59.Scale = Vector3.new(0.49999997, 0.722222269, 0.472222239)
  1948. o60.Parent = o1
  1949. o60.Material = Enum.Material.SmoothPlastic
  1950. o60.BrickColor = BrickColor.new("Really black")
  1951. o60.Position = Vector3.new(18.950964, 0.244874001, 14.1993141)
  1952. o60.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
  1953. o60.Anchored = true
  1954. o60.FormFactor = Enum.FormFactor.Custom
  1955. o60.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1956. o60.CFrame = CFrame.new(18.950964, 0.244874001, 14.1993141, -1, -8.74227979e-008, -1.16401111e-010, 8.74227766e-008, -0.99999994, -0.000345305598, 0, -0.000345305569, 0.99999994)
  1957. o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1958. o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1959. o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1960. o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1961. o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1962. o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1963. o60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1964. o61.Parent = o60
  1965. o61.Scale = Vector3.new(0.694444478, 0.222222224, 0.222222224)
  1966. o61.MeshType = Enum.MeshType.Wedge
  1967. o62.Parent = o1
  1968. o62.Material = Enum.Material.SmoothPlastic
  1969. o62.BrickColor = BrickColor.new("Black")
  1970. o62.Position = Vector3.new(18.993742, 1.19095695, 15.1076584)
  1971. o62.Rotation = Vector3.new(90, 44.9999962, -90)
  1972. o62.Anchored = true
  1973. o62.FormFactor = Enum.FormFactor.Custom
  1974. o62.Size = Vector3.new(1.58333337, 0.200000003, 0.200000003)
  1975. o62.CFrame = CFrame.new(18.993742, 1.19095695, 15.1076584, 0, 0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, -0.707106769, -1, 9.59801127e-011, -2.04281037e-011)
  1976. o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1977. o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1978. o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1979. o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1980. o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1981. o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1982. o62.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1983. o63.Parent = o62
  1984. o63.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  1985. o64.Parent = o1
  1986. o64.Material = Enum.Material.SmoothPlastic
  1987. o64.Position = Vector3.new(18.950964, 0.867092013, 15.1298876)
  1988. o64.Rotation = Vector3.new(180, 2.50796006e-006, 8.65142192e-006)
  1989. o64.Anchored = true
  1990. o64.FormFactor = Enum.FormFactor.Custom
  1991. o64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1992. o64.CFrame = CFrame.new(18.950964, 0.867092013, 15.1298876, 1, -1.50995803e-007, 4.3772161e-008, -1.50995803e-007, -1, -6.59664855e-015, 4.3772161e-008, 3.92853881e-018, -1)
  1993. o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1994. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1995. o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1996. o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1997. o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1998. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1999. o65.Parent = o64
  2000. o65.Scale = Vector3.new(0.611111104, 0.333333343, 0.138888881)
  2001. o65.MeshType = Enum.MeshType.Wedge
  2002. o66.Parent = o1
  2003. o66.Material = Enum.Material.SmoothPlastic
  2004. o66.Position = Vector3.new(18.950964, 0.83930999, 15.1048679)
  2005. o66.Rotation = Vector3.new(89.9999771, 90, 0)
  2006. o66.Anchored = true
  2007. o66.FormFactor = Enum.FormFactor.Custom
  2008. o66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2009. o66.CFrame = CFrame.new(18.950964, 0.83930999, 15.1048679, -8.74231674e-008, 2.50292942e-008, 1, 1, 4.33125763e-007, 8.74231461e-008, -4.33125791e-007, 1, -2.50292942e-008)
  2010. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2011. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2012. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2013. o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2014. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2015. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2016. o67.Parent = o66
  2017. o67.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
  2018. o68.Parent = o1
  2019. o68.Material = Enum.Material.SmoothPlastic
  2020. o68.BrickColor = BrickColor.new("Fossil")
  2021. o68.Position = Vector3.new(18.950964, 0.716949999, 15.0719404)
  2022. o68.Rotation = Vector3.new(-45, 90, 0)
  2023. o68.Anchored = true
  2024. o68.FormFactor = Enum.FormFactor.Custom
  2025. o68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2026. o68.CFrame = CFrame.new(18.950964, 0.716949999, 15.0719404, -1.36843425e-010, -2.04281037e-011, 1, -0.707106769, 0.707106769, -1.0960446e-021, -0.707106709, -0.707106709, 0)
  2027. o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2028. o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2032. o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2033. o68.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2034. o69.Parent = o68
  2035. o69.Scale = Vector3.new(0.527777731, 0.111111112, 0.611111104)
  2036. o70.Parent = o1
  2037. o70.Material = Enum.Material.SmoothPlastic
  2038. o70.BrickColor = BrickColor.new("Black")
  2039. o70.Position = Vector3.new(18.950964, 0.875427008, 15.0743237)
  2040. o70.Rotation = Vector3.new(3.08320072e-016, 0, -180)
  2041. o70.Anchored = true
  2042. o70.FormFactor = Enum.FormFactor.Custom
  2043. o70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2044. o70.CFrame = CFrame.new(18.950964, 0.875427008, 15.0743237, -1, 1.0960446e-021, 0, 1.0960446e-021, -1, -5.38120031e-018, 0, 5.38120031e-018, 1)
  2045. o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2046. o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2047. o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2048. o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2049. o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2050. o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2051. o70.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2052. o71.Parent = o70
  2053. o71.Scale = Vector3.new(0.611111104, 0.249999985, 0.194444433)
  2054. o71.MeshType = Enum.MeshType.Wedge
  2055. o72.Parent = o1
  2056. o72.Material = Enum.Material.SmoothPlastic
  2057. o72.BrickColor = BrickColor.new("Black")
  2058. o72.Position = Vector3.new(18.9315281, 1.09817195, 15.0048761)
  2059. o72.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2060. o72.Anchored = true
  2061. o72.FormFactor = Enum.FormFactor.Custom
  2062. o72.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  2063. o72.CFrame = CFrame.new(18.9315281, 1.09817195, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  2064. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2065. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2066. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2067. o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2068. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2069. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2070. o72.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2071. o73.Parent = o72
  2072. o73.Scale = Vector3.new(1, 0.277777761, 0.527777731)
  2073. o74.Parent = o1
  2074. o74.Material = Enum.Material.SmoothPlastic
  2075. o74.BrickColor = BrickColor.new("Black")
  2076. o74.Position = Vector3.new(18.9870701, 1.13095105, 15.0048761)
  2077. o74.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2078. o74.Anchored = true
  2079. o74.FormFactor = Enum.FormFactor.Custom
  2080. o74.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  2081. o74.CFrame = CFrame.new(18.9870701, 1.13095105, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  2082. o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2083. o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2084. o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2085. o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2086. o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2087. o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2088. o74.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2089. o75.Parent = o74
  2090. o75.Scale = Vector3.new(1, 0.583333313, 0.361111134)
  2091. o76.Parent = o1
  2092. o76.Material = Enum.Material.SmoothPlastic
  2093. o76.BrickColor = BrickColor.new("Black")
  2094. o76.Position = Vector3.new(18.970396, 1.17595196, 15.0048761)
  2095. o76.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2096. o76.Anchored = true
  2097. o76.FormFactor = Enum.FormFactor.Custom
  2098. o76.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  2099. o76.CFrame = CFrame.new(18.970396, 1.17595196, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  2100. o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2101. o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2102. o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2103. o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2104. o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2105. o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2106. o76.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2107. o77.Parent = o76
  2108. o77.Scale = Vector3.new(1, 0.444444448, 0.216666669)
  2109. o78.Parent = o1
  2110. o78.Material = Enum.Material.SmoothPlastic
  2111. o78.BrickColor = BrickColor.new("Black")
  2112. o78.Position = Vector3.new(18.950964, 0.39764601, 14.6493216)
  2113. o78.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
  2114. o78.Anchored = true
  2115. o78.FormFactor = Enum.FormFactor.Custom
  2116. o78.Size = Vector3.new(0.200000003, 0.550000012, 0.200000003)
  2117. o78.CFrame = CFrame.new(18.950964, 0.39764601, 14.6493216, 1, -8.74227766e-008, 4.3772161e-008, -8.74227766e-008, -1, -3.8177829e-015, 4.3772161e-008, 6.83386182e-018, -1)
  2118. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2119. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2120. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2121. o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2122. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2123. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2124. o78.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2125. o79.Parent = o78
  2126. o79.Scale = Vector3.new(0.666666687, 1, 0.944444478)
  2127. o79.MeshType = Enum.MeshType.Wedge
  2128. o80.Parent = o1
  2129. o80.Material = Enum.Material.SmoothPlastic
  2130. o80.BrickColor = BrickColor.new("Black")
  2131. o80.Position = Vector3.new(18.8859501, 0.96707201, 15.0021019)
  2132. o80.Rotation = Vector3.new(-90, -2.50447761e-006, -90.0000076)
  2133. o80.Anchored = true
  2134. o80.FormFactor = Enum.FormFactor.Custom
  2135. o80.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2136. o80.CFrame = CFrame.new(18.8859501, 0.96707201, 15.0021019, -1.51107088e-007, 1, -4.37113812e-008, -6.60488848e-015, 4.37113812e-008, 1, 1, 1.51107088e-007, -4.65359901e-018)
  2137. o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2138. o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2139. o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2140. o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2141. o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2142. o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2143. o80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2144. o81.Parent = o80
  2145. o81.Scale = Vector3.new(0.249999985, 0.027777778, 0.249999985)
  2146. o82.Parent = o1
  2147. o82.Material = Enum.Material.SmoothPlastic
  2148. o82.BrickColor = BrickColor.new("Dark stone grey")
  2149. o82.Position = Vector3.new(18.950964, 0.858749986, 14.8770924)
  2150. o82.Rotation = Vector3.new(-180, -2.50796256e-006, 5.00895703e-006)
  2151. o82.Anchored = true
  2152. o82.FormFactor = Enum.FormFactor.Custom
  2153. o82.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2154. o82.CFrame = CFrame.new(18.950964, 0.858749986, 14.8770924, 0.99999994, -8.74227837e-008, -4.37722036e-008, -8.74227837e-008, -0.99999994, 7.17606313e-018, -4.36557599e-008, 1.89421216e-015, -0.999999762)
  2155. o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2156. o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2157. o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2158. o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2159. o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2160. o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2161. o82.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2162. o83.Parent = o82
  2163. o83.Scale = Vector3.new(0.472222239, 0.416666687, 0.222222224)
  2164. o83.MeshType = Enum.MeshType.Wedge
  2165. o84.Parent = o1
  2166. o84.Material = Enum.Material.SmoothPlastic
  2167. o84.BrickColor = BrickColor.new("Black")
  2168. o84.Position = Vector3.new(18.950964, 1.05040395, 14.9382162)
  2169. o84.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2170. o84.Anchored = true
  2171. o84.FormFactor = Enum.FormFactor.Custom
  2172. o84.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
  2173. o84.CFrame = CFrame.new(18.950964, 1.05040395, 14.9382162, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  2174. o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2175. o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2176. o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2177. o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2178. o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2179. o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2180. o84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2181. o85.Parent = o84
  2182. o85.Scale = Vector3.new(1, 0.222222224, 0.722222269)
  2183. o86.Parent = o1
  2184. o86.Material = Enum.Material.SmoothPlastic
  2185. o86.BrickColor = BrickColor.new("Black")
  2186. o86.Position = Vector3.new(18.950964, 0.469879985, 14.2215319)
  2187. o86.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  2188. o86.Anchored = true
  2189. o86.FormFactor = Enum.FormFactor.Custom
  2190. o86.Size = Vector3.new(0.200000003, 0.527777791, 0.211111099)
  2191. o86.CFrame = CFrame.new(18.950964, 0.469879985, 14.2215319, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  2192. o86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2193. o86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2194. o86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2195. o86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2196. o86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2197. o86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2198. o86.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2199. o87.Parent = o86
  2200. o87.Scale = Vector3.new(0.666666687, 1, 1)
  2201. o87.MeshType = Enum.MeshType.Wedge
  2202. o88.Parent = o1
  2203. o88.Material = Enum.Material.SmoothPlastic
  2204. o88.BrickColor = BrickColor.new("Dark stone grey")
  2205. o88.Position = Vector3.new(18.950964, 0.736557007, 14.8798761)
  2206. o88.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  2207. o88.Anchored = true
  2208. o88.FormFactor = Enum.FormFactor.Custom
  2209. o88.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2210. o88.CFrame = CFrame.new(18.950964, 0.736557007, 14.8798761, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  2211. o88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2212. o88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2213. o88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2214. o88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2215. o88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2216. o88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2217. o88.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2218. o89.Parent = o88
  2219. o89.Scale = Vector3.new(0.472222239, 0.416666687, 0.249999985)
  2220. o89.MeshType = Enum.MeshType.Wedge
  2221. o90.Parent = o1
  2222. o90.Material = Enum.Material.SmoothPlastic
  2223. o90.BrickColor = BrickColor.new("Smoky grey")
  2224. o90.Position = Vector3.new(18.950964, 0.683766007, 14.9020796)
  2225. o90.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2226. o90.Anchored = true
  2227. o90.FormFactor = Enum.FormFactor.Custom
  2228. o90.Size = Vector3.new(0.283333331, 0.200000003, 0.200000003)
  2229. o90.CFrame = CFrame.new(18.950964, 0.683766007, 14.9020796, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  2230. o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2231. o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2232. o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2233. o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2234. o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2235. o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2236. o90.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2237. o91.Parent = o90
  2238. o91.Scale = Vector3.new(1, 0.111111112, 0.611111104)
  2239. o92.Parent = o1
  2240. o92.Material = Enum.Material.SmoothPlastic
  2241. o92.BrickColor = BrickColor.new("Black")
  2242. o92.Position = Vector3.new(18.950964, 0.992074013, 14.9382162)
  2243. o92.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2244. o92.Anchored = true
  2245. o92.FormFactor = Enum.FormFactor.Custom
  2246. o92.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
  2247. o92.CFrame = CFrame.new(18.950964, 0.992074013, 14.9382162, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  2248. o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2249. o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2250. o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2251. o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2252. o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2253. o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2254. o92.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2255. o93.Parent = o92
  2256. o93.Scale = Vector3.new(1, 0.361111134, 0.666666687)
  2257. o94.Parent = o1
  2258. o94.Material = Enum.Material.SmoothPlastic
  2259. o94.BrickColor = BrickColor.new("Black")
  2260. o94.Position = Vector3.new(18.950964, 0.708733976, 14.827096)
  2261. o94.Rotation = Vector3.new(-180, 0.0927856117, 180)
  2262. o94.Anchored = true
  2263. o94.FormFactor = Enum.FormFactor.Custom
  2264. o94.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2265. o94.CFrame = CFrame.new(18.950964, 0.708733976, 14.827096, -0.999998689, -1.0960446e-021, 0.00161941373, -1.1745207e-017, 1, 4.66291637e-018, -0.00161941373, -5.38120031e-018, -0.999998689)
  2266. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2267. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2268. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2269. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2270. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2271. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2272. o94.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2273. o95.Parent = o94
  2274. o95.Scale = Vector3.new(0.611111104, 0.138888881, 0.249999985)
  2275. o95.MeshType = Enum.MeshType.Wedge
  2276. o96.Parent = o1
  2277. o96.Material = Enum.Material.SmoothPlastic
  2278. o96.BrickColor = BrickColor.new("Black")
  2279. o96.Position = Vector3.new(18.950964, 0.797657013, 14.8104324)
  2280. o96.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  2281. o96.Anchored = true
  2282. o96.FormFactor = Enum.FormFactor.Custom
  2283. o96.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
  2284. o96.CFrame = CFrame.new(18.950964, 0.797657013, 14.8104324, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  2285. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2286. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2287. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2288. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2289. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2290. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2291. o96.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2292. o97.Parent = o96
  2293. o97.Scale = Vector3.new(0.472222239, 1, 0.444444448)
  2294. o98.Parent = o1
  2295. o98.Material = Enum.Material.SmoothPlastic
  2296. o98.BrickColor = BrickColor.new("Black")
  2297. o98.Position = Vector3.new(18.950964, 0.875427008, 14.8298864)
  2298. o98.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
  2299. o98.Anchored = true
  2300. o98.FormFactor = Enum.FormFactor.Custom
  2301. o98.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2302. o98.CFrame = CFrame.new(18.950964, 0.875427008, 14.8298864, 1, 1.0960446e-021, 0, -1.0960446e-021, -1, 5.38120031e-018, 0, 5.38120031e-018, -1)
  2303. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2304. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2305. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2306. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2307. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2308. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2309. o98.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2310. o99.Parent = o98
  2311. o99.Scale = Vector3.new(0.666666687, 0.249999985, 0.194444433)
  2312. o99.MeshType = Enum.MeshType.Wedge
  2313. o100.Parent = o1
  2314. o100.Material = Enum.Material.SmoothPlastic
  2315. o100.BrickColor = BrickColor.new("Black")
  2316. o100.Position = Vector3.new(18.988184, 0.986526012, 14.8076496)
  2317. o100.Rotation = Vector3.new(3.00000024, 90, 0)
  2318. o100.Anchored = true
  2319. o100.FormFactor = Enum.FormFactor.Custom
  2320. o100.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2321. o100.CFrame = CFrame.new(18.988184, 0.986526012, 14.8076496, 2.57358579e-011, -6.64535094e-012, 1, 0.0523359589, 0.99862951, -1.0960446e-021, -0.99862951, 0.0523359627, 0)
  2322. o100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2323. o100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2324. o100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2325. o100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2326. o100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2327. o100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2328. o100.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2329. o101.Parent = o100
  2330. o101.Scale = Vector3.new(0.694444478, 0.249999985, 0.361111134)
  2331. o102.Parent = o1
  2332. o102.Material = Enum.Material.SmoothPlastic
  2333. o102.BrickColor = BrickColor.new("Black")
  2334. o102.Position = Vector3.new(18.950964, 0.875427008, 14.8020916)
  2335. o102.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2336. o102.Anchored = true
  2337. o102.FormFactor = Enum.FormFactor.Custom
  2338. o102.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2339. o102.CFrame = CFrame.new(18.950964, 0.875427008, 14.8020916, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  2340. o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2341. o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2342. o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2343. o102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2344. o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2345. o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2346. o102.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2347. o103.Parent = o102
  2348. o103.Scale = Vector3.new(0.0833333358, 0.249999985, 0.666666687)
  2349. o104.Parent = o1
  2350. o104.Material = Enum.Material.SmoothPlastic
  2351. o104.BrickColor = BrickColor.new("Really black")
  2352. o104.Position = Vector3.new(18.950964, 0.536549985, 14.6048756)
  2353. o104.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
  2354. o104.Anchored = true
  2355. o104.FormFactor = Enum.FormFactor.Custom
  2356. o104.Size = Vector3.new(0.200000003, 0.794444382, 0.244444445)
  2357. o104.CFrame = CFrame.new(18.950964, 0.536549985, 14.6048756, 1, -8.74227766e-008, 4.3772161e-008, -8.74227766e-008, -1, -3.8177829e-015, 4.3772161e-008, 6.83386182e-018, -1)
  2358. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2359. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2360. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2361. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2362. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2363. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2364. o104.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2365. o105.Parent = o104
  2366. o105.Scale = Vector3.new(0.694444478, 1, 1)
  2367. o105.MeshType = Enum.MeshType.Wedge
  2368. o106.Name = "Mag"
  2369. o106.Parent = o1
  2370. o106.Material = Enum.Material.SmoothPlastic
  2371. o106.BrickColor = BrickColor.new("Really black")
  2372. o106.Position = Vector3.new(18.950964, 0.56080699, 14.4704056)
  2373. o106.Rotation = Vector3.new(101, 90, 0)
  2374. o106.Anchored = true
  2375. o106.FormFactor = Enum.FormFactor.Custom
  2376. o106.Size = Vector3.new(0.872222185, 0.322222203, 0.200000003)
  2377. o106.CFrame = CFrame.new(18.950964, 0.56080699, 14.4704056, -2.79885857e-008, -5.65955389e-008, 1, 0.981627166, -0.190809026, 1.66447549e-008, 0.190809026, 0.981627107, 6.10016286e-008)
  2378. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2379. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2380. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2381. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2382. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2383. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2384. o106.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2385. o107.Parent = o106
  2386. o107.Scale = Vector3.new(1, 1, 0.611111104)
  2387. o108.Parent = o1
  2388. o108.Material = Enum.Material.SmoothPlastic
  2389. o108.BrickColor = BrickColor.new("Smoky grey")
  2390. o108.Position = Vector3.new(18.950964, 0.731004, 14.7326536)
  2391. o108.Rotation = Vector3.new(-90, 4.32571142e-006, -90.0000076)
  2392. o108.Anchored = true
  2393. o108.FormFactor = Enum.FormFactor.Custom
  2394. o108.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2395. o108.CFrame = CFrame.new(18.950964, 0.731004, 14.7326536, -1.51107088e-007, 1, 7.54979084e-008, 7.25342942e-015, -7.54979084e-008, 1, 1, 1.51107088e-007, 4.14945855e-015)
  2396. o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2397. o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2398. o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2399. o108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2400. o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2401. o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2402. o108.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2403. o109.Parent = o108
  2404. o109.Scale = Vector3.new(0.416666687, 0.694444478, 0.416666687)
  2405. o110.Parent = o1
  2406. o110.Material = Enum.Material.SmoothPlastic
  2407. o110.BrickColor = BrickColor.new("Black")
  2408. o110.Position = Vector3.new(18.950964, 0.544876993, 14.4409838)
  2409. o110.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2410. o110.Anchored = true
  2411. o110.FormFactor = Enum.FormFactor.Custom
  2412. o110.Size = Vector3.new(0.227777779, 0.711111128, 0.200000003)
  2413. o110.CFrame = CFrame.new(18.950964, 0.544876993, 14.4409838, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  2414. o110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2415. o110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2416. o110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2417. o110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2418. o110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2419. o110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2420. o110.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2421. o111.Parent = o110
  2422. o111.Scale = Vector3.new(1, 1, 0.666666687)
  2423. o112.Parent = o1
  2424. o112.Material = Enum.Material.SmoothPlastic
  2425. o112.BrickColor = BrickColor.new("Black")
  2426. o112.Position = Vector3.new(18.950964, 0.775434017, 14.7993164)
  2427. o112.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  2428. o112.Anchored = true
  2429. o112.FormFactor = Enum.FormFactor.Custom
  2430. o112.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2431. o112.CFrame = CFrame.new(18.950964, 0.775434017, 14.7993164, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  2432. o112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2433. o112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2434. o112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2435. o112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2436. o112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2437. o112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2438. o112.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2439. o113.Parent = o112
  2440. o113.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
  2441. o113.MeshType = Enum.MeshType.Wedge
  2442. o114.Parent = o1
  2443. o114.Material = Enum.Material.SmoothPlastic
  2444. o114.BrickColor = BrickColor.new("Black")
  2445. o114.Position = Vector3.new(18.950964, 0.730996013, 14.7298584)
  2446. o114.Rotation = Vector3.new(180, 0, -90.0000076)
  2447. o114.Anchored = true
  2448. o114.FormFactor = Enum.FormFactor.Custom
  2449. o114.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2450. o114.CFrame = CFrame.new(18.950964, 0.730996013, 14.7298584, -1.94707198e-007, 1, 0, 1, 1.94707169e-007, -4.37113883e-008, -4.37113883e-008, 0, -1)
  2451. o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2452. o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2453. o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2454. o114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2455. o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2456. o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2457. o114.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2458. o115.Parent = o114
  2459. o115.Scale = Vector3.new(0.833333373, 0.666666687, 0.805555522)
  2460. o116.Parent = o1
  2461. o116.Material = Enum.Material.SmoothPlastic
  2462. o116.BrickColor = BrickColor.new("Black")
  2463. o116.Position = Vector3.new(18.950964, 0.928192973, 14.7298584)
  2464. o116.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2465. o116.Anchored = true
  2466. o116.FormFactor = Enum.FormFactor.Custom
  2467. o116.Size = Vector3.new(0.827777743, 0.200000003, 0.200000003)
  2468. o116.CFrame = CFrame.new(18.950964, 0.928192973, 14.7298584, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  2469. o116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2470. o116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2471. o116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2472. o116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2473. o116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2474. o116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2475. o116.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2476. o117.Parent = o116
  2477. o117.Scale = Vector3.new(1, 0.277777761, 0.666666687)
  2478. o118.Parent = o1
  2479. o118.Material = Enum.Material.SmoothPlastic
  2480. o118.BrickColor = BrickColor.new("Black")
  2481. o118.Position = Vector3.new(18.950964, 0.825424016, 14.7993164)
  2482. o118.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
  2483. o118.Anchored = true
  2484. o118.FormFactor = Enum.FormFactor.Custom
  2485. o118.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2486. o118.CFrame = CFrame.new(18.950964, 0.825424016, 14.7993164, 1, 1.0960446e-021, 0, -1.0960446e-021, -1, 5.38120031e-018, 0, 5.38120031e-018, -1)
  2487. o118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2488. o118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2489. o118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2490. o118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2491. o118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2492. o118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2493. o118.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2494. o119.Parent = o118
  2495. o119.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
  2496. o119.MeshType = Enum.MeshType.Wedge
  2497. o120.Parent = o1
  2498. o120.Material = Enum.Material.SmoothPlastic
  2499. o120.BrickColor = BrickColor.new("Black")
  2500. o120.Position = Vector3.new(18.950964, 0.600430012, 14.4798584)
  2501. o120.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2502. o120.Anchored = true
  2503. o120.FormFactor = Enum.FormFactor.Custom
  2504. o120.Size = Vector3.new(0.200000003, 0.666666687, 0.200000003)
  2505. o120.CFrame = CFrame.new(18.950964, 0.600430012, 14.4798584, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  2506. o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2507. o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2508. o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2509. o120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2510. o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2511. o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2512. o120.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2513. o121.Parent = o120
  2514. o121.Scale = Vector3.new(0.027777778, 1, 0.694444478)
  2515. o122.Parent = o1
  2516. o122.Material = Enum.Material.SmoothPlastic
  2517. o122.BrickColor = BrickColor.new("Black")
  2518. o122.Position = Vector3.new(18.950964, 0.980957985, 14.5104237)
  2519. o122.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  2520. o122.Anchored = true
  2521. o122.FormFactor = Enum.FormFactor.Custom
  2522. o122.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2523. o122.CFrame = CFrame.new(18.950964, 0.980957985, 14.5104237, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  2524. o122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2525. o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2526. o122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2527. o122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2528. o122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2529. o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2530. o122.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2531. o123.Parent = o122
  2532. o123.Scale = Vector3.new(0.694444478, 0.0833333358, 0.333333343)
  2533. o123.MeshType = Enum.MeshType.Wedge
  2534. o124.Parent = o1
  2535. o124.Material = Enum.Material.SmoothPlastic
  2536. o124.BrickColor = BrickColor.new("Black")
  2537. o124.Position = Vector3.new(18.950964, 0.961513996, 14.6854324)
  2538. o124.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  2539. o124.Anchored = true
  2540. o124.FormFactor = Enum.FormFactor.Custom
  2541. o124.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2542. o124.CFrame = CFrame.new(18.950964, 0.961513996, 14.6854324, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  2543. o124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2544. o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2545. o124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2546. o124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2547. o124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2548. o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2549. o124.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2550. o125.Parent = o124
  2551. o125.Scale = Vector3.new(0.694444478, 0.277777761, 0.416666687)
  2552. o125.MeshType = Enum.MeshType.Wedge
  2553. o126.Parent = o1
  2554. o126.Material = Enum.Material.SmoothPlastic
  2555. o126.BrickColor = BrickColor.new("Really black")
  2556. o126.Position = Vector3.new(18.950964, 0.803216994, 14.6715384)
  2557. o126.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2558. o126.Anchored = true
  2559. o126.FormFactor = Enum.FormFactor.Custom
  2560. o126.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  2561. o126.CFrame = CFrame.new(18.950964, 0.803216994, 14.6715384, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  2562. o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2563. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2564. o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2565. o126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2566. o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2567. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2568. o126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2569. o127.Parent = o126
  2570. o127.Scale = Vector3.new(1, 0.972222209, 0.666666687)
  2571. o128.Parent = o1
  2572. o128.Material = Enum.Material.SmoothPlastic
  2573. o128.BrickColor = BrickColor.new("Really black")
  2574. o128.Position = Vector3.new(18.950964, 0.672379017, 14.6450357)
  2575. o128.Rotation = Vector3.new(-30.0000038, 90, 0)
  2576. o128.Anchored = true
  2577. o128.FormFactor = Enum.FormFactor.Custom
  2578. o128.Size = Vector3.new(0.205555543, 0.200000003, 0.200000003)
  2579. o128.CFrame = CFrame.new(18.950964, 0.672379017, 14.6450357, 4.20376836e-008, -2.60188173e-008, 1, -0.50000006, 0.866025388, 4.35066809e-008, -0.866025388, -0.50000006, 2.33994797e-008)
  2580. o128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2581. o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2582. o128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2583. o128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2584. o128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2585. o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2586. o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2587. o129.Parent = o128
  2588. o129.Scale = Vector3.new(1, 0.722222269, 0.666666687)
  2589. o130.Parent = o1
  2590. o130.Material = Enum.Material.SmoothPlastic
  2591. o130.BrickColor = BrickColor.new("Really black")
  2592. o130.Position = Vector3.new(18.950964, 0.619874001, 14.3270836)
  2593. o130.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  2594. o130.Anchored = true
  2595. o130.FormFactor = Enum.FormFactor.Custom
  2596. o130.Size = Vector3.new(0.200000003, 0.705555558, 0.300000012)
  2597. o130.CFrame = CFrame.new(18.950964, 0.619874001, 14.3270836, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  2598. o130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2599. o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2600. o130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2601. o130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2602. o130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2603. o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2604. o130.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2605. o131.Parent = o130
  2606. o131.Scale = Vector3.new(0.694444478, 1, 1)
  2607. o131.MeshType = Enum.MeshType.Wedge
  2608. o132.Parent = o1
  2609. o132.Material = Enum.Material.SmoothPlastic
  2610. o132.BrickColor = BrickColor.new("Black")
  2611. o132.Position = Vector3.new(18.950964, 1.15317094, 14.2876415)
  2612. o132.Rotation = Vector3.new(30.0000019, 90, 0)
  2613. o132.Anchored = true
  2614. o132.FormFactor = Enum.FormFactor.Custom
  2615. o132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2616. o132.CFrame = CFrame.new(18.950964, 1.15317094, 14.2876415, 1.28167699e-010, -5.82076609e-011, 1, 0.5, 0.866025388, -1.0960446e-021, -0.866025388, 0.5, 0)
  2617. o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2618. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2619. o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2620. o132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2621. o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2622. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2623. o132.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2624. o133.Parent = o132
  2625. o133.Scale = Vector3.new(0.388888866, 0.194444433, 0.416666687)
  2626. o134.Parent = o1
  2627. o134.Material = Enum.Material.SmoothPlastic
  2628. o134.BrickColor = BrickColor.new("Black")
  2629. o134.Position = Vector3.new(18.950964, 1.10315704, 14.3126564)
  2630. o134.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2631. o134.Anchored = true
  2632. o134.FormFactor = Enum.FormFactor.Custom
  2633. o134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2634. o134.CFrame = CFrame.new(18.950964, 1.10315704, 14.3126564, 0, -5.9604659e-008, 1, 5.38120031e-018, 1, 5.9604659e-008, -1, -5.38374141e-018, 0)
  2635. o134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2636. o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2637. o134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2638. o134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2639. o134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2640. o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2641. o134.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2642. o135.Parent = o134
  2643. o135.Scale = Vector3.new(0.027777778, 0.861111045, 0.416666687)
  2644. o136.Parent = o1
  2645. o136.Material = Enum.Material.SmoothPlastic
  2646. o136.BrickColor = BrickColor.new("Black")
  2647. o136.Position = Vector3.new(18.950964, 0.969842017, 14.2187424)
  2648. o136.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  2649. o136.Anchored = true
  2650. o136.FormFactor = Enum.FormFactor.Custom
  2651. o136.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2652. o136.CFrame = CFrame.new(18.950964, 0.969842017, 14.2187424, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  2653. o136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2654. o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2655. o136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2656. o136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2657. o136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2658. o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2659. o136.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2660. o137.Parent = o136
  2661. o137.Scale = Vector3.new(0.666666687, 0.249999985, 0.74999994)
  2662. o137.MeshType = Enum.MeshType.Wedge
  2663. o138.Parent = o1
  2664. o138.Material = Enum.Material.SmoothPlastic
  2665. o138.BrickColor = BrickColor.new("Black")
  2666. o138.Position = Vector3.new(18.950964, 0.919857979, 14.2271004)
  2667. o138.Rotation = Vector3.new(-0.600734293, 89.980217, -5.99351438e-007)
  2668. o138.Anchored = true
  2669. o138.FormFactor = Enum.FormFactor.Custom
  2670. o138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2671. o138.CFrame = CFrame.new(18.950964, 0.919857979, 14.2271004, 4.06289615e-008, 4.25005558e-016, 0.99999994, -6.70552254e-008, 0.999999881, 4.68723726e-010, -1.00000012, -9.68575407e-008, 4.47034694e-008)
  2672. o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2673. o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2674. o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2675. o138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2676. o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2677. o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2678. o138.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2679. o139.Parent = o138
  2680. o139.Scale = Vector3.new(0.888888896, 0.249999985, 0.666666687)
  2681. o140.Parent = o1
  2682. o140.Material = Enum.Material.SmoothPlastic
  2683. o140.BrickColor = BrickColor.new("Black")
  2684. o140.Position = Vector3.new(18.950964, 1.17262495, 14.2539701)
  2685. o140.Rotation = Vector3.new(30.0000038, 1.24663654e-006, -90)
  2686. o140.Anchored = true
  2687. o140.FormFactor = Enum.FormFactor.Custom
  2688. o140.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2689. o140.CFrame = CFrame.new(18.950964, 1.17262495, 14.2539701, -4.959292e-008, 1, 2.17579128e-008, -0.866025388, -3.19989653e-008, -0.50000006, -0.50000006, -4.36557457e-008, 0.866025388)
  2690. o140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2691. o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2692. o140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2693. o140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2694. o140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2695. o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2696. o140.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2697. o141.Parent = o140
  2698. o141.Scale = Vector3.new(0.194444433, 0.416666687, 0.194444433)
  2699. o142.Parent = o1
  2700. o142.Material = Enum.Material.SmoothPlastic
  2701. o142.BrickColor = BrickColor.new("Really black")
  2702. o142.Position = Vector3.new(18.950964, 1.10038495, 14.3182096)
  2703. o142.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2704. o142.Anchored = true
  2705. o142.FormFactor = Enum.FormFactor.Custom
  2706. o142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2707. o142.CFrame = CFrame.new(18.950964, 1.10038495, 14.3182096, 0, -2.98023295e-008, 1, 5.38120031e-018, 1, 2.98023295e-008, -1, -1.91260039e-018, 0)
  2708. o142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2709. o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2710. o142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2711. o142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2712. o142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2713. o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2714. o142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2715. o143.Parent = o142
  2716. o143.Scale = Vector3.new(0.027777778, 0.722222269, 0.388888866)
  2717. o144.Parent = o1
  2718. o144.Material = Enum.Material.SmoothPlastic
  2719. o144.BrickColor = BrickColor.new("Black")
  2720. o144.Position = Vector3.new(18.950964, 0.986526012, 14.2826424)
  2721. o144.Rotation = Vector3.new(3.08320072e-016, 0, 6.27987314e-020)
  2722. o144.Anchored = true
  2723. o144.FormFactor = Enum.FormFactor.Custom
  2724. o144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2725. o144.CFrame = CFrame.new(18.950964, 0.986526012, 14.2826424, 1, -1.0960446e-021, 0, -1.0960446e-021, 1, -5.38120031e-018, 0, -5.38120031e-018, 1)
  2726. o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2727. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2728. o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2729. o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2730. o144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2731. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2732. o144.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2733. o145.Parent = o144
  2734. o145.Scale = Vector3.new(0.666666687, 0.416666687, 0.333333343)
  2735. o145.MeshType = Enum.MeshType.Wedge
  2736. o146.Parent = o1
  2737. o146.Material = Enum.Material.SmoothPlastic
  2738. o146.BrickColor = BrickColor.new("Really black")
  2739. o146.Position = Vector3.new(18.950964, 0.872651994, 14.2770796)
  2740. o146.Rotation = Vector3.new(2.18855899e-013, 2.50129006e-006, 180)
  2741. o146.Anchored = true
  2742. o146.FormFactor = Enum.FormFactor.Custom
  2743. o146.Size = Vector3.new(0.200000003, 0.200000003, 0.211111099)
  2744. o146.CFrame = CFrame.new(18.950964, 0.872651994, 14.2770796, -1, -8.74227766e-008, 4.36557457e-008, 8.74227766e-008, -1, -3.81975606e-015, 4.36557457e-008, 6.83386182e-018, 1)
  2745. o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2746. o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2747. o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2748. o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2749. o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2750. o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2751. o146.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2752. o147.Parent = o146
  2753. o147.Scale = Vector3.new(0.666666687, 0.277777761, 1)
  2754. o147.MeshType = Enum.MeshType.Wedge
  2755. o148.Name = "Handle"
  2756. o148.Parent = o1
  2757. o148.Material = Enum.Material.SmoothPlastic
  2758. o148.BrickColor = BrickColor.new("Really black")
  2759. o148.Transparency = 1
  2760. o148.Position = Vector3.new(18.9506321, 0.598004997, 14.4106464)
  2761. o148.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  2762. o148.Anchored = true
  2763. o148.FormFactor = Enum.FormFactor.Custom
  2764. o148.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
  2765. o148.CFrame = CFrame.new(18.9506321, 0.598004997, 14.4106464, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  2766. o148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2767. o148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2768. o148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2769. o148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2770. o148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2771. o148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2772. o148.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2773. o149.Name = "FireSound"
  2774. o149.Parent = o148
  2775. o149.SoundId = "rbxassetid://330704232"
  2776. o149.Volume = 10
  2777. o150.Parent = o148
  2778. o150.Scale = Vector3.new(0.99999994, 1, 0.99999994)
  2779. Victim = game.Players.LocalPlayer.Character
  2780. function Suicide ()
  2781. Victim.Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(25), -math.rad(0),-math.rad(0))
  2782. Victim.Torso.Neck.C1 = CFrame.new(0,0,0)
  2783. wait(.02)
  2784. Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(-70))
  2785. Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
  2786. ANGLE = -70
  2787. ANGLE2 = -20
  2788. for i=1,7 do
  2789. ANGLE = ANGLE + 10
  2790. ANGLE2 = ANGLE2 + 10
  2791. Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(ANGLE))
  2792. Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
  2793. wait(1/30)
  2794. end
  2795. wait(.3)
  2796. o1.Handle.FireSound.Parent = workspace
  2797. workspace.FireSound:Play()
  2798. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  2799. game.Players.LocalPlayer.Character.Head.BrickColor = BrickColor.new("Maroon")
  2800. player = game.Players[Victim.Name]
  2801. char = player.Character
  2802. char.Archivable = true
  2803. local rg = char:Clone()
  2804. rg.HumanoidRootPart:Destroy()
  2805. rg.Name = ""
  2806. rg.Humanoid.MaxHealth = 0
  2807.  
  2808. for i, v in pairs(rg.Torso:GetChildren()) do
  2809. if v:IsA("Glue") or v:IsA("Motor6D") then
  2810. v:Destroy()
  2811. end
  2812. end
  2813.  
  2814. local n = Instance.new("Glue", rg.Torso)
  2815. n.Name = "Neck"
  2816. n.Part0 = rg.Torso
  2817. n.Part1 = rg.Head
  2818. n.C0 = CFrame.new(0, 1, 0)
  2819. n.C1 = CFrame.new(0, -0.5, 0)
  2820.  
  2821.  
  2822. local rs = Instance.new("Glue", rg.Torso)
  2823. rs.Name = "Right Shoulder"
  2824. rs.Part0 = rg.Torso
  2825. rs.Part1 = rg["Right Arm"]
  2826. rs.C0 = CFrame.new(1.5, 0.5, 0)
  2827. rs.C1 = CFrame.new(0, 0.5, 0)
  2828. local ls = Instance.new("Glue", rg.Torso)
  2829. ls.Name = "Left Shoulder"
  2830. ls.Part0 = rg.Torso
  2831. ls.Part1 = rg["Left Arm"]
  2832. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  2833. ls.C1 = CFrame.new(0, 0.5, 0)
  2834.  
  2835. local rh = Instance.new("Glue", rg.Torso)
  2836. rh.Name = "Right Hip"
  2837. rh.Part0 = rg.Torso
  2838. rh.Part1 = rg["Right Leg"]
  2839. rh.C0 = CFrame.new(0.5, -1, 0)
  2840. rh.C1 = CFrame.new(0, 1, 0)
  2841. local lh = Instance.new("Glue", rg.Torso)
  2842. lh.Name = "Left Hip"
  2843. lh.Part0 = rg.Torso
  2844. lh.Part1 = rg["Left Leg"]
  2845. lh.C0 = CFrame.new(-0.5, -1, 0)
  2846. lh.C1 = CFrame.new(0, 1, 0)
  2847. char.Torso:Destroy()
  2848. char.Head:Destroy()
  2849. char["Left Leg"]:Destroy()
  2850. char["Left Arm"]:Destroy()
  2851. char["Right Leg"]:Destroy()
  2852. char["Right Arm"]:Destroy()
  2853. rg.Parent = game.Workspace
  2854. rg.Head.BrickColor = BrickColor.new("Maroon")
  2855. rg.Torso.Neck:Destroy()
  2856. for i, v in pairs(rg.Torso:GetChildren()) do
  2857. if v:IsA("Motor6D") then
  2858. v:Destroy()
  2859. end
  2860. end
  2861. function DEATH ()
  2862. OHHNELLY = Instance.new("Part")
  2863. OHHNELLY.Parent = rg
  2864. OHHNELLY.Anchored = false
  2865. OHHNELLY.Material = Enum.Material.SmoothPlastic
  2866. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  2867. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2868. OHHNELLY.Position = rg.Head.Position
  2869. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  2870. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2871. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2872. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2873. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2874. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2875. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2876. end
  2877. for i=1, 10 do
  2878. DEATH()
  2879. print"BLOODY"
  2880. wait()
  2881. end
  2882. end
  2883. function Weld(x,y)
  2884. local W = Instance.new("Weld")
  2885. W.Part0 = x
  2886. W.Part1 = y
  2887. local CJ = CFrame.new(x.Position)
  2888. local C0 = x.CFrame:inverse()*CJ
  2889. local C1 = y.CFrame:inverse()*CJ
  2890. W.C0 = C0
  2891. W.C1 = C1
  2892. W.Parent = x
  2893. end
  2894.  
  2895. function Get(A)
  2896. if A.className == "Part" then
  2897. Weld(o1.Handle, A)
  2898. A.Anchored = false
  2899. else
  2900. local C = A:GetChildren()
  2901. for i=1, #C do
  2902. Get(C[i])
  2903. end
  2904. end
  2905. end
  2906.  
  2907. function Finale()
  2908. Get(o1)
  2909. end
  2910.  
  2911. o1.Equipped:connect(Finale)
  2912. o1.Unequipped:connect(Finale)
  2913. o1.Activated:connect(Suicide)
  2914. Finale()
  2915. end)
  2916.  
  2917. TextLabel.Parent = Frame
  2918. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2919. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  2920. TextLabel.Size = UDim2.new(0, 294, 0, 90)
  2921. TextLabel.Font = Enum.Font.SourceSans
  2922. TextLabel.FontSize = Enum.FontSize.Size60
  2923. TextLabel.Text = "ℌ𝔢𝔫𝔩𝔬𝔐𝔶𝔊𝔲𝔦 𝔳1.3"
  2924. TextLabel.TextSize = 50
  2925.  
  2926. TextLabel_2.Parent = Frame
  2927. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2928. TextLabel_2.BorderColor3 = Color3.new(1, 1, 1)
  2929. TextLabel_2.Position = UDim2.new(0, 9, 0, 97)
  2930. TextLabel_2.Size = UDim2.new(0, 276, 0, 67)
  2931. TextLabel_2.Font = Enum.Font.SourceSans
  2932. TextLabel_2.FontSize = Enum.FontSize.Size28
  2933. TextLabel_2.Text = "Made by: Plugined"
  2934. TextLabel_2.TextColor3 = Color3.new(0.133333, 1, 0)
  2935. TextLabel_2.TextSize = 25
  2936.  
  2937. TextLabel_3.Parent = Frame
  2938. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2939. TextLabel_3.Position = UDim2.new(0, 0, 0, 429)
  2940. TextLabel_3.Size = UDim2.new(0, 294, 0, 61)
  2941. TextLabel_3.Font = Enum.Font.SourceSans
  2942. TextLabel_3.FontSize = Enum.FontSize.Size28
  2943. TextLabel_3.Text = "released."
  2944. TextLabel_3.TextColor3 = Color3.new(1, 0, 0.0156863)
  2945. TextLabel_3.TextSize = 25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement