Advertisement
lafur

Untitled

Jun 1st, 2020
872
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 101.11 KB | None | 0 0
  1. -- Converted using Mokiros's Model to Script plugin
  2. -- Converted string size: 73438
  3. local genv={}
  4. local Scripts = {
  5. function() function onClicked()
  6.  
  7. script.Parent.Parent.Part1.Transparency = 1
  8. script.Parent.Parent.Part1.CanCollide = false
  9. script.Parent.Parent.Part2.Transparency = 1
  10. script.Parent.Parent.Part2.CanCollide = false
  11. script.Parent.Parent.Part3.Transparency = 1
  12. script.Parent.Parent.Part3.CanCollide = false
  13. script.Parent.Parent.Part4.Transparency = 1
  14. script.Parent.Parent.Part4.CanCollide = false
  15. script.Parent.Parent.Part5.Transparency = 1
  16. script.Parent.Parent.Part5.CanCollide = false
  17. script.Parent.Parent.Part6.Transparency = 1
  18. script.Parent.Parent.Part6.CanCollide = false
  19. script.Parent.Parent.Part7.Transparency = 1
  20. script.Parent.Parent.Part7.CanCollide = false
  21. script.Parent.Parent.Part8.Transparency = 1
  22. script.Parent.Parent.Part8.CanCollide = false
  23.  
  24.  
  25. end
  26.  
  27. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  28. end;
  29. function() function onClicked()
  30.  
  31. script.Parent.Parent.Part1.Transparency = 0
  32. script.Parent.Parent.Part1.CanCollide = true
  33. script.Parent.Parent.Part2.Transparency = 0
  34. script.Parent.Parent.Part2.CanCollide = true
  35. script.Parent.Parent.Part3.Transparency = 0
  36. script.Parent.Parent.Part3.CanCollide = true
  37. script.Parent.Parent.Part4.Transparency = 0
  38. script.Parent.Parent.Part4.CanCollide = true
  39. script.Parent.Parent.Part5.Transparency = 0
  40. script.Parent.Parent.Part5.CanCollide = true
  41. script.Parent.Parent.Part6.Transparency = 0
  42. script.Parent.Parent.Part6.CanCollide = true
  43. script.Parent.Parent.Part7.Transparency = 0
  44. script.Parent.Parent.Part7.CanCollide = true
  45. script.Parent.Parent.Part8.Transparency = 0
  46. script.Parent.Parent.Part8.CanCollide = true
  47.  
  48.  
  49. end
  50.  
  51. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  52. end;
  53. function() function onClicked()
  54.  
  55.  
  56. script.Parent.Parent.Part1.Transparency = 1
  57. script.Parent.Parent.Part1.CanCollide = false
  58. wait(0.1)
  59. script.Parent.Parent.Part2.Transparency = 1
  60. script.Parent.Parent.Part2.CanCollide = false
  61. wait(0.1)
  62. script.Parent.Parent.Part3.Transparency = 1
  63. script.Parent.Parent.Part3.CanCollide = false
  64. wait(0.1)
  65. script.Parent.Parent.Part4.Transparency = 1
  66. script.Parent.Parent.Part4.CanCollide = false
  67. wait(0.1)
  68. script.Parent.Parent.Part5.Transparency = 1
  69. script.Parent.Parent.Part5.CanCollide = false
  70. wait(0.1)
  71. script.Parent.Parent.Part6.Transparency = 1
  72. script.Parent.Parent.Part6.CanCollide = false
  73. wait(0.1)
  74. script.Parent.Parent.Part7.Transparency = 1
  75. script.Parent.Parent.Part7.CanCollide = false
  76. wait(0.1)
  77. script.Parent.Parent.Part8.Transparency = 1
  78. script.Parent.Parent.Part8.CanCollide = false
  79. script.Parent.Parent.Door.Transparency = 0
  80. script.Parent.Parent.Door.CanCollide = true
  81.  
  82. end
  83.  
  84. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  85. end;
  86. function() function onClicked()
  87.  
  88. script.Parent.Parent.Door.Transparency = 1
  89. script.Parent.Parent.Door.CanCollide = false
  90. script.Parent.Parent.Part8.Transparency = 0
  91. script.Parent.Parent.Part8.CanCollide = true
  92. wait (0.1)
  93. script.Parent.Parent.Part7.Transparency = 0
  94. script.Parent.Parent.Part7.CanCollide = true
  95. wait (0.1)
  96. script.Parent.Parent.Part6.Transparency = 0
  97. script.Parent.Parent.Part6.CanCollide = true
  98. wait (0.1)
  99. script.Parent.Parent.Part5.Transparency = 0
  100. script.Parent.Parent.Part5.CanCollide = true
  101. wait (0.1)
  102. script.Parent.Parent.Part4.Transparency = 0
  103. script.Parent.Parent.Part4.CanCollide = true
  104. wait (0.1)
  105. script.Parent.Parent.Part3.Transparency = 0
  106. script.Parent.Parent.Part3.CanCollide = true
  107. wait (0.1)
  108. script.Parent.Parent.Part2.Transparency = 0
  109. script.Parent.Parent.Part2.CanCollide = true
  110. wait (0.1)
  111. script.Parent.Parent.Part1.Transparency = 0
  112. script.Parent.Parent.Part1.CanCollide = true
  113. script.Parent.Parent.Door.Transparency = 1
  114. script.Parent.Parent.Door.CanCollide = false
  115.  
  116. end
  117.  
  118. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  119. end;
  120. function() -- HoverSeat script by TankLeadfoot
  121.  
  122. local SavedYPosition = script.Parent.Position.Y
  123. local Speed = 0
  124.  
  125. while (script.Parent:findFirstChild("CanFly") == nil) do wait(0.1) end
  126. while (script.Parent:findFirstChild("VMode") == nil) do wait(0.1) end
  127.  
  128. script.Parent.CanFly.Value = "No"
  129. script.Parent.VMode.Value = "Hover"
  130.  
  131. if (script.Parent:findFirstChild("BodyPosition") == nil) then
  132. p = Instance.new("BodyPosition")
  133. p.Name = "BodyPosition"
  134. p.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  135. p.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z)
  136. p.Parent = script.Parent
  137. end
  138. if (script.Parent:findFirstChild("BodyGyro") == nil) then
  139. g = Instance.new("BodyGyro")
  140. g.Name = "BodyGyro"
  141. g.maxTorque = Vector3.new(math.huge,math.huge,math.huge)
  142. g.cframe = script.Parent.CFrame
  143. g.Parent = script.Parent
  144. end
  145.  
  146. while true do
  147. if (script.Parent:findFirstChild("CanFly") ~= nil) then
  148. if (script.Parent.CanFly.Value == "Yes") and (script.Parent.VMode.Value == "Warp") then
  149. script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z) + (script.Parent.CFrame.lookVector).unit * script.Parent.MaxSpeed
  150. Speed = script.Parent.MaxSpeed * 4
  151. elseif (script.Parent.CanFly.Value == "Yes") then
  152. if (script.Parent.Throttle ~= 0) then
  153. if (script.Parent.Throttle > 0) then
  154. if (Speed < script.Parent.MaxSpeed) then
  155. Speed = Speed + 1
  156. end
  157. elseif (script.Parent.Throttle < 0) then
  158. if (-Speed < script.Parent.MaxSpeed) then
  159. Speed = Speed - 1
  160. end
  161. end
  162. script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z) + (script.Parent.CFrame.lookVector).unit * Speed/4
  163. elseif (script.Parent.Throttle == 0) then
  164. if (Speed ~= 0) then
  165. if (Speed > 0) then
  166. Speed = Speed - 1
  167. elseif (Speed < 0) then
  168. Speed = Speed + 1
  169. end
  170. script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z) + (script.Parent.CFrame.lookVector).unit * Speed/4
  171. elseif (Speed == 0) then
  172. script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z)
  173. end
  174. end
  175.  
  176. if (script.Parent.Steer > 0) then
  177. script.Parent.BodyGyro.cframe = script.Parent.BodyGyro.cframe * CFrame.fromEulerAnglesXYZ(0, -script.Parent.TurnSpeed/8, 0)
  178. elseif (script.Parent.Steer < 0) then
  179. script.Parent.BodyGyro.cframe = script.Parent.BodyGyro.cframe * CFrame.fromEulerAnglesXYZ(0, script.Parent.TurnSpeed/8, 0)
  180. elseif (script.Parent.Steer == 0) then
  181. script.Parent.BodyGyro.cframe = script.Parent.BodyGyro.cframe
  182. end
  183.  
  184. if (script.Parent:findFirstChild("VMode") ~= nil) then
  185. if (script.Parent.VMode.Value == "Up") then
  186. SavedYPosition = SavedYPosition + 1
  187. elseif (script.Parent.VMode.Value == "Down") then
  188. SavedYPosition = SavedYPosition - 1
  189. end
  190. end
  191. elseif (script.Parent.CanFly.Value == "No") then
  192. if (Speed ~= 0) then
  193. Speed = 0
  194. script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z)
  195. end
  196. end
  197. end
  198. wait(0.1)
  199. end
  200. end;
  201. function() -- HoverSeatGUI script by TankLeadfoot
  202.  
  203. local Lock = nil
  204.  
  205. while (script.Parent:findFirstChild("CanFly") == nil) do wait(0.1) end
  206. while (script.Parent:findFirstChild("VMode") == nil) do wait(0.1) end
  207.  
  208. script.Parent.CanFly.Value = "No"
  209. script.Parent.VMode.Value = "Hover"
  210.  
  211. function SelectedButton(hit)
  212. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.UpButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  213. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.DownButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  214. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.WarpButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  215. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.HoverButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  216. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.AllStopButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  217.  
  218. if (script.Parent.VMode.Value == "Up") then
  219. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.UpButton.BackgroundColor3 = Color3.new(1,1,0.8)
  220. elseif (script.Parent.VMode.Value == "Down") then
  221. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.DownButton.BackgroundColor3 = Color3.new(1,1,0.8)
  222. elseif (script.Parent.VMode.Value == "Warp") then
  223. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.WarpButton.BackgroundColor3 = Color3.new(1,1,0.8)
  224. elseif (script.Parent.VMode.Value == "Hover") then
  225. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.HoverButton.BackgroundColor3 = Color3.new(1,1,0.8)
  226. elseif (script.Parent.VMode.Value == "AllStop") then
  227. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.AllStopButton.BackgroundColor3 = Color3.new(1,1,0.8)
  228. end
  229. end
  230.  
  231. function Pilot(hit)
  232. if (Lock == nil) then
  233. Lock = true
  234.  
  235. if (hit == nil) then Lock = nil; return end
  236. if (hit.Parent:findFirstChild("Humanoid") == nil) then Lock = nil; return end
  237. if (game.Players:findFirstChild(hit.Parent.Name) == nil) then Lock = nil; return end
  238. wait(2)
  239. if (script.Parent:findFirstChild("CanFly") ~= nil) then
  240. script.Parent.CanFly.Value = "Yes"
  241. end
  242. if (script.Parent:findFirstChild("VMode") ~= nil) then
  243. script.Parent.VMode.Value = "Hover"
  244. end
  245.  
  246. if (game.Players:findFirstChild(hit.Parent.Name).PlayerGui:findFirstChild("HoverSeat") == nil) then
  247. script.HoverSeat:Clone().Parent = game.Players:findFirstChild(hit.Parent.Name).PlayerGui
  248. SelectedButton(hit)
  249. end
  250.  
  251. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.UpButton.MouseButton1Click:connect(function()
  252. if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
  253. if (script.Parent.CanFly.Value == "Yes") then
  254. script.Parent.VMode.Value = "Up"
  255. SelectedButton(hit)
  256. end
  257. end
  258. end)
  259. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.DownButton.MouseButton1Click:connect(function()
  260. if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
  261. if (script.Parent.CanFly.Value == "Yes") then
  262. script.Parent.VMode.Value = "Down"
  263. SelectedButton(hit)
  264. end
  265. end
  266. end)
  267. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.WarpButton.MouseButton1Click:connect(function()
  268. if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
  269. if (script.Parent.CanFly.Value == "Yes") then
  270. script.Parent.VMode.Value = "Warp"
  271. SelectedButton(hit)
  272. end
  273. end
  274. end)
  275. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.HoverButton.MouseButton1Click:connect(function()
  276. if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
  277. script.Parent.VMode.Value = "Hover"
  278. script.Parent.CanFly.Value = "Yes"
  279. SelectedButton(hit)
  280. end
  281. end)
  282. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.AllStopButton.MouseButton1Click:connect(function()
  283. if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
  284. script.Parent.VMode.Value = "AllStop"
  285. script.Parent.CanFly.Value = "No"
  286. SelectedButton(hit)
  287. end
  288. end)
  289.  
  290. while (hit.Parent.Humanoid.Health > 0) and (hit.Parent.Humanoid.Sit == true) do wait(0.1) end
  291. if (game.Players:findFirstChild(hit.Parent.Name).PlayerGui:findFirstChild("HoverSeat") ~= nil) then
  292. game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat:Remove()
  293. end
  294.  
  295. if (script.Parent:findFirstChild("CanFly") ~= nil) then
  296. script.Parent.CanFly.Value = "No"
  297. end
  298. Lock = nil
  299. end
  300. end
  301.  
  302. script.Parent.Touched:connect(Pilot)
  303. end;
  304. function() ball = script.Parent
  305. damage = 100
  306.  
  307. function onTouched(hit)
  308.  
  309.  
  310. local humanoid = hit.Parent:findFirstChild("Humanoid")
  311. if humanoid~=nil then
  312. tagHumanoid(humanoid)
  313. humanoid.Health = humanoid.Health - damage
  314. wait(0.01)
  315. untagHumanoid(humanoid)
  316. connection:disconnect()
  317. else
  318. damage = damage / 2
  319. if damage < 2 then
  320. connection:disconnect()
  321. ball.Parent = nil
  322. end
  323. end
  324.  
  325. if math.random(1,1) == 1 then
  326. explosion = Instance.new("Explosion")
  327. explosion.BlastRadius = 5
  328. explosion.BlastPressure = 500000 -- these are really wussy units
  329. explosion.Position = script.Parent.Position
  330. explosion.Parent = game.Workspace
  331. connection:disconnect()
  332. ball.Parent = nil
  333. cancollide = true
  334. end
  335.  
  336. end
  337.  
  338. function tagHumanoid(humanoid)
  339. -- todo: make tag expire
  340. local tag = ball:findFirstChild("creator")
  341. if tag ~= nil then
  342. local new_tag = tag:clone()
  343. new_tag.Parent = humanoid
  344. end
  345. end
  346.  
  347.  
  348. function untagHumanoid(humanoid)
  349. if humanoid ~= nil then
  350. local tag = humanoid:findFirstChild("creator")
  351. if tag ~= nil then
  352. tag.Parent = nil
  353. end
  354. end
  355. end
  356.  
  357. connection = ball.Touched:connect(onTouched)
  358.  
  359. r = game:service("RunService")
  360. t, s = r.Stepped:wait()
  361. d = t + 5.0 - s
  362. while t < d do
  363. t = r.Stepped:wait()
  364. end
  365.  
  366. ball.Parent = nil end;
  367. function() local switch = script.Parent
  368. local gunBarrelOne = script.Parent.Parent.GunBarrel.One
  369.  
  370. local debounce = false
  371. local gunOne = true
  372.  
  373. local cannonBall = Instance.new("Part")
  374. cannonBall.Size = Vector3.new(1,1,1)
  375. cannonBall.BrickColor = BrickColor.new(23) -- medium blue
  376. cannonBall.Shape = 0
  377. cannonBall.BottomSurface = 0
  378. cannonBall.TopSurface = 0
  379. cannonBall.Name = "Cannon Shot"
  380. cannonBall.Elasticity = .1
  381. cannonBall.Reflectance = 0
  382. cannonBall.Friction = 0
  383.  
  384. function fire(player)
  385.  
  386. local sound = script.Parent:findFirstChild("GunSound")
  387. if sound == nil then
  388. sound = Instance.new("Sound")
  389. sound.Name = "GunSound"
  390. sound.SoundId = "http://www.roblox.com/asset?id=2101148"
  391. sound.Volume = 1
  392. sound.Parent = script.Parent
  393. end
  394. sound:play()
  395.  
  396.  
  397.  
  398.  
  399. local missile = Instance.new("Part")
  400.  
  401.  
  402. local barrel
  403.  
  404. if gunOne == true then
  405. barrel = gunBarrelOne
  406. gunOne = true
  407.  
  408. end
  409.  
  410. local spawnPos = barrel.CFrame * Vector3.new(6, 0, 0)
  411.  
  412. local dx = math.random(50,50)
  413. local dy = math.random(0,0)
  414. local dz = math.random(0,0)
  415. local mag = math.random(750,750)
  416.  
  417. local v = barrel.CFrame:vectorToWorldSpace(Vector3.new(mag + dx,dy,dz))
  418.  
  419. local missile = cannonBall:clone()
  420.  
  421. missile.Position = spawnPos
  422. missile.Velocity = v
  423.  
  424.  
  425.  
  426. local new_script = script.Parent.CannonBall:clone()
  427. new_script.Disabled = false
  428. new_script.Parent = missile
  429.  
  430. local creator_tag = Instance.new("ObjectValue")
  431. creator_tag.Value = player
  432. creator_tag.Name = "creator"
  433. creator_tag.Parent = missile
  434.  
  435.  
  436.  
  437. missile.Parent = game.Workspace
  438.  
  439. end
  440.  
  441. function onClicked()
  442. if debounce == false then
  443. debounce = true
  444. switch.BrickColor = BrickColor.new(21)
  445. -- let slip the dogs of war
  446. fire(player)
  447. wait(.1)
  448.  
  449. wait(0.5)
  450. debounce = false
  451. switch.BrickColor = BrickColor.new(37)
  452. end
  453. end
  454.  
  455.  
  456. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  457.  
  458.  
  459. end;
  460. function() ball = script.Parent
  461. damage = 100
  462.  
  463. function onTouched(hit)
  464.  
  465.  
  466. local humanoid = hit.Parent:findFirstChild("Humanoid")
  467. if humanoid~=nil then
  468. tagHumanoid(humanoid)
  469. humanoid.Health = humanoid.Health - damage
  470. wait(0.01)
  471. untagHumanoid(humanoid)
  472. connection:disconnect()
  473. else
  474. damage = damage / 2
  475. if damage < 2 then
  476. connection:disconnect()
  477. ball.Parent = nil
  478. end
  479. end
  480.  
  481. if math.random(1,1) == 1 then
  482. explosion = Instance.new("Explosion")
  483. explosion.BlastRadius = 5
  484. explosion.BlastPressure = 500000 -- these are really wussy units
  485. explosion.Position = script.Parent.Position
  486. explosion.Parent = game.Workspace
  487. connection:disconnect()
  488. ball.Parent = nil
  489. cancollide = true
  490. end
  491.  
  492. end
  493.  
  494. function tagHumanoid(humanoid)
  495. -- todo: make tag expire
  496. local tag = ball:findFirstChild("creator")
  497. if tag ~= nil then
  498. local new_tag = tag:clone()
  499. new_tag.Parent = humanoid
  500. end
  501. end
  502.  
  503.  
  504. function untagHumanoid(humanoid)
  505. if humanoid ~= nil then
  506. local tag = humanoid:findFirstChild("creator")
  507. if tag ~= nil then
  508. tag.Parent = nil
  509. end
  510. end
  511. end
  512.  
  513. connection = ball.Touched:connect(onTouched)
  514.  
  515. r = game:service("RunService")
  516. t, s = r.Stepped:wait()
  517. d = t + 5.0 - s
  518. while t < d do
  519. t = r.Stepped:wait()
  520. end
  521.  
  522. ball.Parent = nil end;
  523. function() local switch = script.Parent
  524. local gunBarrelOne = script.Parent.Parent.GunBarrel.One
  525.  
  526. local debounce = false
  527. local gunOne = true
  528.  
  529. local cannonBall = Instance.new("Part")
  530. cannonBall.Size = Vector3.new(1,1,1)
  531. cannonBall.BrickColor = BrickColor.new(23) -- medium blue
  532. cannonBall.Shape = 0
  533. cannonBall.BottomSurface = 0
  534. cannonBall.TopSurface = 0
  535. cannonBall.Name = "Cannon Shot"
  536. cannonBall.Elasticity = .1
  537. cannonBall.Reflectance = 0
  538. cannonBall.Friction = 0
  539.  
  540. function fire(player)
  541.  
  542. local sound = script.Parent:findFirstChild("GunSound")
  543. if sound == nil then
  544. sound = Instance.new("Sound")
  545. sound.Name = "GunSound"
  546. sound.SoundId = "http://www.roblox.com/asset?id=2101148"
  547. sound.Volume = 1
  548. sound.Parent = script.Parent
  549. end
  550. sound:play()
  551.  
  552.  
  553.  
  554.  
  555. local missile = Instance.new("Part")
  556.  
  557.  
  558. local barrel
  559.  
  560. if gunOne == true then
  561. barrel = gunBarrelOne
  562. gunOne = true
  563.  
  564. end
  565.  
  566. local spawnPos = barrel.CFrame * Vector3.new(6, 0, 0)
  567.  
  568. local dx = math.random(50,50)
  569. local dy = math.random(0,0)
  570. local dz = math.random(0,0)
  571. local mag = math.random(750,750)
  572.  
  573. local v = barrel.CFrame:vectorToWorldSpace(Vector3.new(mag + dx,dy,dz))
  574.  
  575. local missile = cannonBall:clone()
  576.  
  577. missile.Position = spawnPos
  578. missile.Velocity = v
  579.  
  580.  
  581.  
  582. local new_script = script.Parent.CannonBall:clone()
  583. new_script.Disabled = false
  584. new_script.Parent = missile
  585.  
  586. local creator_tag = Instance.new("ObjectValue")
  587. creator_tag.Value = player
  588. creator_tag.Name = "creator"
  589. creator_tag.Parent = missile
  590.  
  591.  
  592.  
  593. missile.Parent = game.Workspace
  594.  
  595. end
  596.  
  597. function onClicked()
  598. if debounce == false then
  599. debounce = true
  600. switch.BrickColor = BrickColor.new(21)
  601. -- let slip the dogs of war
  602. fire(player)
  603. wait(.1)
  604.  
  605. wait(0.5)
  606. debounce = false
  607. switch.BrickColor = BrickColor.new(37)
  608. end
  609. end
  610.  
  611.  
  612. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  613.  
  614.  
  615. end;
  616. function() ball = script.Parent
  617. damage = 100
  618.  
  619. function onTouched(hit)
  620.  
  621.  
  622. local humanoid = hit.Parent:findFirstChild("Humanoid")
  623. if humanoid~=nil then
  624. tagHumanoid(humanoid)
  625. humanoid.Health = humanoid.Health - damage
  626. wait(0.01)
  627. untagHumanoid(humanoid)
  628. connection:disconnect()
  629. else
  630. damage = damage / 2
  631. if damage < 2 then
  632. connection:disconnect()
  633. ball.Parent = nil
  634. end
  635. end
  636.  
  637. if math.random(1,1) == 1 then
  638. explosion = Instance.new("Explosion")
  639. explosion.BlastRadius = 5
  640. explosion.BlastPressure = 500000 -- these are really wussy units
  641. explosion.Position = script.Parent.Position
  642. explosion.Parent = game.Workspace
  643. connection:disconnect()
  644. ball.Parent = nil
  645. cancollide = true
  646. end
  647.  
  648. end
  649.  
  650. function tagHumanoid(humanoid)
  651. -- todo: make tag expire
  652. local tag = ball:findFirstChild("creator")
  653. if tag ~= nil then
  654. local new_tag = tag:clone()
  655. new_tag.Parent = humanoid
  656. end
  657. end
  658.  
  659.  
  660. function untagHumanoid(humanoid)
  661. if humanoid ~= nil then
  662. local tag = humanoid:findFirstChild("creator")
  663. if tag ~= nil then
  664. tag.Parent = nil
  665. end
  666. end
  667. end
  668.  
  669. connection = ball.Touched:connect(onTouched)
  670.  
  671. r = game:service("RunService")
  672. t, s = r.Stepped:wait()
  673. d = t + 5.0 - s
  674. while t < d do
  675. t = r.Stepped:wait()
  676. end
  677.  
  678. ball.Parent = nil end;
  679. function() local switch = script.Parent
  680. local gunBarrelOne = script.Parent.Parent.GunBarrel.One
  681.  
  682. local debounce = false
  683. local gunOne = true
  684.  
  685. local cannonBall = Instance.new("Part")
  686. cannonBall.Size = Vector3.new(1,1,1)
  687. cannonBall.BrickColor = BrickColor.new(23) -- medium blue
  688. cannonBall.Shape = 0
  689. cannonBall.BottomSurface = 0
  690. cannonBall.TopSurface = 0
  691. cannonBall.Name = "Cannon Shot"
  692. cannonBall.Elasticity = .1
  693. cannonBall.Reflectance = 0
  694. cannonBall.Friction = 0
  695.  
  696. function fire(player)
  697.  
  698. local sound = script.Parent:findFirstChild("GunSound")
  699. if sound == nil then
  700. sound = Instance.new("Sound")
  701. sound.Name = "GunSound"
  702. sound.SoundId = "http://www.roblox.com/asset?id=2101148"
  703. sound.Volume = 1
  704. sound.Parent = script.Parent
  705. end
  706. sound:play()
  707.  
  708.  
  709.  
  710.  
  711. local missile = Instance.new("Part")
  712.  
  713.  
  714. local barrel
  715.  
  716. if gunOne == true then
  717. barrel = gunBarrelOne
  718. gunOne = true
  719.  
  720. end
  721.  
  722. local spawnPos = barrel.CFrame * Vector3.new(6, 0, 0)
  723.  
  724. local dx = math.random(50,50)
  725. local dy = math.random(0,0)
  726. local dz = math.random(0,0)
  727. local mag = math.random(750,750)
  728.  
  729. local v = barrel.CFrame:vectorToWorldSpace(Vector3.new(mag + dx,dy,dz))
  730.  
  731. local missile = cannonBall:clone()
  732.  
  733. missile.Position = spawnPos
  734. missile.Velocity = v
  735.  
  736.  
  737.  
  738. local new_script = script.Parent.CannonBall:clone()
  739. new_script.Disabled = false
  740. new_script.Parent = missile
  741.  
  742. local creator_tag = Instance.new("ObjectValue")
  743. creator_tag.Value = player
  744. creator_tag.Name = "creator"
  745. creator_tag.Parent = missile
  746.  
  747.  
  748.  
  749. missile.Parent = game.Workspace
  750.  
  751. end
  752.  
  753. function onClicked()
  754. if debounce == false then
  755. debounce = true
  756. switch.BrickColor = BrickColor.new(21)
  757. -- let slip the dogs of war
  758. fire(player)
  759. wait(.1)
  760.  
  761. wait(0.5)
  762. debounce = false
  763. switch.BrickColor = BrickColor.new(37)
  764. end
  765. end
  766.  
  767.  
  768. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  769.  
  770.  
  771. end;
  772. function() ball = script.Parent
  773. damage = 100
  774.  
  775. function onTouched(hit)
  776.  
  777.  
  778. local humanoid = hit.Parent:findFirstChild("Humanoid")
  779. if humanoid~=nil then
  780. tagHumanoid(humanoid)
  781. humanoid.Health = humanoid.Health - damage
  782. wait(0.01)
  783. untagHumanoid(humanoid)
  784. connection:disconnect()
  785. else
  786. damage = damage / 2
  787. if damage < 2 then
  788. connection:disconnect()
  789. ball.Parent = nil
  790. end
  791. end
  792.  
  793. if math.random(1,1) == 1 then
  794. explosion = Instance.new("Explosion")
  795. explosion.BlastRadius = 5
  796. explosion.BlastPressure = 500000 -- these are really wussy units
  797. explosion.Position = script.Parent.Position
  798. explosion.Parent = game.Workspace
  799. connection:disconnect()
  800. ball.Parent = nil
  801. cancollide = true
  802. end
  803.  
  804. end
  805.  
  806. function tagHumanoid(humanoid)
  807. -- todo: make tag expire
  808. local tag = ball:findFirstChild("creator")
  809. if tag ~= nil then
  810. local new_tag = tag:clone()
  811. new_tag.Parent = humanoid
  812. end
  813. end
  814.  
  815.  
  816. function untagHumanoid(humanoid)
  817. if humanoid ~= nil then
  818. local tag = humanoid:findFirstChild("creator")
  819. if tag ~= nil then
  820. tag.Parent = nil
  821. end
  822. end
  823. end
  824.  
  825. connection = ball.Touched:connect(onTouched)
  826.  
  827. r = game:service("RunService")
  828. t, s = r.Stepped:wait()
  829. d = t + 5.0 - s
  830. while t < d do
  831. t = r.Stepped:wait()
  832. end
  833.  
  834. ball.Parent = nil end;
  835. function() local switch = script.Parent
  836. local gunBarrelOne = script.Parent.Parent.GunBarrel.One
  837.  
  838. local debounce = false
  839. local gunOne = true
  840.  
  841. local cannonBall = Instance.new("Part")
  842. cannonBall.Size = Vector3.new(1,1,1)
  843. cannonBall.BrickColor = BrickColor.new(23) -- medium blue
  844. cannonBall.Shape = 0
  845. cannonBall.BottomSurface = 0
  846. cannonBall.TopSurface = 0
  847. cannonBall.Name = "Cannon Shot"
  848. cannonBall.Elasticity = .1
  849. cannonBall.Reflectance = 0
  850. cannonBall.Friction = 0
  851.  
  852. function fire(player)
  853.  
  854. local sound = script.Parent:findFirstChild("GunSound")
  855. if sound == nil then
  856. sound = Instance.new("Sound")
  857. sound.Name = "GunSound"
  858. sound.SoundId = "http://www.roblox.com/asset?id=2101148"
  859. sound.Volume = 1
  860. sound.Parent = script.Parent
  861. end
  862. sound:play()
  863.  
  864.  
  865.  
  866.  
  867. local missile = Instance.new("Part")
  868.  
  869.  
  870. local barrel
  871.  
  872. if gunOne == true then
  873. barrel = gunBarrelOne
  874. gunOne = true
  875.  
  876. end
  877.  
  878. local spawnPos = barrel.CFrame * Vector3.new(6, 0, 0)
  879.  
  880. local dx = math.random(50,50)
  881. local dy = math.random(0,0)
  882. local dz = math.random(0,0)
  883. local mag = math.random(750,750)
  884.  
  885. local v = barrel.CFrame:vectorToWorldSpace(Vector3.new(mag + dx,dy,dz))
  886.  
  887. local missile = cannonBall:clone()
  888.  
  889. missile.Position = spawnPos
  890. missile.Velocity = v
  891.  
  892.  
  893.  
  894. local new_script = script.Parent.CannonBall:clone()
  895. new_script.Disabled = false
  896. new_script.Parent = missile
  897.  
  898. local creator_tag = Instance.new("ObjectValue")
  899. creator_tag.Value = player
  900. creator_tag.Name = "creator"
  901. creator_tag.Parent = missile
  902.  
  903.  
  904.  
  905. missile.Parent = game.Workspace
  906.  
  907. end
  908.  
  909. function onClicked()
  910. if debounce == false then
  911. debounce = true
  912. switch.BrickColor = BrickColor.new(21)
  913. -- let slip the dogs of war
  914. fire(player)
  915. wait(.1)
  916.  
  917. wait(0.5)
  918. debounce = false
  919. switch.BrickColor = BrickColor.new(37)
  920. end
  921. end
  922.  
  923.  
  924. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  925.  
  926.  
  927. end;}local ActualScripts = {}
  928. function s(var)
  929. local func = table.remove(Scripts,1)
  930. setfenv(func,setmetatable({script=var,require=fake_require or require,global=genv},{
  931. __index = getfenv(func),
  932. }))
  933. table.insert(ActualScripts,coroutine.wrap(func))
  934. end
  935. Decode = function(str,t,props,classes,values,ICList,Model,CurPar,LastIns,split,RemoveAndSplit,InstanceList)
  936. local tonum,table_remove,inst,parnt,comma,table_foreach = tonumber,table.remove,Instance.new,"Parent",",",
  937. function(t,f)
  938. for a,b in pairs(t) do
  939. f(a,b)
  940. end
  941. end
  942. local Types = {
  943. Color3 = Color3.new,
  944. Vector3 = Vector3.new,
  945. Vector2 = Vector2.new,
  946. UDim = UDim.new,
  947. UDim2 = UDim2.new,
  948. CFrame = CFrame.new,
  949. Rect = Rect.new,
  950. NumberRange = NumberRange.new,
  951. BrickColor = BrickColor.new,
  952. PhysicalProperties = PhysicalProperties.new,
  953. NumberSequence = function(...)
  954. local a = {...}
  955. local t = {}
  956. repeat
  957. t[#t+1] = NumberSequenceKeypoint.new(table_remove(a,1),table_remove(a,1),table_remove(a,1))
  958. until #a==0
  959. return NumberSequence.new(t)
  960. end,
  961. ColorSequence = function(...)
  962. local a = {...}
  963. local t = {}
  964. repeat
  965. t[#t+1] = ColorSequenceKeypoint.new(table_remove(a,1),Color3.new(table_remove(a,1),table_remove(a,1),table_remove(a,1)))
  966. until #a==0
  967. return ColorSequence.new(t)
  968. end,
  969. number = tonumber,
  970. boolean = function(a)
  971. return a=="1"
  972. end
  973. }
  974. split = function(str,sep)
  975. if not str then return end
  976. local fields = {}
  977. local ConcatNext = false
  978. str:gsub(("([^%s]+)"):format(sep),function(c)
  979. if ConcatNext == true then
  980. fields[#fields] = fields[#fields]..sep..c
  981. ConcatNext = false
  982. else
  983. fields[#fields+1] = c
  984. end
  985. if c:sub(#c)=="\\" then
  986. c = fields[#fields]
  987. fields[#fields] = c:sub(1,#c-1)
  988. ConcatNext = true
  989. end
  990. end)
  991. return fields
  992. end
  993. RemoveAndSplit = function(t)
  994. return split(table_remove(t,1),comma)
  995. end
  996. t = split(str,";")
  997. props = RemoveAndSplit(t)
  998. classes = RemoveAndSplit(t)
  999. values = split(table_remove(t,1),'|')
  1000. ICList = RemoveAndSplit(t)
  1001. InstanceList = {}
  1002. Model = inst"Model"
  1003. CurPar = Model
  1004. table_foreach(t,function(ct,c)
  1005. if c=="n" or c=="p" then
  1006. CurPar = c=="n" and LastIns or CurPar[parnt]
  1007. else
  1008. ct = split(c,"|")
  1009. local class = classes[tonum(table_remove(ct,1))]
  1010. if class=="UnionOperation" then
  1011. LastIns = {UsePartColor="1"}
  1012. else
  1013. LastIns = inst(class)
  1014. if LastIns:IsA"Script" then
  1015. s(LastIns)
  1016. elseif LastIns:IsA("ModuleScript") then
  1017. ms(LastIns)
  1018. end
  1019. end
  1020.  
  1021. local function SetProperty(LastIns,p,str,s)
  1022. s = Types[typeof(LastIns[p])]
  1023. if p=="CustomPhysicalProperties" then
  1024. s = PhysicalProperties.new
  1025. end
  1026. if s then
  1027. LastIns[p] = s(unpack(split(str,comma)))
  1028. else
  1029. LastIns[p] = str
  1030. end
  1031. end
  1032.  
  1033. local UnionData
  1034. table_foreach(ct,function(s,p,a,str)
  1035. a = p:find":"
  1036. p,str = props[tonum(p:sub(1,a-1))],values[tonum(p:sub(a+1))]
  1037. if p=="UnionData" then
  1038. UnionData = split(str," ")
  1039. return
  1040. end
  1041. if class=="UnionOperation" then
  1042. LastIns[p] = str
  1043. return
  1044. end
  1045. SetProperty(LastIns,p,str)
  1046. end)
  1047.  
  1048. if UnionData then
  1049. local LI_Data = LastIns
  1050. LastIns = DecodeUnion(UnionData)
  1051. table_foreach(LI_Data,function(p,str)
  1052. SetProperty(LastIns,p,str)
  1053. end)
  1054. end
  1055. table.insert(InstanceList,LastIns)
  1056. LastIns[parnt] = CurPar
  1057. end
  1058. end)
  1059. table_remove(ICList,1)
  1060. table_foreach(ICList,function(a,b)
  1061. b = split(b,">")
  1062. InstanceList[tonum(b[1])][props[tonum(b[2])]] = InstanceList[tonum(b[3])]
  1063. end)
  1064.  
  1065. return Model:GetChildren()
  1066. end
  1067.  
  1068. local Objects = Decode('Name,Locked,Color,Position,Orientation,Velocity,Size,BackSurface,BottomSurface,MeshType,C0,C1,Part0,Part1,LeftSurface,RightSurface,Scale,Reflectance,CanCollide,TopSurface,Texture,Face,FrontSurface,BaseAngle,Transparency,Torque,MaxSpeed,Value,BackgroundColor3,BackgroundTransparency,BorderSizePixel,SizeConstraint,Text,TextColor3,BorderColor3,MaxForce,MaxTorque,CFrame,SoundId,Volume,MaxActivationDistance,Heat,SecondaryColor,Material,Shape;Part,Model,SpecialMesh,Weld,Snap,WedgePart,Script'
  1069. ..',ClickDetector,Decal,Seat,RotateP,VehicleSeat,StringValue,ScreenGui,Frame,TextButton,TextLabel,BodyPosition,BodyGyro,VelocityMotor,CylinderMesh,Sound,BlockMesh,Fire,Rotate,RotateV;Part|1|0.1058,0.1647,0.2078|-133.8862,12.1,88.8207|0,-90,-90|-0.0001,-0.0118,-0.0001|8,11.6,1|2|0,-5.8001,0,1,0,0,-0,-0,-1,0,1,0|-2.5,-10.2,0,0,1,0,0,0,1,1,0,0|-136.3862,12.1,72.8207|90,180,0|6,20.4,8|0,-10.2001,0,1,0,0,-0,-0,-1,0,1,0|0,11,1.5,0,1,0,0,0,-1,-1,0,0|3,0,0,0,0,1,0,1,0,-1,-0,-0|0.5,0.1999,-14.700'
  1070. ..'1,0,0,-1,1,0,0,0,-1,0|-137.3862,12.1,60.6207|0,-90,90|8,4,8|0,-2,0,1,0,0,-0,-0,-1,0,1,0|-7,0.2,0,0,1,0,0,0,-1,-1,0,-0|1,10.2,0,-0,1,-0,-0,0,-1,-1,0,-0|-135.3862,12.1,99.8207|8,10.4,2|0,0,1,1,0,0,0,1,0,0,0,1|0,-5.8,1.5,1,0,0,0,-1,0,0,0,-1|-137.8862,12.1,94.0207|0,90,-90|8,22,3|0.8039,0.8039,0.8039|-139.8862,11.9,87.5207|1,8.4,49|0.5,0,0,0,0,1,0,1,0,-1,-0,-0|0.1999,6.5,-1.5,0,-1,0,1,0,0,0,0,1|0,-4.2001,0,1,0,0,-0,-0,-1,0,1,0|28.5,0.1999,-10.5,1,0,0,0,0,-1,0,1,0|0.1999,-21.5,1.5,0,-1,0,-'
  1071. ..'1,0,0,0,0,-1|6.5,0.1999,14.5,1,0,0,0,0,-1,0,1,0|-135.3862,12.1,88.8207|8,11.6,2|0,5.8,0,-1,-0,-0,0,0,1,0,1,0|0,-5.2,0,-1,0,0,0,0,1,0,1,0|0,5.2,1.5,1,0,0,0,-1,0,0,0,-1|0,0,-1,-1,-0,-0,0,1,0,-0,-0,-1|0,0,0.5,-1,-0,-0,0,1,0,-0,-0,-1|-139.8862,9.5,114.4207|4,2.7999,1|0.3882,0.3725,0.3843|-140.1861,12.5,114.1207|0,180,90|2,0.4,1|1,1,1.6|1,0,0,0,0,1,0,1,0,-1,-0,-0|1.5,-0.3,0.2999,0,0,-1,1,0,0,0,-1,0|-139.8862,15,114.4207|3,2.7999,1|0,-1.4,0,1,0,0,-0,-0,-1,0,1,0|28.5,3.1,0.5,0,-1,0,-1,0,0,0,'
  1072. ..'0,-1|-137.8862,12.1,109.0207|8,8,3|0,-4,0,1,0,0,-0,-0,-1,0,1,0|0,-11,0,1,0,0,0,0,1,0,-1,0|-142.3862,12.1,57.2207|8,2.8,2|-143.3862,15.7,78.5207|6,0.8,1|0,-0.4001,0,1,0,0,-0,-0,-1,0,1,0|0,3.5999,0,1,0,0,0,0,-1,0,1,0|0.2|-142.186,13.5012,92.8205|0,90,0|4,1.2,1|0,-0.6001,0,1,0,0,-0,-0,-1,0,1,0|0,1.8,0,1,0,0,0,0,-1,0,1,0|-142.186,11.1012,92.8205|4,3.6,1|-142.3862,16.7,95.5207|6,0.4,3|-143.3862,11.7,78.5207|6,7.2,1|0|-141.3862,9.5,117.0207|4,2.4,2|0,-1.2001,0,1,0,0,-0,-0,-1,0,1,0|-9.5,1.4,'
  1073. ..'0,0,1,0,0,0,-1,-1,0,0|-141.3862,12.5,116.0207|2,2.4,2|-9.5,0.8,0,0,1,0,0,0,-1,-1,0,0|-9.5,1.6,2,-1,0,0,0,1,0,0,0,-1|-1,0,0,-0,-0,-1,0,1,0,1,0,0|-3,1.6,-1.5,1,0,0,0,1,0,0,0,1|1.5,-1,0,0,0,-1,0,1,0,1,0,0|-2,-1,0,0,0,1,0,1,0,-1,0,0|0.949,0.9529,0.9529|-141.8862,11.0999,66.5207|5,0.4,3|-141.3862,15,117.0207|3,2.4,2|-142.186,11.1012,100.8205|0,1.8,0,-1,-0,-0,0,0,1,0,1,0|0,-0.6,0,-1,0,0,0,0,1,-0.0001,1,0|0,-1.8001,0,1,0,0,-0,-0,-1,0,1,0|1.5,0.6,0,0,1,0,0,0,-1,-1,0,0|0,0,-0.5,-1,-0,-0,0,1,0,'
  1074. ..'-0,-0,-1|0,1.6,1,-1,0,0,0,1,0,0,0,-1|-142.186,13.5011,100.8205|-146.3862,7.5,73.0207|14,0.4,20|0,-0.2001,0,1,0,0,-0,-0,-1,0,1,0|-1.5,3.4,6.5,1,0,0,0,0,-1,0,1,0|0,0.2,0,-1,-0,-0,0,0,1,0,1,0|0.5,-0.2,-1,-1,0,0,0,0,1,0,1,0|Part1|-144.8862,0.2999,66.0207|1,0.4,4|0|0,-3.4001,-0.5,-1,0,0,0,0,1,0,1,0|Part6|-144.8862,3.9,66.5207|1,6.8,1|Part4|-192.8862,0.2999,66.0207|-0.0001,-0.0118,0|Part5|-192.8862,3.9,66.5207|0,3.4,0,-1,-0,-0,0,0,1,0,1,0|-0.5,-0.2001,-6.5,-1,0,0,0,0,1,0,1,0|Part3|-159.8862'
  1075. ..',0.2999,107.0207|Part7|-159.8862,3.9,107.5207|Part8|-175.8862,0.2999,107.0207|Part2|-175.8862,3.9,107.5207|0,-3.4001,0,1,0,0,-0,-0,-1,0,1,0|0,0.2,0.5,1,0,0,0,0,-1,0,1,0|Open|0.2941,0.5921,0.2941|-170.8862,11.4433,48.8374|30.9599,0,0|1,0.4,1|http://www.roblox.com/asset/?id=30473646|1|Close|0.7686,0.1568,0.1098|-170.8862,10.9288,49.6949|http://www.roblox.com/asset/?id=19475881|2.5,-0.3428,-0.5713,-1,-0.0001,-0.0001,0,-0.5145,-0.8575,0,-0.8575,0.5144|-144.3862,12.1,60.6207|-90,0,0|6,4,8|'
  1076. ..'0,2,0,-1,-0,-0,0,0,1,0,1,0|0,-1.4,2,0,1,0,0,0,1,1,0,0|-1,-1.4,0,1,0,0,0,0,1,-0,-1,0|0,0.2,0,-1,0,0,0,0,-1,-0,-1,-0|-145.186,9.5011,100.8205|1,0.4,2|-143.686,9.5011,100.8205|2,0.4,2|d��������������ng.........you got owned...|0.25|0.5,-0.4,-0.5,1,0,0,0,1,0,0,0,1|0.5,-0.4,0.5,-1,0,0,0,1,0,0,0,-1|0,0.6,0,0,1,0,0,0,-1,-1,0,0|0.5,0,0,0,0,-1,0,1,0,1,0,0|-143.686,8.7011,100.8205|4,1.2,4|0,0.6,0,-1,-0,-0,0,0,1,0,1,0|0.5,-0.6,-1.5,-1,0,0,0,0,1,0,1,0|0.5,-0.6,1.5,-1,0,0,0,0,1,0,1,0|1.5,-0.2001,0'
  1077. ..',-1,0,0,0,0,1,0,1,0|-143.686,11.1011,94.3205|2,1.2,1|-145.186,11.1011,94.3205|1,1.2,1|-144.186,9.9011,94.3205|3,1.2,1|-1,0.3999,-0.5,0,0,1,0,1,0,-1,0,0|-0.5,-0.6,0,-1,0,0,0,0,1,0,1,0|-0.5,0.5999,1.5,1,0,0,0,0,-1,0,1,0|0,-0.6,1,-0.0001,-1,0,0,0,1,-1,-0.0001,0|-145.186,9.5011,92.8205|-143.686,9.5011,92.8205|0,-1.6001,-0.5,1,0,0,0,1,0,0,0,1|-145.186,11.1011,99.3205|-143.686,11.1011,99.3205|0.5,0.5999,0,1,0,0,0,0,-1,0,1,0|-144.186,9.9011,99.3205|-143.686,8.7011,92.8205|0,-0.2001,0,0,-1,0,'
  1078. ..'0,0,1,-1,0,0|0,-1.8001,-1.5,0,-1,0,0,0,1,-1,0,0|-144.186,9.9011,91.3205|-145.186,11.1011,91.3205|-1,0.5999,0,0,1,0,0,0,-1,-1,-0.0001,0|-143.686,11.1011,91.3205|-144.3862,12.1,62.8207|10,0.4,8|-145.3862,12.1,57.2207|4,2.8,8|-143.3862,15,119.2207|3,2,2|1.5,0,0,0,0,1,0,1,0,-1,-0,-0|-1,1,0,0,0,1,0,1,0,-1,0,0|-144.3862,15,114.4207|-90,-180,0|8,2.7999,3|0,1.3999,0,-1,-0,-0,0,0,1,0,1,0|0,-1.2001,3,0,-1,0,0,0,1,-1,0,0|24,3.1,0.5,-1,0,0,0,1,0,0,0,-1|0,0,-1.5,-1,-0,-0,0,1,0,-0,-0,-1|-6.5,0.3999'
  1079. ..',1,-1,0,0,0,1,0,0,0,-1|-7.5,-1.6001,1,-1,0,0,0,1,0,0,0,-1|6,-1.3001,25,-1,0,0,0,1,0,0,0,-1|-4,0,0,-0,-0,-1,0,1,0,1,0,0|0,0,0.5,-1,0,0,0,1,0,0,0,-1|-145.186,11.1011,102.3205|-143.686,11.1011,102.3205|-144.186,9.9011,102.3205|-145.3862,12.5,120.0207|2,1.6,2|-6,0.7999,2,-1,0,0,0,1,0,0,0,-1|0,-0.8001,0,1,0,0,-0,-0,-1,0,1,0|-7.5,0.9999,0,0,1,0,0,0,-1,-1,0,0|-143.3862,12.5,118.2207|2,2,2|-143.3862,9.5,119.2207|4,2,2|-7,0,0,0,0,1,0,1,0,-1,0,0|-2,0,0,-0,-0,-1,0,1,0,1,0,0|1,1,0,0,0,-1,0,1,0,1,'
  1080. ..'0,0|-146.8862,7.9,74.0207|13,0.4,20|-3.5,-3.6001,-4.5,-1,0,0,0,0,1,0,1,0|3.5,-4.0001,-4.5,-1,0,0,0,0,1,0,1,0|0,-1.2,7.5,-1,0,0,0,0,1,0,1,0|-150.8862,11.9,63.5207|21,8.4,1|-4.5,0.2,-9.5,1,0,0,0,0,-1,0,1,0|-148.3862,12.1,60.6207|8,4,2|4,0.2,0,0,-1,0,0,0,-1,1,-0,-0|-147.8862,16.7,97.5207|-150.3862,12.1,78.5207|8,8,1|-146.8862,9.2999,66.5207|13,2.4,5|-146.8862,10.6999,66.5207|13,0.4,5|0,-0.2,-5,0,-1,0,0,0,1,-1,0,0|0,1.1999,0,1,0,0,0,0,-1,0,1,0|-145.3862,9.5,121.0207|4,1.6,2|-6,0.9999,0,0,'
  1081. ..'1,0,0,0,-1,-1,0,0|-6,0,0,0,0,1,0,1,0,-1,0,0|-145.3862,15,121.0207|3,1.6,2|-147.3862,15,122.4207|3,1.2,2|-3,0.7999,0,0,1,0,0,0,-1,-1,0,0|-147.3862,9.5,122.4207|-5,0.7999,0,0,1,0,0,0,-1,-1,0,0|-148.3862,15,119.2207|8,2,3|0,1,0,-1,-0,-0,0,0,1,0,1,0|0,-0.8,3,0,-1,0,0,0,1,-1,0,0|-4.5,1,1,-1,0,0,0,1,0,0,0,-1|-5.5,-0.8,1,-1,0,0,0,1,0,0,0,-1|-1,-0.8,3,0,0,1,0,1,0,-1,0,0|-146.3862,15,117.0207|8,2.4,3|-1,-1.2001,3,0,0,1,0,1,0,-1,0,0|0,1.2,0,-1,-0,-0,0,0,1,0,1,0|0,-1.0001,3,0,-1,0,0,0,1,-1,0,0|-'
  1082. ..'5.5,1,1,-1,0,0,0,1,0,0,0,-1|-6.5,-1.2001,1,-1,0,0,0,1,0,0,0,-1|-147.3862,12.5,121.4207|2,1.2,2|-5,0.3999,2,-1,0,0,0,1,0,0,0,-1|-154.3862,9.5,124.0207|4,0.4,2|-154.3862,15,124.0207|3,0.4,2|-155.3862,15,123.4207|90,0,0|4,0.8,3|0,0.4,0,-1,-0,-0,0,0,1,0,1,0|-3,-0.2001,0,1,0,0,0,0,1,0,-1,0|0,0,1.5,1,0,0,0,1,0,0,0,1|-1,0.3999,0,0,0,1,0,1,0,-1,0,0|3,0.6,0,-1,0,0,0,0,-1,0,-1,0|0,-0.2001,1,0,1,0,0,0,1,1,0,0|-150.8862,15,123.4207|3,0.8,5|-1.5,0.6,0,0,1,0,0,0,-1,-1,0,0|-153.8862,7.5,69.5207|1,0.'
  1083. ..'4,13|0,0,6.5,1,0,0,0,1,0,0,0,1|3.5,0,-3.5,1,0,0,0,1,0,0,0,1|-3,-4.2,6,-1,0,0,0,0,1,0,1,0|-153.8862,11.9,71.0207|1,8.4,14|3.5,0.1999,-8.5,1,0,0,0,0,-1,0,1,0|0,0.1999,1.5,1,0,0,0,0,-1,0,1,0|-161.8862,15.5,51.5207|1,1.2,9|6.5,-0.4001,-28.5001,-1,0,0,0,0,1,0,1,0|0,1.7999,0,1,0,0,0,0,-1,0,1,0|0.4313,0.6,0.7921|0.4|-161.8862,13.1,51.5207|1,3.6,9|-152.3862,16.7,99.5207|4,0.4,3|-157.8862,16.7,100.5207|7,0.4,3|-156.686,8.7011,100.8205|0,180,0|-150.3862,12.3,97.0207|8,1.2,16|-150.3862,9.9,97.02'
  1084. ..'07|4,3.6,12|0,-0.6,0,-1,0,0,0,0,1,0,1,0|-150.3862,16.3,88.0207|22,0.4,50|0,0,25,1,0,0,0,1,0,0,0,1|-1.3001,-1.4,10.5,0,-1,0,0,0,1,-1,0,0|-10.5,4.2,0.5,1,0,0,0,0,-1,0,1,0|1,-1.4,1.3,-1,0,0,0,0,1,0,1,0|-1.5,-1.4,1.3,-1,0,0,0,0,1,0,1,0|0,3.9999,9.5,1,0,0,0,0,-1,0,1,0|3.5,4.1999,17,1,0,0,0,0,-1,0,1,0|-7,0.4,9.5,1,0,0,0,0,-1,0,1,0|18,4.2,-24.5,1,0,0,0,0,-1,0,1,0|-8,-1.4,1.3,-1,0,0,0,0,1,0,1,0|4,1.3999,1.3,1,0,0,0,0,-1,0,1,0|0.5,4.1999,24.5,1,0,0,0,0,-1,0,1,0|-157.3862,7.5,79.5207|8,0.4,7|-1'
  1085. ..'57.3862,7.9,81.0207|8,0.4,6|-7,-4.0001,2.5,-1,0,0,0,0,1,0,1,0|-157.8862,7.9,77.0207|7,0.4,2|-0.5,0.1999,-2.5,1,0,0,0,0,-1,0,1,0|-165.8862,11.4433,48.8374|-165.8862,10.9288,49.6949|-2.5,-0.3428,-0.5713,-1,0,0,-0.0001,-0.5145,-0.8575,-0.0001,-0.8575,0.5144|-157.8862,0.7,67.5207|7,1.2,1|0,0,0.5,1,0,0,0,1,0,0,0,1|0,-0.8001,-0.5,1,0,0,0,1,0,0,0,1|-157.8862,1.5,68.5207|-157.8862,2.3,69.5207|0,0.8,0.5,-1,0,0,0,1,0,0,0,-1|-157.8862,3.1,70.5207|-157.8862,3.9,71.5207|-157.8862,4.7,72.5207|-157.'
  1086. ..'8862,5.5,73.5207|-157.8862,6.3,74.5207|-157.8862,7.1,75.5207|-0.5,-0.4,-3.5,1,0,0,0,1,0,0,0,1|Door|0.0509,0.4117,0.6745|-157.8862,7.5,69.0207|7,0.4,12|-7,-4.2,5.5,-1,0,0,0,0,1,0,1,0|-150.3862,9.5,117.0207|16,2.4,4|0,-1.0001,7,0,-1,0,0,0,1,-1,0,0|0,0,2,1,0,0,0,1,0,0,0,1|1,-1.2001,7,0,0,-1,0,1,0,1,0,0|-8,0,0,-0,-0,-1,0,1,0,1,0,0|0,0,1,-1,0,0,0,1,0,0,0,-1|-1.5,1,-1,1,0,0,0,1,0,0,0,1|-2.5,-1.2001,-1,1,0,0,0,1,0,0,0,1|-152.8862,12.5,118.2207|17,2,2|-150.8862,9.5,114.4207|21,2.7999,4|-10.5,'
  1087. ..'0,0,-0,-0,-1,0,1,0,1,0,0|-152.3862,15,122.4207|8,1.2,3|-1,0,1.5,0,0,1,0,1,0,-1,0,0|-154.8862,12.5,121.4207|13,1.2,2|-2.5,-1,2,-1,0,0,0,1,0,0,0,-1|2.5,0.3999,2,-1,0,0,0,1,0,0,0,-1|2.5,-1,-1.5,1,0,0,0,1,0,0,0,1|0,-0.4,4,0,-1,0,0,0,1,-1,0,0|-5,-1,-1.5,1,0,0,0,1,0,0,0,1|-0.5,0.3999,-1.5,1,0,0,0,1,0,0,0,1|2.5,-1,2,-1,0,0,0,1,0,0,0,-1|-5,-1,2,-1,0,0,0,1,0,0,0,-1|-150.3862,15,121.0207|8,1.6,3|-1,-0.4,3,0,0,1,0,1,0,-1,0,0|-4.5,-0.4,1,-1,0,0,0,1,0,0,0,-1|-152.3862,9.5,121.0207|12,1.6,4|-150.88'
  1088. ..'62,12.5,122.4207|2,0.8,5|-153.8862,15,117.0207|3,2.4,3|2,1,1,1,0,0,0,-1,0,0,0,-1|1,-1.2001,1,1,0,0,0,-1,0,0,0,-1|-156.8862,15,117.0207|5,1,1,1,0,-0,0,-1,0,0,0,-1|4,-1.2001,1,1,0,-0,0,-1,0,0,0,-1|-156.3862,15,119.2207|4,2,3|2.5,-0.8,1,-1,0,0,0,1,0,0,0,-1|3.5,1,1,-1,0,0,0,1,0,0,0,-1|-153.3862,15,119.2207|2,2,3|-0.5,-0.8,1,-1,0,0,0,1,0,0,0,-1|0.5,1,1,-1,0,0,0,1,0,0,0,-1|-151.8862,12.5,116.0207|19,2.4,2|0,-1.0001,8.5,0,-1,0,0,0,1,-1,0,0|0,1.6,-1.5,1,0,0,0,1,0,0,0,1|1,1.6,2,-1,0,0,0,1,0,0,'
  1089. ..'0,-1|-8,-1,-1.5,1,0,0,0,1,0,0,0,1|-154.3862,15,114.4207|2,2.7999,3|14,3.1,0.5,-1,0,0,0,1,0,0,0,-1|2.5,-1.6001,1,1,0,-0,0,-1,0,0,0,-1|0.5,1.2,0,-1,0,0,0,0,-1,0,-1,0|-150.8862,12.5,114.0207|21,1.6,2|0,-0.2001,0.1,1,0,0,0,0,1,0,-1,0|1.5,-0.4,-1.5,1,0,0,0,1,0,0,0,1|3.5,0.3999,-1.5,-1,0,0,0,-1,0,0,0,1|-7.5,-0.4,-1.5,1,0,0,0,1,0,0,0,1|-1,-0.4,-1.5,1,0,0,0,1,0,0,0,1|0,-0.4,2,-1,0,0,0,1,0,0,0,-1|-151.8862,15,114.4207|3,2.7999,3|-149.3862,15,114.4207|-2.5,-1.6001,1,-1,0,0,0,1,0,0,0,-1|19,3.1,0'
  1090. ..'.5,-1,0,0,0,1,0,0,0,-1|-151.3862,15,117.0207|2,2.4,3|-0.5,1,1,-1,0,0,0,1,0,0,0,-1|-1.5,-1.2001,1,-1,0,0,0,1,0,0,0,-1|-155.3862,15,121.0207|2,1.6,3|-155.3862,12.5,122.4207|4,0.8,2|-2,0,2,-1,0,0,0,1,0,0,0,-1|-155.3862,9.5,123.4207|4,0.8,4|-2,0.6,0,-1,0,0,0,0,-1,0,-1,0|-152.3862,9.5,122.4207|8,1.2,4|3,0,1,-1,0,0,0,1,0,0,0,-1|1,0,1.5,0,0,-1,0,1,0,1,0,0|3,-0.4,0,1,0,0,0,0,1,0,-1,0|-155.3862,12.5,123.0207|2,0.4,4|-2,0.6,2,-1,0,0,0,1,0,0,0,-1|0,-0.4,-2,1,0,0,0,1,0,0,0,1|0,0.4,0,0,-1,0,0,0,-1'
  1091. ..',1,0,0|3,0.6,-1.5,1,0,0,0,1,0,0,0,1|3,0.6,2,-1,0,0,0,1,0,0,0,-1|-150.8862,9.5,123.4207|4,0.8,5|-158.186,13.5012,100.8205|0,-90,0|-158.186,11.1012,100.8205|0,-0.6001,0,-1,0,0,0,0,1,-0.0001,1,0|-156.686,11.1011,99.3205|-155.186,9.5011,100.8205|0,0,-1,1,0,0,0,1,0,0,0,1|-153.8862,12.5,120.0207|15,1.6,2|0,0.8,0,-1,-0,-0,0,0,1,0,1,0|0,-0.6,6.5,0,-1,0,0,0,1,-1,0,0|-1.5,-1,-1.5,1,0,0,0,1,0,0,0,1|1.5,-1,2,-1,0,0,0,1,0,0,0,-1|3.5,-1,-1.5,1,0,0,0,1,0,0,0,1|2.5,0.7999,2,-1,0,0,0,1,0,0,0,-1|-6,-1,'
  1092. ..'2,-1,0,0,0,1,0,0,0,-1|-0.8,-2,-6,0,-1,0,0,0,1,-1,0,0|6,-0.8,-0.5,-1,0,0,0,-1,0,0,0,1|-151.3862,9.5,119.2207|14,2,4|-156.186,9.9011,102.3205|1,0.3999,-0.5,0,0,-1,0,1,0,1,0,0|-155.186,11.1012,99.3205|-156.686,9.5011,100.8205|-155.186,11.1011,102.3205|-156.186,9.9011,99.3205|0,-180,0|0,-0.6001,1,-0.0001,-1,0,0,0,1,-1,-0.0001,0|-0.5,0.5999,1.5,1,0,0,0,0,-1,0,1,-0|-156.686,11.1011,102.3205|-158.3862,9.5,124.0207|6,0.4,4|-3,0.4,0,1,0,0,0,0,-1,0,1,0|1.5,0.4,0,1,0,0,0,0,-1,0,1,0|-157.8862,15,'
  1093. ..'123.4207|1,0.8,3|0.5,0.6,0,-1,0,0,0,0,-1,0,-1,0|-0.5,-0.2001,0,1,0,0,0,0,1,0,-1,0|1.5,0.7999,-1,1,0,0,0,1,0,0,0,1|-158.3862,15,124.0207|-161.8862,13.7,70.0207|1,4.8,28|0,2.4,0,-1,-0,-0,0,0,1,0,1,0|6.5,-0.4001,-10,-1,0,0,0,0,1,0,1,0|0,-2.4001,0,1,0,0,-0,-0,-1,0,1,0|0,1.7999,4.5,1,0,0,0,0,-1,0,1,0|-161.8862,9.5,65.5207|1,3.6,37|0,-1.8001,14,-1,0,0,0,0,1,0,1,0|-166.1861,9.9,59.3207|0,-0.6,1,0,-1,0,0,0,1,-1,0,0|-164.6861,9.5,59.8207|-164.6861,9.5,58.3207|-1.5,0.6,0,1,0,0,0,0,-1,0,1,0|-163'
  1094. ..'.1861,11.0999,59.8207|-164.6861,8.7,59.8207|-164.6861,13.5,61.3207|0,1.8,0,1,-0.0001,0,0,0,-1,-0.0001,1,0|-166.1861,11.0999,59.8207|-163.1861,9.9,59.3207|-0.5,0.5999,-1.5,1,0,0,0,0,-1,0,1,0|-164.6861,11.1,61.3207|0.0666,0.0666,0.0666|-163.3862,9.3,53.0207|6,2.4,2|0,-0.2,0.4999,-1,0,0,0,1,0,-0.0001,-0.0001,-1|-163.5862,11,53.0207|90,-90,0|6,2.4,1|http://www.roblox.com/asset/?id=27243565|-159.8862,15.5,119.2208|0,-90,180|-166.1861,11.0999,58.3207|-163.1861,11.0999,58.3207|-1,0.5999,0,-0'
  1095. ..'.0001,1,0,0,0,-1,-1,0,0|-159.8862,9.5,123.4207|3,0.8,4|-157.3862,15,122.4207|2,1.2,3|-1,-0.6001,2,0,0,1,0,1,0,-1,0,0|2.5,1,1,-1,0,0,0,1,0,0,0,-1|-2,-0.4,0,1,0,0,0,0,1,0,-1,0|-159.8862,15,117.0207|7,-1.2001,1,-1,0,0,0,1,0,0,0,-1|0.6274,0.3725,0.2078|-159.8862,14,119.2207|3,2,1|7,1,1,1,0,-0,0,-1,0,0,0,-1|-158.3862,15,114.4207|6,2.7999,3|10,3.1,0.5,-1,0,0,0,1,0,0,0,-1|6.5,-1.6001,1,-1,0,0,0,1,0,0,0,-1|-157.8862,9.5,123.4207|1,0.8,4|0.5,-0.2001,0,-1,0,0,0,0,1,0,1,0|-159.8862,9.5,122.4207|'
  1096. ..'3,1.2,4|-159.3862,12.5,122.6207|-1.5,-0.8,-2,1,0,0,0,1,0,0,0,1|2,0.2,2,-1,0,0,0,1,0,0,0,-1|-0.5,0.2,-1.5,1,0,0,0,1,0,0,0,1|2,0.2,-1.5,1,0,0,0,1,0,0,0,1|0.5,-0.8,1.5,-1,0,0,0,1,0,0,0,-1|-0.5,0.2,2,-1,0,0,0,1,0,0,0,-1|0.5,-0.8,-2,1,0,0,0,1,0,0,0,1|4.5,0.6,0,-1,0,0,0,0,-1,0,-1,0|-158.8862,15,121.0207|5,1.6,3|2.5,0,0,0,0,1,0,1,0,-1,-0,-0|-1.5,-1,0,0,0,1,0,1,0,-1,0,0|5,1,1,-1,0,0,0,1,0,0,0,-1|4,-0.4,1,-1,0,0,0,1,0,0,0,-1|-157.3862,9.5,122.4207|2,1.2,4|-159.8862,9.5,119.2207|2,4,3|7,1,-1,0,'
  1097. ..'1,0,-1,0,0,0,0,1|-159.8862,9.5,121.0207|3,1.6,4|-159.8862,9.5,117.0207|3,2.4,4|8,1,-1,1,0,0,0,1,0,0,0,1|7,-1.2001,-1,1,0,0,0,1,0,0,0,1|-161.8862,12.1,103.0207|1,8,18|0,4,0,-1,-0,-0,0,0,1,0,1,0|6.5,-0.4,23,-1,0,0,0,0,1,0,1,0|-168.3862,15.5,47.5207|1,1.2,12|-159.8862,15,123.4207|3,0.8,3|-1.5,0,0,-0,-0,-1,0,1,0,1,0,0|-1.5,1.3999,0,0,0,1,0,1,0,-1,0,0|0,0.6,0,-1,0,0,0,0,-1,0,-1,0|1.5,-0.2001,0,1,0,0,0,0,1,0,-1,0|-168.3862,7.5,65.0207|14,0.4,36|-0.5,16.5,0.5,0,0,1,0,1,0,-1,0,0|-6.5,-1.8,-0.'
  1098. ..'5,-1,0,0,0,0,1,0,1,0|0,-0.2,-1,-1,0,0,0,0,1,0,1,0|6.5,-1.8,-0.5,-1,0,0,0,0,1,0,1,0|0,12,0.4999,-1,0,0,0,1,0,0,0,-1|-0.5,16.5,-1.5,0,0,1,0,1,0,-1,0,0|0,-1.8,17.5,-1,0,0,0,0,1,0,1,0|-168.3862,7.9,66.0207|12,0.4,36|6.2,-0.6001,3.7,0,1,0,0,0,1,1,0,0|-170.1861,11.1,59.8207|-170.1861,9.9,59.3207|-170.1861,11.1,58.3207|-1,0.6,0,-0.0001,1,0,0,0,-1,-1,0,0|-168.3862,13.1,47.5207|1,3.6,12|-0.0001,-0.6,0,-1,0,0,0,0,1,0,1,0|-168.3862,11.1,49.0207|6,1.2,2|http://www.roblox.com/asset/?id=14620017|-2'
  1099. ..'.5,0.3144,0.0251,1,-0.0001,-0.0001,0,-0.5145,0.8574,-0.0001,-0.8575,-0.5145|2.5,0.3144,0.0251,1,0,0,-0.0001,-0.5145,0.8574,0,-0.8575,-0.5145|-168.3862,9.3,49.0207|0,-0.6001,0,1,0,0,0,0,1,-0.0001,-1,0|HoverSeatV3|-168.3862,8.5999,52.0207|2,1,2|100|300|CanFly|No|HoverSeat|HoverSeatGUI|Buttons|0.5,0,0.8999,0|0.1,0,0.1,0|1,1,1|UpButton|-2,0,0,0|1,0,1,0|0.498,0.498,0.498|Up|0,0,0|DownButton|Down|HoverButton|-1,0,0,0|1,0,0.5,0|Hover|Flying System Online.|-2,0,-0.3001,0|4,0,0.3,0|0.8901,0,0|'
  1100. ..'1,0.8901,0|Ebon Hawk Systems online|AllStopButton|-1,0,0.5,0|All Stop|WarpButton|1,0,0,0|Warp|VMode|0.3,8.5001,-35.8|inf,inf,inf|0.3,8.5001,-35.8,1,0,0,0,1,0,0,0,1|0,-0.5,0,1,0,0,-0,-0,-1,0,1,0|0,0.1999,-14.0001,1,0,0,0,0,-1,0,1,0|-162.8862,9.5,116.6207|3,7.2,4|0,-3.6001,0,1,0,0,-0,-0,-1,0,1,0|5.5,-2.4,0.5,1,0,0,0,-1,0,0,0,-1|0,0,-2,-1,-0,-0,0,1,0,-0,-0,-1|0.5,-5.1001,-0.5,1,0,0,0,1,0,0,0,1|4,-1,-1.9,0,0,-1,-1,0,0,0,1,0|1.5,-0.4,0,0,0,-1,0,1,0,1,0,0|5.5,2,15,1,0,0,0,-1,0,0,0,-1|2.6,0,'
  1101. ..'1.5,0,-1,0,-1,0,0,0,0,-1|10.5,2.2,0,0,0,-1,0,1,0,1,0,0|-168.3862,9.5,47.5207|12,3.6,1|0,-1.8001,0,0,-1,0,0,0,1,-1,0,0|GunBarrel|One|-169.8862,6.8,45.5207|90,90,0|4|4D Being|-169.8862,6.8,48.5207|1,5,1|0,-2.5,0,1,0,0,-0,-0,-1,0,1,0|-0.5,0,0,0,0,1,0,-1,0,1,0,0|-167.8862,6.8,45.5207|-0.5,0,0,-0,-0,-1,0,1,0,1,0,0|0,-2.5001,0,1,0,0,0,0,1,0,-1,0|Switch|-167.8862,17.1,57.5207|1,0.4,3|5|GunSound|http://www.roblox.com/asset?id=2101148|CannonBall|FireGun|0.5,0.4,-22.5001,-1,0,0,0,0,-1,0,-1,0|-0'
  1102. ..'.5,0,0,0,0,1,0,1,0,-1,0,0|-168.8862,17.1,57.5207|-0.5,0.4,-22.5001,-1,0,0,0,0,-1,0,-1,0|-167.8862,6.8,48.5207|-168.3862,6.8,53.0207|6,2,1|1,3,1|-162.3862,12,121.7207|2,14,1|5,1,8|http://www.roblox.com/asset/?id=6644937|3|http://www.roblox.com/asset/?id=11275852|0.5,-2.3,-2,1,0,0,0,1,0,0,0,1|0,7,0,-1,-0,-0,0,0,1,0,1,0|0,-0.1001,-0.5,1,0,0,0,1,0,0,0,1|-159.8862,15,122.4207|3,1.2,3|-1.5,0.3999,0,0,0,1,0,1,0,-1,0,0|-162.8862,15,116.6207|3,7.2,3|0,3.6,0,-1,-0,-0,0,0,1,0,1,0|0,-1.8,0,1,0,0,'
  1103. ..'0,0,1,0,-1,0|5.5,3.1,0.5,1,0,0,0,-1,0,0,0,-1|5.5,-1.5,33,1,0,0,0,-1,0,0,0,-1|3,2.2,0,0,0,-1,0,1,0,1,0,0|-1.5,2.6,1,0,0,1,0,-1,0,1,0,0|2.6,0.5,1.5,0,-1,0,-1,0,0,0,0,-1|-163.8862,13.7,107.0207|3,0.8,2|4.5,-1,0,-1,0,0,0,0,1,0,1,0|0,1.9999,-2,1,0,0,0,0,-1,0,1,0|-163.8862,11.3,109.0207|3,4,6|-162.3862,12.1,129.2207|0.2,0.2,1|7|2|0,0.898,1|-162.8862,15,124.0207|3,0.4,3|0,1.8,0,-1,0,0,0,0,-1,0,-1,0|-162.8862,9.5,124.0207|3,0.4,4|-174.8862,9.5,65.5207|0,-2.4,-4.5,-1,0,0,0,0,1,0,1,0|-173.1861,'
  1104. ..'11.1,59.8207|0.4999,0.5999,0,1,0,0,0,0,-1,0,1,0|-171.6861,8.7,59.8207|-3.3,0.2,-6.2001,0,-1,0,0,0,-1,1,0,0|-173.1861,9.9,59.3207|0,-0.6005,1,0,-1,0,0,0,1,-1,0,0|-171.6861,13.5,61.3207|-171.6861,9.5,59.8207|-171.6861,11.1,61.3207|0,-0.6001,0,-1,-0.0001,0,0,0,1,0,1,0|-174.8862,13.1,51.5207|-173.1861,11.1004,58.3207|-173.3861,9.3,53.0207|-173.1861,11,53.0207|0,1.1999,0.1999,1,-0.0001,0,-0.0001,0,-1,-0.0001,1,-0.0001|-171.6861,9.5,58.3207|-168.3862,7.5,98.0207|58,0.4,30|0,0,15,1,0,0,0,1,0'
  1105. ..',0,0,1|2,-1.4,28.5,0,-1,0,0,0,1,-1,0,0|-21.5,-0.2,24,-1,0,0,0,0,1,0,1,0|17.5,-1.4,-2,-1,0,0,0,0,1,0,1,0|-11,-0.2,17,-1,0,0,0,0,1,0,1,0|-6.5,-1.8,32.4999,-1,0,0,0,0,1,0,1,0|-11.5,2.6,2,-1,0,0,0,0,-1,0,-1,0|6.5,-1.8,32.4999,-1,0,0,0,0,1,0,1,0|18,-1.4,2,1,0,0,0,0,1,0,-1,0|0,-0.2,0,-1,0,0,0,0,1,0,1,0|0,-4.2,-14.5,-1,0,0,0,0,1,0,1,0|8.5,-2.6001,2,1,0,0,0,0,1,0,-1,0|-2,-1.4,28.5,0,1,0,0,0,1,1,0,0|0,-0.2,31.9999,-1,0,0,0,0,1,0,1,0|-168.3862,7.9,98.0207|56,0.4,28|-168.8862,12.1,94.5207|1,8,13'
  1106. ..'|-0.5,-0.4,14.5,0,1,0,0,0,1,1,0,0|-168.3862,16.5,80.0207|14,0.8,66|-32.5001,0.5999,0,0,-1,0,0,0,-1,1,0,0|-174.8862,13.7,70.0207|-6.5,-0.4001,-10.0001,-1,0,0,0,0,1,0,1,0|-168.3862,15.2999,118.0207|8,3.6,10|-5.3,1.2,0.5,0,1,0,1,0,0,0,0,-1|0.2,-0.6,1.2999,1,0,0,0,0,1,0,-1,0|1,-1.0001,3.5,0,1,0,0,0,1,1,0,0|-1,-1.0001,3.5,0,-1,0,0,0,1,-1,0,0|0,0,-5,-1,-0,-0,0,1,0,-0,-0,-1|0,3.3999,0.5,-1,0,0,0,1,0,0,0,-1|0.5,2.2999,0.7999,0,0,-1,0,-1,0,-1,0,0|0.5,-0.6,2.5,-1,0,0,0,0,1,0,1,0|-168.3862,12.9,'
  1107. ..'118.8208|10,1.2,10|5.5,-3.2001,1.5,1,0,0,0,-1,0,0,0,-1|-5.5,2.2,-1.5001,-1,0,0,0,-1,0,0,0,1|0,1.7999,0.3,-1,0,0,0,0,-1,0,-1,0|0,-1.8,0.8,1,0,0,0,0,1,0,-1,0|-168.3862,10.5,118.5207|8,3.6,11|-1.5,-5.5,1,0,0,1,1,0,0,0,1,0|4,0,0,0,0,1,0,1,0,-1,-0,-0|-1.5,-5.5,-1,0,0,1,-1,0,0,0,-1,0|1.5,-3.5,-1,0,0,-1,1,0,0,0,-1,0|0,0,-5.5,-1,-0,-0,0,1,0,-0,-0,-1|0,-1.4,0.5,-1,0,0,0,1,0,0,0,-1|-174.8862,15.5,51.5207|-6.5,-0.4001,-28.5001,-1,0,0,0,0,1,0,1,0|-162.8862,15,122.0207|3,3.6,3|-167.1861,17.6,123.3'
  1108. ..'207|-167.1861,17.6,120.3207|1.2,1.8,2.2999,-1,0,0,0,0,-1,0,-1,0|-169.1861,17.6,123.3207|0,-2.5,0,1,0,0,0,0,1,0,-1,0|-0.8,1.8,5.2999,0,-1,0,0,0,-1,1,0,0|-169.1861,17.1,61.3207|-0.8,0.4,-18.7001,1,0,0,0,0,-1,0,1,0|-168.1861,17.1,61.3207|0.2,0.4,-18.7001,1,0,0,0,0,-1,0,1,0|-169.1861,17.6,120.3207|-164.8862,18.1,117.0207|4,2,1|-168.3862,18.8999,117.0207|0,0.1999,0.5,1,0,0,0,0,-1,0,1,0|-168.1861,17.6999,119.3207|6.3,2,1|-168.3862,18.4999,116.5207|-168.3862,11.9,112.5207|58,8.4,1|16.5,-1.4,'
  1109. ..'-3.1001,-1,0,0,0,0,1,0,1,0|-5.5,-3.6001,-3.1001,-1,0,0,0,0,1,0,1,0|0,4.2,0,-1,-0,-0,0,0,1,0,1,0|0,-0.4001,32.4999,-1,0,0,0,0,1,0,1,0|-14,1.3999,3.1,-1,0,0,0,0,-1,0,-1,0|-2.4,-1.4,28.5,0,-1,0,0,0,1,-1,0,0|16.5,-1.4,3.1,1,0,0,0,0,1,0,-1,0|24,-1.4,3.1,1,0,0,0,0,1,0,-1,0|17.5,-1.4,2.3999,-1,0,0,0,0,1,0,1,0|2.3999,-1.4,28.5,0,1,0,0,0,1,1,0,0|-168.8862,17.6999,115.5207|5,1.2,1|-0.5,-0.2001,-1,-1,0,0,0,0,1,0,1,0|-168.3862,18.1,114.5207|0,-1.0001,0,1,0,0,-0,-0,-1,0,1,0|0,1.8,-3.5,1,0,0,0,0,-1'
  1110. ..',0,1,0|-162.8862,9.5,122.0207|3,3.6,4|0.5,0.2999,-0.5,1,0,0,0,1,0,0,0,1|4,-1,3.5,0,0,-1,-1,0,0,0,1,0|0,3.5999,0,-1,0,0,0,0,-1,0,-1,0|0,-0.2,0,1,0,0,0,0,1,0,-1,0|1.5,1,0,0,0,-1,0,1,0,1,0,0|-1.5,-1.4,0,0,0,1,0,1,0,-1,0,0|-168.3862,15.1,107.0207|12,2,2|0,-1,0,1,0,0,-0,-0,-1,0,1,0|0,2.3999,0.5,1,0,0,0,0,-1,0,1,0|0,-0.4,27,-1,0,0,0,0,1,0,1,0|-168.3862,14.5,110.0207|12,2.4,4|-4.5,1.9999,1,1,0,0,0,0,-1,0,1,0|0,1,0|1536|-168.3862,11.3014,109.0207|0,152.3899,0|0.1054,-1.281,0|4,4,4|6|7|0,0.599'
  1111. ..'9,0,1,0,0,-0,-0,-1,0,1,0|0,-1.2,-1,-1,-0,-0,0,0,1,0,1,0|-2.6598|-168.3862,11.7,106.5207|6,4.8,1|-168.3862,8.7,109.0207|12,1.2,6|-4.5,-2.0001,0,-1,0,0,0,0,1,0,1,0|4.5,-2.0001,0,-1,0,0,0,0,1,0,1,0|0,-2.4001,2.5,-1,0,0,0,0,1,0,1,0|-172.8862,13.7,107.0207|-4.5,-1,0,-1,0,0,0,0,1,0,1,0|-172.8862,11.3,109.0207|-4.5,-1.2,-1,-1,0,0,0,0,1,0,1,0|-173.8862,9.5,116.6207|0.5,-5.1001,0.5,-1,0,0,0,1,0,0,0,-1|-5.5,2,15,-1,0,0,0,1,0,0,0,-1|-5.5,-2.4,0.5,-1,0,0,0,1,0,0,0,-1|-4,-1,-1.9,0,0,1,1,0,0,0,1,0|'
  1112. ..'-173.8862,15,116.6207|-5.5,-1.5,32.9999,-1,0,0,0,1,0,0,0,-1|-171.8862,18.1,117.0207|-173.8862,9.5,122.0207|0.5,0.2999,0.5,-1,0,0,0,1,0,0,0,-1|-174.8862,12.1,106.0207|1,8,12|-6.5,-0.4,25.9999,-1,0,0,0,0,1,0,1,0|-174.3862,12.1,129.2207|0,0.8941,1|0,7,-0.1001,-1,0,0,0,0,-1,0,-1,0|-173.8862,15,124.0208|-173.8862,9.5,124.0207|0.5,2.2999,0.5,-1,0,0,0,1,0,0,0,-1|-188.3862,12.1,60.6207|4,0.2,0,0,-1,0,0,0,-1,1,0,0|-178.8862,16.7,100.5207|-181.3862,11.9,83.5207|12,8.4,1|-13,0.1999,-14.5,1,0,0,0'
  1113. ..',0,-1,0,1,0|5,-0.2001,-14.5,-1,0,0,0,0,1,0,1,0|-176.8862,16,119.2207|1.5,2.6,1,0,0,-1,0,1,0,1,0,0|-176.8862,15,117.0207|1.5,0.3999,0,0,0,-1,0,1,0,1,0,0|-176.8862,9.5,122.4207|-0.5,-0.2001,-1,1,0,0,0,1,0,0,0,1|0,-0.4,0,1,0,0,0,0,1,0,-1,0|-174.3862,12,121.7207|-176.8862,9.5,119.2207|-173.8862,15,122.0208|0,3.6,0,-1,0,0,0,0,-1,0,-1,0|-176.8862,9.5,123.4207|-0.5,0.7999,-1,1,0,0,0,1,0,0,0,1|-176.8862,14.5,119.2207|1.5,2.6,-0.5,0,0,-1,-1,0,0,0,1,0|-176.8862,11.0999,109.5207|-176.8862,9.5,11'
  1114. ..'5.6207|3,5.2,4|8,-0.4,1,-1,0,0,0,1,0,0,0,-1|7,-2.6001,1,-1,0,0,0,1,0,0,0,-1|0,-2.6001,0,1,0,0,-0,-0,-1,0,1,0|-8.5,-2.4,0.5,1,0,0,0,-1,0,0,0,-1|-178.3862,15,124.0207|-0.5,0.4,0,1,0,0,0,0,-1,0,1,0|-182.3862,15,124.0207|0,90,90|1,0.4,0,0,-1,0,0,0,-1,1,0,0|-178.3862,9.5,124.0207|-185.8862,15,123.4207|-178.8862,15,123.4207|1.5,0.7999,1,-1,0,0,0,1,0,0,0,-1|-181.3862,15,123.4207|-176.8862,15,123.4207|-0.5,0.7999,1,-1,0,0,0,1,0,0,0,-1|0,0.5999,0,-1,0,0,0,0,-1,0,-1,0|-182.3862,9.5,124.0207|-19'
  1115. ..'2.3862,12.1,62.8207|-191.3862,12.1,57.2207|0,-1.4001,0,1,0,0,-0,-0,-1,0,1,0|1,1.9999,0,1,0,0,0,0,-1,0,1,0|-194.3862,12.1,57.2207|-2,1.9999,0,0,1,0,0,0,-1,-1,0,0|-199.3862,12.1,60.6207|-7,0.2,0,0,1,0,0,0,-1,-1,0,0|-192.3862,12.1,60.6207|0,0.2,0,1,0,0,0,0,-1,0,1,0|-186.3862,16.3,98.0207|22,0.4,30|4,1.3999,-1.3001,-1,0,0,0,0,-1,0,-1,0|-8,-1.4,-1.3001,1,0,0,0,0,1,0,-1,0|6,-1.4,-1.3001,1,0,0,0,0,1,0,-1,0|-18,4.2,-14.5,1,0,0,0,0,-1,0,1,0|-1.5,-1.4,-1.3001,1,0,0,0,0,1,0,-1,0|1.3,-1.4,10.5,0,'
  1116. ..'1,0,0,0,1,1,0,0|6,3.9999,14.5,1,0,0,0,0,-1,0,1,0|-194.3862,16.7,95.5207|-184.3862,16.7,99.5207|-188.8862,16.7,97.5207|-192.3862,12.1,83.5207|-196.8862,11.9,87.5207|-0.2,-6.5,1.5,0,1,0,1,0,0,0,0,-1|-10.5,-0.2001,-10.5,-1,0,0,0,0,1,0,1,0|-0.2,-21.5,1.5,0,1,0,1,0,0,0,0,-1|-4.5,0.1999,14.5,1,0,0,0,0,-1,0,1,0|-28.5,0.1999,-10.5,1,0,0,0,0,-1,0,1,0|0,0,-24.5,-1,-0,-0,0,1,0,-0,-0,-1|-4.5,-0.2001,-0.2,-1,0,0,0,0,1,0,1,0|-192.3862,7.9,74.0207|8,0.4,20|-24,0.1999,-24,1,0,0,0,0,-1,0,1,0|0,-4.0001'
  1117. ..',-9.5,-1,0,0,0,0,1,0,1,0|0,0.1999,1,1,0,0,0,0,-1,0,1,0|-200.3862,12.1,72.8207|-0.5,0.1999,-14.7001,0,0,1,-1,0,0,0,-1,0|0,5.8,-1,0,1,0,0,0,-1,-1,0,0|0,-5.8001,2.5,0,1,0,0,0,1,1,0,0|0,10.2,0,-1,-0,-0,0,0,1,0,1,0|0,-2.0001,-1,0,-1,0,0,0,1,-1,0,0|-187.8862,11.9,74.0207|1,8.4,20|-19.5,0.1999,-24,1,0,0,0,0,-1,0,1,0|-1.5,-0.2001,-24,-1,0,0,0,0,1,0,1,0|4.5,0.1999,1,1,0,0,0,0,-1,0,1,0|-192.3862,16.2999,73.0207|10,0.4,20|-0.5,4.1999,9.5,1,0,0,0,0,-1,0,1,0|-4.5,4.1999,-1,1,0,0,0,0,-1,0,1,0|4.5,4'
  1118. ..'.1999,-14.5,1,0,0,0,0,-1,0,1,0|-192.3862,7.5,73.0207|-191.8862,11.9,63.5207|9,8.4,1|0.5,0.1999,-9.5,1,0,0,0,0,-1,0,1,0|0.5,-0.2001,-0.2,-1,0,0,0,0,1,0,1,0|-193.8862,11.0999,100.5207|5,0.1999,0,0,1,0,0,0,-1,-1,0,0|-182.8862,9.5,115.6207|2,-0.4,1,1,0,0,0,-1,0,0,0,-1|0,2.6,0,-1,-0,-0,0,0,1,0,1,0|-14.5,2,15,-1,0,0,0,1,0,0,0,-1|1,-2.6001,1,1,0,0,0,-1,0,0,0,-1|-14.5,-2.4,0.5,-1,0,0,0,1,0,0,0,-1|-184.8862,12.5,116.0207|-2,1,-1.5,-1,0,0,0,-1,0,0,0,1|5,-0.4,-2,-1,0,0,0,-1,0,0,0,1|2.5,-1.6001,1'
  1119. ..'.5,1,0,0,0,-1,0,0,0,-1|-6.5,1.6,1.5,-1,0,0,0,1,0,0,0,-1|0,1.6,1.5,-1,0,0,0,1,0,0,0,-1|0.5,-1,1.5,-1,0,0,0,1,0,0,0,-1|7.5,1.6,1.5,-1,0,0,0,1,0,0,0,-1|-178.3862,15,114.4207|1.5,-2.2001,0,0,0,-1,0,1,0,1,0,0|-10,3.1,0.5,1,0,0,0,-1,0,0,0,-1|-179.8862,15,117.0207|4,-1.2001,-1,-1,0,0,0,-1,0,0,0,1|5,1,-1,-1,0,0,0,-1,0,0,0,1|-182.3862,15,114.4207|-185.8862,12.5,114.0207|-7.5,-0.4,1.5,-1,0,0,0,1,0,0,0,-1|3.5,0.3999,1.5,1,-0,-0,0,-1,-0,0,-0,-1|-3,1.6,2,1,0,0,0,-1,0,0,0,-1|-9,-1.6001,-2,1,0,0,0,1'
  1120. ..',0,0,0,1|6,1.6,-2,-1,-0,0,-0,-1,0,-0,-0,1|1.5,-0.4,1.5,-1,0,0,0,1,0,0,0,-1|-1,-0.4,1.5,-1,0,0,0,1,0,0,0,-1|0.5,-0.4,-2,1,0,0,0,1,0,0,0,1|6.5,-0.4,1.5,-1,0,0,0,1,0,0,0,-1|-179.8862,9.5,115.6207|4,-2.6001,1,1,0,0,0,-1,0,0,0,-1|-11.5,-2.4,0.5,1,0,0,0,-1,0,0,0,-1|-185.8862,9.5,123.4207|-181.8862,12.5,121.4207|-2.5,-1,1.5,-1,0,0,0,1,0,0,0,-1|-5,-1.0001,1.5,-1,0,0,0,1,0,0,0,-1|4.5,-0.6001,0,1,0,0,0,0,1,0,-1,0|2.5,-1,-2,1,0,0,0,1,0,0,0,1|-177.8862,9.5,121.0207|5,1.6,4|-178.8862,9.5,123.4207|'
  1121. ..'-182.8862,12.5,120.0207|-1.5,-1,-2,1,0,0,0,1,0,0,0,1|-1.5,-1,1.5,-1,0,0,0,1,0,0,0,-1|-5,-1,-2,1,0,0,0,1,0,0,0,1|-2.5,0.7999,-2,1,0,0,0,1,0,0,0,1|0.5,0.7999,-2,1,0,0,0,1,0,0,0,1|-0.8,-1,-6,0,-1,0,0,0,1,-1,0,0|-0.8,2,-6,0,-1,0,0,0,-1,1,0,0|-7.5,0,0,-0,-0,-1,0,1,0,1,0,0|3.5,-1,1.5,-1,0,0,0,1,0,0,0,-1|0.5,0.7999,1.5,-1,0,0,0,1,0,0,0,-1|5.5,0.7999,1.5,-1,0,0,0,1,0,0,0,-1|5.5,0.7999,-2,1,0,0,0,1,0,0,0,1|-184.3862,9.5,122.4207|-181.3862,9.5,123.4207|-177.8862,15,121.0207|-1.5,-1.0001,0,0,0,1'
  1122. ..',0,1,0,-1,0,0|5,1,-1,1,0,0,0,1,0,0,0,1|4,-0.4,-1,1,0,0,0,1,0,0,0,1|-1,0.9999,1,1,0,0,0,0,-1,0,1,0|-186.3862,15,121.0207|-4.5,-0.4,-1,1,0,0,0,1,0,0,0,1|-188.3862,9.5,119.2207|8,2,4|-183.3862,9.5,119.2207|2,2,4|-180.3862,15,119.2207|3.5,1,-1,1,0,0,0,1,0,0,0,1|2.5,-0.8,-1,1,0,0,0,1,0,0,0,1|-186.3862,9.5,114.4207|4,2.7999,4|-1.5,-1.6001,1,-1,0,0,0,1,0,0,0,-1|-18,-2.4,0.5,1,0,0,0,-1,0,0,0,-1|-184.3862,15,122.4207|-2.5,1,-1,1,0,0,0,1,0,0,0,1|0,-0.4,1.5,0,-1,0,0,0,1,-1,0,0|-181.3862,12.5,123'
  1123. ..'.0207|-2,0.6,1.5,-1,0,0,0,1,0,0,0,-1|3,0.6,1.5,-1,0,0,0,1,0,0,0,-1|-2,0.6,-2,1,0,0,0,1,0,0,0,1|3,0.6,-2,1,0,0,0,1,0,0,0,1|0,-0.4,-1.5,1,0,0,0,1,0,0,0,1|-176.8862,15,122.4208|-179.3862,9.5,122.4207|2,-0.2001,-1,1,0,0,0,1,0,0,0,1|-177.3862,12.5,122.6207|-0.5,0.1999,1.5,-1,0,0,0,1,0,0,0,-1|-179.3862,15,122.4207|2,-0.2001,1,-1,0,0,0,1,0,0,0,-1|-181.3862,15,121.0207|0.5,-0.4,-1,1,0,0,0,1,0,0,0,1|-181.3862,9.5,121.0207|2,1.6,4|0.5,-0.4,1,-1,0,0,0,1,0,0,0,-1|-185.8862,12.5,122.4207|-1.5,0,-2'
  1124. ..',1,0,0,0,1,0,0,0,1|-4,0.6,0,0,1,0,0,0,-1,-1,0,0|-181.3862,12.5,122.4207|2,0,0,0,0,1,0,1,0,-1,-0,-0|0,0,2.5,-1,0,0,0,1,0,0,0,-1|-2,0,1.5,-1,0,0,0,1,0,0,0,-1|-2,0,-2,1,0,0,0,1,0,0,0,1|3,0,-2,1,0,0,0,1,0,0,0,1|-186.3862,9.5,121.0207|8,1.6,4|-3.5,1,1,-1,0,0,0,1,0,0,0,-1|0,-0.6,3,0,-1,0,0,0,1,-1,0,0|-185.3862,15,117.0207|-182.8862,15,117.0207|0.5,-1.4001,0,1,0,0,0,0,1,0,-1,0|-183.8862,12.5,118.2207|1,2,-7,0,-1,0,0,0,-1,1,0,0|-8.5,0,0,-0,-0,-1,0,1,0,1,0,0|0,-0.8,7.5,0,-1,0,0,0,1,-1,0,0|-0.5'
  1125. ..',-1,1.5,-1,0,0,0,1,0,0,0,-1|1.5,1.2,1.5,-1,0,0,0,1,0,0,0,-1|4.5,-1,-2,1,0,0,0,1,0,0,0,1|-1,-1.2001,-1.5,-1,0,0,0,-1,0,0,0,1|1,-1,-7,0,-1,0,0,0,1,-1,0,0|-188.3862,15,119.2207|1,-0.8,3,0,0,-1,0,1,0,1,0,0|-4.5,1,-1,1,0,0,0,1,0,0,0,1|-183.3862,15,119.2207|-185.3862,9.5,117.0207|2,2.4,4|-180.3862,9.5,119.2207|4,2,4|-181.8862,9.3,109.5207|-184.8862,15,114.4207|-181.8862,10.7,109.5207|-187.3862,15,114.4207|-2.5,-1.6001,-1,1,0,0,0,1,0,0,0,1|-1,-1.3001,15,1,0,0,0,-1,0,0,0,-1|-19,3.1,0.5,1,0,0,'
  1126. ..'0,-1,0,0,0,-1|-198.8862,12.1,94.0207|-201.3862,12.1,99.8207|0,-5.2001,0,1,0,0,-0,-0,-1,0,1,0|0,-5.8,0,1,0,0,0,0,1,0,-1,0|-202.8862,12.1,88.8207|-201.3862,12.1,88.8207|-196.8862,15,114.4207|-4,0,0,0,0,1,0,1,0,-1,0,0|-28.5,3.1,0.5,0,1,0,1,0,0,0,0,-1|-189.3862,12.5,121.4207|2,-1,0,0,0,-1,0,1,0,1,0,0|-3,0.3999,1.5,-1,0,0,0,1,0,0,0,-1|-6.5,0.7999,0,0,1,0,0,0,-1,-1,0,0|-6.5,0,0,0,0,1,0,1,0,-1,0,0|-191.3862,12.5,120.0207|-195.3862,15,117.0207|-3,1.4,0,0,1,0,0,0,-1,-1,0,0|-195.3862,9.5,117.02'
  1127. ..'07|-190.3862,9.5,117.0207|8,2.4,4|-193.3862,15,119.2207|-196.5862,12.5,114.1207|0,180,-90|2,-0.3,0.2999,0,0,-1,1,0,0,0,-1,0|-1.5,-0.3,0.2999,0,0,1,-1,0,0,0,-1,0|-192.3862,15,114.4207|-192.3862,9.5,114.4207|8,2.7999,4|-24,2,15,1,0,0,0,-1,0,0,0,-1|-1,-1.6001,3,0,0,1,0,1,0,-1,0,0|-24,-2.4,0.5,1,0,0,0,-1,0,0,0,-1|-198.8862,12.1,109.0207|0,11,0,1,0,0,0,0,-1,0,1,0|-196.8862,9.5,114.4207|-189.3862,9.5,122.4207|-191.3862,9.5,121.0207|-3,0.9999,0,0,1,0,0,0,-1,-1,0,0|-191.3862,15,121.0207|-189.'
  1128. ..'3862,15,122.4207|-195.3862,12.5,116.0207|-3,1.6,1.5,-1,0,0,0,1,0,0,0,-1|-9.5,0,0,0,0,1,0,1,0,-1,0,0|-193.3862,9.5,119.2207|-3,1.2,0,0,1,0,0,0,-1,-1,0,0|-193.3862,12.5,118.2207|-190.3862,15,117.0207|-6.5,-1.2001,-1,1,0,0,0,1,0,0,0,1|1,-1.2001,3,0,0,-1,0,1,0,1,0,0|-5.5,1,-1,1,0,0,0,1,0,0,0,1|-193.8862,10.7,105.5207|-193.8862,9.3,105.5207;0,5>13>3,5>14>6,7>13>6,7>14>16,8>13>6,8>14>17,11>13>9,11>14>133,12>13>9,12>14>6,15>13>13,15>14>16,18>13>17,18>14>16,19>13>17,19>14>627,20>13>17,20>14>3'
  1129. ..'4,21>13>17,21>14>64,23>13>22,23>14>13,24>13>22,24>14>16,25>13>22,25>14>3,30>13>28,30>14>31,33>13>31,33>14>711,36>13>34,36>14>16,40>13>39,40>14>45,42>13>41,42>14>43,48>13>46,48>14>291,51>13>49,51>14>332,52>13>49,52>14>291,53>13>49,53>14>138,54>13>49,54>14>57,55>13>49,55>14>46,60>13>59,60>14>63,61>13>59,61>14>101,62>13>59,62>14>95,65>13>64,65>14>70,66>13>64,66>14>160,69>13>68,69>14>70,72>13>71,72>14>73,74>13>73,74>14>885,76>13>75,76>14>77,80>13>79,80>14>78,89>13>85,89>14>503,91>13>90,91'
  1130. ..'>14>37,92>13>90,92>14>134,93>13>90,93>14>133,97>13>95,97>14>149,98>13>95,98>14>121,99>13>95,99>14>101,100>13>95,100>14>94,102>13>101,102>14>149,103>13>101,103>14>121,104>13>101,104>14>94,108>13>107,108>14>113,109>13>107,109>14>105,110>13>107,110>14>123,111>13>107,111>14>106,115>13>113,115>14>128,116>13>113,116>14>112,117>13>113,117>14>43,120>13>119,120>14>121,122>13>121,122>14>118,124>13>123,124>14>113,125>13>123,125>14>43,126>13>123,126>14>128,127>13>123,127>14>112,129>13>128,129>14>'
  1131. ..'132,131>13>130,131>14>128,137>13>135,137>14>154,139>13>138,139>14>57,140>13>138,140>14>711,141>13>138,141>14>332,142>13>138,142>14>323,143>13>138,143>14>236,144>13>138,144>14>31,146>13>145,146>14>149,148>13>147,148>14>149,152>13>150,152>14>383,153>13>150,153>14>290,158>13>156,158>14>383,159>13>156,159>14>154,161>13>160,161>14>45,162>13>160,162>14>170,163>13>160,163>14>171,165>13>164,165>14>64,168>13>166,168>14>133,173>13>172,173>14>56,174>13>172,174>14>171,177>13>175,177>14>150,178>13'
  1132. ..'>175,178>14>383,179>13>175,179>14>308,182>13>180,182>14>150,185>13>183,185>14>305,186>13>183,186>14>200,189>13>187,189>14>308,191>13>190,191>14>180,192>13>190,192>14>290,193>13>190,193>14>374,194>13>190,194>14>150,196>13>195,196>14>154,197>13>195,197>14>135,198>13>195,198>14>323,199>13>195,199>14>290,202>13>200,202>14>308,203>13>200,203>14>187,209>13>208,209>14>406,210>13>208,210>14>357,211>13>208,211>14>293,212>13>208,212>14>206,215>13>213,215>14>293,217>13>216,217>14>248,218>13>216,'
  1133. ..'218>14>164,220>13>219,220>14>248,221>13>219,221>14>216,223>13>222,223>14>644,224>13>222,224>14>225,229>13>228,229>14>389,230>13>228,230>14>385,231>13>228,231>14>372,232>13>228,232>14>368,235>13>234,235>14>233,237>13>236,237>14>31,238>13>236,238>14>17,239>13>236,239>14>340,240>13>236,240>14>339,241>13>236,241>14>170,242>13>236,242>14>219,243>13>236,243>14>39,244>13>236,244>14>711,245>13>236,245>14>452,246>13>236,246>14>328,247>13>236,247>14>164,250>13>249,250>14>170,251>13>249,251>14>2'
  1134. ..'48,253>13>252,253>14>248,263>13>259,263>14>503,265>13>264,265>14>266,268>13>267,268>14>270,269>13>267,269>14>266,272>13>271,272>14>274,273>13>271,273>14>270,276>13>275,276>14>278,277>13>275,277>14>274,280>13>279,280>14>278,281>13>279,281>14>248,283>13>282,283>14>164,285>13>284,285>14>156,286>13>284,286>14>154,287>13>284,287>14>46,288>13>284,288>14>323,289>13>284,289>14>290,292>13>291,292>14>26,294>13>293,294>14>309,296>13>295,296>14>472,297>13>295,297>14>308,298>13>295,298>14>293,299>'
  1135. ..'13>295,299>14>309,300>13>295,300>14>577,301>13>295,301>14>346,302>13>295,302>14>475,303>13>295,303>14>352,304>13>295,304>14>458,306>13>305,306>14>200,307>13>305,307>14>295,312>13>311,312>14>323,313>13>311,313>14>290,315>13>314,315>14>323,316>13>314,316>14>290,318>13>317,318>14>374,319>13>317,319>14>290,321>13>320,321>14>374,322>13>320,322>14>290,324>13>323,324>14>154,325>13>323,325>14>339,326>13>323,326>14>291,327>13>323,327>14>448,329>13>328,329>14>711,330>13>328,330>14>323,331>13>32'
  1136. ..'8,331>14>311,333>13>332,333>14>28,334>13>332,334>14>340,335>13>332,335>14>328,336>13>332,336>14>452,337>13>332,337>14>339,338>13>332,338>14>291,341>13>340,341>14>323,342>13>340,342>14>711,344>13>343,344>14>323,345>13>343,345>14>290,348>13>347,348>14>472,350>13>349,350>14>472,351>13>349,351>14>204,353>13>352,353>14>347,354>13>352,354>14>309,355>13>352,355>14>349,356>13>352,356>14>187,359>13>357,359>14>472,360>13>357,360>14>349,361>13>357,361>14>347,362>13>357,362>14>293,363>13>357,363>'
  1137. ..'14>352,366>13>364,366>14>352,369>13>368,369>14>367,370>13>368,370>14>389,373>13>372,373>14>389,375>13>374,375>14>200,376>13>374,376>14>346,377>13>374,377>14>308,378>13>374,378>14>305,379>13>374,379>14>383,380>13>374,380>14>475,381>13>374,381>14>473,382>13>374,382>14>450,384>13>383,384>14>290,386>13>385,386>14>389,387>13>385,387>14>391,393>13>392,393>14>389,394>13>392,394>14>388,395>13>392,395>14>371,396>13>392,396>14>228,398>13>397,398>14>385,400>13>399,400>14>349,401>13>399,401>14>44'
  1138. ..'3,403>13>402,403>14>444,404>13>402,404>14>406,405>13>402,405>14>459,408>13>407,408>14>644,409>13>407,409>14>410,411>13>410,411>14>225,413>13>412,413>14>440,414>13>412,414>14>430,415>13>412,415>14>427,416>13>412,416>14>417,419>13>417,419>14>433,420>13>417,420>14>431,421>13>417,421>14>427,423>13>422,423>14>427,424>13>422,424>14>417,426>13>425,426>14>431,429>13>428,429>14>433,432>13>431,432>14>427,434>13>433,434>14>427,436>13>435,436>14>437,442>13>441,442>14>431,445>13>444,445>14>357,446'
  1139. ..'>13>444,446>14>295,447>13>444,447>14>208,449>13>448,449>14>290,451>13>450,451>14>290,453>13>452,453>14>711,454>13>452,454>14>323,456>13>455,456>14>472,457>13>455,457>14>399,460>13>459,460>14>455,461>13>459,461>14>472,462>13>459,462>14>577,463>13>459,463>14>444,464>13>459,464>14>482,465>13>459,465>14>458,466>13>459,466>14>443,467>13>459,467>14>295,469>13>468,469>14>668,470>13>468,470>14>374,471>13>468,471>14>295,474>13>473,474>14>290,477>13>476,477>14>323,478>13>476,478>14>290,480>13>4'
  1140. ..'79,480>14>644,483>13>482,483>14>668,484>13>482,484>14>577,485>13>482,485>14>406,487>13>486,487>14>566,488>13>486,488>14>410,489>13>486,489>14>494,490>13>486,490>14>596,491>13>486,491>14>568,492>13>486,492>14>542,493>13>486,493>14>533,495>13>494,495>14>427,498>13>497,498>14>496,500>13>499,500>14>497,502>13>501,502>14>481,505>13>503,505>14>255,506>13>503,506>14>81,508>13>507,508>14>503,524>13>509,524>14>494,526>13>525,526>14>711,527>13>525,527>14>570,528>13>525,528>14>661,529>13>525,529'
  1141. ..'>14>476,530>13>525,530>14>627,531>13>525,531>14>473,532>13>525,532>14>291,534>13>533,534>14>501,544>13>542,544>14>539,549>13>547,549>14>566,557>13>551,557>14>644,558>13>551,558>14>559,565>13>559,565>14>644,575>13>570,575>14>595,576>13>570,576>14>591,578>13>577,578>14>668,580>13>579,580>14>668,581>13>579,581>14>711,582>13>579,582>14>644,583>13>579,583>14>452,584>13>579,584>14>450,585>13>579,585>14>439,586>13>579,586>14>448,588>13>587,588>14>734,589>13>587,589>14>590,594>13>593,594>14>6'
  1142. ..'68,597>13>596,597>14>619,598>13>596,598>14>646,600>13>599,600>14>608,602>13>601,602>14>626,603>13>601,603>14>617,604>13>601,604>14>611,605>13>601,605>14>608,606>13>601,606>14>497,607>13>601,607>14>494,609>13>608,609>14>621,613>13>611,613>14>626,614>13>611,614>14>617,615>13>611,615>14>608,616>13>611,616>14>497,618>13>617,618>14>610,620>13>619,620>14>666,625>13>623,625>14>622,628>13>627,628>14>26,629>13>627,629>14>160,630>13>627,630>14>291,631>13>627,631>14>249,632>13>627,632>14>410,633'
  1143. ..'>13>627,633>14>923,634>13>627,634>14>596,635>13>627,635>14>969,636>13>627,636>14>641,637>13>627,637>14>711,638>13>627,638>14>809,639>13>627,639>14>1093,640>13>627,640>14>494,643>13>642,643>14>644,645>13>644,645>14>481,647>13>646,647>14>644,649>13>648,649>14>673,650>13>648,650>14>708,651>13>648,651>14>704,652>13>648,652>14>762,653>13>648,653>14>711,654>13>648,654>14>702,655>13>648,655>14>721,657>13>656,657>14>800,658>13>656,658>14>760,659>13>656,659>14>661,660>13>656,660>14>648,662>13>'
  1144. ..'661,662>14>773,663>13>661,663>14>595,664>13>661,664>14>764,665>13>661,665>14>711,667>13>666,667>14>644,678>13>676,678>14>673,679>13>676,679>14>648,684>13>682,684>14>702,685>13>682,685>14>648,693>13>687,693>14>644,700>13>694,700>14>687,701>13>694,701>14>644,707>13>706,707>14>710,712>13>711,712>14>339,713>13>711,713>14>760,714>13>711,714>14>644,715>13>711,715>14>911,716>13>711,716>14>26,717>13>711,717>14>1037,718>13>711,718>14>1081,719>13>711,719>14>291,720>13>711,720>14>1093,722>13>721'
  1145. ..',722>14>710,725>13>723,725>14>648,727>13>726,727>14>570,728>13>726,728>14>661,729>13>726,729>14>525,730>13>726,730>14>595,731>13>726,731>14>475,732>13>726,732>14>458,733>13>726,733>14>443,735>13>734,735>14>742,736>13>734,736>14>644,738>13>737,738>14>590,740>13>739,740>14>743,741>13>739,741>14>737,744>13>743,744>14>590,745>13>743,745>14>750,746>13>743,746>14>742,748>13>747,748>14>750,749>13>747,749>14>734,751>13>750,751>14>737,753>13>752,753>14>794,754>13>752,754>14>627,755>13>752,755>'
  1146. ..'14>764,756>13>752,756>14>799,757>13>752,757>14>809,758>13>752,758>14>711,759>13>752,759>14>661,761>13>760,761>14>644,765>13>764,765>14>794,767>13>766,767>14>644,770>13>768,770>14>794,772>13>771,772>14>800,774>13>773,774>14>794,775>13>773,775>14>764,778>13>776,778>14>838,781>13>780,781>14>627,782>13>780,782>14>849,784>13>783,784>14>760,786>13>785,786>14>760,787>13>785,787>14>1017,788>13>785,788>14>896,790>13>789,790>14>992,791>13>789,791>14>929,792>13>789,792>14>764,793>13>789,793>14>8'
  1147. ..'03,801>13>800,801>14>987,802>13>800,802>14>760,804>13>803,804>14>992,805>13>803,805>14>764,807>13>806,807>14>760,810>13>809,810>14>896,811>13>809,811>14>1017,812>13>809,812>14>711,814>13>813,814>14>831,815>13>813,815>14>829,816>13>813,816>14>826,819>13>817,819>14>829,821>13>820,821>14>937,822>13>820,822>14>953,823>13>820,823>14>803,827>13>826,827>14>994,828>13>826,828>14>992,830>13>829,830>14>994,832>13>831,832>14>800,833>13>831,833>14>992,834>13>831,834>14>987,837>13>835,837>14>953,8'
  1148. ..'40>13>839,840>14>847,843>13>841,843>14>847,846>13>844,846>14>838,848>13>847,848>14>838,850>13>849,850>14>911,851>13>849,851>14>905,852>13>849,852>14>1081,853>13>849,853>14>711,854>13>849,854>14>1037,855>13>849,855>14>1052,856>13>849,856>14>860,862>13>861,862>14>1045,863>13>861,863>14>849,864>13>861,864>14>1090,865>13>861,865>14>885,866>13>861,866>14>627,867>13>861,867>14>838,869>13>868,869>14>627,870>13>868,870>14>860,871>13>868,871>14>885,873>13>872,873>14>861,874>13>872,874>14>1051,'
  1149. ..'875>13>872,875>14>1049,876>13>872,876>14>844,878>13>877,878>14>627,879>13>877,879>14>849,880>13>877,880>14>885,882>13>881,882>14>886,883>13>881,883>14>877,884>13>881,884>14>861,887>13>886,887>14>885,888>13>886,888>14>838,890>13>889,890>14>1125,892>13>891,892>14>896,893>13>891,893>14>627,894>13>891,894>14>1017,895>13>891,895>14>711,897>13>896,897>14>1015,898>13>896,898>14>923,899>13>896,899>14>911,900>13>896,900>14>905,901>13>896,901>14>1037,902>13>896,902>14>1014,903>13>896,903>14>111'
  1150. ..'8,904>13>896,904>14>1081,906>13>905,906>14>760,907>13>905,907>14>711,909>13>908,909>14>1017,910>13>908,910>14>896,913>13>912,913>14>905,914>13>912,914>14>911,915>13>912,915>14>891,916>13>912,916>14>809,917>13>912,917>14>923,918>13>912,918>14>1041,919>13>912,919>14>1037,920>13>912,920>14>969,921>13>912,921>14>1081,922>13>912,922>14>1077,924>13>923,924>14>1017,925>13>923,925>14>711,928>13>926,928>14>952,930>13>929,930>14>994,931>13>929,931>14>987,932>13>929,932>14>992,933>13>929,933>14>'
  1151. ..'952,935>13>934,935>14>764,936>13>934,936>14>929,938>13>937,938>14>988,940>13>939,940>14>998,941>13>939,941>14>996,942>13>939,942>14>934,943>13>939,943>14>1034,944>13>939,944>14>964,945>13>939,945>14>806,946>13>939,946>14>799,947>13>939,947>14>1063,948>13>939,948>14>960,949>13>939,949>14>1030,950>13>939,950>14>1026,951>13>939,951>14>962,954>13>953,954>14>952,956>13>955,956>14>800,957>13>955,957>14>939,958>13>955,958>14>929,959>13>955,959>14>783,961>13>960,961>14>929,963>13>962,963>14>1'
  1152. ..'063,965>13>964,965>14>1017,967>13>966,967>14>1017,968>13>966,968>14>939,970>13>969,970>14>896,971>13>969,971>14>711,973>13>972,973>14>829,974>13>972,974>14>1004,975>13>972,975>14>1000,976>13>972,976>14>929,977>13>972,977>14>824,980>13>978,980>14>994,981>13>978,981>14>972,982>13>978,982>14>953,983>13>978,983>14>988,984>13>978,984>14>952,985>13>978,985>14>1004,986>13>978,986>14>829,989>13>988,989>14>992,990>13>988,990>14>929,991>13>988,991>14>953,993>13>992,993>14>987,995>13>994,995>14>'
  1153. ..'992,997>13>996,997>14>929,999>13>998,999>14>929,1002>13>1000,1002>14>952,1003>13>1000,1003>14>929,1005>13>1004,1005>14>1000,1006>13>1004,1006>14>994,1007>13>1004,1007>14>988,1008>13>1004,1008>14>952,1010>13>1009,1010>14>1056,1011>13>1009,1011>14>939,1012>13>1009,1012>14>929,1013>13>1009,1013>14>1095,1016>13>1015,1016>14>911,1018>13>1017,1018>14>799,1019>13>1017,1019>14>1118,1020>13>1017,1020>14>1063,1021>13>1017,1021>14>1030,1022>13>1017,1022>14>1014,1023>13>1017,1023>14>962,1024>13>1'
  1154. ..'017,1024>14>1015,1025>13>1017,1025>14>806,1027>13>1026,1027>14>1101,1028>13>1026,1028>14>1063,1029>13>1026,1029>14>1017,1032>13>1031,1032>14>1017,1033>13>1031,1033>14>896,1035>13>1034,1035>14>1017,1039>13>1038,1039>14>808,1040>13>1038,1040>14>1036,1042>13>1041,1042>14>896,1043>13>1041,1043>14>849,1044>13>1041,1044>14>711,1048>13>1046,1048>14>1051,1054>13>1052,1054>14>1081,1055>13>1052,1055>14>711,1058>13>1056,1058>14>1104,1059>13>1056,1059>14>1095,1060>13>1056,1060>14>960,1061>13>1056'
  1155. ..',1061>14>939,1062>13>1056,1062>14>929,1067>13>1065,1067>14>1081,1071>13>1070,1071>14>1017,1072>13>1070,1072>14>1118,1073>13>1070,1073>14>896,1076>13>1074,1076>14>1118,1079>13>1077,1079>14>1093,1080>13>1077,1080>14>1052,1083>13>1082,1083>14>627,1084>13>1082,1084>14>1107,1085>13>1082,1085>14>912,1086>13>1082,1086>14>896,1087>13>1082,1087>14>1093,1088>13>1082,1088>14>1068,1089>13>1082,1089>14>711,1092>13>1090,1092>14>1045,1099>13>1097,1099>14>1063,1100>13>1097,1100>14>962,1103>13>1101,11'
  1156. ..'03>14>1063,1106>13>1104,1106>14>960,1109>13>1107,1109>14>1081,1110>13>1107,1110>14>1068,1111>13>1107,1111>14>1065,1112>13>1107,1112>14>912,1113>13>1107,1113>14>896,1116>13>1114,1116>14>1118,1117>13>1114,1117>14>1070,1121>13>1120,1121>14>1017,1122>13>1120,1122>14>1118,1123>13>1120,1123>14>1074,1124>13>1120,1124>14>896,1127>13>1126,1127>14>1125;2;n;2;n;1|2:2|3:3|4:4|5:5|6:6|7:7|8:8|9:8|3:3|3:3;n;3|10:8;4|11:9|12:10;p;1|2:2|3:3|4:11|5:12|6:6|7:13|3:3|3:3;n;5|11:14|12:15;4|11:16|12:17;p;1'
  1157. ..'|2:2|3:3|4:18|5:19|6:6|7:20|9:8|15:8|3:3|3:3;n;3|10:8;4|11:21|12:22;4|11:21|12:23;p;1|2:2|3:3|4:24|5:5|6:6|7:25|8:8|9:8|3:3|3:3;n;3|10:8;4|11:26|12:27;p;1|2:2|3:3|4:28|5:29|6:6|7:30|3:3|3:3;1|2:2|3:31|4:32|6:6|7:33|16:8|3:31|3:31;n;4|11:34|12:35;5|11:36|12:37;4|11:34|12:38;5|11:36|12:39;p;1|2:2|3:3|4:40|5:5|6:6|7:41|8:8|3:3|3:3;n;4|11:42|12:43;4|11:26|12:44;4|11:45|12:46;p;1|2:2|3:31|4:47|5:5|6:6|7:48|8:8|9:8|3:31|3:31;n;3|10:8;p;1|2:2|3:49|4:50|5:51|6:6|7:52|9:8|16:8|3:49|3:49;n;3|17'
  1158. ..':53|10:8;4|11:54|12:55;p;1|2:2|3:31|4:56|5:5|6:6|7:57|8:8|9:8|3:31|3:31;n;3|10:8;4|11:58|12:59;p;1|2:2|3:3|4:60|5:5|6:6|7:61|9:8|3:3|3:3;n;3|10:8;4|11:62|12:63;p;1|2:2|3:3|4:64|5:19|6:6|7:65|9:8|15:8|3:3|3:3;n;3|10:8;p;1|2:2|3:31|4:66|6:6|7:67|3:31|3:31;n;5|11:68|12:69;p;6|2:2|18:70|4:71|5:72|6:6|7:73;n;5|11:74|12:75;p;1|2:2|18:70|4:76|5:72|6:6|7:77;1|2:2|3:3|4:78|6:6|7:79|3:3|3:3;1|2:2|3:49|4:80|6:6|7:81|19:82|3:49|3:49;1|2:2|3:31|4:83|5:5|6:6|7:84|8:8|9:8|3:31|3:31;n;3|10:8;4|11:85|'
  1159. ..'12:86;p;1|2:2|3:49|4:87|5:5|6:6|7:88|9:8|15:8|16:8|3:49|3:49;n;3|10:8;4|11:85|12:89;4|11:54|12:90;4|11:91|12:92;4|11:91|12:93;4|11:54|12:94;p;1|2:2|3:95|4:96|5:72|6:6|7:97|3:95|3:95;1|2:2|3:31|4:98|5:5|6:6|7:99|9:8|3:31|3:31;n;3|10:8;p;1|2:2|18:70|4:100|5:72|6:6|7:77;n;5|11:101|12:102;5|11:103|12:104;4|11:105|12:106;p;6|2:2|18:70|4:107|5:72|6:6|7:73;1|2:2|3:31|4:108|6:6|7:109|9:8|3:31|3:31;n;4|11:110|12:111;5|11:112|12:113;p;2;n;1|1:114|2:2|3:49|4:115|6:6|7:116|9:117|3:49|3:49;n;5|11:'
  1160. ..'112|12:118;p;1|1:119|2:2|3:49|4:120|6:6|7:121|3:49|3:49;1|1:122|2:2|3:49|4:123|6:124|7:116|9:117|3:49|3:49;n;5|11:112|12:118;p;1|1:125|2:2|3:49|4:126|6:124|7:121|3:49|3:49;n;4|11:127|12:128;p;1|1:129|2:2|3:49|4:130|6:6|7:116|9:117|3:49|3:49;n;5|11:112|12:118;p;1|1:131|2:2|3:49|4:132|6:6|7:121|3:49|3:49;1|1:133|2:2|3:49|4:134|6:124|7:116|9:117|3:49|3:49;1|1:135|2:2|3:49|4:136|6:124|7:121|3:49|3:49;n;5|11:137|12:138;p;1|1:139|2:2|3:140|4:141|5:142|6:124|7:143|9:8|20:117|3:140|3:140;n;7;'
  1161. ..'8;9|21:144|22:145;p;1|1:146|2:2|3:147|4:148|5:142|6:124|7:143|9:8|20:117|3:147|3:147;n;7;8;9|21:149|22:145;4|11:110|12:150;p;p;1|2:2|3:3|4:151|5:152|6:6|7:153|20:8|3:3|3:3;n;4|11:154|12:155;4|11:154|12:156;4|11:21|12:157;p;1|2:2|18:70|4:158|6:6|7:159|20:117;10|2:2|18:70|4:160|5:72|6:6|7:161|8:8|9:8|23:8|15:8|16:8|20:117;n;11|1:162|24:163;4|11:91|12:164;4|11:54|12:165;4|11:110|12:166;4|11:45|12:167;p;1|2:2|18:70|4:168|6:6|7:169;n;5|11:170|12:171;5|11:170|12:172;5|11:170|12:173;p;1|2:2|'
  1162. ..'18:70|4:174|6:6|7:175|20:117;6|2:2|18:70|4:176|5:72|6:6|7:177;1|2:2|18:70|4:178|6:6|7:179;n;4|11:105|12:180;5|11:170|12:181;5|11:74|12:182;5|11:170|12:183;p;1|2:2|18:70|4:184|6:6|7:159|20:117;10|2:2|18:70|4:185|5:72|6:6|7:161|8:8|9:8|23:8|15:8|16:8|20:117;n;11|1:162|24:163;4|11:54|12:165;4|11:45|12:167;4|11:26|12:186;p;6|2:2|18:70|4:187|5:72|6:6|7:177;1|2:2|18:70|4:188|6:6|7:175|20:117;n;5|11:74|12:189;p;1|2:2|18:70|4:190|6:6|7:179;n;5|11:170|12:183;p;1|2:2|18:70|4:191|6:6|7:169;n;4|1'
  1163. ..'1:170|12:192;5|11:170|12:193;5|11:170|12:172;5|11:170|12:173;p;1|2:2|18:70|4:194|6:6|7:179;n;5|11:170|12:181;p;6|2:2|18:70|4:195|5:72|6:6|7:177;n;5|11:74|12:196;p;1|2:2|18:70|4:197|6:6|7:175|20:117;1|2:2|3:3|4:198|5:12|6:6|7:199|20:8|3:3|3:3;1|2:2|3:3|4:200|5:12|6:6|7:201|9:8|20:117|3:3|3:3;1|2:2|3:31|4:202|5:5|6:6|7:203|9:8|3:31|3:31;n;3|10:8;4|11:204|12:205;p;1|2:2|3:31|4:206|5:207|6:6|7:208|9:8|20:117|3:31|3:31;n;4|11:209|12:210;4|11:58|12:211;4|11:212|12:213;4|11:212|12:214;4|11:5'
  1164. ..'8|12:215;4|11:216|12:217;p;6|2:2|18:70|4:218|5:72|6:6|7:177;n;5|11:74|12:196;p;1|2:2|18:70|4:219|6:6|7:175|20:117;n;5|11:74|12:189;p;1|2:2|18:70|4:220|6:6|7:179;1|2:2|3:49|4:221|5:5|6:6|7:222|9:8|15:8|16:8|3:49|3:49;n;3|10:8;4|11:54|12:223;4|11:224|12:225;p;1|2:2|3:49|4:226|5:5|6:6|7:227|9:8|15:8|16:8|3:49|3:49;n;3|10:8;p;1|2:2|3:31|4:228|5:5|6:6|7:229|8:8|9:8|3:31|3:31;n;3|10:8;4|11:26|12:230;4|11:231|12:232;p;1|2:2|4:233|6:6|7:234;n;5|11:112|12:235;5|11:112|12:236;5|11:112|12:237;p;'
  1165. ..'1|2:2|3:31|4:238|6:6|7:239|3:31|3:31;n;5|11:36|12:240;p;1|2:2|3:3|4:241|5:29|6:6|7:242|9:8|15:8|3:3|3:3;n;3|10:8;4|11:21|12:243;p;1|2:2|3:3|4:244|6:6|7:97|3:3|3:3;1|2:2|3:31|4:245|6:6|7:246|3:31|3:31;1|2:2|3:49|4:247|6:6|7:248|3:49|3:49;1|2:2|3:3|4:249|6:6|7:250|3:3|3:3;n;5|11:112|12:251;5|11:110|12:252;p;1|2:2|3:31|4:253|5:5|6:6|7:254|8:8|9:8|15:8|3:31|3:31;n;3|10:8;4|11:231|12:232;4|11:224|12:255;4|11:26|12:256;p;1|2:2|3:31|4:257|5:5|6:6|7:258|9:8|3:31|3:31;n;3|10:8;4|11:204|12:205;'
  1166. ..'p;1|2:2|3:31|4:259|5:5|6:6|7:260|9:8|3:31|3:31;n;3|10:8;4|11:74|12:261;4|11:204|12:205;p;1|2:2|3:31|4:262|5:5|6:6|8:8|9:8|3:31|3:31;n;3|10:8;4|11:74|12:263;p;1|2:2|3:31|4:264|5:207|6:6|7:265|20:117|3:31|3:31;n;4|11:266|12:267;4|11:212|12:268;4|11:212|12:269;4|11:212|12:270;p;1|2:2|3:31|4:271|5:207|6:6|7:272|20:117|3:31|3:31;n;4|11:212|12:273;4|11:274|12:275;4|11:212|12:276;4|11:212|12:277;p;1|2:2|3:49|4:278|5:5|6:6|7:279|9:8|15:8|16:8|3:49|3:49;n;3|10:8;4|11:54|12:280;4|11:54|12:94;p;'
  1167. ..'1|2:2|3:31|4:281|5:5|6:6|7:282|9:8|15:8|3:31|3:31;n;3|10:8;p;1|2:2|3:31|4:283|5:5|6:124|7:284|9:8|3:31|3:31;n;3|10:8;p;1|2:2|3:31|4:285|5:286|6:124|7:287|9:8|20:117|3:31|3:31;n;4|11:288|12:289;4|11:290|12:291;4|11:68|12:292;4|11:288|12:293;p;1|2:2|3:31|4:294|5:5|6:6|7:295|9:8|3:31|3:31;n;3|10:8;4|11:68|12:296;p;1|2:2|3:31|4:297|6:6|7:298|3:31|3:31;n;4|11:299|12:300;5|11:112|12:301;p;1|2:2|3:3|4:302|6:6|7:303|3:3|3:3;n;5|11:36|12:304;5|11:36|12:305;p;1|2:2|3:3|4:306|6:124|7:307|3:3|3:3'
  1168. ..';n;5|11:170|12:308;5|11:74|12:309;p;1|2:2|3:310|25:311|4:312|6:124|7:313|3:310|3:310;1|2:2|3:3|4:314|6:124|7:315|3:3|3:3;1|2:2|3:3|4:316|6:124|7:317|3:3|3:3;1|2:2|18:70|4:318|5:319|6:6|7:169;n;4|11:170|12:192;5|11:170|12:172;5|11:170|12:173;5|11:170|12:193;p;1|2:2|3:49|4:320|6:6|7:321|20:117|3:49|3:49;1|2:2|3:49|4:322|6:6|7:323|3:49|3:49;n;5|11:101|12:324;p;1|2:2|3:31|4:325|6:124|7:326|20:117|3:31|3:31;n;4|11:327|12:328;5|11:110|12:329;4|11:327|12:330;4|11:327|12:331;5|11:110|12:332;5'
  1169. ..'|11:110|12:333;5|11:110|12:334;5|11:110|12:335;4|11:327|12:336;4|11:327|12:337;5|11:110|12:338;p;1|2:2|3:31|4:339|6:6|7:340|9:8|23:8|3:31|3:31;1|2:2|4:341|6:6|7:342;n;5|11:112|12:343;5|11:110|12:305;p;1|2:2|4:344|6:6|7:345;n;5|11:110|12:346;p;2;n;1|1:146|2:2|3:147|4:347|5:142|6:124|7:143|9:8|20:117|3:147|3:147;n;8;9|21:144|22:145;7;p;1|1:139|2:2|3:140|4:348|5:142|6:124|7:143|9:8|20:117|3:140|3:140;n;8;9|21:149|22:145;7|1:146;4|11:110|12:349;p;1|1:114|2:2|3:49|4:350|6:6|7:351|8:8|9:117'
  1170. ..'|20:117|3:49|3:49;n;4|11:352|12:353;p;1|1:135|2:2|3:49|4:354|6:6|7:351|8:8|9:117|20:117|3:49|3:49;1|1:129|2:2|3:49|4:355|6:6|7:351|8:8|20:117|3:49|3:49;n;4|11:352|12:353;4|11:105|12:356;p;1|1:122|2:2|3:49|4:357|6:6|7:351|8:8|20:117|3:49|3:49;1|1:125|2:2|3:49|4:358|6:6|7:351|8:8|20:117|3:49|3:49;n;4|11:352|12:353;4|11:105|12:356;p;1|1:119|2:2|3:49|4:359|6:6|7:351|8:8|20:117|3:49|3:49;1|1:131|2:2|3:49|4:360|6:6|7:351|8:8|20:117|3:49|3:49;n;4|11:352|12:353;4|11:105|12:356;p;1|1:133|2:2|3'
  1171. ..':49|4:361|6:6|7:351|8:8|20:117|3:49|3:49;1|2:2|3:49|4:362|6:6|7:351|8:8|9:8|20:117|3:49|3:49;n;4|11:105|12:356;4|11:352|12:363;p;1|1:364|2:2|3:365|25:2|4:366|6:6|7:367|19:82|3:365|3:365;n;5|11:112|12:368;p;p;1|2:2|3:31|4:369|5:207|6:6|7:370|20:117|3:31|3:31;n;4|11:274|12:371;4|11:372|12:373;4|11:374|12:375;4|11:372|12:376;4|11:372|12:377;p;1|2:2|3:49|4:378|5:207|6:6|7:379|8:8|23:8|20:117|3:49|3:49;1|2:2|3:31|4:380|5:207|6:6|7:381|9:8|20:117|3:31|3:31;n;4|11:382|12:217;p;1|2:2|3:31|4:3'
  1172. ..'83|5:207|6:124|7:384|20:117|3:31|3:31;n;4|11:212|12:385;p;1|2:2|3:49|4:386|5:207|6:124|7:387|8:8|23:8|20:117|3:49|3:49;n;4|11:45|12:388;4|11:45|12:389;4|11:26|12:390;4|11:170|12:391;4|11:26|12:392;4|11:26|12:393;4|11:45|12:280;4|11:45|12:394;4|11:45|12:395;p;1|2:2|3:31|4:396|5:207|6:6|7:397|20:117|3:31|3:31;n;4|11:212|12:398;4|11:212|12:399;p;1|2:2|3:31|4:400|5:207|6:6|7:401|20:117|3:31|3:31;1|2:2|3:49|4:402|5:5|6:6|7:403|9:8|15:8|16:8|3:49|3:49;n;3|10:8;p;1|2:2|3:31|4:404|5:12|6:124|'
  1173. ..'7:405|20:117|3:31|3:31;n;4|11:290|12:406;4|11:290|12:407;p;1|2:2|3:31|4:408|5:152|6:124|7:405|20:117|3:31|3:31;n;4|11:212|12:409;4|11:212|12:410;p;1|2:2|3:31|4:411|5:207|6:124|7:412|20:117|3:31|3:31;n;4|11:212|12:413;4|11:212|12:414;p;1|2:2|3:31|4:415|5:207|6:124|7:416|20:117|3:31|3:31;n;4|11:212|12:417;4|11:212|12:418;p;1|2:2|3:49|4:419|5:207|6:6|7:420|8:8|23:8|20:117|3:49|3:49;n;4|11:274|12:421;4|11:26|12:422;4|11:45|12:423;4|11:26|12:424;p;1|2:2|3:31|4:425|5:152|6:124|7:426|9:8|20:'
  1174. ..'8|3:31|3:31;n;4|11:209|12:427;4|11:212|12:428;4|11:58|12:429;p;1|2:2|3:49|4:430|5:207|6:6|7:431|8:8|9:8|23:8|20:117|3:49|3:49;n;4|11:382|12:432;4|11:26|12:433;4|11:26|12:434;4|11:26|12:435;4|11:26|12:436;4|11:45|12:437;p;1|2:2|3:31|4:438|5:207|6:124|7:439|9:8|20:117|3:31|3:31;1|2:2|3:31|4:440|5:207|6:6|7:426|9:8|20:117|3:31|3:31;n;4|11:212|12:441;4|11:58|12:442;p;1|2:2|3:31|4:443|5:207|6:124|7:444|20:117|3:31|3:31;n;4|11:212|12:445;4|11:212|12:446;p;1|2:2|3:31|4:447|5:207|6:124|7:448|'
  1175. ..'20:117|3:31|3:31;1|2:2|3:49|4:449|5:286|6:124|7:450|8:8|20:117|3:49|3:49;n;4|11:26|12:451;p;1|2:2|3:31|4:452|5:286|6:6|7:453|9:8|23:8|20:117|3:31|3:31;n;4|11:68|12:454;4|11:288|12:293;p;1|2:2|3:31|4:455|5:207|6:6|7:456|8:8|20:117|3:31|3:31;n;4|11:372|12:457;4|11:372|12:458;4|11:170|12:459;4|11:216|12:375;p;1|2:2|3:49|4:460|5:5|6:124|7:461|9:8|15:8|16:8|3:49|3:49;n;3|10:8;4|11:54|12:462;4|11:54|12:463;4|11:110|12:464;4|11:91|12:465;4|11:54|12:466;p;1|2:2|3:31|4:467|5:5|6:6|7:468|9:8|15'
  1176. ..':8|3:31|3:31;n;3|10:8;4|11:68|12:296;p;6|2:2|18:70|4:469|5:470|6:124|7:73;1|2:2|18:70|4:471|5:470|6:124|7:77;n;5|11:101|12:472;4|11:105|12:106;p;1|2:2|18:70|4:473|5:319|6:124|7:175|20:117;1|2:2|18:70|4:474|5:319|6:6|7:159|20:117;n;4|11:34|12:475;p;1|2:2|3:49|4:476|5:207|6:124|7:477|8:8|23:8|20:117|3:49|3:49;n;4|11:478|12:479;4|11:26|12:480;4|11:45|12:481;4|11:26|12:482;4|11:45|12:483;4|11:45|12:484;4|11:45|12:485;4|11:26|12:486;p;1|2:2|3:31|4:487|5:207|6:6|7:488|20:117|3:31|3:31;n;4|1'
  1177. ..'1:372|12:376;p;1|2:2|18:70|4:489|5:319|6:6|7:179;n;4|11:352|12:490;5|11:170|12:183;p;6|2:2|18:70|4:491|5:470|6:6|7:177;10|2:2|18:70|4:492|5:470|6:6|7:161|8:8|9:8|23:8|15:8|16:8|20:117;n;11|1:162|24:163;p;6|2:2|18:70|4:493|5:470|6:6|7:177;1|2:2|18:70|4:494|5:495|6:6|7:179;n;4|11:105|12:180;5|11:170|12:496;5|11:170|12:181;5|11:74|12:497;p;1|2:2|18:70|4:498|5:319|6:124|7:175|20:117;n;5|11:74|12:189;p;1|2:2|3:31|4:499|5:286|6:124|7:500|9:8|23:8|20:117|3:31|3:31;n;4|11:110|12:501;4|11:110|'
  1178. ..'12:502;p;1|2:2|3:31|4:503|5:286|6:124|7:504|9:8|20:117|3:31|3:31;n;4|11:68|12:505;4|11:288|12:506;4|11:290|12:507;p;1|2:2|3:31|4:508|5:207|6:124|7:79|9:8|23:8|20:117|3:31|3:31;1|2:2|3:3|4:509|6:124|7:510|3:3|3:3;n;5|11:511|12:512;5|11:513|12:514;p;1|2:2|3:3|4:515|6:124|7:516|3:3|3:3;n;5|11:101|12:517;p;1|2:2|18:70|4:518|5:470|6:124|7:179;n;5|11:170|12:519;5|11:170|12:181;5|11:74|12:182;4|11:105|12:180;p;10|2:2|18:70|4:520|6:124|7:161|8:8|9:8|23:8|15:8|16:8|20:117;n;11|1:162|24:163;4|1'
  1179. ..'1:26|12:186;4|11:54|12:165;4|11:110|12:166;p;1|2:2|18:70|4:521|5:470|6:124|7:159|20:117;n;5|11:110|12:522;4|11:34|12:475;p;1|2:2|18:70|4:523|5:470|6:124|7:175|20:117;n;5|11:74|12:189;p;1|2:2|18:70|4:524|5:470|6:124|7:169|9:8;6|2:2|18:70|4:525|6:124|7:73;n;5|11:74|12:526;p;1|2:2|18:70|4:527|5:470|6:124|7:175|20:117;1|2:2|18:70|4:528|5:470|6:124|7:179;n;5|11:74|12:529;p;1|2:2|18:70|4:530|6:124|7:77;n;5|11:103|12:104;p;1|2:2|3:531|4:532|5:470|6:124|7:533|20:8|3:531|3:531;n;4|11:274|12:53'
  1180. ..'4;p;6|2:2|3:531|4:535|5:536|6:124|7:537|3:531|3:531;n;9|21:538;p;1|2:2|3:31|4:539|5:540|6:124|7:416|9:117|20:117|3:31|3:31;6|2:2|18:70|4:541|6:124|7:177;6|2:2|18:70|4:542|6:124|7:177;n;5|11:74|12:543;p;1|2:2|3:31|4:544|5:286|6:124|7:545|20:117|3:31|3:31;1|2:2|3:31|4:546|5:207|6:124|7:547|20:117|3:31|3:31;n;4|11:212|12:548;4|11:212|12:549;4|11:170|12:550;p;1|2:2|3:31|4:551|5:207|6:124|7:405|20:117|3:31|3:31;n;4|11:212|12:552;p;1|2:2|3:553|4:554|5:152|6:124|7:555|3:553|3:553;n;4|11:105|'
  1181. ..'12:556;p;1|2:2|3:31|4:557|5:207|6:124|7:558|9:8|20:117|3:31|3:31;n;4|11:58|12:559;4|11:212|12:560;p;1|2:2|3:31|4:561|5:286|6:124|7:562|9:8|23:8|20:117|3:31|3:31;n;4|11:68|12:505;4|11:288|12:563;p;1|2:2|3:31|4:564|5:207|6:124|7:565|20:117|3:31|3:31;1|2:2|3:31|4:566|5:286|6:124|8:8|9:8|23:8|20:117|3:31|3:31;n;4|11:26|12:567;4|11:26|12:568;4|11:45|12:569;4|11:45|12:570;4|11:45|12:571;4|11:26|12:572;4|11:26|12:573;4|11:74|12:574;p;1|2:2|3:31|4:575|5:207|6:124|7:576|20:117|3:31|3:31;n;4|11'
  1182. ..':577|12:578;4|11:212|12:579;4|11:212|12:580;p;1|2:2|3:31|4:581|5:207|6:124|7:582|20:117|3:31|3:31;1|2:2|3:31|4:583|5:540|6:124|7:584|20:117|3:31|3:31;n;4|11:21|12:585;p;1|2:2|3:31|4:586|5:207|6:124|7:587|20:117|3:31|3:31;1|2:2|3:31|4:588|5:207|6:124|7:589|20:117|3:31|3:31;n;4|11:372|12:590;4|11:372|12:591;p;1|2:2|3:49|4:592|6:124|7:593|3:49|3:49;n;5|11:594|12:595;p;1|2:2|3:31|4:596|5:72|6:124|7:597|3:31|3:31;1|2:2|3:31|4:598|5:286|6:124|7:599|9:8|20:117|3:31|3:31;n;4|11:600|12:601;4|1'
  1183. ..'1:68|12:602;4|11:288|12:603;p;1|2:2|3:31|4:604|6:124|7:605|9:8|3:31|3:31;n;4|11:110|12:606;5|11:112|12:607;5|11:112|12:608;5|11:112|12:609;4|11:110|12:610;4|11:110|12:611;5|11:112|12:612;p;1|2:2|4:613|6:124|7:614|20:117;n;4|11:112|12:615;p;1|2:2|18:70|4:616|5:470|6:124|7:175|20:117;1|2:2|18:70|4:617|5:470|6:124|7:179;n;5|11:170|12:181;p;6|2:2|18:70|4:618|6:124|7:177;n;5|11:74|12:619;p;1|2:2|3:310|25:311|4:620|5:72|6:124|7:621|3:310|3:310;n;5|11:101|12:622;p;6|2:2|3:531|4:623|5:319|6:1'
  1184. ..'24|7:624|3:531|3:531;n;9|21:625;4|11:170|12:626;4|11:170|12:627;p;1|2:2|3:531|4:628|6:124|7:533|3:531|3:531;n;5|11:274|12:629;p;12|1:630|2:2|3:147|4:631|6:124|7:632|8:8|9:8|20:117|3:147|26:633|3:147|27:634;n;13|1:635|28:636;7|1:637;7|1:638;n;14|1:637;n;15|1:639|4:640|7:641|29:642|30:2|31:82|32:8;n;16|1:643|4:644|7:645|29:646|32:8|33:647|34:648;16|1:649|7:645|29:646|32:8|33:650|34:648;16|1:651|4:652|7:653|29:642|32:8|33:654|34:648;17|1:655|4:656|7:657|29:658|35:659|32:8|33:660|34:659;1'
  1185. ..'6|1:661|4:662|7:653|29:646|32:8|33:663|34:648;16|1:664|4:665|7:645|29:658|32:8|33:666|34:648;p;p;p;13|1:667|28:654;18|4:668|36:669;19|37:669|38:670;4|11:671|12:672;p;1|2:2|3:31|4:673|5:286|6:124|7:674|9:8|16:8|20:117|3:31|3:31;n;4|11:675|12:676;4|11:677|12:678;4|11:600|12:679;4|11:204|12:680;4|11:675|12:681;4|11:204|12:682;4|11:204|12:683;p;1|2:2|3:31|4:684|6:124|7:685|3:31|3:31;n;5|11:101|12:686;p;2;n;2;n;2;n;2|1:687;n;1|1:688|2:2|3:31|4:689|5:690|6:124|7:642|9:117|23:8|15:8|20:117|3'
  1186. ..':31|3:31;n;3|10:691;p;20|1:692;p;1|2:2|3:531|4:693|5:5|6:124|7:694|9:8|15:8|20:8|3:531|3:531;n;21;4|11:695|12:696;p;20|1:692;p;2|1:687;n;1|1:688|2:2|3:31|4:697|5:690|6:124|7:642|9:117|23:8|15:8|20:117|3:31|3:31;n;3|10:691;4|11:698|12:699;p;20|1:692;p;1|1:700|2:2|3:140|4:701|5:319|6:124|7:702|8:8|9:8|23:703|15:703|16:703|20:117|3:140|3:140;n;22|1:704|39:705|40:2;8|41:633;23;7|1:706;7|1:707;4|11:110|12:708;5|11:34|12:709;p;1|1:700|2:2|3:140|4:710|5:319|6:124|7:702|8:8|9:8|23:703|15:703|'
  1187. ..'16:703|20:117|3:140|3:140;n;22|1:704|39:705|40:2;8|41:633;23;7|1:706;7|1:707;4|11:110|12:711;p;1|2:2|3:531|4:712|5:5|6:124|7:694|9:8|15:8|20:8|3:531|3:531;n;21;p;p;p;1|2:2|3:31|4:713|5:207|6:124|7:714|9:8|3:31|3:31;n;3|17:715|10:8;p;1|2:2|3:31|4:716|5:207|6:124|7:717|23:8|20:8|3:31|3:31;n;3|17:718;9|21:719|22:720;9|21:719|22:8;9|21:721|22:145;4|11:105|12:722;4|11:723|12:724;p;1|2:2|3:31|4:725|5:207|6:124|7:726|20:117|3:31|3:31;n;4|11:204|12:727;p;1|2:2|3:3|4:728|5:286|6:124|7:729|9:8|'
  1188. ..'16:8|20:117|3:3|3:3;n;4|11:730|12:731;4|11:675|12:732;4|11:675|12:733;4|11:204|12:734;4|11:204|12:735;4|11:204|12:736;4|11:204|12:680;p;1|2:2|3:49|4:737|6:124|7:738|3:49|3:49;n;5|11:288|12:739;5|11:68|12:740;p;1|2:2|3:49|4:741|6:124|7:742|3:49|3:49;1|2:2|3:140|25:2|4:743|6:124|7:175|3:140|3:140;n;24|3:744|7:745|42:746|43:747|3:744|3:744;p;1|2:2|3:3|4:748|5:286|6:124|7:749|9:8|20:117|3:3|3:3;n;4|11:110|12:750;p;1|2:2|3:31|4:751|5:286|6:124|7:752|9:8|20:117|3:31|3:31;1|2:2|3:3|4:753|6:1'
  1189. ..'24|7:516|3:3|3:3;n;5|11:101|12:517;5|11:101|12:754;p;1|2:2|18:70|4:755|5:470|6:124|7:175|20:117;n;5|11:74|12:756;p;1|2:2|18:70|4:757|5:470|6:124|7:169|9:8;n;5|11:170|12:173;5|11:170|12:193;4|11:170|12:192;5|11:170|12:171;5|11:170|12:172;4|11:74|12:758;p;1|2:2|18:70|4:759|5:470|6:124|7:179;n;5|11:170|12:760;p;6|2:2|18:70|4:761|6:124|7:73;10|2:2|18:70|4:762|6:124|7:161|8:8|9:8|23:8|15:8|16:8|20:117;n;11|1:162|24:163;4|11:45|12:167;4|11:26|12:186;4|11:91|12:164;4|11:54|12:165;p;1|2:2|18:'
  1190. ..'70|4:763|6:124|7:77;n;5|11:101|12:764;p;1|2:2|3:310|25:311|4:765|6:124|7:313|3:310|3:310;n;5|11:101|12:324;p;6|2:2|18:70|4:766|6:124|7:177;1|2:2|3:531|4:767|5:72|6:124|7:533|20:8|3:531|3:531;6|2:2|3:531|4:768|5:690|6:124|7:537|3:531|3:531;n;9|21:538;4|11:352|12:769;p;1|2:2|18:70|4:770|5:470|6:124|7:159|20:117;1|2:2|3:31|4:771|6:124|7:772|9:117|3:31|3:31;n;4|11:773|12:774;5|11:112|12:775;4|11:773|12:776;5|11:112|12:777;5|11:112|12:778;4|11:773|12:779;5|11:112|12:780;4|11:773|12:781;5|1'
  1191. ..'1:112|12:782;5|11:112|12:783;4|11:773|12:784;4|11:773|12:785;5|11:112|12:786;p;1|2:2|4:787|6:124|7:788|20:117;1|2:2|3:49|4:789|5:72|6:124|7:790|3:49|3:49;n;5|11:594|12:791;p;1|2:2|3:3|4:792|6:124|7:793|20:117|3:3|3:3;n;5|11:68|12:794;p;1|2:2|3:3|4:795|6:124|7:510|3:3|3:3;n;5|11:511|12:796;p;1|2:2|3:3|4:797|6:124|7:798|20:8|3:3|3:3;n;4|11:101|12:799;4|11:101|12:800;4|11:101|12:801;4|11:101|12:802;4|11:803|12:804;4|11:101|12:805;4|11:101|12:806;p;1|2:2|3:31|4:807|5:319|6:124|7:808|3:31|'
  1192. ..'3:31;n;4|11:170|12:809;4|11:170|12:810;4|11:74|12:811;5|11:170|12:812;p;1|2:2|3:31|4:813|6:124|7:814|9:117|15:8|16:8|20:8|3:31|3:31;n;4|11:216|12:815;4|11:816|12:817;4|11:216|12:818;4|11:819|12:820;p;1|2:2|3:31|4:821|6:124|7:307|3:31|3:31;n;5|11:170|12:822;p;1|2:2|3:3|4:823|5:207|6:124|7:824|9:8|15:8|20:117|3:3|3:3;2;n;2;n;2;n;2|1:687;n;1|1:688|2:2|3:31|4:825|5:536|6:124|7:642|9:117|15:8|20:117|3:31|3:31;n;3|10:691;p;20|1:692;p;1|2:2|3:3|4:826|5:29|6:124|7:694|9:8|15:8|20:8|3:3|3:3;n;'
  1193. ..'21;4|11:695|12:696;4|11:34|12:827;p;20|1:692;p;2|1:687;n;1|1:688|2:2|3:31|4:828|5:536|6:124|7:642|9:117|15:8|20:117|3:31|3:31;n;3|10:691;4|11:698|12:829;4|11:352|12:830;p;20|1:692;p;1|1:700|2:2|3:140|4:831|6:124|7:702|8:8|9:8|23:703|15:703|16:703|20:117|3:140|3:140;n;22|1:704|39:705|40:2;8|41:633;23;7|1:706;7|1:707;4|11:110|12:832;p;1|1:700|2:2|3:140|4:833|6:124|7:702|8:8|9:8|23:703|15:703|16:703|20:117|3:140|3:140;n;22|1:704|39:705|40:2;8|41:633;23;7|1:706;7|1:707;5|11:698|12:167;4|1'
  1194. ..'1:110|12:834;p;1|2:2|3:3|4:835|5:29|6:124|7:694|9:8|15:8|20:8|3:3|3:3;n;21;p;p;p;1|2:2|3:3|4:836|5:470|6:124|7:837|9:8|3:3|3:3;n;3|10:8;p;1|2:2|3:3|4:838|6:124|7:500|3:3|3:3;n;5|11:110|12:839;p;1|2:2|3:3|4:840|5:319|6:124|7:177|9:8|3:3|3:3;n;3|17:841|10:8;p;1|2:2|3:365|4:842|6:124|7:79|3:365|3:365;1|2:2|3:31|4:843|6:124|7:844|8:8|3:31|3:31;n;4|11:352|12:845;4|11:352|12:846;5|11:847|12:848;4|11:352|12:849;4|11:352|12:850;4|11:352|12:851;4|11:352|12:852;4|11:352|12:853;4|11:352|12:854;p'
  1195. ..';1|2:2|3:3|4:855|6:124|7:856|3:3|3:3;n;5|11:170|12:857;p;1|2:2|3:3|4:858|6:124|7:714|9:8|3:3|3:3;n;3|10:8;4|11:859|12:860;p;1|2:2|3:31|4:861|5:207|6:124|7:862|9:8|15:8|20:117|3:31|3:31;n;4|11:372|12:863;4|11:204|12:864;4|11:103|12:865;4|11:101|12:866;4|11:600|12:867;4|11:600|12:680;4|11:600|12:868;p;1|2:2|3:49|4:869|6:124|7:870|3:49|3:49;n;5|11:871|12:872;5|11:266|12:873;p;1|2:2|3:49|4:874|6:124|7:875|3:49|3:49;n;5|11:85|12:876;p;1|2:2|3:877|44:878|4:879|5:880|6:881|7:882|45:117|9:883'
  1196. ..'|20:884|3:877|3:877;n;25|11:21|12:885;26|11:154|12:886|24:887;p;1|2:2|3:310|25:311|4:888|6:124|7:889|3:310|3:310;1|2:2|3:49|4:890|6:124|7:891|3:49|3:49;n;5|11:170|12:892;5|11:170|12:893;5|11:170|12:894;p;1|2:2|3:49|4:895|6:124|7:738|3:49|3:49;n;5|11:68|12:740;5|11:288|12:896;p;1|2:2|3:49|4:897|6:124|7:742|3:49|3:49;n;5|11:154|12:898;p;1|2:2|3:31|4:899|5:207|6:124|7:674|8:8|9:8|16:8|20:117|3:31|3:31;n;4|11:372|12:900;4|11:675|12:901;4|11:730|12:731;4|11:204|12:682;4|11:204|12:867;4|11:'
  1197. ..'675|12:902;4|11:600|12:903;p;1|2:2|3:3|4:904|5:207|6:124|7:729|9:8|23:8|16:8|20:117|3:3|3:3;n;4|11:675|12:905;p;1|2:2|3:3|4:906|5:72|6:124|7:837|9:8|3:3|3:3;n;3|10:8;p;1|2:2|3:31|4:907|5:286|6:124|7:862|9:8|23:8|15:8|20:117|3:31|3:31;n;4|11:677|12:908;p;1|2:2|3:49|4:909|6:124|7:910|3:49|3:49;n;5|11:594|12:911;p;1|2:2|3:31|25:2|4:912|6:124|7:175|3:31|3:31;n;24|3:744|7:745|42:746|43:913|3:744|3:744;4|11:105|12:914;p;1|2:2|3:3|4:915|5:207|6:124|7:749|9:8|23:8|20:117|3:3|3:3;n;4|11:110|12'
  1198. ..':750;p;1|2:2|3:31|4:916|5:207|6:124|7:752|8:8|9:8|20:117|3:31|3:31;n;4|11:372|12:917;4|11:110|12:750;p;1|2:2|3:3|4:918|5:19|6:124|7:242|9:8|15:8|3:3|3:3;n;3|10:8;4|11:21|12:919;p;1|2:2|3:3|4:920|6:124|7:317|3:3|3:3;1|2:2|3:31|4:921|6:124|7:922|3:31|3:31;n;5|11:36|12:923;5|11:847|12:924;p;1|2:2|3:31|4:925|5:286|6:124|7:555|3:31|3:31;n;4|11:204|12:926;p;1|2:2|3:31|4:927|5:286|6:124|7:405|8:8|20:117|3:31|3:31;n;4|11:204|12:928;4|11:290|12:591;4|11:290|12:590;p;1|2:2|3:31|4:929|5:286|6:12'
  1199. ..'4|7:565|23:8|20:117|3:31|3:31;n;4|11:677|12:930;4|11:677|12:579;4|11:204|12:727;4|11:170|12:931;p;1|2:2|3:31|4:932|5:286|6:124|7:717|8:8|20:8|3:31|3:31;n;3|17:718;9|21:719|22:720;9|21:719;9|21:721|22:145;p;1|2:2|3:31|4:933|5:72|6:124|7:584|9:117|20:8|3:31|3:31;1|2:2|3:3|4:934|5:286|6:124|7:824|8:8|9:8|15:8|20:117|3:3|3:3;n;4|11:600|12:680;4|11:103|12:935;p;1|2:2|3:3|4:936|5:207|6:124|7:545|8:8|9:8|20:117|3:3|3:3;n;4|11:372|12:937;4|11:600|12:601;p;1|2:2|3:553|4:938|5:72|6:124|7:416|9:'
  1200. ..'8|20:117|3:553|3:553;n;4|11:290|12:939;p;1|2:2|3:95|4:940|5:72|6:124|7:97|3:95|3:95;1|2:2|3:31|4:941|5:286|6:124|7:942|9:8|23:8|20:117|3:31|3:31;n;4|11:677|12:943;4|11:677|12:944;4|11:945|12:946;p;1|2:2|3:31|4:947|5:207|6:124|7:79|9:8|23:8|20:117|3:31|3:31;n;4|11:110|12:502;4|11:110|12:501;4|11:110|12:948;p;1|2:2|3:31|4:949|5:950|6:124|7:284|9:8|15:8|3:31|3:31;n;3|10:8;4|11:110|12:951;p;1|2:2|3:31|4:952|5:207|6:124|7:500|8:8|9:8|20:117|3:31|3:31;n;4|11:110|12:948;4|11:110|12:501;4|11:'
  1201. ..'110|12:502;p;1|2:2|3:31|4:953|5:950|6:124|7:295|9:8|15:8|3:31|3:31;n;3|10:8;p;1|2:2|3:31|4:954|5:207|6:124|7:504|9:8|23:8|20:117|3:31|3:31;n;4|11:68|12:505;4|11:212|12:955;p;1|2:2|3:31|4:956|5:207|6:124|7:287|9:8|23:8|20:117|3:31|3:31;n;4|11:68|12:454;p;1|2:2|3:31|4:957|5:207|6:124|7:599|9:8|23:8|20:117|3:31|3:31;n;4|11:600|12:601;4|11:212|12:958;4|11:68|12:959;p;1|2:2|3:31|4:960|5:950|6:124|7:282|9:8|3:31|3:31;n;3|10:8;4|11:110|12:951;p;1|2:2|3:3|4:961|5:152|6:124|7:199|20:8|3:3|3:3;'
  1202. ..'1|2:2|3:3|4:962|5:152|6:124|7:201|20:117|3:3|3:3;n;4|11:963|12:964;p;1|2:2|3:3|4:965|5:29|6:124|7:65|9:8|15:8|3:3|3:3;n;3|10:8;4|11:963|12:966;p;1|2:2|3:3|4:967|5:29|6:124|7:20|9:8|15:8|3:3|3:3;n;3|10:8;4|11:21|12:968;p;1|2:2|3:3|4:969|5:152|6:124|7:153|9:8|20:8|3:3|3:3;n;4|11:21|12:970;p;1|2:2|3:3|4:971|6:124|7:972|20:117|3:3|3:3;n;4|11:773|12:973;4|11:773|12:974;4|11:773|12:975;5|11:110|12:976;4|11:773|12:977;4|11:773|12:978;5|11:110|12:979;p;1|2:2|3:3|4:980|6:124|7:79|3:3|3:3;1|2:2'
  1203. ..'|3:3|4:981|6:124|7:315|3:3|3:3;1|2:2|3:3|4:982|6:124|7:97|3:3|3:3;1|2:2|3:31|4:983|6:124|7:246|3:31|3:31;1|2:2|3:31|4:984|6:124|7:33|23:8|15:8|3:31|3:31;n;4|11:698|12:985;5|11:847|12:986;4|11:698|12:987;5|11:36|12:988;5|11:36|12:989;4|11:990|12:991;p;1|2:2|4:992|6:124|7:993;n;5|11:110|12:994;5|11:112|12:995;5|11:110|12:996;p;1|2:2|3:3|4:997|5:152|6:124|7:13|20:8|3:3|3:3;n;4|11:16|12:998;5|11:14|12:999;4|11:14|12:1000;4|11:1001|12:1002;p;1|2:2|3:31|4:1003|6:124|7:1004|3:31|3:31;n;5|11:'
  1204. ..'36|12:1005;5|11:847|12:1006;5|11:36|12:1007;p;1|2:2|3:31|4:1008|6:124|7:1009|20:117|3:31|3:31;n;5|11:110|12:1010;5|11:110|12:1011;5|11:110|12:1012;p;1|2:2|3:31|4:1013|6:124|7:1009|9:8|3:31|3:31;1|2:2|3:31|4:1014|6:124|7:1015|23:8|3:31|3:31;n;5|11:36|12:1016;4|11:105|12:1017;p;1|2:2|3:95|4:1018|5:319|6:124|7:97|3:95|3:95;n;5|11:110|12:1019;p;1|2:2|3:31|4:1020|5:152|6:124|7:942|8:8|20:8|3:31|3:31;n;4|11:372|12:1021;4|11:1022|12:1023;4|11:372|12:1024;4|11:1022|12:1025;p;1|2:2|3:49|4:1026'
  1205. ..'|5:286|6:124|7:420|8:8|23:8|20:117|3:49|3:49;n;4|11:45|12:1027;4|11:26|12:1028;4|11:45|12:1029;4|11:45|12:1030;4|11:45|12:1031;4|11:45|12:1032;4|11:274|12:421;4|11:45|12:1033;p;1|2:2|3:31|4:1034|5:286|6:124|7:558|8:8|9:8|20:117|3:31|3:31;n;4|11:16|12:1035;4|11:58|12:1036;p;1|2:2|3:31|4:1037|5:12|6:124|7:405|8:8|20:117|3:31|3:31;n;4|11:290|12:1038;4|11:290|12:1039;p;1|2:2|3:31|4:1040|5:12|6:124|7:426|8:8|9:8|20:8|3:31|3:31;1|2:2|3:49|4:1041|5:286|6:124|7:431|8:8|9:8|23:8|20:117|3:49|3:'
  1206. ..'49;n;4|11:45|12:1042;4|11:45|12:1043;4|11:26|12:1044;4|11:26|12:1045;4|11:26|12:1046;4|11:45|12:1047;4|11:45|12:1048;4|11:26|12:1049;4|11:45|12:1050;4|11:382|12:432;p;1|2:2|3:31|4:1051|5:12|6:124|7:942|23:8|20:8|3:31|3:31;n;4|11:677|12:1052;4|11:1022|12:1053;p;1|2:2|3:31|4:1054|5:950|6:124|7:468|9:8|16:8|3:31|3:31;n;3|10:8;4|11:68|12:296;p;1|2:2|3:49|4:1055|5:286|6:124|7:387|8:8|23:8|20:117|3:49|3:49;n;4|11:45|12:1056;4|11:45|12:1057;4|11:170|12:1058;4|11:26|12:1059;p;1|2:2|3:31|4:106'
  1207. ..'0|5:286|6:124|7:1061|23:8|20:117|3:31|3:31;n;4|11:577|12:578;4|11:677|12:580;p;1|2:2|3:31|4:1062|5:207|6:124|7:562|9:8|20:117|3:31|3:31;n;4|11:68|12:505;p;1|2:2|3:49|4:1063|5:286|6:124|7:477|8:8|23:8|20:117|3:49|3:49;n;4|11:26|12:1064;4|11:45|12:1065;4|11:26|12:1066;4|11:26|12:1067;4|11:26|12:1068;4|11:45|12:1069;4|11:26|12:1070;4|11:1071|12:375;4|11:45|12:1072;4|11:45|12:1073;4|11:45|12:1074;4|11:26|12:1075;p;1|2:2|3:31|4:1076|5:286|6:124|7:456|23:8|20:117|3:31|3:31;1|2:2|3:31|4:1077'
  1208. ..'|5:207|6:124|7:453|8:8|9:8|20:117|3:31|3:31;n;4|11:68|12:292;p;1|2:2|3:31|4:1078|5:286|6:124|7:576|8:8|20:117|3:31|3:31;n;4|11:577|12:1079;4|11:290|12:1080;4|11:290|12:1081;5|11:224|12:1082;p;1|2:2|3:31|4:1083|5:286|6:124|7:397|8:8|20:117|3:31|3:31;n;4|11:290|12:1084;p;1|2:2|3:31|4:1085|5:286|6:124|7:1086|23:8|20:117|3:31|3:31;n;4|11:677|12:270;p;1|2:2|3:31|4:1087|5:286|6:124|7:1088|23:8|20:117|3:31|3:31;n;4|11:677|12:418;p;1|2:2|3:31|4:1089|5:286|6:124|7:412|8:8|20:117|3:31|3:31;n;4|'
  1209. ..'11:290|12:1090;4|11:290|12:1091;p;1|2:2|3:31|4:1092|5:286|6:124|7:1093|9:8|23:8|20:117|3:31|3:31;n;4|11:677|12:1094;4|11:58|12:1095;p;1|2:2|3:31|4:1096|5:286|6:124|7:384|8:8|20:117|3:31|3:31;n;4|11:170|12:459;4|11:290|12:457;4|11:290|12:458;4|11:290|12:1097;4|11:170|12:1098;p;1|2:2|3:49|4:1099|5:950|6:124|7:461|9:8|16:8|3:49|3:49;n;3|10:8;4|11:54|12:1100;4|11:54|12:1101;4|11:91|12:437;4|11:91|12:1102;4|11:91|12:1103;4|11:110|12:464;4|11:54|12:1104;p;1|2:2|3:31|4:1105|5:286|6:124|7:726'
  1210. ..'|8:8|20:117|3:31|3:31;1|2:2|3:31|4:1106|5:286|6:124|7:582|23:8|20:117|3:31|3:31;n;4|11:677|12:1107;4|11:677|12:549;4|11:170|12:550;p;1|2:2|3:3|4:1108|5:207|6:124|8:8|9:8|20:117|3:3|3:3;n;4|11:26|12:1109;p;1|2:2|3:31|4:1110|5:286|6:124|7:547|8:8|20:117|3:31|3:31;n;4|11:290|12:1111;p;1|2:2|3:31|4:1112|5:286|6:124|7:448|8:8|20:117|3:31|3:31;n;4|11:290|12:1113;p;1|2:2|3:31|4:1114|5:286|6:124|7:1115|23:8|20:117|3:31|3:31;n;4|11:677|12:1116;p;1|2:2|3:49|4:1117|5:950|6:124|7:403|8:8|9:8|16:8'
  1211. ..'|3:49|3:49;n;3|10:8;4|11:91|12:1118;4|11:68|12:1119;p;1|2:2|3:49|4:1120|5:207|6:124|7:450|8:8|20:117|3:49|3:49;n;4|11:1121|12:1122;4|11:26|12:1123;4|11:45|12:1124;4|11:45|12:1125;p;1|2:2|3:31|4:1126|5:286|6:124|7:1127|23:8|20:117|3:31|3:31;n;4|11:677|12:398;4|11:677|12:1128;4|11:677|12:399;4|11:478|12:1129;p;1|2:2|3:31|4:1130|5:286|6:124|7:444|8:8|20:117|3:31|3:31;1|2:2|3:31|4:1131|5:152|6:124|7:405|23:8|20:117|3:31|3:31;n;4|11:274|12:1132;p;1|2:2|3:49|4:1133|5:286|6:124|7:379|8:8|23:'
  1212. ..'8|20:117|3:49|3:49;n;4|11:26|12:1134;4|11:1135|12:375;4|11:266|12:1136;4|11:45|12:1137;4|11:45|12:1138;4|11:26|12:1139;4|11:45|12:1140;4|11:45|12:1141;p;1|2:2|3:31|4:1142|5:286|6:124|7:265|8:8|20:117|3:31|3:31;n;4|11:266|12:267;4|11:290|12:1143;4|11:290|12:1144;p;1|2:2|3:31|4:1145|5:286|6:124|7:416|8:8|20:117|3:31|3:31;1|2:2|3:31|4:1146|5:286|6:124|7:1147|23:8|20:117|3:31|3:31;n;4|11:677|12:446;4|11:677|12:445;p;1|2:2|3:31|4:1148|5:286|6:124|7:1149|23:8|20:117|3:31|3:31;n;4|11:677|12:'
  1213. ..'414;p;1|2:2|3:49|4:1150|6:124|7:248|3:49|3:49;1|2:2|3:31|4:1151|5:286|6:124|7:439|8:8|9:8|20:117|3:31|3:31;1|2:2|3:3|4:1152|6:124|7:250|3:3|3:3;n;5|11:112|12:251;5|11:110|12:252;p;1|2:2|3:31|4:1153|5:286|6:124|7:426|8:8|9:8|20:117|3:31|3:31;n;4|11:290|12:1154;4|11:58|12:1155;4|11:58|12:1156;p;1|2:2|3:3|4:1157|5:950|6:124|7:30|3:3|3:3;1|2:2|3:3|4:1158|5:950|6:124|7:25|9:8|3:3|3:3;n;3|10:8;4|11:1159|12:1160;p;1|2:2|3:3|4:1161|5:950|6:124|7:7|9:8|3:3|3:3;n;3|10:8;p;1|2:2|3:3|4:1162|5:19|'
  1214. ..'6:124|7:41|3:3|3:3;1|2:2|3:31|4:1163|5:950|6:124|7:57|8:8|9:8|15:8|3:31|3:31;n;3|10:8;4|11:352|12:1164;4|11:58|12:1165;p;1|2:2|3:49|4:1166|5:950|6:124|7:279|8:8|9:8|16:8|3:49|3:49;n;3|10:8;4|11:54|12:578;4|11:91|12:1167;4|11:54|12:1168;4|11:74|12:1169;4|11:26|12:1170;p;1|2:2|3:49|4:1171|5:950|6:124|7:222|8:8|9:8|16:8|3:49|3:49;n;3|10:8;p;1|2:2|3:31|4:1172|5:950|6:124|7:99|9:8|15:8|3:31|3:31;n;3|10:8;4|11:85|12:1173;p;1|2:2|3:31|4:1174|5:950|6:124|7:84|9:8|16:8|3:31|3:31;n;3|10:8;p;1|2'
  1215. ..':2|3:31|4:1175|5:286|6:124|7:1176|23:8|20:117|3:31|3:31;n;4|11:677|12:277;4|11:677|12:273;4|11:677|12:276;p;1|2:2|3:31|4:1177|5:950|6:124|7:203|9:8|15:8|3:31|3:31;n;3|10:8;4|11:600|12:232;p;1|2:2|3:49|4:1178|5:1179|6:124|7:52|9:8|15:8|3:49|3:49;n;3|17:53|10:8;4|11:54|12:1180;4|11:91|12:1181;p;1|2:2|3:31|4:1182|5:286|6:124|7:208|8:8|9:8|20:117|3:31|3:31;1|2:2|3:31|4:1183|5:286|6:124|7:1184|9:8|23:8|20:117|3:31|3:31;n;4|11:58|12:1185;4|11:677|12:1186;4|11:677|12:213;4|11:677|12:214;4|11'
  1216. ..':216|12:217;4|11:209|12:210;4|11:58|12:1187;p;1|2:2|3:3|4:1188|5:950|6:124|7:61|9:8|3:3|3:3;n;3|10:8;4|11:62|12:1189;p;1|2:2|3:31|4:1190|5:950|6:124|7:48|8:8|9:8|16:8|3:31|3:31;n;3|10:8;p;1|2:2|3:31|4:1191|5:950|6:124|9:8|16:8|3:31|3:31;n;3|10:8;p;1|2:2|3:31|4:1192|5:950|6:124|7:254|9:8|16:8|3:31|3:31;n;3|10:8;4|11:1121|12:205;4|11:224|12:1193;p;1|2:2|3:31|4:1194|5:950|6:124|7:258|9:8|15:8|3:31|3:31;n;3|10:8;4|11:600|12:232;p;1|2:2|3:31|4:1195|5:950|6:124|7:260|9:8|15:8|3:31|3:31;n;3|'
  1217. ..'10:8;4|11:74|12:261;p;1|2:2|3:49|4:1196|5:950|6:124|7:88|8:8|9:8|16:8|3:49|3:49;n;3|10:8;4|11:54|12:1197;4|11:91|12:1167;4|11:54|12:578;4|11:85|12:89;4|11:26|12:1198;p;1|2:2|3:31|4:1199|5:950|6:124|7:229|9:8|16:8|3:31|3:31;n;3|10:8;4|11:1121|12:205;4|11:871|12:1200;p;1|2:2|3:49|4:1201|5:950|6:124|7:227|8:8|9:8|16:8|3:49|3:49;n;3|10:8;p;1|2:2|3:31|4:1202|5:286|6:124|7:272|8:8|20:117|3:31|3:31;n;4|11:290|12:1203;4|11:290|12:1204;4|11:274|12:275;4|11:290|12:1205;p;1|2:2|3:3|4:1206|5:72|6'
  1218. ..':124|7:250|3:3|3:3;1|2:2|3:49|4:1207|5:72|6:124|7:248|3:49|3:49;n;5|11:274|12:782;p;p;p;')
  1219. for _,Object in pairs(Objects) do
  1220. Object.Parent = script and script.Parent==workspace and script or workspace
  1221. end
  1222. for _,f in pairs(ActualScripts) do f() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement