Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Converted using Mokiros's Model to Script plugin
- -- Converted string size: 72898
- local genv={}
- local Scripts = {
- function() local box = script.Parent
- local debounce = false
- -- DO NOT GROUP THIS WITH YOUR MODEL!
- local everything = {model}
- local names = {model}
- local children = game.Workspace:children()
- for i=1,#children do
- if (children[i].Name == "Gullotine") then -- Replace the name with your models's name.
- table.insert(everything, children[i]:clone())
- table.insert(names, children[i].Name)
- end
- end
- function regen()
- for i=1,#everything do
- game.Workspace:findFirstChild(names[i]):remove() -- Dont mess with this stuff.
- new_thing = everything[i]:clone()
- new_thing.Parent = game.Workspace
- new_thing:makeJoints()
- end
- end
- function onClicked()
- script.Parent.BrickColor = BrickColor.new(26)
- regen()
- wait(5)-- This is how long it takes untill the regen button will work again.
- script.Parent.BrickColor = BrickColor.new(104)
- debounce = false
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() function onClicked()
- script.Parent.Parent.Part1.Transparency = 1
- script.Parent.Parent.Part1.CanCollide = false
- script.Parent.Parent.Part2.Transparency = 1
- script.Parent.Parent.Part2.CanCollide = false
- script.Parent.Parent.Part3.Transparency = 1
- script.Parent.Parent.Part3.CanCollide = false
- script.Parent.Parent.Part4.Transparency = 1
- script.Parent.Parent.Part4.CanCollide = false
- script.Parent.Parent.Part5.Transparency = 1
- script.Parent.Parent.Part5.CanCollide = false
- script.Parent.Parent.Part6.Transparency = 1
- script.Parent.Parent.Part6.CanCollide = false
- script.Parent.Parent.Part7.Transparency = 1
- script.Parent.Parent.Part7.CanCollide = false
- script.Parent.Parent.Part8.Transparency = 1
- script.Parent.Parent.Part8.CanCollide = false
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() function onClicked()
- script.Parent.Parent.Part1.Transparency = 0
- script.Parent.Parent.Part1.CanCollide = true
- script.Parent.Parent.Part2.Transparency = 0
- script.Parent.Parent.Part2.CanCollide = true
- script.Parent.Parent.Part3.Transparency = 0
- script.Parent.Parent.Part3.CanCollide = true
- script.Parent.Parent.Part4.Transparency = 0
- script.Parent.Parent.Part4.CanCollide = true
- script.Parent.Parent.Part5.Transparency = 0
- script.Parent.Parent.Part5.CanCollide = true
- script.Parent.Parent.Part6.Transparency = 0
- script.Parent.Parent.Part6.CanCollide = true
- script.Parent.Parent.Part7.Transparency = 0
- script.Parent.Parent.Part7.CanCollide = true
- script.Parent.Parent.Part8.Transparency = 0
- script.Parent.Parent.Part8.CanCollide = true
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() function onClicked()
- script.Parent.Parent.Part1.Transparency = 1
- script.Parent.Parent.Part1.CanCollide = false
- wait(0.1)
- script.Parent.Parent.Part2.Transparency = 1
- script.Parent.Parent.Part2.CanCollide = false
- wait(0.1)
- script.Parent.Parent.Part3.Transparency = 1
- script.Parent.Parent.Part3.CanCollide = false
- wait(0.1)
- script.Parent.Parent.Part4.Transparency = 1
- script.Parent.Parent.Part4.CanCollide = false
- wait(0.1)
- script.Parent.Parent.Part5.Transparency = 1
- script.Parent.Parent.Part5.CanCollide = false
- wait(0.1)
- script.Parent.Parent.Part6.Transparency = 1
- script.Parent.Parent.Part6.CanCollide = false
- wait(0.1)
- script.Parent.Parent.Part7.Transparency = 1
- script.Parent.Parent.Part7.CanCollide = false
- wait(0.1)
- script.Parent.Parent.Part8.Transparency = 1
- script.Parent.Parent.Part8.CanCollide = false
- script.Parent.Parent.Door.Transparency = 0
- script.Parent.Parent.Door.CanCollide = true
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() function onClicked()
- script.Parent.Parent.Door.Transparency = 1
- script.Parent.Parent.Door.CanCollide = false
- script.Parent.Parent.Part8.Transparency = 0
- script.Parent.Parent.Part8.CanCollide = true
- wait (0.1)
- script.Parent.Parent.Part7.Transparency = 0
- script.Parent.Parent.Part7.CanCollide = true
- wait (0.1)
- script.Parent.Parent.Part6.Transparency = 0
- script.Parent.Parent.Part6.CanCollide = true
- wait (0.1)
- script.Parent.Parent.Part5.Transparency = 0
- script.Parent.Parent.Part5.CanCollide = true
- wait (0.1)
- script.Parent.Parent.Part4.Transparency = 0
- script.Parent.Parent.Part4.CanCollide = true
- wait (0.1)
- script.Parent.Parent.Part3.Transparency = 0
- script.Parent.Parent.Part3.CanCollide = true
- wait (0.1)
- script.Parent.Parent.Part2.Transparency = 0
- script.Parent.Parent.Part2.CanCollide = true
- wait (0.1)
- script.Parent.Parent.Part1.Transparency = 0
- script.Parent.Parent.Part1.CanCollide = true
- script.Parent.Parent.Door.Transparency = 1
- script.Parent.Parent.Door.CanCollide = false
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() -- HoverSeat script by TankLeadfoot
- local SavedYPosition = script.Parent.Position.Y
- local Speed = 0
- while (script.Parent:findFirstChild("CanFly") == nil) do wait(0.1) end
- while (script.Parent:findFirstChild("VMode") == nil) do wait(0.1) end
- script.Parent.CanFly.Value = "No"
- script.Parent.VMode.Value = "Hover"
- if (script.Parent:findFirstChild("BodyPosition") == nil) then
- p = Instance.new("BodyPosition")
- p.Name = "BodyPosition"
- p.maxForce = Vector3.new(math.huge,math.huge,math.huge)
- p.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z)
- p.Parent = script.Parent
- end
- if (script.Parent:findFirstChild("BodyGyro") == nil) then
- g = Instance.new("BodyGyro")
- g.Name = "BodyGyro"
- g.maxTorque = Vector3.new(math.huge,math.huge,math.huge)
- g.cframe = script.Parent.CFrame
- g.Parent = script.Parent
- end
- while true do
- if (script.Parent:findFirstChild("CanFly") ~= nil) then
- if (script.Parent.CanFly.Value == "Yes") and (script.Parent.VMode.Value == "Warp") then
- script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z) + (script.Parent.CFrame.lookVector).unit * script.Parent.MaxSpeed
- Speed = script.Parent.MaxSpeed * 4
- elseif (script.Parent.CanFly.Value == "Yes") then
- if (script.Parent.Throttle ~= 0) then
- if (script.Parent.Throttle > 0) then
- if (Speed < script.Parent.MaxSpeed) then
- Speed = Speed + 1
- end
- elseif (script.Parent.Throttle < 0) then
- if (-Speed < script.Parent.MaxSpeed) then
- Speed = Speed - 1
- end
- end
- script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z) + (script.Parent.CFrame.lookVector).unit * Speed/4
- elseif (script.Parent.Throttle == 0) then
- if (Speed ~= 0) then
- if (Speed > 0) then
- Speed = Speed - 1
- elseif (Speed < 0) then
- Speed = Speed + 1
- end
- script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z) + (script.Parent.CFrame.lookVector).unit * Speed/4
- elseif (Speed == 0) then
- script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z)
- end
- end
- if (script.Parent.Steer > 0) then
- script.Parent.BodyGyro.cframe = script.Parent.BodyGyro.cframe * CFrame.fromEulerAnglesXYZ(0, -script.Parent.TurnSpeed/8, 0)
- elseif (script.Parent.Steer < 0) then
- script.Parent.BodyGyro.cframe = script.Parent.BodyGyro.cframe * CFrame.fromEulerAnglesXYZ(0, script.Parent.TurnSpeed/8, 0)
- elseif (script.Parent.Steer == 0) then
- script.Parent.BodyGyro.cframe = script.Parent.BodyGyro.cframe
- end
- if (script.Parent:findFirstChild("VMode") ~= nil) then
- if (script.Parent.VMode.Value == "Up") then
- SavedYPosition = SavedYPosition + 1
- elseif (script.Parent.VMode.Value == "Down") then
- SavedYPosition = SavedYPosition - 1
- end
- end
- elseif (script.Parent.CanFly.Value == "No") then
- if (Speed ~= 0) then
- Speed = 0
- script.Parent.BodyPosition.position = Vector3.new(script.Parent.Position.X, SavedYPosition, script.Parent.Position.Z)
- end
- end
- end
- wait(0.1)
- end
- end;
- function() -- HoverSeatGUI script by TankLeadfoot
- local Lock = nil
- while (script.Parent:findFirstChild("CanFly") == nil) do wait(0.1) end
- while (script.Parent:findFirstChild("VMode") == nil) do wait(0.1) end
- script.Parent.CanFly.Value = "No"
- script.Parent.VMode.Value = "Hover"
- function SelectedButton(hit)
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.UpButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.DownButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.WarpButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.HoverButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.AllStopButton.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
- if (script.Parent.VMode.Value == "Up") then
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.UpButton.BackgroundColor3 = Color3.new(1,1,0.8)
- elseif (script.Parent.VMode.Value == "Down") then
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.DownButton.BackgroundColor3 = Color3.new(1,1,0.8)
- elseif (script.Parent.VMode.Value == "Warp") then
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.WarpButton.BackgroundColor3 = Color3.new(1,1,0.8)
- elseif (script.Parent.VMode.Value == "Hover") then
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.HoverButton.BackgroundColor3 = Color3.new(1,1,0.8)
- elseif (script.Parent.VMode.Value == "AllStop") then
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.AllStopButton.BackgroundColor3 = Color3.new(1,1,0.8)
- end
- end
- function Pilot(hit)
- if (Lock == nil) then
- Lock = true
- if (hit == nil) then Lock = nil; return end
- if (hit.Parent:findFirstChild("Humanoid") == nil) then Lock = nil; return end
- if (game.Players:findFirstChild(hit.Parent.Name) == nil) then Lock = nil; return end
- wait(2)
- if (script.Parent:findFirstChild("CanFly") ~= nil) then
- script.Parent.CanFly.Value = "Yes"
- end
- if (script.Parent:findFirstChild("VMode") ~= nil) then
- script.Parent.VMode.Value = "Hover"
- end
- if (game.Players:findFirstChild(hit.Parent.Name).PlayerGui:findFirstChild("HoverSeat") == nil) then
- script.HoverSeat:Clone().Parent = game.Players:findFirstChild(hit.Parent.Name).PlayerGui
- SelectedButton(hit)
- end
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.UpButton.MouseButton1Click:connect(function()
- if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
- if (script.Parent.CanFly.Value == "Yes") then
- script.Parent.VMode.Value = "Up"
- SelectedButton(hit)
- end
- end
- end)
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.DownButton.MouseButton1Click:connect(function()
- if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
- if (script.Parent.CanFly.Value == "Yes") then
- script.Parent.VMode.Value = "Down"
- SelectedButton(hit)
- end
- end
- end)
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.WarpButton.MouseButton1Click:connect(function()
- if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
- if (script.Parent.CanFly.Value == "Yes") then
- script.Parent.VMode.Value = "Warp"
- SelectedButton(hit)
- end
- end
- end)
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.HoverButton.MouseButton1Click:connect(function()
- if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
- script.Parent.VMode.Value = "Hover"
- script.Parent.CanFly.Value = "Yes"
- SelectedButton(hit)
- end
- end)
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat.Buttons.AllStopButton.MouseButton1Click:connect(function()
- if (script.Parent:findFirstChild("VMode") ~= nil) and (script.Parent:findFirstChild("CanFly") ~= nil) then
- script.Parent.VMode.Value = "AllStop"
- script.Parent.CanFly.Value = "No"
- SelectedButton(hit)
- end
- end)
- while (hit.Parent.Humanoid.Health > 0) and (hit.Parent.Humanoid.Sit == true) do wait(0.1) end
- if (game.Players:findFirstChild(hit.Parent.Name).PlayerGui:findFirstChild("HoverSeat") ~= nil) then
- game.Players:findFirstChild(hit.Parent.Name).PlayerGui.HoverSeat:Remove()
- end
- if (script.Parent:findFirstChild("CanFly") ~= nil) then
- script.Parent.CanFly.Value = "No"
- end
- Lock = nil
- end
- end
- script.Parent.Touched:connect(Pilot)
- end;
- function() ball = script.Parent
- damage = 100
- function onTouched(hit)
- local humanoid = hit.Parent:findFirstChild("Humanoid")
- if humanoid~=nil then
- tagHumanoid(humanoid)
- humanoid.Health = humanoid.Health - damage
- wait(0.01)
- untagHumanoid(humanoid)
- connection:disconnect()
- else
- damage = damage / 2
- if damage < 2 then
- connection:disconnect()
- ball.Parent = nil
- end
- end
- if math.random(1,1) == 1 then
- explosion = Instance.new("Explosion")
- explosion.BlastRadius = 5
- explosion.BlastPressure = 500000 -- these are really wussy units
- explosion.Position = script.Parent.Position
- explosion.Parent = game.Workspace
- connection:disconnect()
- ball.Parent = nil
- cancollide = true
- end
- end
- function tagHumanoid(humanoid)
- -- todo: make tag expire
- local tag = ball:findFirstChild("creator")
- if tag ~= nil then
- local new_tag = tag:clone()
- new_tag.Parent = humanoid
- end
- end
- function untagHumanoid(humanoid)
- if humanoid ~= nil then
- local tag = humanoid:findFirstChild("creator")
- if tag ~= nil then
- tag.Parent = nil
- end
- end
- end
- connection = ball.Touched:connect(onTouched)
- r = game:service("RunService")
- t, s = r.Stepped:wait()
- d = t + 5.0 - s
- while t < d do
- t = r.Stepped:wait()
- end
- ball.Parent = nil end;
- function() local switch = script.Parent
- local gunBarrelOne = script.Parent.Parent.GunBarrel.One
- local debounce = false
- local gunOne = true
- local cannonBall = Instance.new("Part")
- cannonBall.Size = Vector3.new(1,1,1)
- cannonBall.BrickColor = BrickColor.new(23) -- medium blue
- cannonBall.Shape = 0
- cannonBall.BottomSurface = 0
- cannonBall.TopSurface = 0
- cannonBall.Name = "Cannon Shot"
- cannonBall.Elasticity = .1
- cannonBall.Reflectance = 0
- cannonBall.Friction = 0
- function fire(player)
- local sound = script.Parent:findFirstChild("GunSound")
- if sound == nil then
- sound = Instance.new("Sound")
- sound.Name = "GunSound"
- sound.SoundId = "http://www.roblox.com/asset?id=2101148"
- sound.Volume = 1
- sound.Parent = script.Parent
- end
- sound:play()
- local missile = Instance.new("Part")
- local barrel
- if gunOne == true then
- barrel = gunBarrelOne
- gunOne = true
- end
- local spawnPos = barrel.CFrame * Vector3.new(6, 0, 0)
- local dx = math.random(50,50)
- local dy = math.random(0,0)
- local dz = math.random(0,0)
- local mag = math.random(750,750)
- local v = barrel.CFrame:vectorToWorldSpace(Vector3.new(mag + dx,dy,dz))
- local missile = cannonBall:clone()
- missile.Position = spawnPos
- missile.Velocity = v
- local new_script = script.Parent.CannonBall:clone()
- new_script.Disabled = false
- new_script.Parent = missile
- local creator_tag = Instance.new("ObjectValue")
- creator_tag.Value = player
- creator_tag.Name = "creator"
- creator_tag.Parent = missile
- missile.Parent = game.Workspace
- end
- function onClicked()
- if debounce == false then
- debounce = true
- switch.BrickColor = BrickColor.new(21)
- -- let slip the dogs of war
- fire(player)
- wait(.1)
- wait(0.5)
- debounce = false
- switch.BrickColor = BrickColor.new(37)
- end
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() ball = script.Parent
- damage = 100
- function onTouched(hit)
- local humanoid = hit.Parent:findFirstChild("Humanoid")
- if humanoid~=nil then
- tagHumanoid(humanoid)
- humanoid.Health = humanoid.Health - damage
- wait(0.01)
- untagHumanoid(humanoid)
- connection:disconnect()
- else
- damage = damage / 2
- if damage < 2 then
- connection:disconnect()
- ball.Parent = nil
- end
- end
- if math.random(1,1) == 1 then
- explosion = Instance.new("Explosion")
- explosion.BlastRadius = 5
- explosion.BlastPressure = 500000 -- these are really wussy units
- explosion.Position = script.Parent.Position
- explosion.Parent = game.Workspace
- connection:disconnect()
- ball.Parent = nil
- cancollide = true
- end
- end
- function tagHumanoid(humanoid)
- -- todo: make tag expire
- local tag = ball:findFirstChild("creator")
- if tag ~= nil then
- local new_tag = tag:clone()
- new_tag.Parent = humanoid
- end
- end
- function untagHumanoid(humanoid)
- if humanoid ~= nil then
- local tag = humanoid:findFirstChild("creator")
- if tag ~= nil then
- tag.Parent = nil
- end
- end
- end
- connection = ball.Touched:connect(onTouched)
- r = game:service("RunService")
- t, s = r.Stepped:wait()
- d = t + 5.0 - s
- while t < d do
- t = r.Stepped:wait()
- end
- ball.Parent = nil end;
- function() local switch = script.Parent
- local gunBarrelOne = script.Parent.Parent.GunBarrel.One
- local debounce = false
- local gunOne = true
- local cannonBall = Instance.new("Part")
- cannonBall.Size = Vector3.new(1,1,1)
- cannonBall.BrickColor = BrickColor.new(23) -- medium blue
- cannonBall.Shape = 0
- cannonBall.BottomSurface = 0
- cannonBall.TopSurface = 0
- cannonBall.Name = "Cannon Shot"
- cannonBall.Elasticity = .1
- cannonBall.Reflectance = 0
- cannonBall.Friction = 0
- function fire(player)
- local sound = script.Parent:findFirstChild("GunSound")
- if sound == nil then
- sound = Instance.new("Sound")
- sound.Name = "GunSound"
- sound.SoundId = "http://www.roblox.com/asset?id=2101148"
- sound.Volume = 1
- sound.Parent = script.Parent
- end
- sound:play()
- local missile = Instance.new("Part")
- local barrel
- if gunOne == true then
- barrel = gunBarrelOne
- gunOne = true
- end
- local spawnPos = barrel.CFrame * Vector3.new(6, 0, 0)
- local dx = math.random(50,50)
- local dy = math.random(0,0)
- local dz = math.random(0,0)
- local mag = math.random(750,750)
- local v = barrel.CFrame:vectorToWorldSpace(Vector3.new(mag + dx,dy,dz))
- local missile = cannonBall:clone()
- missile.Position = spawnPos
- missile.Velocity = v
- local new_script = script.Parent.CannonBall:clone()
- new_script.Disabled = false
- new_script.Parent = missile
- local creator_tag = Instance.new("ObjectValue")
- creator_tag.Value = player
- creator_tag.Name = "creator"
- creator_tag.Parent = missile
- missile.Parent = game.Workspace
- end
- function onClicked()
- if debounce == false then
- debounce = true
- switch.BrickColor = BrickColor.new(21)
- -- let slip the dogs of war
- fire(player)
- wait(.1)
- wait(0.5)
- debounce = false
- switch.BrickColor = BrickColor.new(37)
- end
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() ball = script.Parent
- damage = 100
- function onTouched(hit)
- local humanoid = hit.Parent:findFirstChild("Humanoid")
- if humanoid~=nil then
- tagHumanoid(humanoid)
- humanoid.Health = humanoid.Health - damage
- wait(0.01)
- untagHumanoid(humanoid)
- connection:disconnect()
- else
- damage = damage / 2
- if damage < 2 then
- connection:disconnect()
- ball.Parent = nil
- end
- end
- if math.random(1,1) == 1 then
- explosion = Instance.new("Explosion")
- explosion.BlastRadius = 5
- explosion.BlastPressure = 500000 -- these are really wussy units
- explosion.Position = script.Parent.Position
- explosion.Parent = game.Workspace
- connection:disconnect()
- ball.Parent = nil
- cancollide = true
- end
- end
- function tagHumanoid(humanoid)
- -- todo: make tag expire
- local tag = ball:findFirstChild("creator")
- if tag ~= nil then
- local new_tag = tag:clone()
- new_tag.Parent = humanoid
- end
- end
- function untagHumanoid(humanoid)
- if humanoid ~= nil then
- local tag = humanoid:findFirstChild("creator")
- if tag ~= nil then
- tag.Parent = nil
- end
- end
- end
- connection = ball.Touched:connect(onTouched)
- r = game:service("RunService")
- t, s = r.Stepped:wait()
- d = t + 5.0 - s
- while t < d do
- t = r.Stepped:wait()
- end
- ball.Parent = nil end;
- function() local switch = script.Parent
- local gunBarrelOne = script.Parent.Parent.GunBarrel.One
- local debounce = false
- local gunOne = true
- local cannonBall = Instance.new("Part")
- cannonBall.Size = Vector3.new(1,1,1)
- cannonBall.BrickColor = BrickColor.new(23) -- medium blue
- cannonBall.Shape = 0
- cannonBall.BottomSurface = 0
- cannonBall.TopSurface = 0
- cannonBall.Name = "Cannon Shot"
- cannonBall.Elasticity = .1
- cannonBall.Reflectance = 0
- cannonBall.Friction = 0
- function fire(player)
- local sound = script.Parent:findFirstChild("GunSound")
- if sound == nil then
- sound = Instance.new("Sound")
- sound.Name = "GunSound"
- sound.SoundId = "http://www.roblox.com/asset?id=2101148"
- sound.Volume = 1
- sound.Parent = script.Parent
- end
- sound:play()
- local missile = Instance.new("Part")
- local barrel
- if gunOne == true then
- barrel = gunBarrelOne
- gunOne = true
- end
- local spawnPos = barrel.CFrame * Vector3.new(6, 0, 0)
- local dx = math.random(50,50)
- local dy = math.random(0,0)
- local dz = math.random(0,0)
- local mag = math.random(750,750)
- local v = barrel.CFrame:vectorToWorldSpace(Vector3.new(mag + dx,dy,dz))
- local missile = cannonBall:clone()
- missile.Position = spawnPos
- missile.Velocity = v
- local new_script = script.Parent.CannonBall:clone()
- new_script.Disabled = false
- new_script.Parent = missile
- local creator_tag = Instance.new("ObjectValue")
- creator_tag.Value = player
- creator_tag.Name = "creator"
- creator_tag.Parent = missile
- missile.Parent = game.Workspace
- end
- function onClicked()
- if debounce == false then
- debounce = true
- switch.BrickColor = BrickColor.new(21)
- -- let slip the dogs of war
- fire(player)
- wait(.1)
- wait(0.5)
- debounce = false
- switch.BrickColor = BrickColor.new(37)
- end
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() ball = script.Parent
- damage = 100
- function onTouched(hit)
- local humanoid = hit.Parent:findFirstChild("Humanoid")
- if humanoid~=nil then
- tagHumanoid(humanoid)
- humanoid.Health = humanoid.Health - damage
- wait(0.01)
- untagHumanoid(humanoid)
- connection:disconnect()
- else
- damage = damage / 2
- if damage < 2 then
- connection:disconnect()
- ball.Parent = nil
- end
- end
- if math.random(1,1) == 1 then
- explosion = Instance.new("Explosion")
- explosion.BlastRadius = 5
- explosion.BlastPressure = 500000 -- these are really wussy units
- explosion.Position = script.Parent.Position
- explosion.Parent = game.Workspace
- connection:disconnect()
- ball.Parent = nil
- cancollide = true
- end
- end
- function tagHumanoid(humanoid)
- -- todo: make tag expire
- local tag = ball:findFirstChild("creator")
- if tag ~= nil then
- local new_tag = tag:clone()
- new_tag.Parent = humanoid
- end
- end
- function untagHumanoid(humanoid)
- if humanoid ~= nil then
- local tag = humanoid:findFirstChild("creator")
- if tag ~= nil then
- tag.Parent = nil
- end
- end
- end
- connection = ball.Touched:connect(onTouched)
- r = game:service("RunService")
- t, s = r.Stepped:wait()
- d = t + 5.0 - s
- while t < d do
- t = r.Stepped:wait()
- end
- ball.Parent = nil end;
- function() local switch = script.Parent
- local gunBarrelOne = script.Parent.Parent.GunBarrel.One
- local debounce = false
- local gunOne = true
- local cannonBall = Instance.new("Part")
- cannonBall.Size = Vector3.new(1,1,1)
- cannonBall.BrickColor = BrickColor.new(23) -- medium blue
- cannonBall.Shape = 0
- cannonBall.BottomSurface = 0
- cannonBall.TopSurface = 0
- cannonBall.Name = "Cannon Shot"
- cannonBall.Elasticity = .1
- cannonBall.Reflectance = 0
- cannonBall.Friction = 0
- function fire(player)
- local sound = script.Parent:findFirstChild("GunSound")
- if sound == nil then
- sound = Instance.new("Sound")
- sound.Name = "GunSound"
- sound.SoundId = "http://www.roblox.com/asset?id=2101148"
- sound.Volume = 1
- sound.Parent = script.Parent
- end
- sound:play()
- local missile = Instance.new("Part")
- local barrel
- if gunOne == true then
- barrel = gunBarrelOne
- gunOne = true
- end
- local spawnPos = barrel.CFrame * Vector3.new(6, 0, 0)
- local dx = math.random(50,50)
- local dy = math.random(0,0)
- local dz = math.random(0,0)
- local mag = math.random(750,750)
- local v = barrel.CFrame:vectorToWorldSpace(Vector3.new(mag + dx,dy,dz))
- local missile = cannonBall:clone()
- missile.Position = spawnPos
- missile.Velocity = v
- local new_script = script.Parent.CannonBall:clone()
- new_script.Disabled = false
- new_script.Parent = missile
- local creator_tag = Instance.new("ObjectValue")
- creator_tag.Value = player
- creator_tag.Name = "creator"
- creator_tag.Parent = missile
- missile.Parent = game.Workspace
- end
- function onClicked()
- if debounce == false then
- debounce = true
- switch.BrickColor = BrickColor.new(21)
- -- let slip the dogs of war
- fire(player)
- wait(.1)
- wait(0.5)
- debounce = false
- switch.BrickColor = BrickColor.new(37)
- end
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;}local ActualScripts = {}
- function s(var)
- local func = table.remove(Scripts,1)
- setfenv(func,setmetatable({script=var,require=fake_require or require,global=genv},{
- __index = getfenv(func),
- }))
- table.insert(ActualScripts,coroutine.wrap(func))
- end
- Decode = function(str,t,props,classes,values,ICList,Model,CurPar,LastIns,split,RemoveAndSplit,InstanceList)
- local tonum,table_remove,inst,parnt,comma,table_foreach = tonumber,table.remove,Instance.new,"Parent",",",
- function(t,f)
- for a,b in pairs(t) do
- f(a,b)
- end
- end
- local Types = {
- Color3 = Color3.new,
- Vector3 = Vector3.new,
- Vector2 = Vector2.new,
- UDim = UDim.new,
- UDim2 = UDim2.new,
- CFrame = CFrame.new,
- Rect = Rect.new,
- NumberRange = NumberRange.new,
- BrickColor = BrickColor.new,
- PhysicalProperties = PhysicalProperties.new,
- NumberSequence = function(...)
- local a = {...}
- local t = {}
- repeat
- t[#t+1] = NumberSequenceKeypoint.new(table_remove(a,1),table_remove(a,1),table_remove(a,1))
- until #a==0
- return NumberSequence.new(t)
- end,
- ColorSequence = function(...)
- local a = {...}
- local t = {}
- repeat
- t[#t+1] = ColorSequenceKeypoint.new(table_remove(a,1),Color3.new(table_remove(a,1),table_remove(a,1),table_remove(a,1)))
- until #a==0
- return ColorSequence.new(t)
- end,
- number = tonumber,
- boolean = function(a)
- return a=="1"
- end
- }
- split = function(str,sep)
- if not str then return end
- local fields = {}
- local ConcatNext = false
- str:gsub(("([^%s]+)"):format(sep),function(c)
- if ConcatNext == true then
- fields[#fields] = fields[#fields]..sep..c
- ConcatNext = false
- else
- fields[#fields+1] = c
- end
- if c:sub(#c)=="\\" then
- c = fields[#fields]
- fields[#fields] = c:sub(1,#c-1)
- ConcatNext = true
- end
- end)
- return fields
- end
- RemoveAndSplit = function(t)
- return split(table_remove(t,1),comma)
- end
- t = split(str,";")
- props = RemoveAndSplit(t)
- classes = RemoveAndSplit(t)
- values = split(table_remove(t,1),'|')
- ICList = RemoveAndSplit(t)
- InstanceList = {}
- Model = inst"Model"
- CurPar = Model
- table_foreach(t,function(ct,c)
- if c=="n" or c=="p" then
- CurPar = c=="n" and LastIns or CurPar[parnt]
- else
- ct = split(c,"|")
- local class = classes[tonum(table_remove(ct,1))]
- if class=="UnionOperation" then
- LastIns = {UsePartColor="1"}
- else
- LastIns = inst(class)
- if LastIns:IsA"Script" then
- s(LastIns)
- elseif LastIns:IsA("ModuleScript") then
- ms(LastIns)
- end
- end
- local function SetProperty(LastIns,p,str,s)
- s = Types[typeof(LastIns[p])]
- if p=="CustomPhysicalProperties" then
- s = PhysicalProperties.new
- end
- if s then
- LastIns[p] = s(unpack(split(str,comma)))
- else
- LastIns[p] = str
- end
- end
- local UnionData
- table_foreach(ct,function(s,p,a,str)
- a = p:find":"
- p,str = props[tonum(p:sub(1,a-1))],values[tonum(p:sub(a+1))]
- if p=="UnionData" then
- UnionData = split(str," ")
- return
- end
- if class=="UnionOperation" then
- LastIns[p] = str
- return
- end
- SetProperty(LastIns,p,str)
- end)
- if UnionData then
- local LI_Data = LastIns
- LastIns = DecodeUnion(UnionData)
- table_foreach(LI_Data,function(p,str)
- SetProperty(LastIns,p,str)
- end)
- end
- table.insert(InstanceList,LastIns)
- LastIns[parnt] = CurPar
- end
- end)
- table_remove(ICList,1)
- table_foreach(ICList,function(a,b)
- b = split(b,">")
- InstanceList[tonum(b[1])][props[tonum(b[2])]] = InstanceList[tonum(b[3])]
- end)
- return Model:GetChildren()
- end
- local Objects = Decode('Name,Anchored,Color,Position,Size,TopSurface,Orientation,Velocity,BackSurface,BottomSurface,MeshType,C0,C1,Part0,Part1,LeftSurface,RightSurface,Scale,Reflectance,CanCollide,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,ClickDetector,Script,BoolValue,R'
- ..'otateP,SpecialMesh,Weld,Snap,WedgePart,Decal,Seat,VehicleSeat,StringValue,ScreenGui,Frame,TextButton,TextLabel,BodyPosition,BodyGyro,VelocityMotor,CylinderMesh,Sound,BlockMesh,Fire,Rotate,RotateV;Part|Regen button|1|0.4196,0.196,0.4862|-179.3862,0.3,60.0207|4,0.4,4|0|Easy Regen Script|Virus Maker 2.0, Muahaha... This Will Teach You NOT TO USE FREE MODELS...|Instance|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.7001,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,-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,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,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,-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,-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,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|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,-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.501'
- ..'1,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,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,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,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,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|-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.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.0207|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|-157.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.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,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.8862,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,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.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,1'
- ..'23.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,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,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,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.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.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|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,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.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.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|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,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.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,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|-1'
- ..'63.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,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,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|-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,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.3207|-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,-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,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.5999,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.0'
- ..'001,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|-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,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.399'
- ..'9,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,115.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|-192.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,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,-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.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.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,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|-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,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.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,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,-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,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.0207|-190.3862,9.5,117.0207|8,2.4,4|-193.3862,15,119.2207|-196.5862,12.5,11'
- ..'4.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.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,30>14>28,30>15>31,32>14>31,32>15>41,33>14>31,33>15>42,36>14>34,36>15>158,37>14>34,37>15>31,40>14>38,40>15>41,43>14>42,43>15>41,44>14>42,44>15>652,45>14>42,45>15>59,46>14>42,46>15>89,48>14>47,48>15>38,49>14>47,49>15'
- ..'>41,50>14>47,50>15>28,55>14>53,55>15>56,58>14>56,58>15>736,61>14>59,61>15>41,65>14>64,65>15>70,67>14>66,67>15>68,73>14>71,73>15>316,76>14>74,76>15>357,77>14>74,77>15>316,78>14>74,78>15>163,79>14>74,79>15>82,80>14>74,80>15>71,85>14>84,85>15>88,86>14>84,86>15>126,87>14>84,87>15>120,90>14>89,90>15>95,91>14>89,91>15>185,94>14>93,94>15>95,97>14>96,97>15>98,99>14>98,99>15>910,101>14>100,101>15>102,105>14>104,105>15>103,114>14>110,114>15>528,116>14>115,116>15>62,117>14>115,117>15>159,118'
- ..'>14>115,118>15>158,122>14>120,122>15>174,123>14>120,123>15>146,124>14>120,124>15>126,125>14>120,125>15>119,127>14>126,127>15>174,128>14>126,128>15>146,129>14>126,129>15>119,133>14>132,133>15>138,134>14>132,134>15>130,135>14>132,135>15>148,136>14>132,136>15>131,140>14>138,140>15>153,141>14>138,141>15>137,142>14>138,142>15>68,145>14>144,145>15>146,147>14>146,147>15>143,149>14>148,149>15>138,150>14>148,150>15>68,151>14>148,151>15>153,152>14>148,152>15>137,154>14>153,154>15>157,156>14'
- ..'>155,156>15>153,162>14>160,162>15>179,164>14>163,164>15>82,165>14>163,165>15>736,166>14>163,166>15>357,167>14>163,167>15>348,168>14>163,168>15>261,169>14>163,169>15>56,171>14>170,171>15>174,173>14>172,173>15>174,177>14>175,177>15>408,178>14>175,178>15>315,183>14>181,183>15>408,184>14>181,184>15>179,186>14>185,186>15>70,187>14>185,187>15>195,188>14>185,188>15>196,190>14>189,190>15>89,193>14>191,193>15>158,198>14>197,198>15>81,199>14>197,199>15>196,202>14>200,202>15>175,203>14>200,2'
- ..'03>15>408,204>14>200,204>15>333,207>14>205,207>15>175,210>14>208,210>15>330,211>14>208,211>15>225,214>14>212,214>15>333,216>14>215,216>15>205,217>14>215,217>15>315,218>14>215,218>15>399,219>14>215,219>15>175,221>14>220,221>15>179,222>14>220,222>15>160,223>14>220,223>15>348,224>14>220,224>15>315,227>14>225,227>15>333,228>14>225,228>15>212,234>14>233,234>15>431,235>14>233,235>15>382,236>14>233,236>15>318,237>14>233,237>15>231,240>14>238,240>15>318,242>14>241,242>15>273,243>14>241,24'
- ..'3>15>189,245>14>244,245>15>273,246>14>244,246>15>241,248>14>247,248>15>669,249>14>247,249>15>250,254>14>253,254>15>414,255>14>253,255>15>410,256>14>253,256>15>397,257>14>253,257>15>393,260>14>259,260>15>258,262>14>261,262>15>56,263>14>261,263>15>42,264>14>261,264>15>365,265>14>261,265>15>364,266>14>261,266>15>195,267>14>261,267>15>244,268>14>261,268>15>64,269>14>261,269>15>736,270>14>261,270>15>477,271>14>261,271>15>353,272>14>261,272>15>189,275>14>274,275>15>195,276>14>274,276>15'
- ..'>273,278>14>277,278>15>273,288>14>284,288>15>528,290>14>289,290>15>291,293>14>292,293>15>295,294>14>292,294>15>291,297>14>296,297>15>299,298>14>296,298>15>295,301>14>300,301>15>303,302>14>300,302>15>299,305>14>304,305>15>303,306>14>304,306>15>273,308>14>307,308>15>189,310>14>309,310>15>181,311>14>309,311>15>179,312>14>309,312>15>71,313>14>309,313>15>348,314>14>309,314>15>315,317>14>316,317>15>51,319>14>318,319>15>334,321>14>320,321>15>497,322>14>320,322>15>333,323>14>320,323>15>31'
- ..'8,324>14>320,324>15>334,325>14>320,325>15>602,326>14>320,326>15>371,327>14>320,327>15>500,328>14>320,328>15>377,329>14>320,329>15>483,331>14>330,331>15>225,332>14>330,332>15>320,337>14>336,337>15>348,338>14>336,338>15>315,340>14>339,340>15>348,341>14>339,341>15>315,343>14>342,343>15>399,344>14>342,344>15>315,346>14>345,346>15>399,347>14>345,347>15>315,349>14>348,349>15>179,350>14>348,350>15>364,351>14>348,351>15>316,352>14>348,352>15>473,354>14>353,354>15>736,355>14>353,355>15>348'
- ..',356>14>353,356>15>336,358>14>357,358>15>53,359>14>357,359>15>365,360>14>357,360>15>353,361>14>357,361>15>477,362>14>357,362>15>364,363>14>357,363>15>316,366>14>365,366>15>348,367>14>365,367>15>736,369>14>368,369>15>348,370>14>368,370>15>315,373>14>372,373>15>497,375>14>374,375>15>497,376>14>374,376>15>229,378>14>377,378>15>372,379>14>377,379>15>334,380>14>377,380>15>374,381>14>377,381>15>212,384>14>382,384>15>497,385>14>382,385>15>374,386>14>382,386>15>372,387>14>382,387>15>318,3'
- ..'88>14>382,388>15>377,391>14>389,391>15>377,394>14>393,394>15>392,395>14>393,395>15>414,398>14>397,398>15>414,400>14>399,400>15>225,401>14>399,401>15>371,402>14>399,402>15>333,403>14>399,403>15>330,404>14>399,404>15>408,405>14>399,405>15>500,406>14>399,406>15>498,407>14>399,407>15>475,409>14>408,409>15>315,411>14>410,411>15>414,412>14>410,412>15>416,418>14>417,418>15>414,419>14>417,419>15>413,420>14>417,420>15>396,421>14>417,421>15>253,423>14>422,423>15>410,425>14>424,425>15>374,42'
- ..'6>14>424,426>15>468,428>14>427,428>15>469,429>14>427,429>15>431,430>14>427,430>15>484,433>14>432,433>15>669,434>14>432,434>15>435,436>14>435,436>15>250,438>14>437,438>15>465,439>14>437,439>15>455,440>14>437,440>15>452,441>14>437,441>15>442,444>14>442,444>15>458,445>14>442,445>15>456,446>14>442,446>15>452,448>14>447,448>15>452,449>14>447,449>15>442,451>14>450,451>15>456,454>14>453,454>15>458,457>14>456,457>15>452,459>14>458,459>15>452,461>14>460,461>15>462,467>14>466,467>15>456,470'
- ..'>14>469,470>15>382,471>14>469,471>15>320,472>14>469,472>15>233,474>14>473,474>15>315,476>14>475,476>15>315,478>14>477,478>15>736,479>14>477,479>15>348,481>14>480,481>15>497,482>14>480,482>15>424,485>14>484,485>15>480,486>14>484,486>15>497,487>14>484,487>15>602,488>14>484,488>15>469,489>14>484,489>15>507,490>14>484,490>15>483,491>14>484,491>15>468,492>14>484,492>15>320,494>14>493,494>15>693,495>14>493,495>15>399,496>14>493,496>15>320,499>14>498,499>15>315,502>14>501,502>15>348,503>'
- ..'14>501,503>15>315,505>14>504,505>15>669,508>14>507,508>15>693,509>14>507,509>15>602,510>14>507,510>15>431,512>14>511,512>15>591,513>14>511,513>15>435,514>14>511,514>15>519,515>14>511,515>15>621,516>14>511,516>15>593,517>14>511,517>15>567,518>14>511,518>15>558,520>14>519,520>15>452,523>14>522,523>15>521,525>14>524,525>15>522,527>14>526,527>15>506,530>14>528,530>15>280,531>14>528,531>15>106,533>14>532,533>15>528,549>14>534,549>15>519,551>14>550,551>15>736,552>14>550,552>15>595,553>1'
- ..'4>550,553>15>686,554>14>550,554>15>501,555>14>550,555>15>652,556>14>550,556>15>498,557>14>550,557>15>316,559>14>558,559>15>526,569>14>567,569>15>564,574>14>572,574>15>591,582>14>576,582>15>669,583>14>576,583>15>584,590>14>584,590>15>669,600>14>595,600>15>620,601>14>595,601>15>616,603>14>602,603>15>693,605>14>604,605>15>693,606>14>604,606>15>736,607>14>604,607>15>669,608>14>604,608>15>477,609>14>604,609>15>475,610>14>604,610>15>464,611>14>604,611>15>473,613>14>612,613>15>759,614>14'
- ..'>612,614>15>615,619>14>618,619>15>693,622>14>621,622>15>644,623>14>621,623>15>671,625>14>624,625>15>633,627>14>626,627>15>651,628>14>626,628>15>642,629>14>626,629>15>636,630>14>626,630>15>633,631>14>626,631>15>522,632>14>626,632>15>519,634>14>633,634>15>646,638>14>636,638>15>651,639>14>636,639>15>642,640>14>636,640>15>633,641>14>636,641>15>522,643>14>642,643>15>635,645>14>644,645>15>691,650>14>648,650>15>647,653>14>652,653>15>51,654>14>652,654>15>185,655>14>652,655>15>316,656>14>6'
- ..'52,656>15>274,657>14>652,657>15>435,658>14>652,658>15>948,659>14>652,659>15>621,660>14>652,660>15>994,661>14>652,661>15>666,662>14>652,662>15>736,663>14>652,663>15>834,664>14>652,664>15>1118,665>14>652,665>15>519,668>14>667,668>15>669,670>14>669,670>15>506,672>14>671,672>15>669,674>14>673,674>15>698,675>14>673,675>15>733,676>14>673,676>15>729,677>14>673,677>15>787,678>14>673,678>15>736,679>14>673,679>15>727,680>14>673,680>15>746,682>14>681,682>15>825,683>14>681,683>15>785,684>14>6'
- ..'81,684>15>686,685>14>681,685>15>673,687>14>686,687>15>798,688>14>686,688>15>620,689>14>686,689>15>789,690>14>686,690>15>736,692>14>691,692>15>669,703>14>701,703>15>698,704>14>701,704>15>673,709>14>707,709>15>727,710>14>707,710>15>673,718>14>712,718>15>669,725>14>719,725>15>712,726>14>719,726>15>669,732>14>731,732>15>735,737>14>736,737>15>364,738>14>736,738>15>785,739>14>736,739>15>669,740>14>736,740>15>936,741>14>736,741>15>51,742>14>736,742>15>1062,743>14>736,743>15>1106,744>14>7'
- ..'36,744>15>316,745>14>736,745>15>1118,747>14>746,747>15>735,750>14>748,750>15>673,752>14>751,752>15>595,753>14>751,753>15>686,754>14>751,754>15>550,755>14>751,755>15>620,756>14>751,756>15>500,757>14>751,757>15>483,758>14>751,758>15>468,760>14>759,760>15>767,761>14>759,761>15>669,763>14>762,763>15>615,765>14>764,765>15>768,766>14>764,766>15>762,769>14>768,769>15>615,770>14>768,770>15>775,771>14>768,771>15>767,773>14>772,773>15>775,774>14>772,774>15>759,776>14>775,776>15>762,778>14>7'
- ..'77,778>15>819,779>14>777,779>15>652,780>14>777,780>15>789,781>14>777,781>15>824,782>14>777,782>15>834,783>14>777,783>15>736,784>14>777,784>15>686,786>14>785,786>15>669,790>14>789,790>15>819,792>14>791,792>15>669,795>14>793,795>15>819,797>14>796,797>15>825,799>14>798,799>15>819,800>14>798,800>15>789,803>14>801,803>15>863,806>14>805,806>15>652,807>14>805,807>15>874,809>14>808,809>15>785,811>14>810,811>15>785,812>14>810,812>15>1042,813>14>810,813>15>921,815>14>814,815>15>1017,816>14>'
- ..'814,816>15>954,817>14>814,817>15>789,818>14>814,818>15>828,826>14>825,826>15>1012,827>14>825,827>15>785,829>14>828,829>15>1017,830>14>828,830>15>789,832>14>831,832>15>785,835>14>834,835>15>921,836>14>834,836>15>1042,837>14>834,837>15>736,839>14>838,839>15>856,840>14>838,840>15>854,841>14>838,841>15>851,844>14>842,844>15>854,846>14>845,846>15>962,847>14>845,847>15>978,848>14>845,848>15>828,852>14>851,852>15>1019,853>14>851,853>15>1017,855>14>854,855>15>1019,857>14>856,857>15>825,85'
- ..'8>14>856,858>15>1017,859>14>856,859>15>1012,862>14>860,862>15>978,865>14>864,865>15>872,868>14>866,868>15>872,871>14>869,871>15>863,873>14>872,873>15>863,875>14>874,875>15>936,876>14>874,876>15>930,877>14>874,877>15>1106,878>14>874,878>15>736,879>14>874,879>15>1062,880>14>874,880>15>1077,881>14>874,881>15>885,887>14>886,887>15>1070,888>14>886,888>15>874,889>14>886,889>15>1115,890>14>886,890>15>910,891>14>886,891>15>652,892>14>886,892>15>863,894>14>893,894>15>652,895>14>893,895>15>'
- ..'885,896>14>893,896>15>910,898>14>897,898>15>886,899>14>897,899>15>1076,900>14>897,900>15>1074,901>14>897,901>15>869,903>14>902,903>15>652,904>14>902,904>15>874,905>14>902,905>15>910,907>14>906,907>15>911,908>14>906,908>15>902,909>14>906,909>15>886,912>14>911,912>15>910,913>14>911,913>15>863,915>14>914,915>15>1150,917>14>916,917>15>921,918>14>916,918>15>652,919>14>916,919>15>1042,920>14>916,920>15>736,922>14>921,922>15>1040,923>14>921,923>15>948,924>14>921,924>15>936,925>14>921,925'
- ..'>15>930,926>14>921,926>15>1062,927>14>921,927>15>1039,928>14>921,928>15>1143,929>14>921,929>15>1106,931>14>930,931>15>785,932>14>930,932>15>736,934>14>933,934>15>1042,935>14>933,935>15>921,938>14>937,938>15>930,939>14>937,939>15>936,940>14>937,940>15>916,941>14>937,941>15>834,942>14>937,942>15>948,943>14>937,943>15>1066,944>14>937,944>15>1062,945>14>937,945>15>994,946>14>937,946>15>1106,947>14>937,947>15>1102,949>14>948,949>15>1042,950>14>948,950>15>736,953>14>951,953>15>977,955>1'
- ..'4>954,955>15>1019,956>14>954,956>15>1012,957>14>954,957>15>1017,958>14>954,958>15>977,960>14>959,960>15>789,961>14>959,961>15>954,963>14>962,963>15>1013,965>14>964,965>15>1023,966>14>964,966>15>1021,967>14>964,967>15>959,968>14>964,968>15>1059,969>14>964,969>15>989,970>14>964,970>15>831,971>14>964,971>15>824,972>14>964,972>15>1088,973>14>964,973>15>985,974>14>964,974>15>1055,975>14>964,975>15>1051,976>14>964,976>15>987,979>14>978,979>15>977,981>14>980,981>15>825,982>14>980,982>15>'
- ..'964,983>14>980,983>15>954,984>14>980,984>15>808,986>14>985,986>15>954,988>14>987,988>15>1088,990>14>989,990>15>1042,992>14>991,992>15>1042,993>14>991,993>15>964,995>14>994,995>15>921,996>14>994,996>15>736,998>14>997,998>15>854,999>14>997,999>15>1029,1000>14>997,1000>15>1025,1001>14>997,1001>15>954,1002>14>997,1002>15>849,1005>14>1003,1005>15>1019,1006>14>1003,1006>15>997,1007>14>1003,1007>15>978,1008>14>1003,1008>15>1013,1009>14>1003,1009>15>977,1010>14>1003,1010>15>1029,1011>14>1'
- ..'003,1011>15>854,1014>14>1013,1014>15>1017,1015>14>1013,1015>15>954,1016>14>1013,1016>15>978,1018>14>1017,1018>15>1012,1020>14>1019,1020>15>1017,1022>14>1021,1022>15>954,1024>14>1023,1024>15>954,1027>14>1025,1027>15>977,1028>14>1025,1028>15>954,1030>14>1029,1030>15>1025,1031>14>1029,1031>15>1019,1032>14>1029,1032>15>1013,1033>14>1029,1033>15>977,1035>14>1034,1035>15>1081,1036>14>1034,1036>15>964,1037>14>1034,1037>15>954,1038>14>1034,1038>15>1120,1041>14>1040,1041>15>936,1043>14>104'
- ..'2,1043>15>824,1044>14>1042,1044>15>1143,1045>14>1042,1045>15>1088,1046>14>1042,1046>15>1055,1047>14>1042,1047>15>1039,1048>14>1042,1048>15>987,1049>14>1042,1049>15>1040,1050>14>1042,1050>15>831,1052>14>1051,1052>15>1126,1053>14>1051,1053>15>1088,1054>14>1051,1054>15>1042,1057>14>1056,1057>15>1042,1058>14>1056,1058>15>921,1060>14>1059,1060>15>1042,1064>14>1063,1064>15>833,1065>14>1063,1065>15>1061,1067>14>1066,1067>15>921,1068>14>1066,1068>15>874,1069>14>1066,1069>15>736,1073>14>10'
- ..'71,1073>15>1076,1079>14>1077,1079>15>1106,1080>14>1077,1080>15>736,1083>14>1081,1083>15>1129,1084>14>1081,1084>15>1120,1085>14>1081,1085>15>985,1086>14>1081,1086>15>964,1087>14>1081,1087>15>954,1092>14>1090,1092>15>1106,1096>14>1095,1096>15>1042,1097>14>1095,1097>15>1143,1098>14>1095,1098>15>921,1101>14>1099,1101>15>1143,1104>14>1102,1104>15>1118,1105>14>1102,1105>15>1077,1108>14>1107,1108>15>652,1109>14>1107,1109>15>1132,1110>14>1107,1110>15>937,1111>14>1107,1111>15>921,1112>14>1'
- ..'107,1112>15>1118,1113>14>1107,1113>15>1093,1114>14>1107,1114>15>736,1117>14>1115,1117>15>1070,1124>14>1122,1124>15>1088,1125>14>1122,1125>15>987,1128>14>1126,1128>15>1088,1131>14>1129,1131>15>985,1134>14>1132,1134>15>1106,1135>14>1132,1135>15>1093,1136>14>1132,1136>15>1090,1137>14>1132,1137>15>937,1138>14>1132,1138>15>921,1141>14>1139,1141>15>1143,1142>14>1139,1142>15>1095,1146>14>1145,1146>15>1042,1147>14>1145,1147>15>1143,1148>14>1145,1148>15>1099,1149>14>1145,1149>15>921,1152>1'
- ..'4>1151,1152>15>1150;2;n;1|1:2|2:3|3:4|4:5|5:6|6:7|3:4|3:4;n;3;4|1:8;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;5|1:9;6|1:10;p;2;n;1|3:11|4:12|7:13|8:14|5:15|9:16|10:16|3:11|3:11;n;7|11:16;8|12:17|13:18;p;1|3:11|4:19|7:20|8:14|5:21|3:11|3:11;n;9|12:22|13:23;8|12:24|13:25;p;1|3:11|4:26|7:27|8:14|5:28|10:16|16:16|3:11|3:11;n;7|11:16;8|12:29|13:30;8|12:29|13:31;p;1|3:11|4:32|7:13|8:14|5:33|9:16|10:16|3:11|3:1'
- ..'1;n;7|11:16;8|12:34|13:35;p;1|3:11|4:36|7:37|8:14|5:38|3:11|3:11;1|3:39|4:40|8:14|5:41|17:16|3:39|3:39;n;8|12:42|13:43;9|12:44|13:45;8|12:42|13:46;9|12:44|13:47;p;1|3:11|4:48|7:13|8:14|5:49|9:16|3:11|3:11;n;8|12:50|13:51;8|12:34|13:52;8|12:53|13:54;p;1|3:39|4:55|7:13|8:14|5:56|9:16|10:16|3:39|3:39;n;7|11:16;p;1|3:57|4:58|7:59|8:14|5:60|10:16|17:16|3:57|3:57;n;7|18:61|11:16;8|12:62|13:63;p;1|3:39|4:64|7:13|8:14|5:65|9:16|10:16|3:39|3:39;n;7|11:16;8|12:66|13:67;p;1|3:11|4:68|7:13|8:'
- ..'14|5:69|10:16|3:11|3:11;n;7|11:16;8|12:70|13:71;p;1|3:11|4:72|7:27|8:14|5:73|10:16|16:16|3:11|3:11;n;7|11:16;p;1|3:39|4:74|8:14|5:75|3:39|3:39;n;9|12:76|13:77;p;10|19:78|4:79|7:80|8:14|5:81;n;9|12:82|13:83;p;1|19:78|4:84|7:80|8:14|5:85;1|3:11|4:86|8:14|5:87|3:11|3:11;1|3:57|4:88|8:14|5:89|20:90|3:57|3:57;1|3:39|4:91|7:13|8:14|5:92|9:16|10:16|3:39|3:39;n;7|11:16;8|12:93|13:94;p;1|3:57|4:95|7:13|8:14|5:96|10:16|16:16|17:16|3:57|3:57;n;7|11:16;8|12:93|13:97;8|12:62|13:98;8|12:99|13:1'
- ..'00;8|12:99|13:101;8|12:62|13:102;p;1|3:103|4:104|7:80|8:14|5:105|3:103|3:103;1|3:39|4:106|7:13|8:14|5:107|10:16|3:39|3:39;n;7|11:16;p;1|19:78|4:108|7:80|8:14|5:85;n;9|12:109|13:110;9|12:111|13:112;8|12:113|13:114;p;10|19:78|4:115|7:80|8:14|5:81;1|3:39|4:116|8:14|5:117|10:16|3:39|3:39;n;8|12:118|13:119;9|12:120|13:121;p;2;n;1|1:122|3:57|4:123|8:14|5:124|10:7|3:57|3:57;n;9|12:120|13:125;p;1|1:126|3:57|4:127|8:14|5:128|3:57|3:57;1|1:129|3:57|4:130|8:131|5:124|10:7|3:57|3:57;n;9|12:12'
- ..'0|13:125;p;1|1:132|3:57|4:133|8:131|5:128|3:57|3:57;n;8|12:134|13:135;p;1|1:136|3:57|4:137|8:14|5:124|10:7|3:57|3:57;n;9|12:120|13:125;p;1|1:138|3:57|4:139|8:14|5:128|3:57|3:57;1|1:140|3:57|4:141|8:131|5:124|10:7|3:57|3:57;1|1:142|3:57|4:143|8:131|5:128|3:57|3:57;n;9|12:144|13:145;p;1|1:146|3:147|4:148|7:149|8:131|5:150|10:16|6:7|3:147|3:147;n;4;3;11|21:151|22:152;p;1|1:153|3:154|4:155|7:149|8:131|5:150|10:16|6:7|3:154|3:154;n;4;3;11|21:156|22:152;8|12:118|13:157;p;p;1|3:11|4:158|'
- ..'7:159|8:14|5:160|6:16|3:11|3:11;n;8|12:161|13:162;8|12:161|13:163;8|12:29|13:164;p;1|19:78|4:165|8:14|5:166|6:7;12|19:78|4:167|7:80|8:14|5:168|9:16|10:16|23:16|16:16|17:16|6:7;n;6|1:169|24:170;8|12:99|13:171;8|12:62|13:172;8|12:118|13:173;8|12:53|13:174;p;1|19:78|4:175|8:14|5:176;n;9|12:177|13:178;9|12:177|13:179;9|12:177|13:180;p;1|19:78|4:181|8:14|5:182|6:7;10|19:78|4:183|7:80|8:14|5:184;1|19:78|4:185|8:14|5:186;n;8|12:113|13:187;9|12:177|13:188;9|12:82|13:189;9|12:177|13:190;p;'
- ..'1|19:78|4:191|8:14|5:166|6:7;12|19:78|4:192|7:80|8:14|5:168|9:16|10:16|23:16|16:16|17:16|6:7;n;6|1:169|24:170;8|12:62|13:172;8|12:53|13:174;8|12:34|13:193;p;10|19:78|4:194|7:80|8:14|5:184;1|19:78|4:195|8:14|5:182|6:7;n;9|12:82|13:196;p;1|19:78|4:197|8:14|5:186;n;9|12:177|13:190;p;1|19:78|4:198|8:14|5:176;n;8|12:177|13:199;9|12:177|13:200;9|12:177|13:179;9|12:177|13:180;p;1|19:78|4:201|8:14|5:186;n;9|12:177|13:188;p;10|19:78|4:202|7:80|8:14|5:184;n;9|12:82|13:203;p;1|19:78|4:204|8:'
- ..'14|5:182|6:7;1|3:11|4:205|7:20|8:14|5:206|6:16|3:11|3:11;1|3:11|4:207|7:20|8:14|5:208|10:16|6:7|3:11|3:11;1|3:39|4:209|7:13|8:14|5:210|10:16|3:39|3:39;n;7|11:16;8|12:211|13:212;p;1|3:39|4:213|7:214|8:14|5:215|10:16|6:7|3:39|3:39;n;8|12:216|13:217;8|12:66|13:218;8|12:219|13:220;8|12:219|13:221;8|12:66|13:222;8|12:223|13:224;p;10|19:78|4:225|7:80|8:14|5:184;n;9|12:82|13:203;p;1|19:78|4:226|8:14|5:182|6:7;n;9|12:82|13:196;p;1|19:78|4:227|8:14|5:186;1|3:57|4:228|7:13|8:14|5:229|10:16|'
- ..'16:16|17:16|3:57|3:57;n;7|11:16;8|12:62|13:230;8|12:231|13:232;p;1|3:57|4:233|7:13|8:14|5:234|10:16|16:16|17:16|3:57|3:57;n;7|11:16;p;1|3:39|4:235|7:13|8:14|5:236|9:16|10:16|3:39|3:39;n;7|11:16;8|12:34|13:237;8|12:238|13:239;p;1|4:240|8:14|5:241;n;9|12:120|13:242;9|12:120|13:243;9|12:120|13:244;p;1|3:39|4:245|8:14|5:246|3:39|3:39;n;9|12:44|13:247;p;1|3:11|4:248|7:37|8:14|5:249|10:16|16:16|3:11|3:11;n;7|11:16;8|12:29|13:250;p;1|3:11|4:251|8:14|5:105|3:11|3:11;1|3:39|4:252|8:14|5:25'
- ..'3|3:39|3:39;1|3:57|4:254|8:14|5:255|3:57|3:57;1|3:11|4:256|8:14|5:257|3:11|3:11;n;9|12:120|13:258;9|12:118|13:259;p;1|3:39|4:260|7:13|8:14|5:261|9:16|10:16|16:16|3:39|3:39;n;7|11:16;8|12:238|13:239;8|12:231|13:262;8|12:34|13:263;p;1|3:39|4:264|7:13|8:14|5:265|10:16|3:39|3:39;n;7|11:16;8|12:211|13:212;p;1|3:39|4:266|7:13|8:14|5:267|10:16|3:39|3:39;n;7|11:16;8|12:82|13:268;8|12:211|13:212;p;1|3:39|4:269|7:13|8:14|9:16|10:16|3:39|3:39;n;7|11:16;8|12:82|13:270;p;1|3:39|4:271|7:214|8:1'
- ..'4|5:272|6:7|3:39|3:39;n;8|12:273|13:274;8|12:219|13:275;8|12:219|13:276;8|12:219|13:277;p;1|3:39|4:278|7:214|8:14|5:279|6:7|3:39|3:39;n;8|12:219|13:280;8|12:281|13:282;8|12:219|13:283;8|12:219|13:284;p;1|3:57|4:285|7:13|8:14|5:286|10:16|16:16|17:16|3:57|3:57;n;7|11:16;8|12:62|13:287;8|12:62|13:102;p;1|3:39|4:288|7:13|8:14|5:289|10:16|16:16|3:39|3:39;n;7|11:16;p;1|3:39|4:290|7:13|8:131|5:291|10:16|3:39|3:39;n;7|11:16;p;1|3:39|4:292|7:293|8:131|5:294|10:16|6:7|3:39|3:39;n;8|12:295|1'
- ..'3:296;8|12:297|13:298;8|12:76|13:299;8|12:295|13:300;p;1|3:39|4:301|7:13|8:14|5:302|10:16|3:39|3:39;n;7|11:16;8|12:76|13:303;p;1|3:39|4:304|8:14|5:305|3:39|3:39;n;8|12:306|13:307;9|12:120|13:308;p;1|3:11|4:309|8:14|5:310|3:11|3:11;n;9|12:44|13:311;9|12:44|13:312;p;1|3:11|4:313|8:131|5:314|3:11|3:11;n;9|12:177|13:315;9|12:82|13:316;p;1|3:317|25:318|4:319|8:131|5:320|3:317|3:317;1|3:11|4:321|8:131|5:322|3:11|3:11;1|3:11|4:323|8:131|5:324|3:11|3:11;1|19:78|4:325|7:326|8:14|5:176;n;8|'
- ..'12:177|13:199;9|12:177|13:179;9|12:177|13:180;9|12:177|13:200;p;1|3:57|4:327|8:14|5:328|6:7|3:57|3:57;1|3:57|4:329|8:14|5:330|3:57|3:57;n;9|12:109|13:331;p;1|3:39|4:332|8:131|5:333|6:7|3:39|3:39;n;8|12:334|13:335;9|12:118|13:336;8|12:334|13:337;8|12:334|13:338;9|12:118|13:339;9|12:118|13:340;9|12:118|13:341;9|12:118|13:342;8|12:334|13:343;8|12:334|13:344;9|12:118|13:345;p;1|3:39|4:346|8:14|5:347|10:16|23:16|3:39|3:39;1|4:348|8:14|5:349;n;9|12:120|13:350;9|12:118|13:312;p;1|4:351|8'
- ..':14|5:352;n;9|12:118|13:353;p;2;n;1|1:153|3:154|4:354|7:149|8:131|5:150|10:16|6:7|3:154|3:154;n;3;11|21:151|22:152;4;p;1|1:146|3:147|4:355|7:149|8:131|5:150|10:16|6:7|3:147|3:147;n;3;11|21:156|22:152;4|1:153;8|12:118|13:356;p;1|1:122|3:57|4:357|8:14|5:358|9:16|10:7|6:7|3:57|3:57;n;8|12:359|13:360;p;1|1:142|3:57|4:361|8:14|5:358|9:16|10:7|6:7|3:57|3:57;1|1:136|3:57|4:362|8:14|5:358|9:16|6:7|3:57|3:57;n;8|12:359|13:360;8|12:113|13:363;p;1|1:129|3:57|4:364|8:14|5:358|9:16|6:7|3:57|3:'
- ..'57;1|1:132|3:57|4:365|8:14|5:358|9:16|6:7|3:57|3:57;n;8|12:359|13:360;8|12:113|13:363;p;1|1:126|3:57|4:366|8:14|5:358|9:16|6:7|3:57|3:57;1|1:138|3:57|4:367|8:14|5:358|9:16|6:7|3:57|3:57;n;8|12:359|13:360;8|12:113|13:363;p;1|1:140|3:57|4:368|8:14|5:358|9:16|6:7|3:57|3:57;1|3:57|4:369|8:14|5:358|9:16|10:16|6:7|3:57|3:57;n;8|12:113|13:363;8|12:359|13:370;p;1|1:371|3:372|25:3|4:373|8:14|5:374|20:90|3:372|3:372;n;9|12:120|13:375;p;p;1|3:39|4:376|7:214|8:14|5:377|6:7|3:39|3:39;n;8|12:28'
- ..'1|13:378;8|12:379|13:380;8|12:381|13:382;8|12:379|13:383;8|12:379|13:384;p;1|3:57|4:385|7:214|8:14|5:386|9:16|23:16|6:7|3:57|3:57;1|3:39|4:387|7:214|8:14|5:388|10:16|6:7|3:39|3:39;n;8|12:389|13:224;p;1|3:39|4:390|7:214|8:131|5:391|6:7|3:39|3:39;n;8|12:219|13:392;p;1|3:57|4:393|7:214|8:131|5:394|9:16|23:16|6:7|3:57|3:57;n;8|12:53|13:395;8|12:53|13:396;8|12:34|13:397;8|12:177|13:398;8|12:34|13:399;8|12:34|13:400;8|12:53|13:287;8|12:53|13:401;8|12:53|13:402;p;1|3:39|4:403|7:214|8:14|'
- ..'5:404|6:7|3:39|3:39;n;8|12:219|13:405;8|12:219|13:406;p;1|3:39|4:407|7:214|8:14|5:408|6:7|3:39|3:39;1|3:57|4:409|7:13|8:14|5:410|10:16|16:16|17:16|3:57|3:57;n;7|11:16;p;1|3:39|4:411|7:20|8:131|5:412|6:7|3:39|3:39;n;8|12:297|13:413;8|12:297|13:414;p;1|3:39|4:415|7:159|8:131|5:412|6:7|3:39|3:39;n;8|12:219|13:416;8|12:219|13:417;p;1|3:39|4:418|7:214|8:131|5:419|6:7|3:39|3:39;n;8|12:219|13:420;8|12:219|13:421;p;1|3:39|4:422|7:214|8:131|5:423|6:7|3:39|3:39;n;8|12:219|13:424;8|12:219|13'
- ..':425;p;1|3:57|4:426|7:214|8:14|5:427|9:16|23:16|6:7|3:57|3:57;n;8|12:281|13:428;8|12:34|13:429;8|12:53|13:430;8|12:34|13:431;p;1|3:39|4:432|7:159|8:131|5:433|10:16|6:16|3:39|3:39;n;8|12:216|13:434;8|12:219|13:435;8|12:66|13:436;p;1|3:57|4:437|7:214|8:14|5:438|9:16|10:16|23:16|6:7|3:57|3:57;n;8|12:389|13:439;8|12:34|13:440;8|12:34|13:441;8|12:34|13:442;8|12:34|13:443;8|12:53|13:444;p;1|3:39|4:445|7:214|8:131|5:446|10:16|6:7|3:39|3:39;1|3:39|4:447|7:214|8:14|5:433|10:16|6:7|3:39|3:3'
- ..'9;n;8|12:219|13:448;8|12:66|13:449;p;1|3:39|4:450|7:214|8:131|5:451|6:7|3:39|3:39;n;8|12:219|13:452;8|12:219|13:453;p;1|3:39|4:454|7:214|8:131|5:455|6:7|3:39|3:39;1|3:57|4:456|7:293|8:131|5:457|9:16|6:7|3:57|3:57;n;8|12:34|13:458;p;1|3:39|4:459|7:293|8:14|5:460|10:16|23:16|6:7|3:39|3:39;n;8|12:76|13:461;8|12:295|13:300;p;1|3:39|4:462|7:214|8:14|5:463|9:16|6:7|3:39|3:39;n;8|12:379|13:464;8|12:379|13:465;8|12:177|13:466;8|12:223|13:382;p;1|3:57|4:467|7:13|8:131|5:468|10:16|16:16|17:'
- ..'16|3:57|3:57;n;7|11:16;8|12:62|13:469;8|12:62|13:470;8|12:118|13:471;8|12:99|13:472;8|12:62|13:473;p;1|3:39|4:474|7:13|8:14|5:475|10:16|16:16|3:39|3:39;n;7|11:16;8|12:76|13:303;p;10|19:78|4:476|7:477|8:131|5:81;1|19:78|4:478|7:477|8:131|5:85;n;9|12:109|13:479;8|12:113|13:114;p;1|19:78|4:480|7:326|8:131|5:182|6:7;1|19:78|4:481|7:326|8:14|5:166|6:7;n;8|12:42|13:482;p;1|3:57|4:483|7:214|8:131|5:484|9:16|23:16|6:7|3:57|3:57;n;8|12:485|13:486;8|12:34|13:487;8|12:53|13:488;8|12:34|13:48'
- ..'9;8|12:53|13:490;8|12:53|13:491;8|12:53|13:492;8|12:34|13:493;p;1|3:39|4:494|7:214|8:14|5:495|6:7|3:39|3:39;n;8|12:379|13:383;p;1|19:78|4:496|7:326|8:14|5:186;n;8|12:359|13:497;9|12:177|13:190;p;10|19:78|4:498|7:477|8:14|5:184;12|19:78|4:499|7:477|8:14|5:168|9:16|10:16|23:16|16:16|17:16|6:7;n;6|1:169|24:170;p;10|19:78|4:500|7:477|8:14|5:184;1|19:78|4:501|7:502|8:14|5:186;n;8|12:113|13:187;9|12:177|13:503;9|12:177|13:188;9|12:82|13:504;p;1|19:78|4:505|7:326|8:131|5:182|6:7;n;9|12:8'
- ..'2|13:196;p;1|3:39|4:506|7:293|8:131|5:507|10:16|23:16|6:7|3:39|3:39;n;8|12:118|13:508;8|12:118|13:509;p;1|3:39|4:510|7:293|8:131|5:511|10:16|6:7|3:39|3:39;n;8|12:76|13:512;8|12:295|13:513;8|12:297|13:514;p;1|3:39|4:515|7:214|8:131|5:87|10:16|23:16|6:7|3:39|3:39;1|3:11|4:516|8:131|5:517|3:11|3:11;n;9|12:518|13:519;9|12:520|13:521;p;1|3:11|4:522|8:131|5:523|3:11|3:11;n;9|12:109|13:524;p;1|19:78|4:525|7:477|8:131|5:186;n;9|12:177|13:526;9|12:177|13:188;9|12:82|13:189;8|12:113|13:187;'
- ..'p;12|19:78|4:527|8:131|5:168|9:16|10:16|23:16|16:16|17:16|6:7;n;6|1:169|24:170;8|12:34|13:193;8|12:62|13:172;8|12:118|13:173;p;1|19:78|4:528|7:477|8:131|5:166|6:7;n;9|12:118|13:529;8|12:42|13:482;p;1|19:78|4:530|7:477|8:131|5:182|6:7;n;9|12:82|13:196;p;1|19:78|4:531|7:477|8:131|5:176|10:16;10|19:78|4:532|8:131|5:81;n;9|12:82|13:533;p;1|19:78|4:534|7:477|8:131|5:182|6:7;1|19:78|4:535|7:477|8:131|5:186;n;9|12:82|13:536;p;1|19:78|4:537|8:131|5:85;n;9|12:111|13:112;p;1|3:538|4:539|7:4'
- ..'77|8:131|5:540|6:16|3:538|3:538;n;8|12:281|13:541;p;10|3:538|4:542|7:543|8:131|5:544|3:538|3:538;n;11|21:545;p;1|3:39|4:546|7:547|8:131|5:423|10:7|6:7|3:39|3:39;10|19:78|4:548|8:131|5:184;10|19:78|4:549|8:131|5:184;n;9|12:82|13:550;p;1|3:39|4:551|7:293|8:131|5:552|6:7|3:39|3:39;1|3:39|4:553|7:214|8:131|5:554|6:7|3:39|3:39;n;8|12:219|13:555;8|12:219|13:556;8|12:177|13:557;p;1|3:39|4:558|7:214|8:131|5:412|6:7|3:39|3:39;n;8|12:219|13:559;p;1|3:560|4:561|7:159|8:131|5:562|3:560|3:560;'
- ..'n;8|12:113|13:563;p;1|3:39|4:564|7:214|8:131|5:565|10:16|6:7|3:39|3:39;n;8|12:66|13:566;8|12:219|13:567;p;1|3:39|4:568|7:293|8:131|5:569|10:16|23:16|6:7|3:39|3:39;n;8|12:76|13:512;8|12:295|13:570;p;1|3:39|4:571|7:214|8:131|5:572|6:7|3:39|3:39;1|3:39|4:573|7:293|8:131|9:16|10:16|23:16|6:7|3:39|3:39;n;8|12:34|13:574;8|12:34|13:575;8|12:53|13:576;8|12:53|13:577;8|12:53|13:578;8|12:34|13:579;8|12:34|13:580;8|12:82|13:581;p;1|3:39|4:582|7:214|8:131|5:583|6:7|3:39|3:39;n;8|12:584|13:585'
- ..';8|12:219|13:586;8|12:219|13:587;p;1|3:39|4:588|7:214|8:131|5:589|6:7|3:39|3:39;1|3:39|4:590|7:547|8:131|5:591|6:7|3:39|3:39;n;8|12:29|13:592;p;1|3:39|4:593|7:214|8:131|5:594|6:7|3:39|3:39;1|3:39|4:595|7:214|8:131|5:596|6:7|3:39|3:39;n;8|12:379|13:597;8|12:379|13:598;p;1|3:57|4:599|8:131|5:600|3:57|3:57;n;9|12:601|13:602;p;1|3:39|4:603|7:80|8:131|5:604|3:39|3:39;1|3:39|4:605|7:293|8:131|5:606|10:16|6:7|3:39|3:39;n;8|12:607|13:608;8|12:76|13:609;8|12:295|13:610;p;1|3:39|4:611|8:131'
- ..'|5:612|10:16|3:39|3:39;n;8|12:118|13:613;9|12:120|13:614;9|12:120|13:615;9|12:120|13:616;8|12:118|13:617;8|12:118|13:618;9|12:120|13:619;p;1|4:620|8:131|5:621|6:7;n;8|12:120|13:622;p;1|19:78|4:623|7:477|8:131|5:182|6:7;1|19:78|4:624|7:477|8:131|5:186;n;9|12:177|13:188;p;10|19:78|4:625|8:131|5:184;n;9|12:82|13:626;p;1|3:317|25:318|4:627|7:80|8:131|5:628|3:317|3:317;n;9|12:109|13:629;p;10|3:538|4:630|7:326|8:131|5:631|3:538|3:538;n;11|21:632;8|12:177|13:633;8|12:177|13:634;p;1|3:538'
- ..'|4:635|8:131|5:540|3:538|3:538;n;9|12:281|13:636;p;13|1:637|3:154|4:638|8:131|5:639|9:16|10:16|6:7|3:154|26:640|3:154|27:641;n;14|1:642|28:643;4|1:644;4|1:645;n;15|1:644;n;16|1:646|4:647|5:648|29:649|30:3|31:90|32:16;n;17|1:650|4:651|5:652|29:653|32:16|33:654|34:655;17|1:656|5:652|29:653|32:16|33:657|34:655;17|1:658|4:659|5:660|29:649|32:16|33:661|34:655;18|1:662|4:663|5:664|29:665|35:666|32:16|33:667|34:666;17|1:668|4:669|5:660|29:653|32:16|33:670|34:655;17|1:671|4:672|5:652|29:6'
- ..'65|32:16|33:673|34:655;p;p;p;14|1:674|28:661;19|4:675|36:676;20|37:676|38:677;8|12:678|13:679;p;1|3:39|4:680|7:293|8:131|5:681|10:16|17:16|6:7|3:39|3:39;n;8|12:682|13:683;8|12:684|13:685;8|12:607|13:686;8|12:211|13:687;8|12:682|13:688;8|12:211|13:689;8|12:211|13:690;p;1|3:39|4:691|8:131|5:692|3:39|3:39;n;9|12:109|13:693;p;2;n;2;n;2;n;2|1:694;n;1|1:695|3:39|4:696|7:697|8:131|5:649|10:7|23:16|16:16|6:7|3:39|3:39;n;7|11:698;p;21|1:699;p;1|3:538|4:700|7:13|8:131|5:701|10:16|16:16|6:16'
- ..'|3:538|3:538;n;22;8|12:702|13:703;p;21|1:699;p;2|1:694;n;1|1:695|3:39|4:704|7:697|8:131|5:649|10:7|23:16|16:16|6:7|3:39|3:39;n;7|11:698;8|12:705|13:706;p;21|1:699;p;1|1:707|3:147|4:708|7:326|8:131|5:709|9:16|10:16|23:710|16:710|17:710|6:7|3:147|3:147;n;23|1:711|39:712|40:3;3|41:640;24;4|1:713;4|1:714;8|12:118|13:715;9|12:42|13:716;p;1|1:707|3:147|4:717|7:326|8:131|5:709|9:16|10:16|23:710|16:710|17:710|6:7|3:147|3:147;n;23|1:711|39:712|40:3;3|41:640;24;4|1:713;4|1:714;8|12:118|13:7'
- ..'18;p;1|3:538|4:719|7:13|8:131|5:701|10:16|16:16|6:16|3:538|3:538;n;22;p;p;p;1|3:39|4:720|7:214|8:131|5:721|10:16|3:39|3:39;n;7|18:722|11:16;p;1|3:39|4:723|7:214|8:131|5:724|23:16|6:16|3:39|3:39;n;7|18:725;11|21:726|22:727;11|21:726|22:16;11|21:728|22:152;8|12:113|13:729;8|12:730|13:731;p;1|3:39|4:732|7:214|8:131|5:733|6:7|3:39|3:39;n;8|12:211|13:734;p;1|3:11|4:735|7:293|8:131|5:736|10:16|17:16|6:7|3:11|3:11;n;8|12:737|13:738;8|12:682|13:739;8|12:682|13:740;8|12:211|13:741;8|12:211'
- ..'|13:742;8|12:211|13:743;8|12:211|13:687;p;1|3:57|4:744|8:131|5:745|3:57|3:57;n;9|12:295|13:746;9|12:76|13:747;p;1|3:57|4:748|8:131|5:749|3:57|3:57;1|3:147|25:3|4:750|8:131|5:182|3:147|3:147;n;25|3:751|5:752|42:753|43:754|3:751|3:751;p;1|3:11|4:755|7:293|8:131|5:756|10:16|6:7|3:11|3:11;n;8|12:118|13:757;p;1|3:39|4:758|7:293|8:131|5:759|10:16|6:7|3:39|3:39;1|3:11|4:760|8:131|5:523|3:11|3:11;n;9|12:109|13:524;9|12:109|13:761;p;1|19:78|4:762|7:477|8:131|5:182|6:7;n;9|12:82|13:763;p;1|'
- ..'19:78|4:764|7:477|8:131|5:176|10:16;n;9|12:177|13:180;9|12:177|13:200;8|12:177|13:199;9|12:177|13:178;9|12:177|13:179;8|12:82|13:765;p;1|19:78|4:766|7:477|8:131|5:186;n;9|12:177|13:767;p;10|19:78|4:768|8:131|5:81;12|19:78|4:769|8:131|5:168|9:16|10:16|23:16|16:16|17:16|6:7;n;6|1:169|24:170;8|12:53|13:174;8|12:34|13:193;8|12:99|13:171;8|12:62|13:172;p;1|19:78|4:770|8:131|5:85;n;9|12:109|13:771;p;1|3:317|25:318|4:772|8:131|5:320|3:317|3:317;n;9|12:109|13:331;p;10|19:78|4:773|8:131|5:'
- ..'184;1|3:538|4:774|7:80|8:131|5:540|6:16|3:538|3:538;10|3:538|4:775|7:697|8:131|5:544|3:538|3:538;n;11|21:545;8|12:359|13:776;p;1|19:78|4:777|7:477|8:131|5:166|6:7;1|3:39|4:778|8:131|5:779|10:7|3:39|3:39;n;8|12:780|13:781;9|12:120|13:782;8|12:780|13:783;9|12:120|13:784;9|12:120|13:785;8|12:780|13:786;9|12:120|13:787;8|12:780|13:788;9|12:120|13:789;9|12:120|13:790;8|12:780|13:791;8|12:780|13:792;9|12:120|13:793;p;1|4:794|8:131|5:795|6:7;1|3:57|4:796|7:80|8:131|5:797|3:57|3:57;n;9|12'
- ..':601|13:798;p;1|3:11|4:799|8:131|5:800|6:7|3:11|3:11;n;9|12:76|13:801;p;1|3:11|4:802|8:131|5:517|3:11|3:11;n;9|12:518|13:803;p;1|3:11|4:804|8:131|5:805|6:16|3:11|3:11;n;8|12:109|13:806;8|12:109|13:807;8|12:109|13:808;8|12:109|13:809;8|12:810|13:811;8|12:109|13:812;8|12:109|13:813;p;1|3:39|4:814|7:326|8:131|5:815|3:39|3:39;n;8|12:177|13:816;8|12:177|13:817;8|12:82|13:818;9|12:177|13:819;p;1|3:39|4:820|8:131|5:821|10:7|16:16|17:16|6:16|3:39|3:39;n;8|12:223|13:822;8|12:823|13:824;8|1'
- ..'2:223|13:825;8|12:826|13:827;p;1|3:39|4:828|8:131|5:314|3:39|3:39;n;9|12:177|13:829;p;1|3:11|4:830|7:214|8:131|5:831|10:16|16:16|6:7|3:11|3:11;2;n;2;n;2;n;2|1:694;n;1|1:695|3:39|4:832|7:543|8:131|5:649|10:7|16:16|6:7|3:39|3:39;n;7|11:698;p;21|1:699;p;1|3:11|4:833|7:37|8:131|5:701|10:16|16:16|6:16|3:11|3:11;n;22;8|12:702|13:703;8|12:42|13:834;p;21|1:699;p;2|1:694;n;1|1:695|3:39|4:835|7:543|8:131|5:649|10:7|16:16|6:7|3:39|3:39;n;7|11:698;8|12:705|13:836;8|12:359|13:837;p;21|1:699;p;'
- ..'1|1:707|3:147|4:838|8:131|5:709|9:16|10:16|23:710|16:710|17:710|6:7|3:147|3:147;n;23|1:711|39:712|40:3;3|41:640;24;4|1:713;4|1:714;8|12:118|13:839;p;1|1:707|3:147|4:840|8:131|5:709|9:16|10:16|23:710|16:710|17:710|6:7|3:147|3:147;n;23|1:711|39:712|40:3;3|41:640;24;4|1:713;4|1:714;9|12:705|13:174;8|12:118|13:841;p;1|3:11|4:842|7:37|8:131|5:701|10:16|16:16|6:16|3:11|3:11;n;22;p;p;p;1|3:11|4:843|7:477|8:131|5:844|10:16|3:11|3:11;n;7|11:16;p;1|3:11|4:845|8:131|5:507|3:11|3:11;n;9|12:11'
- ..'8|13:846;p;1|3:11|4:847|7:326|8:131|5:184|10:16|3:11|3:11;n;7|18:848|11:16;p;1|3:372|4:849|8:131|5:87|3:372|3:372;1|3:39|4:850|8:131|5:851|9:16|3:39|3:39;n;8|12:359|13:852;8|12:359|13:853;9|12:854|13:855;8|12:359|13:856;8|12:359|13:857;8|12:359|13:858;8|12:359|13:859;8|12:359|13:860;8|12:359|13:861;p;1|3:11|4:862|8:131|5:863|3:11|3:11;n;9|12:177|13:864;p;1|3:11|4:865|8:131|5:721|10:16|3:11|3:11;n;7|11:16;8|12:866|13:867;p;1|3:39|4:868|7:214|8:131|5:869|10:16|16:16|6:7|3:39|3:39;n;'
- ..'8|12:379|13:870;8|12:211|13:871;8|12:111|13:872;8|12:109|13:873;8|12:607|13:874;8|12:607|13:687;8|12:607|13:875;p;1|3:57|4:876|8:131|5:877|3:57|3:57;n;9|12:878|13:879;9|12:273|13:880;p;1|3:57|4:881|8:131|5:882|3:57|3:57;n;9|12:93|13:883;p;1|3:884|44:885|4:886|7:887|8:888|5:889|45:7|10:890|6:891|3:884|3:884;n;26|12:29|13:892;27|12:161|13:893|24:894;p;1|3:317|25:318|4:895|8:131|5:896|3:317|3:317;1|3:57|4:897|8:131|5:898|3:57|3:57;n;9|12:177|13:899;9|12:177|13:900;9|12:177|13:901;p;1'
- ..'|3:57|4:902|8:131|5:745|3:57|3:57;n;9|12:76|13:747;9|12:295|13:903;p;1|3:57|4:904|8:131|5:749|3:57|3:57;n;9|12:161|13:905;p;1|3:39|4:906|7:214|8:131|5:681|9:16|10:16|17:16|6:7|3:39|3:39;n;8|12:379|13:907;8|12:682|13:908;8|12:737|13:738;8|12:211|13:689;8|12:211|13:874;8|12:682|13:909;8|12:607|13:910;p;1|3:11|4:911|7:214|8:131|5:736|10:16|23:16|17:16|6:7|3:11|3:11;n;8|12:682|13:912;p;1|3:11|4:913|7:80|8:131|5:844|10:16|3:11|3:11;n;7|11:16;p;1|3:39|4:914|7:293|8:131|5:869|10:16|23:16'
- ..'|16:16|6:7|3:39|3:39;n;8|12:684|13:915;p;1|3:57|4:916|8:131|5:917|3:57|3:57;n;9|12:601|13:918;p;1|3:39|25:3|4:919|8:131|5:182|3:39|3:39;n;25|3:751|5:752|42:753|43:920|3:751|3:751;8|12:113|13:921;p;1|3:11|4:922|7:214|8:131|5:756|10:16|23:16|6:7|3:11|3:11;n;8|12:118|13:757;p;1|3:39|4:923|7:214|8:131|5:759|9:16|10:16|6:7|3:39|3:39;n;8|12:379|13:924;8|12:118|13:757;p;1|3:11|4:925|7:27|8:131|5:249|10:16|16:16|3:11|3:11;n;7|11:16;8|12:29|13:926;p;1|3:11|4:927|8:131|5:324|3:11|3:11;1|3:3'
- ..'9|4:928|8:131|5:929|3:39|3:39;n;9|12:44|13:930;9|12:854|13:931;p;1|3:39|4:932|7:293|8:131|5:562|3:39|3:39;n;8|12:211|13:933;p;1|3:39|4:934|7:293|8:131|5:412|9:16|6:7|3:39|3:39;n;8|12:211|13:935;8|12:297|13:598;8|12:297|13:597;p;1|3:39|4:936|7:293|8:131|5:572|23:16|6:7|3:39|3:39;n;8|12:684|13:937;8|12:684|13:586;8|12:211|13:734;8|12:177|13:938;p;1|3:39|4:939|7:293|8:131|5:724|9:16|6:16|3:39|3:39;n;7|18:725;11|21:726|22:727;11|21:726;11|21:728|22:152;p;1|3:39|4:940|7:80|8:131|5:591|'
- ..'10:7|6:16|3:39|3:39;1|3:11|4:941|7:293|8:131|5:831|9:16|10:16|16:16|6:7|3:11|3:11;n;8|12:607|13:687;8|12:111|13:942;p;1|3:11|4:943|7:214|8:131|5:552|9:16|10:16|6:7|3:11|3:11;n;8|12:379|13:944;8|12:607|13:608;p;1|3:560|4:945|7:80|8:131|5:423|10:16|6:7|3:560|3:560;n;8|12:297|13:946;p;1|3:103|4:947|7:80|8:131|5:105|3:103|3:103;1|3:39|4:948|7:293|8:131|5:949|10:16|23:16|6:7|3:39|3:39;n;8|12:684|13:950;8|12:684|13:951;8|12:952|13:953;p;1|3:39|4:954|7:214|8:131|5:87|10:16|23:16|6:7|3:39'
- ..'|3:39;n;8|12:118|13:509;8|12:118|13:508;8|12:118|13:955;p;1|3:39|4:956|7:957|8:131|5:291|10:16|16:16|3:39|3:39;n;7|11:16;8|12:118|13:958;p;1|3:39|4:959|7:214|8:131|5:507|9:16|10:16|6:7|3:39|3:39;n;8|12:118|13:955;8|12:118|13:508;8|12:118|13:509;p;1|3:39|4:960|7:957|8:131|5:302|10:16|16:16|3:39|3:39;n;7|11:16;p;1|3:39|4:961|7:214|8:131|5:511|10:16|23:16|6:7|3:39|3:39;n;8|12:76|13:512;8|12:219|13:962;p;1|3:39|4:963|7:214|8:131|5:294|10:16|23:16|6:7|3:39|3:39;n;8|12:76|13:461;p;1|3:3'
- ..'9|4:964|7:214|8:131|5:606|10:16|23:16|6:7|3:39|3:39;n;8|12:607|13:608;8|12:219|13:965;8|12:76|13:966;p;1|3:39|4:967|7:957|8:131|5:289|10:16|3:39|3:39;n;7|11:16;8|12:118|13:958;p;1|3:11|4:968|7:159|8:131|5:206|6:16|3:11|3:11;1|3:11|4:969|7:159|8:131|5:208|6:7|3:11|3:11;n;8|12:970|13:971;p;1|3:11|4:972|7:37|8:131|5:73|10:16|16:16|3:11|3:11;n;7|11:16;8|12:970|13:973;p;1|3:11|4:974|7:37|8:131|5:28|10:16|16:16|3:11|3:11;n;7|11:16;8|12:29|13:975;p;1|3:11|4:976|7:159|8:131|5:160|10:16|6:'
- ..'16|3:11|3:11;n;8|12:29|13:977;p;1|3:11|4:978|8:131|5:979|6:7|3:11|3:11;n;8|12:780|13:980;8|12:780|13:981;8|12:780|13:982;9|12:118|13:983;8|12:780|13:984;8|12:780|13:985;9|12:118|13:986;p;1|3:11|4:987|8:131|5:87|3:11|3:11;1|3:11|4:988|8:131|5:322|3:11|3:11;1|3:11|4:989|8:131|5:105|3:11|3:11;1|3:39|4:990|8:131|5:253|3:39|3:39;1|3:39|4:991|8:131|5:41|23:16|16:16|3:39|3:39;n;8|12:705|13:992;9|12:854|13:993;8|12:705|13:994;9|12:44|13:995;9|12:44|13:996;8|12:997|13:998;p;1|4:999|8:131|5'
- ..':1000;n;9|12:118|13:1001;9|12:120|13:1002;9|12:118|13:1003;p;1|3:11|4:1004|7:159|8:131|5:21|6:16|3:11|3:11;n;8|12:24|13:1005;9|12:22|13:1006;8|12:22|13:1007;8|12:1008|13:1009;p;1|3:39|4:1010|8:131|5:1011|3:39|3:39;n;9|12:44|13:1012;9|12:854|13:1013;9|12:44|13:1014;p;1|3:39|4:1015|8:131|5:1016|6:7|3:39|3:39;n;9|12:118|13:1017;9|12:118|13:1018;9|12:118|13:1019;p;1|3:39|4:1020|8:131|5:1016|10:16|3:39|3:39;1|3:39|4:1021|8:131|5:1022|23:16|3:39|3:39;n;9|12:44|13:1023;8|12:113|13:1024;p'
- ..';1|3:103|4:1025|7:326|8:131|5:105|3:103|3:103;n;9|12:118|13:1026;p;1|3:39|4:1027|7:159|8:131|5:949|9:16|6:16|3:39|3:39;n;8|12:379|13:1028;8|12:1029|13:1030;8|12:379|13:1031;8|12:1029|13:1032;p;1|3:57|4:1033|7:293|8:131|5:427|9:16|23:16|6:7|3:57|3:57;n;8|12:53|13:1034;8|12:34|13:1035;8|12:53|13:1036;8|12:53|13:1037;8|12:53|13:1038;8|12:53|13:1039;8|12:281|13:428;8|12:53|13:1040;p;1|3:39|4:1041|7:293|8:131|5:565|9:16|10:16|6:7|3:39|3:39;n;8|12:24|13:1042;8|12:66|13:1043;p;1|3:39|4:1'
- ..'044|7:20|8:131|5:412|9:16|6:7|3:39|3:39;n;8|12:297|13:1045;8|12:297|13:1046;p;1|3:39|4:1047|7:20|8:131|5:433|9:16|10:16|6:16|3:39|3:39;1|3:57|4:1048|7:293|8:131|5:438|9:16|10:16|23:16|6:7|3:57|3:57;n;8|12:53|13:1049;8|12:53|13:1050;8|12:34|13:1051;8|12:34|13:1052;8|12:34|13:1053;8|12:53|13:1054;8|12:53|13:1055;8|12:34|13:1056;8|12:53|13:1057;8|12:389|13:439;p;1|3:39|4:1058|7:20|8:131|5:949|23:16|6:16|3:39|3:39;n;8|12:684|13:1059;8|12:1029|13:1060;p;1|3:39|4:1061|7:957|8:131|5:475|'
- ..'10:16|17:16|3:39|3:39;n;7|11:16;8|12:76|13:303;p;1|3:57|4:1062|7:293|8:131|5:394|9:16|23:16|6:7|3:57|3:57;n;8|12:53|13:1063;8|12:53|13:1064;8|12:177|13:1065;8|12:34|13:1066;p;1|3:39|4:1067|7:293|8:131|5:1068|23:16|6:7|3:39|3:39;n;8|12:584|13:585;8|12:684|13:587;p;1|3:39|4:1069|7:214|8:131|5:569|10:16|6:7|3:39|3:39;n;8|12:76|13:512;p;1|3:57|4:1070|7:293|8:131|5:484|9:16|23:16|6:7|3:57|3:57;n;8|12:34|13:1071;8|12:53|13:1072;8|12:34|13:1073;8|12:34|13:1074;8|12:34|13:1075;8|12:53|13:'
- ..'1076;8|12:34|13:1077;8|12:1078|13:382;8|12:53|13:1079;8|12:53|13:1080;8|12:53|13:1081;8|12:34|13:1082;p;1|3:39|4:1083|7:293|8:131|5:463|23:16|6:7|3:39|3:39;1|3:39|4:1084|7:214|8:131|5:460|9:16|10:16|6:7|3:39|3:39;n;8|12:76|13:299;p;1|3:39|4:1085|7:293|8:131|5:583|9:16|6:7|3:39|3:39;n;8|12:584|13:1086;8|12:297|13:1087;8|12:297|13:1088;9|12:231|13:1089;p;1|3:39|4:1090|7:293|8:131|5:404|9:16|6:7|3:39|3:39;n;8|12:297|13:1091;p;1|3:39|4:1092|7:293|8:131|5:1093|23:16|6:7|3:39|3:39;n;8|1'
- ..'2:684|13:277;p;1|3:39|4:1094|7:293|8:131|5:1095|23:16|6:7|3:39|3:39;n;8|12:684|13:425;p;1|3:39|4:1096|7:293|8:131|5:419|9:16|6:7|3:39|3:39;n;8|12:297|13:1097;8|12:297|13:1098;p;1|3:39|4:1099|7:293|8:131|5:1100|10:16|23:16|6:7|3:39|3:39;n;8|12:684|13:1101;8|12:66|13:1102;p;1|3:39|4:1103|7:293|8:131|5:391|9:16|6:7|3:39|3:39;n;8|12:177|13:466;8|12:297|13:464;8|12:297|13:465;8|12:297|13:1104;8|12:177|13:1105;p;1|3:57|4:1106|7:957|8:131|5:468|10:16|17:16|3:57|3:57;n;7|11:16;8|12:62|13:'
- ..'1107;8|12:62|13:1108;8|12:99|13:444;8|12:99|13:1109;8|12:99|13:1110;8|12:118|13:471;8|12:62|13:1111;p;1|3:39|4:1112|7:293|8:131|5:733|9:16|6:7|3:39|3:39;1|3:39|4:1113|7:293|8:131|5:589|23:16|6:7|3:39|3:39;n;8|12:684|13:1114;8|12:684|13:556;8|12:177|13:557;p;1|3:11|4:1115|7:214|8:131|9:16|10:16|6:7|3:11|3:11;n;8|12:34|13:1116;p;1|3:39|4:1117|7:293|8:131|5:554|9:16|6:7|3:39|3:39;n;8|12:297|13:1118;p;1|3:39|4:1119|7:293|8:131|5:455|9:16|6:7|3:39|3:39;n;8|12:297|13:1120;p;1|3:39|4:112'
- ..'1|7:293|8:131|5:1122|23:16|6:7|3:39|3:39;n;8|12:684|13:1123;p;1|3:57|4:1124|7:957|8:131|5:410|9:16|10:16|17:16|3:57|3:57;n;7|11:16;8|12:99|13:1125;8|12:76|13:1126;p;1|3:57|4:1127|7:214|8:131|5:457|9:16|6:7|3:57|3:57;n;8|12:1128|13:1129;8|12:34|13:1130;8|12:53|13:1131;8|12:53|13:1132;p;1|3:39|4:1133|7:293|8:131|5:1134|23:16|6:7|3:39|3:39;n;8|12:684|13:405;8|12:684|13:1135;8|12:684|13:406;8|12:485|13:1136;p;1|3:39|4:1137|7:293|8:131|5:451|9:16|6:7|3:39|3:39;1|3:39|4:1138|7:159|8:131'
- ..'|5:412|23:16|6:7|3:39|3:39;n;8|12:281|13:1139;p;1|3:57|4:1140|7:293|8:131|5:386|9:16|23:16|6:7|3:57|3:57;n;8|12:34|13:1141;8|12:1142|13:382;8|12:273|13:1143;8|12:53|13:1144;8|12:53|13:1145;8|12:34|13:1146;8|12:53|13:1147;8|12:53|13:1148;p;1|3:39|4:1149|7:293|8:131|5:272|9:16|6:7|3:39|3:39;n;8|12:273|13:274;8|12:297|13:1150;8|12:297|13:1151;p;1|3:39|4:1152|7:293|8:131|5:423|9:16|6:7|3:39|3:39;1|3:39|4:1153|7:293|8:131|5:1154|23:16|6:7|3:39|3:39;n;8|12:684|13:453;8|12:684|13:452;p;1'
- ..'|3:39|4:1155|7:293|8:131|5:1156|23:16|6:7|3:39|3:39;n;8|12:684|13:421;p;1|3:57|4:1157|8:131|5:255|3:57|3:57;1|3:39|4:1158|7:293|8:131|5:446|9:16|10:16|6:7|3:39|3:39;1|3:11|4:1159|8:131|5:257|3:11|3:11;n;9|12:120|13:258;9|12:118|13:259;p;1|3:39|4:1160|7:293|8:131|5:433|9:16|10:16|6:7|3:39|3:39;n;8|12:297|13:1161;8|12:66|13:1162;8|12:66|13:1163;p;1|3:11|4:1164|7:957|8:131|5:38|3:11|3:11;1|3:11|4:1165|7:957|8:131|5:33|10:16|3:11|3:11;n;7|11:16;8|12:1166|13:1167;p;1|3:11|4:1168|7:957|'
- ..'8:131|5:15|10:16|3:11|3:11;n;7|11:16;p;1|3:11|4:1169|7:27|8:131|5:49|3:11|3:11;1|3:39|4:1170|7:957|8:131|5:65|9:16|10:16|16:16|3:39|3:39;n;7|11:16;8|12:359|13:1171;8|12:66|13:1172;p;1|3:57|4:1173|7:957|8:131|5:286|9:16|10:16|17:16|3:57|3:57;n;7|11:16;8|12:62|13:585;8|12:99|13:1174;8|12:62|13:1175;8|12:82|13:1176;8|12:34|13:1177;p;1|3:57|4:1178|7:957|8:131|5:229|9:16|10:16|17:16|3:57|3:57;n;7|11:16;p;1|3:39|4:1179|7:957|8:131|5:107|10:16|16:16|3:39|3:39;n;7|11:16;8|12:93|13:1180;p;'
- ..'1|3:39|4:1181|7:957|8:131|5:92|10:16|17:16|3:39|3:39;n;7|11:16;p;1|3:39|4:1182|7:293|8:131|5:1183|23:16|6:7|3:39|3:39;n;8|12:684|13:284;8|12:684|13:280;8|12:684|13:283;p;1|3:39|4:1184|7:957|8:131|5:210|10:16|16:16|3:39|3:39;n;7|11:16;8|12:607|13:239;p;1|3:57|4:1185|7:1186|8:131|5:60|10:16|16:16|3:57|3:57;n;7|18:61|11:16;8|12:62|13:1187;8|12:99|13:1188;p;1|3:39|4:1189|7:293|8:131|5:215|9:16|10:16|6:7|3:39|3:39;1|3:39|4:1190|7:293|8:131|5:1191|10:16|23:16|6:7|3:39|3:39;n;8|12:66|13:'
- ..'1192;8|12:684|13:1193;8|12:684|13:220;8|12:684|13:221;8|12:223|13:224;8|12:216|13:217;8|12:66|13:1194;p;1|3:11|4:1195|7:957|8:131|5:69|10:16|3:11|3:11;n;7|11:16;8|12:70|13:1196;p;1|3:39|4:1197|7:957|8:131|5:56|9:16|10:16|17:16|3:39|3:39;n;7|11:16;p;1|3:39|4:1198|7:957|8:131|10:16|17:16|3:39|3:39;n;7|11:16;p;1|3:39|4:1199|7:957|8:131|5:261|10:16|17:16|3:39|3:39;n;7|11:16;8|12:1128|13:212;8|12:231|13:1200;p;1|3:39|4:1201|7:957|8:131|5:265|10:16|16:16|3:39|3:39;n;7|11:16;8|12:607|13:'
- ..'239;p;1|3:39|4:1202|7:957|8:131|5:267|10:16|16:16|3:39|3:39;n;7|11:16;8|12:82|13:268;p;1|3:57|4:1203|7:957|8:131|5:96|9:16|10:16|17:16|3:57|3:57;n;7|11:16;8|12:62|13:1204;8|12:99|13:1174;8|12:62|13:585;8|12:93|13:97;8|12:34|13:1205;p;1|3:39|4:1206|7:957|8:131|5:236|10:16|17:16|3:39|3:39;n;7|11:16;8|12:1128|13:212;8|12:878|13:1207;p;1|3:57|4:1208|7:957|8:131|5:234|9:16|10:16|17:16|3:57|3:57;n;7|11:16;p;1|3:39|4:1209|7:293|8:131|5:279|9:16|6:7|3:39|3:39;n;8|12:297|13:1210;8|12:297|1'
- ..'3:1211;8|12:281|13:282;8|12:297|13:1212;p;1|3:11|4:1213|7:80|8:131|5:257|3:11|3:11;1|3:57|4:1214|7:80|8:131|5:255|3:57|3:57;n;9|12:281|13:789;p;p;p;')
- for _,Object in pairs(Objects) do
- Object.Parent = script and script.Parent==workspace and script or workspace
- end
- for _,f in pairs(ActualScripts) do f() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement