Advertisement
lafur

Untitled

May 19th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 152.18 KB | None | 0 0
  1. -- Converted using Mokiros's Model to Script plugin
  2. -- Converted string size: 80223
  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,C0,C1,Part0,Part1,BottomSurface,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,Weld,Seat,BodyPosition,BodyGyro,Script,IntValue,CFrameValue,Rotate,Snap,SpecialMesh,Decal,ClickDetector,BodyVelocity,Tool,Sound,LocalScript,SpawnLocation;Part|0'
  2735. ..'.3882,0.3725,0.3843|-17.7835,24.4585,-49.9001|0,180,0|-0.0001,-0.0044,-0.0001|2,2.4,1|0|-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|-17.2835,23.4585,-51.4001|0,90,0|2,0.4,3|2|-16.2835,24.8585,-51.4001|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.2001,0,1,0,0,-0,-0,-1,0,1,0|0,0.1999,1,0,1,0,0,0,-1,-1,0,0|-16.2835,26.6585,-51.4001|1,1.2,2|0,-0.6001,0,1,0,0,-0,-0,-1,0,1,0|0,1.1999,0,1,0,0,0,0,-1,0,1,0|0.8039,0.8039,0.8039|0.2|0.8|-30.2835,30.2585,-53.9001|23,14,1|0,7,0,-1,-0,-0,0,0,1,'
  2736. ..'0,1,0|25.5,-0.5,-8.5,0,-1,0,0,0,1,-1,0,0|-17.7835,24.4585,-52.9001|0.1529,0.2745,0.1764|20.2165,30.2585,-53.9001|78,14,1|0,-7,0,1,0,0,-0,-0,-1,0,1,0|21,0.4999,27.5,0,-1,0,0,0,-1,1,0,0|25.5,-0.5,42,0,-1,0,0,0,1,-1,0,0|0,0,-0.5,-1,-0,-0,0,1,0,-0,-0,-1|7,2.1999,-8.5,1,0,0,0,1,0,0,0,1|-24.5,-0.5,-9,-1,0,0,0,0,1,0,1,0|27.2165,28.0585,-62.9001|68,18,17|0,0,-8.5,-1,-0,-0,0,1,0,-0,-0,-1|79,12.8,-0.5,1,0,0,0,1,0,0,0,1|0,1,1|23.7165,33.4585,-29.9001|1,7.2,1|-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|-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|Turret|Plane|Parts|Gun2|0.1058,0.1647,0.2078|56.1912,41.8736,-27.455|-21.4,162.6699,0.07|-0.0625,-0.0386,0.0792|1,1,9|0,0,4.5,1,0,0,0,1,0,0,0,1|0,0,1,-1,-0.0001,0,0,0.9999,0,0,-0.0001,-1|Gun1|54.2817,41.8758,-28.0499|-0.0646,-0.016,0.0859|59.8557,41.6556,-30.8136|-0.0501,162.6999,0.0599|0.0197,-0.0081,-0.0477|2,0.4,2|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,-0.0001,-0.0001,-1|Engine|54.2024,39.7636,-24.4413|-0.0745,-0.0292,0.0779|3,0.4,1|-1'
  2738. ..'.5,3,-48|0,0,0|Count|Boosters|Fuel|200|BoosterScript|0,0.2,0,-1,-0,-0,0,0,1,0,1,0|1,-0.5001,-4,-1,-0.0001,0,0,0,0.9999,0,0.9999,0|-1,-0.5001,-4,-1,-0.0001,0,-0.0001,0,0.9999,0,0.9999,0|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'
  2739. ..',0.9999,-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|56.2165,41.2585,-30.9001|5,0.4,4|6|0,-0.2,0,-1,-0,-0,0,0,1,0,1,0|56.2167,41.6586,-'
  2740. ..'30.8998|0.05,-17.3,-0.06|0.02,0.02,-0.0598|2,-1.2001,1.5,0.9999,-0.0001,0,0,-0.0001,1,0,-1,0|1.5,-1.2001,2,-0.0001,0.9999,-0.0001,0,-0.0001,1,0.9999,-0.0001,0|2.5,0,0,0,0,1,0,1,0,-1,-0,-0|1,0,-1,0,0,-1,0,1,-0.0001,0.9999,0,-0.0001|-0.0001,-1.2,1.5,0.9999,-0.0001,0,0,-0.0001,1,0,-1,0|0,-1.2001,-0.0001,-1,0,-0.0001,0,-0.0001,1,-0.0001,0.9999,-0.0001|-2.0001,-1.2001,1.5,0.9999,-0.0001,0,0,-0.0001,1,0,-1,0|2,-1.2001,0,-1,0,-0.0001,0,-0.0001,1,-0.0001,0.9999,-0.0001|56.7165,38.4585,-30.9001|5,0.4,5|0,-0.2001,0,1,0,0,-0,-0,-1,0,1,0|4.'
  2741. ..'5,0.5,0,0,1,0,0,0,-1,-1,0,0|0,-1.2001,0.5,-1,0,0,0,0,1,0,1,0|58.1273,43.0564,-30.3034|0.0286,0.0019,-0.045|1,2.4,2|1,-1.6,0.5,0,0,-1,0,1,-0.0001,0.9999,0,-0.0001|0,1.2,0,-1,-0,-0,0,0,1,0,1,0|0,-0.2,-0.0001,0.9999,-0.0001,0,0,-0.0001,1,0,-1,0|2,0.1999,-0.0001,0.9999,0,0,-0.0001,-0.0001,-1,0,0.9999,0|-0.5,-0.1,3.5,0,0,1,0,1,0,-1,-0,-0|54.3083,43.0608,-31.4931|0.0326,0.038,-0.0577|0.5,-0.1,3.5,-0,-0,-1,0,1,0,1,0,0|56.2178,43.0586,-30.8982|0.0306,0.0199,-0.0513|56.2165,39.8585,-30.9001|0,-0.2001,0,-1,0,0,0,0,1,0,1,0|57.7164,43.8802,'
  2742. ..'-32.3435|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.0001,-1,-0.0001,-0.0001,0,-0.0001,0.9999,0,0.9999,-0.0001|55.8069,43.8824,-32.9383|-0.0602,-0.0132,0.0884|0,0,-1,-1,-0,-0,0,1,0,-0,-0,-1|-0.0001,-0.2001,0,0,0.9999,0,-0.0001,0,0.9999,0.9999,0,-0.0001|-1,-0.2,0,-1,-0.0001,0,0,-0.0001,0.9999,0,0.9999,-0.0001|0,-0.0001,4.5,-1,0,0,-0.0001,0.9999,-0.0001,0,0,-1|59.412,44.6543,-29.3781|0.0377,-0.0134,-0.0311|1,1,0.8|Crosshair1|1,0,0,0,0,1,0,1,0,-1,-0,-0|-0.5001,0.2,-0.5001,-0.000'
  2743. ..'1,0,0.9999,-0.0001,1,0,-1,0,0|56.2189,44.4586,-30.8966|0.0412,0.0199,-0.0429|1,0.4,2|55.7717,43.0573,-29.4661|0.0259,0.0147,-0.0528|1,2.4,1|58.1284,44.4564,-30.3018|0.0392,0.0019,-0.0366|58.5734,43.0576,-31.7355|-0.06,-107.3001,-0.0501|0.0334,0.0072,-0.0435|54.7545,43.0621,-32.9252|0.0599,72.6999,0.05|0.0374,0.0433,-0.0562|-2,0.2,-1.5001,-0.0001,0.9999,0,0,-0.0001,-1,-1,0,0|53.8622,43.0595,-30.061|0.0279,0.0327,-0.0592|54.3094,44.4608,-31.4915|0.0432,0.038,-0.0492|0,1.1999,0,-1,-0.0001,0,0,0,-1,-0.0001,-1,0|60.3031,43.2568,-32.2'
  2744. ..'439|0.0366,-0.0029,-0.0366|2,3.6,1|56.6864,44.5331,-32.3969|-0.0514,-0.0247,0.0879|3,0.4,2|58.0492,44.318,-33.4101|-0.06,-107.3001,68.5999|-0.0572,-0.0352,0.0823|1,0.4,1|1|0,0,-1,0,-1,-0.0001,0.9999,0,-0.0001,-0.0001,0,0.9999|56.1397,44.3202,-34.0049|-0.0593,-0.0126,0.0889|57.6812,43.0551,-28.8713|0.0239,-0.0034,-0.0465|0.7686,0.1568,0.1098|20.7165,39.4585,-33.9001|0,-90,0|http://www.roblox.com/asset/?id=4264448|-2.5,0.5,-2.5,0,-1,0,0,0,-1,1,0,0|21.7165,39.4585,-33.9001|22.7165,39.4585,-33.9001|http://www.roblox.com/asset/?id=42'
  2745. ..'64389|-0.5,0.5,-2.5,0,-1,0,0,0,-1,1,0,0|Ride|0.3|23.7165,29.2585,-29.9001|1,1.2,1|4000,4000,4000|4000,4.0000000801635e+20,4000|0,2.6,0,0,1,0,0,0,-1,-1,0,0|1.5,-1,0,0,0,-1,0,1,0,1,0,0|UE|18.7165,40.2585,-27.9001|0,-0.0044,-0.0001|1,2,1|0.5,1.5,0.5|19.7165,40.2585,-26.9001|27.7165,41.7585,-33.9001|-90,-180,0|1,3,1|0,1,0,-1,0,0,0,0,-1,0,-1,0|18.7165,40.2585,-29.9001|0.5,-0.2001,-2,1,0,0,0,1,0,0,0,1|0,-1,0,1,0,0,-0,-0,-1,0,1,0|-4.5,0.5,1.5,-1,0,0,0,0,-1,0,-1,0|0,1,0,-1,-0,-0,0,0,1,0,1,0|0,-1.5,-0.5,1,0,0,0,1,0,0,0,1|23.2165,41.7585,'
  2746. ..'-26.9001|-90,-90,0|1,6,1|2.5,1,0,0,-1,0,0,0,-1,1,0,0|-1.5,1,0,0,-1,0,0,0,-1,1,0,0|0.5,1,0,0,-1,0,0,0,-1,1,0,0|21.7165,40.2585,-26.9001|23.7165,40.2585,-26.9001|20.4165,41.7585,-35.9001|-0.7,1,0,0,-1,0,0,0,-1,1,0,0|21.7165,40.2585,-35.9001|-1.5,0.5,-4.5,-1,0,0,0,0,-1,0,-1,0|0,1.3,-0.5,0,-1,0,1,0,0,0,0,1|18.7165,41.7585,-31.4001|-90,0,0|0,1,-1.5,1,0,-0,0,0,-1,0,1,0|26.6165,41.7585,-35.9001|1,1.6,1|1.0999,-1.5,0,0,-1,0,0,0,1,-1,0,0|-0.9001,1,0,0,-1,0,0,0,-1,1,0,0|1.0999,1,0,0,-1,0,0,0,-1,1,0,0|27.7165,40.2585,-35.9001|27.7165,41.75'
  2747. ..'85,-30.4001|1,4,1|0,1,-1.5,-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|18.7165,40.2585,-32.9001|19.7165,40.2585,-35.9001|25.7165,40.2585,-26.9001|25.7165,40.2585,-35.9001|27.7165,40.2585,-33.9001|Car1|23.2165,38.7585,-31.4001|10,1,10|10000000000,10000000000,10000000000|0,-0.5,0,1,0,0,-0,-0,-1,0,1,0|3,0.5,45,0,-1,0,0,0,-1,1,0,0|2.5,-1,4.5,1,0,0,0,0,1,0,-1,0|0,-0.2001,-2.5,0,-1,0,0,0,1,-1,0,0|4.5,-1,4.5,1,0,0,0,0,1,0,-1,0|4.5,-1,2.5,1,0,0,0,0,1,0,-1,0|2,-1.2001,1.5,1,0,0,0,0,1,0,-1,0|-1.5,-1,4.5,1,0'
  2748. ..',0,0,0,1,0,-1,0|2,-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|2.5,-1,-4.5,1,0,0,0,0,1,0,-1,0|2,-1.2001,-1.5,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,3.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,-0.5,1,0,0,0,0,1,0,-1,0|-4.5,-1,-3.5,1,0,0,0,0,1,0,-1,0|-3.5,-1,-4.5,1,0,0,0,0,1,0,-1,0|4.5,-1,-4.5,1,0,0,0,0,1,0,-1,0|0.5,-1,4.5,1,0,0,0,0,1,0,-1,0|-3.5,-1,4.5,1,0,0,0,0,1,0,-1,0|18.7165,40.2585,-34.9001|27.7165,40.2585,-31.9001|27.7165,40.2585,-26.9001|27.7165,40.2585,-28.9001|0,1'
  2749. ..'.5,-0.5,-1,0,0,0,-1,0,0,0,1|Down|20.7165,41.8585,-29.9001|0,-90,180|inf|http://www.roblox.com/asset/?id=2594605|4|21.2165,40.4585,-29.4001|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|-0.5,-2,-1.3,0,0,1,1,0,0,0,1,0|-1.5,0.2,0.5,-1,0,0,0,1,0,0,0,-1|0.5,0.2,-0.5,-1,0,0,0,0,-1,0,-1,0|-0.5,0.2,-0.5,-1,0,0,0,0,-1,0,-1,0|0,0.2,-1.5,0,1,0,0,0,-1,-1,0,0|0,0.2,-1.5,-1,0,0,0,0,-1,0,-1,0|0,0.2,0.5,-1,0,0,0,0,-1,0,-1,0|0,0,-2,-1,-0,-0,0,1,0,-0,-0,-1|0.5,-2,-1.3,0,0,-1,-1,0,0,0,1,0|-0.5,0.2,1.5,0,0,1,0,1,0,-1,0,0|Stop|'
  2750. ..'21.7165,41.8585,-29.4001|2,0.4,1|http://www.roblox.com/asset/?id=2803079|Up|20.7165,41.8585,-28.9001|http://www.roblox.com/asset/?id=2594599|backward|22.7165,41.8585,-29.4001|http://www.roblox.com/asset/?id=5906093|0,1.2,1.5,-1,0,0,0,0,-1,0,-1,0|foward|19.7165,41.8585,-29.4001|http://www.roblox.com/asset/?id=5906115|left|21.2165,41.8585,-27.9001|0,0,180|4,0.4,1|-1.5,1.2,0,0,-1,0,0,0,-1,1,0,0|right|21.2165,41.8585,-30.9001|0,180,180|-49.2835,8.8585,-50.4001|6,1.2,3|22,0.4999,8,-1,0,0,0,0,-1,0,-1,0|0,0.6,0,-1,-0,-0,0,0,1,0,1,0|0,-'
  2751. ..'1.2,1,-1,0,0,0,0,1,0,1,0|-2.5,-1.2,-0.5,-1,0,0,0,0,1,0,1,0|-48.2835,10.6585,-50.4001|6,2.4,1|0,-0.6001,-1,-1,0,0,0,0,1,0,1,0|-49.7835,10.6585,-47.9001|2.5,-0.6001,0.5,-1,0,0,0,0,1,0,1,0|-49.2835,12.4585,-50.4001|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|-61.0855,8.7501,-47.1997|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|Paintball'
  2752. ..'|WeldArm|-49.2835,13.6585,-50.4001|-2.5,-1.2001,-0.5,-1,0,0,0,0,1,0,1,0|0,0.5999,0,1,0,0,0,0,-1,0,1,0|-48.2835,15.4585,-50.4001|0,0.5999,-1,1,0,0,0,0,-1,0,1,0|-49.7835,15.4585,-47.9001|-49.2835,17.2585,-50.4001|-2.5,1.1999,-0.5,1,0,0,0,0,-1,0,1,0|-48.8835,8.7585,-24.5001|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|-54.6095,8.7502,-34.044|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://'
  2753. ..'www.roblox.com/asset/?id=2697549|http://www.roblox.com/asset/?id=2697544|Ammo|3|Clips|49999993|GunScript|Welding positon|-61.7835,10.6585,-52.9001|4,2.4,1|0,0.6,-1,1,0,0,0,0,-1,0,1,0|-61.7835,8.8585,-51.9001|4,1.2,3|-60.2835,10.6585,-51.4001|1.5,0.6,0.5,1,0,0,0,0,-1,0,1,0|-61.7835,12.4585,-51.9001|0,-0.6,0,-1,0,0,0,0,1,0,1,0|-1.5,1.2,-0.5,1,0,0,0,0,-1,0,1,0|0,1.2,1,1,0,0,0,0,-1,0,1,0|-57.7076,8.7502,-28.5727|0,-116.95,0|0.0015,-0.0045,0.0003|-61.7835,15.4585,-52.9001|-61.7835,13.6585,-51.9001|-1.5,-1.2001,-0.5,-1,0,0,0,0,1,0,1,0'
  2754. ..'|-60.2835,15.4585,-51.4001|-61.7835,17.2585,-51.9001|-1.5,1.1999,-0.5,1,0,0,0,0,-1,0,1,0|-22.5117,42.9731,-30.7184|-16.4,-93.1201,179.9299|0.003,-0.0197,0.0055|0,0,1,-1,0,0,-0.0001,0.9999,-0.0001,0,0,-1|-22.4021,42.9753,-32.7154|-0.0035,-0.0235,0.0052|-24.9766,42.6533,-28.3503|0.0799,86.86,0.0599|0.0156,-0.0054,0.0057|2.5,0,-1,0,-0.0001,-1,0,1,0,0.9999,0,-0.0001|-18.4281,42.516,-31.4962|0.0024,-0.0045,-0.0069|-1.0001,-0.5,-4,-1,-0.0001,-0.0001,0,-0.0001,0.9999,0,0.9999,-0.0001|0.9999,-0.5001,-4,-1,-0.0001,-0.0001,0,-0.0001,0.999'
  2755. ..'9,0,0.9999,-0.0001|-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.0838,-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|-25.7835,42.2585,-31.9001|-25.7832,42.6586,-31.8998|-0.08,-93.14,-0.06|0.0101,-0.0122,0.0069|-1.5,-1.2001,2,0,-1,-0.0001,0,0,1,-1,0,-0.0001|1.4'
  2756. ..'999,-1.2001,1.9999,-0.0001,0.9999,0,0,0,1,0.9999,-0.0001,0|-2.0001,-1.2001,1.5,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|0,-1.2001,-0.0001,-1,0,-0.0001,0,0,1,-0.0001,0.9999,0|2,-1.2001,0,-1,0,-0.0001,0,0,1,-0.0001,0.9999,0|-26.2835,39.4585,-31.9001|-25.8909,44.0564,-29.9012|0.0105,-0.0095,0.005|0,-0.2001,0,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|1,-1.6,0.5,0,0,-1,-0.0001,1,-0.0001,0.9999,-0.0001,-0.0001|2,0.2,0,0.9999,0,0,-0.0001,0,-1,0,0.9999,-0.0001|-25.6716,44.0608,-33.8952|0.0044,-0.015,0.0046|-25.7813,44.0586,-31.8982|0.0074,-0.0122,'
  2757. ..'0.0048|0,-0.2001,-0.0001,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|-25.7835,40.8585,-31.9001|0,0.2,-0.5,1,0,0,0,0,-1,0,1,0|-27.78,44.5264,-31.006|16.3999,86.8799,-179.93|-0.0043,-0.0421,0.0196|-0.0001,-0.2001,0,-0.0001,0.9999,-0.0001,-0.0001,-0.0001,0.9999,0.9999,-0.0001,-0.0001|-27.6703,44.5286,-33.0029|-0.0109,-0.0458,0.0192|-0.0001,-0.2001,-0.0001,-0.0001,0.9999,-0.0001,-0.0001,-0.0001,0.9999,0.9999,-0.0001,-0.0001|-0.0001,0,4.5,-1,-0.0001,0,0,0.9999,0,0,-0.0001,-1|-26.4702,45.6555,-28.429|0.0097,-0.0084,0.0035|-25.7793,45.4586,-31'
  2758. ..'.8966|0.0047,-0.0122,0.0027|-27.279,44.0607,-31.9804|0.0073,-0.0152,0.0071|0,0.2,1.5,-1,-0.0001,0,0,-0.0001,-1,-0.0001,-1,-0.0001|-25.889,45.4564,-29.8996|0.0078,-0.0095,0.0029|1,-0.2,0.5,0,0,-1,-0.0001,1,-0.0001,0.9999,-0.0001,-0.0001|-24.3932,44.0542,-29.819|-0.06,176.86,0.0799|0.0106,-0.0065,0.0027|-24.1739,44.0586,-33.813|0.0599,-3.1401,-0.08|0.0045,-0.012,0.0024|-27.1693,44.0629,-33.9774|0.0042,-0.018,0.0069|-25.6697,45.4608,-33.8936|0.0017,-0.015,0.0026|-0.0001,1.1999,-0.0001,-1,-0.0001,0,0,-0.0001,-1,-0.0001,-1,-0.0001|-2'
  2759. ..'3.4767,44.2512,-28.2662|0.0126,-0.0024,0.001|0,0,0.5,1,0,0,0,1,0,0,0,1|0,1.6,1,-1,0,-0.0001,-0.0001,1,0,-0.0001,-0.0001,-1|-27.9225,43.856,-32.016|-0.0049,-0.0448,0.0215|1,0.5,0,0.9999,-0.0001,-0.0001,0,0,-1,-0.0001,0.9999,-0.0001|-1,0.5,-0.0001,0.9999,-0.0001,-0.0001,0,0,-1,-0.0001,0.9999,-0.0001|-28.9294,44.8653,-31.0687|-0.06,176.86,-73.6|-0.0059,-0.0469,0.0227|-28.8198,44.8675,-33.0657|-0.0125,-0.0507,0.0223|-27.3887,44.0586,-29.9835|0.0104,-0.0125,0.0073|1.9999,0.2,1.5,-1,-0.0001,0,0,-0.0001,-1,-0.0001,-1,-0.0001|58.7165,30'
  2760. ..'.2585,-28.4001|50,14,1|0,0,1|0.4|0.6|56.7165,15.2585,-28.4001|1,14,50|-4.5,-0.5,64,0,-1,0,0,0,1,-1,0,0|0,0.5,114,-0,-1,0,0,0,-1,1,0,0|45.7165,25.7585,-30.9001|0.5,-0.5,0,-1,0,0,0,0,1,0,1,0|0.5,0.4999,0,1,0,0,0,0,-1,0,1,0|45.7165,23.7585,-30.9001|45.2165,24.7585,-30.9001|2,1,9|-0.5,0.5,0,1,0,0,0,0,-1,0,1,0|45.2165,26.7585,-30.9001|45.7165,27.7585,-30.9001|0.5,0.5,0,1,0,0,0,0,-1,0,1,0|45.2165,28.7585,-30.9001|45.7165,29.7585,-30.9001|0.9725,0.9725,0.9725|48.7165,45.7585,-30.9001|1,5,19|0,-2.5,0,1,0,0,-0,-0,-1,0,1,0|0,2.5,0,1,0,0,0'
  2761. ..',0,-1,0,1,0|45.2165,36.7585,-30.9001|45.2165,30.7585,-30.9001|45.7165,35.7585,-30.9001|45.2165,34.7585,-30.9001|45.7165,33.7585,-30.9001|45.2165,32.7585,-30.9001|45.7165,31.7585,-30.9001|52.2165,37.7585,-30.9001|14,1,9|2.5,7,-6.5,0,-1,0,0,0,-1,1,0,0|3.5,-2.5,0,-1,0,0,0,0,1,0,1,0|7.5,0,-12,1,0,0,0,1,0,0,0,1|7,0.5,0,1,0,0,0,0,-1,0,1,0|48.7165,40.7585,-30.9001|29.2165,24.2585,-28.9001|2,2,9|44.7165,37.7585,-14.4001|29,1,24|-4,-2.5,16.5,-1,0,0,0,0,1,0,1,0|24,7.5,-11.5,1,0,0,0,0,-1,0,1,0|-6.5,-2.5,11.5,0,-1,0,0,0,1,-1,0,0|-14,7,-14,0'
  2762. ..',-1,0,0,0,-1,1,0,0|23.7165,36.2585,-34.4001|2,2,13|6,-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|48.7165,49.2585,-30.9001|1,2,19|0,-0.5,15.5,0,-1,0,0,0,1,-1,0,0|17.7165,30.2585,-34.9001|1,10,1|0,-5,0,1,0,0,-0,-0,-1,0,1,0|0.5,0.9999,-6,0,-1,0,0,0,-1,1,0,0|23.7165,24.2585,-34.4001|29.7165,30.2585,-34.9001|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.9999,6,0,-1,0,0,0,-1,1,0,0|0.5|23.7165,30.2585,-31.9001|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.1999,0,0,0,-1,0,1,0,1,'
  2763. ..'0,0|0,1,0.5,-1,0,0,0,1,0,0,0,-1|-0.5,0,-2.5,0,0,1,0,1,0,-1,0,0|21.2165,30.2585,-29.9001|1,14,4|26.2165,30.2585,-29.9001|4,14,1|1.5,-0.5,48,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|35.2165,37.7585,-30.9001|10,1,9|-9.5,0,-12,1,0,0,0,1,0,0,0,1|29.2165,36.2585,-28.9001|0.5,-0.5,51,0,-1,0,0,0,1,-1,0,0|18.2165,24.2585,-28.9001|-4,0.5,25.5,0,1,0,0,0,-1,-1,0,0|0.5,-5,-4,1,0,0,0,0,1,0,-1,0|23.7165,26.0585,-29.9001|1,5.2,1|23.7165,24.2585,-25.4001|23.7165,30.2585,-27.9001|-0.5,-0.5,45.5,-1,0,0,0,0,1,0'
  2764. ..',1,0|1.5,0,0,0,0,1,0,1,0,-1,-0,-0|-0.5,4.1999,0,0,0,1,0,1,0,-1,0,0|0.5,0,-2.5,0,0,-1,0,1,0,1,0,0|29.7165,30.2585,-24.9001|0.5,-1,4,-1,0,0,0,0,1,0,1,0|0.5,0.9999,4,1,0,0,0,0,-1,0,1,0|33.2165,40.7585,-20.9001|3,5,30|-7.5,0.5,55,1,0,0,0,0,-1,0,1,0|21.7165,22.7585,-7.4001|75,1,8|-21,-7,-37,0,-1,0,0,0,1,-1,0,0|-35,6.9999,20.9999,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|36.5,-7,6.9999,-1,0,0,0,0,1,0,1,0|20.7165,29.7585,-2.9001|77,15,1|-25,-0.5,-38,0,0,1,0,1,0,-1,0,0|0,7.5,0,-1,-0,-0,0,0,1,0,1,0|-25.5,-0.5'
  2765. ..',42.5,0,-1,0,0,0,1,-1,0,0|0,-7.5,0,1,0,0,-0,-0,-1,0,1,0|72.5,6.9999,0,1,0,0,0,0,-1,0,1,0|35.5,-0.5,10.9999,-1,0,0,0,1,0,0,0,-1|9.4999,-0.4001,33.5,0,0,-1,0,-1,0,-1,0,0|25.2165,40.4585,-32.9001|26.7165,42.6585,-31.4001|0,1.2,0,1,0,0,0,0,-1,0,1,0|33.2165,50.7585,-30.9001|19,1,32|-10,1,0,1,0,0,0,0,-1,0,1,0|25.2165,40.4585,-29.9001|0.5,-0.4001,-1.5,0,0,-1,0,1,0,1,0,0|25.7165,39.4585,-31.4001|1,-1.2001,0,0,-1,0,0,0,1,-1,0,0|26.7165,40.8585,-31.4001|-1,0.4,-1.5,0,0,1,0,1,0,-1,0,0|18.2165,36.2585,-28.9001|0.5,-0.5,40,0,1,0,0,0,1,1,0,0|'
  2766. ..'0.5,5,-4,-1,0,0,0,0,-1,0,-1,0|0.2941,0.5921,0.2941|8.2165,23.8585,-30.4001|6,1.2,6|rbxasset://Textures/SpawnLocation.png|-2.5,0.5,15.5,1,0,0,0,0,-1,0,1,0|23.7165,36.2585,-25.4001|-3,-0.5,45.5,-1,0,0,0,0,1,0,1,0|17.7165,30.2585,-24.9001|33.2165,49.2585,-20.9001|3,2,30|-10,-0.5,0,-1,0,0,0,0,1,0,1,0|33.2165,45.7585,-20.9001|-11.7835,5.7585,-29.4001|54,3,138|16.7165,45.7585,-30.9001|3,5,23|0,2.5,0,-1,-0,-0,0,0,1,0,1,0|0,-1,0,-1,0,0,0,0,1,0,1,0|16.7165,49.2585,-30.9001|3,2,23|0,-0.5,-16.5,0,1,0,0,0,1,1,0,0|-7.2835,22.7585,-32.9001|43'
  2767. ..',1,133|44.5,7,21,0,1,0,0,0,-1,-1,0,0|0,0,-66.5,-1,-0,-0,0,1,0,-0,-0,-1|40.5,0,-4.5,0,0,-1,0,1,0,1,0,0|-53,-0.5,-2,0,1,0,0,0,1,1,0,0|-36.5,-1,-4,0,1,0,0,0,1,1,0,0|7.5,-1,-31,-1,0,0,0,0,1,0,1,0|-3,-7,28.5,1,0,0,0,0,1,0,-1,0|1,-7,-31,-1,0,0,0,0,1,0,1,0|-1.5,-1,-31,-1,0,0,0,0,1,0,1,0|5,-7,-31,-1,0,0,0,0,1,0,1,0|-33.5,-7,-3,0,1,0,0,0,1,1,0,0|9,7,-20.5,0,1,0,0,0,-1,-1,0,0|4.5,-7,-66,-1,0,0,0,0,1,0,1,0|8,-7,13,0,1,0,0,0,1,1,0,0|-13.5,-0.2001,10,-1,0,0,0,0,1,0,1,0|-18.5,-0.2001,10,-1,0,0,0,0,1,0,1,0|-0.5,7,-40,-1,0,0,0,0,-1,0,-1,0|57,7,'
  2768. ..'-9.5,0,1,0,0,0,-1,-1,0,0|7,7,-57,-1,0,0,0,0,-1,0,-1,0|23,-7,21,0,1,0,0,0,1,1,0,0|21.5,0,0,0,0,1,0,1,0,-1,-0,-0|34.5,-5.3001,-8.5,1,0,0,0,1,0,0,0,1|7.5,-7,-18.5,0,1,0,0,0,1,1,0,0|51,-7,-8,0,1,0,0,0,1,1,0,0|17.5,-0.2001,9,0,1,0,0,0,1,1,0,0|18,-7,6,0,1,0,0,0,1,1,0,0|66,-7,-15.5,0,1,0,0,0,1,1,0,0|0.5,-7,66,-1,0,0,0,0,1,0,1,0|35,-7,13,0,1,0,0,0,1,1,0,0|66,-7,17.5,0,1,0,0,0,1,1,0,0|16.7165,40.7585,-30.9001|2.5,0.5,38.5,0,1,0,0,0,-1,-1,0,0|Wheel|-2.1084,24.2495,-51.0225|7.0399,169.4199,98.4599|0.255,0.0038,0.0072|2,2,2|-13.1583,24.2495'
  2769. ..',-48.1913|5.17,-114.5501,76.3899|-0.0186,-0.0055,0.2594|-12.7835,29.3585,-12.9001|0,90,180|19,12,2|-16.2835,15.2585,-12.4001|1,14,18|-22.2835,20.7585,-3.9001|-22.2835,19.7585,-4.4001|-22.2835,16.7585,-3.9001|-22.2835,15.7585,-4.4001|-22.2835,18.7585,-3.9001|-22.2835,17.7585,-4.4001|-22.2835,14.7585,-3.9001|-22.2835,13.7585,-4.4001|-0.5,-0.5,0,-1,0,0,0,0,1,0,1,0|-22.2835,9.7585,-4.4001|-22.2835,10.7585,-3.9001|-22.2835,11.7585,-4.4001|-22.2835,8.7585,-3.9001|-22.2835,12.7585,-3.9001|-22.2835,21.7585,-4.4001|-14.7835,30.2585,-14.4'
  2770. ..'001|2,14,22|-14,-0.5,7,0,-1,0,0,0,1,-1,0,0|33.2165,49.2585,-40.9001|33.2165,45.7585,-40.9001|33.2165,40.7585,-40.9001|12.5,0.5,55,1,0,0,0,0,-1,0,1,0|-17.7835,24.4585,-44.9001|-26.2835,24.4585,-42.4001|-23.2835,24.4585,-42.4001|0.5,-0.4,1.5,0,0,-1,0,1,0,1,0,0|-24.7835,23.4585,-41.9001|1,-1.2,0,0,-1,0,0,0,1,-1,0,0|-24.7835,24.8585,-40.9001|-15.2835,30.2585,-45.9001|1,14,15|-16.2835,26.6585,-46.4001|-17.2835,23.4585,-46.4001|-16.2835,24.8585,-46.4001|-1,0.3999,1.5,0,0,1,0,1,0,-1,0,0|-17.7835,24.4585,-47.9001|44.7165,37.7585,-44.900'
  2771. ..'1|29,1,19|-4,-2.5,-14,-1,0,0,0,0,1,0,1,0|16.5,7,-14,0,-1,0,0,0,-1,1,0,0|0,0,9.5,1,0,0,0,1,0,0,0,1|-7.5,0,-4.5,1,0,0,0,1,0,0,0,1|9.5,0,-4.5,1,0,0,0,1,0,0,0,1|4,-2.5,11.5,0,-1,0,0,0,1,-1,0,0|-26.7835,24.2585,-47.9001|10,2,5|15,0.5,-19.5,0,-1,0,0,0,-1,1,0,0|-24.7835,26.6585,-40.9001|-26.2835,25.2585,-24.9001|21,4,1|-8,0.5,-19,0,-1,0,0,0,-1,1,0,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|-25.2835,30.2585,-38.9001|19,14,1|10.5,-0.5,-3.5,0,-1,0,0,0,1,-1,0,0|0.949,0.9529,0.9529|-26.2835,29.2585,-24.9001|0,-3,0,-1,0,0,0,0,1,0'
  2772. ..',1,0|-51.7835,15.2585,-53.9001|218,14,1|-21.7835,37.7585,-28.4001|52,1,104|1.5,7,43,-1,0,0,0,0,-1,0,-1,0|-6.5,7,17.5,0,1,0,0,0,-1,-1,0,0|-47.2835,15.2585,-32.4001|42,14,1|-26.2835,34.2585,-24.9001|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|-57.2835,7.7585,-28.4001|52,1,229|1,1.5,45.5,-1,0,0,0,0,-1,0,-1,0|57.5,3.5,0,0,1,0,0,0,-1,-1,0,0|-5.5,-7,-25.5,0,1,0,0,0,1,1,0,0|-5.5,-7,25.5,0,1,0,0,0,1,1,0,0|-41,-7,-16,0,1,0,0,0,1,1,0,0|-8.4001,-0.5,-3.9001,0,1,0,0,0,1,1,0,0|4,-7,10,1,0,0,0,0,1,0,-1,0|7,-7,-5,0,1,0'
  2773. ..',0,0,1,1,0,0|11.5,-7,-7,1,0,0,0,0,1,0,-1,0|5.5,-1.5,86.5,-1,0,0,0,0,1,0,1,0|10,-0.2,92,-1,0,0,0,0,1,0,1,0|4.5,-0.6,23.5,0,1,0,0,0,1,1,0,0|-92.5,-1.2,-1.5,0,-1,0,0,0,1,-1,0,0|-92.5,-1.2,1.5,0,-1,0,0,0,1,-1,0,0|-92.5,-1.2,11.5,0,-1,0,0,0,1,-1,0,0|0,-0.2,92,-1,0,0,0,0,1,0,1,0|102.5,-1.2,-12.5,0,1,0,0,0,1,1,0,0|62.5,-2,-12.5,0,1,0,0,0,1,1,0,0|-92.5,-1.2,6.5,0,-1,0,0,0,1,-1,0,0|102.5,-1.2,-7.5,0,1,0,0,0,1,1,0,0|102.5,-1.2,-9.5,0,1,0,0,0,1,1,0,0|5,-0.2,92,-1,0,0,0,0,1,0,1,0|-1,-0.2,-103,1,0,0,0,0,1,0,-1,0|97.5,-1,-6.5,0,1,0,0,0,1,1,0,'
  2774. ..'0|109,-2,-25.5,0,1,0,0,0,1,1,0,0|102.5,-1.2,-2.5,0,1,0,0,0,1,1,0,0|102.5,-1.2,0.5,0,1,0,0,0,1,1,0,0|-92.5,-1.2,8.5,0,-1,0,0,0,1,-1,0,0|114,-2,0,0,1,0,0,0,1,1,0,0|-24.5,-0.5,35,1,0,0,0,0,1,0,-1,0|102.5,-1.2,-4.5,0,1,0,0,0,1,1,0,0|109,-2,25.5,0,1,0,0,0,1,1,0,0|-29.2835,29.7585,-2.9001|23,15,1|-25.5,-0.5,-7.5,0,-1,0,0,0,1,-1,0,0|22.5,6.9999,0,1,0,0,0,0,-1,0,1,0|-51.7835,15.2585,-2.9001|32,0,-1,1,0,0,0,1,0,0,0,1|-57.7835,30.2585,-53.9001|32,14,1|25.5,-0.5,-36,0,-1,0,0,0,1,-1,0,0|21,0.4999,-50.5,0,-1,0,0,0,-1,1,0,0|-42.2835,30.2585,-'
  2775. ..'45.9001|17.5,-0.5,-20.5,0,-1,0,0,0,1,-1,0,0|-64.2835,15.2585,-39.9001|27,14,1|-32.2835,38.7585,-30.9001|17,1,75|2.5,0.5,-10.5,1,0,0,0,0,-1,0,1,0|1,-0.2001,6,1,0,0,0,0,1,0,-1,0|-58.2835,30.2585,-24.9001|29,14,1|-3.5,-0.5,-36.5,0,-1,0,0,0,1,-1,0,0|-64.2835,15.2585,-23.4001|1,14,6|-57.2835,15.2585,-19.4001|2,14,19|-13.5,-0.5,-50,1,0,0,0,0,1,0,-1,0|-9,0.5,0,-1,0,0,0,0,-1,0,-1,0|-50.7835,22.7585,-7.4001|46,1,8|22.5,-7,-1,-1,0,0,0,0,1,0,1,0|-57.2835,29.7585,-2.9001|33,15,1|-25.5,-0.5,-35.5,0,-1,0,0,0,1,-1,0,0|-5.5,6.9999,0,1,0,0,0,0,-'
  2776. ..'1,0,1,0|-83.7835,14.7585,-55.4001|154,15,2|-26,1.5,72,0,1,0,0,0,-1,-1,0,0|24,-2.1001,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|-83.7835,15.2585,-1.4001|154,14,2|-107.7835,16.8585,-64.9001|-73.2835,30.2585,-50.4001|22,-0.5,-51.5,0,-1,0,0,0,1,-1,0,0|-89.2835,30.2585,-46.9001|1,14,31|-73.2835,30.2585,-46.9001|1,14,1|18.5,-0.5,-51.5,0,-1,0,0,0,1,-1,0,0|14,0.4999,-66,0,-1,0,0,0,-1,1,0,0|-73.2835,30.2585,-32.4001|14,14,1|4,-0.5,-51.5,-1,0,0,0,0,1,0,1,0|-102.2835,14.7585,-26.9001|3,13,15|0,6.5,0,-1,-0,-0,0,0,1,0,1,0|-1.5,'
  2777. ..'-0.5,20,-1,0,0,0,0,1,0,1,0|-1.5,-0.5001,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|-73.2835,30.2585,-17.4001|1,14,16|-11,-0.5,-51.5,0,-1,0,0,0,1,-1,0,0|-22.5,0.5,-10,1,0,0,0,0,-1,0,1,0|-93.7835,18.7585,-15.9001|2,5,25|-12.5,-0.5,28.5,0,-1,0,0,0,1,-1,0,0|-93.7835,14.2585,-15.9001|2,4,25|0,-2.5,0,-1,0,0,0,0,1,0,1,0|-93.7835,10.2585,-15.9001|-12.5,0.5,-36.5,-0,-1,0,0,0,-1,1,0,0|-89.2835,30.2585,-9.9001|25,0.4999,18.4999,0,1,0,0,0,-1,-1,0,0|-73.2835,30.2585,-6.4001|-22,-0.5,-51.5,0,-1,0,0,0,'
  2778. ..'1,-1,0,0|-114.2835,23.7585,-47.9001|81,1,1|-105.2835,30.2585,-40.9001|1,14,13|-122.2835,30.2585,-41.4001|1,14,12|-114.2835,37.7585,-28.9001|39,1,81|18.9999,7,-25,1,0,0,0,0,-1,0,1,0|-9,7,-14,0,1,0,0,0,-1,-1,0,0|-9,7,-1.5,0,1,0,0,0,-1,-1,0,0|-9,7,12,0,1,0,0,0,-1,-1,0,0|-18,7,-25,1,0,0,0,0,-1,0,1,0|8,7,12.5,0,1,0,0,0,-1,-1,0,0|2,-0.2001,-34,1,0,0,0,0,1,0,-1,0|35,7,-0.5,0,1,0,0,0,-1,-1,0,0|40,7,-0.5,0,1,0,0,0,-1,-1,0,0|9,7,-14,0,1,0,0,0,-1,-1,0,0|-114.2835,22.7585,-28.4001|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,'
  2779. ..'0,1,0|-18.5,-7,-25,0,-1,0,0,0,1,-1,0,0|-19,-0.2001,-16.5,1,0,0,0,0,1,0,-1,0|8,-7,13,-1,0,0,0,0,1,0,1,0|35,-7,0,-1,0,0,0,0,1,0,1,0|40,-7,0,-1,0,0,0,0,1,0,1,0|0,-0.5,19.5,-1,0,0,0,0,1,0,1,0|-105.2835,30.2585,-27.4001|1,14,14|9,0.4999,1,1,0,0,0,0,-1,0,1,0|-105.2835,30.2585,-14.9001|1,14,11|9,0.4999,13.5,1,0,0,0,0,-1,0,1,0|-114.2835,23.7585,-8.9001|0,0.5,19.4999,1,0,0,0,0,-1,0,1,0|-114.7835,3.7585,-28.4001|68,7,50|-122.2835,21.7585,-28.4001|50,1,97|-8,-0.5,0,0,1,0,0,0,1,1,0,0|-28.5,2.5,-12.5,0,1,0,0,0,-1,-1,0,0|-2.5,2.5,-12.5,0,1,0,'
  2780. ..'0,0,-1,-1,0,0|5.5,3.5,21.5,1,0,0,0,0,-1,0,1,0|-123.2835,30.2585,-14.9001|-9,0.4999,13.5,1,0,0,0,0,-1,0,1,0|-119.7835,18.7585,-15.9001|-12.5,-0.5,2.5,0,-1,0,0,0,1,-1,0,0|27.2165,26.4585,6.0999|79,11.1999,0.5,-1,0,0,0,1,0,0,0,-1|6.5,-3.3,0.5,-1,0,0,0,1,0,0,0,-1|-119.7835,14.2585,-15.9001|-119.7835,10.2585,-15.9001|-107.7835,15.2585,8.0999|-24,0,1,-1,0,0,0,1,0,0,0,-1|-129.9711,26.973,-43.3373|-16.41,-91.0501,179.9299|0.0066,-0.0029,0.0041|-129.9337,26.9752,-45.337|-0.0004,0.0069,0.004|-132.3489,26.6532,-40.8817|0.0799,88.93,0.0599|'
  2781. ..'-0.0142,-0.0218,0.0141|-125.9183,26.5158,-44.2622|0.004,0.0079,-0.0124|0.9999,-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.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|-133.2835,26.2585,-44.4001|'
  2782. ..'-133.2832,26.6586,-44.3998|-0.08,-91.07,-0.06|0.0015,-0.0321,0.01|2,-1.2,1.4999,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|1,0,-1,0,0,-1,-0.0001,1,-0.0001,1,-0.0001,-0.0001|-1.5001,-1.2,1.9999,0,-1,-0.0001,0,0,1,-1,0,-0.0001|-2,-1.2,1.5,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|0,-1.2,1.4999,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|-0.0001,-1.2,0,-1,0,-0.0001,0,0,1,-0.0001,1,0|1.9999,-1.2,0,-1,0,-0.0001,0,0,1,-0.0001,1,0|-133.2835,23.4585,-44.9001|-133.3186,28.0564,-42.3986|-0.014,-0.0289,0.0075|1,-1.6,0.5,0,0,-1,-0.0001,1,-0.0001,1,-0.0001,-0.00'
  2783. ..'01|0,-0.2,0,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|1.9999,0.2,0,0.9999,0,0,-0.0001,0,-1,0,1,-0.0001|-133.2437,28.0609,-46.3978|0.0038,-0.0352,0.0078|-133.2812,28.0586,-44.3982|-0.0051,-0.0321,0.0076|-133.2835,24.8585,-44.4001|0,0.1999,-0.5,1,0,0,0,0,-1,0,1,0|0,-0.2,0,-1,0,0,0,0,1,0,1,0|-135.2463,28.5265,-43.4343|16.4099,88.9499,-179.93|0.0038,-0.0106,0.0302|0.9999,-0.2,0,-1,-0.0001,0,-0.0001,0,0.9999,0,0.9999,0|0,0,4.5,-1,-0.0001,0,0,0.9999,0,0,-0.0001,-1|-135.2089,28.5288,-45.434|-0.0032,-0.0008,0.0301|0,-0.2,0,-0.0001,0.9999,-0.0'
  2784. ..'001,-0.0001,-0.0001,0.9999,0.9999,-0.0001,-0.0001|-1.0001,-0.2001,0,-1,-0.0001,0,-0.0001,0,0.9999,0,0.9999,0|0,-0.0001,4.4999,-1,-0.0001,0,0,0.9999,0,0,-0.0001,-1|-133.8443,29.6554,-40.9063|-0.0282,-0.0289,0.0025|-133.2792,29.4586,-44.3966|-0.0117,-0.0321,0.0053|0,1.2,0,-1,-0.0001,0,0,-0.0001,-1,-0.0001,-1,-0.0001|-134.7809,28.0608,-44.4263|-0.005,-0.0392,0.0009|-133.3166,29.4564,-42.3969|-0.0206,-0.0289,0.0052|0.9999,-0.2,0.5,0,0,-1,-0.0001,1,-0.0001,1,-0.0001,-0.0001|-131.8189,28.0542,-42.3705|-0.06,178.9299,0.0799|-0.0141,-0.'
  2785. ..'0218,0.0142|2,0.2,-1.5001,0,-1,0,0,0,-1,1,-0.0001,-0.0001|-131.744,28.0587,-46.3697|0.0599,-1.0701,-0.08|0.0037,-0.0281,0.0145|-134.7435,28.0631,-46.4259|0.0039,-0.0423,0.0011|-133.2417,29.4609,-46.3962|-0.0028,-0.0352,0.0055|-130.8469,28.2511,-40.8518|-0.0218,-0.0147,0.0182|-0.0001,1.6,1,-1,0,-0.0001,-0.0001,1,0,-0.0001,-0.0001,-1|-135.4252,27.8561,-44.4386|0.0013,-0.006,0.0276|-136.3972,28.8654,-43.4554|-0.0701,178.9299,-73.59|0.0032,-0.0123,0.0359|-0.0001,-0.0001,-1,0,-1,-0.0001,0.9999,-0.0001,0,0,0,0.9999|-136.3598,28.8677,-'
  2786. ..'45.4551|-0.0038,-0.0025,0.0358|-134.8183,28.0585,-42.4266|-0.0139,-0.036,0.0008|-133.9315,26.9729,-9.9393|-16.41,-157.4601,179.9299|0.0171,-0.0056,-0.0371|-132.084,26.9751,-10.7054|0.0206,0.0074,-0.0286|1,0.2,3.9999,0.9999,0,0,-0.0001,-0.0001,-1,0,1,0|-137.1335,26.6533,-11.1353|0.09,22.52,0.0599|-0.0038,-0.013,0.0032|2.5,0,-1,0,-0.0001,-1,0,1,0,0.9999,0,0|-131.4617,26.5156,-6.5955|0.0023,-0.051,-0.0324|1,-0.5001,-4,-1,0,-0.0001,0,-0.0001,1,-0.0001,1,-0.0001|-157.6795,26.856,54.8051,0.9237,-0.1072,-0.3676,0.001,-0.9594,0.2823,-0.'
  2787. ..'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,-0.0701|-134.2835,26.2585,-13.4001|-134.2836,26.6586,-13.3997|-0.0901,-157.48,-0.06|0.0122,0.0066,0.0233|1.4999,-1.2001,1.9999,0,0.9999,0,0,0,1,0.9999,0,0|0,-1.2001,-0.0001,-1,0,-0.0001,0,0,1,0,0.9999,0|2,-1.2001,-0.0001,-1,0,-0.0001,0,0,1,0,0.'
  2788. ..'9999,0|-134.2835,23.4585,-12.9001|-20,0.5,15.5,1,0,0,0,0,-1,0,1,0|0,-1.2,0.5,-1,0,0,0,0,1,0,1,0|-136.1316,28.0564,-12.6311|0.0106,0.0024,0.0273|0,-0.2001,0,0.9999,0,0,0,0,1,0,-1,-0.0001|0.9999,-1.6,0.5,0,0,-1,-0.0001,1,-0.0001,0.9999,-0.0001,0|1.9999,0.2,0,0.9999,-0.0001,0,-0.0001,0,-1,-0.0001,0.9999,-0.0001|-132.4367,28.0608,-14.1634|0.0214,0.0108,0.0533|-134.2842,28.0586,-13.3972|0.016,0.0066,0.0403|-134.2835,24.8585,-13.4001|-135.9541,28.5265,-14.8122|16.4099,22.54,-179.93|0.0377,0.0622,-0.024|0,-0.2,0,-0.0001,1,-0.0001,0,-0.'
  2789. ..'0001,1,0.9999,-0.0001,0|1,-0.2,0,-1,0,0,-0.0001,0,1,-0.0001,1,0|0,0,4.5,-1,-0.0001,-0.0001,0,0.9999,0,-0.0001,-0.0001,-1|-134.1067,28.5287,-15.5784|0.0412,0.0752,-0.0155|-1,-0.2,0,-1,0,0,-0.0001,0,1,-0.0001,1,0|0,0,4.5,-1,-0.0001,-0.0001,0,1,0,-0.0001,-0.0001,-1|-137.7094,29.6555,-12.5155|0.0143,0.0053,0.0356|-0.5,0.2,-0.5,0,0,0.9999,0,1,0,-1,-0.0001,-0.0001|-134.2848,29.4586,-13.3947|0.0199,0.0065,0.0573|0,1.1999,0,-1,0,0,0,-0.0001,-1,0,-1,-0.0001|-134.8588,28.0609,-14.7828|0.0258,0.025,0.0363|0,0.2,1.5,-1,0,0,0,-0.0001,-1,0,-1'
  2790. ..',-0.0001|-136.1322,29.4564,-12.6286|0.0145,0.0023,0.0443|-135.557,28.0542,-11.2455|-0.06,112.5199,0.09|0.0009,-0.0161,0.0313|-131.8621,28.0586,-12.7778|0.0599,-67.4801,-0.0901|0.0117,-0.0077,0.0573|-2,0.2,-1.5,0,0.9999,0,-0.0001,-0.0001,-1,-1,0,-0.0001|-133.0113,28.0631,-15.5489|0.0311,0.0292,0.0493|-2,0.2,1.5,-1,0,0,0,-0.0001,-1,0,-1,-0.0001|-132.4374,29.4608,-14.1608|0.0253,0.0107,0.0703|-136.5596,28.251,-9.7468|-0.0091,-0.0315,0.0266|0,1.6,1,-1,0,0,-0.0001,1,0,0,-0.0001,-1|-135.1054,27.8561,-15.3782|0.041,0.0713,-0.0298|-136.'
  2791. ..'3954,28.8655,-15.8754|-0.06,112.5199,-73.59|0.0422,0.077,-0.0212|-134.548,28.8677,-16.6415|0.0457,0.09,-0.0127|-136.7062,28.0587,-14.0167|0.0204,0.0208,0.0233|2,0.2,1.5,-1,0,0,0,-0.0001,-1,0,-1,-0.0001|-150.7647,41.9729,-32.6925|-16.41,75.72,179.94|0.0313,0.0025,0.0091|0,0,1,-1,0,0,-0.0001,1,-0.0001,0,0,-1|-151.2586,41.9751,-30.7544|0.0401,0.0061,0.0113|-147.8882,41.6533,-34.5389|0.0799,-104.3001,0.0599|0.0185,-0.0122,-0.0459|-154.9216,41.5157,-32.7195|0.0295,0.017,0.0285|-1.0001,-0.5,-4.0001,-1,-0.0001,-0.0001,0,-0.0001,1,0,0.9'
  2792. ..'999,-0.0001|0.9999,-0.5,-4.0001,-1,-0.0001,-0.0001,0,-0.0001,1,0,0.9999,-0.0001|-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,-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|-147.7835,41.2585,-30.9001|-147.7837,41.6585,-30.9003|-0.08,75.6999,-0.06|0.0119,-0.'
  2793. ..'0158,-0.0457|2,-1.2001,1.5,1,0,-0.0001,-0.0001,0,0.9999,0,-1,-0.0001|-1.5,-1.2001,2,0,-1,-0.0001,-0.0001,0,0.9999,-1,0,0|0,-1.2001,0,-1,0,0,-0.0001,0,0.9999,0,1,0|2,-1.2001,0,-1,0,0,-0.0001,0,0.9999,0,1,0|-2,-1.2001,1.5,1,0,-0.0001,-0.0001,0,0.9999,0,-1,-0.0001|1,0,-1,0,-0.0001,-1,-0.0001,0.9999,0,1,-0.0001,0|-2.0001,-1.2,-0.0001,-1,0,0,-0.0001,0,0.9999,0,1,0|-148.2835,38.4585,-30.9001|-147.2913,43.0564,-32.8403|0.011,-0.0121,-0.0433|0,-0.2001,0,1,0,-0.0001,-0.0001,0,0.9999,0,-1,-0.0001|-148.2793,43.0607,-28.9643|0.0039,-0.0195,'
  2794. ..'-0.0451|0,-0.2,0,1,0,-0.0001,-0.0001,0,0.9999,0,-1,-0.0001|-147.7853,43.0585,-30.9023|0.0074,-0.0158,-0.0442|-147.7835,39.8585,-30.9001|-145.6517,43.5264,-31.391|16.4099,-104.28,-179.9401|0.0426,-0.0141,-0.0158|-146.1457,43.5286,-29.453|0.0515,-0.0105,-0.0135|0,-0.2,-0.0001,-0.0001,1,-0.0001,-0.0001,-0.0001,0.9999,0.9999,-0.0001,-0.0001|-0.0001,-0.0001,4.4999,-1,-0.0001,0,0,1,0,0,-0.0001,-1|-146.4381,44.6555,-34.1726|0.0083,-0.008,-0.04|-0.5001,0.2,-0.5001,0,-0.0001,1,0,0.9999,-0.0001,-1,-0.0001,0|0.5,1.6,0.5,0,0,-1,0,0.9999,-0.'
  2795. ..'0001,1,0,0|-147.7869,44.4585,-30.9043|0.003,-0.0158,-0.0427|0,1.1999,0,-1,0,-0.0001,-0.0001,-0.0001,-1,0,-1,-0.0001|-146.3318,43.0607,-30.5318|0.0067,-0.0116,-0.0415|-0.0001,0.2,1.5,-1,0,-0.0001,-0.0001,-0.0001,-1,0,-1,-0.0001|-147.2929,44.4564,-32.8423|0.0065,-0.0121,-0.0418|-148.7448,43.0542,-33.2108|-0.06,-14.3001,0.0799|0.0117,-0.0163,-0.0459|2,0.2,-1.5,0,-1,-0.0001,0,-0.0001,-1,1,0,-0.0001|-149.7328,43.0585,-29.3347|0.0599,165.6999,-0.08|0.0045,-0.0237,-0.0477|-146.8257,43.0629,-28.5938|0.0032,-0.0153,-0.0424|-148.2808,44.4'
  2796. ..'607,-28.9662|-0.0006,-0.0195,-0.0436|-149.3436,43.2511,-34.9116|0.0142,-0.0164,-0.0468|0,1.6,1,-1,-0.0001,0,0,0.9999,0,0,-0.0001,-1|-145.7072,42.856,-30.3724|0.045,-0.0129,-0.0149|1,0.5,0,0.9999,-0.0001,-0.0001,0,0,-1.0001,-0.0001,0.9999,-0.0001|-1.0001,0.5,0,0.9999,-0.0001,-0.0001,0,0,-1.0001,-0.0001,0.9999,-0.0001|-144.5361,43.8653,-31.107|-0.06,-14.3001,-73.59|0.0451,-0.0177,-0.0212|0,0,-1,0,-1,-0.0001,1,-0.0001,0,0,0,0.9999|-145.0301,43.8675,-29.169|0.054,-0.0141,-0.019|-145.8378,43.0586,-32.4699|0.0103,-0.0079,-0.0406|-143.'
  2797. ..'7835,17.7585,-22.9001|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|-143.7835,12.7585,-22.9001|39,3,2|0,1.5,0,-1,-0,-0,0,0,1,0,1,0|0,-3.5,0,-1,0,0,0,0,1,0,1,0|-149.2835,30.2585,-28.4001|9,14,38|-148.2835,11.6585,-28.4001|-149.7835,9.4585,-29.9001|-148.2835,9.8585,-28.4001|0,-0.6001,0,-1,0,0,0,0,1,0,1,0|-149.7835,9.4585,-26.9001|-149.2835,8.4585,-28.4001|-148.2835,9.8585,-23.4001|-148.2835,11.6585,-23.4001|-143.7835,9.7585,-22.9001|0,-1.5,0,-1,0,0,0,0,1,0,1,0|-149.2835,8.4585,-23.4001|-149.7835,9.4585,-24'
  2798. ..'.9001|-3.5,0.5,-92.5,0,1,0,0,0,-1,-1,0,0|-148.2835,11.6585,-18.4001|-148.2835,9.8585,-18.4001|-150.7835,24.7585,-48.4001|12,1,2|-36.5,0.5,-0.5,1,0,0,0,0,-1,0,1,0|-154.2835,30.2585,-28.4001|1,14,38|-149.7835,9.4585,-21.9001|-154.7835,9.2585,-21.9001|6,2,15|-149.7835,9.4585,-19.9001|-149.7835,9.4585,-16.9001|-149.2835,8.4585,-18.4001|-159.7835,9.4585,-28.9001|-0.0001,-0.0044,0|-157.7835,3.6585,-28.4001|50,7.2,18|0,-0.5,-100.5,-1,-0,-0,0,0,1,0,1,0|-163.2835,30.0585,-28.4001|0,-0.0044,0|38,15.6,17|0,-7.8001,0,1,0,0,-0,-0,-1,0,1,0|0,'
  2799. ..'0.5,-41,1,0,0,0,0,-1,0,1,0|-166.2835,10.2585,-53.9001|11,4,1|-161.2835,9.8585,-27.4001|-161.2835,11.6585,-27.4001|-160.2835,8.4585,-27.4001|-159.7835,9.4585,-25.9001|-159.7835,9.4585,-23.9001|-160.2835,8.4585,-22.4001|-6,0.5,-103,-1,0,0,0,0,-1,0,-1,0|-161.2835,9.8585,-22.4001|-161.2835,11.6585,-22.4001|-159.7835,9.4585,-20.9001|-159.7835,9.4585,-18.9001|-161.2835,9.8585,-17.4001|-159.7835,9.4585,-15.9001|-161.2835,11.6585,-17.4001|-160.2835,8.4585,-17.4001|-11,0.5,-103,-1,0,0,0,0,-1,0,-1,0|-166.2835,10.2585,-2.9001|0.0156,0.6862'
  2800. ..',0.9254|-165.7835,14.2585,-53.9001|1,4,10|0.5,-3,0,0,1,0,0,0,1,1,0,0|0.5,2,0,0,1,0,0,0,-1,-1,0,0|-171.2835,14.2585,-53.9001|-5,-3,0,-1,0,0,0,0,1,0,1,0|-5,2,0,1,0,0,0,0,-1,0,1,0|-171.2835,14.2585,-33.9001|1,4,7|-171.2835,14.2585,-49.9001|0,2,-21.5,1,0,0,0,0,-1,0,1,0|0,-3,-21.5,-1,0,0,0,0,1,0,1,0|-171.2835,14.2585,-45.9001|0,2,-17.5,1,0,0,0,0,-1,0,1,0|-171.2835,14.2585,-41.9001|-171.2835,14.2585,-37.9001|0,2,-9.5,1,0,0,0,0,-1,0,1,0|-171.2835,14.2585,-29.9001|0,2,-1.5,1,0,0,0,0,-1,0,1,0|-165.7835,14.2585,-2.9001|-166.2835,19.2585,-'
  2801. ..'53.9001|11,6,1|-166.2835,19.2585,-2.9001|-171.2835,19.2585,-28.4001|1,6,50|0,-7.8,-8,0,-1,0,0,0,1,-1,0,0|0,-3,0,1,0,0,-0,-0,-1,0,1,0|0,2,-14.5,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|0,2,-2.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,9.5,1,0,0,0,0,-1,0,1,0|0,2,5.5,1,0,0,0,0,-1,0,1,0|0,2,13.5,1,0,0,0,0,-1,0,1,0|0,2,17.5,1,0,0,0,0,-1,0,1,0|0,2,-10.5,1,0,0,0,0,-1,0,1,0|-171.2835,10.2585,-28.4001|1,4,50|0,-2.0001,-20,-1,0,0,0,0,1,0,1,0|0,-2.0001,-2.5,-1,0,0,0,0,1,0,1,0|0,-2.0001,5.5,-1,0,0,0'
  2802. ..',0,1,0,1,0|0,-2.0001,13.5,-1,0,0,0,0,1,0,1,0|0,-2.0001,-10.5,-1,0,0,0,0,1,0,1,0|-171.2835,14.2585,-25.9001|-171.2835,14.2585,-21.9001|0,2,6.5,1,0,0,0,0,-1,0,1,0|-171.2835,14.2585,-17.9001|-171.2835,14.2585,-13.9001|0,2,14.5,1,0,0,0,0,-1,0,1,0|-171.2835,14.2585,-8.4001|-171.2835,14.2585,-2.9001|Button|0.4196,0.196,0.4862|-116.2807,0.696,47.1434|0,-180,0|5,1.2,5|Regen;0,3>10>2,3>11>5,6>10>5,6>11>12,7>10>5,7>11>4,9>10>8,9>11>5,11>10>10,11>11>695,14>10>13,14>11>590,15>10>13,15>11>695,16>10>13,16>11>18,17>10>13,17>11>677,19>10>18,19>'
  2803. ..'11>694,21>10>20,21>11>520,22>10>20,22>11>144,23>10>20,23>11>539,28>10>27,28>11>94,31>10>30,31>11>120,40>10>32,40>11>27,41>10>32,41>11>29,68>10>67,68>11>69,70>10>69,70>11>128,71>10>69,71>11>110,72>10>69,72>11>30,73>10>69,73>11>106,74>10>69,74>11>87,75>10>69,75>11>115,76>10>69,76>11>85,78>10>77,78>11>496,79>10>77,79>11>91,81>10>80,81>11>100,82>10>80,82>11>108,83>10>80,83>11>69,84>10>80,84>11>27,86>10>85,86>11>29,88>10>87,88>11>104,89>10>87,89>11>29,90>10>87,90>11>27,93>10>91,93>11>67,95>10>94,95>11>122,97>10>96,97>11>126,98>10>96,'
  2804. ..'98>11>122,99>10>96,99>11>29,103>10>100,103>11>108,114>10>112,114>11>69,119>10>117,119>11>85,125>10>123,125>11>94,135>10>131,135>11>202,143>10>139,143>11>202,147>10>144,147>11>537,148>10>144,148>11>539,149>27>202,156>10>154,156>11>200,159>10>157,159>11>238,160>10>157,160>11>202,161>10>157,161>11>178,164>10>162,164>11>196,165>10>162,165>11>167,166>10>162,166>11>169,173>10>171,173>11>194,176>10>174,176>11>202,177>10>174,177>11>171,180>10>178,180>11>192,183>10>181,183>11>154,184>10>181,184>11>198,185>10>181,185>11>186,190>10>188,190'
  2805. ..'>11>227,191>10>188,191>11>154,205>10>202,205>11>695,206>10>202,206>11>196,207>10>202,207>11>566,208>10>202,208>11>229,209>10>202,209>11>231,210>10>202,210>11>564,211>10>202,211>11>167,212>10>202,212>11>238,213>10>202,213>11>192,214>10>202,214>11>198,215>10>202,215>11>559,216>10>202,216>11>200,217>10>202,217>11>150,218>10>202,218>11>136,219>10>202,219>11>227,220>10>202,220>11>225,221>10>202,221>11>194,222>10>202,222>11>186,223>10>202,223>11>169,224>10>202,224>11>152,233>10>231,233>11>188,239>10>238,239>11>167,240>10>238,240>11>16'
  2806. ..'2,241>10>238,241>11>152,242>10>238,242>11>253,243>10>238,243>11>234,244>10>238,244>11>271,245>10>238,245>11>262,246>10>238,246>11>249,247>10>238,247>11>178,248>10>238,248>11>150,261>10>257,261>11>238,270>10>266,270>11>238,277>10>276,277>11>701,278>10>276,278>11>280,279>10>276,279>11>282,281>10>280,281>11>284,283>10>282,283>11>284,296>10>295,296>11>301,297>10>295,297>11>284,299>10>298,299>11>302,300>10>298,300>11>295,303>10>302,303>11>301,328>10>327,328>11>329,331>10>330,331>11>329,333>10>332,333>11>352,334>10>332,334>11>330,335>'
  2807. ..'10>332,335>11>327,351>10>350,351>11>352,353>10>352,353>11>354,356>10>355,356>11>350,357>10>355,357>11>354,362>10>361,362>11>425,365>10>364,365>11>403,374>10>366,374>11>363,375>10>366,375>11>361,402>10>401,402>11>403,404>10>403,404>11>443,405>10>403,405>11>441,406>10>403,406>11>445,407>10>403,407>11>417,408>10>403,408>11>415,411>10>410,411>11>438,412>10>410,412>11>430,413>10>410,413>11>403,414>10>410,414>11>361,416>10>415,416>11>363,418>10>417,418>11>361,419>10>417,419>11>433,420>10>417,420>11>363,423>10>421,423>11>409,424>10>421'
  2808. ..',424>11>401,426>10>425,426>11>456,428>10>427,428>11>458,429>10>427,429>11>363,437>10>435,437>11>403,440>10>438,440>11>430,449>10>447,449>11>415,452>10>450,452>11>364,454>10>453,454>11>427,455>10>453,455>11>425,462>10>460,462>11>403,465>10>464,465>11>590,466>10>464,466>11>701,468>10>467,468>11>473,469>10>467,469>11>471,472>10>471,472>11>470,475>10>474,475>11>477,476>10>474,476>11>473,479>10>478,479>11>484,480>10>478,480>11>477,482>10>481,482>11>501,486>10>485,486>11>488,487>10>485,487>11>483,489>10>488,489>11>490,491>10>490,491>1'
  2809. ..'1>492,494>10>493,494>11>484,495>10>493,495>11>492,497>10>496,497>11>463,498>10>496,498>11>501,499>10>496,499>11>503,500>10>496,500>11>483,504>10>503,504>11>501,505>10>503,505>11>553,506>10>503,506>11>546,507>10>503,507>11>463,509>10>508,509>11>695,510>10>508,510>11>514,512>10>511,512>11>562,513>10>511,513>11>481,515>10>514,515>11>516,518>10>517,518>11>508,519>10>517,519>11>516,521>10>520,521>11>695,522>10>520,522>11>537,523>10>520,523>11>144,524>10>520,524>11>525,527>10>526,527>11>695,528>10>526,528>11>520,529>10>526,529>11>539,'
  2810. ..'531>10>530,531>11>503,533>10>532,533>11>695,535>10>534,535>11>590,536>10>534,536>11>578,540>10>539,540>11>695,541>10>539,541>11>537,542>10>539,542>11>525,544>10>543,544>11>532,545>10>543,545>11>502,547>10>546,547>11>695,549>10>548,549>11>463,550>10>548,550>11>464,551>10>548,551>11>553,552>10>548,552>11>652,554>10>553,554>11>463,555>10>553,555>11>695,556>10>553,556>11>737,557>10>553,557>11>652,558>10>553,558>11>623,561>10>560,561>11>568,563>10>562,563>11>654,565>10>564,565>11>568,567>10>566,567>11>568,569>10>568,569>11>559,571>10'
  2811. ..'>570,571>11>695,572>10>570,572>11>578,575>10>573,575>11>590,577>10>576,577>11>695,580>10>579,580>11>562,581>10>579,581>11>582,583>10>582,583>11>546,586>10>585,586>11>619,587>10>585,587>11>588,589>10>588,589>11>562,591>10>590,591>11>694,592>10>590,592>11>805,593>10>590,593>11>470,594>10>590,594>11>502,595>10>590,595>11>538,596>10>590,596>11>525,597>10>590,597>11>520,598>10>590,598>11>516,599>10>590,599>11>539,600>10>590,600>11>526,601>10>590,601>11>624,602>10>590,602>11>463,603>10>590,603>11>668,604>10>590,604>11>670,605>10>590,6'
  2812. ..'05>11>4,606>10>590,606>11>698,607>10>590,607>11>750,608>10>590,608>11>744,609>10>590,609>11>10,610>10>590,610>11>18,611>10>590,611>11>652,612>10>590,612>11>748,613>10>590,613>11>665,614>10>590,614>11>690,615>10>590,615>11>777,616>10>590,616>11>771,617>10>590,617>11>742,618>10>590,618>11>765,620>10>619,620>11>695,626>10>625,626>11>651,627>10>625,627>11>628,630>10>629,630>11>637,631>10>629,631>11>632,633>10>632,633>11>638,635>10>634,635>11>637,636>10>634,636>11>628,640>10>639,640>11>638,643>10>642,643>11>641,644>10>642,644>11>645,'
  2813. ..'647>10>646,647>11>641,649>10>648,649>11>639,650>10>648,650>11>645,653>10>652,653>11>695,656>10>655,656>11>654,657>10>655,657>11>658,659>10>658,659>11>695,662>10>661,662>11>667,664>10>663,664>11>667,666>10>665,666>11>667,672>10>671,672>11>676,673>10>671,673>11>670,674>10>671,674>11>669,675>10>671,675>11>660,678>10>677,678>11>501,679>10>677,679>11>463,680>10>677,680>11>496,681>10>677,681>11>530,682>10>677,682>11>658,684>10>683,684>11>590,686>10>685,686>11>667,688>10>687,688>11>590,689>10>687,689>11>692,691>10>690,691>11>695,693>10'
  2814. ..'>692,693>11>699,696>10>695,696>11>525,697>10>695,697>11>668,700>10>699,700>11>695,702>10>701,702>11>584,703>10>701,703>11>820,704>10>701,704>11>737,705>10>701,705>11>694,706>10>701,706>11>624,707>10>701,707>11>305,708>10>701,708>11>698,709>10>701,709>11>750,710>10>701,710>11>744,711>10>701,711>11>1174,712>10>701,712>11>1194,713>10>701,713>11>329,714>10>701,714>11>1162,715>10>701,715>11>1168,716>10>701,716>11>1193,717>10>701,717>11>1169,718>10>701,718>11>1226,719>10>701,719>11>836,720>10>701,720>11>1190,721>10>701,721>11>1221,722'
  2815. ..'>10>701,722>11>1222,723>10>701,723>11>1176,724>10>701,724>11>1210,725>10>701,725>11>1191,726>10>701,726>11>1232,727>10>701,727>11>1211,728>10>701,728>11>1195,729>10>701,729>11>1192,730>10>701,730>11>1267,731>10>701,731>11>646,732>10>701,732>11>1212,733>10>701,733>11>1203,735>10>734,735>11>695,736>10>734,736>11>737,738>10>737,738>11>763,740>10>739,740>11>695,741>10>739,741>11>590,743>10>742,743>11>695,746>10>745,746>11>695,747>10>745,747>11>409,749>10>748,749>11>695,752>10>751,752>11>590,753>10>751,753>11>701,755>10>754,755>11>78'
  2816. ..'9,757>10>756,757>11>695,758>10>756,758>11>737,760>10>759,760>11>584,761>10>759,761>11>764,762>10>759,762>11>694,766>10>765,766>11>695,769>10>768,769>11>695,770>10>768,770>11>590,772>10>771,772>11>695,774>10>773,774>11>826,775>10>773,775>11>821,776>10>773,776>11>701,778>10>777,778>11>695,779>10>777,779>11>754,781>10>780,781>11>826,783>10>782,783>11>780,785>10>784,785>11>701,786>10>784,786>11>782,788>10>787,788>11>805,790>10>789,790>11>695,795>10>794,795>11>787,796>10>794,796>11>816,797>10>794,797>11>814,798>10>794,798>11>792,799>'
  2817. ..'10>794,799>11>767,800>10>794,800>11>793,801>10>794,801>11>1103,802>10>794,802>11>1160,803>10>794,803>11>1189,804>10>794,804>11>827,806>10>805,806>11>826,807>10>805,807>11>792,808>10>805,808>11>767,809>10>805,809>11>891,810>10>805,810>11>793,811>10>805,811>11>1160,812>10>805,812>11>1189,813>10>805,813>11>791,815>10>814,815>11>805,817>10>816,817>11>805,819>10>818,819>11>805,822>10>821,822>11>805,823>10>821,823>11>780,824>10>821,824>11>829,825>10>821,825>11>1156,828>10>827,828>11>805,830>10>829,830>11>826,832>10>831,832>11>737,833>'
  2818. ..'10>831,833>11>553,835>10>834,835>11>829,837>10>836,837>11>834,839>10>838,839>11>763,854>10>846,854>11>844,855>10>846,855>11>843,882>10>881,882>11>883,884>10>883,884>11>943,885>10>883,885>11>845,886>10>883,886>11>928,887>10>883,887>11>930,888>10>883,888>11>920,889>10>883,889>11>900,890>10>883,890>11>897,893>10>892,893>11>914,894>10>892,894>11>922,895>10>892,895>11>883,896>10>892,896>11>843,898>10>897,898>11>932,899>10>897,899>11>844,901>10>900,901>11>843,902>10>900,902>11>844,905>10>903,905>11>891,906>10>903,906>11>881,908>10>907'
  2819. ..',908>11>937,909>10>907,909>11>843,911>10>910,911>11>941,912>10>910,912>11>937,913>10>910,913>11>844,919>10>917,919>11>900,924>10>922,924>11>914,927>10>925,927>11>883,936>10>934,936>11>845,940>10>938,940>11>907,950>10>949,950>11>953,952>10>951,952>11>990,961>10>953,961>11>948,988>10>987,988>11>990,989>10>987,989>11>1008,991>10>990,991>11>1030,992>10>990,992>11>1005,993>10>990,993>11>1002,995>10>994,995>11>805,996>10>994,996>11>1008,998>10>997,998>11>1028,999>10>997,999>11>1018,1000>10>997,1000>11>990,1001>10>997,1001>11>948,1003>'
  2820. ..'10>1002,1003>11>949,1004>10>1002,1004>11>1038,1006>10>1005,1006>11>949,1007>10>1005,1007>11>948,1011>10>1010,1011>11>1044,1012>10>1010,1012>11>1043,1013>10>1010,1013>11>948,1015>10>1014,1015>11>1046,1016>10>1014,1016>11>1043,1017>10>1014,1017>11>949,1021>10>1018,1021>11>1028,1024>10>1022,1024>11>1005,1027>10>1025,1027>11>990,1034>10>1032,1034>11>990,1037>10>1035,1037>11>990,1042>10>1040,1042>11>951,1050>10>1048,1050>11>990,1055>10>1054,1055>11>1117,1066>10>1058,1066>11>1056,1067>10>1058,1067>11>1054,1094>10>1093,1094>11>1095,109'
  2821. ..'6>10>1095,1096>11>1154,1097>10>1095,1097>11>1137,1098>10>1095,1098>11>1111,1099>10>1095,1099>11>1108,1100>10>1095,1100>11>1139,1101>10>1095,1101>11>1057,1102>10>1095,1102>11>1105,1104>10>1103,1104>11>1114,1106>10>1105,1106>11>1132,1107>10>1105,1107>11>1054,1109>10>1108,1109>11>1141,1110>10>1108,1110>11>1056,1112>10>1111,1112>11>1054,1113>10>1111,1113>11>1056,1116>10>1114,1116>11>1093,1119>10>1118,1119>11>1152,1120>10>1118,1120>11>1056,1124>10>1121,1124>11>1132,1125>10>1121,1125>11>1105,1128>10>1126,1128>11>1111,1131>10>1129,1131'
  2822. ..'>11>1095,1136>10>1134,1136>11>1095,1145>10>1143,1145>11>1057,1147>10>1146,1147>11>1118,1148>10>1146,1148>11>1117,1151>10>1149,1151>11>1117,1157>10>1156,1157>11>826,1159>10>1158,1159>11>1156,1164>10>1163,1164>11>1161,1165>10>1163,1165>11>1168,1166>10>1163,1166>11>1169,1167>10>1163,1167>11>1162,1171>10>1170,1171>11>1190,1173>10>1172,1173>11>1170,1175>10>1174,1175>11>1158,1177>10>1176,1177>11>1170,1179>10>1178,1179>11>701,1180>10>1178,1180>11>1170,1182>10>1181,1182>11>1183,1184>10>1183,1184>11>1194,1185>10>1183,1185>11>1193,1186>10'
  2823. ..'>1183,1186>11>1192,1188>10>1187,1188>11>791,1198>10>1196,1198>11>701,1201>10>1199,1201>11>826,1202>10>1199,1202>11>821,1205>10>1204,1205>11>1211,1206>10>1204,1206>11>1210,1207>10>1204,1207>11>1195,1209>10>1208,1209>11>1204,1214>10>1213,1214>11>701,1215>10>1213,1215>11>1216,1217>10>1216,1217>11>1221,1218>10>1216,1218>11>1212,1220>10>1219,1220>11>1216,1224>10>1223,1224>11>1228,1225>10>1223,1225>11>1222,1227>10>1226,1227>11>1223,1230>10>1229,1230>11>701,1231>10>1229,1231>11>1223,1234>10>1233,1234>11>1253,1235>10>1233,1235>11>1203,1'
  2824. ..'237>10>1236,1237>11>1253,1238>10>1236,1238>11>1203,1241>10>1240,1241>11>1267,1242>10>1240,1242>11>1255,1244>10>1243,1244>11>1267,1247>10>1246,1247>11>1267,1249>10>1248,1249>11>1267,1251>10>1250,1251>11>1254,1252>10>1250,1252>11>1232,1256>10>1255,1256>11>1199,1257>10>1255,1257>11>1277,1258>10>1255,1258>11>1279,1259>10>1255,1259>11>1274,1260>10>1255,1260>11>1273,1261>10>1255,1261>11>1248,1262>10>1255,1262>11>1246,1263>10>1255,1263>11>1239,1264>10>1255,1264>11>1245,1265>10>1255,1265>11>1243,1266>10>1255,1266>11>1276,1268>10>1267,12'
  2825. ..'68>11>1279,1269>10>1267,1269>11>1273,1270>10>1267,1270>11>1239,1271>10>1267,1271>11>1245,1272>10>1267,1272>11>1276,1275>10>1274,1275>11>1267,1278>10>1277,1278>11>1267,1281>10>1280,1281>11>1254,1282>10>1280,1282>11>1232;2;n;1|2:2|3:3|4:4|5:5|6:6|7:7|2:2|2:2;n;3|8:8|9:9;p;4|2:2|3:10|4:11|5:5|6:12|12:13|7:13|2:2|2:2;1|2:2|3:14|4:4|5:5|6:15|13:13|7:13|2:2|2:2;n;3|8:16|9:17;3|8:18|9:19;p;1|2:2|3:20|4:4|5:5|6:21|7:7|2:2|2:2;n;3|8:22|9:23;p;1|2:24|14:25|15:26|3:27|5:5|6:28|12:13|7:13|2:24|2:24;n;3|8:29|9:30;p;1|2:2|3:31|4:4|5:5|6:6|7:7'
  2826. ..'|2:2|2:2;1|2:32|3:33|5:5|6:34|12:13|7:13|2:32|2:32;n;3|8:35|9:36;3|8:29|9:37;3|8:38|9:39;3|8:29|9:40;p;1|2:2|3:41|4:4|5:5|6:42|12:13|16:13|7:13|2:2|2:2;n;3|8:43|9:44;p;1|2:45|3:46|4:11|5:5|6:47|12:13|7:13|2:45|2:45;n;3|8:16|9:48;3|8:49|9:50;3|8:51|9:52;p;2|1:53;n;2|1:54;n;2|1:55;n;1|1:56|2:57|3:58|4:59|5:60|6:61|17:13|12:7|7:7|2:57|2:57;n;3|8:62|9:63;p;1|1:64|2:57|3:65|4:59|5:66|6:61|17:13|12:7|7:7|2:57|2:57;4|2:57|3:67|4:68|5:69|6:70|17:13|13:13|7:13|2:57|2:57;n;3|8:71|9:72;p;1|1:73|2:57|3:74|4:59|5:75|6:76|12:7|7:13|2:57|2:57;'
  2827. ..'n;5|3:77|18:78;6|19:78;7;8|1:79;8|1:80;8|1:81|20:82;7|1:83;3|8:84|9:85;3|8:84|9:86;p;9|1:87|20:88;9|1:87|20:89;9|1:87|20:90;9|1:87|20:91;9|1:87|20:92;8|1:93;7;8|1:94;9|1:87|20:91;9|1:87|20:95;9|1:87|20:92;9|1:87|20:96;9|1:87|20:97;9|1:87|20:97;9|1:87|20:98;9|1:87|20:98;9|1:87|20:99;9|1:87|20:99;9|1:87|20:100;9|1:87|20:101;9|1:87|20:91;7;7;9|1:87|20:91;p;2|1:102;n;1|2:57|3:103|4:11|5:5|6:104|12:7|7:105|2:57|2:57;n;10|8:84|9:106;p;1|2:57|3:107|4:108|5:109|6:104|7:13|2:57|2:57;n;3|8:84|9:110;3|8:84|9:111;3|8:112|9:113;3|8:84|9:114;'
  2828. ..'3|8:84|9:115;3|8:84|9:116;3|8:84|9:117;p;1|2:57|3:118|4:11|5:5|6:119|12:13|7:7|2:57|2:57;n;3|8:120|9:121;3|8:84|9:122;p;1|2:57|3:123|4:108|5:124|6:125|21:105|2:57|2:57;n;3|8:16|9:126;11|8:127|9:128;3|8:18|9:129;10|8:51|9:130;p;1|2:57|3:131|4:108|5:132|6:125|13:105|2:57|2:57;n;10|8:16|9:133;p;1|2:57|3:134|4:108|5:135|6:125|21:105|13:105|2:57|2:57;n;11|8:127|9:128;10|8:51|9:130;10|8:16|9:133;p;1|2:57|3:136|4:11|5:5|6:15|12:13|7:13|2:57|2:57;n;12;3|8:127|9:137;p;1|2:57|3:138|4:139|5:140|6:141|22:142|16:13|2:57|2:57;n;3|8:143|9:144;'
  2829. ..'p;1|2:57|3:145|4:139|5:146|6:141|22:142|16:13|2:57|2:57;n;3|8:147|9:148;3|8:143|9:149;3|8:71|9:150;p;1|2:57|3:151|4:68|5:152|6:6|22:142|13:13|2:57|2:57;n;12|23:153|24:13;13|1:154|25:13;3|8:155|9:156;p;1|2:57|3:157|4:68|5:158|6:159|2:57|2:57;n;12|24:13;p;1|2:57|3:160|4:68|5:161|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:163|4:68|5:164|6:159|2:57|2:57;n;12|24:13;p;1|2:57|3:165|4:166|5:167|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:168|4:169|5:170|6:162|2:57|2:57;n;12|24:13;3|8:18|9:171;p;1|2:57|3:172|4:68|5:173|6:162|2:57|2:57;n;12|24:13;p;'
  2830. ..'1|2:57|3:174|4:68|5:175|6:159|2:57|2:57;n;12|24:13;11|8:120|9:176;p;1|2:57|3:177|4:108|5:178|6:179|2:57|2:57;n;12|24:13;p;1|2:57|3:180|4:139|5:181|6:182|22:142|12:13|7:7|2:57|2:57;1|2:57|3:183|4:184|5:185|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;3|8:120|9:188;p;1|2:57|3:189|4:184|5:190|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;p;1|2:57|3:191|4:68|5:192|6:162|2:57|2:57;n;12|24:13;p;p;p;p;2;n;1|2:193|3:194|4:195|5:5|6:186|2:193|2:193;n;14;13|26:196|25:187;7;3|8:120|9:197;p;1|2:193|3:198|4:11|5:5|6:186|12:13|7:7|2:193|2:193;'
  2831. ..'n;14;7;p;1|2:193|3:199|4:195|5:5|6:186|2:193|2:193;n;14;13|26:200|25:187;7;3|8:120|9:201;p;1|1:202|2:45|14:203|3:204|4:4|5:5|6:205|2:45|2:45;n;6|19:206;15|5:78|18:207;3|8:22|9:208;3|8:38|9:209;p;p;2|1:210;n;1|2:57|3:211|4:4|5:212|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:215|4:4|5:212|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:216|4:217|5:5|6:218|12:13|7:13|2:57|2:57;n;12|23:214;3|8:38|9:219;p;1|2:57|3:220|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;3|8:51|9:221;3|8:222|9:223;3|8:224|9:225;p;1|2:57|3:226|4:227|'
  2832. ..'5:212|6:228|12:13|7:13|2:57|2:57;n;12|23:214;3|8:38|9:229;3|8:38|9:230;3|8:38|9:231;p;1|2:57|3:232|4:4|5:212|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:233|4:4|5:212|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:234|4:227|5:5|6:162|12:13|7:13|2:57|2:57;n;12|23:214;3|8:38|9:235;p;1|2:57|3:236|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;3|8:222|9:237;3|8:224|9:238;p;1|2:57|3:239|4:240|5:5|6:228|12:13|7:13|2:57|2:57;n;12|23:214;3|8:38|9:241;p;1|2:57|3:242|4:227|5:5|6:243|12:13|7:13|2:57|2:57;n;12|23:214;3|8:16|9:244;3'
  2833. ..'|8:38|9:245;3|8:38|9:246;p;1|2:57|3:247|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:248|4:217|5:5|6:249|12:13|7:13|2:57|2:57;n;12|23:214;3|8:38|9:250;3|8:251|9:252;p;1|2:2|3:253|4:4|5:5|6:213|12:13|7:13|2:2|2:2;n;12|23:214;p;1|2:57|3:254|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:255|4:4|5:212|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:256|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:257|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|1:258|2:57|3:259|5:5|6:260|12:7|7:13|2:57|2'
  2834. ..':57;n;15|5:78|18:261;6|19:261;3|8:262|9:263;3|8:143|9:264;3|8:143|9:265;3|8:143|9:266;3|8:143|9:267;3|8:143|9:268;3|8:143|9:269;3|8:143|9:270;3|8:143|9:271;3|8:143|9:272;3|8:143|9:273;3|8:143|9:274;3|8:143|9:275;3|8:143|9:276;3|8:143|9:277;3|8:143|9:278;3|8:143|9:279;3|8:143|9:280;3|8:143|9:281;3|8:143|9:282;p;1|2:57|3:283|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:284|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:285|4:4|5:212|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:286|4:4|5:5|6:213|12:13|7'
  2835. ..':13|2:57|2:57;n;12|23:214;3|8:224|9:287;p;1|1:288|2:32|3:289|4:290|5:5|6:186|12:7|7:13|2:32|2:32;n;14|28:291;13|26:292|25:293;7;p;1|2:57|3:294|4:11|5:5|6:295|17:13|16:13|21:13|13:13|7:13|2:57|2:57;n;3|8:296|9:297;3|8:296|9:298;3|8:296|9:299;3|8:127|9:300;3|8:127|9:301;3|8:127|9:302;3|8:127|9:303;3|8:127|9:304;3|8:305|9:306;3|8:305|9:307;p;1|1:308|2:57|3:309|4:290|5:5|6:310|12:7|7:13|2:57|2:57;n;14|28:291;13|26:311|25:293;7;p;1|1:312|2:57|3:313|4:290|5:5|6:186|12:7|7:13|2:57|2:57;n;14|28:291;13|26:314|25:293;7;p;1|1:315|2:32|3:31'
  2836. ..'6|4:290|5:5|6:310|12:7|7:13|2:32|2:32;n;14|28:291;13|26:317|25:293;7;3|8:84|9:318;p;1|1:319|2:57|3:320|4:290|5:5|6:310|12:7|7:13|2:57|2:57;n;14|28:291;13|26:321|25:293;7;p;1|1:322|2:32|3:323|4:324|5:212|6:325|12:7|7:13|2:32|2:32;n;14|28:291;13|26:314|25:293;7;3|8:84|9:326;p;1|1:327|2:32|3:328|4:329|5:5|6:325|12:7|7:13|2:32|2:32;n;14|28:291;13|26:314|25:293;7;p;p;2;n;1|2:2|3:330|4:195|5:5|6:331|2:2|2:2;n;3|8:22|9:332;11|8:333|9:334;11|8:333|9:335;p;1|2:2|3:336|4:195|5:5|6:337|2:2|2:2;n;11|8:127|9:338;p;1|2:2|3:339|4:195|5:5|6:125'
  2837. ..'|2:2|2:2;n;11|8:127|9:340;p;1|2:2|3:341|4:195|5:5|6:331|2:2|2:2;16|1:342|29:343|30:344|31:345|32:346;n;1|1:347|2:32|3:348|4:349|5:350|6:351|12:7|7:7|2:32|2:32;n;17|33:352|34:353;12|35:354|24:355;17|1:356|33:357;p;18|1:358;7|1:359;7|1:360;7|1:361;p;p;2;n;1|2:2|3:362|4:195|5:5|6:331|2:2|2:2;n;11|8:333|9:363;11|8:22|9:364;p;1|2:2|3:365|4:195|5:5|6:337|2:2|2:2;n;11|8:127|9:338;11|8:18|9:366;p;1|2:2|3:367|4:195|5:5|6:125|2:2|2:2;1|2:2|3:368|4:195|5:5|6:331|2:2|2:2;n;11|8:22|9:369;p;16|1:342|29:343|30:344|31:345|32:346;n;1|1:347|2:32|'
  2838. ..'3:370|5:212|6:351|12:7|7:7|2:32|2:32;n;17|33:352|34:353;12|35:354|24:355;17|1:356|33:357;p;18|1:358;7|1:359;7|1:360;7|1:361;p;p;2;n;16|1:371|29:372|30:373|31:374|36:375;n;1|1:347|2:32|3:376|4:377|5:378|6:141|12:7|16:187|21:187|7:187|2:32|2:32;n;17;12|23:379|37:380|38:381|24:355;17|1:356|33:382|34:353;p;7|1:383;12|35:384|38:385|24:355;8|1:386|20:387;8|1:388|20:389;7|1:359;18|1:358;7|1:390;7|1:391;p;1|2:2|3:392|5:5|6:393|2:2|2:2;n;11|8:18|9:394;p;1|2:2|3:395|5:5|6:396|2:2|2:2;1|2:2|3:397|5:5|6:125|2:2|2:2;n;11|8:18|9:398;p;1|2:2|3'
  2839. ..':399|5:5|6:396|2:2|2:2;n;11|8:333|9:400;11|8:22|9:401;11|8:22|9:402;p;p;2;n;16|1:371|29:372|30:373|31:374|36:375;n;1|1:347|2:32|3:403|4:404|5:405|6:141|12:7|16:187|21:187|7:187|2:32|2:32;n;17;12|23:379|37:380|38:381|24:355;17|1:356|33:382|34:353;p;7|1:383;12|35:384|38:385|24:355;8|1:386|20:387;8|1:388|20:389;7|1:359;18|1:358;7|1:390;7|1:391;p;1|2:2|3:406|5:5|6:393|2:2|2:2;n;11|8:18|9:366;p;1|2:2|3:407|5:5|6:396|2:2|2:2;n;11|8:333|9:408;p;1|2:2|3:409|5:5|6:125|2:2|2:2;1|2:2|3:410|5:5|6:396|2:2|2:2;n;11|8:22|9:402;11|8:22|9:411;p;'
  2840. ..'p;2|1:53;n;2|1:54;n;2|1:55;n;1|1:56|2:57|3:412|4:413|5:414|6:61|17:13|12:7|7:7|2:57|2:57;n;3|8:62|9:415;p;1|1:64|2:57|3:416|4:413|5:417|6:61|17:13|12:7|7:7|2:57|2:57;4|2:57|3:418|4:419|5:420|6:70|17:13|13:13|7:13|2:57|2:57;n;3|8:155|9:421;p;1|1:73|2:57|3:422|4:413|5:423|6:76|12:7|7:13|2:57|2:57;n;5|3:77|18:78;6|19:78;7;8|1:79;8|1:80;8|1:81|20:82;7|1:83;3|8:84|9:424;3|8:84|9:425;p;9|1:87|20:88;9|1:87|20:89;9|1:87|20:90;9|1:87|20:426;9|1:87|20:92;8|1:93;7;8|1:94;9|1:87|20:426;9|1:87|20:95;9|1:87|20:92;9|1:87|20:96;9|1:87|20:97;9|1'
  2841. ..':87|20:97;9|1:87|20:98;9|1:87|20:98;9|1:87|20:427;9|1:87|20:427;9|1:87|20:428;9|1:87|20:429;9|1:87|20:426;7;7;9|1:87|20:426;p;2|1:102;n;1|2:57|3:430|4:195|5:5|6:104|12:7|7:105|2:57|2:57;n;10|8:84|9:106;p;1|2:57|3:431|4:432|5:433|6:104|7:13|2:57|2:57;n;3|8:84|9:434;3|8:84|9:435;3|8:84|9:436;3|8:84|9:437;3|8:84|9:438;p;1|2:57|3:439|4:195|5:5|6:119|12:13|7:7|2:57|2:57;1|2:57|3:440|4:432|5:441|6:125|21:105|2:57|2:57;n;11|8:127|9:442;3|8:16|9:443;3|8:18|9:444;10|8:51|9:130;p;1|2:57|3:445|4:432|5:446|6:125|13:105|2:57|2:57;n;10|8:16|9'
  2842. ..':133;p;1|2:57|3:447|4:432|5:448|6:125|21:105|13:105|2:57|2:57;n;10|8:16|9:133;11|8:127|9:449;10|8:51|9:130;p;1|2:57|3:450|4:195|5:5|6:15|12:13|7:13|2:57|2:57;n;12;3|8:18|9:451;3|8:127|9:137;p;1|2:57|3:452|4:453|5:454|6:141|22:142|16:13|2:57|2:57;n;3|8:147|9:455;p;1|2:57|3:456|4:453|5:457|6:141|22:142|16:13|2:57|2:57;n;3|8:147|9:458;3|8:71|9:459;p;1|2:57|3:460|4:419|5:461|6:6|22:142|13:13|2:57|2:57;n;12|23:153|24:13;13|1:154|25:13;p;1|2:57|3:462|4:419|5:463|6:159|2:57|2:57;n;12|24:13;p;1|2:57|3:464|4:419|5:465|6:162|2:57|2:57;n;1'
  2843. ..'2|24:13;3|8:18|9:466;p;1|2:57|3:467|4:419|5:468|6:159|2:57|2:57;n;12|24:13;3|8:51|9:469;p;1|2:57|3:470|4:471|5:472|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:473|4:474|5:475|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:476|4:419|5:477|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:478|4:419|5:479|6:159|2:57|2:57;n;12|24:13;11|8:120|9:480;p;1|2:57|3:481|4:432|5:482|6:179|2:57|2:57;n;12|24:13;3|8:483|9:484;p;1|2:57|3:485|4:453|5:486|6:182|22:142|12:13|7:7|2:57|2:57;n;3|8:120|9:487;3|8:120|9:488;p;1|2:57|3:489|4:490|5:491|6:186|22:142|12:13|7:7|2:57|2:'
  2844. ..'57;n;12|24:187;p;1|2:57|3:492|4:490|5:493|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;p;1|2:57|3:494|4:419|5:495|6:162|2:57|2:57;n;12|24:13;3|8:18|9:496;p;p;p;p;1|2:2|3:497|4:11|5:212|6:498|12:13|7:13|2:2|2:2;1|2:499|14:500|15:501|3:502|5:212|6:503|22:142|12:13|7:13|2:499|2:499;n;3|8:29|9:504;3|8:35|9:505;p;1|2:2|3:506|5:5|6:61|12:13|7:13|2:2|2:2;n;3|8:143|9:507;3|8:262|9:508;p;1|2:2|3:509|5:5|6:61|12:13|7:13|2:2|2:2;1|2:2|3:510|5:5|6:511|12:13|7:13|2:2|2:2;n;3|8:262|9:512;p;1|2:2|3:513|5:5|6:511|12:13|7:13|2:2|2:2;1|2:2|3:514|'
  2845. ..'5:5|6:61|12:13|7:13|2:2|2:2;n;3|8:143|9:507;3|8:262|9:515;p;1|2:2|3:516|5:5|6:511|12:13|7:13|2:2|2:2;1|2:2|3:517|5:5|6:61|12:13|7:13|2:2|2:2;n;3|8:143|9:507;3|8:262|9:515;p;1|2:518|14:25|15:26|3:519|5:5|6:520|12:13|7:13|2:518|2:518;n;3|8:521|9:522;p;1|2:2|3:523|5:5|6:511|12:13|7:13|2:2|2:2;1|2:2|3:524|5:5|6:511|12:13|7:13|2:2|2:2;1|2:2|3:525|5:5|6:61|12:13|7:13|2:2|2:2;n;3|8:262|9:515;3|8:143|9:507;p;1|2:2|3:526|5:5|6:511|12:13|7:13|2:2|2:2;n;3|8:262|9:512;p;1|2:2|3:527|5:5|6:61|12:13|7:13|2:2|2:2;n;3|8:262|9:515;p;1|2:2|3:528|5'
  2846. ..':5|6:511|12:13|7:13|2:2|2:2;1|2:2|3:529|5:5|6:61|12:13|7:13|2:2|2:2;n;3|8:262|9:515;3|8:143|9:507;p;1|2:2|3:530|5:5|6:531|12:13|7:13|2:2|2:2;n;3|8:262|9:532;3|8:143|9:533;3|8:62|9:534;3|8:262|9:535;p;1|2:2|3:536|5:5|6:520|12:13|7:13|2:2|2:2;1|2:2|3:537|5:5|6:538|12:13|7:13|2:2|2:2;1|2:2|3:539|5:212|6:540|12:13|16:13|7:13|2:2|2:2;n;3|8:143|9:541;3|8:262|9:542;3|8:143|9:543;3|8:262|9:544;p;1|2:2|3:545|4:11|5:5|6:546|12:13|7:13|2:2|2:2;n;3|8:224|9:547;3|8:222|9:548;p;1|2:2|3:549|5:5|6:550|12:13|7:13|2:2|2:2;n;3|8:224|9:551;3|8:222|'
  2847. ..'9:522;p;1|2:2|3:552|5:5|6:553|12:13|7:13|2:2|2:2;n;3|8:554|9:555;p;1|2:2|3:556|4:11|5:5|6:546|12:13|7:13|2:2|2:2;1|2:2|3:557|5:5|6:553|12:13|7:13|2:2|2:2;n;3|8:558|9:559;3|8:554|9:560;p;1|2:499|15:561|3:562|4:11|5:5|6:563|12:13|21:13|7:13|2:499|2:499;n;3|8:29|9:564;3|8:565|9:566;3|8:565|9:567;3|8:565|9:568;p;1|2:499|15:501|3:569|4:195|5:5|6:570|12:13|7:13|2:499|2:499;1|2:499|15:501|3:571|5:5|6:572|12:13|7:13|2:499|2:499;n;3|8:29|9:573;3|8:38|9:574;3|8:483|9:575;p;1|2:2|3:576|5:5|6:577|12:13|7:13|2:2|2:2;n;3|8:62|9:578;p;1|2:2|3:'
  2848. ..'579|5:5|6:538|12:13|7:13|2:2|2:2;n;3|8:224|9:580;p;1|2:2|3:581|4:4|5:5|6:538|12:13|7:13|2:2|2:2;n;3|8:222|9:582;3|8:224|9:583;p;1|2:45|3:584|4:11|5:5|6:585|12:13|7:13|2:45|2:45;1|2:2|3:586|4:11|5:212|6:538|12:13|7:13|2:2|2:2;1|2:499|15:561|3:587|4:11|5:212|6:563|12:13|13:13|7:13|2:499|2:499;n;3|8:29|9:588;3|8:589|9:590;3|8:589|9:591;p;1|2:2|3:592|5:212|6:553|12:13|7:13|2:2|2:2;n;3|8:558|9:593;3|8:554|9:594;p;1|2:2|3:595|4:11|5:212|6:596|12:13|7:13|2:2|2:2;n;3|8:521|9:597;p;1|2:2|3:598|5:212|6:599|12:13|7:13|2:2|2:2;n;3|8:143|9:6'
  2849. ..'00;3|8:262|9:601;3|8:602|9:603;3|8:143|9:604;p;1|2:32|3:605|5:212|6:606|12:13|16:13|7:13|2:32|2:32;n;3|8:38|9:607;3|8:608|9:609;3|8:610|9:611;3|8:38|9:612;3|8:38|9:613;p;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:21|7:7|2:2|2:2;n;3|8:22|9:616;p;1|2:32|3:617|4:11|5:5|6:618|22:142|12:13|7:13|2:32|2:32;n;3|8:262|9:619;p;1|2:2|3:620|4:4|5:5|6:6|7:7|2:2|2:2;n;3|8:8|9:621;p;4|2:2|3:622|4:11|5:5|6:12|12:13|7:13|2:2|2:2;n;3|8:84|9:623;p;1|2:2|3:624|4:4|5:5|6:15|13:13|7:13|2:2|2:2;n;3|8:16|9:625;p;1|2:2|3:626|4:4|5:5|6:538'
  2850. ..'|12:13|7:13|2:2|2:2;n;3|8:224|9:627;3|8:222|9:628;p;19|2:629|3:630|4:11|5:5|6:631|17:13|12:13|16:13|21:13|13:13|7:7|2:629|2:629;n;13|26:632|25:187;3|8:22|9:633;p;1|2:2|3:634|4:11|5:212|6:538|12:13|7:13|2:2|2:2;n;3|8:224|9:635;p;1|2:2|3:636|5:212|6:553|12:13|7:13|2:2|2:2;1|2:2|3:637|4:11|5:212|6:638|12:13|7:13|2:2|2:2;n;3|8:224|9:639;3|8:222|9:522;p;1|2:24|14:25|15:26|3:640|4:11|5:212|6:596|12:13|7:13|2:24|2:24;n;3|8:521|9:522;p;1|2:2|3:641|4:195|5:5|6:642|12:7|7:13|2:2|2:2;1|2:24|14:25|15:26|3:643|4:4|5:5|6:644|12:13|7:13|2:24|2'
  2851. ..':24;n;3|8:521|9:522;3|8:645|9:646;p;1|2:2|3:647|4:4|5:5|6:648|12:13|7:13|2:2|2:2;n;3|8:224|9:649;p;1|2:2|3:650|4:11|5:5|6:651|12:13|16:13|7:7|2:2|2:2;n;3|8:262|9:652;3|8:653|9:654;3|8:143|9:655;3|8:143|9:656;3|8:143|9:657;3|8:143|9:658;3|8:143|9:659;3|8:143|9:660;3|8:143|9:661;3|8:143|9:662;3|8:262|9:663;3|8:143|9:664;3|8:143|9:665;3|8:143|9:666;3|8:143|9:667;3|8:262|9:668;3|8:262|9:669;3|8:262|9:670;3|8:143|9:671;3|8:672|9:673;3|8:143|9:674;3|8:143|9:675;3|8:143|9:676;3|8:143|9:677;3|8:143|9:678;3|8:143|9:679;3|8:143|9:680;3|8:'
  2852. ..'143|9:681;p;1|2:2|3:682|4:4|5:5|6:644|12:13|7:13|2:2|2:2;n;3|8:521|9:683;p;1|1:684|2:57|15:353|3:685|4:686|5:687|6:688|39:7|12:7|21:105|7:7|2:57|2:57;1|1:684|2:57|15:353|3:689|4:690|5:691|6:688|39:7|12:7|21:105|7:7|2:57|2:57;1|2:2|3:692|4:693|5:212|6:694|12:13|7:13|2:2|2:2;1|2:2|3:695|5:212|6:696|12:13|7:13|2:2|2:2;1|2:2|3:697|4:195|5:212|6:61|12:13|7:13|2:2|2:2;n;3|8:143|9:507;3|8:262|9:515;p;1|2:2|3:698|4:195|5:212|6:511|12:13|7:13|2:2|2:2;1|2:2|3:699|4:195|5:212|6:61|12:13|7:13|2:2|2:2;n;3|8:143|9:507;3|8:262|9:515;p;1|2:2|3:'
  2853. ..'700|4:195|5:212|6:511|12:13|7:13|2:2|2:2;n;3|8:262|9:512;p;1|2:2|3:701|4:195|5:212|6:61|12:13|7:13|2:2|2:2;n;3|8:262|9:515;3|8:143|9:507;p;1|2:2|3:702|4:195|5:212|6:511|12:13|7:13|2:2|2:2;1|2:2|3:703|4:195|5:212|6:61|12:13|7:13|2:2|2:2;1|2:2|3:704|4:195|5:212|6:511|12:13|7:13|2:2|2:2;n;3|8:143|9:705;p;1|2:2|3:706|4:195|5:212|6:511|12:13|7:13|2:2|2:2;1|2:2|3:707|4:195|5:212|6:61|12:13|7:13|2:2|2:2;n;3|8:262|9:515;3|8:143|9:507;p;1|2:2|3:708|4:195|5:212|6:511|12:13|7:13|2:2|2:2;1|2:2|3:709|4:195|5:212|6:61|12:13|7:13|2:2|2:2;n;3|8'
  2854. ..':143|9:507;p;1|2:2|3:710|4:195|5:212|6:61|12:13|7:13|2:2|2:2;n;3|8:143|9:507;3|8:262|9:515;p;1|2:2|3:711|4:195|5:212|6:511|12:13|7:13|2:2|2:2;1|2:2|3:712|5:212|6:713|12:13|7:13|2:2|2:2;n;3|8:29|9:714;p;1|2:2|3:715|4:11|5:5|6:638|12:13|7:13|2:2|2:2;1|2:24|14:25|15:26|3:716|4:11|5:5|6:596|12:13|7:13|2:24|2:24;n;3|8:645|9:646;3|8:521|9:522;p;1|2:2|3:717|4:11|5:5|6:596|12:13|7:13|2:2|2:2;n;3|8:521|9:718;p;1|2:2|3:719|4:4|5:5|6:6|7:7|2:2|2:2;1|2:2|3:720|4:11|5:5|6:6|7:7|2:2|2:2;n;3|8:8|9:9;p;1|2:2|3:721|4:11|5:5|6:6|7:7|2:2|2:2;n;3|8'
  2855. ..':8|9:722;p;4|2:2|3:723|5:5|6:12|12:13|7:13|2:2|2:2;n;3|8:84|9:724;p;1|2:2|3:725|4:11|5:5|6:15|13:13|7:13|2:2|2:2;1|2:2|3:726|5:5|6:727|12:13|7:13|2:2|2:2;1|2:2|3:728|4:4|5:5|6:21|7:7|2:2|2:2;4|2:2|3:729|4:11|5:5|6:12|12:13|7:13|2:2|2:2;1|2:2|3:730|4:4|5:5|6:15|13:13|7:13|2:2|2:2;n;3|8:16|9:17;3|8:18|9:19;3|8:127|9:400;3|8:16|9:731;p;1|2:2|3:732|4:4|5:5|6:6|7:7|2:2|2:2;1|2:2|3:733|5:5|6:734|17:13|12:13|7:13|2:2|2:2;n;3|8:143|9:735;3|8:262|9:736;3|8:737|9:738;3|8:737|9:739;3|8:143|9:740;p;1|2:2|3:741|5:5|6:742|12:13|7:13|2:2|2:2;n'
  2856. ..';3|8:222|9:743;p;1|2:2|3:744|4:11|5:5|6:21|7:7|2:2|2:2;n;3|8:22|9:23;p;1|2:2|3:745|5:212|6:746|12:13|7:13|2:2|2:2;n;3|8:251|9:747;3|8:748|9:749;p;1|2:2|3:750|5:5|6:751|12:13|7:13|2:2|2:2;n;3|8:29|9:752;p;1|2:753|14:25|15:26|3:754|5:212|6:746|12:13|7:13|2:753|2:753;n;3|8:748|9:755;p;1|2:2|3:756|5:5|6:757|12:13|16:13|7:13|2:2|2:2;1|2:2|3:758|4:11|5:212|6:759|12:13|7:13|2:2|2:2;n;3|8:262|9:760;3|8:262|9:761;p;1|2:2|3:762|4:195|5:5|6:763|12:13|7:13|2:2|2:2;1|2:2|3:764|5:212|6:765|12:13|7:13|2:2|2:2;n;3|8:766|9:767;p;1|2:32|3:768|4:1'
  2857. ..'1|5:212|6:769|12:13|7:13|2:32|2:32;n;3|8:262|9:770;3|8:262|9:771;3|8:143|9:772;3|8:143|9:773;3|8:143|9:774;3|8:143|9:775;3|8:143|9:776;3|8:143|9:777;3|8:143|9:778;3|8:143|9:779;3|8:143|9:780;3|8:143|9:781;3|8:143|9:782;3|8:143|9:783;3|8:143|9:784;3|8:143|9:785;3|8:143|9:786;3|8:143|9:787;3|8:143|9:788;3|8:143|9:789;3|8:143|9:790;3|8:143|9:791;3|8:143|9:792;3|8:143|9:793;3|8:143|9:794;3|8:143|9:795;3|8:143|9:796;3|8:143|9:797;3|8:143|9:798;3|8:143|9:799;3|8:143|9:800;3|8:143|9:801;p;1|2:24|14:25|15:26|3:802|5:212|6:803|12:13|7:13'
  2858. ..'|2:24|2:24;n;3|8:608|9:804;3|8:610|9:805;p;1|2:2|3:806|5:212|6:757|17:13|12:13|7:13|2:2|2:2;n;3|8:483|9:807;p;1|2:32|3:808|5:5|6:809|12:13|7:13|2:32|2:32;n;3|8:29|9:810;3|8:35|9:811;p;1|2:2|3:812|5:5|6:727|12:13|7:13|2:2|2:2;n;3|8:29|9:813;p;1|2:2|3:814|4:195|5:5|6:815|17:13|12:13|7:13|2:2|2:2;1|2:32|3:816|4:11|5:5|6:817|12:13|7:13|2:32|2:32;n;3|8:262|9:818;3|8:143|9:819;p;1|2:2|3:820|5:212|6:821|12:13|7:13|2:2|2:2;n;3|8:29|9:822;p;1|2:57|3:823|5:212|6:824|22:142|12:13|7:13|2:57|2:57;1|2:2|3:825|4:195|5:212|6:826|12:13|7:13|2:2|'
  2859. ..'2:2;n;3|8:29|9:827;3|8:35|9:828;p;1|2:2|3:829|5:212|6:830|12:13|7:13|2:2|2:2;n;3|8:143|9:831;p;1|2:32|3:832|5:212|6:833|12:13|7:13|2:32|2:32;n;3|8:608|9:834;3|8:610|9:835;p;1|2:2|3:836|5:5|6:837|12:13|7:13|2:2|2:2;n;3|8:610|9:838;3|8:147|9:839;3|8:71|9:840;p;1|2:2|3:841|5:212|6:842|12:13|7:13|2:2|2:2;1|2:2|3:843|5:5|6:42|17:13|12:13|13:13|7:13|2:2|2:2;1|2:753|14:25|15:26|3:844|5:5|6:824|12:13|7:13|2:753|2:753;n;3|8:29|9:845;p;1|2:2|3:846|4:11|5:5|6:847|12:13|7:13|2:2|2:2;1|2:2|3:848|5:5|6:849|12:13|7:13|2:2|2:2;n;3|8:29|9:850;3|'
  2860. ..'8:35|9:851;p;1|2:2|3:852|4:11|5:5|6:853|12:13|7:13|2:2|2:2;n;3|8:29|9:854;p;1|2:2|3:855|4:11|5:212|6:856|12:13|7:13|2:2|2:2;n;3|8:857|9:858;3|8:857|9:859;3|8:860|9:861;p;1|2:2|3:862|5:212|6:863|12:13|7:13|2:2|2:2;n;3|8:29|9:864;3|8:35|9:865;p;1|2:2|3:866|5:212|6:867|12:13|7:13|2:2|2:2;n;3|8:645|9:868;p;1|14:25|15:501|3:869|5:212|6:870|12:13|7:13;n;3|8:748|9:871;p;1|2:2|3:872|5:212|6:870|12:13|7:13|2:2|2:2;n;3|8:251|9:873;3|8:748|9:749;p;1|2:2|3:874|4:11|5:212|6:847|12:13|7:13|2:2|2:2;n;3|8:35|9:875;p;1|2:753|14:25|15:26|3:876|5:'
  2861. ..'212|6:824|12:13|7:13|2:753|2:753;n;3|8:29|9:877;p;1|2:2|3:878|5:5|6:879|12:13|7:13|2:2|2:2;1|2:2|3:880|5:5|6:881|12:13|7:13|2:2|2:2;1|2:2|3:882|5:5|6:883|12:13|7:13|2:2|2:2;1|2:32|3:884|4:11|5:5|6:885|12:13|7:13|2:32|2:32;n;3|8:262|9:886;3|8:262|9:887;3|8:262|9:888;3|8:262|9:889;3|8:262|9:890;3|8:262|9:891;3|8:143|9:892;3|8:262|9:893;3|8:262|9:894;3|8:262|9:895;p;1|2:2|3:896|5:212|6:897|12:13|7:13|2:2|2:2;n;3|8:262|9:898;3|8:143|9:899;3|8:143|9:900;3|8:143|9:901;3|8:143|9:902;3|8:143|9:903;3|8:143|9:904;3|8:143|9:905;p;1|2:499|1'
  2862. ..'5:26|3:906|5:212|6:907|22:142|12:13|7:13|2:499|2:499;n;3|8:35|9:908;p;1|2:2|3:909|5:212|6:910|12:13|7:13|2:2|2:2;n;3|8:35|9:911;p;1|2:2|3:912|5:212|6:879|12:13|7:13|2:2|2:2;n;3|8:262|9:913;p;1|2:32|3:914|5:212|6:915|17:13|12:7|7:13|2:32|2:32;1|2:32|3:916|4:11|5:212|6:917|12:13|7:13|2:32|2:32;n;3|8:143|9:918;3|8:262|9:919;3|8:262|9:920;3|8:262|9:921;p;1|2:32|3:916|4:11|5:212|6:917|12:13|7:13|2:32|2:32;1|2:2|3:922|5:212|6:910|12:13|7:13|2:2|2:2;n;3|8:35|9:923;p;1|2:2|3:924|5:212|6:867|12:13|7:13|2:2|2:2;n;3|8:645|9:925;p;1|2:2|3:9'
  2863. ..'26|5:212|6:42|12:13|16:13|7:13|2:2|2:2;n;3|8:43|9:927;3|8:43|9:928;p;1|14:25|15:501|3:929|5:212|6:870|12:13|7:13;n;3|8:748|9:871;p;1|2:2|3:930|5:212|6:870|12:13|7:13|2:2|2:2;n;3|8:748|9:749;p;1|2:2|3:931|5:212|6:42|12:13|16:13|13:13|7:13|2:2|2:2;n;3|8:43|9:932;p;2|1:53;n;2|1:54;n;2|1:55;n;1|1:56|2:57|3:933|4:934|5:935|6:61|17:13|12:7|7:7|2:57|2:57;1|1:64|2:57|3:936|4:934|5:937|6:61|17:13|12:7|7:7|2:57|2:57;4|2:57|3:938|4:939|5:940|6:70|17:13|13:13|7:13|2:57|2:57;1|1:73|2:57|3:941|4:934|5:942|6:76|12:7|7:13|2:57|2:57;n;5|3:77|18:'
  2864. ..'78;6|19:78;7;8|1:79;8|1:80;8|1:81|20:82;7|1:83;3|8:84|9:424;3|8:84|9:943;p;9|1:87|20:88;9|1:87|20:89;9|1:87|20:90;9|1:87|20:944;9|1:87|20:92;8|1:93;7;8|1:94;9|1:87|20:944;9|1:87|20:95;9|1:87|20:92;9|1:87|20:96;9|1:87|20:97;9|1:87|20:97;9|1:87|20:98;9|1:87|20:98;9|1:87|20:945;9|1:87|20:945;9|1:87|20:946;9|1:87|20:947;9|1:87|20:944;7;7;9|1:87|20:944;p;2|1:102;n;1|2:57|3:948|4:4|5:5|6:104|12:7|7:105|2:57|2:57;n;10|8:84|9:106;p;1|2:57|3:949|4:950|5:951|6:104|7:13|2:57|2:57;n;3|8:84|9:952;3|8:112|9:953;3|8:84|9:954;3|8:84|9:955;3|8:8'
  2865. ..'4|9:956;3|8:84|9:957;3|8:84|9:958;p;1|2:57|3:959|4:4|5:5|6:119|12:13|7:7|2:57|2:57;1|2:57|3:960|4:950|5:961|6:125|21:105|2:57|2:57;n;3|8:16|9:962;11|8:127|9:963;3|8:18|9:964;10|8:51|9:130;p;1|2:57|3:965|4:950|5:966|6:125|13:105|2:57|2:57;n;11|8:127|9:442;10|8:16|9:133;p;1|2:57|3:967|4:950|5:968|6:125|21:105|13:105|2:57|2:57;n;10|8:16|9:133;10|8:51|9:130;p;1|2:57|3:969|4:4|5:5|6:15|12:13|7:13|2:57|2:57;n;12;3|8:18|9:970;3|8:127|9:971;p;1|2:57|3:972|4:973|5:974|6:141|22:142|16:13|2:57|2:57;n;3|8:143|9:975;3|8:71|9:976;p;1|2:57|3:9'
  2866. ..'77|4:973|5:978|6:141|22:142|16:13|2:57|2:57;n;3|8:147|9:979;3|8:143|9:980;3|8:71|9:981;p;1|2:57|3:982|4:939|5:983|6:6|22:142|13:13|2:57|2:57;n;12|23:153|24:13;13|1:154|25:13;p;1|2:57|3:984|4:939|5:985|6:159|2:57|2:57;n;12|24:13;11|8:120|9:986;p;1|2:57|3:987|4:939|5:988|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:989|4:939|5:990|6:159|2:57|2:57;n;12|24:13;3|8:51|9:991;p;1|2:57|3:992|4:993|5:994|6:162|2:57|2:57;n;12|24:13;3|8:18|9:995;p;1|2:57|3:996|4:997|5:998|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:999|4:939|5:1000|6:162|2:57|2:57;n;12|'
  2867. ..'24:13;p;1|2:57|3:1001|4:939|5:1002|6:159|2:57|2:57;n;12|24:13;p;1|2:57|3:1003|4:950|5:1004|6:179|2:57|2:57;n;12|24:13;3|8:483|9:1005;p;1|2:57|3:1006|4:973|5:1007|6:182|22:142|12:13|7:7|2:57|2:57;1|2:57|3:1008|4:1009|5:1010|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;3|8:120|9:1011;p;1|2:57|3:1012|4:1009|5:1013|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;p;1|2:57|3:1014|4:939|5:1015|6:162|2:57|2:57;n;12|24:13;p;p;p;p;2|1:53;n;2|1:54;n;2|1:55;n;1|1:56|2:57|3:1016|4:1017|5:1018|6:61|17:13|12:7|7:7|2:57|2:57;1|1:64|2:57|3:1019|4:1'
  2868. ..'017|5:1020|6:61|17:13|12:7|7:7|2:57|2:57;n;3|8:262|9:1021;p;4|2:57|3:1022|4:1023|5:1024|6:70|17:13|13:13|7:13|2:57|2:57;n;3|8:155|9:1025;p;1|1:73|2:57|3:1026|4:1017|5:1027|6:76|12:7|7:13|2:57|2:57;n;5|3:77|18:78;6|19:78;7;8|1:79;8|1:80;8|1:81|20:82;7|1:83;3|8:84|9:1028;p;9|1:87|20:88;9|1:87|20:89;9|1:87|20:90;9|1:87|20:1029;9|1:87|20:92;8|1:93;7;8|1:94;9|1:87|20:1029;9|1:87|20:95;9|1:87|20:92;9|1:87|20:96;9|1:87|20:97;9|1:87|20:97;9|1:87|20:98;9|1:87|20:98;9|1:87|20:1030;9|1:87|20:1030;9|1:87|20:1031;9|1:87|20:1032;9|1:87|20:102'
  2869. ..'9;7;7;9|1:87|20:1029;p;2|1:102;n;1|2:57|3:1033|5:212|6:104|12:7|7:105|2:57|2:57;n;10|8:84|9:106;3|8:120|9:23;p;1|2:57|3:1034|4:1035|5:1036|6:104|7:13|2:57|2:57;n;3|8:84|9:1037;3|8:84|9:1038;3|8:84|9:1039;p;1|2:57|3:1040|5:212|6:119|12:13|7:7|2:57|2:57;n;3|8:120|9:1041;3|8:84|9:1042;p;1|2:57|3:1043|4:1035|5:1044|6:125|21:105|2:57|2:57;n;11|8:127|9:1045;3|8:16|9:1046;3|8:18|9:1047;10|8:51|9:130;p;1|2:57|3:1048|4:1035|5:1049|6:125|13:105|2:57|2:57;n;10|8:16|9:133;11|8:127|9:1045;p;1|2:57|3:1050|4:1035|5:1051|6:125|21:105|13:105|2:5'
  2870. ..'7|2:57;n;10|8:51|9:130;10|8:16|9:133;p;1|2:57|3:1052|5:212|6:15|12:13|7:13|2:57|2:57;n;12;p;1|2:57|3:1053|4:1054|5:1055|6:141|22:142|16:13|2:57|2:57;n;3|8:147|9:1056;3|8:143|9:1057;3|8:71|9:1058;p;1|2:57|3:1059|4:1054|5:1060|6:141|22:142|16:13|2:57|2:57;n;3|8:147|9:1056;3|8:143|9:1061;3|8:71|9:1062;p;1|2:57|3:1063|4:1023|5:1064|6:6|22:142|13:13|2:57|2:57;n;12|23:153|24:13;13|1:154|25:13;3|8:155|9:1065;p;1|2:57|3:1066|4:1023|5:1067|6:159|2:57|2:57;n;12|24:13;11|8:120|9:1068;p;1|2:57|3:1069|4:1023|5:1070|6:162|2:57|2:57;n;12|24:13'
  2871. ..';3|8:18|9:1071;p;1|2:57|3:1072|4:1023|5:1073|6:159|2:57|2:57;n;12|24:13;p;1|2:57|3:1074|4:1075|5:1076|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:1077|4:1078|5:1079|6:162|2:57|2:57;n;12|24:13;3|8:18|9:1080;p;1|2:57|3:1081|4:1023|5:1082|6:162|2:57|2:57;n;12|24:13;3|8:18|9:1083;p;1|2:57|3:1084|4:1023|5:1085|6:159|2:57|2:57;n;12|24:13;p;1|2:57|3:1086|4:1035|5:1087|6:179|2:57|2:57;n;12|24:13;3|8:483|9:1088;p;1|2:57|3:1089|4:1054|5:1090|6:182|22:142|12:13|7:7|2:57|2:57;1|2:57|3:1091|4:1092|5:1093|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:18'
  2872. ..'7;p;1|2:57|3:1094|4:1092|5:1095|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;p;1|2:57|3:1096|4:1023|5:1097|6:162|2:57|2:57;n;12|24:13;3|8:18|9:1098;p;p;p;p;2|1:53;n;2|1:54;n;2|1:55;n;1|1:56|2:57|3:1099|4:1100|5:1101|6:61|17:13|12:7|7:7|2:57|2:57;n;3|8:62|9:1102;p;1|1:64|2:57|3:1103|4:1100|5:1104|6:61|17:13|12:7|7:7|2:57|2:57;4|2:57|3:1105|4:1106|5:1107|6:70|17:13|13:13|7:13|2:57|2:57;1|1:73|2:57|3:1108|4:1100|5:1109|6:76|12:7|7:13|2:57|2:57;n;5|3:77|18:78;6|19:78;7;8|1:79;8|1:80;8|1:81|20:82;7|1:83;3|8:84|9:1110;3|8:84|9:1111;p;'
  2873. ..'9|1:87|20:88;9|1:87|20:89;9|1:87|20:90;9|1:87|20:1112;9|1:87|20:92;8|1:93;7;8|1:94;9|1:87|20:1112;9|1:87|20:95;9|1:87|20:92;9|1:87|20:96;9|1:87|20:97;9|1:87|20:97;9|1:87|20:98;9|1:87|20:98;9|1:87|20:1113;9|1:87|20:1113;9|1:87|20:1114;9|1:87|20:1115;9|1:87|20:1112;7;7;9|1:87|20:1112;p;2|1:102;n;1|2:57|3:1116|4:195|5:5|6:104|12:7|7:105|2:57|2:57;n;10|8:84|9:106;p;1|2:57|3:1117|4:1118|5:1119|6:104|7:13|2:57|2:57;n;3|8:84|9:1120;3|8:84|9:1121;3|8:84|9:1122;3|8:84|9:1123;3|8:84|9:1124;3|8:112|9:1125;3|8:84|9:1126;p;1|2:57|3:1127|4:19'
  2874. ..'5|5:5|6:119|12:13|7:7|2:57|2:57;n;3|8:84|9:122;p;1|2:57|3:1128|4:1118|5:1129|6:125|21:105|2:57|2:57;n;11|8:127|9:1130;10|8:51|9:130;p;1|2:57|3:1131|4:1118|5:1132|6:125|13:105|2:57|2:57;n;11|8:127|9:1133;10|8:16|9:133;p;1|2:57|3:1134|4:1118|5:1135|6:125|21:105|13:105|2:57|2:57;n;10|8:16|9:133;10|8:51|9:130;p;1|2:57|3:1136|4:195|5:5|6:15|12:13|7:13|2:57|2:57;n;12;3|8:127|9:137;p;1|2:57|3:1137|4:1138|5:1139|6:141|22:142|16:13|2:57|2:57;1|2:57|3:1140|4:1138|5:1141|6:141|22:142|16:13|2:57|2:57;n;3|8:147|9:1142;3|8:71|9:1143;p;1|2:57|'
  2875. ..'3:1144|4:1106|5:1145|6:6|22:142|13:13|2:57|2:57;n;12|23:153|24:13;13|1:154|25:13;3|8:155|9:1146;3|8:155|9:1147;p;1|2:57|3:1148|4:1106|5:1149|6:159|2:57|2:57;n;12|24:13;11|8:120|9:1150;p;1|2:57|3:1151|4:1106|5:1152|6:162|2:57|2:57;n;12|24:13;3|8:18|9:1153;p;1|2:57|3:1154|4:1106|5:1155|6:159|2:57|2:57;n;12|24:13;p;1|2:57|3:1156|4:1157|5:1158|6:162|2:57|2:57;n;12|24:13;3|8:18|9:1159;p;1|2:57|3:1160|4:1161|5:1162|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:1163|4:1106|5:1164|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:1165|4:1106|5:1166|6:159|2'
  2876. ..':57|2:57;n;12|24:13;p;1|2:57|3:1167|4:1118|5:1168|6:179|2:57|2:57;n;12|24:13;3|8:483|9:1169;p;1|2:57|3:1170|4:1138|5:1171|6:182|22:142|12:13|7:7|2:57|2:57;n;3|8:120|9:1172;3|8:120|9:1173;p;1|2:57|3:1174|4:1175|5:1176|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;3|8:120|9:1177;p;1|2:57|3:1178|4:1175|5:1179|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;p;1|2:57|3:1180|4:1106|5:1181|6:162|2:57|2:57;n;12|24:13;p;p;p;p;1|2:2|3:1182|4:11|5:212|6:1183|12:13|7:13|2:2|2:2;n;3|8:1184|9:1185;p;1|2:24|14:25|15:26|3:1186|4:11|5:212|6:1187|12:'
  2877. ..'13|7:13|2:24|2:24;n;3|8:1188|9:1189;p;1|2:2|3:1190|5:212|6:1191|12:13|7:13|2:2|2:2;1|2:2|3:1192|4:4|5:212|6:21|7:7|2:2|2:2;1|2:2|3:1193|4:4|5:5|6:6|7:7|2:2|2:2;1|2:2|3:1194|4:4|5:212|6:15|13:13|7:13|2:2|2:2;n;3|8:127|9:1195;3|8:16|9:731;3|8:18|9:19;3|8:16|9:17;p;1|2:2|3:1196|4:4|5:212|6:6|7:7|2:2|2:2;4|2:2|3:1197|4:11|5:212|6:12|12:13|7:13|2:2|2:2;1|2:2|3:1198|4:4|5:212|6:15|13:13|7:13|2:2|2:2;n;3|8:16|9:731;p;1|2:2|3:1199|4:4|5:212|6:21|7:7|2:2|2:2;n;3|8:22|9:23;p;1|2:2|3:1200|4:11|5:212|6:1187|12:13|7:13|2:2|2:2;n;3|8:1188|9:1'
  2878. ..'201;p;4|2:2|3:1202|4:11|5:212|6:12|12:13|7:13|2:2|2:2;n;3|8:84|9:724;p;1|2:2|3:1203|4:4|5:212|6:6|7:7|2:2|2:2;n;3|8:18|9:1204;3|8:8|9:722;p;1|2:2|3:1205|4:4|5:212|6:21|7:7|2:2|2:2;n;3|8:22|9:23;p;1|2:2|3:1206|4:4|5:212|6:15|13:13|7:13|2:2|2:2;n;3|8:18|9:19;3|8:16|9:731;3|8:16|9:17;p;1|2:2|3:1207|5:5|6:1208|12:13|7:13|2:2|2:2;n;3|8:262|9:1209;p;1|2:2|3:1210|5:212|6:1211|12:13|7:13|2:2|2:2;1|2:2|3:1212|4:4|5:212|6:6|7:7|2:2|2:2;1|2:2|3:1213|5:212|6:1214|12:13|7:13|2:2|2:2;1|2:2|3:1215|4:4|5:212|6:6|7:7|2:2|2:2;1|2:2|3:1216|4:4|5:2'
  2879. ..'12|6:6|7:7|2:2|2:2;4|2:2|3:1217|4:11|5:212|6:12|12:13|7:13|2:2|2:2;1|2:2|3:1218|5:1219|6:6|7:7|2:2|2:2;1|2:32|3:1220|4:693|5:212|6:1221|7:7|2:32|2:32;n;12|24:13;3|8:49|9:1222;p;1|2:32|3:1223|4:11|5:1224|6:1225|7:7|2:32|2:32;n;12|24:13;3|8:1226|9:1227;3|8:1226|9:1227;p;1|2:2|3:1228|5:1219|6:1229|12:13|7:13|2:2|2:2;1|2:2|3:1230|5:1224|6:15|13:13|7:13|2:2|2:2;n;3|8:16|9:17;3|8:18|9:19;3|8:16|9:731;p;1|2:2|3:1231|5:1224|6:21|7:7|2:2|2:2;n;3|8:22|9:23;p;4|2:2|3:1232|4:195|5:1224|6:12|12:13|7:13|2:2|2:2;1|2:2|3:1233|5:1224|6:6|7:7|2:2'
  2880. ..'|2:2;1|2:2|3:1234|5:1224|6:6|7:7|2:2|2:2;4|2:2|3:1235|4:195|5:1224|6:12|12:13|7:13|2:2|2:2;n;3|8:120|9:1236;3|8:84|9:724;p;1|2:2|3:1237|5:1224|6:15|13:13|7:13|2:2|2:2;n;3|8:16|9:17;3|8:16|9:731;p;1|2:2|3:1238|5:1224|6:21|7:7|2:2|2:2;n;3|8:22|9:23;p;1|2:2|3:1239|5:1224|6:6|7:7|2:2|2:2;1|2:2|3:1240|5:1224|6:6|7:7|2:2|2:2;1|2:2|3:1241|5:1224|6:15|13:13|7:13|2:2|2:2;n;3|8:127|9:1195;3|8:16|9:731;p;1|2:2|3:1242|5:1224|6:6|7:7|2:2|2:2;n;3|8:8|9:722;p;1|2:2|3:1243|5:1224|6:21|7:7|2:2|2:2;4|2:2|3:1244|4:195|5:1224|6:12|12:13|7:13|2:2|2:'
  2881. ..'2;n;3|8:120|9:1245;3|8:84|9:724;p;1|2:2|3:1246|5:1224|6:1229|12:13|7:13|2:2|2:2;1|2:1247|14:25|15:26|3:1248|4:11|5:1219|6:1249|12:13|7:13|2:1247|2:1247;n;3|8:748|9:1250;3|8:251|9:1251;p;1|2:2|3:1252|5:1219|6:249|12:13|7:13|2:2|2:2;n;3|8:748|9:1253;3|8:251|9:1254;p;1|2:1247|14:25|15:26|3:1255|5:1219|6:1256|12:13|7:13|2:1247|2:1247;1|2:1247|14:25|15:26|3:1257|5:1219|6:1256|12:13|7:13|2:1247|2:1247;n;3|8:251|9:1258;3|8:748|9:1259;p;1|2:2|3:1260|5:1219|6:249|12:13|7:13|2:2|2:2;n;3|8:251|9:1261;p;1|2:1247|14:25|15:26|3:1262|5:1219|6:'
  2882. ..'1256|12:13|7:13|2:1247|2:1247;1|2:2|3:1263|5:1219|6:249|12:13|7:13|2:2|2:2;n;3|8:251|9:1264;p;1|2:2|3:1265|5:1219|6:249|12:13|7:13|2:2|2:2;n;3|8:251|9:1266;p;1|2:1247|14:25|15:26|3:1267|4:11|5:1224|6:1249|12:13|7:13|2:1247|2:1247;n;3|8:748|9:1250;3|8:251|9:1251;p;1|2:2|3:1268|5:1219|6:1269|12:13|7:13|2:2|2:2;1|2:2|3:1270|5:1224|6:1269|12:13|7:13|2:2|2:2;1|2:2|3:1271|5:1224|6:1272|12:13|7:13|2:2|2:2;n;3|8:766|9:1273;3|8:1274|9:1275;3|8:1274|9:1276;3|8:1274|9:1277;3|8:1274|9:1278;3|8:1274|9:1279;3|8:1274|9:1280;3|8:1274|9:1281;3|8'
  2883. ..':1274|9:1282;3|8:1274|9:1283;3|8:1274|9:1284;p;1|2:2|3:1285|5:1224|6:1286|12:13|7:13|2:2|2:2;n;3|8:748|9:1287;3|8:748|9:1288;3|8:748|9:1289;3|8:748|9:1290;3|8:748|9:1291;p;1|2:1247|14:25|15:26|3:1292|5:1224|6:1256|12:13|7:13|2:1247|2:1247;1|2:2|3:1293|5:1224|6:249|12:13|7:13|2:2|2:2;n;3|8:251|9:1294;p;1|2:1247|14:25|15:26|3:1295|5:1224|6:1256|12:13|7:13|2:1247|2:1247;1|2:2|3:1296|5:1224|6:249|12:13|7:13|2:2|2:2;n;3|8:251|9:1297;p;1|2:1247|14:25|15:26|3:1298|5:1224|6:1249|12:13|7:13|2:1247|2:1247;1|2:2|3:1299|5:1224|6:249|12:13|7'
  2884. ..':13|2:2|2:2;n;3|8:748|9:1253;3|8:251|9:1254;p;1|1:1300|40:353|2:1301|3:1302|4:1303|6:1304|7:7|2:1301|2:1301;n;7|1:1305;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