Advertisement
lafur

Untitled

May 19th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 152.47 KB | None | 0 0
  1. -- Converted using Mokiros's Model to Script plugin
  2. -- Converted string size: 80526
  3. local genv={}
  4. local Scripts = {
  5. function() model = script.Parent.Parent.Parent
  6. backup = model:clone()
  7. local debounce = false
  8.  
  9. function onTouch(part)
  10. if (part.Name == "Safe") and (debounce == false) and (script.Parent.Count.Value == 0) then
  11. debounce = true
  12. wait(2)
  13. model = backup:clone()
  14. model.Parent = game.Workspace
  15. model:makeJoints()
  16. script.Parent.Count.Value = 1
  17. debounce = false
  18. end
  19. end
  20. script.Parent.Touched:connect(onTouch) end;
  21. function() playerinplane = false
  22. engine = script.Parent
  23. parts = engine.Parent
  24. vehicle = parts.Parent
  25. message = Instance.new("Hint")
  26. while true do
  27. player = vehicle.Parent
  28. human = player:FindFirstChild("Humanoid")
  29. power = engine:FindFirstChild("FlyScript")
  30. if (engine.Boosters.Value == 1) then
  31. engine.Fuel.Value = engine.Fuel.Value - 1
  32. end
  33. if (engine.Boosters.Value == 1) and (engine.Fuel.Value <= 0) then
  34. engine.Boosters.Value = 0
  35. end
  36. if (engine.Boosters.Value == 1) and (power == nil) then
  37. engine.Boosters.Value = 0
  38. end
  39. if (human ~= nil) then
  40. if (engine.Boosters.Value == 1) and (human.health <= 0) then
  41. engine.Boosters.Value = 0
  42. message:Remove()
  43. end
  44. local weld = parts:FindFirstChild("Seat"):FindFirstChild("SeatWeld")
  45. if (weld == nil) or (weld.Part1 ~= player:FindFirstChild("Torso")) then
  46. engine.Boosters.Value = 0
  47. message:Remove()
  48. end
  49. end
  50. if (engine.Fuel.Value >= 98) then
  51. message.Text = "Booster Fuel: (||||||||||||||||||||)"
  52. elseif (engine.Fuel.Value >= 93) and (engine.Fuel.Value < 98) then
  53. message.Text = "Booster Fuel: (||||||||||||||||||| )"
  54. elseif (engine.Fuel.Value >= 88) and (engine.Fuel.Value < 93) then
  55. message.Text = "Booster Fuel: (|||||||||||||||||| )"
  56. elseif (engine.Fuel.Value >= 83) and (engine.Fuel.Value < 88) then
  57. message.Text = "Booster Fuel: (||||||||||||||||| )"
  58. elseif (engine.Fuel.Value >= 78) and (engine.Fuel.Value < 83) then
  59. message.Text = "Booster Fuel: (|||||||||||||||| )"
  60. elseif (engine.Fuel.Value >= 73) and (engine.Fuel.Value < 78) then
  61. message.Text = "Booster Fuel: (||||||||||||||| )"
  62. elseif (engine.Fuel.Value >= 68) and (engine.Fuel.Value < 73) then
  63. message.Text = "Booster Fuel: (|||||||||||||| )"
  64. elseif (engine.Fuel.Value >= 63) and (engine.Fuel.Value < 68) then
  65. message.Text = "Booster Fuel: (||||||||||||| )"
  66. elseif (engine.Fuel.Value >= 58) and (engine.Fuel.Value < 63) then
  67. message.Text = "Booster Fuel: (|||||||||||| )"
  68. elseif (engine.Fuel.Value >= 53) and (engine.Fuel.Value < 58) then
  69. message.Text = "Booster Fuel: (||||||||||| )"
  70. elseif (engine.Fuel.Value >= 48) and (engine.Fuel.Value < 53) then
  71. message.Text = "Booster Fuel: (|||||||||| )"
  72. elseif (engine.Fuel.Value >= 43) and (engine.Fuel.Value < 48) then
  73. message.Text = "Booster Fuel: (||||||||| )"
  74. elseif (engine.Fuel.Value >= 38) and (engine.Fuel.Value < 43) then
  75. message.Text = "Booster Fuel: (|||||||| )"
  76. elseif (engine.Fuel.Value >= 33) and (engine.Fuel.Value < 38) then
  77. message.Text = "Booster Fuel: (||||||| )"
  78. elseif (engine.Fuel.Value >= 28) and (engine.Fuel.Value < 33) then
  79. message.Text = "Booster Fuel: (|||||| )"
  80. elseif (engine.Fuel.Value >= 23) and (engine.Fuel.Value < 28) then
  81. message.Text = "Booster Fuel: (||||| )"
  82. elseif (engine.Fuel.Value >= 18) and (engine.Fuel.Value < 23) then
  83. message.Text = "Booster Fuel: (|||| )"
  84. elseif (engine.Fuel.Value >= 13) and (engine.Fuel.Value < 18) then
  85. message.Text = "Booster Fuel: (||| )"
  86. elseif (engine.Fuel.Value >= 8) and (engine.Fuel.Value < 13) then
  87. message.Text = "Booster Fuel: (|| )"
  88. elseif (engine.Fuel.Value >= 3) and (engine.Fuel.Value < 8) then
  89. message.Text = "Booster Fuel: (| )"
  90. elseif (engine.Fuel.Value < 3) then
  91. message.Text = "Booster Fuel: ( )"
  92. end
  93. if (player.Name ~= "Station1") then
  94. if (playerinplane == false) then
  95. message.Parent = game.Players:FindFirstChild(player.Name)
  96. playerinplane = true
  97. end
  98. end
  99. if (engine.Boosters.Value == 1) then
  100. exhaust = Instance.new("Part")
  101. exhaust.CFrame = engine.CFrame * CFrame.new(0, 0, 20)
  102. explosion = Instance.new("Explosion")
  103. explosion.Position = exhaust.Position
  104. explosion.BlastRadius = 1
  105. exhaust:Remove()
  106. explosion.Parent = game.Workspace
  107. end
  108. wait(0.1)
  109. end
  110. end;
  111. function() local boom = false
  112.  
  113. function createExplosion(position)
  114.  
  115. explosion = Instance.new("Explosion")
  116. explosion.Position = position
  117. explosion.BlastRadius = 12
  118. explosion.Parent = game.Workspace
  119.  
  120. end
  121.  
  122. function onTouch(part)
  123. if boom == true then return end
  124. if (part.Name == "Rocket") or (part.Name == "Safe") or (part.Parent.Parent.Parent == script.Parent) or (part.Parent:findFirstChild("Humanoid")) then return end
  125. if (script.Parent.Parts.Tip.Velocity.x > 50) or (script.Parent.Parts.Tip.Velocity.x < -50) or (script.Parent.Parts.Tip.Velocity.z > 50) or (script.Parent.Parts.Tip.Velocity.z < -50) then
  126. boom = true
  127. createExplosion(script.Parent.Parts.Engine.Position)
  128. script.Parent:BreakJoints()
  129. local stuff = script.Parent:children()
  130. for i=1,#stuff do
  131. if stuff[i].Name == "BodyKit" or
  132. stuff[i].Name == "Parts" then
  133. local parts = stuff[i]:children()
  134. for p = 1, #parts do
  135. if parts[p].className == "Part" then
  136. local velo = Instance.new("BodyVelocity")
  137. velo.maxForce = Vector3.new(9.9e+036, 9.9e+036, 9.9e+036)
  138. velo.velocity = Vector3.new(math.random(-15,15),math.random(-15,15),math.random(-15,15))
  139. velo.Parent = parts[p]
  140. end
  141. end
  142. end
  143. end
  144. wait(4)
  145. script.Parent:remove()
  146. end
  147. end
  148.  
  149. script.Parent.Parts.Tip.Touched:connect(onTouch)
  150. end;
  151. function() position = script.Parent.Engine.Position
  152. local frame = Instance.new("CFrameValue")
  153. frame.Name = "OriginCFrame"
  154. frame.Value = script.Parent.Engine.CFrame
  155. frame.Parent = script.Parent
  156.  
  157. local object = Instance.new("ObjectValue")
  158. object.Value = script.Parent.Parent.Parent
  159.  
  160. seat = script.Parent.Seat
  161.  
  162. function onChildAdded(part)
  163. if part.className == "Weld" then
  164. local torso = part.Part1
  165. if torso ~= nil then
  166. local parent = torso.Parent
  167. if parent ~= nil then
  168. script.Parent.Parent.Parent = parent
  169. while true do
  170. wait(2)
  171. local pos = script.Parent.Engine.Position
  172. if (position - pos).magnitude > 30 then
  173. if object.Value ~= nil then
  174. object.Value.Regen.Value = 1
  175. wait(.5)
  176. object.Value.Regen.Value = 0
  177. object.Value = nil
  178. end
  179. break end
  180. end
  181. while true do
  182. print("Loop")
  183. wait(2)
  184. if part == nil then
  185. script.Parent.Parent.Parent = game.Workspace
  186. script.Parent.Parent:MakeJoints()
  187. break end
  188. end
  189. end
  190. end
  191. end
  192. end
  193. seat.ChildAdded:connect(onChildAdded) end;
  194. function() position = script.Parent.Engine.Position
  195. local frame = Instance.new("CFrameValue")
  196. frame.Name = "OriginCFrame"
  197. frame.Value = script.Parent.Engine.CFrame
  198. frame.Parent = script.Parent
  199.  
  200. local object = Instance.new("ObjectValue")
  201. object.Value = script.Parent.Parent.Parent
  202.  
  203. seat = script.Parent.Seat
  204.  
  205. function onChildAdded(part)
  206. if part.className == "Weld" then
  207. local torso = part.Part1
  208. if torso ~= nil then
  209. local parent = torso.Parent
  210. if parent ~= nil then
  211. script.Parent.Parent.Parent = parent
  212. while true do
  213. wait(2)
  214. local pos = script.Parent.Engine.Position
  215. if (position - pos).magnitude > 30 then
  216. if object.Value ~= nil then
  217. object.Value.Regen.Value = 1
  218. wait(.5)
  219. object.Value.Regen.Value = 0
  220. object.Value = nil
  221. end
  222. break end
  223. end
  224. while true do
  225. print("Loop")
  226. wait(2)
  227. if part == nil then
  228. script.Parent.Parent.Parent = game.Workspace
  229. script.Parent.Parent:MakeJoints()
  230. break end
  231. end
  232. end
  233. end
  234. end
  235. end
  236. seat.ChildAdded:connect(onChildAdded)
  237. end;
  238. function() r = script.Parent.Parent.Ride
  239.  
  240. function onClicked()
  241. wait(.00001)
  242. r.BodyVelocity.velocity = Vector3.new(r.BodyVelocity.velocity.x, r.BodyVelocity.velocity.y + 5, r.BodyVelocity.velocity.z)
  243. wait(1)
  244. end
  245.  
  246. script.Parent.ClickDetector.MouseClick:connect(onClicked) end;
  247. function() r = script.Parent.Parent.Ride
  248.  
  249. function onClicked()
  250. wait(.00001)
  251. r.BodyVelocity.velocity = Vector3.new(0,0,0)
  252. wait(1)
  253. end
  254.  
  255. script.Parent.ClickDetector.MouseClick:connect(onClicked) end;
  256. function() r = script.Parent.Parent.Ride
  257.  
  258. function onClicked()
  259. wait(.00001)
  260. r.BodyVelocity.velocity = Vector3.new(r.BodyVelocity.velocity.x, r.BodyVelocity.velocity.y - 5, r.BodyVelocity.velocity.z)
  261. wait(1)
  262. end
  263.  
  264. script.Parent.ClickDetector.MouseClick:connect(onClicked) end;
  265. function() s = script
  266. g = game.Workspace
  267. Car = s.Parent.Parent.Car1
  268. -------------------------
  269. function onClicked()
  270. Car.BodyVelocity.velocity = Vector3.new(0, -5, 0)
  271. end
  272. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  273. end;
  274. function() s = script
  275. g = game.Workspace
  276. Car = s.Parent.Parent.Car1
  277. -------------------------
  278. function onClicked()
  279. Car.BodyVelocity.velocity = Vector3.new(0, 0, 0)
  280. end
  281. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  282. end;
  283. function() s = script
  284. g = game.Workspace
  285. Car = s.Parent.Parent.Car1
  286. -------------------------
  287. function onClicked()
  288. Car.BodyVelocity.velocity = Vector3.new(0, 5, 0)
  289. end
  290. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  291. end;
  292. function() s = script
  293. g = game.Workspace
  294. Car = s.Parent.Parent.Car1
  295. -------------------------
  296. function onClicked()
  297. Car.BodyVelocity.velocity = Vector3.new(5, 0, 0)
  298. end
  299. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  300. end;
  301. function() s = script
  302. g = game.Workspace
  303. Car = s.Parent.Parent.Car1
  304. -------------------------
  305. function onClicked()
  306. Car.BodyVelocity.velocity = Vector3.new(-5, 0, 0)
  307. end
  308. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  309. end;
  310. function() s = script
  311. g = game.Workspace
  312. Car = s.Parent.Parent.Car1
  313. -------------------------
  314. function onClicked()
  315. Car.BodyVelocity.velocity = Vector3.new(0, 0, 5)
  316. end
  317. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  318. end;
  319. function() s = script
  320. g = game.Workspace
  321. Car = s.Parent.Parent.Car1
  322. -------------------------
  323. function onClicked()
  324. Car.BodyVelocity.velocity = Vector3.new(0, 0, -5)
  325. end
  326. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  327. end;
  328. function() local Tool = script.Parent;
  329.  
  330. enabled = true
  331. function onButton1Down(mouse)
  332. if not enabled then
  333. return
  334. end
  335.  
  336. enabled = true
  337. mouse.Icon = "rbxasset://textures\\GunCursor.png"
  338.  
  339. --wait(.5)
  340. --mouse.Icon = "rbxasset://textures\\GunCursor.png"
  341. --enabled = true
  342. --mouse.Button1Up:connect(function() onButton1Up(mouse) end)
  343.  
  344. end
  345.  
  346.  
  347. function onButton1Up(mouse)
  348. enabled = false
  349. Tool.Enabled = false
  350. mouse.Icon = "rbxasset://textures\\GunWaitCursor.png"
  351. wait(2.2)
  352. mouse.Icon = "rbxasset://textures\\GunCursor.png"
  353. enabled = true
  354. Tool.Enabled = true
  355. end
  356.  
  357. function onEquippedLocal(mouse)
  358.  
  359. if mouse == nil then
  360. print("Mouse not found")
  361. return
  362. end
  363.  
  364. mouse.Icon = "rbxasset://textures\\GunCursor.png"
  365. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  366. mouse.Button1Up:connect(function() onButton1Up(mouse)end)
  367. end
  368.  
  369.  
  370. Tool.Equipped:connect(onEquippedLocal)
  371. end;
  372. function() Tool = script.Parent
  373.  
  374. colors = {24,24,226}
  375.  
  376. function fire(v)
  377.  
  378. Tool.Handle.Fire:play()
  379.  
  380.  
  381. local vCharacter = Tool.Parent
  382. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  383.  
  384. local missile = Instance.new("Part")
  385.  
  386.  
  387.  
  388. local spawnPos = vCharacter.PrimaryPart.Position
  389.  
  390.  
  391.  
  392. spawnPos = spawnPos + (v * 8)
  393.  
  394. missile.Position = spawnPos
  395. missile.Size = Vector3.new(1,1,1)
  396. missile.Velocity = v * 500
  397. missile.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
  398. missile.Shape = 1
  399. missile.BottomSurface = 0
  400. missile.TopSurface = 0
  401. missile.Name = "Paintball"
  402. missile.Elasticity = 0
  403. missile.Reflectance = 0
  404. missile.Friction = 1
  405.  
  406. local force = Instance.new("BodyForce")
  407. force.force = Vector3.new(0,220,0)
  408. force.Parent = missile
  409.  
  410. Tool.BrickCleanup:clone().Parent = missile
  411.  
  412. local new_script = script.Parent.Paintball:clone()
  413. new_script.Disabled = false
  414. new_script.Parent = missile
  415.  
  416. local creator_tag = Instance.new("ObjectValue")
  417. creator_tag.Value = vPlayer
  418. creator_tag.Name = "creator"
  419. creator_tag.Parent = missile
  420.  
  421.  
  422.  
  423. missile.Parent = game.Workspace
  424. --wait(0.05)
  425. --fire(
  426.  
  427.  
  428. end
  429.  
  430.  
  431. function check(en)
  432. ---------------------------------------Function start here.
  433. if (Tool.Enabled == false) then
  434. return false
  435. end--end for if!
  436. -------------------------------
  437. if (Tool.Enabled == true) then
  438. return true
  439. end
  440. ---------------------------------------Function end here.
  441. end
  442.  
  443.  
  444. Tool.Enabled = true
  445. function onActivated()
  446.  
  447. if not Tool.Enabled then
  448. return
  449. end
  450.  
  451. --Tool.Enabled = false
  452.  
  453. local character = Tool.Parent;
  454. local humanoid = character.Humanoid
  455. if humanoid == nil then
  456. print("Humanoid not found")
  457. return
  458. end
  459.  
  460. local targetPos = humanoid.TargetPoint
  461. local lookAt = (targetPos - character.Head.Position).unit
  462.  
  463. if (check()) then
  464. fire(lookAt)
  465. wait(0.1)
  466. onActivated()
  467. end
  468. return
  469.  
  470. --Tool.Enabled = true
  471. end
  472.  
  473.  
  474. script.Parent.Activated:connect(onActivated)
  475. end;
  476. function() ball = script.Parent
  477. damage = 2.75
  478.  
  479.  
  480.  
  481. function onTouched(hit)
  482. local humanoid = hit.Parent:findFirstChild("Zombie")
  483. -- make a splat
  484. --for i=1,3 do
  485. -- local s = Instance.new("Part")
  486. -- s.Shape = 1 -- block
  487. -- s.formFactor = 2 -- plate
  488. -- s.Size = Vector3.new(1,.4,1)
  489. -- s.BrickColor = ball.BrickColor
  490. -- local v = Vector3.new(math.random(-1,1), math.random(0,1), math.random(-1,1))
  491. -- s.Velocity = 15 * v--15
  492. -- s.CFrame = CFrame.new(ball.Position + v, v)
  493. --- ball.BrickCleanup:clone().Parent = s
  494. -- s.BrickCleanup.Disabled = false
  495. -- s.Parent = game.Workspace
  496. --
  497. --end
  498.  
  499.  
  500. if humanoid ~= nil then
  501. tagHumanoid(humanoid)
  502. humanoid.Health = humanoid.Health - damage
  503. wait(2)
  504. untagHumanoid(humanoid)
  505. end
  506.  
  507. connection:disconnect()
  508. ball.Parent = nil
  509. end
  510.  
  511. function tagHumanoid(humanoid)
  512. -- todo: make tag expire
  513. local tag = ball:findFirstChild("creator")
  514. if tag ~= nil then
  515. local new_tag = tag:clone()
  516. new_tag.Parent = humanoid
  517. end
  518. end
  519.  
  520.  
  521. function untagHumanoid(humanoid)
  522. if humanoid ~= nil then
  523. local tag = humanoid:findFirstChild("creator")
  524. if tag ~= nil then
  525. tag.Parent = nil
  526. end
  527. end
  528. end
  529.  
  530. connection = ball.Touched:connect(onTouched)
  531.  
  532. wait(0.8)
  533. ball.Parent = nil
  534. end;
  535. function() Tool = script.Parent;
  536. local arms = nil
  537. local torso = nil
  538. local welds = {}
  539.  
  540. function Equip(mouse)
  541. wait(0.01)
  542. arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right Arm")}
  543. torso = Tool.Parent:FindFirstChild("Torso")
  544. if arms ~= nil and torso ~= nil then
  545. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  546. if sh ~= nil then
  547. local yes = true
  548. if yes then
  549. yes = false
  550. sh[1].Part1 = nil
  551. sh[2].Part1 = nil
  552. local weld1 = Instance.new("Weld")
  553. weld1.Part0 = torso
  554. weld1.Parent = torso
  555. weld1.Part1 = arms[1]
  556. weld1.C1 = CFrame.new(-0.249, 1.35, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0, math.rad(-90))
  557. welds[1] = weld1
  558. local weld2 = Instance.new("Weld")
  559. weld2.Part0 = torso
  560. weld2.Parent = torso
  561. weld2.Part1 = arms[2]
  562. weld2.C1 = CFrame.new(-1, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  563. welds[2] = weld2
  564. end
  565. else
  566. print("sh")
  567. end
  568. else
  569. print("arms")
  570. end
  571. end
  572.  
  573. function Unequip(mouse)
  574. if arms ~= nil and torso ~= nil then
  575. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  576. if sh ~= nil then
  577. local yes = true
  578. if yes then
  579. yes = false
  580. sh[1].Part1 = arms[1]
  581. sh[2].Part1 = arms[2]
  582. welds[1].Parent = nil
  583. welds[2].Parent = nil
  584. end
  585. else
  586. print("sh")
  587. end
  588. else
  589. print("arms")
  590. end
  591. end
  592. Tool.Equipped:connect(Equip)
  593. Tool.Unequipped:connect(Unequip)
  594. end;
  595. function() local Tool = script.Parent;
  596.  
  597. enabled = true
  598. function onButton1Down(mouse)
  599. if not enabled then
  600. return
  601. end
  602.  
  603. enabled = true
  604. mouse.Icon = "rbxasset://textures\\GunCursor.png"
  605.  
  606. --wait(.5)
  607. --mouse.Icon = "rbxasset://textures\\GunCursor.png"
  608. --enabled = true
  609. --mouse.Button1Up:connect(function() onButton1Up(mouse) end)
  610.  
  611. end
  612.  
  613.  
  614. function onButton1Up(mouse)
  615. enabled = false
  616. Tool.Enabled = false
  617. mouse.Icon = "rbxasset://textures\\GunWaitCursor.png"
  618. wait(2.2)
  619. mouse.Icon = "rbxasset://textures\\GunCursor.png"
  620. enabled = true
  621. Tool.Enabled = true
  622. end
  623.  
  624. function onEquippedLocal(mouse)
  625.  
  626. if mouse == nil then
  627. print("Mouse not found")
  628. return
  629. end
  630.  
  631. mouse.Icon = "rbxasset://textures\\GunCursor.png"
  632. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  633. mouse.Button1Up:connect(function() onButton1Up(mouse)end)
  634. end
  635.  
  636.  
  637. Tool.Equipped:connect(onEquippedLocal)
  638. end;
  639. function() Tool = script.Parent
  640.  
  641. colors = {24,24,226}
  642.  
  643. function fire(v)
  644.  
  645. Tool.Handle.Fire:play()
  646.  
  647.  
  648. local vCharacter = Tool.Parent
  649. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  650.  
  651. local missile = Instance.new("Part")
  652.  
  653.  
  654.  
  655. local spawnPos = vCharacter.PrimaryPart.Position
  656.  
  657.  
  658.  
  659. spawnPos = spawnPos + (v * 8)
  660.  
  661. missile.Position = spawnPos
  662. missile.Size = Vector3.new(1,1,1)
  663. missile.Velocity = v * 500
  664. missile.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
  665. missile.Shape = 1
  666. missile.BottomSurface = 0
  667. missile.TopSurface = 0
  668. missile.Name = "Paintball"
  669. missile.Elasticity = 0
  670. missile.Reflectance = 0
  671. missile.Friction = 1
  672.  
  673. local force = Instance.new("BodyForce")
  674. force.force = Vector3.new(0,220,0)
  675. force.Parent = missile
  676.  
  677. Tool.BrickCleanup:clone().Parent = missile
  678.  
  679. local new_script = script.Parent.Paintball:clone()
  680. new_script.Disabled = false
  681. new_script.Parent = missile
  682.  
  683. local creator_tag = Instance.new("ObjectValue")
  684. creator_tag.Value = vPlayer
  685. creator_tag.Name = "creator"
  686. creator_tag.Parent = missile
  687.  
  688.  
  689.  
  690. missile.Parent = game.Workspace
  691. --wait(0.05)
  692. --fire(
  693.  
  694.  
  695. end
  696.  
  697.  
  698. function check(en)
  699. ---------------------------------------Function start here.
  700. if (Tool.Enabled == false) then
  701. return false
  702. end--end for if!
  703. -------------------------------
  704. if (Tool.Enabled == true) then
  705. return true
  706. end
  707. ---------------------------------------Function end here.
  708. end
  709.  
  710.  
  711. Tool.Enabled = true
  712. function onActivated()
  713.  
  714. if not Tool.Enabled then
  715. return
  716. end
  717.  
  718. --Tool.Enabled = false
  719.  
  720. local character = Tool.Parent;
  721. local humanoid = character.Humanoid
  722. if humanoid == nil then
  723. print("Humanoid not found")
  724. return
  725. end
  726.  
  727. local targetPos = humanoid.TargetPoint
  728. local lookAt = (targetPos - character.Head.Position).unit
  729.  
  730. if (check()) then
  731. fire(lookAt)
  732. wait(0.1)
  733. onActivated()
  734. end
  735. return
  736.  
  737. --Tool.Enabled = true
  738. end
  739.  
  740.  
  741. script.Parent.Activated:connect(onActivated)
  742. end;
  743. function() ball = script.Parent
  744. damage = 2.75
  745.  
  746.  
  747.  
  748. function onTouched(hit)
  749. local humanoid = hit.Parent:findFirstChild("Zombie")
  750. -- make a splat
  751. --for i=1,3 do
  752. -- local s = Instance.new("Part")
  753. -- s.Shape = 1 -- block
  754. -- s.formFactor = 2 -- plate
  755. -- s.Size = Vector3.new(1,.4,1)
  756. -- s.BrickColor = ball.BrickColor
  757. -- local v = Vector3.new(math.random(-1,1), math.random(0,1), math.random(-1,1))
  758. -- s.Velocity = 15 * v--15
  759. -- s.CFrame = CFrame.new(ball.Position + v, v)
  760. --- ball.BrickCleanup:clone().Parent = s
  761. -- s.BrickCleanup.Disabled = false
  762. -- s.Parent = game.Workspace
  763. --
  764. --end
  765.  
  766.  
  767. if humanoid ~= nil then
  768. tagHumanoid(humanoid)
  769. humanoid.Health = humanoid.Health - damage
  770. wait(2)
  771. untagHumanoid(humanoid)
  772. end
  773.  
  774. connection:disconnect()
  775. ball.Parent = nil
  776. end
  777.  
  778. function tagHumanoid(humanoid)
  779. -- todo: make tag expire
  780. local tag = ball:findFirstChild("creator")
  781. if tag ~= nil then
  782. local new_tag = tag:clone()
  783. new_tag.Parent = humanoid
  784. end
  785. end
  786.  
  787.  
  788. function untagHumanoid(humanoid)
  789. if humanoid ~= nil then
  790. local tag = humanoid:findFirstChild("creator")
  791. if tag ~= nil then
  792. tag.Parent = nil
  793. end
  794. end
  795. end
  796.  
  797. connection = ball.Touched:connect(onTouched)
  798.  
  799. wait(0.8)
  800. ball.Parent = nil
  801. end;
  802. function() Tool = script.Parent;
  803. local arms = nil
  804. local torso = nil
  805. local welds = {}
  806.  
  807. function Equip(mouse)
  808. wait(0.01)
  809. arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right Arm")}
  810. torso = Tool.Parent:FindFirstChild("Torso")
  811. if arms ~= nil and torso ~= nil then
  812. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  813. if sh ~= nil then
  814. local yes = true
  815. if yes then
  816. yes = false
  817. sh[1].Part1 = nil
  818. sh[2].Part1 = nil
  819. local weld1 = Instance.new("Weld")
  820. weld1.Part0 = torso
  821. weld1.Parent = torso
  822. weld1.Part1 = arms[1]
  823. weld1.C1 = CFrame.new(-0.249, 1.35, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0, math.rad(-90))
  824. welds[1] = weld1
  825. local weld2 = Instance.new("Weld")
  826. weld2.Part0 = torso
  827. weld2.Parent = torso
  828. weld2.Part1 = arms[2]
  829. weld2.C1 = CFrame.new(-1, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
  830. welds[2] = weld2
  831. end
  832. else
  833. print("sh")
  834. end
  835. else
  836. print("arms")
  837. end
  838. end
  839.  
  840. function Unequip(mouse)
  841. if arms ~= nil and torso ~= nil then
  842. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  843. if sh ~= nil then
  844. local yes = true
  845. if yes then
  846. yes = false
  847. sh[1].Part1 = arms[1]
  848. sh[2].Part1 = arms[2]
  849. welds[1].Parent = nil
  850. welds[2].Parent = nil
  851. end
  852. else
  853. print("sh")
  854. end
  855. else
  856. print("arms")
  857. end
  858. end
  859. Tool.Equipped:connect(Equip)
  860. Tool.Unequipped:connect(Unequip)
  861. end;
  862. function() damage = 11
  863.  
  864.  
  865. game:GetService("Debris"):AddItem(script.Parent, 8)
  866.  
  867.  
  868.  
  869.  
  870.  
  871. function onTouched(hit)
  872.  
  873.  
  874. if hit.Parent:findFirstChild("Humanoid")~=nil then
  875.  
  876.  
  877. hit.Parent["Humanoid"]:TakeDamage(damage)
  878.  
  879.  
  880. end
  881.  
  882.  
  883. wait()
  884.  
  885.  
  886. script.Parent:Remove()
  887.  
  888.  
  889. end
  890.  
  891.  
  892.  
  893.  
  894.  
  895. script.Parent.Touched:connect(onTouched) end;
  896. function() Tool = script.Parent
  897.  
  898. colors = {199}
  899.  
  900. function fire(v)
  901.  
  902.  
  903. Tool.Handle.Fire:play()
  904.  
  905. local vCharacter = Tool.Parent
  906. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  907.  
  908. local missile = Instance.new("Seat")
  909. local p = script.Parent.SPos:clone()
  910.  
  911. local vCharacter = Tool
  912. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  913.  
  914. local missile = Instance.new("Part")
  915.  
  916.  
  917.  
  918. local spawnPos = vCharacter.Handle4.Position
  919.  
  920.  
  921.  
  922. spawnPos = spawnPos + (v * 5)
  923.  
  924. missile.Position = spawnPos
  925. missile.Size = Vector3.new(0.2,0.2,0.2)
  926. missile.Velocity = v * 500
  927. missile.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
  928. missile.Shape = 0
  929. missile.BottomSurface = 0
  930. missile.TopSurface = 0
  931. missile.Name = "Paintball"
  932. missile.Elasticity = 0
  933. missile.Reflectance = 0
  934. missile.Friction = 1
  935. p.Name = "Shell"
  936. p.Parent = game.Workspace
  937. p.CFrame = script.Parent.SPos.CFrame
  938. p.CanCollide = true
  939. p.Transparency = 0
  940. p.Velocity = Vector3.new(0, -30, 0)
  941.  
  942. local force = Instance.new("BodyForce")
  943. force.force = Vector3.new(0,100,0)
  944. force.Parent = missile
  945.  
  946. Tool.BrickCleanup:clone().Parent = missile
  947.  
  948. local new_script = script.Parent.Paintball:clone()
  949. new_script.Disabled = false
  950. new_script.Parent = missile
  951.  
  952. local new_script = script.Parent.ShellCleanup:clone()
  953. new_script.Disabled = false
  954. new_script.Parent = p
  955.  
  956. local new_script = script.Parent.ShellFunction:clone()
  957. new_script.Disabled = false
  958. new_script.Parent = p
  959.  
  960. local creator_tag = Instance.new("ObjectValue")
  961. creator_tag.Value = vPlayer
  962. creator_tag.Name = "creator"
  963. creator_tag.Parent = missile
  964.  
  965.  
  966.  
  967. missile.Parent = game.Workspace
  968. --wait(0.05)
  969. --fire(
  970.  
  971.  
  972. end
  973.  
  974.  
  975. function check(en)
  976. ---------------------------------------Function start here.
  977. if (Tool.Enabled == false) then
  978. return false
  979. end--end for if!
  980. -------------------------------
  981. if (Tool.Enabled == true) then
  982. return true
  983. end
  984. ---------------------------------------Function end here.
  985. end
  986.  
  987.  
  988. Tool.Enabled = true
  989. function onActivated()
  990.  
  991. if not Tool.Enabled then
  992. return
  993. end
  994.  
  995. --Tool.Enabled = false
  996.  
  997. local character = Tool.Parent;
  998. local humanoid = character.Humanoid
  999. if humanoid == nil then
  1000. print("Humanoid not found")
  1001. return
  1002. end
  1003.  
  1004. local targetPos = humanoid.TargetPoint
  1005. local lookAt = (targetPos - character.Head.Position).unit
  1006.  
  1007. if (check()) then
  1008. fire(lookAt)
  1009. wait(0.00001)
  1010. onActivated()
  1011. end
  1012. return
  1013.  
  1014. --Tool.Enabled = true
  1015. end
  1016.  
  1017.  
  1018. script.Parent.Activated:connect(onActivated)
  1019. end;
  1020. function() local Tool = script.Parent;
  1021.  
  1022.  
  1023.  
  1024. enabled = true
  1025.  
  1026. function onButton1Down(mouse)
  1027.  
  1028. if not enabled then
  1029.  
  1030. return
  1031.  
  1032. end
  1033.  
  1034.  
  1035.  
  1036. enabled = false
  1037.  
  1038. mouse.Icon = "rbxasset://textures\\GunWaitCursor.png"
  1039.  
  1040.  
  1041.  
  1042. wait(.2)
  1043.  
  1044. mouse.Icon = "rbxasset://textures\\GunCursor.png"
  1045.  
  1046. enabled = true
  1047.  
  1048.  
  1049.  
  1050. end
  1051.  
  1052.  
  1053.  
  1054. function onEquippedLocal(mouse)
  1055.  
  1056.  
  1057.  
  1058. if mouse == nil then
  1059.  
  1060. print("Mouse not found")
  1061.  
  1062. return
  1063.  
  1064. end
  1065.  
  1066.  
  1067.  
  1068. mouse.Icon = "rbxasset://textures\\GunCursor.png"
  1069.  
  1070. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  1071.  
  1072. end
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078. Tool.Equipped:connect(onEquippedLocal)
  1079.  
  1080. end;
  1081. function() originalAmmo = script.Parent.Ammo.Value
  1082. m = Instance.new("Message")
  1083.  
  1084. function computeDirection(vec)
  1085. local lenSquared = vec.magnitude^2
  1086. local invSqrt = 1 / math.sqrt(lenSquared)
  1087. return Vector3.new(vec.x * invSqrt, vec.y * invSqrt, vec.z * invSqrt)
  1088. end
  1089.  
  1090.  
  1091.  
  1092. function updateAmmo()
  1093. m.Text = " "
  1094. --for i = 1,script.Parent.Ammo.Value do
  1095. -- m.Text = m.Text .. "|"
  1096. --end
  1097. --for i = 1, (originalAmmo - script.Parent.Ammo.Value) do
  1098. -- m.Text = m.Text .. " "
  1099. --end
  1100. m.Text = m.Text .. " " .. script.Parent.Ammo.Value.. "/6"
  1101. end
  1102.  
  1103.  
  1104. function fire(v)
  1105. for i = 1,1 do
  1106. script.Parent.Handle.Fire:play()
  1107. script.Parent.Ammo.Value = script.Parent.Ammo.Value - 1
  1108. updateAmmo()
  1109. local dir = v - script.Parent["Handle"].Position
  1110. dir = computeDirection(dir)
  1111. local pos = script.Parent["Handle"].Position + (dir * 8)
  1112. local p = Instance.new("Part")
  1113. p.Name = "Projectile"
  1114. p.CFrame = CFrame.new(pos, pos + dir)
  1115. p.BrickColor = BrickColor.new(24)
  1116. p.Reflectance = 0.1
  1117. p.Velocity = (script.Parent.Parent["Head"].Position - v).unit * -150
  1118. p.Size = Vector3.new(1, 0.4, 1)
  1119. p.formFactor = 2
  1120. local mesh = script.Parent.Mesh:clone()
  1121. mesh.Parent = p
  1122. local upforce = Instance.new("BodyForce")
  1123. upforce.force = Vector3.new(0, p:GetMass() * 196, 0)
  1124. upforce.Parent = p
  1125. local s = script.Parent["ProjectileScript"]:Clone()
  1126. s.Disabled = false
  1127. s.Parent = p
  1128. p.Parent = game.Workspace
  1129. wait(0)
  1130. end
  1131. end
  1132.  
  1133.  
  1134. function onActivated()
  1135. if script.Parent.Enabled == true then
  1136. --script.Parent.Enabled = false
  1137. if script.Parent.Ammo.Value > 0 then
  1138. fire(script.Parent.Parent["Humanoid"].TargetPoint)
  1139. else
  1140. if script.Parent.Clips.Value >= -30000000000000 then
  1141. script.Parent.Enabled = false
  1142. script.Parent.Handle.Reload:play()
  1143. m.Text = "Reloading."
  1144. for i =1,5 do
  1145. wait(0.12)
  1146. m.Text = m.Text .. "."
  1147. end
  1148. script.Parent.Clips.Value = script.Parent.Clips.Value - 1
  1149. script.Parent.Ammo.Value = originalAmmo
  1150. updateAmmo()
  1151. script.Parent.Enabled = true
  1152. else
  1153. m.Text = "No more clips!"
  1154. end
  1155. end
  1156. wait(0.11)
  1157. --script.Parent.Enabled = true
  1158. end
  1159. end
  1160.  
  1161.  
  1162. function onEquipped()
  1163. local p = game.Players:GetChildren()
  1164. for i = 1,#p do
  1165. if p[i].Character == script.Parent.Parent then
  1166. m.Parent = p[i]
  1167. end
  1168. end
  1169. updateAmmo()
  1170. end
  1171.  
  1172. function onUnequipped()
  1173. m.Parent = nil
  1174. end
  1175.  
  1176.  
  1177. script.Parent.Activated:connect(onActivated)
  1178. script.Parent.Equipped:connect(onEquipped)
  1179. script.Parent.Unequipped:connect(onUnequipped) end;
  1180. function() player = nil
  1181. RSH, LSH = nil, nil
  1182. GRP = nil
  1183. RW, LW = Instance.new("Weld"), Instance.new("Weld")
  1184. anim = "none"
  1185.  
  1186. script.Parent.Equipped:connect(function()
  1187. player = game.Players:playerFromCharacter(script.Parent.Parent)
  1188. local ch = script.Parent.Parent
  1189. RSH = ch.Torso["Right Shoulder"]
  1190. LSH = ch.Torso["Left Shoulder"]
  1191. GRP = ch["Right Arm"].RightGrip
  1192. --
  1193. RSH.Parent = nil
  1194. LSH.Parent = nil
  1195. --
  1196. RW.Part0 = ch.Torso
  1197. RW.C0 = CFrame.new(1.5, 0.5, 0)
  1198. RW.C1 = CFrame.new(0, 0.5, 0)
  1199. RW.Part1 = ch["Right Arm"]
  1200. RW.Parent = ch.Torso
  1201. _G.R = RW
  1202. --
  1203. LW.Part0 = ch.Torso
  1204. LW.C0 = CFrame.new(-1.5, 0.5, 0)
  1205. LW.C1 = CFrame.new(0, 0.5, 0)
  1206. LW.Part1 = ch["Left Arm"]
  1207. LW.Parent = ch.Torso
  1208. _G.L = LW
  1209.  
  1210. GRP.C0 = CFrame.new(0, -1, 0) * CFrame.fromEulerAnglesXYZ(-1, 0, 0)
  1211.  
  1212. for i = 0, 1, 0.05 do
  1213. wait()
  1214. RW.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.3*i, 0, -0.5*i)
  1215. LW.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.7*i, 0, 0.8*i)
  1216. LW.C1 = CFrame.new(-0.3*i, 0.5+1.2*i, 0)
  1217. end
  1218. end)
  1219.  
  1220.  
  1221. script.Parent.Unequipped:connect(function()
  1222.  
  1223. for i = 1, 0, -0.05 do
  1224. wait()
  1225. RW.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.3*i, 0, -0.5*i)
  1226. LW.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.7*i, 0, 0.8*i)
  1227. LW.C1 = CFrame.new(-0.3*i, 0.5+1.2*i, 0)
  1228. end
  1229. RW.Parent = nil
  1230. LW.Parent = nil
  1231. RSH.Parent = player.Character.Torso
  1232. LSH.Parent = player.Character.Torso
  1233. end)
  1234.  
  1235. function HomeRunHit(part)
  1236. local h = (part.Parent or game):FindFirstChild("Humanoid")
  1237. if h then
  1238. h.Parent = nil
  1239. end
  1240. end
  1241.  
  1242. end;
  1243. function() damage = 11
  1244.  
  1245.  
  1246. game:GetService("Debris"):AddItem(script.Parent, 8)
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252. function onTouched(hit)
  1253.  
  1254.  
  1255. if hit.Parent:findFirstChild("Humanoid")~=nil then
  1256.  
  1257.  
  1258. hit.Parent["Humanoid"]:TakeDamage(damage)
  1259.  
  1260.  
  1261. end
  1262.  
  1263.  
  1264. wait()
  1265.  
  1266.  
  1267. script.Parent:Remove()
  1268.  
  1269.  
  1270. end
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276. script.Parent.Touched:connect(onTouched) end;
  1277. function() Tool = script.Parent
  1278.  
  1279. colors = {199}
  1280.  
  1281. function fire(v)
  1282.  
  1283.  
  1284. Tool.Handle.Fire:play()
  1285.  
  1286. local vCharacter = Tool.Parent
  1287. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  1288.  
  1289. local missile = Instance.new("Seat")
  1290. local p = script.Parent.SPos:clone()
  1291.  
  1292. local vCharacter = Tool
  1293. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  1294.  
  1295. local missile = Instance.new("Part")
  1296.  
  1297.  
  1298.  
  1299. local spawnPos = vCharacter.Handle4.Position
  1300.  
  1301.  
  1302.  
  1303. spawnPos = spawnPos + (v * 5)
  1304.  
  1305. missile.Position = spawnPos
  1306. missile.Size = Vector3.new(0.2,0.2,0.2)
  1307. missile.Velocity = v * 500
  1308. missile.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
  1309. missile.Shape = 0
  1310. missile.BottomSurface = 0
  1311. missile.TopSurface = 0
  1312. missile.Name = "Paintball"
  1313. missile.Elasticity = 0
  1314. missile.Reflectance = 0
  1315. missile.Friction = 1
  1316. p.Name = "Shell"
  1317. p.Parent = game.Workspace
  1318. p.CFrame = script.Parent.SPos.CFrame
  1319. p.CanCollide = true
  1320. p.Transparency = 0
  1321. p.Velocity = Vector3.new(0, -30, 0)
  1322.  
  1323. local force = Instance.new("BodyForce")
  1324. force.force = Vector3.new(0,100,0)
  1325. force.Parent = missile
  1326.  
  1327. Tool.BrickCleanup:clone().Parent = missile
  1328.  
  1329. local new_script = script.Parent.Paintball:clone()
  1330. new_script.Disabled = false
  1331. new_script.Parent = missile
  1332.  
  1333. local new_script = script.Parent.ShellCleanup:clone()
  1334. new_script.Disabled = false
  1335. new_script.Parent = p
  1336.  
  1337. local new_script = script.Parent.ShellFunction:clone()
  1338. new_script.Disabled = false
  1339. new_script.Parent = p
  1340.  
  1341. local creator_tag = Instance.new("ObjectValue")
  1342. creator_tag.Value = vPlayer
  1343. creator_tag.Name = "creator"
  1344. creator_tag.Parent = missile
  1345.  
  1346.  
  1347.  
  1348. missile.Parent = game.Workspace
  1349. --wait(0.05)
  1350. --fire(
  1351.  
  1352.  
  1353. end
  1354.  
  1355.  
  1356. function check(en)
  1357. ---------------------------------------Function start here.
  1358. if (Tool.Enabled == false) then
  1359. return false
  1360. end--end for if!
  1361. -------------------------------
  1362. if (Tool.Enabled == true) then
  1363. return true
  1364. end
  1365. ---------------------------------------Function end here.
  1366. end
  1367.  
  1368.  
  1369. Tool.Enabled = true
  1370. function onActivated()
  1371.  
  1372. if not Tool.Enabled then
  1373. return
  1374. end
  1375.  
  1376. --Tool.Enabled = false
  1377.  
  1378. local character = Tool.Parent;
  1379. local humanoid = character.Humanoid
  1380. if humanoid == nil then
  1381. print("Humanoid not found")
  1382. return
  1383. end
  1384.  
  1385. local targetPos = humanoid.TargetPoint
  1386. local lookAt = (targetPos - character.Head.Position).unit
  1387.  
  1388. if (check()) then
  1389. fire(lookAt)
  1390. wait(0.00001)
  1391. onActivated()
  1392. end
  1393. return
  1394.  
  1395. --Tool.Enabled = true
  1396. end
  1397.  
  1398.  
  1399. script.Parent.Activated:connect(onActivated)
  1400. end;
  1401. function() local Tool = script.Parent;
  1402.  
  1403.  
  1404.  
  1405. enabled = true
  1406.  
  1407. function onButton1Down(mouse)
  1408.  
  1409. if not enabled then
  1410.  
  1411. return
  1412.  
  1413. end
  1414.  
  1415.  
  1416.  
  1417. enabled = false
  1418.  
  1419. mouse.Icon = "rbxasset://textures\\GunWaitCursor.png"
  1420.  
  1421.  
  1422.  
  1423. wait(.2)
  1424.  
  1425. mouse.Icon = "rbxasset://textures\\GunCursor.png"
  1426.  
  1427. enabled = true
  1428.  
  1429.  
  1430.  
  1431. end
  1432.  
  1433.  
  1434.  
  1435. function onEquippedLocal(mouse)
  1436.  
  1437.  
  1438.  
  1439. if mouse == nil then
  1440.  
  1441. print("Mouse not found")
  1442.  
  1443. return
  1444.  
  1445. end
  1446.  
  1447.  
  1448.  
  1449. mouse.Icon = "rbxasset://textures\\GunCursor.png"
  1450.  
  1451. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  1452.  
  1453. end
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459. Tool.Equipped:connect(onEquippedLocal)
  1460.  
  1461. end;
  1462. function() originalAmmo = script.Parent.Ammo.Value
  1463. m = Instance.new("Message")
  1464.  
  1465. function computeDirection(vec)
  1466. local lenSquared = vec.magnitude^2
  1467. local invSqrt = 1 / math.sqrt(lenSquared)
  1468. return Vector3.new(vec.x * invSqrt, vec.y * invSqrt, vec.z * invSqrt)
  1469. end
  1470.  
  1471.  
  1472.  
  1473. function updateAmmo()
  1474. m.Text = " "
  1475. --for i = 1,script.Parent.Ammo.Value do
  1476. -- m.Text = m.Text .. "|"
  1477. --end
  1478. --for i = 1, (originalAmmo - script.Parent.Ammo.Value) do
  1479. -- m.Text = m.Text .. " "
  1480. --end
  1481. m.Text = m.Text .. " " .. script.Parent.Ammo.Value.. "/6"
  1482. end
  1483.  
  1484.  
  1485. function fire(v)
  1486. for i = 1,1 do
  1487. script.Parent.Handle.Fire:play()
  1488. script.Parent.Ammo.Value = script.Parent.Ammo.Value - 1
  1489. updateAmmo()
  1490. local dir = v - script.Parent["Handle"].Position
  1491. dir = computeDirection(dir)
  1492. local pos = script.Parent["Handle"].Position + (dir * 8)
  1493. local p = Instance.new("Part")
  1494. p.Name = "Projectile"
  1495. p.CFrame = CFrame.new(pos, pos + dir)
  1496. p.BrickColor = BrickColor.new(24)
  1497. p.Reflectance = 0.1
  1498. p.Velocity = (script.Parent.Parent["Head"].Position - v).unit * -150
  1499. p.Size = Vector3.new(1, 0.4, 1)
  1500. p.formFactor = 2
  1501. local mesh = script.Parent.Mesh:clone()
  1502. mesh.Parent = p
  1503. local upforce = Instance.new("BodyForce")
  1504. upforce.force = Vector3.new(0, p:GetMass() * 196, 0)
  1505. upforce.Parent = p
  1506. local s = script.Parent["ProjectileScript"]:Clone()
  1507. s.Disabled = false
  1508. s.Parent = p
  1509. p.Parent = game.Workspace
  1510. wait(0)
  1511. end
  1512. end
  1513.  
  1514.  
  1515. function onActivated()
  1516. if script.Parent.Enabled == true then
  1517. --script.Parent.Enabled = false
  1518. if script.Parent.Ammo.Value > 0 then
  1519. fire(script.Parent.Parent["Humanoid"].TargetPoint)
  1520. else
  1521. if script.Parent.Clips.Value >= -30000000000000 then
  1522. script.Parent.Enabled = false
  1523. script.Parent.Handle.Reload:play()
  1524. m.Text = "Reloading."
  1525. for i =1,5 do
  1526. wait(0.12)
  1527. m.Text = m.Text .. "."
  1528. end
  1529. script.Parent.Clips.Value = script.Parent.Clips.Value - 1
  1530. script.Parent.Ammo.Value = originalAmmo
  1531. updateAmmo()
  1532. script.Parent.Enabled = true
  1533. else
  1534. m.Text = "No more clips!"
  1535. end
  1536. end
  1537. wait(0.11)
  1538. --script.Parent.Enabled = true
  1539. end
  1540. end
  1541.  
  1542.  
  1543. function onEquipped()
  1544. local p = game.Players:GetChildren()
  1545. for i = 1,#p do
  1546. if p[i].Character == script.Parent.Parent then
  1547. m.Parent = p[i]
  1548. end
  1549. end
  1550. updateAmmo()
  1551. end
  1552.  
  1553. function onUnequipped()
  1554. m.Parent = nil
  1555. end
  1556.  
  1557.  
  1558. script.Parent.Activated:connect(onActivated)
  1559. script.Parent.Equipped:connect(onEquipped)
  1560. script.Parent.Unequipped:connect(onUnequipped) end;
  1561. function() player = nil
  1562. RSH, LSH = nil, nil
  1563. GRP = nil
  1564. RW, LW = Instance.new("Weld"), Instance.new("Weld")
  1565. anim = "none"
  1566.  
  1567. script.Parent.Equipped:connect(function()
  1568. player = game.Players:playerFromCharacter(script.Parent.Parent)
  1569. local ch = script.Parent.Parent
  1570. RSH = ch.Torso["Right Shoulder"]
  1571. LSH = ch.Torso["Left Shoulder"]
  1572. GRP = ch["Right Arm"].RightGrip
  1573. --
  1574. RSH.Parent = nil
  1575. LSH.Parent = nil
  1576. --
  1577. RW.Part0 = ch.Torso
  1578. RW.C0 = CFrame.new(1.5, 0.5, 0)
  1579. RW.C1 = CFrame.new(0, 0.5, 0)
  1580. RW.Part1 = ch["Right Arm"]
  1581. RW.Parent = ch.Torso
  1582. _G.R = RW
  1583. --
  1584. LW.Part0 = ch.Torso
  1585. LW.C0 = CFrame.new(-1.5, 0.5, 0)
  1586. LW.C1 = CFrame.new(0, 0.5, 0)
  1587. LW.Part1 = ch["Left Arm"]
  1588. LW.Parent = ch.Torso
  1589. _G.L = LW
  1590.  
  1591. GRP.C0 = CFrame.new(0, -1, 0) * CFrame.fromEulerAnglesXYZ(-1, 0, 0)
  1592.  
  1593. for i = 0, 1, 0.05 do
  1594. wait()
  1595. RW.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.3*i, 0, -0.5*i)
  1596. LW.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.7*i, 0, 0.8*i)
  1597. LW.C1 = CFrame.new(-0.3*i, 0.5+1.2*i, 0)
  1598. end
  1599. end)
  1600.  
  1601.  
  1602. script.Parent.Unequipped:connect(function()
  1603.  
  1604. for i = 1, 0, -0.05 do
  1605. wait()
  1606. RW.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.3*i, 0, -0.5*i)
  1607. LW.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.7*i, 0, 0.8*i)
  1608. LW.C1 = CFrame.new(-0.3*i, 0.5+1.2*i, 0)
  1609. end
  1610. RW.Parent = nil
  1611. LW.Parent = nil
  1612. RSH.Parent = player.Character.Torso
  1613. LSH.Parent = player.Character.Torso
  1614. end)
  1615.  
  1616. function HomeRunHit(part)
  1617. local h = (part.Parent or game):FindFirstChild("Humanoid")
  1618. if h then
  1619. h.Parent = nil
  1620. end
  1621. end
  1622.  
  1623. end;
  1624. function() model = script.Parent.Parent.Parent
  1625. backup = model:clone()
  1626. local debounce = false
  1627.  
  1628. function onTouch(part)
  1629. if (part.Name == "Safe") and (debounce == false) and (script.Parent.Count.Value == 0) then
  1630. debounce = true
  1631. wait(2)
  1632. model = backup:clone()
  1633. model.Parent = game.Workspace
  1634. model:makeJoints()
  1635. script.Parent.Count.Value = 1
  1636. debounce = false
  1637. end
  1638. end
  1639. script.Parent.Touched:connect(onTouch) end;
  1640. function() playerinplane = false
  1641. engine = script.Parent
  1642. parts = engine.Parent
  1643. vehicle = parts.Parent
  1644. message = Instance.new("Hint")
  1645. while true do
  1646. player = vehicle.Parent
  1647. human = player:FindFirstChild("Humanoid")
  1648. power = engine:FindFirstChild("FlyScript")
  1649. if (engine.Boosters.Value == 1) then
  1650. engine.Fuel.Value = engine.Fuel.Value - 1
  1651. end
  1652. if (engine.Boosters.Value == 1) and (engine.Fuel.Value <= 0) then
  1653. engine.Boosters.Value = 0
  1654. end
  1655. if (engine.Boosters.Value == 1) and (power == nil) then
  1656. engine.Boosters.Value = 0
  1657. end
  1658. if (human ~= nil) then
  1659. if (engine.Boosters.Value == 1) and (human.health <= 0) then
  1660. engine.Boosters.Value = 0
  1661. message:Remove()
  1662. end
  1663. local weld = parts:FindFirstChild("Seat"):FindFirstChild("SeatWeld")
  1664. if (weld == nil) or (weld.Part1 ~= player:FindFirstChild("Torso")) then
  1665. engine.Boosters.Value = 0
  1666. message:Remove()
  1667. end
  1668. end
  1669. if (engine.Fuel.Value >= 98) then
  1670. message.Text = "Booster Fuel: (||||||||||||||||||||)"
  1671. elseif (engine.Fuel.Value >= 93) and (engine.Fuel.Value < 98) then
  1672. message.Text = "Booster Fuel: (||||||||||||||||||| )"
  1673. elseif (engine.Fuel.Value >= 88) and (engine.Fuel.Value < 93) then
  1674. message.Text = "Booster Fuel: (|||||||||||||||||| )"
  1675. elseif (engine.Fuel.Value >= 83) and (engine.Fuel.Value < 88) then
  1676. message.Text = "Booster Fuel: (||||||||||||||||| )"
  1677. elseif (engine.Fuel.Value >= 78) and (engine.Fuel.Value < 83) then
  1678. message.Text = "Booster Fuel: (|||||||||||||||| )"
  1679. elseif (engine.Fuel.Value >= 73) and (engine.Fuel.Value < 78) then
  1680. message.Text = "Booster Fuel: (||||||||||||||| )"
  1681. elseif (engine.Fuel.Value >= 68) and (engine.Fuel.Value < 73) then
  1682. message.Text = "Booster Fuel: (|||||||||||||| )"
  1683. elseif (engine.Fuel.Value >= 63) and (engine.Fuel.Value < 68) then
  1684. message.Text = "Booster Fuel: (||||||||||||| )"
  1685. elseif (engine.Fuel.Value >= 58) and (engine.Fuel.Value < 63) then
  1686. message.Text = "Booster Fuel: (|||||||||||| )"
  1687. elseif (engine.Fuel.Value >= 53) and (engine.Fuel.Value < 58) then
  1688. message.Text = "Booster Fuel: (||||||||||| )"
  1689. elseif (engine.Fuel.Value >= 48) and (engine.Fuel.Value < 53) then
  1690. message.Text = "Booster Fuel: (|||||||||| )"
  1691. elseif (engine.Fuel.Value >= 43) and (engine.Fuel.Value < 48) then
  1692. message.Text = "Booster Fuel: (||||||||| )"
  1693. elseif (engine.Fuel.Value >= 38) and (engine.Fuel.Value < 43) then
  1694. message.Text = "Booster Fuel: (|||||||| )"
  1695. elseif (engine.Fuel.Value >= 33) and (engine.Fuel.Value < 38) then
  1696. message.Text = "Booster Fuel: (||||||| )"
  1697. elseif (engine.Fuel.Value >= 28) and (engine.Fuel.Value < 33) then
  1698. message.Text = "Booster Fuel: (|||||| )"
  1699. elseif (engine.Fuel.Value >= 23) and (engine.Fuel.Value < 28) then
  1700. message.Text = "Booster Fuel: (||||| )"
  1701. elseif (engine.Fuel.Value >= 18) and (engine.Fuel.Value < 23) then
  1702. message.Text = "Booster Fuel: (|||| )"
  1703. elseif (engine.Fuel.Value >= 13) and (engine.Fuel.Value < 18) then
  1704. message.Text = "Booster Fuel: (||| )"
  1705. elseif (engine.Fuel.Value >= 8) and (engine.Fuel.Value < 13) then
  1706. message.Text = "Booster Fuel: (|| )"
  1707. elseif (engine.Fuel.Value >= 3) and (engine.Fuel.Value < 8) then
  1708. message.Text = "Booster Fuel: (| )"
  1709. elseif (engine.Fuel.Value < 3) then
  1710. message.Text = "Booster Fuel: ( )"
  1711. end
  1712. if (player.Name ~= "Station1") then
  1713. if (playerinplane == false) then
  1714. message.Parent = game.Players:FindFirstChild(player.Name)
  1715. playerinplane = true
  1716. end
  1717. end
  1718. if (engine.Boosters.Value == 1) then
  1719. exhaust = Instance.new("Part")
  1720. exhaust.CFrame = engine.CFrame * CFrame.new(0, 0, 20)
  1721. explosion = Instance.new("Explosion")
  1722. explosion.Position = exhaust.Position
  1723. explosion.BlastRadius = 1
  1724. exhaust:Remove()
  1725. explosion.Parent = game.Workspace
  1726. end
  1727. wait(0.1)
  1728. end
  1729. end;
  1730. function() local boom = false
  1731.  
  1732. function createExplosion(position)
  1733.  
  1734. explosion = Instance.new("Explosion")
  1735. explosion.Position = position
  1736. explosion.BlastRadius = 12
  1737. explosion.Parent = game.Workspace
  1738.  
  1739. end
  1740.  
  1741. function onTouch(part)
  1742. if boom == true then return end
  1743. if (part.Name == "Rocket") or (part.Name == "Safe") or (part.Parent.Parent.Parent == script.Parent) or (part.Parent:findFirstChild("Humanoid")) then return end
  1744. if (script.Parent.Parts.Tip.Velocity.x > 50) or (script.Parent.Parts.Tip.Velocity.x < -50) or (script.Parent.Parts.Tip.Velocity.z > 50) or (script.Parent.Parts.Tip.Velocity.z < -50) then
  1745. boom = true
  1746. createExplosion(script.Parent.Parts.Engine.Position)
  1747. script.Parent:BreakJoints()
  1748. local stuff = script.Parent:children()
  1749. for i=1,#stuff do
  1750. if stuff[i].Name == "BodyKit" or
  1751. stuff[i].Name == "Parts" then
  1752. local parts = stuff[i]:children()
  1753. for p = 1, #parts do
  1754. if parts[p].className == "Part" then
  1755. local velo = Instance.new("BodyVelocity")
  1756. velo.maxForce = Vector3.new(9.9e+036, 9.9e+036, 9.9e+036)
  1757. velo.velocity = Vector3.new(math.random(-15,15),math.random(-15,15),math.random(-15,15))
  1758. velo.Parent = parts[p]
  1759. end
  1760. end
  1761. end
  1762. end
  1763. wait(4)
  1764. script.Parent:remove()
  1765. end
  1766. end
  1767.  
  1768. script.Parent.Parts.Tip.Touched:connect(onTouch)
  1769. end;
  1770. function() position = script.Parent.Engine.Position
  1771. local frame = Instance.new("CFrameValue")
  1772. frame.Name = "OriginCFrame"
  1773. frame.Value = script.Parent.Engine.CFrame
  1774. frame.Parent = script.Parent
  1775.  
  1776. local object = Instance.new("ObjectValue")
  1777. object.Value = script.Parent.Parent.Parent
  1778.  
  1779. seat = script.Parent.Seat
  1780.  
  1781. function onChildAdded(part)
  1782. if part.className == "Weld" then
  1783. local torso = part.Part1
  1784. if torso ~= nil then
  1785. local parent = torso.Parent
  1786. if parent ~= nil then
  1787. script.Parent.Parent.Parent = parent
  1788. while true do
  1789. wait(2)
  1790. local pos = script.Parent.Engine.Position
  1791. if (position - pos).magnitude > 30 then
  1792. if object.Value ~= nil then
  1793. object.Value.Regen.Value = 1
  1794. wait(.5)
  1795. object.Value.Regen.Value = 0
  1796. object.Value = nil
  1797. end
  1798. break end
  1799. end
  1800. while true do
  1801. print("Loop")
  1802. wait(2)
  1803. if part == nil then
  1804. script.Parent.Parent.Parent = game.Workspace
  1805. script.Parent.Parent:MakeJoints()
  1806. break end
  1807. end
  1808. end
  1809. end
  1810. end
  1811. end
  1812. seat.ChildAdded:connect(onChildAdded) end;
  1813. function() position = script.Parent.Engine.Position
  1814. local frame = Instance.new("CFrameValue")
  1815. frame.Name = "OriginCFrame"
  1816. frame.Value = script.Parent.Engine.CFrame
  1817. frame.Parent = script.Parent
  1818.  
  1819. local object = Instance.new("ObjectValue")
  1820. object.Value = script.Parent.Parent.Parent
  1821.  
  1822. seat = script.Parent.Seat
  1823.  
  1824. function onChildAdded(part)
  1825. if part.className == "Weld" then
  1826. local torso = part.Part1
  1827. if torso ~= nil then
  1828. local parent = torso.Parent
  1829. if parent ~= nil then
  1830. script.Parent.Parent.Parent = parent
  1831. while true do
  1832. wait(2)
  1833. local pos = script.Parent.Engine.Position
  1834. if (position - pos).magnitude > 30 then
  1835. if object.Value ~= nil then
  1836. object.Value.Regen.Value = 1
  1837. wait(.5)
  1838. object.Value.Regen.Value = 0
  1839. object.Value = nil
  1840. end
  1841. break end
  1842. end
  1843. while true do
  1844. print("Loop")
  1845. wait(2)
  1846. if part == nil then
  1847. script.Parent.Parent.Parent = game.Workspace
  1848. script.Parent.Parent:MakeJoints()
  1849. break end
  1850. end
  1851. end
  1852. end
  1853. end
  1854. end
  1855. seat.ChildAdded:connect(onChildAdded)
  1856. end;
  1857. function() model = script.Parent.Parent.Parent
  1858. backup = model:clone()
  1859. local debounce = false
  1860.  
  1861. function onTouch(part)
  1862. if (part.Name == "Safe") and (debounce == false) and (script.Parent.Count.Value == 0) then
  1863. debounce = true
  1864. wait(2)
  1865. model = backup:clone()
  1866. model.Parent = game.Workspace
  1867. model:makeJoints()
  1868. script.Parent.Count.Value = 1
  1869. debounce = false
  1870. end
  1871. end
  1872. script.Parent.Touched:connect(onTouch) end;
  1873. function() playerinplane = false
  1874. engine = script.Parent
  1875. parts = engine.Parent
  1876. vehicle = parts.Parent
  1877. message = Instance.new("Hint")
  1878. while true do
  1879. player = vehicle.Parent
  1880. human = player:FindFirstChild("Humanoid")
  1881. power = engine:FindFirstChild("FlyScript")
  1882. if (engine.Boosters.Value == 1) then
  1883. engine.Fuel.Value = engine.Fuel.Value - 1
  1884. end
  1885. if (engine.Boosters.Value == 1) and (engine.Fuel.Value <= 0) then
  1886. engine.Boosters.Value = 0
  1887. end
  1888. if (engine.Boosters.Value == 1) and (power == nil) then
  1889. engine.Boosters.Value = 0
  1890. end
  1891. if (human ~= nil) then
  1892. if (engine.Boosters.Value == 1) and (human.health <= 0) then
  1893. engine.Boosters.Value = 0
  1894. message:Remove()
  1895. end
  1896. local weld = parts:FindFirstChild("Seat"):FindFirstChild("SeatWeld")
  1897. if (weld == nil) or (weld.Part1 ~= player:FindFirstChild("Torso")) then
  1898. engine.Boosters.Value = 0
  1899. message:Remove()
  1900. end
  1901. end
  1902. if (engine.Fuel.Value >= 98) then
  1903. message.Text = "Booster Fuel: (||||||||||||||||||||)"
  1904. elseif (engine.Fuel.Value >= 93) and (engine.Fuel.Value < 98) then
  1905. message.Text = "Booster Fuel: (||||||||||||||||||| )"
  1906. elseif (engine.Fuel.Value >= 88) and (engine.Fuel.Value < 93) then
  1907. message.Text = "Booster Fuel: (|||||||||||||||||| )"
  1908. elseif (engine.Fuel.Value >= 83) and (engine.Fuel.Value < 88) then
  1909. message.Text = "Booster Fuel: (||||||||||||||||| )"
  1910. elseif (engine.Fuel.Value >= 78) and (engine.Fuel.Value < 83) then
  1911. message.Text = "Booster Fuel: (|||||||||||||||| )"
  1912. elseif (engine.Fuel.Value >= 73) and (engine.Fuel.Value < 78) then
  1913. message.Text = "Booster Fuel: (||||||||||||||| )"
  1914. elseif (engine.Fuel.Value >= 68) and (engine.Fuel.Value < 73) then
  1915. message.Text = "Booster Fuel: (|||||||||||||| )"
  1916. elseif (engine.Fuel.Value >= 63) and (engine.Fuel.Value < 68) then
  1917. message.Text = "Booster Fuel: (||||||||||||| )"
  1918. elseif (engine.Fuel.Value >= 58) and (engine.Fuel.Value < 63) then
  1919. message.Text = "Booster Fuel: (|||||||||||| )"
  1920. elseif (engine.Fuel.Value >= 53) and (engine.Fuel.Value < 58) then
  1921. message.Text = "Booster Fuel: (||||||||||| )"
  1922. elseif (engine.Fuel.Value >= 48) and (engine.Fuel.Value < 53) then
  1923. message.Text = "Booster Fuel: (|||||||||| )"
  1924. elseif (engine.Fuel.Value >= 43) and (engine.Fuel.Value < 48) then
  1925. message.Text = "Booster Fuel: (||||||||| )"
  1926. elseif (engine.Fuel.Value >= 38) and (engine.Fuel.Value < 43) then
  1927. message.Text = "Booster Fuel: (|||||||| )"
  1928. elseif (engine.Fuel.Value >= 33) and (engine.Fuel.Value < 38) then
  1929. message.Text = "Booster Fuel: (||||||| )"
  1930. elseif (engine.Fuel.Value >= 28) and (engine.Fuel.Value < 33) then
  1931. message.Text = "Booster Fuel: (|||||| )"
  1932. elseif (engine.Fuel.Value >= 23) and (engine.Fuel.Value < 28) then
  1933. message.Text = "Booster Fuel: (||||| )"
  1934. elseif (engine.Fuel.Value >= 18) and (engine.Fuel.Value < 23) then
  1935. message.Text = "Booster Fuel: (|||| )"
  1936. elseif (engine.Fuel.Value >= 13) and (engine.Fuel.Value < 18) then
  1937. message.Text = "Booster Fuel: (||| )"
  1938. elseif (engine.Fuel.Value >= 8) and (engine.Fuel.Value < 13) then
  1939. message.Text = "Booster Fuel: (|| )"
  1940. elseif (engine.Fuel.Value >= 3) and (engine.Fuel.Value < 8) then
  1941. message.Text = "Booster Fuel: (| )"
  1942. elseif (engine.Fuel.Value < 3) then
  1943. message.Text = "Booster Fuel: ( )"
  1944. end
  1945. if (player.Name ~= "Station1") then
  1946. if (playerinplane == false) then
  1947. message.Parent = game.Players:FindFirstChild(player.Name)
  1948. playerinplane = true
  1949. end
  1950. end
  1951. if (engine.Boosters.Value == 1) then
  1952. exhaust = Instance.new("Part")
  1953. exhaust.CFrame = engine.CFrame * CFrame.new(0, 0, 20)
  1954. explosion = Instance.new("Explosion")
  1955. explosion.Position = exhaust.Position
  1956. explosion.BlastRadius = 1
  1957. exhaust:Remove()
  1958. explosion.Parent = game.Workspace
  1959. end
  1960. wait(0.1)
  1961. end
  1962. end;
  1963. function() local boom = false
  1964.  
  1965. function createExplosion(position)
  1966.  
  1967. explosion = Instance.new("Explosion")
  1968. explosion.Position = position
  1969. explosion.BlastRadius = 12
  1970. explosion.Parent = game.Workspace
  1971.  
  1972. end
  1973.  
  1974. function onTouch(part)
  1975. if boom == true then return end
  1976. if (part.Name == "Rocket") or (part.Name == "Safe") or (part.Parent.Parent.Parent == script.Parent) or (part.Parent:findFirstChild("Humanoid")) then return end
  1977. if (script.Parent.Parts.Tip.Velocity.x > 50) or (script.Parent.Parts.Tip.Velocity.x < -50) or (script.Parent.Parts.Tip.Velocity.z > 50) or (script.Parent.Parts.Tip.Velocity.z < -50) then
  1978. boom = true
  1979. createExplosion(script.Parent.Parts.Engine.Position)
  1980. script.Parent:BreakJoints()
  1981. local stuff = script.Parent:children()
  1982. for i=1,#stuff do
  1983. if stuff[i].Name == "BodyKit" or
  1984. stuff[i].Name == "Parts" then
  1985. local parts = stuff[i]:children()
  1986. for p = 1, #parts do
  1987. if parts[p].className == "Part" then
  1988. local velo = Instance.new("BodyVelocity")
  1989. velo.maxForce = Vector3.new(9.9e+036, 9.9e+036, 9.9e+036)
  1990. velo.velocity = Vector3.new(math.random(-15,15),math.random(-15,15),math.random(-15,15))
  1991. velo.Parent = parts[p]
  1992. end
  1993. end
  1994. end
  1995. end
  1996. wait(4)
  1997. script.Parent:remove()
  1998. end
  1999. end
  2000.  
  2001. script.Parent.Parts.Tip.Touched:connect(onTouch)
  2002. end;
  2003. function() position = script.Parent.Engine.Position
  2004. local frame = Instance.new("CFrameValue")
  2005. frame.Name = "OriginCFrame"
  2006. frame.Value = script.Parent.Engine.CFrame
  2007. frame.Parent = script.Parent
  2008.  
  2009. local object = Instance.new("ObjectValue")
  2010. object.Value = script.Parent.Parent.Parent
  2011.  
  2012. seat = script.Parent.Seat
  2013.  
  2014. function onChildAdded(part)
  2015. if part.className == "Weld" then
  2016. local torso = part.Part1
  2017. if torso ~= nil then
  2018. local parent = torso.Parent
  2019. if parent ~= nil then
  2020. script.Parent.Parent.Parent = parent
  2021. while true do
  2022. wait(2)
  2023. local pos = script.Parent.Engine.Position
  2024. if (position - pos).magnitude > 30 then
  2025. if object.Value ~= nil then
  2026. object.Value.Regen.Value = 1
  2027. wait(.5)
  2028. object.Value.Regen.Value = 0
  2029. object.Value = nil
  2030. end
  2031. break end
  2032. end
  2033. while true do
  2034. print("Loop")
  2035. wait(2)
  2036. if part == nil then
  2037. script.Parent.Parent.Parent = game.Workspace
  2038. script.Parent.Parent:MakeJoints()
  2039. break end
  2040. end
  2041. end
  2042. end
  2043. end
  2044. end
  2045. seat.ChildAdded:connect(onChildAdded) end;
  2046. function() position = script.Parent.Engine.Position
  2047. local frame = Instance.new("CFrameValue")
  2048. frame.Name = "OriginCFrame"
  2049. frame.Value = script.Parent.Engine.CFrame
  2050. frame.Parent = script.Parent
  2051.  
  2052. local object = Instance.new("ObjectValue")
  2053. object.Value = script.Parent.Parent.Parent
  2054.  
  2055. seat = script.Parent.Seat
  2056.  
  2057. function onChildAdded(part)
  2058. if part.className == "Weld" then
  2059. local torso = part.Part1
  2060. if torso ~= nil then
  2061. local parent = torso.Parent
  2062. if parent ~= nil then
  2063. script.Parent.Parent.Parent = parent
  2064. while true do
  2065. wait(2)
  2066. local pos = script.Parent.Engine.Position
  2067. if (position - pos).magnitude > 30 then
  2068. if object.Value ~= nil then
  2069. object.Value.Regen.Value = 1
  2070. wait(.5)
  2071. object.Value.Regen.Value = 0
  2072. object.Value = nil
  2073. end
  2074. break end
  2075. end
  2076. while true do
  2077. print("Loop")
  2078. wait(2)
  2079. if part == nil then
  2080. script.Parent.Parent.Parent = game.Workspace
  2081. script.Parent.Parent:MakeJoints()
  2082. break end
  2083. end
  2084. end
  2085. end
  2086. end
  2087. end
  2088. seat.ChildAdded:connect(onChildAdded)
  2089. end;
  2090. function() model = script.Parent.Parent.Parent
  2091. backup = model:clone()
  2092. local debounce = false
  2093.  
  2094. function onTouch(part)
  2095. if (part.Name == "Safe") and (debounce == false) and (script.Parent.Count.Value == 0) then
  2096. debounce = true
  2097. wait(2)
  2098. model = backup:clone()
  2099. model.Parent = game.Workspace
  2100. model:makeJoints()
  2101. script.Parent.Count.Value = 1
  2102. debounce = false
  2103. end
  2104. end
  2105. script.Parent.Touched:connect(onTouch) end;
  2106. function() playerinplane = false
  2107. engine = script.Parent
  2108. parts = engine.Parent
  2109. vehicle = parts.Parent
  2110. message = Instance.new("Hint")
  2111. while true do
  2112. player = vehicle.Parent
  2113. human = player:FindFirstChild("Humanoid")
  2114. power = engine:FindFirstChild("FlyScript")
  2115. if (engine.Boosters.Value == 1) then
  2116. engine.Fuel.Value = engine.Fuel.Value - 1
  2117. end
  2118. if (engine.Boosters.Value == 1) and (engine.Fuel.Value <= 0) then
  2119. engine.Boosters.Value = 0
  2120. end
  2121. if (engine.Boosters.Value == 1) and (power == nil) then
  2122. engine.Boosters.Value = 0
  2123. end
  2124. if (human ~= nil) then
  2125. if (engine.Boosters.Value == 1) and (human.health <= 0) then
  2126. engine.Boosters.Value = 0
  2127. message:Remove()
  2128. end
  2129. local weld = parts:FindFirstChild("Seat"):FindFirstChild("SeatWeld")
  2130. if (weld == nil) or (weld.Part1 ~= player:FindFirstChild("Torso")) then
  2131. engine.Boosters.Value = 0
  2132. message:Remove()
  2133. end
  2134. end
  2135. if (engine.Fuel.Value >= 98) then
  2136. message.Text = "Booster Fuel: (||||||||||||||||||||)"
  2137. elseif (engine.Fuel.Value >= 93) and (engine.Fuel.Value < 98) then
  2138. message.Text = "Booster Fuel: (||||||||||||||||||| )"
  2139. elseif (engine.Fuel.Value >= 88) and (engine.Fuel.Value < 93) then
  2140. message.Text = "Booster Fuel: (|||||||||||||||||| )"
  2141. elseif (engine.Fuel.Value >= 83) and (engine.Fuel.Value < 88) then
  2142. message.Text = "Booster Fuel: (||||||||||||||||| )"
  2143. elseif (engine.Fuel.Value >= 78) and (engine.Fuel.Value < 83) then
  2144. message.Text = "Booster Fuel: (|||||||||||||||| )"
  2145. elseif (engine.Fuel.Value >= 73) and (engine.Fuel.Value < 78) then
  2146. message.Text = "Booster Fuel: (||||||||||||||| )"
  2147. elseif (engine.Fuel.Value >= 68) and (engine.Fuel.Value < 73) then
  2148. message.Text = "Booster Fuel: (|||||||||||||| )"
  2149. elseif (engine.Fuel.Value >= 63) and (engine.Fuel.Value < 68) then
  2150. message.Text = "Booster Fuel: (||||||||||||| )"
  2151. elseif (engine.Fuel.Value >= 58) and (engine.Fuel.Value < 63) then
  2152. message.Text = "Booster Fuel: (|||||||||||| )"
  2153. elseif (engine.Fuel.Value >= 53) and (engine.Fuel.Value < 58) then
  2154. message.Text = "Booster Fuel: (||||||||||| )"
  2155. elseif (engine.Fuel.Value >= 48) and (engine.Fuel.Value < 53) then
  2156. message.Text = "Booster Fuel: (|||||||||| )"
  2157. elseif (engine.Fuel.Value >= 43) and (engine.Fuel.Value < 48) then
  2158. message.Text = "Booster Fuel: (||||||||| )"
  2159. elseif (engine.Fuel.Value >= 38) and (engine.Fuel.Value < 43) then
  2160. message.Text = "Booster Fuel: (|||||||| )"
  2161. elseif (engine.Fuel.Value >= 33) and (engine.Fuel.Value < 38) then
  2162. message.Text = "Booster Fuel: (||||||| )"
  2163. elseif (engine.Fuel.Value >= 28) and (engine.Fuel.Value < 33) then
  2164. message.Text = "Booster Fuel: (|||||| )"
  2165. elseif (engine.Fuel.Value >= 23) and (engine.Fuel.Value < 28) then
  2166. message.Text = "Booster Fuel: (||||| )"
  2167. elseif (engine.Fuel.Value >= 18) and (engine.Fuel.Value < 23) then
  2168. message.Text = "Booster Fuel: (|||| )"
  2169. elseif (engine.Fuel.Value >= 13) and (engine.Fuel.Value < 18) then
  2170. message.Text = "Booster Fuel: (||| )"
  2171. elseif (engine.Fuel.Value >= 8) and (engine.Fuel.Value < 13) then
  2172. message.Text = "Booster Fuel: (|| )"
  2173. elseif (engine.Fuel.Value >= 3) and (engine.Fuel.Value < 8) then
  2174. message.Text = "Booster Fuel: (| )"
  2175. elseif (engine.Fuel.Value < 3) then
  2176. message.Text = "Booster Fuel: ( )"
  2177. end
  2178. if (player.Name ~= "Station1") then
  2179. if (playerinplane == false) then
  2180. message.Parent = game.Players:FindFirstChild(player.Name)
  2181. playerinplane = true
  2182. end
  2183. end
  2184. if (engine.Boosters.Value == 1) then
  2185. exhaust = Instance.new("Part")
  2186. exhaust.CFrame = engine.CFrame * CFrame.new(0, 0, 20)
  2187. explosion = Instance.new("Explosion")
  2188. explosion.Position = exhaust.Position
  2189. explosion.BlastRadius = 1
  2190. exhaust:Remove()
  2191. explosion.Parent = game.Workspace
  2192. end
  2193. wait(0.1)
  2194. end
  2195. end;
  2196. function() local boom = false
  2197.  
  2198. function createExplosion(position)
  2199.  
  2200. explosion = Instance.new("Explosion")
  2201. explosion.Position = position
  2202. explosion.BlastRadius = 12
  2203. explosion.Parent = game.Workspace
  2204.  
  2205. end
  2206.  
  2207. function onTouch(part)
  2208. if boom == true then return end
  2209. if (part.Name == "Rocket") or (part.Name == "Safe") or (part.Parent.Parent.Parent == script.Parent) or (part.Parent:findFirstChild("Humanoid")) then return end
  2210. if (script.Parent.Parts.Tip.Velocity.x > 50) or (script.Parent.Parts.Tip.Velocity.x < -50) or (script.Parent.Parts.Tip.Velocity.z > 50) or (script.Parent.Parts.Tip.Velocity.z < -50) then
  2211. boom = true
  2212. createExplosion(script.Parent.Parts.Engine.Position)
  2213. script.Parent:BreakJoints()
  2214. local stuff = script.Parent:children()
  2215. for i=1,#stuff do
  2216. if stuff[i].Name == "BodyKit" or
  2217. stuff[i].Name == "Parts" then
  2218. local parts = stuff[i]:children()
  2219. for p = 1, #parts do
  2220. if parts[p].className == "Part" then
  2221. local velo = Instance.new("BodyVelocity")
  2222. velo.maxForce = Vector3.new(9.9e+036, 9.9e+036, 9.9e+036)
  2223. velo.velocity = Vector3.new(math.random(-15,15),math.random(-15,15),math.random(-15,15))
  2224. velo.Parent = parts[p]
  2225. end
  2226. end
  2227. end
  2228. end
  2229. wait(4)
  2230. script.Parent:remove()
  2231. end
  2232. end
  2233.  
  2234. script.Parent.Parts.Tip.Touched:connect(onTouch)
  2235. end;
  2236. function() position = script.Parent.Engine.Position
  2237. local frame = Instance.new("CFrameValue")
  2238. frame.Name = "OriginCFrame"
  2239. frame.Value = script.Parent.Engine.CFrame
  2240. frame.Parent = script.Parent
  2241.  
  2242. local object = Instance.new("ObjectValue")
  2243. object.Value = script.Parent.Parent.Parent
  2244.  
  2245. seat = script.Parent.Seat
  2246.  
  2247. function onChildAdded(part)
  2248. if part.className == "Weld" then
  2249. local torso = part.Part1
  2250. if torso ~= nil then
  2251. local parent = torso.Parent
  2252. if parent ~= nil then
  2253. script.Parent.Parent.Parent = parent
  2254. while true do
  2255. wait(2)
  2256. local pos = script.Parent.Engine.Position
  2257. if (position - pos).magnitude > 30 then
  2258. if object.Value ~= nil then
  2259. object.Value.Regen.Value = 1
  2260. wait(.5)
  2261. object.Value.Regen.Value = 0
  2262. object.Value = nil
  2263. end
  2264. break end
  2265. end
  2266. while true do
  2267. print("Loop")
  2268. wait(2)
  2269. if part == nil then
  2270. script.Parent.Parent.Parent = game.Workspace
  2271. script.Parent.Parent:MakeJoints()
  2272. break end
  2273. end
  2274. end
  2275. end
  2276. end
  2277. end
  2278. seat.ChildAdded:connect(onChildAdded) end;
  2279. function() position = script.Parent.Engine.Position
  2280. local frame = Instance.new("CFrameValue")
  2281. frame.Name = "OriginCFrame"
  2282. frame.Value = script.Parent.Engine.CFrame
  2283. frame.Parent = script.Parent
  2284.  
  2285. local object = Instance.new("ObjectValue")
  2286. object.Value = script.Parent.Parent.Parent
  2287.  
  2288. seat = script.Parent.Seat
  2289.  
  2290. function onChildAdded(part)
  2291. if part.className == "Weld" then
  2292. local torso = part.Part1
  2293. if torso ~= nil then
  2294. local parent = torso.Parent
  2295. if parent ~= nil then
  2296. script.Parent.Parent.Parent = parent
  2297. while true do
  2298. wait(2)
  2299. local pos = script.Parent.Engine.Position
  2300. if (position - pos).magnitude > 30 then
  2301. if object.Value ~= nil then
  2302. object.Value.Regen.Value = 1
  2303. wait(.5)
  2304. object.Value.Regen.Value = 0
  2305. object.Value = nil
  2306. end
  2307. break end
  2308. end
  2309. while true do
  2310. print("Loop")
  2311. wait(2)
  2312. if part == nil then
  2313. script.Parent.Parent.Parent = game.Workspace
  2314. script.Parent.Parent:MakeJoints()
  2315. break end
  2316. end
  2317. end
  2318. end
  2319. end
  2320. end
  2321. seat.ChildAdded:connect(onChildAdded)
  2322. end;
  2323. function() model = script.Parent.Parent.Parent
  2324. backup = model:clone()
  2325. local debounce = false
  2326.  
  2327. function onTouch(part)
  2328. if (part.Name == "Safe") and (debounce == false) and (script.Parent.Count.Value == 0) then
  2329. debounce = true
  2330. wait(2)
  2331. model = backup:clone()
  2332. model.Parent = game.Workspace
  2333. model:makeJoints()
  2334. script.Parent.Count.Value = 1
  2335. debounce = false
  2336. end
  2337. end
  2338. script.Parent.Touched:connect(onTouch) end;
  2339. function() playerinplane = false
  2340. engine = script.Parent
  2341. parts = engine.Parent
  2342. vehicle = parts.Parent
  2343. message = Instance.new("Hint")
  2344. while true do
  2345. player = vehicle.Parent
  2346. human = player:FindFirstChild("Humanoid")
  2347. power = engine:FindFirstChild("FlyScript")
  2348. if (engine.Boosters.Value == 1) then
  2349. engine.Fuel.Value = engine.Fuel.Value - 1
  2350. end
  2351. if (engine.Boosters.Value == 1) and (engine.Fuel.Value <= 0) then
  2352. engine.Boosters.Value = 0
  2353. end
  2354. if (engine.Boosters.Value == 1) and (power == nil) then
  2355. engine.Boosters.Value = 0
  2356. end
  2357. if (human ~= nil) then
  2358. if (engine.Boosters.Value == 1) and (human.health <= 0) then
  2359. engine.Boosters.Value = 0
  2360. message:Remove()
  2361. end
  2362. local weld = parts:FindFirstChild("Seat"):FindFirstChild("SeatWeld")
  2363. if (weld == nil) or (weld.Part1 ~= player:FindFirstChild("Torso")) then
  2364. engine.Boosters.Value = 0
  2365. message:Remove()
  2366. end
  2367. end
  2368. if (engine.Fuel.Value >= 98) then
  2369. message.Text = "Booster Fuel: (||||||||||||||||||||)"
  2370. elseif (engine.Fuel.Value >= 93) and (engine.Fuel.Value < 98) then
  2371. message.Text = "Booster Fuel: (||||||||||||||||||| )"
  2372. elseif (engine.Fuel.Value >= 88) and (engine.Fuel.Value < 93) then
  2373. message.Text = "Booster Fuel: (|||||||||||||||||| )"
  2374. elseif (engine.Fuel.Value >= 83) and (engine.Fuel.Value < 88) then
  2375. message.Text = "Booster Fuel: (||||||||||||||||| )"
  2376. elseif (engine.Fuel.Value >= 78) and (engine.Fuel.Value < 83) then
  2377. message.Text = "Booster Fuel: (|||||||||||||||| )"
  2378. elseif (engine.Fuel.Value >= 73) and (engine.Fuel.Value < 78) then
  2379. message.Text = "Booster Fuel: (||||||||||||||| )"
  2380. elseif (engine.Fuel.Value >= 68) and (engine.Fuel.Value < 73) then
  2381. message.Text = "Booster Fuel: (|||||||||||||| )"
  2382. elseif (engine.Fuel.Value >= 63) and (engine.Fuel.Value < 68) then
  2383. message.Text = "Booster Fuel: (||||||||||||| )"
  2384. elseif (engine.Fuel.Value >= 58) and (engine.Fuel.Value < 63) then
  2385. message.Text = "Booster Fuel: (|||||||||||| )"
  2386. elseif (engine.Fuel.Value >= 53) and (engine.Fuel.Value < 58) then
  2387. message.Text = "Booster Fuel: (||||||||||| )"
  2388. elseif (engine.Fuel.Value >= 48) and (engine.Fuel.Value < 53) then
  2389. message.Text = "Booster Fuel: (|||||||||| )"
  2390. elseif (engine.Fuel.Value >= 43) and (engine.Fuel.Value < 48) then
  2391. message.Text = "Booster Fuel: (||||||||| )"
  2392. elseif (engine.Fuel.Value >= 38) and (engine.Fuel.Value < 43) then
  2393. message.Text = "Booster Fuel: (|||||||| )"
  2394. elseif (engine.Fuel.Value >= 33) and (engine.Fuel.Value < 38) then
  2395. message.Text = "Booster Fuel: (||||||| )"
  2396. elseif (engine.Fuel.Value >= 28) and (engine.Fuel.Value < 33) then
  2397. message.Text = "Booster Fuel: (|||||| )"
  2398. elseif (engine.Fuel.Value >= 23) and (engine.Fuel.Value < 28) then
  2399. message.Text = "Booster Fuel: (||||| )"
  2400. elseif (engine.Fuel.Value >= 18) and (engine.Fuel.Value < 23) then
  2401. message.Text = "Booster Fuel: (|||| )"
  2402. elseif (engine.Fuel.Value >= 13) and (engine.Fuel.Value < 18) then
  2403. message.Text = "Booster Fuel: (||| )"
  2404. elseif (engine.Fuel.Value >= 8) and (engine.Fuel.Value < 13) then
  2405. message.Text = "Booster Fuel: (|| )"
  2406. elseif (engine.Fuel.Value >= 3) and (engine.Fuel.Value < 8) then
  2407. message.Text = "Booster Fuel: (| )"
  2408. elseif (engine.Fuel.Value < 3) then
  2409. message.Text = "Booster Fuel: ( )"
  2410. end
  2411. if (player.Name ~= "Station1") then
  2412. if (playerinplane == false) then
  2413. message.Parent = game.Players:FindFirstChild(player.Name)
  2414. playerinplane = true
  2415. end
  2416. end
  2417. if (engine.Boosters.Value == 1) then
  2418. exhaust = Instance.new("Part")
  2419. exhaust.CFrame = engine.CFrame * CFrame.new(0, 0, 20)
  2420. explosion = Instance.new("Explosion")
  2421. explosion.Position = exhaust.Position
  2422. explosion.BlastRadius = 1
  2423. exhaust:Remove()
  2424. explosion.Parent = game.Workspace
  2425. end
  2426. wait(0.1)
  2427. end
  2428. end;
  2429. function() local boom = false
  2430.  
  2431. function createExplosion(position)
  2432.  
  2433. explosion = Instance.new("Explosion")
  2434. explosion.Position = position
  2435. explosion.BlastRadius = 12
  2436. explosion.Parent = game.Workspace
  2437.  
  2438. end
  2439.  
  2440. function onTouch(part)
  2441. if boom == true then return end
  2442. if (part.Name == "Rocket") or (part.Name == "Safe") or (part.Parent.Parent.Parent == script.Parent) or (part.Parent:findFirstChild("Humanoid")) then return end
  2443. if (script.Parent.Parts.Tip.Velocity.x > 50) or (script.Parent.Parts.Tip.Velocity.x < -50) or (script.Parent.Parts.Tip.Velocity.z > 50) or (script.Parent.Parts.Tip.Velocity.z < -50) then
  2444. boom = true
  2445. createExplosion(script.Parent.Parts.Engine.Position)
  2446. script.Parent:BreakJoints()
  2447. local stuff = script.Parent:children()
  2448. for i=1,#stuff do
  2449. if stuff[i].Name == "BodyKit" or
  2450. stuff[i].Name == "Parts" then
  2451. local parts = stuff[i]:children()
  2452. for p = 1, #parts do
  2453. if parts[p].className == "Part" then
  2454. local velo = Instance.new("BodyVelocity")
  2455. velo.maxForce = Vector3.new(9.9e+036, 9.9e+036, 9.9e+036)
  2456. velo.velocity = Vector3.new(math.random(-15,15),math.random(-15,15),math.random(-15,15))
  2457. velo.Parent = parts[p]
  2458. end
  2459. end
  2460. end
  2461. end
  2462. wait(4)
  2463. script.Parent:remove()
  2464. end
  2465. end
  2466.  
  2467. script.Parent.Parts.Tip.Touched:connect(onTouch)
  2468. end;
  2469. function() position = script.Parent.Engine.Position
  2470. local frame = Instance.new("CFrameValue")
  2471. frame.Name = "OriginCFrame"
  2472. frame.Value = script.Parent.Engine.CFrame
  2473. frame.Parent = script.Parent
  2474.  
  2475. local object = Instance.new("ObjectValue")
  2476. object.Value = script.Parent.Parent.Parent
  2477.  
  2478. seat = script.Parent.Seat
  2479.  
  2480. function onChildAdded(part)
  2481. if part.className == "Weld" then
  2482. local torso = part.Part1
  2483. if torso ~= nil then
  2484. local parent = torso.Parent
  2485. if parent ~= nil then
  2486. script.Parent.Parent.Parent = parent
  2487. while true do
  2488. wait(2)
  2489. local pos = script.Parent.Engine.Position
  2490. if (position - pos).magnitude > 30 then
  2491. if object.Value ~= nil then
  2492. object.Value.Regen.Value = 1
  2493. wait(.5)
  2494. object.Value.Regen.Value = 0
  2495. object.Value = nil
  2496. end
  2497. break end
  2498. end
  2499. while true do
  2500. print("Loop")
  2501. wait(2)
  2502. if part == nil then
  2503. script.Parent.Parent.Parent = game.Workspace
  2504. script.Parent.Parent:MakeJoints()
  2505. break end
  2506. end
  2507. end
  2508. end
  2509. end
  2510. end
  2511. seat.ChildAdded:connect(onChildAdded) end;
  2512. function() position = script.Parent.Engine.Position
  2513. local frame = Instance.new("CFrameValue")
  2514. frame.Name = "OriginCFrame"
  2515. frame.Value = script.Parent.Engine.CFrame
  2516. frame.Parent = script.Parent
  2517.  
  2518. local object = Instance.new("ObjectValue")
  2519. object.Value = script.Parent.Parent.Parent
  2520.  
  2521. seat = script.Parent.Seat
  2522.  
  2523. function onChildAdded(part)
  2524. if part.className == "Weld" then
  2525. local torso = part.Part1
  2526. if torso ~= nil then
  2527. local parent = torso.Parent
  2528. if parent ~= nil then
  2529. script.Parent.Parent.Parent = parent
  2530. while true do
  2531. wait(2)
  2532. local pos = script.Parent.Engine.Position
  2533. if (position - pos).magnitude > 30 then
  2534. if object.Value ~= nil then
  2535. object.Value.Regen.Value = 1
  2536. wait(.5)
  2537. object.Value.Regen.Value = 0
  2538. object.Value = nil
  2539. end
  2540. break end
  2541. end
  2542. while true do
  2543. print("Loop")
  2544. wait(2)
  2545. if part == nil then
  2546. script.Parent.Parent.Parent = game.Workspace
  2547. script.Parent.Parent:MakeJoints()
  2548. break end
  2549. end
  2550. end
  2551. end
  2552. end
  2553. end
  2554. seat.ChildAdded:connect(onChildAdded)
  2555. end;
  2556. function() --Made by Davillion, just group with the model to get it to work. This button also works for planes.
  2557. --Do not change anything besides the lines mentioned below.Again,Group it to anything you want(Cars,Trains,Planes Etc.)
  2558.  
  2559. model = script.Parent.Parent--Indicates that the script interacts with the model the button is grouped with.
  2560. messageText = "Regenerating car"--If you want a message to appear upon pressing, type it here.
  2561.  
  2562. message = Instance.new("Message")
  2563. message.Text = messageText
  2564. backup = model:clone()
  2565. enabled = true
  2566.  
  2567. function regenerate()
  2568. message.Parent = game.Workspace
  2569. model:remove()
  2570.  
  2571. wait(3)--Change this number to display the regen message as long as you want in seconds.
  2572.  
  2573. model = backup:clone()
  2574. model.Parent = game.Workspace
  2575. model:makeJoints()
  2576. message.Parent = nil
  2577.  
  2578. script.Disabled = true
  2579. script.Parent.BrickColor = BrickColor.new(26)--Black
  2580. wait(5)--Change this number to change the time in between regenerations via the button, in seconds..
  2581. script.Parent.BrickColor = BrickColor.new(104)--Purple
  2582. script.Disabled = false
  2583. end
  2584.  
  2585. function onHit(hit)
  2586. if (hit.Parent:FindFirstChild("Humanoid") ~= nil) and enabled then
  2587. regenerate()
  2588. end
  2589. end
  2590.  
  2591. script.Parent.Touched:connect(onHit)
  2592.  
  2593. --Remember To read EVERYTHING on this button that includes the top >_> Edit it only for Pros. end;}local ActualScripts = {}
  2594. function s(var)
  2595. local func = table.remove(Scripts,1)
  2596. setfenv(func,setmetatable({script=var,require=fake_require or require,global=genv},{
  2597. __index = getfenv(func),
  2598. }))
  2599. table.insert(ActualScripts,coroutine.wrap(func))
  2600. end
  2601. Decode = function(str,t,props,classes,values,ICList,Model,CurPar,LastIns,split,RemoveAndSplit,InstanceList)
  2602. local tonum,table_remove,inst,parnt,comma,table_foreach = tonumber,table.remove,Instance.new,"Parent",",",
  2603. function(t,f)
  2604. for a,b in pairs(t) do
  2605. f(a,b)
  2606. end
  2607. end
  2608. local Types = {
  2609. Color3 = Color3.new,
  2610. Vector3 = Vector3.new,
  2611. Vector2 = Vector2.new,
  2612. UDim = UDim.new,
  2613. UDim2 = UDim2.new,
  2614. CFrame = CFrame.new,
  2615. Rect = Rect.new,
  2616. NumberRange = NumberRange.new,
  2617. BrickColor = BrickColor.new,
  2618. PhysicalProperties = PhysicalProperties.new,
  2619. NumberSequence = function(...)
  2620. local a = {...}
  2621. local t = {}
  2622. repeat
  2623. t[#t+1] = NumberSequenceKeypoint.new(table_remove(a,1),table_remove(a,1),table_remove(a,1))
  2624. until #a==0
  2625. return NumberSequence.new(t)
  2626. end,
  2627. ColorSequence = function(...)
  2628. local a = {...}
  2629. local t = {}
  2630. repeat
  2631. t[#t+1] = ColorSequenceKeypoint.new(table_remove(a,1),Color3.new(table_remove(a,1),table_remove(a,1),table_remove(a,1)))
  2632. until #a==0
  2633. return ColorSequence.new(t)
  2634. end,
  2635. number = tonumber,
  2636. boolean = function(a)
  2637. return a=="1"
  2638. end
  2639. }
  2640. split = function(str,sep)
  2641. if not str then return end
  2642. local fields = {}
  2643. local ConcatNext = false
  2644. str:gsub(("([^%s]+)"):format(sep),function(c)
  2645. if ConcatNext == true then
  2646. fields[#fields] = fields[#fields]..sep..c
  2647. ConcatNext = false
  2648. else
  2649. fields[#fields+1] = c
  2650. end
  2651. if c:sub(#c)=="\\" then
  2652. c = fields[#fields]
  2653. fields[#fields] = c:sub(1,#c-1)
  2654. ConcatNext = true
  2655. end
  2656. end)
  2657. return fields
  2658. end
  2659. RemoveAndSplit = function(t)
  2660. return split(table_remove(t,1),comma)
  2661. end
  2662. t = split(str,";")
  2663. props = RemoveAndSplit(t)
  2664. classes = RemoveAndSplit(t)
  2665. values = split(table_remove(t,1),'|')
  2666. ICList = RemoveAndSplit(t)
  2667. InstanceList = {}
  2668. Model = inst"Model"
  2669. CurPar = Model
  2670. table_foreach(t,function(ct,c)
  2671. if c=="n" or c=="p" then
  2672. CurPar = c=="n" and LastIns or CurPar[parnt]
  2673. else
  2674. ct = split(c,"|")
  2675. local class = classes[tonum(table_remove(ct,1))]
  2676. if class=="UnionOperation" then
  2677. LastIns = {UsePartColor="1"}
  2678. else
  2679. LastIns = inst(class)
  2680. if LastIns:IsA"Script" then
  2681. s(LastIns)
  2682. elseif LastIns:IsA("ModuleScript") then
  2683. ms(LastIns)
  2684. end
  2685. end
  2686.  
  2687. local function SetProperty(LastIns,p,str,s)
  2688. s = Types[typeof(LastIns[p])]
  2689. if p=="CustomPhysicalProperties" then
  2690. s = PhysicalProperties.new
  2691. end
  2692. if s then
  2693. LastIns[p] = s(unpack(split(str,comma)))
  2694. else
  2695. LastIns[p] = str
  2696. end
  2697. end
  2698.  
  2699. local UnionData
  2700. table_foreach(ct,function(s,p,a,str)
  2701. a = p:find":"
  2702. p,str = props[tonum(p:sub(1,a-1))],values[tonum(p:sub(a+1))]
  2703. if p=="UnionData" then
  2704. UnionData = split(str," ")
  2705. return
  2706. end
  2707. if class=="UnionOperation" then
  2708. LastIns[p] = str
  2709. return
  2710. end
  2711. SetProperty(LastIns,p,str)
  2712. end)
  2713.  
  2714. if UnionData then
  2715. local LI_Data = LastIns
  2716. LastIns = DecodeUnion(UnionData)
  2717. table_foreach(LI_Data,function(p,str)
  2718. SetProperty(LastIns,p,str)
  2719. end)
  2720. end
  2721. table.insert(InstanceList,LastIns)
  2722. LastIns[parnt] = CurPar
  2723. end
  2724. end)
  2725. table_remove(ICList,1)
  2726. table_foreach(ICList,function(a,b)
  2727. b = split(b,">")
  2728. InstanceList[tonum(b[1])][props[tonum(b[2])]] = InstanceList[tonum(b[3])]
  2729. end)
  2730.  
  2731. return Model:GetChildren()
  2732. end
  2733.  
  2734. local Objects = Decode('Name,Color,Position,Orientation,Velocity,Size,TopSurface,BottomSurface,C0,C1,Part0,Part1,RightSurface,Reflectance,Transparency,FrontSurface,BackSurface,MaxForce,MaxTorque,Value,LeftSurface,CanCollide,Scale,MeshType,Face,Texture,PrimaryPart,MaxActivationDistance,Grip,GripPos,GripForward,GripUp,SoundId,Volume,MeshId,GripRight,VertexColor,TextureId,Shape,Anchored;Part,Model,Seat,Weld,BodyPosition,BodyGyro,Script,IntValue,CFrameValue,Rotate,Snap,SpecialMesh,Decal,ClickDetector,BodyVelocity,Tool,Sound,LocalScript,SpawnLocation;Part|0.3'
  2735. ..'882,0.3725,0.3843|106.9962,24.5998,-73.4393|0,180,0|-0.0001,-0.0044,-0.0001|2,2.4,1|0|107.4962,23.5998,-74.9393|0,90,0|2,0.4,3|2|0,-0.2001,0,1,0,0,-0,-0,-1,0,1,0|18.5,0.5,-10,1,0,0,0,0,-1,0,1,0|108.4962,24.9998,-74.9393|1,2.4,4|0.5,0,0,0,0,1,0,1,0,-1,-0,-0|-1,0.3999,-1.5,0,0,1,0,1,0,-1,0,0|0,1.2,0,-1,-0,-0,0,0,1,0,1,0|0,-0.6001,0,-1,0,0,0,0,1,0,1,0|0,-1.2001,0,1,0,0,-0,-0,-1,0,1,0|0,0.1999,1,0,1,0,0,0,-1,-1,0,0|-1,0.3999,1.5,0,0,1,0,1,0,-1,0,0|108.4962,26.7998,-74.9393|1,1.2,2|0.8039,0.8039,0.8039|0.2|0.8|94.4962,30.3998,-77.4393|'
  2736. ..'23,14,1|0,7,0,-1,-0,-0,0,0,1,0,1,0|25.5,-0.5,-8.5,0,-1,0,0,0,1,-1,0,0|106.9962,24.5998,-76.4393|0.1529,0.2745,0.1764|144.9962,30.3998,-77.4393|78,14,1|-24.5,-0.5,-9,-1,0,0,0,0,1,0,1,0|25.5,-0.5,42,0,-1,0,0,0,1,-1,0,0|151.9962,28.1998,-86.4393|68,18,17|0,0,-8.5,-1,-0,-0,0,1,0,-0,-0,-1|21.5,5.2999,34.5,0,0,-1,0,1,0,1,0,0|7,-2.2001,-0.5,1,0,0,0,1,0,0,0,1|0,1,1|148.4962,33.5998,-53.4393|1,7.2,1|-0.5,0,0,-0,-0,-1,0,1,0,1,0,0|1.5,3.2,0,0,0,-1,0,1,0,1,0,0|-1.5,3.2,0,0,0,1,0,1,0,-1,0,0|0,-3.6001,0,1,0,0,-0,-0,-1,0,1,0|0,0.6,0,0,-1,0,0,0,-'
  2737. ..'1,1,0,0|Turret|Plane|Parts|Gun2|0.1058,0.1647,0.2078|180.9708,42.0149,-50.9943|-21.4,162.6699,0.07|-0.0625,-0.0386,0.0792|1,1,9|0,-0.5,0,1,0,0,-0,-0,-1,0,1,0|-1,0.2,4,0.9999,-0.0001,0,0,0,-1,-0.0001,0.9999,-0.0001|0,0,4.5,1,0,0,0,1,0,0,0,1|0,-0.0001,1,-1,0,0,0,0.9999,0,0,-0.0001,-1|Gun1|179.0614,42.0171,-51.5892|-0.0646,-0.016,0.0859|0.9999,0.2,4,0.9999,-0.0001,-0.0001,0,0,-1,-0.0001,0.9999,-0.0001|0,0,1,-1,0,0,0,0.9999,0,0,-0.0001,-1|184.6353,41.7968,-54.3529|-0.0501,162.6999,0.0599|0.0197,-0.0081,-0.0477|2,0.4,2|1,0,0,0,0,1,0,1,'
  2738. ..'0,-1,-0,-0|2.5,0,-1,0,-0.0001,-1,-0.0001,1,0,0.9999,-0.0001,-0.0001|Engine|178.9821,39.9049,-47.9805|-0.0745,-0.0292,0.0779|3,0.4,1|-1.5,3,-48|0,0,0|Count|Boosters|Fuel|200|BoosterScript|OriginCFrame|40,1,74,-1,0,0,0,1,0,0,0,-1|-45.0007,11.6175,-151.9751,-1,0,-0.0001,0,1,0.0001,0,0.0001,-1|222.9997,10.8018,-157.9743,-1,0,-0.0001,0,1,0,0,0,-1|27.9893,40.1027,36.9597,-0.955,-0.1074,0.2768,0.001,0.931,0.3649,-0.297,0.3487,-0.889|-103,10.8,-727,-1,0,0,0,1,0,0,0,-1|PlaneCheck|Stunt|-102.9924,10.7712,-726.6936,-1,0.0004,0,0.0004,0.9999,'
  2739. ..'-0.0007,-0.0001,-0.0007,-1|819.9973,10.8972,-814.9733,-1,0.0004,0,0.0004,0.9999,0,-0.0001,0,-1|-39,3.4,57,0,0,-1,0,1,0,1,0,0|-3.5,4.6,-12.5,1,0,0,0,1,0,0,0,1|-1060.2593,482.7152,737.0695,-0.0839,0.3636,-0.9278,0.001,0.931,0.3648,0.9964,0.0295,-0.0785|-4485.9351,960.9024,1319.2578,0.9965,0.0293,-0.078,0.001,0.9311,0.3645,0.0832,-0.3634,0.9279|-16.6932,53.1441,-285.743,0.996,-0.067,-0.0591,0.0841,0.9256,0.3689,0.0299,-0.3725,0.9275|BodyKit|180.9962,41.3998,-54.4393|5,0.4,4|6|0,0.2,0,-1,-0,-0,0,0,1,0,1,0|0,-0.2,0,-1,-0,-0,0,0,1,0,1,0'
  2740. ..'|180.9963,41.7998,-54.4391|0.05,-17.3,-0.06|0.02,0.02,-0.0598|1.9999,-1.2001,0,-1,0,-0.0001,0,-0.0001,1,-0.0001,0.9999,-0.0001|181.4962,38.5998,-54.4393|5,0.4,5|4.5,0.5,0,0,1,0,0,0,-1,-1,0,0|182.9069,43.1976,-53.8427|0.0286,0.0019,-0.045|1,2.4,2|-0.5,-0.1,3.5,0,0,1,0,1,0,-1,-0,-0|-0.0001,-0.2001,0,0.9999,-0.0001,0,0,-0.0001,1,0,-1,0|1,-1.6001,0.5,0,0,-1,0,1,-0.0001,0.9999,0,-0.0001|1.9999,0.2,0,0.9999,0,0,-0.0001,-0.0001,-1,0,0.9999,0|179.088,43.2021,-55.0324|0.0326,0.038,-0.0577|0.5,-0.1,3.5,-0,-0,-1,0,1,0,1,0,0|180.9974,43.1998,'
  2741. ..'-54.4375|0.0306,0.0199,-0.0513|0,-0.2001,0,0.9999,-0.0001,0,0,-0.0001,1,0,-1,0|-0.0001,0.1999,0,0.9999,0,0,-0.0001,-0.0001,-1,0,0.9999,0|180.9962,39.9998,-54.4393|0,-0.2001,0,-1,0,0,0,0,1,0,1,0|0,0.1999,-0.5,1,0,0,0,0,-1,0,1,0|182.496,44.0215,-55.8828|21.3999,-17.33,-0.0701|-0.0582,-0.0358,0.0817|1,1,2|0|0,0.5,0,-1,-0,-0,0,0,1,0,1,0|0.9999,-0.2,0,-1,-0.0001,-0.0001,0,-0.0001,0.9999,0,0.9999,-0.0001|180.5866,44.0237,-56.4776|-0.0602,-0.0132,0.0884|184.1916,44.7956,-52.9173|0.0377,-0.0134,-0.0311|1,1,0.8|Crosshair1|-0.5001,0.2,-0.5,'
  2742. ..'-0.0001,0,0.9999,-0.0001,1,0,-1,0,0|180.9985,44.5998,-54.4359|0.0412,0.0199,-0.0429|1,0.4,2|180.5513,43.1986,-53.0054|0.0259,0.0147,-0.0528|1,2.4,1|-0.0001,0.2,1.5,-1,-0.0001,0,0,0,-1,-0.0001,-1,0|182.9079,44.5976,-53.8411|0.0392,0.0019,-0.0366|183.353,43.1989,-55.2748|-0.06,-107.3001,-0.0501|0.0334,0.0072,-0.0435|1.9999,0.2,-1.5,0,-1,0,-0.0001,0,-1,0.9999,-0.0001,0|179.5341,43.2033,-56.4645|0.0599,72.6999,0.05|0.0374,0.0433,-0.0562|-2.0001,0.2,-1.5,-0.0001,0.9999,0,0,-0.0001,-1,-1,0,0|178.6418,43.2008,-53.6002|0.0279,0.0327,-0.05'
  2743. ..'92|-2.0001,0.2,1.4999,-1,-0.0001,0,0,0,-1,-0.0001,-1,0|179.0891,44.6021,-55.0308|0.0432,0.038,-0.0492|0,1.2,0,-1,-0.0001,0,0,0,-1,-0.0001,-1,0|185.0827,43.3981,-55.7831|0.0366,-0.0029,-0.0366|2,3.6,1|0,0,0.5,1,0,0,0,1,0,0,0,1|0,1.5999,0.9999,-1,0,-0.0001,-0.0001,1,-0.0001,-0.0001,0,-1|181.4661,44.6744,-55.9362|-0.0514,-0.0247,0.0879|3,0.4,2|1,0.5,-0.0001,0.9999,-0.0001,0,-0.0001,-0.0001,-1,-0.0001,0.9999,0|182.8289,44.4593,-56.9493|-0.06,-107.3001,68.5999|-0.0572,-0.0352,0.0823|1,0.4,1|1|0.0001,-0.0001,-1.0001,-0.0001,-1,-0.0001,0'
  2744. ..'.9999,0,-0.0001,-0.0001,0,0.9999|180.9194,44.4615,-57.5442|-0.0593,-0.0126,0.0889|0,-0.0001,-1.0001,0,-1,-0.0001,0.9999,0,-0.0001,-0.0001,0,0.9999|182.4608,43.1964,-52.4105|0.0239,-0.0034,-0.0465|1.9999,0.2,1.5,-1,-0.0001,0,0,0,-1,-0.0001,-1,0|0.7686,0.1568,0.1098|145.4962,39.5998,-57.4393|0,-90,0|http://www.roblox.com/asset/?id=4264448|146.4962,39.5998,-57.4393|147.4962,39.5998,-57.4393|http://www.roblox.com/asset/?id=4264389|Ride|0.3|148.4962,29.3998,-53.4393|1,1.2,1|4000,4000,4000|4000,4.0000000801635e+20,4000|UE|143.4962,40.39'
  2745. ..'98,-51.4393|0,-0.0044,-0.0001|1,2,1|0.5,1.5,0.5|-1.5,-0.2001,-2,1,0,0,0,1,0,0,0,1|144.4962,40.3998,-50.4393|-2,-0.2001,-1.5,0,0,1,0,1,0,-1,0,0|152.4962,41.8998,-57.4393|-90,-180,0|1,3,1|0,0,-0.5,-1,-0,-0,0,1,0,-0,-0,-1|0,1,0,-1,0,0,0,0,-1,0,-1,0|0,1.5,0,-1,-0,-0,0,0,1,0,1,0|0,-2,0,-1,0,0,0,0,1,0,1,0|0,-1.5,0,1,0,0,-0,-0,-1,0,1,0|0.5,1.0999,0,0,0,-1,-1,0,0,0,1,0|143.4962,40.3998,-53.4393|0.5,-0.2001,-2,1,0,0,0,1,0,0,0,1|147.9962,41.8998,-50.4393|-90,-90,0|1,6,1|-1.5,1,0,0,-1,0,0,0,-1,1,0,0|-2,1.2999,2,0,0,1,1,0,0,0,1,0|146.4962,40.'
  2746. ..'3998,-50.4393|148.4962,40.3998,-50.4393|0,1,0,-1,-0,-0,0,0,1,0,1,0|0,0.5,-0.5,0,-1,0,1,0,0,0,0,1|145.1962,41.8998,-59.4393|1.2999,1,-0.0001,0,-1,0,0,0,-1,1,0,0|-0.7001,1,-0.0001,0,-1,0,0,0,-1,1,0,0|146.4962,40.3998,-59.4393|143.4962,41.8998,-54.9393|-90,0,0|0,1,1.4999,1,0,-0,0,0,-1,0,1,0|1.9999,1.2999,-2,0,1,0,-1,0,0,0,0,1|0,1,-1.5001,1,0,-0,0,0,-1,0,1,0|151.3962,41.8998,-59.4393|1,1.6,1|152.4962,40.3998,-59.4393|0,-1,0,1,0,0,-0,-0,-1,0,1,0|4.5,0.5,-4.5,-1,0,0,0,0,-1,0,-1,0|0,1.0999,-0.5,0,-1,0,1,0,0,0,0,1|152.4962,41.8998,-53.939'
  2747. ..'3|1,4,1|0,1,1.5,-1,0,0,0,0,-1,0,-1,0|0,1,-1.5,-1,0,0,0,0,-1,0,-1,0|143.4962,40.3998,-56.4393|144.4962,40.3998,-59.4393|150.4962,40.3998,-50.4393|0,2.5,-0.5,0,-1,0,1,0,0,0,0,1|150.4962,40.3998,-59.4393|0,-0.9001,-0.5,0,-1,0,1,0,0,0,0,1|152.4962,40.3998,-57.4393|Car1|147.9962,38.8998,-54.9393|10,1,10|10000000000,10000000000,10000000000|2.5,-1,4.4999,1,0,0,0,0,1,0,-1,0|2.9999,0.5,45,0,-1,0,0,0,-1,1,0,0|-1.5,-1,4.4999,1,0,0,0,0,1,0,-1,0|2,-1.2001,-1.5,1,0,0,0,0,1,0,-1,0|2.5,-1,-4.5,1,0,0,0,0,1,0,-1,0|0.5,-1,4.4999,1,0,0,0,0,1,0,-1,0|-'
  2748. ..'1.5,-1,-4.5,1,0,0,0,0,1,0,-1,0|-2.5,-0.2001,1.5,0,-1,0,0,0,1,-1,0,0|4.5,-1,2.4999,1,0,0,0,0,1,0,-1,0|-4.5,-1,1.4999,1,0,0,0,0,1,0,-1,0|2.5,-0.2001,-0.5,0,1,0,0,0,1,1,0,0|-3.5,-1,4.4999,1,0,0,0,0,1,0,-1,0|4.5,-1,-0.5,1,0,0,0,0,1,0,-1,0|-4.5,-1,3.4999,1,0,0,0,0,1,0,-1,0|4.5,-1,-2.5,1,0,0,0,0,1,0,-1,0|4.5,-1,4.4999,1,0,0,0,0,1,0,-1,0|1.9999,-1.2001,2,0,-1,0,0,0,1,-1,0,0|-4.5,-1,-1.5,1,0,0,0,0,1,0,-1,0|-3.5,-1,-4.5,1,0,0,0,0,1,0,-1,0|2,-1.2001,1.4999,1,0,0,0,0,1,0,-1,0|0,-0.2001,-2.5,0,-1,0,0,0,1,-1,0,0|2.5,-0.2001,-2.5,0,1,0,0,0,1,1,'
  2749. ..'0,0|-4.5,-1,-3.5,1,0,0,0,0,1,0,-1,0|143.4962,40.3998,-58.4393|152.4962,40.3998,-55.4393|152.4962,40.3998,-50.4393|152.4962,40.3998,-52.4393|Down|145.4962,41.9998,-53.4393|0,-90,180|inf|http://www.roblox.com/asset/?id=2594605|4|0.5,1.1999,-0.5,-1,-0,0,0,0,-1,0,-1,0|145.9962,40.5998,-52.9393|4,2.4,4|-2,0,0,-0,-0,-1,0,1,0,1,0,0|0.5,0.2,0.5,-1,0,0,0,1,0,0,0,-1|Stop|146.4962,41.9998,-52.9393|2,0.4,1|http://www.roblox.com/asset/?id=2803079|0,1.1999,0.5,-1,-0,0,0,0,-1,0,-1,0|Up|145.4962,41.9998,-52.4393|http://www.roblox.com/asset/?id=25'
  2750. ..'94599|-0.5001,1.1999,-0.5,-1,-0,0,0,0,-1,0,-1,0|backward|147.4962,41.9998,-52.9393|http://www.roblox.com/asset/?id=5906093|0,1.1999,1.5,-1,-0,0,0,0,-1,0,-1,0|foward|144.4962,41.9998,-52.9393|http://www.roblox.com/asset/?id=5906115|0,1.1999,-1.5,-1,-0,0,0,0,-1,0,-1,0|left|145.9962,41.9998,-51.4393|0,0,180|4,0.4,1|-1.5001,1.1999,0,0,-1,0,0,0,-1,1,0,0|right|145.9962,41.9998,-54.4393|0,180,180|1.4999,1.1999,0,0,1,0,0,0,-1,-1,0,0|75.4962,8.9998,-73.9393|6,1.2,3|0,-0.6001,0,1,0,0,-0,-0,-1,0,1,0|22,0.5,8,-1,0,0,0,0,-1,0,-1,0|0,0.6,0,-1,-'
  2751. ..'0,-0,0,0,1,0,1,0|0,-1.2001,1,-1,0,0,0,0,1,0,1,0|76.4962,10.7998,-73.9393|6,2.4,1|0,-0.6,-1,-1,0,0,0,0,1,0,1,0|74.9962,10.7998,-71.4393|2.5,-0.6,0.5,-1,0,0,0,0,1,0,1,0|2.5,0.6,0.5,1,0,0,0,0,-1,0,1,0|75.4962,12.5998,-73.9393|Gatling gun|0,-0.2001,-0.5,1,0,0,0,1,-0.0001,-0,0,1|0,-0.2001,-0.5|-0,0,-1|0,1,0|Handle|63.6942,8.8914,-70.7389|0,-123.99,-90|0.0268,-0.0112,0.0169|1,1,5|http://www.roblox.com/asset/?id=2692806|1|http://www.roblox.com/asset/?id=2806162|5|Reload|http://www.roblox.com/asset/?id=2692801|Local Gui|PaintballShooter|P'
  2752. ..'aintball|WeldArm|75.4962,13.7998,-73.9393|0,0.6,0,1,0,0,0,0,-1,0,1,0|76.4962,15.5998,-73.9393|74.9962,15.5998,-71.4393|2.5,0.5999,0.5,1,0,0,0,0,-1,0,1,0|75.4962,17.3998,-73.9393|0,1.2,1,1,0,0,0,0,-1,0,1,0|75.8962,8.8998,-48.0393|Revolver|0,-0.4001,-0.5,-1,0,0,0,1,0,0,0,-1|0,-0.4001,-0.5|-0,-0,1|-1,0,0|70.1702,8.8915,-57.5833|0,141.32,-180|0.0022,-0.0091,0.0027|1.5,1.5,1.5|0.2,0.2,0.2|http://www.roblox.com/asset/?id=8682864|http://www.roblox.com/asset/?id=2920960|ProjectileScript|http://www.roblox.com/asset/?id=2697549|http://www.r'
  2753. ..'oblox.com/asset/?id=2697544|Ammo|3|Clips|49999993|GunScript|Welding positon|62.9962,10.7998,-76.4393|4,2.4,1|62.9962,8.9998,-75.4393|4,1.2,3|64.4962,10.7998,-74.9393|1.5,-0.6,0.5,-1,0,0,0,0,1,0,1,0|1.5,0.6,0.5,1,0,0,0,0,-1,0,1,0|62.9962,12.5998,-75.4393|67.072,8.8915,-52.1119|0,-116.95,0|0.0015,-0.0045,0.0003|62.9962,15.5998,-76.4393|62.9962,13.7998,-75.4393|-1.5,-1.2001,-0.5,-1,0,0,0,0,1,0,1,0|64.4962,15.5998,-74.9393|62.9962,17.3998,-75.4393|102.2679,43.1143,-54.2577|-16.4,-93.1201,179.9299|0.003,-0.0197,0.0055|-1.0001,0.2,4,0.9'
  2754. ..'999,-0.0001,0,-0.0001,-0.0001,-1,-0.0001,0.9999,0|102.3775,43.1165,-56.2547|-0.0035,-0.0235,0.0052|0,0,0.9999,-1,0,0,-0.0001,0.9999,-0.0001,0,0,-1|0.9999,0.1999,4,0.9999,-0.0001,0,-0.0001,-0.0001,-1,-0.0001,0.9999,0|99.803,42.7946,-51.8895|0.0799,86.86,0.0599|0.0156,-0.0054,0.0057|0,0,1,1,0,0,0,1,0,0,0,1|0,-1.6001,0.5,-1,-0.0001,-0.0001,0,1,-0.0001,-0.0001,0,-1|106.3515,42.6573,-55.0355|0.0024,-0.0045,-0.0069|-44.645,42.8553,29.911,0.0558,-0.282,-0.9579,0.001,-0.9593,0.2824,-0.9985,-0.0169,-0.0533|-1155.7399,483.7177,734.9309,0.08'
  2755. ..'38,-0.3637,0.9277,0.001,0.931,0.3648,-0.9965,-0.0296,0.0784|-4488.0079,961.8969,1414.7456,-0.9973,-0.0263,0.07,0.0011,0.9308,0.3652,-0.0748,0.3643,-0.9283|-18.9507,54.0946,-190.254,-0.9951,-0.0603,0.0794,-0.0275,0.9315,0.3626,-0.0959,0.3586,-0.9286|98.9962,42.3998,-55.4393|98.9964,42.7998,-55.4391|-0.08,-93.14,-0.06|0.0101,-0.0122,0.0069|2.5,0,0,0,0,1,0,1,0,-1,-0,-0|0.9999,0,-1,0,0,-1,-0.0001,1,-0.0001,0.9999,-0.0001,-0.0001|-1.5001,-1.2001,2,0,-1,-0.0001,0,0,1,-1,0,-0.0001|0,-1.2,0,-1,0,-0.0001,0,0,1,-0.0001,0.9999,0|1.5,-1.2001,'
  2756. ..'2,-0.0001,0.9999,0,0,0,1,0.9999,-0.0001,0|1.9999,-1.2001,1.4999,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|-0.0001,-1.2001,1.4999,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|98.4962,39.5998,-55.4393|98.8887,44.1977,-53.4405|0.0105,-0.0095,0.005|-0.0001,-0.2001,-0.0001,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|1,-1.6001,0.5,0,0,-1,-0.0001,1,-0.0001,0.9999,-0.0001,-0.0001|2,0.1999,-0.0001,0.9999,0,0,-0.0001,0,-1,0,0.9999,-0.0001|99.108,44.202,-57.4345|0.0044,-0.015,0.0046|-2.0001,0.1999,-0.0001,0.9999,0,0,-0.0001,0,-1,0,0.9999,-0.0001|98.9984,44.1998,-5'
  2757. ..'5.4375|0.0074,-0.0122,0.0048|98.9962,40.9998,-55.4393|96.9996,44.6676,-54.5452|16.3999,86.8799,-179.93|-0.0043,-0.0421,0.0196|0,-0.0001,4.4999,-1,-0.0001,0,0,0.9999,0,0,-0.0001,-1|0,0,-1,-1,-0,-0,0,1,0,-0,-0,-1|0,-0.2,0,-0.0001,0.9999,-0.0001,-0.0001,-0.0001,0.9999,0.9999,-0.0001,-0.0001|1,-0.2001,0,-1,-0.0001,0,-0.0001,0,0.9999,0,0.9999,0|97.1093,44.6698,-56.5422|-0.0109,-0.0458,0.0192|98.3094,45.7967,-51.9683|0.0097,-0.0084,0.0035|99.0003,45.5998,-55.4358|0.0047,-0.0122,0.0027|-0.0001,1.2,0,-1,-0.0001,0,0,-0.0001,-1,-0.0001,-1,-'
  2758. ..'0.0001|97.5006,44.202,-55.5197|0.0073,-0.0152,0.0071|98.8906,45.5976,-53.4388|0.0078,-0.0095,0.0029|1,-0.2001,0.4999,0,0,-1,-0.0001,1,-0.0001,0.9999,-0.0001,-0.0001|100.3865,44.1955,-53.3582|-0.06,176.86,0.0799|0.0106,-0.0065,0.0027|100.6058,44.1999,-57.3522|0.0599,-3.1401,-0.08|0.0045,-0.012,0.0024|97.6103,44.2042,-57.5167|0.0042,-0.018,0.0069|-2,0.2,1.5,-1,-0.0001,0,0,-0.0001,-1,-0.0001,-1,-0.0001|99.11,45.602,-57.4328|0.0017,-0.015,0.0026|101.303,44.3924,-51.8054|0.0126,-0.0024,0.001|96.8571,43.9972,-55.5553|-0.0049,-0.0448,0.0'
  2759. ..'215|1,0.5,-0.0001,0.9999,-0.0001,-0.0001,0,0,-1,-0.0001,0.9999,-0.0001|95.8502,45.0065,-54.6079|-0.06,176.86,-73.6|-0.0059,-0.0469,0.0227|95.9599,45.0087,-56.6049|-0.0125,-0.0507,0.0223|0,0,-1,0,-1,-0.0001,0.9999,-0.0001,0,0,0,0.9999|97.391,44.1998,-53.5227|0.0104,-0.0125,0.0073|183.4962,30.3998,-51.9393|50,14,1|0,-7,0,1,0,0,-0,-0,-1,0,1,0|-4.5,0.5,66,1,0,0,0,0,-1,0,1,0|14,-0.5,-14,0,1,0,0,0,1,1,0,0|6.5,-0.5,2.5,0,1,0,0,0,1,1,0,0|14,-0.5,16.5,0,1,0,0,0,1,1,0,0|-25,0,0,-0,-0,-1,0,1,0,1,0,0|38,0.5,-0.5,1,0,0,0,1,0,0,0,1|37,0.5,-21,0'
  2760. ..',1,0,0,0,-1,-1,0,0|0,0,1|0.4|0.6|181.4962,15.3998,-51.9393|1,14,50|170.4962,25.8998,-54.4393|0.5,-0.5,-0.0001,-1,0,0,0,0,1,0,1,0|170.4962,23.8998,-54.4393|-2,0.5,53,0,-1,0,0,0,-1,1,0,0|169.9962,24.8998,-54.4393|2,1,9|-0.5,0.5,0,1,0,0,0,0,-1,0,1,0|-0.5,-0.5,0,-1,0,0,0,0,1,0,1,0|169.9962,26.8998,-54.4393|170.4962,27.8998,-54.4393|0.5,0.5,0,1,0,0,0,0,-1,0,1,0|169.9962,28.8998,-54.4393|170.4962,29.8998,-54.4393|0.5,-0.5,0,-1,0,0,0,0,1,0,1,0|0.9725,0.9725,0.9725|173.4962,45.8998,-54.4393|1,5,19|0,2.5,0,-1,-0,-0,0,0,1,0,1,0|0,-1,0,-1,0,'
  2761. ..'0,0,0,1,0,1,0|0,-2.5,0,1,0,0,-0,-0,-1,0,1,0|0,2.5,0,1,0,0,0,0,-1,0,1,0|169.9962,36.8998,-54.4393|169.9962,30.8998,-54.4393|170.4962,35.8998,-54.4393|169.9962,34.8998,-54.4393|170.4962,33.8998,-54.4393|169.9962,32.8998,-54.4393|170.4962,31.8998,-54.4393|176.9962,37.8998,-54.4393|14,1,9|0,0,-4.5,-1,-0,-0,0,1,0,-0,-0,-1|7.5,0,9.5,-1,0,0,0,1,0,0,0,-1|7,0.5,0,1,0,0,0,0,-1,0,1,0|173.4962,40.8998,-54.4393|4,0.5,-16.5,1,0,0,0,0,-1,0,1,0|-3.5,0.5,0,1,0,0,0,0,-1,0,1,0|4,0.5,14,1,0,0,0,0,-1,0,1,0|153.9962,24.3998,-52.4393|2,2,9|-4,0.5,36.5,0'
  2762. ..',-1,0,0,0,-1,1,0,0|-0.5,-5,-4,-1,0,0,0,0,1,0,1,0|169.4962,37.8998,-37.9393|29,1,24|0,0,-12,-1,-0,-0,0,1,0,-0,-0,-1|-7.5,0,4.5,-1,0,0,0,1,0,0,0,-1|-6.5,-2.5,11.5,0,-1,0,0,0,1,-1,0,0|24,7.5,-11.5,1,0,0,0,0,-1,0,1,0|148.4962,36.3998,-57.9393|2,2,13|5.9999,-0.5,45.5,-1,0,0,0,0,1,0,1,0|-6,5,0.5,0,1,0,0,0,-1,-1,0,0|173.4962,49.3998,-54.4393|1,2,19|142.4962,30.3998,-58.4393|1,10,1|0,5,0,-1,-0,-0,0,0,1,0,1,0|0.5,-1,-6,0,-1,0,0,0,1,-1,0,0|0,-5,0,1,0,0,-0,-0,-1,0,1,0|0.5,1,-6,0,-1,0,0,0,-1,1,0,0|148.4962,24.3998,-57.9393|1.4999,0.5,31,1,0,0'
  2763. ..',0,0,-1,0,1,0|-6,-5,0.5,0,1,0,0,0,1,1,0,0|154.4962,30.3998,-58.4393|0.5|148.4962,30.3998,-55.4393|3,14,9|3.5,-0.5,45.5,-1,0,0,0,0,1,0,1,0|-1.5,0,0,-0,-0,-1,0,1,0,1,0,0|0.5,4.2,0,0,0,-1,0,1,0,1,0,0|0,1,0.4999,-1,0,0,0,1,0,0,0,-1|-0.5,0,-2.5,0,0,1,0,1,0,-1,0,0|145.9962,30.3998,-53.4393|1,14,4|150.9962,30.3998,-53.4393|4,14,1|1.5,-0.5,48,0,-1,0,0,0,1,-1,0,0|-3,0.5,33.5,0,-1,0,0,0,-1,1,0,0|1.5,0,2.5,0,0,-1,0,1,0,1,0,0|-1.5,0,2.5,0,0,1,0,1,0,-1,0,0|159.9962,37.8998,-54.4393|10,1,9|-9.5,0,-12,1,0,0,0,1,0,0,0,1|-9.5,0,9.5,-1,0,0,0,1,0,0,'
  2764. ..'0,-1|153.9962,36.3998,-52.4393|0.5,-0.5,51,0,-1,0,0,0,1,-1,0,0|-0.5,5,-4,1,0,0,0,0,-1,0,1,0|142.9962,24.3998,-52.4393|148.4962,26.1998,-53.4393|1,5.2,1|0,2.6,0,-1,-0,-0,0,0,1,0,1,0|0,-0.6001,-0.0001,0,-1,0,0,0,1,-1,0,0|148.4962,24.3998,-48.9393|-7.5,0.5,31,1,0,0,0,0,-1,0,1,0|148.4962,30.3998,-51.4393|-5,0.5,31,1,0,0,0,0,-1,0,1,0|1.5,0,0,0,0,1,0,1,0,-1,-0,-0|-0.5,4.2,0,0,0,1,0,1,0,-1,0,0|0,1,-0.5,1,0,0,0,1,0,0,0,1|-0.5,-0.5,45.5,-1,0,0,0,0,1,0,1,0|0.4999,0,-2.5,0,0,-1,0,1,0,1,0,0|154.4962,30.3998,-48.4393|157.9962,40.8998,-44.4393|'
  2765. ..'3,5,30|-7.5,0.5,55,1,0,0,0,0,-1,0,1,0|146.4962,22.8998,-30.9393|75,1,8|-35,7,21,1,0,0,0,0,-1,0,1,0|36.5,-7,7,-1,0,0,0,0,1,0,1,0|0,0,4,1,0,0,0,1,0,0,0,1|1,-7,-0.5,1,0,0,0,1,0,0,0,1|145.4962,29.8998,-26.4393|77,15,1|149.9962,40.5998,-56.4393|151.4962,42.7998,-54.9393|0,1.2,0,1,0,0,0,0,-1,0,1,0|157.9962,50.8998,-54.4393|19,1,32|-15.5,1,0,0,1,0,0,0,-1,-1,0,0|10,1,0,1,0,0,0,0,-1,0,1,0|-10,1,0,1,0,0,0,0,-1,0,1,0|149.9962,40.5998,-53.4393|-1,0,0,-0,-0,-1,0,1,0,1,0,0|0.5,-0.4,-1.5,0,0,-1,0,1,0,1,0,0|150.4962,39.5998,-54.9393|151.4962,40.9'
  2766. ..'998,-54.9393|-0.0001,0.1999,1,0,1,0,0,0,-1,-1,0,0|-1,0.3999,-1.5001,0,0,1,0,1,0,-1,0,0|142.9962,36.3998,-52.4393|0.5,-0.5,40,0,1,0,0,0,1,1,0,0|0.2941,0.5921,0.2941|132.9962,23.9998,-53.9393|6,1.2,6|rbxasset://Textures/SpawnLocation.png|148.4962,36.3998,-48.9393|-3.0001,-0.5,45.5,-1,0,0,0,0,1,0,1,0|142.4962,30.3998,-48.4393|0.5,-1,-4,1,0,0,0,0,1,0,-1,0|0.5,1,-4,-1,0,0,0,0,-1,0,-1,0|157.9962,49.3998,-44.4393|3,2,30|157.9962,45.8998,-44.4393|112.9962,5.8998,-52.9393|54,3,138|1,-0.5,45.5,1,0,0,0,0,1,0,-1,0|141.4962,45.8998,-54.4393|3,'
  2767. ..'5,23|141.4962,49.3998,-54.4393|3,2,23|0,-0.5,-16.5,0,1,0,0,0,1,1,0,0|117.4962,22.8998,-56.4393|43,1,133|0,0,-66.5,-1,-0,-0,0,1,0,-0,-0,-1|40.4999,0,-4.5,0,0,-1,0,1,0,1,0,0|-64,7,-4.5,0,1,0,0,0,-1,-1,0,0|-3,-7,28.5,1,0,0,0,0,1,0,-1,0|7.5,-7,-18.5,0,1,0,0,0,1,1,0,0|-27.5,-7,21,0,1,0,0,0,1,1,0,0|19,-2,-8,0,1,0,0,0,1,1,0,0|2.5,-0.6,-15.5,-1,0,0,0,0,1,0,1,0|23,-7,21,0,1,0,0,0,1,1,0,0|66,-7,-15.5,0,1,0,0,0,1,1,0,0|51,-7,-8,0,1,0,0,0,1,1,0,0|25.5,-1,4,0,-1,0,0,0,1,-1,0,0|7,7,-57,-1,0,0,0,0,-1,0,-1,0|35,-7,13,0,1,0,0,0,1,1,0,0|-0.5001,7,-'
  2768. ..'40,-1,0,0,0,0,-1,0,-1,0|1,-7,-31,-1,0,0,0,0,1,0,1,0|66,-7,17.5,0,1,0,0,0,1,1,0,0|8,-7,13,0,1,0,0,0,1,1,0,0|-13.5,7,-50,-1,0,0,0,0,-1,0,-1,0|141.4962,40.8998,-54.4393|2.5,0.5,38.5,0,1,0,0,0,-1,-1,0,0|0,-2.5,0,-1,0,0,0,0,1,0,1,0|Wheel|122.6712,24.3908,-74.5618|7.0399,169.4199,98.4599|0.255,0.0038,0.0072|2,2,2|111.6214,24.3908,-71.7306|5.17,-114.5501,76.3899|-0.0186,-0.0055,0.2594|111.9962,29.4998,-36.4393|0,90,180|19,12,2|9.5,0,0,0,0,1,0,1,0,-1,-0,-0|-33.5,-0.4001,-0.5,-1,0,0,0,-1,0,0,0,1|108.4962,15.3998,-35.9393|1,14,18|-16,0.5,41'
  2769. ..',0,-1,0,0,0,-1,1,0,0|-20.5,-0.5,-9,0,-1,0,0,0,1,-1,0,0|102.4962,20.8998,-27.4393|102.4962,19.8998,-27.9393|102.4962,16.8998,-27.4393|102.4962,15.8998,-27.9393|102.4962,18.8998,-27.4393|102.4962,17.8998,-27.9393|102.4962,14.8998,-27.4393|102.4962,13.8998,-27.9393|102.4962,9.8998,-27.9393|102.4962,10.8998,-27.4393|102.4962,11.8998,-27.9393|102.4962,8.8998,-27.4393|102.4962,12.8998,-27.4393|102.4962,21.8998,-27.9393|109.9962,30.3998,-37.9393|2,14,22|0,0,11,1,0,0,0,1,0,0,0,1|-35.5,0.5,-0.5,1,0,0,0,1,0,0,0,1|157.9962,49.3998,-64.4393|1'
  2770. ..'57.9962,45.8998,-64.4393|157.9962,40.8998,-64.4393|12.5,0.5,55,1,0,0,0,0,-1,0,1,0|-11.5,0.5,4,0,1,0,0,0,-1,-1,0,0|106.9962,24.5998,-68.4393|98.4962,24.5998,-65.9393|101.4962,24.5998,-65.9393|0.5,-0.4,1.5,0,0,-1,0,1,0,1,0,0|99.9962,23.5998,-65.4393|9,0.5,-17.5,0,-1,0,0,0,-1,1,0,0|1,-1.2,0,0,-1,0,0,0,1,-1,0,0|99.9962,24.9998,-64.4393|109.4962,30.3998,-69.4393|1,14,15|108.4962,26.7998,-69.9393|107.4962,23.5998,-69.9393|13.5,0.5,-10,1,0,0,0,0,-1,0,1,0|108.4962,24.9998,-69.9393|106.9962,24.5998,-71.4393|169.4962,37.8998,-68.4393|29,1,1'
  2771. ..'9|97.9962,24.3998,-71.4393|10,2,5|15,0.5,-19.5,0,-1,0,0,0,-1,1,0,0|99.9962,26.7998,-64.4393|98.4962,25.3998,-48.4393|21,4,1|99.4962,30.3998,-62.4393|19,14,1|10.4999,-0.5,-3.5,0,-1,0,0,0,1,-1,0,0|6,0.5,-18,0,-1,0,0,0,-1,1,0,0|0.949,0.9529,0.9529|98.4962,29.3998,-48.4393|0,2,0,-1,-0,-0,0,0,1,0,1,0|0,-3,0,-1,0,0,0,0,1,0,1,0|0,-2,0,1,0,0,-0,-0,-1,0,1,0|0,2,0,1,0,0,0,0,-1,0,1,0|72.9962,15.3998,-77.4393|218,14,1|79,-12.8,-8.5,1,0,0,0,1,0,0,0,1|21,-0.5,-44.5,0,-1,0,0,0,1,-1,0,0|25.5,0.5,5.5,0,-1,0,0,0,-1,1,0,0|102.9962,37.8998,-51.9393|5'
  2772. ..'2,1,104|1.5,7,43,-1,0,0,0,0,-1,0,-1,0|-42.5,7.5,-25.5,0,1,0,0,0,-1,-1,0,0|51.5,7,-22,0,1,0,0,0,-1,-1,0,0|-7,7,-14,0,1,0,0,0,-1,-1,0,0|51.5,7,-11,0,1,0,0,0,-1,-1,0,0|36.5,7,-3.5,0,1,0,0,0,-1,-1,0,0|20.5,7,17.5,0,1,0,0,0,-1,-1,0,0|51.5,7,22,0,1,0,0,0,-1,-1,0,0|-6.5,7,17.5,0,1,0,0,0,-1,-1,0,0|77.4962,15.3998,-55.9393|42,14,1|98.4962,34.3998,-48.4393|21,6,1|0,3,0,-1,-0,-0,0,0,1,0,1,0|-3.5,-0.5,-4.5,0,-1,0,0,0,1,-1,0,0|67.4962,7.8998,-51.9393|52,1,229|57.4999,3.5,0,0,1,0,0,0,-1,-1,0,0|-8.4001,-0.5,-3.9,0,1,0,0,0,1,1,0,0|3.9999,-7,10,1,'
  2773. ..'0,0,0,0,1,0,-1,0|-5.5,-7,-25.5,0,1,0,0,0,1,1,0,0|11.5,-7,-7,1,0,0,0,0,1,0,-1,0|4.5,-0.6,23.5,0,1,0,0,0,1,1,0,0|-114,-7,0,0,1,0,0,0,1,1,0,0|-92.5,-1.2001,3.5,0,-1,0,0,0,1,-1,0,0|5,-0.2001,91.9999,-1,0,0,0,0,1,0,1,0|-92.5,-1.2001,8.5,0,-1,0,0,0,1,-1,0,0|-11,-0.2001,-103,1,0,0,0,0,1,0,-1,0|-92.5,-1.2001,11.5,0,-1,0,0,0,1,-1,0,0|102.5,-1.2001,-12.5,0,1,0,0,0,1,1,0,0|-92.5,-1.2001,-1.5,0,-1,0,0,0,1,-1,0,0|102.5,-1.2001,-7.5,0,1,0,0,0,1,1,0,0|102.5,-1.2001,-2.5,0,1,0,0,0,1,1,0,0|-1,-0.2001,-103,1,0,0,0,0,1,0,-1,0|102.5,-1.2001,0.5,0,1,0'
  2774. ..',0,0,1,1,0,0|-24.5,-0.5,35,1,0,0,0,0,1,0,-1,0|97.5,-1,-6.5,0,1,0,0,0,1,1,0,0|-92.5,-1.2001,1.5,0,-1,0,0,0,1,-1,0,0|109,-2,-25.5,0,1,0,0,0,1,1,0,0|-9,-7,0,1,0,0,0,0,1,0,-1,0|95.4962,29.8998,-26.4393|23,15,1|0,7.5,0,-1,-0,-0,0,0,1,0,1,0|-25.5,-0.5,-7.5,0,-1,0,0,0,1,-1,0,0|0,-7.5,0,1,0,0,-0,-0,-1,0,1,0|22.5,7,0,1,0,0,0,0,-1,0,1,0|72.9962,15.3998,-26.4393|-79,-11.2001,-8.5,1,0,0,0,1,0,0,0,1|-72.5,-7.5,0,-1,0,0,0,0,1,0,1,0|66.9962,30.3998,-77.4393|32,14,1|21,0.5,-50.5,0,-1,0,0,0,-1,1,0,0|25.5,-0.5,-36,0,-1,0,0,0,1,-1,0,0|82.4962,30.399'
  2775. ..'8,-69.4393|60.4962,15.3998,-63.4393|27,14,1|92.4962,38.8998,-54.4393|17,1,75|2.4999,0.5,-10.5,1,0,0,0,0,-1,0,1,0|0.9999,-0.2001,6,1,0,0,0,0,1,0,-1,0|66.4962,30.3998,-48.4393|29,14,1|60.4962,15.3998,-46.9393|1,14,6|-5,0.5,-7,0,-1,0,0,0,-1,1,0,0|-9.5,-0.5,-57,0,-1,0,0,0,1,-1,0,0|67.4962,15.3998,-42.9393|2,14,19|73.9962,22.8998,-30.9393|46,1,8|22.5,-7,-1,-1,0,0,0,0,1,0,1,0|22.5,-7,9.9999,-1,0,0,0,0,1,0,1,0|67.4962,29.8998,-26.4393|33,15,1|-25.5,-0.5,-35.5,0,-1,0,0,0,1,-1,0,0|-5.5,7,0,1,0,0,0,0,-1,0,1,0|40.9962,14.8998,-78.9393|154,15'
  2776. ..',2|-26,1.5,71.9999,0,1,0,0,0,-1,-1,0,0|24,-2.1,8.5,-1,0,0,0,1,0,0,0,-1|-32,-0.5,-0.5,1,0,0,0,1,0,0,0,1|40.9962,15.3998,-24.9393|154,14,2|-32,0,0.5,-1,0,0,0,1,0,0,0,-1|24,0,-8.5,1,0,0,0,1,0,0,0,1|16.9962,16.9998,-88.4393|51.4962,30.3998,-73.9393|35.4962,30.3998,-70.4393|1,14,31|51.4962,30.3998,-70.4393|1,14,1|18.5,-0.5,-51.5,0,-1,0,0,0,1,-1,0,0|14,0.5,-66,0,-1,0,0,0,-1,1,0,0|51.4962,30.3998,-55.9393|14,14,1|3.9999,-0.5,-51.5,-1,0,0,0,0,1,0,1,0|-0.5001,0.5,-66,1,0,0,0,0,-1,0,1,0|22.4962,14.8998,-50.4393|3,13,15|0,6.5,0,-1,-0,-0,0,0,'
  2777. ..'1,0,1,0|-1.5,-0.5,20,-1,0,0,0,0,1,0,1,0|0,-6.5,0,1,0,0,-0,-0,-1,0,1,0|-1.5,0.5,-45,1,0,0,0,0,-1,0,1,0|51.4962,30.3998,-40.9393|1,14,16|30.9962,18.8998,-39.4393|2,5,25|-12.5,-0.5,28.5,0,-1,0,0,0,1,-1,0,0|30.9962,14.3998,-39.4393|2,4,25|30.9962,10.3998,-39.4393|-12.5,0.5,-36.5,0,-1,0,0,0,-1,1,0,0|35.4962,30.3998,-33.4393|25,0.5,18.5,0,1,0,0,0,-1,-1,0,0|-19,-0.5,25,-1,0,0,0,0,1,0,1,0|51.4962,30.3998,-29.9393|10.4962,23.8998,-71.4393|81,1,1|0,0.5,-19.5,1,0,0,0,0,-1,0,1,0|36.5,-0.5,0.5,-1,0,0,0,0,1,0,1,0|19.4962,30.3998,-64.4393|1,14,1'
  2778. ..'3|2.4962,30.3998,-64.9393|1,14,12|-8,0.5,-13,1,0,0,0,0,-1,0,1,0|12.5,-0.5,-8,0,-1,0,0,0,1,-1,0,0|10.4962,37.8998,-52.4393|39,1,81|-9.0001,7,-1.5,0,1,0,0,0,-1,-1,0,0|-9.0001,7,12,0,1,0,0,0,-1,-1,0,0|-9.0001,7,-14,0,1,0,0,0,-1,-1,0,0|-18,7,-25.0001,1,0,0,0,0,-1,0,1,0|8.9999,7,-14,0,1,0,0,0,-1,-1,0,0|2,-0.2001,-34,1,0,0,0,0,1,0,-1,0|40,7,-0.5,0,1,0,0,0,-1,-1,0,0|34.9999,7,-0.5,0,1,0,0,0,-1,-1,0,0|10.4962,22.8998,-51.9393|81,1,40|0,0.5,8,0,-1,0,0,0,-1,1,0,0|-9,-7,12.5,-1,0,0,0,0,1,0,1,0|-9,-7,-13.5,-1,0,0,0,0,1,0,1,0|-18.5,-7,-25,0,-1'
  2779. ..',0,0,0,1,-1,0,0|-9,-7,-1,-1,0,0,0,0,1,0,1,0|9,-7,-13.5,-1,0,0,0,0,1,0,1,0|0,-0.5,-19.5,-1,0,0,0,0,1,0,1,0|35,-7,0,-1,0,0,0,0,1,0,1,0|19.4962,30.3998,-50.9393|1,14,14|19.4962,30.3998,-38.4393|1,14,11|10.4962,23.8998,-32.4393|9.9962,3.8998,-51.9393|68,7,50|2.4962,21.8998,-51.9393|50,1,97|-2.5001,2.5,-12.5,0,1,0,0,0,-1,-1,0,0|-2.5,2.5,-12.5,0,1,0,0,0,-1,-1,0,0|1.4962,30.3998,-38.4393|4.9962,18.8998,-39.4393|151.9962,26.5998,-17.4393|6.5,-3.3,0.5,-1,0,0,0,1,0,0,0,-1|4.9962,14.3998,-39.4393|4.9962,10.3998,-39.4393|-12.5,0.5,-62.5,0,-1,'
  2780. ..'0,0,0,-1,1,0,0|16.9962,15.3998,-15.4393|-5.1915,27.1142,-66.8766|-16.41,-91.0501,179.9299|0.0066,-0.0029,0.0041|0,0,1,-1,0,0,-0.0001,0.9999,-0.0001,0,0,-1|-5.1541,27.1165,-68.8763|-0.0004,0.0069,0.004|-7.5692,26.7945,-64.421|0.0799,88.93,0.0599|-0.0142,-0.0218,0.0141|-1.1387,26.657,-67.8015|0.004,0.0079,-0.0124|-1,-0.5,-4,-1,-0.0001,-0.0001,0,-0.0001,0.9999,0,0.9999,-0.0001|1,-0.5,-4,-1,-0.0001,-0.0001,0,-0.0001,0.9999,0,0.9999,-0.0001|-152.1347,26.855,17.133,0.018,-0.2825,-0.9592,0.001,-0.9593,0.2825,-0.9999,-0.0062,-0.0171|-1255'
  2781. ..'.9306,467.7124,716.259,0.9964,0.0295,-0.0785,0.001,0.931,0.3648,0.0838,-0.3637,0.9277|-4506.7457,945.9042,1514.975,0.0773,-0.3634,0.9284,0.0009,0.9312,0.3643,-0.9971,-0.0273,0.0723|-37.926,38.1789,-90.0284,0.0671,-0.3633,0.9292,0.0122,0.9315,0.3633,-0.9977,-0.0131,0.0669|-8.5038,26.3998,-67.9393|-8.5035,26.7999,-67.9391|-0.08,-91.07,-0.06|0.0015,-0.0321,0.01|-0.0001,-1.2,1.4999,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|-2,-1.2,0,-1,0,-0.0001,0,0,1,-0.0001,1,0|1,0,-1,0,0,-1,-0.0001,1,-0.0001,1,-0.0001,-0.0001|2,-1.2,1.5,0.9999,-0.0001,0,'
  2782. ..'0,0,1,0,-1,-0.0001|1.5,-1.2001,2,-0.0001,1,0,0,0,1,0.9999,-0.0001,0|-1.5,-1.2,1.9999,0,-1,-0.0001,0,0,1,-1,0,-0.0001|-8.5038,23.5998,-68.4393|-19,0.5,-16.5,-1,0,0,0,0,-1,0,-1,0|0,-1.2,0.5,-1,0,0,0,0,1,0,1,0|-8.539,28.1976,-65.9378|-0.014,-0.0289,0.0075|-8.4641,28.2022,-69.9371|0.0038,-0.0352,0.0078|-0.0001,-0.2001,0,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|-2.0001,0.1999,0,0.9999,0,0,-0.0001,0,-1,0,1,-0.0001|-8.5015,28.1999,-67.9375|-0.0051,-0.0321,0.0076|-0.0001,-0.2,0,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|-0.0001,0.2,0,0.9999,0,0,-0.00'
  2783. ..'01,0,-1,0,1,-0.0001|-8.5038,24.9998,-67.9393|-10.4666,28.6678,-66.9735|16.4099,88.9499,-179.93|0.0038,-0.0106,0.0302|1,-0.2001,-0.0001,-1,-0.0001,0,-0.0001,0,0.9999,0,0.9999,0|-10.4292,28.67,-68.9732|-0.0032,-0.0008,0.0301|-1.0001,-0.2001,0,-1,-0.0001,0,-0.0001,0,0.9999,0,0.9999,0|0,0,4.4999,-1,-0.0001,0,0,0.9999,0,0,-0.0001,-1|-9.0647,29.7967,-64.4456|-0.0282,-0.0289,0.0025|-0.5,0.1999,-0.5,-0.0001,0,0.9999,0,1,0,-1,-0.0001,0|0.5,1.5999,0.5,0,-0.0001,-1,0,1,0,1,0,-0.0001|-8.4995,29.5999,-67.9358|-0.0117,-0.0321,0.0053|-10.0012,28'
  2784. ..'.2021,-67.9655|-0.005,-0.0392,0.0009|-8.537,29.5977,-65.9362|-0.0206,-0.0289,0.0052|0,1.2,0,-1,-0.0001,0,0,-0.0001,-1,-0.0001,-1,-0.0001|-7.0392,28.1955,-65.9097|-0.06,178.9299,0.0799|-0.0141,-0.0218,0.0142|-6.9643,28.2,-69.909|0.0599,-1.0701,-0.08|0.0037,-0.0281,0.0145|-9.9638,28.2044,-69.9652|0.0039,-0.0423,0.0011|-2.0001,0.1999,1.5,-1,-0.0001,0,0,-0.0001,-1,-0.0001,-1,-0.0001|-8.4621,29.6022,-69.9355|-0.0028,-0.0352,0.0055|-6.0672,28.3923,-64.391|-0.0218,-0.0147,0.0182|0,1.6,1,-1,0,-0.0001,-0.0001,1,0,-0.0001,-0.0001,-1|-10.645'
  2785. ..'6,27.9974,-67.9778|0.0013,-0.006,0.0276|-11.6176,29.0067,-66.9947|-0.0701,178.9299,-73.59|0.0032,-0.0123,0.0359|-0.0001,0,-1.0001,0,-1,-0.0001,0.9999,-0.0001,0,0,0,0.9999|-11.5802,29.009,-68.9944|-0.0038,-0.0025,0.0358|-10.0387,28.1998,-65.9659|-0.0139,-0.036,0.0008|-9.1518,27.1142,-33.4785|-16.41,-157.4601,179.9299|0.0171,-0.0056,-0.0371|-0.0001,0,0.9999,-1,0,-0.0001,-0.0001,1,-0.0001,-0.0001,0,-1|-1,0.2,4,0.9999,0,0,-0.0001,-0.0001,-1,0,1,0|-7.3044,27.1164,-34.2447|0.0206,0.0074,-0.0286|-12.3539,26.7945,-34.6746|0.09,22.52,0.059'
  2786. ..'9|-0.0038,-0.013,0.0032|0,-1.6,0.5,-1,-0.0001,0,0,1,-0.0001,0,0,-1|-6.682,26.6569,-30.1347|0.0023,-0.051,-0.0324|-1,-0.5001,-4,-1,0,-0.0001,0,-0.0001,0.9999,-0.0001,1,-0.0001|-157.6795,26.856,54.8051,0.9237,-0.1072,-0.3676,0.001,-0.9594,0.2823,-0.3829,-0.2613,-0.8861|-1258.069,467.7161,760.7391,-0.9965,-0.0296,0.0784,0.001,0.931,0.3648,-0.0839,0.3636,-0.9278|-4462.254,945.9031,1517.0144,-0.0759,0.3635,-0.9285,0.0008,0.9311,0.3645,0.9971,0.0268,-0.071|6.6169,38.1365,-87.9531,-0.0718,0.3575,-0.9312,0.0085,0.9337,0.3578,0.9973,0.0177'
  2787. ..',-0.0701|-9.5038,26.3998,-36.9393|-9.5039,26.7999,-36.939|-0.0901,-157.48,-0.06|0.0122,0.0066,0.0233|1.9999,-1.2,1.4999,0.9999,0,0,0,0,1,0,-1,-0.0001|-1.5001,-1.2,2,0,-1,-0.0001,0,0,1,-1,0,-0.0001|1.5,-1.2001,1.9999,0,0.9999,0,0,0,1,0.9999,0,0|0,-1.2,0,-1,0,-0.0001,0,0,1,0,0.9999,0|-2,-1.2,-0.0001,-1,-0.0001,-0.0001,0,0,1,0,0.9999,0|1,-0.0001,-1,0,0,-1,-0.0001,1,-0.0001,0.9999,-0.0001,0|-0.0001,-1.2001,1.5,0.9999,0,0,0,0,1,-0.0001,-1,-0.0001|-2,-1.2001,1.4999,0.9999,0,0,0,0,1,-0.0001,-1,-0.0001|2,-1.2001,-0.0001,-1,0,-0.0001,0,0,1'
  2788. ..',0,0.9999,0|-9.5038,23.5998,-36.4393|-20,0.5,15.4999,1,0,0,0,0,-1,0,1,0|-11.352,28.1977,-36.1704|0.0106,0.0024,0.0273|-7.6571,28.2021,-37.7026|0.0214,0.0108,0.0533|-9.5045,28.1999,-36.9365|0.016,0.0066,0.0403|-9.5038,24.9998,-36.9393|-11.1744,28.6678,-38.3514|16.4099,22.54,-179.93|0.0377,0.0622,-0.024|0,-0.2001,-0.0001,-0.0001,1,-0.0001,0,-0.0001,1,0.9999,-0.0001,0|-9.327,28.67,-39.1176|0.0412,0.0752,-0.0155|-0.0001,0,4.5,-1,-0.0001,-0.0001,0,1,0,-0.0001,-0.0001,-1|-12.9298,29.7968,-36.0547|0.0143,0.0053,0.0356|-0.5,0.2,-0.5,0,0,0'
  2789. ..'.9999,0,1,0,-1,-0.0001,0|0.5,1.6,0.5,0,-0.0001,-1,0,1,0,0.9999,0,0|-9.5051,29.5999,-36.9339|0.0199,0.0065,0.0573|0,1.2,-0.0001,-1,0,0,0,-0.0001,-1,0,-1,-0.0001|-10.0791,28.2021,-38.3221|0.0258,0.025,0.0363|-11.3526,29.5977,-36.1678|0.0145,0.0023,0.0443|0,1.2,0,-1,0,0,0,-0.0001,-1,0,-1,-0.0001|-10.7774,28.1954,-34.7848|-0.06,112.5199,0.09|0.0009,-0.0161,0.0313|-7.0825,28.1998,-36.317|0.0599,-67.4801,-0.0901|0.0117,-0.0077,0.0573|-8.2317,28.2043,-39.0882|0.0311,0.0292,0.0493|-7.6577,29.6021,-37.7001|0.0253,0.0107,0.0703|-11.78,28.39'
  2790. ..'23,-33.2861|-0.0091,-0.0315,0.0266|-10.3258,27.9974,-38.9174|0.041,0.0713,-0.0298|0.9999,0.5,0,0.9999,0,-0.0001,0,0,-1,0,1,-0.0001|-1.0001,0.5,0,0.9999,0,-0.0001,0,0,-1,0,1,-0.0001|-11.6157,29.0068,-39.4146|-0.06,112.5199,-73.59|0.0422,0.077,-0.0212|-9.7683,29.009,-40.1808|0.0457,0.09,-0.0127|-11.9266,28.1999,-37.5559|0.0204,0.0208,0.0233|-25.985,42.1142,-56.2317|-16.41,75.72,179.94|0.0313,0.0025,0.0091|-1.0001,0.2,4,0.9999,-0.0001,0,-0.0001,-0.0001,-1.0001,-0.0001,0.9999,0|-26.479,42.1164,-54.2937|0.0401,0.0061,0.0113|-0.0001,-0.'
  2791. ..'0001,0.9999,-1,0,0,-0.0001,1,-0.0001,0,0,-1|0.9999,0.2,4,0.9999,-0.0001,0,-0.0001,-0.0001,-1.0001,-0.0001,0.9999,0|-23.1086,41.7946,-58.0781|0.0799,-104.3001,0.0599|0.0185,-0.0122,-0.0459|0,-1.6,0.5,-1,0,0,-0.0001,0.9999,-0.0001,0,0,-1|-30.142,41.657,-56.2588|0.0295,0.017,0.0285|-181.1379,41.855,28.6789,-0.2472,0.2734,0.9295,0.0011,-0.9593,0.2824,0.9689,0.0708,0.2368|-1277.7408,482.7158,735.9306,0.0838,-0.3637,0.9277,0.001,0.931,0.3648,-0.9965,-0.0296,0.0784|-4487.0406,960.9024,1536.7445,-0.9969,-0.0281,0.0745,0.001,0.9311,0.3645,'
  2792. ..'-0.0797,0.3634,-0.9282|-18.2161,53.1256,-68.2667,-0.9973,0.0421,0.0608,0.0617,0.9278,0.3678,-0.041,0.3706,-0.9279|-23.0038,41.3998,-54.4393|-23.004,41.7998,-54.4396|-0.08,75.6999,-0.06|0.0119,-0.0158,-0.0457|1.5,-1.2,2,0,1,0,-0.0001,0,0.9999,1,0,-0.0001|0.9999,-0.0001,-1.0001,0,-0.0001,-1,-0.0001,0.9999,0,1,-0.0001,0|-23.5038,38.5998,-54.4393|-22.5116,43.1977,-56.3796|0.011,-0.0121,-0.0433|1,-1.6,0.5,0,-0.0001,-1,-0.0001,0.9999,0,1,-0.0001,0|1.9999,0.2,-0.0001,1,0,-0.0001,0,0,-1,0,1,-0.0001|-23.4996,43.202,-52.5035|0.0039,-0.0195,'
  2793. ..'-0.0451|-0.0001,-0.2001,0,1,0,-0.0001,-0.0001,0,0.9999,0,-1,-0.0001|-2,0.1999,-0.0001,1,0,-0.0001,0,0,-1,0,1,-0.0001|-23.0056,43.1998,-54.4416|0.0074,-0.0158,-0.0442|-0.0001,0.1999,-0.0001,1,0,-0.0001,0,0,-1,0,1,-0.0001|-23.0038,39.9998,-54.4393|-20.872,43.6677,-54.9302|16.4099,-104.28,-179.9401|0.0426,-0.0141,-0.0158|0,-0.2001,-0.0001,-0.0001,1,-0.0001,-0.0001,-0.0001,0.9999,0.9999,-0.0001,-0.0001|0.9999,-0.2001,0,-1,-0.0001,0,-0.0001,0,1,0,0.9999,0|-0.0001,-0.0001,4.5,-1,-0.0001,0,0,1,0,0,-0.0001,-1|-21.366,43.6698,-52.9922|0.05'
  2794. ..'15,-0.0105,-0.0135|-1,-0.2001,0,-1,-0.0001,0,-0.0001,0,1,0,0.9999,0|-21.6585,44.7967,-57.7119|0.0083,-0.008,-0.04|-23.0072,44.5998,-54.4435|0.003,-0.0158,-0.0427|-0.0001,1.1999,0,-1,0,-0.0001,-0.0001,-0.0001,-1,0,-1,-0.0001|-21.5521,43.202,-54.0711|0.0067,-0.0116,-0.0415|0,0.1999,1.4999,-1,0,-0.0001,-0.0001,-0.0001,-1,0,-1,-0.0001|-22.5132,44.5976,-56.3816|0.0065,-0.0121,-0.0418|1,-0.2,0.5,0,-0.0001,-1,-0.0001,0.9999,0,1,-0.0001,0|-0.0001,1.1999,-0.0001,-1,0,-0.0001,-0.0001,-0.0001,-1,0,-1,-0.0001|-23.9652,43.1955,-56.7501|-0.06,-'
  2795. ..'14.3001,0.0799|0.0117,-0.0163,-0.0459|-24.9531,43.1998,-52.874|0.0599,165.6999,-0.08|0.0045,-0.0237,-0.0477|-2.0001,0.1999,-1.5001,0,1,-0.0001,-0.0001,0,-1,-1,0,-0.0001|-22.0461,43.2042,-52.1331|0.0032,-0.0153,-0.0424|-2,0.1999,1.4999,-1,0,-0.0001,-0.0001,-0.0001,-1,0,-1,-0.0001|-23.5012,44.602,-52.5055|-0.0006,-0.0195,-0.0436|-24.5639,43.3924,-58.4509|0.0142,-0.0164,-0.0468|-20.9276,42.9973,-53.9117|0.045,-0.0129,-0.0149|-19.7564,44.0066,-54.6463|-0.06,-14.3001,-73.59|0.0451,-0.0177,-0.0212|-20.2504,44.0088,-52.7082|0.054,-0.0141'
  2796. ..',-0.019|-0.0001,0,-1,0,-1,-0.0001,1,-0.0001,0,0,0,0.9999|-21.0581,43.1998,-56.0091|0.0103,-0.0079,-0.0406|2,0.1999,1.4999,-1,0,-0.0001,-0.0001,-0.0001,-1,0,-1,-0.0001|-19.0038,17.8998,-46.4393|39,7,2|0,3.5,0,-1,-0,-0,0,0,1,0,1,0|-5.5,-0.5,-21.5,-1,0,0,0,0,1,0,1,0|0,-3.5,0,1,0,0,-0,-0,-1,0,1,0|-0.0001,1.5,0,1,0,0,0,0,-1,0,1,0|-19.0038,12.8998,-46.4393|39,3,2|-24.5038,30.3998,-51.9393|9,14,38|-23.5038,11.7998,-51.9393|-25.0038,9.5998,-53.4393|-23.5038,9.9998,-51.9393|-1.0001,0.3999,1.5,0,0,1,0,1,0,-1,0,0|-1.0001,0.3999,-1.5,0,0,1,0,'
  2797. ..'1,0,-1,0,0|-25.0038,9.5998,-50.4393|-24.5038,8.5998,-51.9393|0,0.5,-92,1,0,0,0,0,-1,0,1,0|-23.5038,9.9998,-46.9393|0,-0.6001,-0.0001,-1,0,0,0,0,1,0,1,0|-23.5038,11.7998,-46.9393|-19.0038,9.8998,-46.4393|-5.5,0.5,-86.5,1,0,0,0,0,-1,0,1,0|-0.0001,-1.5,0,-1,0,0,0,0,1,0,1,0|-24.5038,8.5998,-46.9393|-25.0038,9.5998,-48.4393|-23.5038,11.7998,-41.9393|-23.5038,9.9998,-41.9393|-26.0038,24.8998,-71.9393|12,1,2|-29.5038,30.3998,-51.9393|1,14,38|-40.0001,0.5,0,1,0,0,0,0,-1,0,1,0|-25.0038,9.5998,-45.4393|-6.5,0.5,-92.5,0,1,0,0,0,-1,-1,0,0|-30'
  2798. ..'.0038,9.3998,-45.4393|6,2,15|-25.0038,9.5998,-43.4393|-25.0038,9.5998,-40.4393|-24.5038,8.5998,-41.9393|-10,0.5,-92,1,0,0,0,0,-1,0,1,0|-35.0038,9.5998,-52.4393|-0.0001,-0.0044,0|-33.0038,3.7998,-51.9393|50,7.2,18|0,-0.5,-100.5,-1,0,0,0,0,1,0,1,0|-38.5038,30.1998,-51.9393|0,-0.0044,0|38,15.6,17|0,-7.8001,0,1,0,0,-0,-0,-1,0,1,0|0,0.4999,-41.0001,1,0,0,0,0,-1,0,1,0|0,0.4999,-41,1,0,0,0,0,-1,0,1,0|8,2.9999,0,0,1,0,0,0,-1,-1,0,0|-41.5038,10.3998,-77.4393|11,4,1|25.5,0.5,-109,0,-1,0,0,0,-1,1,0,0|0,-2,-0.5,0,-1,0,0,0,1,-1,0,0|5,-2,0,-1,0'
  2799. ..',0,0,0,1,0,1,0|-36.5038,9.9998,-50.9393|-36.5038,11.7998,-50.9393|-35.5038,8.5998,-50.9393|-35.0038,9.5998,-49.4393|-35.0038,9.5998,-47.4393|-4.5,0.5,-102.5,0,-1,0,0,0,-1,1,0,0|-35.5038,8.5998,-45.9393|-6,0.5,-103,-1,0,0,0,0,-1,0,-1,0|-36.5038,9.9998,-45.9393|-36.5038,11.7998,-45.9393|-35.0038,9.5998,-44.4393|-35.0038,9.5998,-42.4393|-9.5,0.5,-102.5,0,-1,0,0,0,-1,1,0,0|-36.5038,9.9998,-40.9393|-35.0038,9.5998,-39.4393|-36.5038,11.7998,-40.9393|-35.5038,8.5998,-40.9393|-41.5038,10.3998,-26.4393|0.0156,0.6862,0.9254|-41.0038,14.3998'
  2800. ..',-77.4393|1,4,10|-46.5038,14.3998,-77.4393|-46.5038,14.3998,-57.4393|1,4,7|-46.5038,14.3998,-73.4393|0,-3,-21.5,-1,0,0,0,0,1,0,1,0|-46.5038,14.3998,-69.4393|0,-3,-17.5,-1,0,0,0,0,1,0,1,0|0,2,-17.5,1,0,0,0,0,-1,0,1,0|-46.5038,14.3998,-65.4393|0,-3,-13.5,-1,0,0,0,0,1,0,1,0|-46.5038,14.3998,-61.4393|0,-3,-9.5,-1,0,0,0,0,1,0,1,0|-46.5038,14.3998,-53.4393|-41.0038,14.3998,-26.4393|-41.5038,19.3998,-77.4393|11,6,1|0,-3,0,1,0,0,-0,-0,-1,0,1,0|0,2,-0.5,0,-1,0,0,0,-1,1,0,0|5,2,0,1,0,0,0,0,-1,0,1,0|-41.5038,19.3998,-26.4393|-46.5038,19.3998'
  2801. ..',-51.9393|1,6,50|0,2,-10.5,1,0,0,0,0,-1,0,1,0|0,2,1.5,1,0,0,0,0,-1,0,1,0|0,2,5.4999,1,0,0,0,0,-1,0,1,0|0,2,-20,1,0,0,0,0,-1,0,1,0|-46.5038,10.3998,-51.9393|1,4,50|0,-2,-14.5,-1,0,0,0,0,1,0,1,0|0,-2,-10.5,-1,0,0,0,0,1,0,1,0|0,-2,5.4999,-1,0,0,0,0,1,0,1,0|0,0.5,-114,0,-1,0,0,0,-1,1,0,0|0,-2,13.5,-1,0,0,0,0,1,0,1,0|0,-2,1.5,-1,0,0,0,0,1,0,1,0|0,-2,21.5,-1,0,0,0,0,1,0,1,0|0,-2,9.4999,-1,0,0,0,0,1,0,1,0|0,-2,-20,-1,0,0,0,0,1,0,1,0|0,-2,-6.5,-1,0,0,0,0,1,0,1,0|-46.5038,14.3998,-49.4393|0,-3,2.5,-1,0,0,0,0,1,0,1,0|0,2,2.5,1,0,0,0,0,-1,0,'
  2802. ..'1,0|-46.5038,14.3998,-45.4393|0,-3,6.5,-1,0,0,0,0,1,0,1,0|-46.5038,14.3998,-41.4393|-46.5038,14.3998,-37.4393|0,-3,14.4999,-1,0,0,0,0,1,0,1,0|-46.5038,14.3998,-31.9393|-46.5038,14.3998,-26.4393|Button|0.4196,0.196,0.4862|8.499,0.8372,23.6041|0,-180,0|5,1.2,5|Regen;0,4>11>3,4>12>593,6>11>5,6>12>13,7>11>5,7>12>10,8>11>5,8>12>3,9>11>5,9>12>2,12>11>11,12>12>693,15>11>14,15>12>677,16>11>14,16>12>693,18>11>17,18>12>593,19>11>17,19>12>14,21>11>20,21>12>547,22>11>20,22>12>525,23>11>20,23>12>142,28>11>27,28>12>35,29>11>27,29>12>90,31>11>30'
  2803. ..',31>12>35,32>11>30,32>12>92,34>11>33,34>12>70,69>11>68,69>12>70,71>11>70,71>12>79,73>11>72,73>12>500,75>11>74,75>12>27,76>11>74,76>12>102,77>11>74,77>12>93,78>11>74,78>12>70,80>11>79,80>12>30,82>11>81,82>12>27,83>11>81,83>12>97,84>11>81,84>12>30,85>11>81,85>12>70,88>11>86,88>12>68,89>11>86,89>12>72,91>11>90,91>12>119,96>11>93,96>12>102,101>11>99,101>12>70,106>11>104,106>12>70,109>11>107,109>12>70,112>11>110,112>12>70,115>11>113,115>12>79,118>11>116,118>12>33,120>11>119,120>12>92,123>11>121,123>12>90,126>11>124,126>12>92,129>11>127'
  2804. ..',129>12>70,145>27>202,148>11>146,148>12>241,151>11>149,151>12>241,154>11>152,154>12>200,155>11>152,155>12>186,156>11>152,156>12>180,159>11>157,159>12>241,162>11>160,162>12>164,163>11>160,163>12>241,168>11>166,168>12>160,171>11>169,171>12>173,172>11>169,172>12>192,177>11>175,177>12>157,178>11>175,178>12>241,179>11>175,179>12>190,184>11>182,184>12>202,185>11>182,185>12>180,188>11>186,188>12>234,189>11>186,189>12>230,196>11>194,196>12>160,199>11>197,199>12>180,205>11>202,205>12>194,206>11>202,206>12>693,207>11>202,207>12>164,208>11>2'
  2805. ..'02,208>12>561,209>11>202,209>12>197,210>11>202,210>12>166,211>11>202,211>12>173,212>11>202,212>12>135,213>11>202,213>12>234,214>11>202,214>12>157,215>11>202,215>12>138,216>11>202,216>12>149,217>11>202,217>12>230,218>11>202,218>12>146,219>11>202,219>12>200,220>11>202,220>12>232,221>11>202,221>12>241,222>11>202,222>12>190,223>11>202,223>12>192,224>11>202,224>12>568,225>11>202,225>12>570,226>11>202,226>12>131,227>11>202,227>12>228,240>11>236,240>12>241,242>11>241,242>12>164,247>11>243,247>12>241,252>11>248,252>12>241,257>11>253,257>1'
  2806. ..'2>241,262>11>258,262>12>241,267>11>263,267>12>241,272>11>268,272>12>241,275>11>274,275>12>706,276>11>274,276>12>277,278>11>277,278>12>282,280>11>279,280>12>282,281>11>279,281>12>274,294>11>293,294>12>296,295>11>293,295>12>282,298>11>297,298>12>300,299>11>297,299>12>293,301>11>300,301>12>296,327>11>326,327>12>325,329>11>328,329>12>331,330>11>328,330>12>326,332>11>331,332>12>325,348>11>347,348>12>355,350>11>349,350>12>353,351>11>349,351>12>347,352>11>349,352>12>331,354>11>353,354>12>355,360>11>359,360>12>366,362>11>361,362>12>429,36'
  2807. ..'3>11>361,363>12>366,365>11>364,365>12>450,400>11>399,400>12>401,402>11>401,402>12>364,403>11>401,403>12>443,404>11>401,404>12>418,405>11>401,405>12>441,406>11>401,406>12>459,407>11>401,407>12>436,410>11>409,410>12>438,411>11>409,411>12>430,412>11>409,412>12>401,413>11>409,413>12>359,415>11>414,415>12>448,416>11>414,416>12>401,417>11>414,417>12>361,419>11>418,419>12>361,420>11>418,420>12>359,423>11>421,423>12>408,424>11>421,424>12>399,426>11>425,426>12>359,427>11>425,427>12>454,428>11>425,428>12>452,435>11>433,435>12>418,440>11>438'
  2808. ..',440>12>430,447>11>445,447>12>401,453>11>452,453>12>429,458>11>456,458>12>429,462>11>461,462>12>593,463>11>461,463>12>510,464>11>461,464>12>500,465>11>461,465>12>677,466>11>461,466>12>560,467>11>461,467>12>556,470>11>469,470>12>476,472>11>471,472>12>593,474>11>473,474>12>471,475>11>473,475>12>469,478>11>477,478>12>476,480>11>479,480>12>482,481>11>479,481>12>477,483>11>482,483>12>488,485>11>484,485>12>517,486>11>484,486>12>503,490>11>489,490>12>492,491>11>489,491>12>487,493>11>492,493>12>494,496>11>495,496>12>498,497>11>495,497>12>'
  2809. ..'494,499>11>498,499>12>488,501>11>500,501>12>677,502>11>500,502>12>487,504>11>503,504>12>510,505>11>503,505>12>500,506>11>503,506>12>677,508>11>507,508>12>593,509>11>507,509>12>553,511>11>510,511>12>500,512>11>510,512>12>554,513>11>510,513>12>560,515>11>514,515>12>693,516>11>514,516>12>524,519>11>518,519>12>514,520>11>518,520>12>521,522>11>521,522>12>593,523>11>521,523>12>524,526>11>525,526>12>693,527>11>525,527>12>543,528>11>525,528>12>142,529>11>525,529>12>530,532>11>531,532>12>693,533>11>531,533>12>593,534>11>531,534>12>547,535>'
  2810. ..'11>531,535>12>525,537>11>536,537>12>510,538>11>536,538>12>677,540>11>539,540>12>693,541>11>539,541>12>553,544>11>543,544>12>142,546>11>545,546>12>593,548>11>547,548>12>593,549>11>547,549>12>543,550>11>547,550>12>142,551>11>547,551>12>693,552>11>547,552>12>530,555>11>554,555>12>693,557>11>556,557>12>468,558>11>556,558>12>649,559>11>556,559>12>560,563>11>562,563>12>571,565>11>564,565>12>517,566>11>564,566>12>583,567>11>564,567>12>651,569>11>568,569>12>571,572>11>571,572>12>570,573>11>571,573>12>561,575>11>574,575>12>693,579>11>578,5'
  2811. ..'79>12>693,581>11>580,581>12>574,582>11>580,582>12>542,585>11>584,585>12>583,586>11>584,586>12>554,588>11>587,588>12>706,591>11>590,591>12>589,592>11>590,592>12>564,594>11>593,594>12>804,595>11>593,595>12>468,596>11>593,596>12>530,597>11>593,597>12>649,598>11>593,598>12>14,599>11>593,599>12>682,600>11>593,600>12>576,601>11>593,601>12>11,602>11>593,602>12>775,603>11>593,603>12>744,604>11>593,604>12>542,605>11>593,605>12>740,606>11>593,606>12>739,607>11>593,607>12>703,608>11>593,608>12>525,609>11>593,609>12>763,610>11>593,610>12>668,'
  2812. ..'611>11>593,611>12>748,613>11>612,613>12>693,614>11>612,614>12>589,618>11>617,618>12>560,620>11>619,620>12>706,621>11>619,621>12>593,623>11>622,623>12>648,625>11>624,625>12>632,626>11>624,626>12>622,628>11>627,628>12>633,630>11>629,630>12>635,631>11>629,631>12>627,634>11>633,634>12>632,637>11>636,637>12>647,638>11>636,638>12>635,640>11>639,640>12>646,641>11>639,641>12>642,644>11>643,644>12>647,645>11>643,645>12>642,650>11>649,650>12>560,653>11>652,653>12>655,654>11>652,654>12>651,656>11>655,656>12>693,657>11>655,657>12>677,659>11>6'
  2813. ..'58,659>12>674,661>11>660,661>12>667,663>11>662,663>12>667,665>11>664,665>12>593,666>11>664,666>12>667,670>11>669,670>12>674,672>11>671,672>12>593,673>11>671,673>12>674,675>11>674,675>12>676,679>11>678,679>12>593,681>11>680,681>12>667,684>11>683,684>12>693,685>11>683,685>12>593,687>11>686,687>12>704,688>11>686,688>12>682,690>11>689,690>12>17,691>11>689,691>12>593,692>11>689,692>12>706,694>11>693,694>12>530,695>11>693,695>12>560,696>11>693,696>12>787,697>11>693,697>12>649,698>11>693,698>12>775,699>11>693,699>12>744,700>11>693,700>12'
  2814. ..'>739,701>11>693,701>12>763,702>11>693,702>12>668,705>11>704,705>12>693,707>11>706,707>12>817,708>11>706,708>12>303,709>11>706,709>12>703,710>11>706,710>12>733,711>11>706,711>12>740,712>11>706,712>12>326,713>11>706,713>12>468,714>11>706,714>12>1174,715>11>706,715>12>1172,716>11>706,716>12>1187,717>11>706,717>12>1233,718>11>706,718>12>1188,719>11>706,719>12>1231,720>11>706,720>12>1157,721>11>706,721>12>1222,722>11>706,722>12>1211,723>11>706,723>12>1210,724>11>706,724>12>1192,725>11>706,725>12>646,726>11>706,726>12>1186,727>11>706,72'
  2815. ..'7>12>1161,728>11>706,728>12>1234,729>11>706,729>12>748,731>11>730,731>12>693,732>11>730,732>12>733,734>11>733,734>12>824,735>11>733,735>12>560,737>11>736,737>12>593,738>11>736,738>12>693,742>11>741,742>12>693,743>11>741,743>12>408,746>11>745,746>12>706,747>11>745,747>12>593,750>11>749,750>12>787,751>11>749,751>12>775,753>11>752,753>12>693,754>11>752,754>12>733,756>11>755,756>12>587,757>11>755,757>12>762,758>11>755,758>12>689,760>11>759,760>12>733,761>11>759,761>12>831,766>11>765,766>12>693,767>11>765,767>12>593,769>11>768,769>12>6'
  2816. ..'93,770>11>768,770>12>593,772>11>771,772>12>818,773>11>771,773>12>706,774>11>771,774>12>820,777>11>776,777>12>818,778>11>776,778>12>820,780>11>779,780>12>776,782>11>781,782>12>706,783>11>781,783>12>779,785>11>784,785>12>804,786>11>784,786>12>795,789>11>788,789>12>804,790>11>788,790>12>1180,793>11>792,793>12>804,794>11>792,794>12>795,796>11>795,796>12>814,797>11>795,797>12>791,798>11>795,798>12>815,799>11>795,799>12>764,800>11>795,800>12>822,801>11>795,801>12>1093,802>11>795,802>12>1181,803>11>795,803>12>1154,805>11>804,805>12>818,8'
  2817. ..'06>11>804,806>12>791,807>11>804,807>12>815,808>11>804,808>12>764,809>11>804,809>12>814,810>11>804,810>12>822,811>11>804,811>12>820,812>11>804,812>12>816,813>11>804,813>12>1154,819>11>818,819>12>823,821>11>820,821>12>823,825>11>824,825>12>560,827>11>826,827>12>823,829>11>828,829>12>706,830>11>828,830>12>826,836>11>835,836>12>900,847>11>839,847>12>837,848>11>839,848>12>835,875>11>874,875>12>898,876>11>874,876>12>877,878>11>877,878>12>913,879>11>877,879>12>887,880>11>877,880>12>838,881>11>877,881>12>936,882>11>877,882>12>918,883>11>8'
  2818. ..'77,883>12>920,885>11>884,885>12>804,886>11>884,886>12>898,888>11>887,888>12>835,890>11>889,890>12>837,891>11>889,891>12>925,892>11>889,892>12>877,894>11>893,894>12>911,895>11>893,895>12>877,896>11>893,896>12>837,897>11>893,897>12>835,901>11>900,901>12>930,903>11>902,903>12>934,904>11>902,904>12>930,905>11>902,905>12>837,909>11>906,909>12>915,910>11>906,910>12>887,917>11>915,917>12>887,924>11>922,924>12>877,929>11>927,929>12>838,933>11>931,933>12>900,942>11>941,942>12>1006,943>11>941,943>12>947,946>11>945,946>12>1033,955>11>947,955'
  2819. ..'>12>944,982>11>981,982>12>1003,983>11>981,983>12>984,985>11>984,985>12>1042,986>11>984,986>12>1026,987>11>984,987>12>1024,988>11>984,988>12>1000,989>11>984,989>12>996,990>11>984,990>12>945,991>11>984,991>12>1019,992>11>984,992>12>1028,993>11>984,993>12>998,995>11>994,995>12>804,997>11>996,997>12>941,999>11>998,999>12>944,1001>11>1000,1001>12>941,1002>11>1000,1002>12>944,1005>11>1003,1005>12>994,1007>11>1006,1007>12>1038,1009>11>1008,1009>12>1040,1010>11>1008,1010>12>944,1014>11>1011,1014>12>1021,1015>11>1011,1015>12>996,1018>11>10'
  2820. ..'16,1018>12>1000,1023>11>1021,1023>12>996,1032>11>1030,1032>12>998,1036>11>1035,1036>12>1008,1037>11>1035,1037>12>1006,1048>11>1047,1048>12>1054,1050>11>1049,1050>12>1113,1051>11>1049,1051>12>1054,1053>11>1052,1053>12>1138,1088>11>1087,1088>12>1090,1089>11>1087,1089>12>1107,1091>11>1090,1091>12>1128,1092>11>1090,1092>12>1052,1094>11>1093,1094>12>1107,1096>11>1095,1096>12>1047,1097>11>1095,1097>12>1115,1098>11>1095,1098>12>1090,1100>11>1099,1100>12>1136,1101>11>1099,1101>12>1090,1102>11>1099,1102>12>1049,1104>11>1103,1104>12>1047,11'
  2821. ..'05>11>1103,1105>12>1049,1106>11>1103,1106>12>1090,1110>11>1109,1110>12>1141,1111>11>1109,1111>12>1140,1112>11>1109,1112>12>1047,1114>11>1113,1114>12>1140,1120>11>1118,1120>12>1103,1123>11>1121,1123>12>1090,1126>11>1124,1126>12>1115,1127>11>1124,1127>12>1095,1132>11>1130,1132>12>1090,1135>11>1133,1135>12>1090,1145>11>1143,1145>12>1113,1148>11>1146,1148>12>1090,1150>11>1149,1150>12>820,1151>11>1149,1151>12>818,1152>11>1149,1152>12>1153,1156>11>1155,1156>12>1158,1159>11>1158,1159>12>1161,1160>11>1158,1160>12>1157,1163>11>1162,1163>12'
  2822. ..'>706,1164>11>1162,1164>12>1158,1166>11>1165,1166>12>1174,1167>11>1165,1167>12>1168,1170>11>1169,1170>12>706,1171>11>1169,1171>12>1153,1173>11>1172,1173>12>1165,1176>11>1175,1176>12>1177,1178>11>1177,1178>12>1188,1179>11>1177,1179>12>1187,1182>11>1181,1182>12>804,1184>11>1183,1184>12>706,1185>11>1183,1185>12>1165,1190>11>1189,1190>12>706,1191>11>1189,1191>12>1177,1195>11>1193,1195>12>706,1198>11>1196,1198>12>820,1199>11>1196,1199>12>818,1200>11>1196,1200>12>1257,1202>11>1201,1202>12>706,1203>11>1201,1203>12>1237,1204>11>1201,1204>1'
  2823. ..'2>1238,1206>11>1205,1206>12>1210,1207>11>1205,1207>12>1192,1209>11>1208,1209>12>1205,1212>11>1211,1212>12>1205,1214>11>1213,1214>12>706,1215>11>1213,1215>12>1219,1217>11>1216,1217>12>706,1218>11>1216,1218>12>1219,1220>11>1219,1220>12>1221,1223>11>1222,1223>12>1219,1225>11>1224,1225>12>706,1226>11>1224,1226>12>1227,1228>11>1227,1228>12>1233,1229>11>1227,1229>12>1232,1230>11>1227,1230>12>1231,1235>11>1234,1235>12>1250,1236>11>1234,1236>12>1282,1241>11>1240,1241>12>1257,1243>11>1242,1243>12>1257,1244>11>1242,1244>12>1262,1246>11>1245'
  2824. ..',1246>12>1257,1248>11>1247,1248>12>1257,1252>11>1251,1252>12>1237,1253>11>1251,1253>12>1238,1255>11>1254,1255>12>1250,1256>11>1254,1256>12>1282,1258>11>1257,1258>12>1278,1259>11>1257,1259>12>1249,1260>11>1257,1260>12>1239,1261>11>1257,1261>12>1281,1263>11>1262,1263>12>1279,1264>11>1262,1264>12>1278,1265>11>1262,1265>12>1239,1266>11>1262,1266>12>706,1267>11>1262,1267>12>1245,1268>11>1262,1268>12>1249,1269>11>1262,1269>12>1240,1270>11>1262,1270>12>1247,1271>11>1262,1271>12>1281,1272>11>1262,1272>12>1276,1274>11>1273,1274>12>1257,127'
  2825. ..'5>11>1273,1275>12>1262,1277>11>1276,1277>12>1257,1280>11>1279,1280>12>1257;2;n;1|2:2|3:3|4:4|5:5|6:6|7:7|2:2|2:2;3|2:2|3:8|4:9|5:5|6:10|8:11|7:11|2:2|2:2;n;4|9:12|10:13;p;1|2:2|3:14|4:4|5:5|6:15|13:11|7:11|2:2|2:2;n;4|9:16|10:17;4|9:18|10:19;4|9:20|10:21;4|9:16|10:22;p;1|2:2|3:23|4:4|5:5|6:24|7:7|2:2|2:2;1|2:25|14:26|15:27|3:28|5:5|6:29|8:11|7:11|2:25|2:25;n;4|9:30|10:31;p;1|2:2|3:32|4:4|5:5|6:6|7:7|2:2|2:2;1|2:33|3:34|5:5|6:35|8:11|7:11|2:33|2:33;n;4|9:30|10:36;4|9:30|10:37;p;1|2:2|3:38|4:4|5:5|6:39|8:11|16:11|7:11|2:2|2:2;n;4|9:'
  2826. ..'40|10:41;4|9:40|10:42;p;1|2:43|3:44|4:9|5:5|6:45|8:11|7:11|2:43|2:43;n;4|9:46|10:47;4|9:16|10:48;4|9:49|10:50;p;2|1:51;n;2|1:52;n;2|1:53;n;1|1:54|2:55|3:56|4:57|5:58|6:59|17:11|8:7|7:7|2:55|2:55;n;4|9:60|10:61;4|9:62|10:63;p;1|1:64|2:55|3:65|4:57|5:66|6:59|17:11|8:7|7:7|2:55|2:55;n;4|9:60|10:67;4|9:62|10:68;p;3|2:55|3:69|4:70|5:71|6:72|17:11|13:11|7:11|2:55|2:55;n;4|9:73|10:74;p;1|1:75|2:55|3:76|4:57|5:77|6:78|8:7|7:11|2:55|2:55;n;5|3:79|18:80;6|19:80;7;8|1:81;8|1:82;8|1:83|20:84;7|1:85;p;9|1:86|20:87;9|1:86|20:88;9|1:86|20:89;9|1'
  2827. ..':86|20:90;9|1:86|20:91;8|1:92;7;8|1:93;9|1:86|20:90;9|1:86|20:94;9|1:86|20:91;9|1:86|20:95;9|1:86|20:96;9|1:86|20:96;9|1:86|20:97;9|1:86|20:97;9|1:86|20:98;9|1:86|20:98;9|1:86|20:99;9|1:86|20:100;9|1:86|20:90;7;7;9|1:86|20:90;p;2|1:101;n;1|2:55|3:102|4:9|5:5|6:103|8:7|7:104|2:55|2:55;n;10|9:105|10:106;p;1|2:55|3:107|4:108|5:109|6:103|7:11|2:55|2:55;n;4|9:105|10:110;p;1|2:55|3:111|4:9|5:5|6:112|8:11|7:7|2:55|2:55;n;4|9:12|10:113;p;1|2:55|3:114|4:108|5:115|6:116|21:104|2:55|2:55;n;10|9:46|10:117;11|9:18|10:118;4|9:16|10:119;4|9:20|1'
  2828. ..'0:120;p;1|2:55|3:121|4:108|5:122|6:116|13:104|2:55|2:55;n;10|9:16|10:123;p;1|2:55|3:124|4:108|5:125|6:116|21:104|13:104|2:55|2:55;n;10|9:16|10:123;11|9:18|10:126;10|9:46|10:117;4|9:20|10:127;p;1|2:55|3:128|4:9|5:5|6:15|8:11|7:11|2:55|2:55;n;12;4|9:18|10:129;4|9:20|10:130;p;1|2:55|3:131|4:132|5:133|6:134|22:135|16:11|2:55|2:55;n;4|9:136|10:137;p;1|2:55|3:138|4:132|5:139|6:134|22:135|16:11|2:55|2:55;1|2:55|3:140|4:70|5:141|6:6|22:135|13:11|2:55|2:55;n;12|23:142|24:11;13|1:143|25:11;4|9:73|10:144;p;1|2:55|3:145|4:70|5:146|6:147|2:55|'
  2829. ..'2:55;n;12|24:11;p;1|2:55|3:148|4:70|5:149|6:150|2:55|2:55;n;12|24:11;4|9:20|10:151;p;1|2:55|3:152|4:70|5:153|6:147|2:55|2:55;n;12|24:11;p;1|2:55|3:154|4:155|5:156|6:150|2:55|2:55;n;12|24:11;4|9:20|10:157;p;1|2:55|3:158|4:159|5:160|6:150|2:55|2:55;n;12|24:11;4|9:20|10:161;p;1|2:55|3:162|4:70|5:163|6:150|2:55|2:55;n;12|24:11;4|9:20|10:164;p;1|2:55|3:165|4:70|5:166|6:147|2:55|2:55;n;12|24:11;11|9:12|10:167;p;1|2:55|3:168|4:108|5:169|6:170|2:55|2:55;n;12|24:11;4|9:171|10:172;p;1|2:55|3:173|4:132|5:174|6:175|22:135|8:11|7:7|2:55|2:55;n'
  2830. ..';4|9:12|10:176;p;1|2:55|3:177|4:178|5:179|6:180|22:135|8:11|7:7|2:55|2:55;n;12|24:181;4|9:12|10:182;p;1|2:55|3:183|4:178|5:184|6:180|22:135|8:11|7:7|2:55|2:55;n;12|24:181;4|9:12|10:185;p;1|2:55|3:186|4:70|5:187|6:150|2:55|2:55;n;12|24:11;4|9:20|10:188;p;p;p;p;2;n;1|2:189|3:190|4:191|5:5|6:180|2:189|2:189;n;14;13|26:192|25:181;7;p;1|2:189|3:193|4:9|5:5|6:180|8:11|7:7|2:189|2:189;n;14;7;p;1|2:189|3:194|4:191|5:5|6:180|2:189|2:189;n;14;13|26:195|25:181;7;p;1|1:196|2:43|14:197|3:198|4:4|5:5|6:199|2:43|2:43;n;6|19:200;15|5:80|18:201;p;'
  2831. ..'p;2|1:202;n;1|2:55|3:203|4:4|5:204|6:205|8:11|7:11|2:55|2:55;n;12|23:206;4|9:46|10:207;p;1|2:55|3:208|4:4|5:204|6:205|8:11|7:11|2:55|2:55;n;12|23:206;4|9:171|10:209;p;1|2:55|3:210|4:211|5:5|6:212|8:11|7:11|2:55|2:55;n;12|23:206;4|9:213|10:214;4|9:215|10:216;4|9:217|10:218;p;1|2:55|3:219|4:4|5:5|6:205|8:11|7:11|2:55|2:55;n;12|23:206;4|9:46|10:220;p;1|2:55|3:221|4:222|5:204|6:223|8:11|7:11|2:55|2:55;n;12|23:206;4|9:213|10:224;4|9:46|10:225;p;1|2:55|3:226|4:4|5:204|6:205|8:11|7:11|2:55|2:55;n;12|23:206;p;1|2:55|3:227|4:4|5:204|6:205|'
  2832. ..'8:11|7:11|2:55|2:55;n;12|23:206;4|9:228|10:229;p;1|2:55|3:230|4:222|5:5|6:150|8:11|7:11|2:55|2:55;n;12|23:206;4|9:213|10:231;4|9:213|10:232;p;1|2:55|3:233|4:4|5:5|6:205|8:11|7:11|2:55|2:55;n;12|23:206;p;1|2:55|3:234|4:235|5:5|6:223|8:11|7:11|2:55|2:55;n;12|23:206;4|9:213|10:236;4|9:16|10:237;4|9:213|10:238;p;1|2:55|3:239|4:222|5:5|6:240|8:11|7:11|2:55|2:55;n;12|23:206;p;1|2:55|3:241|4:4|5:5|6:205|8:11|7:11|2:55|2:55;n;12|23:206;4|9:242|10:243;4|9:228|10:244;p;1|2:55|3:245|4:211|5:5|6:246|8:11|7:11|2:55|2:55;n;12|23:206;4|9:213|10:'
  2833. ..'247;4|9:213|10:248;p;1|2:2|3:249|4:4|5:5|6:205|8:11|7:11|2:2|2:2;n;12|23:206;p;1|2:55|3:250|4:4|5:5|6:205|8:11|7:11|2:55|2:55;n;12|23:206;p;1|2:55|3:251|4:4|5:204|6:205|8:11|7:11|2:55|2:55;n;12|23:206;4|9:228|10:252;p;1|2:55|3:253|4:4|5:5|6:205|8:11|7:11|2:55|2:55;n;12|23:206;4|9:228|10:254;p;1|2:55|3:255|4:4|5:5|6:205|8:11|7:11|2:55|2:55;n;12|23:206;p;1|1:256|2:55|3:257|5:5|6:258|8:7|7:11|2:55|2:55;n;15|5:80|18:259;6|19:259;4|9:136|10:260;4|9:60|10:261;4|9:136|10:262;4|9:136|10:263;4|9:136|10:264;4|9:136|10:265;4|9:136|10:266;4|9'
  2834. ..':136|10:267;4|9:136|10:268;4|9:136|10:269;4|9:136|10:270;4|9:136|10:271;4|9:136|10:272;4|9:136|10:273;4|9:136|10:274;4|9:136|10:275;4|9:136|10:276;4|9:136|10:277;4|9:136|10:278;4|9:136|10:279;4|9:136|10:280;4|9:136|10:281;4|9:136|10:282;p;1|2:55|3:283|4:4|5:5|6:205|8:11|7:11|2:55|2:55;n;12|23:206;p;1|2:55|3:284|4:4|5:5|6:205|8:11|7:11|2:55|2:55;n;12|23:206;p;1|2:55|3:285|4:4|5:204|6:205|8:11|7:11|2:55|2:55;n;12|23:206;p;1|2:55|3:286|4:4|5:5|6:205|8:11|7:11|2:55|2:55;n;12|23:206;p;1|1:287|2:33|3:288|4:289|5:5|6:180|8:7|7:11|2:33|2:'
  2835. ..'33;n;14|28:290;13|26:291|25:292;7;4|9:105|10:293;p;1|2:55|3:294|4:9|5:5|6:295|17:11|16:11|21:11|13:11|7:11|2:55|2:55;n;4|9:296|10:297;p;1|1:298|2:55|3:299|4:289|5:5|6:300|8:7|7:11|2:55|2:55;n;14|28:290;13|26:301|25:292;7;4|9:105|10:302;p;1|1:303|2:55|3:304|4:289|5:5|6:180|8:7|7:11|2:55|2:55;n;14|28:290;13|26:305|25:292;7;4|9:105|10:306;p;1|1:307|2:33|3:308|4:289|5:5|6:300|8:7|7:11|2:33|2:33;n;14|28:290;13|26:309|25:292;7;4|9:105|10:310;p;1|1:311|2:55|3:312|4:289|5:5|6:300|8:7|7:11|2:55|2:55;n;14|28:290;13|26:313|25:292;7;4|9:105|1'
  2836. ..'0:314;p;1|1:315|2:33|3:316|4:317|5:204|6:318|8:7|7:11|2:33|2:33;n;14|28:290;13|26:305|25:292;7;4|9:105|10:319;p;1|1:320|2:33|3:321|4:322|5:5|6:318|8:7|7:11|2:33|2:33;n;14|28:290;13|26:305|25:292;7;4|9:105|10:323;p;p;2;n;1|2:2|3:324|4:191|5:5|6:325|2:2|2:2;n;4|9:326|10:327;11|9:328|10:329;p;1|2:2|3:330|4:191|5:5|6:331|2:2|2:2;n;11|9:18|10:332;p;1|2:2|3:333|4:191|5:5|6:116|2:2|2:2;n;11|9:18|10:334;11|9:20|10:335;p;1|2:2|3:336|4:191|5:5|6:325|2:2|2:2;16|1:337|29:338|30:339|31:340|32:341;n;1|1:342|2:33|3:343|4:344|5:345|6:346|8:7|7:7|'
  2837. ..'2:33|2:33;n;17|33:347|34:348;12|35:349|24:350;17|1:351|33:352;p;18|1:353;7|1:354;7|1:355;7|1:356;p;p;2;n;1|2:2|3:357|4:191|5:5|6:325|2:2|2:2;n;11|9:328|10:329;11|9:326|10:358;p;1|2:2|3:359|4:191|5:5|6:331|2:2|2:2;1|2:2|3:360|4:191|5:5|6:116|2:2|2:2;n;11|9:18|10:334;11|9:20|10:361;p;1|2:2|3:362|4:191|5:5|6:325|2:2|2:2;n;11|9:326|10:363;p;16|1:337|29:338|30:339|31:340|32:341;n;1|1:342|2:33|3:364|5:204|6:346|8:7|7:7|2:33|2:33;n;17|33:347|34:348;12|35:349|24:350;17|1:351|33:352;p;18|1:353;7|1:354;7|1:355;7|1:356;p;p;2;n;16|1:365|29:36'
  2838. ..'6|30:367|31:368|36:369;n;1|1:342|2:33|3:370|4:371|5:372|6:134|8:7|16:181|21:181|7:181|2:33|2:33;n;17;12|23:373|37:374|38:375|24:350;17|1:351|33:376|34:348;p;7|1:377;12|35:378|38:379|24:350;8|1:380|20:381;8|1:382|20:383;7|1:354;18|1:353;7|1:384;7|1:385;p;1|2:2|3:386|5:5|6:387|2:2|2:2;1|2:2|3:388|5:5|6:389|2:2|2:2;n;11|9:328|10:329;p;1|2:2|3:390|5:5|6:116|2:2|2:2;n;11|9:18|10:391;11|9:20|10:392;p;1|2:2|3:393|5:5|6:389|2:2|2:2;n;11|9:326|10:363;p;p;2;n;16|1:365|29:366|30:367|31:368|36:369;n;1|1:342|2:33|3:394|4:395|5:396|6:134|8:7|16'
  2839. ..':181|21:181|7:181|2:33|2:33;n;17;12|23:373|37:374|38:375|24:350;17|1:351|33:376|34:348;p;7|1:377;12|35:378|38:379|24:350;8|1:380|20:381;8|1:382|20:383;7|1:354;18|1:353;7|1:384;7|1:385;p;1|2:2|3:397|5:5|6:387|2:2|2:2;n;11|9:18|10:332;p;1|2:2|3:398|5:5|6:389|2:2|2:2;n;11|9:328|10:399;11|9:328|10:329;11|9:326|10:358;p;1|2:2|3:400|5:5|6:116|2:2|2:2;n;11|9:18|10:391;p;1|2:2|3:401|5:5|6:389|2:2|2:2;p;2|1:51;n;2|1:52;n;2|1:53;n;1|1:54|2:55|3:402|4:403|5:404|6:59|17:11|8:7|7:7|2:55|2:55;n;4|9:60|10:405;p;1|1:64|2:55|3:406|4:403|5:407|6:59'
  2840. ..'|17:11|8:7|7:7|2:55|2:55;n;4|9:62|10:408;4|9:60|10:409;p;3|2:55|3:410|4:411|5:412|6:72|17:11|13:11|7:11|2:55|2:55;n;4|9:413|10:414;p;1|1:75|2:55|3:415|4:403|5:416|6:78|8:7|7:11|2:55|2:55;n;5|3:79|18:80;6|19:80;7;8|1:81;8|1:82;8|1:83|20:84;7|1:85;p;9|1:86|20:87;9|1:86|20:88;9|1:86|20:89;9|1:86|20:417;9|1:86|20:91;8|1:92;7;8|1:93;9|1:86|20:417;9|1:86|20:94;9|1:86|20:91;9|1:86|20:95;9|1:86|20:96;9|1:86|20:96;9|1:86|20:97;9|1:86|20:97;9|1:86|20:418;9|1:86|20:418;9|1:86|20:419;9|1:86|20:420;9|1:86|20:417;7;7;9|1:86|20:417;p;2|1:101;n;1'
  2841. ..'|2:55|3:421|4:191|5:5|6:103|8:7|7:104|2:55|2:55;n;10|9:105|10:106;p;1|2:55|3:422|4:423|5:424|6:103|7:11|2:55|2:55;n;4|9:425|10:426;4|9:105|10:427;4|9:105|10:428;4|9:105|10:429;4|9:105|10:430;4|9:105|10:431;p;1|2:55|3:432|4:191|5:5|6:112|8:11|7:7|2:55|2:55;1|2:55|3:433|4:423|5:434|6:116|21:104|2:55|2:55;n;11|9:18|10:435;4|9:16|10:436;4|9:20|10:437;10|9:46|10:117;p;1|2:55|3:438|4:423|5:439|6:116|13:104|2:55|2:55;n;11|9:18|10:435;4|9:20|10:440;10|9:16|10:123;p;1|2:55|3:441|4:423|5:442|6:116|21:104|13:104|2:55|2:55;n;10|9:46|10:117;10'
  2842. ..'|9:16|10:123;p;1|2:55|3:443|4:191|5:5|6:15|8:11|7:11|2:55|2:55;n;12;4|9:20|10:130;4|9:18|10:129;p;1|2:55|3:444|4:445|5:446|6:134|22:135|16:11|2:55|2:55;n;4|9:413|10:447;4|9:448|10:449;4|9:136|10:450;p;1|2:55|3:451|4:445|5:452|6:134|22:135|16:11|2:55|2:55;1|2:55|3:453|4:411|5:454|6:6|22:135|13:11|2:55|2:55;n;12|23:142|24:11;13|1:143|25:11;p;1|2:55|3:455|4:411|5:456|6:147|2:55|2:55;n;12|24:11;11|9:12|10:457;p;1|2:55|3:458|4:411|5:459|6:150|2:55|2:55;n;12|24:11;p;1|2:55|3:460|4:411|5:461|6:147|2:55|2:55;n;12|24:11;4|9:46|10:462;p;1|2'
  2843. ..':55|3:463|4:464|5:465|6:150|2:55|2:55;n;12|24:11;p;1|2:55|3:466|4:467|5:468|6:150|2:55|2:55;n;12|24:11;p;1|2:55|3:469|4:411|5:470|6:150|2:55|2:55;n;12|24:11;4|9:20|10:471;p;1|2:55|3:472|4:411|5:473|6:147|2:55|2:55;n;12|24:11;p;1|2:55|3:474|4:423|5:475|6:170|2:55|2:55;n;12|24:11;p;1|2:55|3:476|4:445|5:477|6:175|22:135|8:11|7:7|2:55|2:55;n;4|9:12|10:478;p;1|2:55|3:479|4:480|5:481|6:180|22:135|8:11|7:7|2:55|2:55;n;12|24:181;p;1|2:55|3:482|4:480|5:483|6:180|22:135|8:11|7:7|2:55|2:55;n;12|24:181;4|9:12|10:484;p;1|2:55|3:485|4:411|5:486'
  2844. ..'|6:150|2:55|2:55;n;12|24:11;p;p;p;p;1|2:2|3:487|4:9|5:204|6:488|8:11|7:11|2:2|2:2;n;4|9:489|10:490;4|9:30|10:491;4|9:30|10:492;4|9:30|10:493;4|9:494|10:495;4|9:489|10:496;p;1|2:497|14:498|15:499|3:500|5:204|6:501|22:135|8:11|7:11|2:497|2:497;1|2:2|3:502|5:5|6:59|8:11|7:11|2:2|2:2;n;4|9:136|10:503;p;1|2:2|3:504|5:5|6:59|8:11|7:11|2:2|2:2;n;4|9:60|10:505;p;1|2:2|3:506|5:5|6:507|8:11|7:11|2:2|2:2;n;4|9:60|10:508;4|9:136|10:509;p;1|2:2|3:510|5:5|6:507|8:11|7:11|2:2|2:2;1|2:2|3:511|5:5|6:59|8:11|7:11|2:2|2:2;n;4|9:60|10:512;p;1|2:2|3:5'
  2845. ..'13|5:5|6:507|8:11|7:11|2:2|2:2;n;4|9:136|10:509;4|9:60|10:508;p;1|2:2|3:514|5:5|6:59|8:11|7:11|2:2|2:2;n;4|9:136|10:515;p;1|2:516|14:26|15:27|3:517|5:5|6:518|8:11|7:11|2:516|2:516;n;4|9:519|10:520;4|9:521|10:522;p;1|2:2|3:523|5:5|6:507|8:11|7:11|2:2|2:2;1|2:2|3:524|5:5|6:507|8:11|7:11|2:2|2:2;1|2:2|3:525|5:5|6:59|8:11|7:11|2:2|2:2;n;4|9:60|10:512;4|9:136|10:515;p;1|2:2|3:526|5:5|6:507|8:11|7:11|2:2|2:2;n;4|9:60|10:508;p;1|2:2|3:527|5:5|6:59|8:11|7:11|2:2|2:2;1|2:2|3:528|5:5|6:507|8:11|7:11|2:2|2:2;n;4|9:60|10:508;4|9:136|10:509;p;'
  2846. ..'1|2:2|3:529|5:5|6:59|8:11|7:11|2:2|2:2;n;4|9:60|10:512;p;1|2:2|3:530|5:5|6:531|8:11|7:11|2:2|2:2;n;4|9:532|10:533;4|9:60|10:534;p;1|2:2|3:535|5:5|6:518|8:11|7:11|2:2|2:2;n;4|9:521|10:536;4|9:521|10:537;4|9:521|10:538;p;1|2:2|3:539|5:5|6:540|8:11|7:11|2:2|2:2;n;4|9:242|10:541;4|9:228|10:542;p;1|2:2|3:543|5:204|6:544|8:11|16:11|7:11|2:2|2:2;n;4|9:545|10:546;4|9:136|10:547;4|9:60|10:548;p;1|2:2|3:549|4:9|5:5|6:550|8:11|7:11|2:2|2:2;n;4|9:228|10:551;4|9:242|10:552;p;1|2:2|3:553|5:5|6:554|8:11|7:11|2:2|2:2;1|2:2|3:555|5:5|6:556|8:11|7:'
  2847. ..'11|2:2|2:2;n;4|9:557|10:558;4|9:559|10:560;p;1|2:2|3:561|4:9|5:5|6:550|8:11|7:11|2:2|2:2;n;4|9:242|10:562;4|9:228|10:563;p;1|2:2|3:564|5:5|6:556|8:11|7:11|2:2|2:2;1|2:497|15:565|3:566|4:9|5:5|6:567|8:11|21:11|7:11|2:497|2:497;n;4|9:30|10:568;4|9:569|10:570;4|9:569|10:571;4|9:569|10:572;p;1|2:497|15:499|3:573|4:191|5:5|6:574|8:11|7:11|2:497|2:497;1|2:497|15:499|3:575|5:5|6:576|8:11|7:11|2:497|2:497;n;4|9:30|10:577;4|9:489|10:578;4|9:171|10:579;4|9:213|10:580;p;1|2:2|3:581|5:5|6:582|8:11|7:11|2:2|2:2;n;4|9:62|10:583;4|9:532|10:584;p'
  2848. ..';1|2:2|3:585|5:5|6:540|8:11|7:11|2:2|2:2;n;4|9:228|10:586;4|9:242|10:587;p;1|2:2|3:588|4:4|5:5|6:540|8:11|7:11|2:2|2:2;1|2:43|3:589|4:9|5:5|6:590|8:11|7:11|2:43|2:43;n;4|9:591|10:592;p;1|2:2|3:593|4:9|5:204|6:540|8:11|7:11|2:2|2:2;n;4|9:242|10:594;p;1|2:497|15:565|3:595|4:9|5:204|6:567|8:11|13:11|7:11|2:497|2:497;n;4|9:489|10:596;4|9:597|10:598;4|9:597|10:599;4|9:30|10:600;4|9:597|10:601;p;1|2:2|3:602|5:204|6:556|8:11|7:11|2:2|2:2;1|2:2|3:603|4:9|5:204|6:604|8:11|7:11|2:2|2:2;n;4|9:521|10:605;p;1|2:2|3:606|5:204|6:607|8:11|7:11|2:'
  2849. ..'2|2:2;n;4|9:60|10:608;4|9:136|10:609;4|9:610|10:611;p;1|2:33|3:612|5:204|6:613|8:11|16:11|7:11|2:33|2:33;1|2:2|3:614|4:4|5:5|6:6|7:7|2:2|2:2;1|2:2|3:615|4:4|5:5|6:24|7:7|2:2|2:2;n;4|9:326|10:616;p;1|2:33|3:617|4:9|5:5|6:618|22:135|8:11|7:11|2:33|2:33;n;4|9:60|10:619;4|9:60|10:620;4|9:60|10:621;p;1|2:2|3:622|4:4|5:5|6:6|7:7|2:2|2:2;n;4|9:623|10:624;p;3|2:2|3:625|4:9|5:5|6:10|8:11|7:11|2:2|2:2;1|2:2|3:626|4:4|5:5|6:15|13:11|7:11|2:2|2:2;n;4|9:20|10:627;4|9:16|10:628;p;1|2:2|3:629|4:4|5:5|6:540|8:11|7:11|2:2|2:2;n;4|9:228|10:630;p;19'
  2850. ..'|2:631|3:632|4:9|5:5|6:633|17:11|8:11|16:11|21:11|13:11|7:7|2:631|2:631;n;13|26:634|25:181;p;1|2:2|3:635|4:9|5:204|6:540|8:11|7:11|2:2|2:2;n;4|9:228|10:636;p;1|2:2|3:637|5:204|6:556|8:11|7:11|2:2|2:2;n;4|9:557|10:638;4|9:559|10:639;p;1|2:2|3:640|4:9|5:204|6:641|8:11|7:11|2:2|2:2;1|2:25|14:26|15:27|3:642|4:9|5:204|6:604|8:11|7:11|2:25|2:25;n;4|9:519|10:520;4|9:521|10:522;p;1|2:2|3:643|4:191|5:5|6:644|8:7|7:11|2:2|2:2;n;4|9:215|10:645;p;1|2:25|14:26|15:27|3:646|4:4|5:5|6:647|8:11|7:11|2:25|2:25;1|2:2|3:648|4:4|5:5|6:649|8:11|7:11|2:'
  2851. ..'2|2:2;n;4|9:242|10:522;4|9:228|10:650;p;1|2:2|3:651|4:9|5:5|6:652|8:11|16:11|7:7|2:2|2:2;n;4|9:653|10:654;4|9:60|10:655;4|9:136|10:656;4|9:136|10:657;4|9:136|10:658;4|9:136|10:659;4|9:136|10:660;4|9:136|10:661;4|9:136|10:662;4|9:136|10:663;4|9:136|10:664;4|9:60|10:665;4|9:136|10:666;4|9:60|10:667;4|9:136|10:668;4|9:136|10:669;4|9:136|10:670;4|9:60|10:671;p;1|2:2|3:672|4:4|5:5|6:647|8:11|7:11|2:2|2:2;n;4|9:521|10:673;4|9:519|10:674;p;1|1:675|2:55|15:348|3:676|4:677|5:678|6:679|39:7|8:7|21:104|7:7|2:55|2:55;1|1:675|2:55|15:348|3:680'
  2852. ..'|4:681|5:682|6:679|39:7|8:7|21:104|7:7|2:55|2:55;1|2:2|3:683|4:684|5:204|6:685|8:11|7:11|2:2|2:2;n;4|9:686|10:687;p;1|2:2|3:688|5:204|6:689|8:11|7:11|2:2|2:2;n;4|9:489|10:690;4|9:30|10:691;p;1|2:2|3:692|4:191|5:204|6:59|8:11|7:11|2:2|2:2;n;4|9:136|10:515;p;1|2:2|3:693|4:191|5:204|6:507|8:11|7:11|2:2|2:2;n;4|9:60|10:508;4|9:136|10:509;p;1|2:2|3:694|4:191|5:204|6:59|8:11|7:11|2:2|2:2;n;4|9:136|10:515;p;1|2:2|3:695|4:191|5:204|6:507|8:11|7:11|2:2|2:2;n;4|9:60|10:508;4|9:136|10:509;p;1|2:2|3:696|4:191|5:204|6:59|8:11|7:11|2:2|2:2;1|2:'
  2853. ..'2|3:697|4:191|5:204|6:507|8:11|7:11|2:2|2:2;n;4|9:136|10:509;p;1|2:2|3:698|4:191|5:204|6:59|8:11|7:11|2:2|2:2;1|2:2|3:699|4:191|5:204|6:507|8:11|7:11|2:2|2:2;n;4|9:60|10:508;4|9:136|10:509;p;1|2:2|3:700|4:191|5:204|6:507|8:11|7:11|2:2|2:2;n;4|9:60|10:508;4|9:136|10:509;p;1|2:2|3:701|4:191|5:204|6:59|8:11|7:11|2:2|2:2;1|2:2|3:702|4:191|5:204|6:507|8:11|7:11|2:2|2:2;n;4|9:136|10:509;4|9:60|10:508;p;1|2:2|3:703|4:191|5:204|6:59|8:11|7:11|2:2|2:2;1|2:2|3:704|4:191|5:204|6:59|8:11|7:11|2:2|2:2;1|2:2|3:705|4:191|5:204|6:507|8:11|7:11|2:'
  2854. ..'2|2:2;1|2:2|3:706|5:204|6:707|8:11|7:11|2:2|2:2;n;4|9:708|10:709;p;1|2:2|3:710|4:9|5:5|6:641|8:11|7:11|2:2|2:2;1|2:25|14:26|15:27|3:711|4:9|5:5|6:604|8:11|7:11|2:25|2:25;n;4|9:521|10:522;4|9:519|10:520;p;1|2:2|3:712|4:9|5:5|6:604|8:11|7:11|2:2|2:2;n;4|9:521|10:713;4|9:521|10:714;p;1|2:2|3:715|4:4|5:5|6:6|7:7|2:2|2:2;n;4|9:623|10:624;p;1|2:2|3:716|4:9|5:5|6:6|7:7|2:2|2:2;n;4|9:623|10:624;p;1|2:2|3:717|4:9|5:5|6:6|7:7|2:2|2:2;n;4|9:623|10:718;p;3|2:2|3:719|5:5|6:10|8:11|7:11|2:2|2:2;n;4|9:12|10:720;4|9:105|10:721;p;1|2:2|3:722|4:9|5'
  2855. ..':5|6:15|13:11|7:11|2:2|2:2;1|2:2|3:723|5:5|6:724|8:11|7:11|2:2|2:2;1|2:2|3:725|4:4|5:5|6:24|7:7|2:2|2:2;n;4|9:326|10:616;p;3|2:2|3:726|4:9|5:5|6:10|8:11|7:11|2:2|2:2;n;4|9:12|10:727;4|9:105|10:721;p;1|2:2|3:728|4:4|5:5|6:15|13:11|7:11|2:2|2:2;n;4|9:16|10:17;p;1|2:2|3:729|4:4|5:5|6:6|7:7|2:2|2:2;1|2:2|3:730|5:5|6:731|17:11|8:11|7:11|2:2|2:2;1|2:2|3:732|5:5|6:733|8:11|7:11|2:2|2:2;n;4|9:242|10:734;p;1|2:2|3:735|4:9|5:5|6:24|7:7|2:2|2:2;n;4|9:326|10:616;p;1|2:2|3:736|5:204|6:737|8:11|7:11|2:2|2:2;1|2:2|3:738|5:5|6:739|8:11|7:11|2:2|2'
  2856. ..':2;n;4|9:30|10:740;4|9:489|10:741;p;1|2:742|14:26|15:27|3:743|5:204|6:737|8:11|7:11|2:742|2:742;n;4|9:744|10:745;4|9:746|10:747;p;1|2:2|3:748|5:5|6:749|8:11|16:11|7:11|2:2|2:2;n;4|9:213|10:750;4|9:30|10:751;4|9:489|10:752;p;1|2:2|3:753|4:9|5:204|6:754|8:11|7:11|2:2|2:2;n;4|9:60|10:755;4|9:60|10:756;4|9:60|10:757;4|9:60|10:758;4|9:60|10:759;4|9:60|10:760;4|9:60|10:761;4|9:60|10:762;4|9:60|10:763;p;1|2:2|3:764|4:191|5:5|6:765|8:11|7:11|2:2|2:2;1|2:2|3:766|5:204|6:767|8:11|7:11|2:2|2:2;n;4|9:768|10:769;p;1|2:33|3:770|4:9|5:204|6:771|'
  2857. ..'8:11|7:11|2:33|2:33;n;4|9:60|10:772;4|9:136|10:773;4|9:136|10:774;4|9:136|10:775;4|9:136|10:776;4|9:136|10:777;4|9:136|10:778;4|9:136|10:779;4|9:136|10:780;4|9:136|10:781;4|9:136|10:782;4|9:136|10:783;4|9:136|10:784;4|9:136|10:785;4|9:136|10:786;4|9:136|10:787;4|9:136|10:788;4|9:136|10:789;4|9:136|10:790;4|9:136|10:791;4|9:136|10:792;4|9:136|10:793;4|9:136|10:794;p;1|2:25|14:26|15:27|3:795|5:204|6:796|8:11|7:11|2:25|2:25;n;4|9:797|10:798;4|9:799|10:800;p;1|2:2|3:801|5:204|6:749|17:11|8:11|7:11|2:2|2:2;n;4|9:171|10:802;4|9:30|10:80'
  2858. ..'3;p;1|2:33|3:804|5:5|6:805|8:11|7:11|2:33|2:33;n;4|9:489|10:806;4|9:30|10:807;p;1|2:2|3:808|5:5|6:724|8:11|7:11|2:2|2:2;1|2:2|3:809|4:191|5:5|6:810|17:11|8:11|7:11|2:2|2:2;1|2:33|3:811|4:9|5:5|6:812|8:11|7:11|2:33|2:33;n;4|9:60|10:813;4|9:136|10:814;p;1|2:2|3:815|5:204|6:816|8:11|7:11|2:2|2:2;1|2:55|3:817|5:204|6:818|22:135|8:11|7:11|2:55|2:55;n;4|9:489|10:819;4|9:30|10:820;p;1|2:2|3:821|4:191|5:204|6:822|8:11|7:11|2:2|2:2;1|2:2|3:823|5:204|6:824|8:11|7:11|2:2|2:2;n;4|9:136|10:825;4|9:136|10:826;p;1|2:33|3:827|5:204|6:828|8:11|7:1'
  2859. ..'1|2:33|2:33;n;4|9:797|10:829;4|9:799|10:830;p;1|2:2|3:831|5:5|6:832|8:11|7:11|2:2|2:2;n;4|9:799|10:833;4|9:448|10:834;4|9:413|10:835;p;1|2:2|3:836|5:204|6:837|8:11|7:11|2:2|2:2;n;4|9:448|10:838;4|9:413|10:839;p;1|2:2|3:840|5:5|6:39|17:11|8:11|13:11|7:11|2:2|2:2;1|2:742|14:26|15:27|3:841|5:5|6:818|8:11|7:11|2:742|2:742;1|2:2|3:842|4:9|5:5|6:843|8:11|7:11|2:2|2:2;1|2:2|3:844|5:5|6:845|8:11|7:11|2:2|2:2;n;4|9:30|10:846;4|9:489|10:847;p;1|2:2|3:848|4:9|5:5|6:849|8:11|7:11|2:2|2:2;n;4|9:30|10:850;4|9:489|10:851;p;1|2:2|3:852|4:9|5:204|'
  2860. ..'6:853|8:11|7:11|2:2|2:2;n;4|9:854|10:855;4|9:856|10:857;4|9:854|10:855;p;1|2:2|3:858|5:204|6:859|8:11|7:11|2:2|2:2;1|2:2|3:860|5:204|6:861|8:11|7:11|2:2|2:2;n;4|9:519|10:862;4|9:519|10:862;p;1|14:26|15:499|3:863|5:204|6:864|8:11|7:11;n;4|9:744|10:674;p;1|2:2|3:865|5:204|6:864|8:11|7:11|2:2|2:2;n;4|9:746|10:866;4|9:744|10:216;p;1|2:2|3:867|4:9|5:204|6:843|8:11|7:11|2:2|2:2;n;4|9:489|10:868;4|9:30|10:869;p;1|2:742|14:26|15:27|3:870|5:204|6:818|8:11|7:11|2:742|2:742;1|2:2|3:871|5:5|6:872|8:11|7:11|2:2|2:2;n;4|9:60|10:873;4|9:136|10:8'
  2861. ..'74;p;1|2:2|3:875|5:5|6:876|8:11|7:11|2:2|2:2;1|2:2|3:877|5:5|6:878|8:11|7:11|2:2|2:2;n;4|9:489|10:879;4|9:30|10:880;p;1|2:33|3:881|4:9|5:5|6:882|8:11|7:11|2:33|2:33;n;4|9:60|10:883;4|9:60|10:884;4|9:60|10:885;4|9:60|10:886;4|9:60|10:887;4|9:136|10:888;4|9:60|10:889;4|9:60|10:890;p;1|2:2|3:891|5:204|6:892|8:11|7:11|2:2|2:2;n;4|9:60|10:893;4|9:136|10:894;4|9:136|10:895;4|9:136|10:896;4|9:136|10:897;4|9:136|10:898;4|9:60|10:893;4|9:136|10:899;4|9:136|10:900;p;1|2:497|15:27|3:901|5:204|6:902|22:135|8:11|7:11|2:497|2:497;1|2:2|3:903|5:'
  2862. ..'204|6:904|8:11|7:11|2:2|2:2;1|2:2|3:905|5:204|6:872|8:11|7:11|2:2|2:2;1|2:33|3:906|5:204|6:907|17:11|8:7|7:11|2:33|2:33;1|2:33|3:908|4:9|5:204|6:909|8:11|7:11|2:33|2:33;n;4|9:60|10:910;p;1|2:33|3:908|4:9|5:204|6:909|8:11|7:11|2:33|2:33;n;4|9:60|10:911;p;1|2:2|3:912|5:204|6:904|8:11|7:11|2:2|2:2;1|2:2|3:913|5:204|6:861|8:11|7:11|2:2|2:2;1|2:2|3:914|5:204|6:39|8:11|16:11|7:11|2:2|2:2;n;4|9:40|10:915;p;1|14:26|15:499|3:916|5:204|6:864|8:11|7:11;n;4|9:744|10:674;p;1|2:2|3:917|5:204|6:864|8:11|7:11|2:2|2:2;n;4|9:746|10:918;4|9:744|10:2'
  2863. ..'16;p;1|2:2|3:919|5:204|6:39|8:11|16:11|13:11|7:11|2:2|2:2;2|1:51;n;2|1:52;n;2|1:53;n;1|1:54|2:55|3:920|4:921|5:922|6:59|17:11|8:7|7:7|2:55|2:55;n;4|9:62|10:923;p;1|1:64|2:55|3:924|4:921|5:925|6:59|17:11|8:7|7:7|2:55|2:55;3|2:55|3:926|4:927|5:928|6:72|17:11|13:11|7:11|2:55|2:55;1|1:75|2:55|3:929|4:921|5:930|6:78|8:7|7:11|2:55|2:55;n;5|3:79|18:80;6|19:80;7;8|1:81;8|1:82;8|1:83|20:84;7|1:85;4|9:105|10:931;4|9:105|10:932;p;9|1:86|20:87;9|1:86|20:88;9|1:86|20:89;9|1:86|20:933;9|1:86|20:91;8|1:92;7;8|1:93;9|1:86|20:933;9|1:86|20:94;9|1:'
  2864. ..'86|20:91;9|1:86|20:95;9|1:86|20:96;9|1:86|20:96;9|1:86|20:97;9|1:86|20:97;9|1:86|20:934;9|1:86|20:934;9|1:86|20:935;9|1:86|20:936;9|1:86|20:933;7;7;9|1:86|20:933;p;2|1:101;n;1|2:55|3:937|4:4|5:5|6:103|8:7|7:104|2:55|2:55;n;4|9:12|10:616;10|9:105|10:106;p;1|2:55|3:938|4:939|5:940|6:103|7:11|2:55|2:55;n;4|9:105|10:941;4|9:105|10:942;4|9:425|10:943;4|9:105|10:944;4|9:105|10:945;4|9:105|10:946;p;1|2:55|3:947|4:4|5:5|6:112|8:11|7:7|2:55|2:55;n;4|9:12|10:948;4|9:105|10:949;p;1|2:55|3:950|4:939|5:951|6:116|21:104|2:55|2:55;n;10|9:46|10:1'
  2865. ..'17;p;1|2:55|3:952|4:939|5:953|6:116|13:104|2:55|2:55;n;10|9:16|10:123;11|9:18|10:954;4|9:20|10:955;p;1|2:55|3:956|4:939|5:957|6:116|21:104|13:104|2:55|2:55;n;11|9:18|10:958;4|9:20|10:959;10|9:46|10:117;10|9:16|10:123;p;1|2:55|3:960|4:4|5:5|6:15|8:11|7:11|2:55|2:55;n;12;p;1|2:55|3:961|4:962|5:963|6:134|22:135|16:11|2:55|2:55;n;4|9:136|10:964;p;1|2:55|3:965|4:962|5:966|6:134|22:135|16:11|2:55|2:55;n;4|9:448|10:449;4|9:136|10:967;4|9:413|10:968;p;1|2:55|3:969|4:927|5:970|6:6|22:135|13:11|2:55|2:55;n;12|23:142|24:11;13|1:143|25:11;4|9'
  2866. ..':73|10:971;4|9:73|10:972;p;1|2:55|3:973|4:927|5:974|6:147|2:55|2:55;n;12|24:11;p;1|2:55|3:975|4:927|5:976|6:150|2:55|2:55;n;12|24:11;p;1|2:55|3:977|4:927|5:978|6:147|2:55|2:55;n;12|24:11;11|9:12|10:979;p;1|2:55|3:980|4:981|5:982|6:150|2:55|2:55;n;12|24:11;p;1|2:55|3:983|4:984|5:985|6:150|2:55|2:55;n;12|24:11;p;1|2:55|3:986|4:927|5:987|6:150|2:55|2:55;n;12|24:11;4|9:20|10:988;p;1|2:55|3:989|4:927|5:990|6:147|2:55|2:55;n;12|24:11;p;1|2:55|3:991|4:939|5:992|6:170|2:55|2:55;n;12|24:11;4|9:171|10:993;p;1|2:55|3:994|4:962|5:995|6:175|22'
  2867. ..':135|8:11|7:7|2:55|2:55;1|2:55|3:996|4:997|5:998|6:180|22:135|8:11|7:7|2:55|2:55;n;12|24:181;4|9:12|10:999;p;1|2:55|3:1000|4:997|5:1001|6:180|22:135|8:11|7:7|2:55|2:55;n;12|24:181;p;1|2:55|3:1002|4:927|5:1003|6:150|2:55|2:55;n;12|24:11;p;p;p;p;2|1:51;n;2|1:52;n;2|1:53;n;1|1:54|2:55|3:1004|4:1005|5:1006|6:59|17:11|8:7|7:7|2:55|2:55;n;4|9:62|10:1007;4|9:60|10:1008;p;1|1:64|2:55|3:1009|4:1005|5:1010|6:59|17:11|8:7|7:7|2:55|2:55;3|2:55|3:1011|4:1012|5:1013|6:72|17:11|13:11|7:11|2:55|2:55;n;4|9:413|10:1014;p;1|1:75|2:55|3:1015|4:1005|5'
  2868. ..':1016|6:78|8:7|7:11|2:55|2:55;n;5|3:79|18:80;6|19:80;7;8|1:81;8|1:82;8|1:83|20:84;7|1:85;4|9:105|10:1017;p;9|1:86|20:87;9|1:86|20:88;9|1:86|20:89;9|1:86|20:1018;9|1:86|20:91;8|1:92;7;8|1:93;9|1:86|20:1018;9|1:86|20:94;9|1:86|20:91;9|1:86|20:95;9|1:86|20:96;9|1:86|20:96;9|1:86|20:97;9|1:86|20:97;9|1:86|20:1019;9|1:86|20:1019;9|1:86|20:1020;9|1:86|20:1021;9|1:86|20:1018;7;7;9|1:86|20:1018;p;2|1:101;n;1|2:55|3:1022|5:204|6:103|8:7|7:104|2:55|2:55;n;4|9:12|10:616;10|9:105|10:106;p;1|2:55|3:1023|4:1024|5:1025|6:103|7:11|2:55|2:55;n;4|9'
  2869. ..':105|10:1026;4|9:105|10:1027;4|9:105|10:1028;4|9:105|10:1029;4|9:105|10:1030;4|9:425|10:1031;4|9:105|10:1032;4|9:105|10:1033;4|9:105|10:1034;p;1|2:55|3:1035|5:204|6:112|8:11|7:7|2:55|2:55;n;4|9:12|10:1036;p;1|2:55|3:1037|4:1024|5:1038|6:116|21:104|2:55|2:55;n;10|9:46|10:117;p;1|2:55|3:1039|4:1024|5:1040|6:116|13:104|2:55|2:55;n;10|9:16|10:123;p;1|2:55|3:1041|4:1024|5:1042|6:116|21:104|13:104|2:55|2:55;n;10|9:16|10:123;10|9:46|10:117;p;1|2:55|3:1043|5:204|6:15|8:11|7:11|2:55|2:55;n;12;4|9:20|10:130;p;1|2:55|3:1044|4:1045|5:1046|6:1'
  2870. ..'34|22:135|16:11|2:55|2:55;n;4|9:448|10:1047;p;1|2:55|3:1048|4:1045|5:1049|6:134|22:135|16:11|2:55|2:55;n;4|9:448|10:1047;4|9:413|10:1050;p;1|2:55|3:1051|4:1012|5:1052|6:6|22:135|13:11|2:55|2:55;n;12|23:142|24:11;13|1:143|25:11;4|9:73|10:1053;4|9:73|10:1054;p;1|2:55|3:1055|4:1012|5:1056|6:147|2:55|2:55;n;12|24:11;11|9:12|10:1057;p;1|2:55|3:1058|4:1012|5:1059|6:150|2:55|2:55;n;12|24:11;p;1|2:55|3:1060|4:1012|5:1061|6:147|2:55|2:55;n;12|24:11;11|9:12|10:1062;p;1|2:55|3:1063|4:1064|5:1065|6:150|2:55|2:55;n;12|24:11;p;1|2:55|3:1066|4:1'
  2871. ..'067|5:1068|6:150|2:55|2:55;n;12|24:11;p;1|2:55|3:1069|4:1012|5:1070|6:150|2:55|2:55;n;12|24:11;p;1|2:55|3:1071|4:1012|5:1072|6:147|2:55|2:55;n;12|24:11;11|9:12|10:1057;p;1|2:55|3:1073|4:1024|5:1074|6:170|2:55|2:55;n;12|24:11;p;1|2:55|3:1075|4:1045|5:1076|6:175|22:135|8:11|7:7|2:55|2:55;n;4|9:12|10:1077;4|9:12|10:1078;p;1|2:55|3:1079|4:1080|5:1081|6:180|22:135|8:11|7:7|2:55|2:55;n;12|24:181;p;1|2:55|3:1082|4:1080|5:1083|6:180|22:135|8:11|7:7|2:55|2:55;n;12|24:181;p;1|2:55|3:1084|4:1012|5:1085|6:150|2:55|2:55;n;12|24:11;p;p;p;p;2|1:'
  2872. ..'51;n;2|1:52;n;2|1:53;n;1|1:54|2:55|3:1086|4:1087|5:1088|6:59|17:11|8:7|7:7|2:55|2:55;n;4|9:60|10:1089;p;1|1:64|2:55|3:1090|4:1087|5:1091|6:59|17:11|8:7|7:7|2:55|2:55;n;4|9:62|10:1092;4|9:60|10:1093;p;3|2:55|3:1094|4:1095|5:1096|6:72|17:11|13:11|7:11|2:55|2:55;n;4|9:413|10:1097;p;1|1:75|2:55|3:1098|4:1087|5:1099|6:78|8:7|7:11|2:55|2:55;n;5|3:79|18:80;6|19:80;7;8|1:81;8|1:82;8|1:83|20:84;7|1:85;p;9|1:86|20:87;9|1:86|20:88;9|1:86|20:89;9|1:86|20:1100;9|1:86|20:91;8|1:92;7;8|1:93;9|1:86|20:1100;9|1:86|20:94;9|1:86|20:91;9|1:86|20:95;9'
  2873. ..'|1:86|20:96;9|1:86|20:96;9|1:86|20:97;9|1:86|20:97;9|1:86|20:1101;9|1:86|20:1101;9|1:86|20:1102;9|1:86|20:1103;9|1:86|20:1100;7;7;9|1:86|20:1100;p;2|1:101;n;1|2:55|3:1104|4:191|5:5|6:103|8:7|7:104|2:55|2:55;n;10|9:105|10:106;4|9:12|10:616;p;1|2:55|3:1105|4:1106|5:1107|6:103|7:11|2:55|2:55;n;4|9:105|10:1108;4|9:425|10:1109;p;1|2:55|3:1110|4:191|5:5|6:112|8:11|7:7|2:55|2:55;n;4|9:105|10:949;p;1|2:55|3:1111|4:1106|5:1112|6:116|21:104|2:55|2:55;n;10|9:46|10:117;4|9:16|10:1113;4|9:20|10:1114;p;1|2:55|3:1115|4:1106|5:1116|6:116|13:104|2'
  2874. ..':55|2:55;n;11|9:18|10:1117;4|9:20|10:1118;10|9:16|10:123;p;1|2:55|3:1119|4:1106|5:1120|6:116|21:104|13:104|2:55|2:55;n;10|9:16|10:123;10|9:46|10:117;4|9:20|10:1121;p;1|2:55|3:1122|4:191|5:5|6:15|8:11|7:11|2:55|2:55;n;12;p;1|2:55|3:1123|4:1124|5:1125|6:134|22:135|16:11|2:55|2:55;n;4|9:448|10:1126;4|9:136|10:1127;4|9:413|10:1128;p;1|2:55|3:1129|4:1124|5:1130|6:134|22:135|16:11|2:55|2:55;n;4|9:136|10:1131;p;1|2:55|3:1132|4:1095|5:1133|6:6|22:135|13:11|2:55|2:55;n;12|23:142|24:11;13|1:143|25:11;p;1|2:55|3:1134|4:1095|5:1135|6:147|2:55'
  2875. ..'|2:55;n;12|24:11;11|9:12|10:1136;p;1|2:55|3:1137|4:1095|5:1138|6:150|2:55|2:55;n;12|24:11;4|9:20|10:1139;p;1|2:55|3:1140|4:1095|5:1141|6:147|2:55|2:55;n;12|24:11;4|9:46|10:1142;11|9:12|10:1143;p;1|2:55|3:1144|4:1145|5:1146|6:150|2:55|2:55;n;12|24:11;p;1|2:55|3:1147|4:1148|5:1149|6:150|2:55|2:55;n;12|24:11;4|9:20|10:1150;p;1|2:55|3:1151|4:1095|5:1152|6:150|2:55|2:55;n;12|24:11;4|9:20|10:1153;p;1|2:55|3:1154|4:1095|5:1155|6:147|2:55|2:55;n;12|24:11;p;1|2:55|3:1156|4:1106|5:1157|6:170|2:55|2:55;n;12|24:11;p;1|2:55|3:1158|4:1124|5:115'
  2876. ..'9|6:175|22:135|8:11|7:7|2:55|2:55;1|2:55|3:1160|4:1161|5:1162|6:180|22:135|8:11|7:7|2:55|2:55;n;12|24:181;p;1|2:55|3:1163|4:1161|5:1164|6:180|22:135|8:11|7:7|2:55|2:55;n;12|24:181;4|9:12|10:1165;p;1|2:55|3:1166|4:1095|5:1167|6:150|2:55|2:55;n;12|24:11;4|9:20|10:1168;p;p;p;p;1|2:2|3:1169|4:9|5:204|6:1170|8:11|7:11|2:2|2:2;n;4|9:1171|10:1172;4|9:1171|10:1172;4|9:1173|10:1174;p;1|2:25|14:26|15:27|3:1175|4:9|5:204|6:1176|8:11|7:11|2:25|2:25;1|2:2|3:1177|5:204|6:1178|8:11|7:11|2:2|2:2;1|2:2|3:1179|4:4|5:204|6:24|7:7|2:2|2:2;n;4|9:326|1'
  2877. ..'0:616;p;1|2:2|3:1180|4:4|5:5|6:6|7:7|2:2|2:2;1|2:2|3:1181|4:4|5:204|6:15|13:11|7:11|2:2|2:2;n;4|9:16|10:1182;4|9:16|10:1183;p;1|2:2|3:1184|4:4|5:204|6:6|7:7|2:2|2:2;3|2:2|3:1185|4:9|5:204|6:10|8:11|7:11|2:2|2:2;n;4|9:12|10:1186;4|9:105|10:721;p;1|2:2|3:1187|4:4|5:204|6:15|13:11|7:11|2:2|2:2;n;4|9:16|10:1183;4|9:18|10:1188;p;1|2:2|3:1189|4:4|5:204|6:24|7:7|2:2|2:2;1|2:2|3:1190|4:9|5:204|6:1176|8:11|7:11|2:2|2:2;n;4|9:217|10:1191;4|9:215|10:1192;p;3|2:2|3:1193|4:9|5:204|6:10|8:11|7:11|2:2|2:2;n;4|9:105|10:721;p;1|2:2|3:1194|4:4|5:20'
  2878. ..'4|6:6|7:7|2:2|2:2;1|2:2|3:1195|4:4|5:204|6:24|7:7|2:2|2:2;n;4|9:326|10:616;p;1|2:2|3:1196|4:4|5:204|6:15|13:11|7:11|2:2|2:2;n;4|9:16|10:1182;4|9:16|10:1183;p;1|2:2|3:1197|5:5|6:1198|8:11|7:11|2:2|2:2;1|2:2|3:1199|5:204|6:1200|8:11|7:11|2:2|2:2;n;4|9:489|10:1201;p;1|2:2|3:1202|4:4|5:204|6:6|7:7|2:2|2:2;n;4|9:20|10:1203;4|9:623|10:624;p;1|2:2|3:1204|5:204|6:1205|8:11|7:11|2:2|2:2;1|2:2|3:1206|4:4|5:204|6:6|7:7|2:2|2:2;1|2:2|3:1207|4:4|5:204|6:6|7:7|2:2|2:2;3|2:2|3:1208|4:9|5:204|6:10|8:11|7:11|2:2|2:2;n;4|9:12|10:1209;4|9:105|10:721'
  2879. ..';p;1|2:2|3:1210|5:1211|6:6|7:7|2:2|2:2;1|2:33|3:1212|4:684|5:204|6:1213|7:7|2:33|2:33;n;12|24:11;4|9:49|10:1214;p;1|2:33|3:1215|4:9|5:1216|6:1217|7:7|2:33|2:33;n;12|24:11;4|9:1218|10:1219;4|9:1218|10:1220;4|9:1218|10:1221;p;1|2:2|3:1222|5:1211|6:1223|8:11|7:11|2:2|2:2;n;4|9:746|10:1224;4|9:744|10:1225;4|9:744|10:1226;p;1|2:2|3:1227|5:1216|6:15|13:11|7:11|2:2|2:2;n;4|9:20|10:21;4|9:16|10:22;p;1|2:2|3:1228|5:1216|6:24|7:7|2:2|2:2;n;4|9:326|10:616;p;3|2:2|3:1229|4:191|5:1216|6:10|8:11|7:11|2:2|2:2;1|2:2|3:1230|5:1216|6:6|7:7|2:2|2:2;'
  2880. ..'n;4|9:623|10:718;p;1|2:2|3:1231|5:1216|6:6|7:7|2:2|2:2;n;4|9:20|10:1232;4|9:623|10:624;p;3|2:2|3:1233|4:191|5:1216|6:10|8:11|7:11|2:2|2:2;n;4|9:12|10:1234;4|9:105|10:721;p;1|2:2|3:1235|5:1216|6:15|13:11|7:11|2:2|2:2;n;4|9:18|10:19;p;1|2:2|3:1236|5:1216|6:24|7:7|2:2|2:2;1|2:2|3:1237|5:1216|6:6|7:7|2:2|2:2;n;4|9:623|10:718;p;1|2:2|3:1238|5:1216|6:6|7:7|2:2|2:2;n;4|9:20|10:1239;4|9:623|10:624;p;1|2:2|3:1240|5:1216|6:15|13:11|7:11|2:2|2:2;n;4|9:20|10:21;4|9:18|10:19;4|9:16|10:17;p;1|2:2|3:1241|5:1216|6:6|7:7|2:2|2:2;1|2:2|3:1242|5:121'
  2881. ..'6|6:24|7:7|2:2|2:2;3|2:2|3:1243|4:191|5:1216|6:10|8:11|7:11|2:2|2:2;1|2:2|3:1244|5:1216|6:1223|8:11|7:11|2:2|2:2;n;4|9:744|10:1225;4|9:744|10:1226;p;1|2:1245|14:26|15:27|3:1246|4:9|5:1211|6:1247|8:11|7:11|2:1245|2:1245;1|2:2|3:1248|5:1211|6:246|8:11|7:11|2:2|2:2;1|2:1245|14:26|15:27|3:1249|5:1211|6:1250|8:11|7:11|2:1245|2:1245;1|2:1245|14:26|15:27|3:1251|5:1211|6:1250|8:11|7:11|2:1245|2:1245;n;4|9:744|10:1252;p;1|2:2|3:1253|5:1211|6:246|8:11|7:11|2:2|2:2;n;4|9:744|10:1254;4|9:746|10:1255;p;1|2:1245|14:26|15:27|3:1256|5:1211|6:1250'
  2882. ..'|8:11|7:11|2:1245|2:1245;n;4|9:744|10:1257;p;1|2:2|3:1258|5:1211|6:246|8:11|7:11|2:2|2:2;n;4|9:744|10:1259;p;1|2:2|3:1260|5:1211|6:246|8:11|7:11|2:2|2:2;1|2:1245|14:26|15:27|3:1261|4:9|5:1216|6:1247|8:11|7:11|2:1245|2:1245;1|2:2|3:1262|5:1211|6:1263|8:11|7:11|2:2|2:2;n;4|9:1264|10:1265;4|9:1264|10:1266;p;1|2:2|3:1267|5:1216|6:1263|8:11|7:11|2:2|2:2;n;4|9:1264|10:1265;4|9:1264|10:1266;p;1|2:2|3:1268|5:1216|6:1269|8:11|7:11|2:2|2:2;n;4|9:1264|10:1270;4|9:1264|10:1271;4|9:1264|10:1272;4|9:1264|10:1273;p;1|2:2|3:1274|5:1216|6:1275|8:1'
  2883. ..'1|7:11|2:2|2:2;n;4|9:744|10:1276;4|9:744|10:1277;4|9:744|10:1278;4|9:746|10:1279;4|9:744|10:1280;4|9:744|10:1281;4|9:744|10:1282;4|9:744|10:1283;4|9:744|10:1284;4|9:744|10:1285;p;1|2:1245|14:26|15:27|3:1286|5:1216|6:1250|8:11|7:11|2:1245|2:1245;n;4|9:744|10:1287;4|9:746|10:1288;p;1|2:2|3:1289|5:1216|6:246|8:11|7:11|2:2|2:2;n;4|9:744|10:1290;p;1|2:1245|14:26|15:27|3:1291|5:1216|6:1250|8:11|7:11|2:1245|2:1245;1|2:2|3:1292|5:1216|6:246|8:11|7:11|2:2|2:2;n;4|9:744|10:1293;p;1|2:1245|14:26|15:27|3:1294|5:1216|6:1247|8:11|7:11|2:1245|2:'
  2884. ..'1245;1|2:2|3:1295|5:1216|6:246|8:11|7:11|2:2|2:2;1|1:1296|40:348|2:1297|3:1298|4:1299|6:1300|7:7|2:1297|2:1297;n;7|1:1301;p;p;')
  2885. for _,Object in pairs(Objects) do
  2886. Object.Parent = script and script.Parent==workspace and script or workspace
  2887. end
  2888. for _,f in pairs(ActualScripts) do f() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement