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: 80223
- local genv={}
- local Scripts = {
- function() model = script.Parent.Parent.Parent
- backup = model:clone()
- local debounce = false
- function onTouch(part)
- if (part.Name == "Safe") and (debounce == false) and (script.Parent.Count.Value == 0) then
- debounce = true
- wait(2)
- model = backup:clone()
- model.Parent = game.Workspace
- model:makeJoints()
- script.Parent.Count.Value = 1
- debounce = false
- end
- end
- script.Parent.Touched:connect(onTouch) end;
- function() playerinplane = false
- engine = script.Parent
- parts = engine.Parent
- vehicle = parts.Parent
- message = Instance.new("Hint")
- while true do
- player = vehicle.Parent
- human = player:FindFirstChild("Humanoid")
- power = engine:FindFirstChild("FlyScript")
- if (engine.Boosters.Value == 1) then
- engine.Fuel.Value = engine.Fuel.Value - 1
- end
- if (engine.Boosters.Value == 1) and (engine.Fuel.Value <= 0) then
- engine.Boosters.Value = 0
- end
- if (engine.Boosters.Value == 1) and (power == nil) then
- engine.Boosters.Value = 0
- end
- if (human ~= nil) then
- if (engine.Boosters.Value == 1) and (human.health <= 0) then
- engine.Boosters.Value = 0
- message:Remove()
- end
- local weld = parts:FindFirstChild("Seat"):FindFirstChild("SeatWeld")
- if (weld == nil) or (weld.Part1 ~= player:FindFirstChild("Torso")) then
- engine.Boosters.Value = 0
- message:Remove()
- end
- end
- if (engine.Fuel.Value >= 98) then
- message.Text = "Booster Fuel: (||||||||||||||||||||)"
- elseif (engine.Fuel.Value >= 93) and (engine.Fuel.Value < 98) then
- message.Text = "Booster Fuel: (||||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 88) and (engine.Fuel.Value < 93) then
- message.Text = "Booster Fuel: (|||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 83) and (engine.Fuel.Value < 88) then
- message.Text = "Booster Fuel: (||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 78) and (engine.Fuel.Value < 83) then
- message.Text = "Booster Fuel: (|||||||||||||||| )"
- elseif (engine.Fuel.Value >= 73) and (engine.Fuel.Value < 78) then
- message.Text = "Booster Fuel: (||||||||||||||| )"
- elseif (engine.Fuel.Value >= 68) and (engine.Fuel.Value < 73) then
- message.Text = "Booster Fuel: (|||||||||||||| )"
- elseif (engine.Fuel.Value >= 63) and (engine.Fuel.Value < 68) then
- message.Text = "Booster Fuel: (||||||||||||| )"
- elseif (engine.Fuel.Value >= 58) and (engine.Fuel.Value < 63) then
- message.Text = "Booster Fuel: (|||||||||||| )"
- elseif (engine.Fuel.Value >= 53) and (engine.Fuel.Value < 58) then
- message.Text = "Booster Fuel: (||||||||||| )"
- elseif (engine.Fuel.Value >= 48) and (engine.Fuel.Value < 53) then
- message.Text = "Booster Fuel: (|||||||||| )"
- elseif (engine.Fuel.Value >= 43) and (engine.Fuel.Value < 48) then
- message.Text = "Booster Fuel: (||||||||| )"
- elseif (engine.Fuel.Value >= 38) and (engine.Fuel.Value < 43) then
- message.Text = "Booster Fuel: (|||||||| )"
- elseif (engine.Fuel.Value >= 33) and (engine.Fuel.Value < 38) then
- message.Text = "Booster Fuel: (||||||| )"
- elseif (engine.Fuel.Value >= 28) and (engine.Fuel.Value < 33) then
- message.Text = "Booster Fuel: (|||||| )"
- elseif (engine.Fuel.Value >= 23) and (engine.Fuel.Value < 28) then
- message.Text = "Booster Fuel: (||||| )"
- elseif (engine.Fuel.Value >= 18) and (engine.Fuel.Value < 23) then
- message.Text = "Booster Fuel: (|||| )"
- elseif (engine.Fuel.Value >= 13) and (engine.Fuel.Value < 18) then
- message.Text = "Booster Fuel: (||| )"
- elseif (engine.Fuel.Value >= 8) and (engine.Fuel.Value < 13) then
- message.Text = "Booster Fuel: (|| )"
- elseif (engine.Fuel.Value >= 3) and (engine.Fuel.Value < 8) then
- message.Text = "Booster Fuel: (| )"
- elseif (engine.Fuel.Value < 3) then
- message.Text = "Booster Fuel: ( )"
- end
- if (player.Name ~= "Station1") then
- if (playerinplane == false) then
- message.Parent = game.Players:FindFirstChild(player.Name)
- playerinplane = true
- end
- end
- if (engine.Boosters.Value == 1) then
- exhaust = Instance.new("Part")
- exhaust.CFrame = engine.CFrame * CFrame.new(0, 0, 20)
- explosion = Instance.new("Explosion")
- explosion.Position = exhaust.Position
- explosion.BlastRadius = 1
- exhaust:Remove()
- explosion.Parent = game.Workspace
- end
- wait(0.1)
- end
- end;
- function() local boom = false
- function createExplosion(position)
- explosion = Instance.new("Explosion")
- explosion.Position = position
- explosion.BlastRadius = 12
- explosion.Parent = game.Workspace
- end
- function onTouch(part)
- if boom == true then return end
- if (part.Name == "Rocket") or (part.Name == "Safe") or (part.Parent.Parent.Parent == script.Parent) or (part.Parent:findFirstChild("Humanoid")) then return end
- if (script.Parent.Parts.Tip.Velocity.x > 50) or (script.Parent.Parts.Tip.Velocity.x < -50) or (script.Parent.Parts.Tip.Velocity.z > 50) or (script.Parent.Parts.Tip.Velocity.z < -50) then
- boom = true
- createExplosion(script.Parent.Parts.Engine.Position)
- script.Parent:BreakJoints()
- local stuff = script.Parent:children()
- for i=1,#stuff do
- if stuff[i].Name == "BodyKit" or
- stuff[i].Name == "Parts" then
- local parts = stuff[i]:children()
- for p = 1, #parts do
- if parts[p].className == "Part" then
- local velo = Instance.new("BodyVelocity")
- velo.maxForce = Vector3.new(9.9e+036, 9.9e+036, 9.9e+036)
- velo.velocity = Vector3.new(math.random(-15,15),math.random(-15,15),math.random(-15,15))
- velo.Parent = parts[p]
- end
- end
- end
- end
- wait(4)
- script.Parent:remove()
- end
- end
- script.Parent.Parts.Tip.Touched:connect(onTouch)
- end;
- function() position = script.Parent.Engine.Position
- local frame = Instance.new("CFrameValue")
- frame.Name = "OriginCFrame"
- frame.Value = script.Parent.Engine.CFrame
- frame.Parent = script.Parent
- local object = Instance.new("ObjectValue")
- object.Value = script.Parent.Parent.Parent
- seat = script.Parent.Seat
- function onChildAdded(part)
- if part.className == "Weld" then
- local torso = part.Part1
- if torso ~= nil then
- local parent = torso.Parent
- if parent ~= nil then
- script.Parent.Parent.Parent = parent
- while true do
- wait(2)
- local pos = script.Parent.Engine.Position
- if (position - pos).magnitude > 30 then
- if object.Value ~= nil then
- object.Value.Regen.Value = 1
- wait(.5)
- object.Value.Regen.Value = 0
- object.Value = nil
- end
- break end
- end
- while true do
- print("Loop")
- wait(2)
- if part == nil then
- script.Parent.Parent.Parent = game.Workspace
- script.Parent.Parent:MakeJoints()
- break end
- end
- end
- end
- end
- end
- seat.ChildAdded:connect(onChildAdded) end;
- function() position = script.Parent.Engine.Position
- local frame = Instance.new("CFrameValue")
- frame.Name = "OriginCFrame"
- frame.Value = script.Parent.Engine.CFrame
- frame.Parent = script.Parent
- local object = Instance.new("ObjectValue")
- object.Value = script.Parent.Parent.Parent
- seat = script.Parent.Seat
- function onChildAdded(part)
- if part.className == "Weld" then
- local torso = part.Part1
- if torso ~= nil then
- local parent = torso.Parent
- if parent ~= nil then
- script.Parent.Parent.Parent = parent
- while true do
- wait(2)
- local pos = script.Parent.Engine.Position
- if (position - pos).magnitude > 30 then
- if object.Value ~= nil then
- object.Value.Regen.Value = 1
- wait(.5)
- object.Value.Regen.Value = 0
- object.Value = nil
- end
- break end
- end
- while true do
- print("Loop")
- wait(2)
- if part == nil then
- script.Parent.Parent.Parent = game.Workspace
- script.Parent.Parent:MakeJoints()
- break end
- end
- end
- end
- end
- end
- seat.ChildAdded:connect(onChildAdded)
- end;
- function() r = script.Parent.Parent.Ride
- function onClicked()
- wait(.00001)
- r.BodyVelocity.velocity = Vector3.new(r.BodyVelocity.velocity.x, r.BodyVelocity.velocity.y + 5, r.BodyVelocity.velocity.z)
- wait(1)
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked) end;
- function() r = script.Parent.Parent.Ride
- function onClicked()
- wait(.00001)
- r.BodyVelocity.velocity = Vector3.new(0,0,0)
- wait(1)
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked) end;
- function() r = script.Parent.Parent.Ride
- function onClicked()
- wait(.00001)
- r.BodyVelocity.velocity = Vector3.new(r.BodyVelocity.velocity.x, r.BodyVelocity.velocity.y - 5, r.BodyVelocity.velocity.z)
- wait(1)
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked) end;
- function() s = script
- g = game.Workspace
- Car = s.Parent.Parent.Car1
- -------------------------
- function onClicked()
- Car.BodyVelocity.velocity = Vector3.new(0, -5, 0)
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() s = script
- g = game.Workspace
- Car = s.Parent.Parent.Car1
- -------------------------
- function onClicked()
- Car.BodyVelocity.velocity = Vector3.new(0, 0, 0)
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() s = script
- g = game.Workspace
- Car = s.Parent.Parent.Car1
- -------------------------
- function onClicked()
- Car.BodyVelocity.velocity = Vector3.new(0, 5, 0)
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() s = script
- g = game.Workspace
- Car = s.Parent.Parent.Car1
- -------------------------
- function onClicked()
- Car.BodyVelocity.velocity = Vector3.new(5, 0, 0)
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() s = script
- g = game.Workspace
- Car = s.Parent.Parent.Car1
- -------------------------
- function onClicked()
- Car.BodyVelocity.velocity = Vector3.new(-5, 0, 0)
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() s = script
- g = game.Workspace
- Car = s.Parent.Parent.Car1
- -------------------------
- function onClicked()
- Car.BodyVelocity.velocity = Vector3.new(0, 0, 5)
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() s = script
- g = game.Workspace
- Car = s.Parent.Parent.Car1
- -------------------------
- function onClicked()
- Car.BodyVelocity.velocity = Vector3.new(0, 0, -5)
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end;
- function() local Tool = script.Parent;
- enabled = true
- function onButton1Down(mouse)
- if not enabled then
- return
- end
- enabled = true
- mouse.Icon = "rbxasset://textures\\GunCursor.png"
- --wait(.5)
- --mouse.Icon = "rbxasset://textures\\GunCursor.png"
- --enabled = true
- --mouse.Button1Up:connect(function() onButton1Up(mouse) end)
- end
- function onButton1Up(mouse)
- enabled = false
- Tool.Enabled = false
- mouse.Icon = "rbxasset://textures\\GunWaitCursor.png"
- wait(2.2)
- mouse.Icon = "rbxasset://textures\\GunCursor.png"
- enabled = true
- Tool.Enabled = true
- end
- function onEquippedLocal(mouse)
- if mouse == nil then
- print("Mouse not found")
- return
- end
- mouse.Icon = "rbxasset://textures\\GunCursor.png"
- mouse.Button1Down:connect(function() onButton1Down(mouse) end)
- mouse.Button1Up:connect(function() onButton1Up(mouse)end)
- end
- Tool.Equipped:connect(onEquippedLocal)
- end;
- function() Tool = script.Parent
- colors = {24,24,226}
- function fire(v)
- Tool.Handle.Fire:play()
- local vCharacter = Tool.Parent
- local vPlayer = game.Players:playerFromCharacter(vCharacter)
- local missile = Instance.new("Part")
- local spawnPos = vCharacter.PrimaryPart.Position
- spawnPos = spawnPos + (v * 8)
- missile.Position = spawnPos
- missile.Size = Vector3.new(1,1,1)
- missile.Velocity = v * 500
- missile.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
- missile.Shape = 1
- missile.BottomSurface = 0
- missile.TopSurface = 0
- missile.Name = "Paintball"
- missile.Elasticity = 0
- missile.Reflectance = 0
- missile.Friction = 1
- local force = Instance.new("BodyForce")
- force.force = Vector3.new(0,220,0)
- force.Parent = missile
- Tool.BrickCleanup:clone().Parent = missile
- local new_script = script.Parent.Paintball:clone()
- new_script.Disabled = false
- new_script.Parent = missile
- local creator_tag = Instance.new("ObjectValue")
- creator_tag.Value = vPlayer
- creator_tag.Name = "creator"
- creator_tag.Parent = missile
- missile.Parent = game.Workspace
- --wait(0.05)
- --fire(
- end
- function check(en)
- ---------------------------------------Function start here.
- if (Tool.Enabled == false) then
- return false
- end--end for if!
- -------------------------------
- if (Tool.Enabled == true) then
- return true
- end
- ---------------------------------------Function end here.
- end
- Tool.Enabled = true
- function onActivated()
- if not Tool.Enabled then
- return
- end
- --Tool.Enabled = false
- local character = Tool.Parent;
- local humanoid = character.Humanoid
- if humanoid == nil then
- print("Humanoid not found")
- return
- end
- local targetPos = humanoid.TargetPoint
- local lookAt = (targetPos - character.Head.Position).unit
- if (check()) then
- fire(lookAt)
- wait(0.1)
- onActivated()
- end
- return
- --Tool.Enabled = true
- end
- script.Parent.Activated:connect(onActivated)
- end;
- function() ball = script.Parent
- damage = 2.75
- function onTouched(hit)
- local humanoid = hit.Parent:findFirstChild("Zombie")
- -- make a splat
- --for i=1,3 do
- -- local s = Instance.new("Part")
- -- s.Shape = 1 -- block
- -- s.formFactor = 2 -- plate
- -- s.Size = Vector3.new(1,.4,1)
- -- s.BrickColor = ball.BrickColor
- -- local v = Vector3.new(math.random(-1,1), math.random(0,1), math.random(-1,1))
- -- s.Velocity = 15 * v--15
- -- s.CFrame = CFrame.new(ball.Position + v, v)
- --- ball.BrickCleanup:clone().Parent = s
- -- s.BrickCleanup.Disabled = false
- -- s.Parent = game.Workspace
- --
- --end
- if humanoid ~= nil then
- tagHumanoid(humanoid)
- humanoid.Health = humanoid.Health - damage
- wait(2)
- untagHumanoid(humanoid)
- end
- connection:disconnect()
- ball.Parent = nil
- 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)
- wait(0.8)
- ball.Parent = nil
- end;
- function() Tool = script.Parent;
- local arms = nil
- local torso = nil
- local welds = {}
- function Equip(mouse)
- wait(0.01)
- arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right Arm")}
- torso = Tool.Parent:FindFirstChild("Torso")
- if arms ~= nil and torso ~= nil then
- local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
- if sh ~= nil then
- local yes = true
- if yes then
- yes = false
- sh[1].Part1 = nil
- sh[2].Part1 = nil
- local weld1 = Instance.new("Weld")
- weld1.Part0 = torso
- weld1.Parent = torso
- weld1.Part1 = arms[1]
- weld1.C1 = CFrame.new(-0.249, 1.35, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0, math.rad(-90))
- welds[1] = weld1
- local weld2 = Instance.new("Weld")
- weld2.Part0 = torso
- weld2.Parent = torso
- weld2.Part1 = arms[2]
- weld2.C1 = CFrame.new(-1, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
- welds[2] = weld2
- end
- else
- print("sh")
- end
- else
- print("arms")
- end
- end
- function Unequip(mouse)
- if arms ~= nil and torso ~= nil then
- local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
- if sh ~= nil then
- local yes = true
- if yes then
- yes = false
- sh[1].Part1 = arms[1]
- sh[2].Part1 = arms[2]
- welds[1].Parent = nil
- welds[2].Parent = nil
- end
- else
- print("sh")
- end
- else
- print("arms")
- end
- end
- Tool.Equipped:connect(Equip)
- Tool.Unequipped:connect(Unequip)
- end;
- function() local Tool = script.Parent;
- enabled = true
- function onButton1Down(mouse)
- if not enabled then
- return
- end
- enabled = true
- mouse.Icon = "rbxasset://textures\\GunCursor.png"
- --wait(.5)
- --mouse.Icon = "rbxasset://textures\\GunCursor.png"
- --enabled = true
- --mouse.Button1Up:connect(function() onButton1Up(mouse) end)
- end
- function onButton1Up(mouse)
- enabled = false
- Tool.Enabled = false
- mouse.Icon = "rbxasset://textures\\GunWaitCursor.png"
- wait(2.2)
- mouse.Icon = "rbxasset://textures\\GunCursor.png"
- enabled = true
- Tool.Enabled = true
- end
- function onEquippedLocal(mouse)
- if mouse == nil then
- print("Mouse not found")
- return
- end
- mouse.Icon = "rbxasset://textures\\GunCursor.png"
- mouse.Button1Down:connect(function() onButton1Down(mouse) end)
- mouse.Button1Up:connect(function() onButton1Up(mouse)end)
- end
- Tool.Equipped:connect(onEquippedLocal)
- end;
- function() Tool = script.Parent
- colors = {24,24,226}
- function fire(v)
- Tool.Handle.Fire:play()
- local vCharacter = Tool.Parent
- local vPlayer = game.Players:playerFromCharacter(vCharacter)
- local missile = Instance.new("Part")
- local spawnPos = vCharacter.PrimaryPart.Position
- spawnPos = spawnPos + (v * 8)
- missile.Position = spawnPos
- missile.Size = Vector3.new(1,1,1)
- missile.Velocity = v * 500
- missile.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
- missile.Shape = 1
- missile.BottomSurface = 0
- missile.TopSurface = 0
- missile.Name = "Paintball"
- missile.Elasticity = 0
- missile.Reflectance = 0
- missile.Friction = 1
- local force = Instance.new("BodyForce")
- force.force = Vector3.new(0,220,0)
- force.Parent = missile
- Tool.BrickCleanup:clone().Parent = missile
- local new_script = script.Parent.Paintball:clone()
- new_script.Disabled = false
- new_script.Parent = missile
- local creator_tag = Instance.new("ObjectValue")
- creator_tag.Value = vPlayer
- creator_tag.Name = "creator"
- creator_tag.Parent = missile
- missile.Parent = game.Workspace
- --wait(0.05)
- --fire(
- end
- function check(en)
- ---------------------------------------Function start here.
- if (Tool.Enabled == false) then
- return false
- end--end for if!
- -------------------------------
- if (Tool.Enabled == true) then
- return true
- end
- ---------------------------------------Function end here.
- end
- Tool.Enabled = true
- function onActivated()
- if not Tool.Enabled then
- return
- end
- --Tool.Enabled = false
- local character = Tool.Parent;
- local humanoid = character.Humanoid
- if humanoid == nil then
- print("Humanoid not found")
- return
- end
- local targetPos = humanoid.TargetPoint
- local lookAt = (targetPos - character.Head.Position).unit
- if (check()) then
- fire(lookAt)
- wait(0.1)
- onActivated()
- end
- return
- --Tool.Enabled = true
- end
- script.Parent.Activated:connect(onActivated)
- end;
- function() ball = script.Parent
- damage = 2.75
- function onTouched(hit)
- local humanoid = hit.Parent:findFirstChild("Zombie")
- -- make a splat
- --for i=1,3 do
- -- local s = Instance.new("Part")
- -- s.Shape = 1 -- block
- -- s.formFactor = 2 -- plate
- -- s.Size = Vector3.new(1,.4,1)
- -- s.BrickColor = ball.BrickColor
- -- local v = Vector3.new(math.random(-1,1), math.random(0,1), math.random(-1,1))
- -- s.Velocity = 15 * v--15
- -- s.CFrame = CFrame.new(ball.Position + v, v)
- --- ball.BrickCleanup:clone().Parent = s
- -- s.BrickCleanup.Disabled = false
- -- s.Parent = game.Workspace
- --
- --end
- if humanoid ~= nil then
- tagHumanoid(humanoid)
- humanoid.Health = humanoid.Health - damage
- wait(2)
- untagHumanoid(humanoid)
- end
- connection:disconnect()
- ball.Parent = nil
- 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)
- wait(0.8)
- ball.Parent = nil
- end;
- function() Tool = script.Parent;
- local arms = nil
- local torso = nil
- local welds = {}
- function Equip(mouse)
- wait(0.01)
- arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right Arm")}
- torso = Tool.Parent:FindFirstChild("Torso")
- if arms ~= nil and torso ~= nil then
- local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
- if sh ~= nil then
- local yes = true
- if yes then
- yes = false
- sh[1].Part1 = nil
- sh[2].Part1 = nil
- local weld1 = Instance.new("Weld")
- weld1.Part0 = torso
- weld1.Parent = torso
- weld1.Part1 = arms[1]
- weld1.C1 = CFrame.new(-0.249, 1.35, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0, math.rad(-90))
- welds[1] = weld1
- local weld2 = Instance.new("Weld")
- weld2.Part0 = torso
- weld2.Parent = torso
- weld2.Part1 = arms[2]
- weld2.C1 = CFrame.new(-1, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
- welds[2] = weld2
- end
- else
- print("sh")
- end
- else
- print("arms")
- end
- end
- function Unequip(mouse)
- if arms ~= nil and torso ~= nil then
- local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
- if sh ~= nil then
- local yes = true
- if yes then
- yes = false
- sh[1].Part1 = arms[1]
- sh[2].Part1 = arms[2]
- welds[1].Parent = nil
- welds[2].Parent = nil
- end
- else
- print("sh")
- end
- else
- print("arms")
- end
- end
- Tool.Equipped:connect(Equip)
- Tool.Unequipped:connect(Unequip)
- end;
- function() damage = 11
- game:GetService("Debris"):AddItem(script.Parent, 8)
- function onTouched(hit)
- if hit.Parent:findFirstChild("Humanoid")~=nil then
- hit.Parent["Humanoid"]:TakeDamage(damage)
- end
- wait()
- script.Parent:Remove()
- end
- script.Parent.Touched:connect(onTouched) end;
- function() Tool = script.Parent
- colors = {199}
- function fire(v)
- Tool.Handle.Fire:play()
- local vCharacter = Tool.Parent
- local vPlayer = game.Players:playerFromCharacter(vCharacter)
- local missile = Instance.new("Seat")
- local p = script.Parent.SPos:clone()
- local vCharacter = Tool
- local vPlayer = game.Players:playerFromCharacter(vCharacter)
- local missile = Instance.new("Part")
- local spawnPos = vCharacter.Handle4.Position
- spawnPos = spawnPos + (v * 5)
- missile.Position = spawnPos
- missile.Size = Vector3.new(0.2,0.2,0.2)
- missile.Velocity = v * 500
- missile.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
- missile.Shape = 0
- missile.BottomSurface = 0
- missile.TopSurface = 0
- missile.Name = "Paintball"
- missile.Elasticity = 0
- missile.Reflectance = 0
- missile.Friction = 1
- p.Name = "Shell"
- p.Parent = game.Workspace
- p.CFrame = script.Parent.SPos.CFrame
- p.CanCollide = true
- p.Transparency = 0
- p.Velocity = Vector3.new(0, -30, 0)
- local force = Instance.new("BodyForce")
- force.force = Vector3.new(0,100,0)
- force.Parent = missile
- Tool.BrickCleanup:clone().Parent = missile
- local new_script = script.Parent.Paintball:clone()
- new_script.Disabled = false
- new_script.Parent = missile
- local new_script = script.Parent.ShellCleanup:clone()
- new_script.Disabled = false
- new_script.Parent = p
- local new_script = script.Parent.ShellFunction:clone()
- new_script.Disabled = false
- new_script.Parent = p
- local creator_tag = Instance.new("ObjectValue")
- creator_tag.Value = vPlayer
- creator_tag.Name = "creator"
- creator_tag.Parent = missile
- missile.Parent = game.Workspace
- --wait(0.05)
- --fire(
- end
- function check(en)
- ---------------------------------------Function start here.
- if (Tool.Enabled == false) then
- return false
- end--end for if!
- -------------------------------
- if (Tool.Enabled == true) then
- return true
- end
- ---------------------------------------Function end here.
- end
- Tool.Enabled = true
- function onActivated()
- if not Tool.Enabled then
- return
- end
- --Tool.Enabled = false
- local character = Tool.Parent;
- local humanoid = character.Humanoid
- if humanoid == nil then
- print("Humanoid not found")
- return
- end
- local targetPos = humanoid.TargetPoint
- local lookAt = (targetPos - character.Head.Position).unit
- if (check()) then
- fire(lookAt)
- wait(0.00001)
- onActivated()
- end
- return
- --Tool.Enabled = true
- end
- script.Parent.Activated:connect(onActivated)
- end;
- function() local Tool = script.Parent;
- enabled = true
- function onButton1Down(mouse)
- if not enabled then
- return
- end
- enabled = false
- mouse.Icon = "rbxasset://textures\\GunWaitCursor.png"
- wait(.2)
- mouse.Icon = "rbxasset://textures\\GunCursor.png"
- enabled = true
- end
- function onEquippedLocal(mouse)
- if mouse == nil then
- print("Mouse not found")
- return
- end
- mouse.Icon = "rbxasset://textures\\GunCursor.png"
- mouse.Button1Down:connect(function() onButton1Down(mouse) end)
- end
- Tool.Equipped:connect(onEquippedLocal)
- end;
- function() originalAmmo = script.Parent.Ammo.Value
- m = Instance.new("Message")
- function computeDirection(vec)
- local lenSquared = vec.magnitude^2
- local invSqrt = 1 / math.sqrt(lenSquared)
- return Vector3.new(vec.x * invSqrt, vec.y * invSqrt, vec.z * invSqrt)
- end
- function updateAmmo()
- m.Text = " "
- --for i = 1,script.Parent.Ammo.Value do
- -- m.Text = m.Text .. "|"
- --end
- --for i = 1, (originalAmmo - script.Parent.Ammo.Value) do
- -- m.Text = m.Text .. " "
- --end
- m.Text = m.Text .. " " .. script.Parent.Ammo.Value.. "/6"
- end
- function fire(v)
- for i = 1,1 do
- script.Parent.Handle.Fire:play()
- script.Parent.Ammo.Value = script.Parent.Ammo.Value - 1
- updateAmmo()
- local dir = v - script.Parent["Handle"].Position
- dir = computeDirection(dir)
- local pos = script.Parent["Handle"].Position + (dir * 8)
- local p = Instance.new("Part")
- p.Name = "Projectile"
- p.CFrame = CFrame.new(pos, pos + dir)
- p.BrickColor = BrickColor.new(24)
- p.Reflectance = 0.1
- p.Velocity = (script.Parent.Parent["Head"].Position - v).unit * -150
- p.Size = Vector3.new(1, 0.4, 1)
- p.formFactor = 2
- local mesh = script.Parent.Mesh:clone()
- mesh.Parent = p
- local upforce = Instance.new("BodyForce")
- upforce.force = Vector3.new(0, p:GetMass() * 196, 0)
- upforce.Parent = p
- local s = script.Parent["ProjectileScript"]:Clone()
- s.Disabled = false
- s.Parent = p
- p.Parent = game.Workspace
- wait(0)
- end
- end
- function onActivated()
- if script.Parent.Enabled == true then
- --script.Parent.Enabled = false
- if script.Parent.Ammo.Value > 0 then
- fire(script.Parent.Parent["Humanoid"].TargetPoint)
- else
- if script.Parent.Clips.Value >= -30000000000000 then
- script.Parent.Enabled = false
- script.Parent.Handle.Reload:play()
- m.Text = "Reloading."
- for i =1,5 do
- wait(0.12)
- m.Text = m.Text .. "."
- end
- script.Parent.Clips.Value = script.Parent.Clips.Value - 1
- script.Parent.Ammo.Value = originalAmmo
- updateAmmo()
- script.Parent.Enabled = true
- else
- m.Text = "No more clips!"
- end
- end
- wait(0.11)
- --script.Parent.Enabled = true
- end
- end
- function onEquipped()
- local p = game.Players:GetChildren()
- for i = 1,#p do
- if p[i].Character == script.Parent.Parent then
- m.Parent = p[i]
- end
- end
- updateAmmo()
- end
- function onUnequipped()
- m.Parent = nil
- end
- script.Parent.Activated:connect(onActivated)
- script.Parent.Equipped:connect(onEquipped)
- script.Parent.Unequipped:connect(onUnequipped) end;
- function() player = nil
- RSH, LSH = nil, nil
- GRP = nil
- RW, LW = Instance.new("Weld"), Instance.new("Weld")
- anim = "none"
- script.Parent.Equipped:connect(function()
- player = game.Players:playerFromCharacter(script.Parent.Parent)
- local ch = script.Parent.Parent
- RSH = ch.Torso["Right Shoulder"]
- LSH = ch.Torso["Left Shoulder"]
- GRP = ch["Right Arm"].RightGrip
- --
- RSH.Parent = nil
- LSH.Parent = nil
- --
- RW.Part0 = ch.Torso
- RW.C0 = CFrame.new(1.5, 0.5, 0)
- RW.C1 = CFrame.new(0, 0.5, 0)
- RW.Part1 = ch["Right Arm"]
- RW.Parent = ch.Torso
- _G.R = RW
- --
- LW.Part0 = ch.Torso
- LW.C0 = CFrame.new(-1.5, 0.5, 0)
- LW.C1 = CFrame.new(0, 0.5, 0)
- LW.Part1 = ch["Left Arm"]
- LW.Parent = ch.Torso
- _G.L = LW
- GRP.C0 = CFrame.new(0, -1, 0) * CFrame.fromEulerAnglesXYZ(-1, 0, 0)
- for i = 0, 1, 0.05 do
- wait()
- RW.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.3*i, 0, -0.5*i)
- LW.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.7*i, 0, 0.8*i)
- LW.C1 = CFrame.new(-0.3*i, 0.5+1.2*i, 0)
- end
- end)
- script.Parent.Unequipped:connect(function()
- for i = 1, 0, -0.05 do
- wait()
- RW.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.3*i, 0, -0.5*i)
- LW.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.7*i, 0, 0.8*i)
- LW.C1 = CFrame.new(-0.3*i, 0.5+1.2*i, 0)
- end
- RW.Parent = nil
- LW.Parent = nil
- RSH.Parent = player.Character.Torso
- LSH.Parent = player.Character.Torso
- end)
- function HomeRunHit(part)
- local h = (part.Parent or game):FindFirstChild("Humanoid")
- if h then
- h.Parent = nil
- end
- end
- end;
- function() damage = 11
- game:GetService("Debris"):AddItem(script.Parent, 8)
- function onTouched(hit)
- if hit.Parent:findFirstChild("Humanoid")~=nil then
- hit.Parent["Humanoid"]:TakeDamage(damage)
- end
- wait()
- script.Parent:Remove()
- end
- script.Parent.Touched:connect(onTouched) end;
- function() Tool = script.Parent
- colors = {199}
- function fire(v)
- Tool.Handle.Fire:play()
- local vCharacter = Tool.Parent
- local vPlayer = game.Players:playerFromCharacter(vCharacter)
- local missile = Instance.new("Seat")
- local p = script.Parent.SPos:clone()
- local vCharacter = Tool
- local vPlayer = game.Players:playerFromCharacter(vCharacter)
- local missile = Instance.new("Part")
- local spawnPos = vCharacter.Handle4.Position
- spawnPos = spawnPos + (v * 5)
- missile.Position = spawnPos
- missile.Size = Vector3.new(0.2,0.2,0.2)
- missile.Velocity = v * 500
- missile.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
- missile.Shape = 0
- missile.BottomSurface = 0
- missile.TopSurface = 0
- missile.Name = "Paintball"
- missile.Elasticity = 0
- missile.Reflectance = 0
- missile.Friction = 1
- p.Name = "Shell"
- p.Parent = game.Workspace
- p.CFrame = script.Parent.SPos.CFrame
- p.CanCollide = true
- p.Transparency = 0
- p.Velocity = Vector3.new(0, -30, 0)
- local force = Instance.new("BodyForce")
- force.force = Vector3.new(0,100,0)
- force.Parent = missile
- Tool.BrickCleanup:clone().Parent = missile
- local new_script = script.Parent.Paintball:clone()
- new_script.Disabled = false
- new_script.Parent = missile
- local new_script = script.Parent.ShellCleanup:clone()
- new_script.Disabled = false
- new_script.Parent = p
- local new_script = script.Parent.ShellFunction:clone()
- new_script.Disabled = false
- new_script.Parent = p
- local creator_tag = Instance.new("ObjectValue")
- creator_tag.Value = vPlayer
- creator_tag.Name = "creator"
- creator_tag.Parent = missile
- missile.Parent = game.Workspace
- --wait(0.05)
- --fire(
- end
- function check(en)
- ---------------------------------------Function start here.
- if (Tool.Enabled == false) then
- return false
- end--end for if!
- -------------------------------
- if (Tool.Enabled == true) then
- return true
- end
- ---------------------------------------Function end here.
- end
- Tool.Enabled = true
- function onActivated()
- if not Tool.Enabled then
- return
- end
- --Tool.Enabled = false
- local character = Tool.Parent;
- local humanoid = character.Humanoid
- if humanoid == nil then
- print("Humanoid not found")
- return
- end
- local targetPos = humanoid.TargetPoint
- local lookAt = (targetPos - character.Head.Position).unit
- if (check()) then
- fire(lookAt)
- wait(0.00001)
- onActivated()
- end
- return
- --Tool.Enabled = true
- end
- script.Parent.Activated:connect(onActivated)
- end;
- function() local Tool = script.Parent;
- enabled = true
- function onButton1Down(mouse)
- if not enabled then
- return
- end
- enabled = false
- mouse.Icon = "rbxasset://textures\\GunWaitCursor.png"
- wait(.2)
- mouse.Icon = "rbxasset://textures\\GunCursor.png"
- enabled = true
- end
- function onEquippedLocal(mouse)
- if mouse == nil then
- print("Mouse not found")
- return
- end
- mouse.Icon = "rbxasset://textures\\GunCursor.png"
- mouse.Button1Down:connect(function() onButton1Down(mouse) end)
- end
- Tool.Equipped:connect(onEquippedLocal)
- end;
- function() originalAmmo = script.Parent.Ammo.Value
- m = Instance.new("Message")
- function computeDirection(vec)
- local lenSquared = vec.magnitude^2
- local invSqrt = 1 / math.sqrt(lenSquared)
- return Vector3.new(vec.x * invSqrt, vec.y * invSqrt, vec.z * invSqrt)
- end
- function updateAmmo()
- m.Text = " "
- --for i = 1,script.Parent.Ammo.Value do
- -- m.Text = m.Text .. "|"
- --end
- --for i = 1, (originalAmmo - script.Parent.Ammo.Value) do
- -- m.Text = m.Text .. " "
- --end
- m.Text = m.Text .. " " .. script.Parent.Ammo.Value.. "/6"
- end
- function fire(v)
- for i = 1,1 do
- script.Parent.Handle.Fire:play()
- script.Parent.Ammo.Value = script.Parent.Ammo.Value - 1
- updateAmmo()
- local dir = v - script.Parent["Handle"].Position
- dir = computeDirection(dir)
- local pos = script.Parent["Handle"].Position + (dir * 8)
- local p = Instance.new("Part")
- p.Name = "Projectile"
- p.CFrame = CFrame.new(pos, pos + dir)
- p.BrickColor = BrickColor.new(24)
- p.Reflectance = 0.1
- p.Velocity = (script.Parent.Parent["Head"].Position - v).unit * -150
- p.Size = Vector3.new(1, 0.4, 1)
- p.formFactor = 2
- local mesh = script.Parent.Mesh:clone()
- mesh.Parent = p
- local upforce = Instance.new("BodyForce")
- upforce.force = Vector3.new(0, p:GetMass() * 196, 0)
- upforce.Parent = p
- local s = script.Parent["ProjectileScript"]:Clone()
- s.Disabled = false
- s.Parent = p
- p.Parent = game.Workspace
- wait(0)
- end
- end
- function onActivated()
- if script.Parent.Enabled == true then
- --script.Parent.Enabled = false
- if script.Parent.Ammo.Value > 0 then
- fire(script.Parent.Parent["Humanoid"].TargetPoint)
- else
- if script.Parent.Clips.Value >= -30000000000000 then
- script.Parent.Enabled = false
- script.Parent.Handle.Reload:play()
- m.Text = "Reloading."
- for i =1,5 do
- wait(0.12)
- m.Text = m.Text .. "."
- end
- script.Parent.Clips.Value = script.Parent.Clips.Value - 1
- script.Parent.Ammo.Value = originalAmmo
- updateAmmo()
- script.Parent.Enabled = true
- else
- m.Text = "No more clips!"
- end
- end
- wait(0.11)
- --script.Parent.Enabled = true
- end
- end
- function onEquipped()
- local p = game.Players:GetChildren()
- for i = 1,#p do
- if p[i].Character == script.Parent.Parent then
- m.Parent = p[i]
- end
- end
- updateAmmo()
- end
- function onUnequipped()
- m.Parent = nil
- end
- script.Parent.Activated:connect(onActivated)
- script.Parent.Equipped:connect(onEquipped)
- script.Parent.Unequipped:connect(onUnequipped) end;
- function() player = nil
- RSH, LSH = nil, nil
- GRP = nil
- RW, LW = Instance.new("Weld"), Instance.new("Weld")
- anim = "none"
- script.Parent.Equipped:connect(function()
- player = game.Players:playerFromCharacter(script.Parent.Parent)
- local ch = script.Parent.Parent
- RSH = ch.Torso["Right Shoulder"]
- LSH = ch.Torso["Left Shoulder"]
- GRP = ch["Right Arm"].RightGrip
- --
- RSH.Parent = nil
- LSH.Parent = nil
- --
- RW.Part0 = ch.Torso
- RW.C0 = CFrame.new(1.5, 0.5, 0)
- RW.C1 = CFrame.new(0, 0.5, 0)
- RW.Part1 = ch["Right Arm"]
- RW.Parent = ch.Torso
- _G.R = RW
- --
- LW.Part0 = ch.Torso
- LW.C0 = CFrame.new(-1.5, 0.5, 0)
- LW.C1 = CFrame.new(0, 0.5, 0)
- LW.Part1 = ch["Left Arm"]
- LW.Parent = ch.Torso
- _G.L = LW
- GRP.C0 = CFrame.new(0, -1, 0) * CFrame.fromEulerAnglesXYZ(-1, 0, 0)
- for i = 0, 1, 0.05 do
- wait()
- RW.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.3*i, 0, -0.5*i)
- LW.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.7*i, 0, 0.8*i)
- LW.C1 = CFrame.new(-0.3*i, 0.5+1.2*i, 0)
- end
- end)
- script.Parent.Unequipped:connect(function()
- for i = 1, 0, -0.05 do
- wait()
- RW.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.3*i, 0, -0.5*i)
- LW.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(1.7*i, 0, 0.8*i)
- LW.C1 = CFrame.new(-0.3*i, 0.5+1.2*i, 0)
- end
- RW.Parent = nil
- LW.Parent = nil
- RSH.Parent = player.Character.Torso
- LSH.Parent = player.Character.Torso
- end)
- function HomeRunHit(part)
- local h = (part.Parent or game):FindFirstChild("Humanoid")
- if h then
- h.Parent = nil
- end
- end
- end;
- function() model = script.Parent.Parent.Parent
- backup = model:clone()
- local debounce = false
- function onTouch(part)
- if (part.Name == "Safe") and (debounce == false) and (script.Parent.Count.Value == 0) then
- debounce = true
- wait(2)
- model = backup:clone()
- model.Parent = game.Workspace
- model:makeJoints()
- script.Parent.Count.Value = 1
- debounce = false
- end
- end
- script.Parent.Touched:connect(onTouch) end;
- function() playerinplane = false
- engine = script.Parent
- parts = engine.Parent
- vehicle = parts.Parent
- message = Instance.new("Hint")
- while true do
- player = vehicle.Parent
- human = player:FindFirstChild("Humanoid")
- power = engine:FindFirstChild("FlyScript")
- if (engine.Boosters.Value == 1) then
- engine.Fuel.Value = engine.Fuel.Value - 1
- end
- if (engine.Boosters.Value == 1) and (engine.Fuel.Value <= 0) then
- engine.Boosters.Value = 0
- end
- if (engine.Boosters.Value == 1) and (power == nil) then
- engine.Boosters.Value = 0
- end
- if (human ~= nil) then
- if (engine.Boosters.Value == 1) and (human.health <= 0) then
- engine.Boosters.Value = 0
- message:Remove()
- end
- local weld = parts:FindFirstChild("Seat"):FindFirstChild("SeatWeld")
- if (weld == nil) or (weld.Part1 ~= player:FindFirstChild("Torso")) then
- engine.Boosters.Value = 0
- message:Remove()
- end
- end
- if (engine.Fuel.Value >= 98) then
- message.Text = "Booster Fuel: (||||||||||||||||||||)"
- elseif (engine.Fuel.Value >= 93) and (engine.Fuel.Value < 98) then
- message.Text = "Booster Fuel: (||||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 88) and (engine.Fuel.Value < 93) then
- message.Text = "Booster Fuel: (|||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 83) and (engine.Fuel.Value < 88) then
- message.Text = "Booster Fuel: (||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 78) and (engine.Fuel.Value < 83) then
- message.Text = "Booster Fuel: (|||||||||||||||| )"
- elseif (engine.Fuel.Value >= 73) and (engine.Fuel.Value < 78) then
- message.Text = "Booster Fuel: (||||||||||||||| )"
- elseif (engine.Fuel.Value >= 68) and (engine.Fuel.Value < 73) then
- message.Text = "Booster Fuel: (|||||||||||||| )"
- elseif (engine.Fuel.Value >= 63) and (engine.Fuel.Value < 68) then
- message.Text = "Booster Fuel: (||||||||||||| )"
- elseif (engine.Fuel.Value >= 58) and (engine.Fuel.Value < 63) then
- message.Text = "Booster Fuel: (|||||||||||| )"
- elseif (engine.Fuel.Value >= 53) and (engine.Fuel.Value < 58) then
- message.Text = "Booster Fuel: (||||||||||| )"
- elseif (engine.Fuel.Value >= 48) and (engine.Fuel.Value < 53) then
- message.Text = "Booster Fuel: (|||||||||| )"
- elseif (engine.Fuel.Value >= 43) and (engine.Fuel.Value < 48) then
- message.Text = "Booster Fuel: (||||||||| )"
- elseif (engine.Fuel.Value >= 38) and (engine.Fuel.Value < 43) then
- message.Text = "Booster Fuel: (|||||||| )"
- elseif (engine.Fuel.Value >= 33) and (engine.Fuel.Value < 38) then
- message.Text = "Booster Fuel: (||||||| )"
- elseif (engine.Fuel.Value >= 28) and (engine.Fuel.Value < 33) then
- message.Text = "Booster Fuel: (|||||| )"
- elseif (engine.Fuel.Value >= 23) and (engine.Fuel.Value < 28) then
- message.Text = "Booster Fuel: (||||| )"
- elseif (engine.Fuel.Value >= 18) and (engine.Fuel.Value < 23) then
- message.Text = "Booster Fuel: (|||| )"
- elseif (engine.Fuel.Value >= 13) and (engine.Fuel.Value < 18) then
- message.Text = "Booster Fuel: (||| )"
- elseif (engine.Fuel.Value >= 8) and (engine.Fuel.Value < 13) then
- message.Text = "Booster Fuel: (|| )"
- elseif (engine.Fuel.Value >= 3) and (engine.Fuel.Value < 8) then
- message.Text = "Booster Fuel: (| )"
- elseif (engine.Fuel.Value < 3) then
- message.Text = "Booster Fuel: ( )"
- end
- if (player.Name ~= "Station1") then
- if (playerinplane == false) then
- message.Parent = game.Players:FindFirstChild(player.Name)
- playerinplane = true
- end
- end
- if (engine.Boosters.Value == 1) then
- exhaust = Instance.new("Part")
- exhaust.CFrame = engine.CFrame * CFrame.new(0, 0, 20)
- explosion = Instance.new("Explosion")
- explosion.Position = exhaust.Position
- explosion.BlastRadius = 1
- exhaust:Remove()
- explosion.Parent = game.Workspace
- end
- wait(0.1)
- end
- end;
- function() local boom = false
- function createExplosion(position)
- explosion = Instance.new("Explosion")
- explosion.Position = position
- explosion.BlastRadius = 12
- explosion.Parent = game.Workspace
- end
- function onTouch(part)
- if boom == true then return end
- if (part.Name == "Rocket") or (part.Name == "Safe") or (part.Parent.Parent.Parent == script.Parent) or (part.Parent:findFirstChild("Humanoid")) then return end
- if (script.Parent.Parts.Tip.Velocity.x > 50) or (script.Parent.Parts.Tip.Velocity.x < -50) or (script.Parent.Parts.Tip.Velocity.z > 50) or (script.Parent.Parts.Tip.Velocity.z < -50) then
- boom = true
- createExplosion(script.Parent.Parts.Engine.Position)
- script.Parent:BreakJoints()
- local stuff = script.Parent:children()
- for i=1,#stuff do
- if stuff[i].Name == "BodyKit" or
- stuff[i].Name == "Parts" then
- local parts = stuff[i]:children()
- for p = 1, #parts do
- if parts[p].className == "Part" then
- local velo = Instance.new("BodyVelocity")
- velo.maxForce = Vector3.new(9.9e+036, 9.9e+036, 9.9e+036)
- velo.velocity = Vector3.new(math.random(-15,15),math.random(-15,15),math.random(-15,15))
- velo.Parent = parts[p]
- end
- end
- end
- end
- wait(4)
- script.Parent:remove()
- end
- end
- script.Parent.Parts.Tip.Touched:connect(onTouch)
- end;
- function() position = script.Parent.Engine.Position
- local frame = Instance.new("CFrameValue")
- frame.Name = "OriginCFrame"
- frame.Value = script.Parent.Engine.CFrame
- frame.Parent = script.Parent
- local object = Instance.new("ObjectValue")
- object.Value = script.Parent.Parent.Parent
- seat = script.Parent.Seat
- function onChildAdded(part)
- if part.className == "Weld" then
- local torso = part.Part1
- if torso ~= nil then
- local parent = torso.Parent
- if parent ~= nil then
- script.Parent.Parent.Parent = parent
- while true do
- wait(2)
- local pos = script.Parent.Engine.Position
- if (position - pos).magnitude > 30 then
- if object.Value ~= nil then
- object.Value.Regen.Value = 1
- wait(.5)
- object.Value.Regen.Value = 0
- object.Value = nil
- end
- break end
- end
- while true do
- print("Loop")
- wait(2)
- if part == nil then
- script.Parent.Parent.Parent = game.Workspace
- script.Parent.Parent:MakeJoints()
- break end
- end
- end
- end
- end
- end
- seat.ChildAdded:connect(onChildAdded) end;
- function() position = script.Parent.Engine.Position
- local frame = Instance.new("CFrameValue")
- frame.Name = "OriginCFrame"
- frame.Value = script.Parent.Engine.CFrame
- frame.Parent = script.Parent
- local object = Instance.new("ObjectValue")
- object.Value = script.Parent.Parent.Parent
- seat = script.Parent.Seat
- function onChildAdded(part)
- if part.className == "Weld" then
- local torso = part.Part1
- if torso ~= nil then
- local parent = torso.Parent
- if parent ~= nil then
- script.Parent.Parent.Parent = parent
- while true do
- wait(2)
- local pos = script.Parent.Engine.Position
- if (position - pos).magnitude > 30 then
- if object.Value ~= nil then
- object.Value.Regen.Value = 1
- wait(.5)
- object.Value.Regen.Value = 0
- object.Value = nil
- end
- break end
- end
- while true do
- print("Loop")
- wait(2)
- if part == nil then
- script.Parent.Parent.Parent = game.Workspace
- script.Parent.Parent:MakeJoints()
- break end
- end
- end
- end
- end
- end
- seat.ChildAdded:connect(onChildAdded)
- end;
- function() model = script.Parent.Parent.Parent
- backup = model:clone()
- local debounce = false
- function onTouch(part)
- if (part.Name == "Safe") and (debounce == false) and (script.Parent.Count.Value == 0) then
- debounce = true
- wait(2)
- model = backup:clone()
- model.Parent = game.Workspace
- model:makeJoints()
- script.Parent.Count.Value = 1
- debounce = false
- end
- end
- script.Parent.Touched:connect(onTouch) end;
- function() playerinplane = false
- engine = script.Parent
- parts = engine.Parent
- vehicle = parts.Parent
- message = Instance.new("Hint")
- while true do
- player = vehicle.Parent
- human = player:FindFirstChild("Humanoid")
- power = engine:FindFirstChild("FlyScript")
- if (engine.Boosters.Value == 1) then
- engine.Fuel.Value = engine.Fuel.Value - 1
- end
- if (engine.Boosters.Value == 1) and (engine.Fuel.Value <= 0) then
- engine.Boosters.Value = 0
- end
- if (engine.Boosters.Value == 1) and (power == nil) then
- engine.Boosters.Value = 0
- end
- if (human ~= nil) then
- if (engine.Boosters.Value == 1) and (human.health <= 0) then
- engine.Boosters.Value = 0
- message:Remove()
- end
- local weld = parts:FindFirstChild("Seat"):FindFirstChild("SeatWeld")
- if (weld == nil) or (weld.Part1 ~= player:FindFirstChild("Torso")) then
- engine.Boosters.Value = 0
- message:Remove()
- end
- end
- if (engine.Fuel.Value >= 98) then
- message.Text = "Booster Fuel: (||||||||||||||||||||)"
- elseif (engine.Fuel.Value >= 93) and (engine.Fuel.Value < 98) then
- message.Text = "Booster Fuel: (||||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 88) and (engine.Fuel.Value < 93) then
- message.Text = "Booster Fuel: (|||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 83) and (engine.Fuel.Value < 88) then
- message.Text = "Booster Fuel: (||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 78) and (engine.Fuel.Value < 83) then
- message.Text = "Booster Fuel: (|||||||||||||||| )"
- elseif (engine.Fuel.Value >= 73) and (engine.Fuel.Value < 78) then
- message.Text = "Booster Fuel: (||||||||||||||| )"
- elseif (engine.Fuel.Value >= 68) and (engine.Fuel.Value < 73) then
- message.Text = "Booster Fuel: (|||||||||||||| )"
- elseif (engine.Fuel.Value >= 63) and (engine.Fuel.Value < 68) then
- message.Text = "Booster Fuel: (||||||||||||| )"
- elseif (engine.Fuel.Value >= 58) and (engine.Fuel.Value < 63) then
- message.Text = "Booster Fuel: (|||||||||||| )"
- elseif (engine.Fuel.Value >= 53) and (engine.Fuel.Value < 58) then
- message.Text = "Booster Fuel: (||||||||||| )"
- elseif (engine.Fuel.Value >= 48) and (engine.Fuel.Value < 53) then
- message.Text = "Booster Fuel: (|||||||||| )"
- elseif (engine.Fuel.Value >= 43) and (engine.Fuel.Value < 48) then
- message.Text = "Booster Fuel: (||||||||| )"
- elseif (engine.Fuel.Value >= 38) and (engine.Fuel.Value < 43) then
- message.Text = "Booster Fuel: (|||||||| )"
- elseif (engine.Fuel.Value >= 33) and (engine.Fuel.Value < 38) then
- message.Text = "Booster Fuel: (||||||| )"
- elseif (engine.Fuel.Value >= 28) and (engine.Fuel.Value < 33) then
- message.Text = "Booster Fuel: (|||||| )"
- elseif (engine.Fuel.Value >= 23) and (engine.Fuel.Value < 28) then
- message.Text = "Booster Fuel: (||||| )"
- elseif (engine.Fuel.Value >= 18) and (engine.Fuel.Value < 23) then
- message.Text = "Booster Fuel: (|||| )"
- elseif (engine.Fuel.Value >= 13) and (engine.Fuel.Value < 18) then
- message.Text = "Booster Fuel: (||| )"
- elseif (engine.Fuel.Value >= 8) and (engine.Fuel.Value < 13) then
- message.Text = "Booster Fuel: (|| )"
- elseif (engine.Fuel.Value >= 3) and (engine.Fuel.Value < 8) then
- message.Text = "Booster Fuel: (| )"
- elseif (engine.Fuel.Value < 3) then
- message.Text = "Booster Fuel: ( )"
- end
- if (player.Name ~= "Station1") then
- if (playerinplane == false) then
- message.Parent = game.Players:FindFirstChild(player.Name)
- playerinplane = true
- end
- end
- if (engine.Boosters.Value == 1) then
- exhaust = Instance.new("Part")
- exhaust.CFrame = engine.CFrame * CFrame.new(0, 0, 20)
- explosion = Instance.new("Explosion")
- explosion.Position = exhaust.Position
- explosion.BlastRadius = 1
- exhaust:Remove()
- explosion.Parent = game.Workspace
- end
- wait(0.1)
- end
- end;
- function() local boom = false
- function createExplosion(position)
- explosion = Instance.new("Explosion")
- explosion.Position = position
- explosion.BlastRadius = 12
- explosion.Parent = game.Workspace
- end
- function onTouch(part)
- if boom == true then return end
- if (part.Name == "Rocket") or (part.Name == "Safe") or (part.Parent.Parent.Parent == script.Parent) or (part.Parent:findFirstChild("Humanoid")) then return end
- if (script.Parent.Parts.Tip.Velocity.x > 50) or (script.Parent.Parts.Tip.Velocity.x < -50) or (script.Parent.Parts.Tip.Velocity.z > 50) or (script.Parent.Parts.Tip.Velocity.z < -50) then
- boom = true
- createExplosion(script.Parent.Parts.Engine.Position)
- script.Parent:BreakJoints()
- local stuff = script.Parent:children()
- for i=1,#stuff do
- if stuff[i].Name == "BodyKit" or
- stuff[i].Name == "Parts" then
- local parts = stuff[i]:children()
- for p = 1, #parts do
- if parts[p].className == "Part" then
- local velo = Instance.new("BodyVelocity")
- velo.maxForce = Vector3.new(9.9e+036, 9.9e+036, 9.9e+036)
- velo.velocity = Vector3.new(math.random(-15,15),math.random(-15,15),math.random(-15,15))
- velo.Parent = parts[p]
- end
- end
- end
- end
- wait(4)
- script.Parent:remove()
- end
- end
- script.Parent.Parts.Tip.Touched:connect(onTouch)
- end;
- function() position = script.Parent.Engine.Position
- local frame = Instance.new("CFrameValue")
- frame.Name = "OriginCFrame"
- frame.Value = script.Parent.Engine.CFrame
- frame.Parent = script.Parent
- local object = Instance.new("ObjectValue")
- object.Value = script.Parent.Parent.Parent
- seat = script.Parent.Seat
- function onChildAdded(part)
- if part.className == "Weld" then
- local torso = part.Part1
- if torso ~= nil then
- local parent = torso.Parent
- if parent ~= nil then
- script.Parent.Parent.Parent = parent
- while true do
- wait(2)
- local pos = script.Parent.Engine.Position
- if (position - pos).magnitude > 30 then
- if object.Value ~= nil then
- object.Value.Regen.Value = 1
- wait(.5)
- object.Value.Regen.Value = 0
- object.Value = nil
- end
- break end
- end
- while true do
- print("Loop")
- wait(2)
- if part == nil then
- script.Parent.Parent.Parent = game.Workspace
- script.Parent.Parent:MakeJoints()
- break end
- end
- end
- end
- end
- end
- seat.ChildAdded:connect(onChildAdded) end;
- function() position = script.Parent.Engine.Position
- local frame = Instance.new("CFrameValue")
- frame.Name = "OriginCFrame"
- frame.Value = script.Parent.Engine.CFrame
- frame.Parent = script.Parent
- local object = Instance.new("ObjectValue")
- object.Value = script.Parent.Parent.Parent
- seat = script.Parent.Seat
- function onChildAdded(part)
- if part.className == "Weld" then
- local torso = part.Part1
- if torso ~= nil then
- local parent = torso.Parent
- if parent ~= nil then
- script.Parent.Parent.Parent = parent
- while true do
- wait(2)
- local pos = script.Parent.Engine.Position
- if (position - pos).magnitude > 30 then
- if object.Value ~= nil then
- object.Value.Regen.Value = 1
- wait(.5)
- object.Value.Regen.Value = 0
- object.Value = nil
- end
- break end
- end
- while true do
- print("Loop")
- wait(2)
- if part == nil then
- script.Parent.Parent.Parent = game.Workspace
- script.Parent.Parent:MakeJoints()
- break end
- end
- end
- end
- end
- end
- seat.ChildAdded:connect(onChildAdded)
- end;
- function() model = script.Parent.Parent.Parent
- backup = model:clone()
- local debounce = false
- function onTouch(part)
- if (part.Name == "Safe") and (debounce == false) and (script.Parent.Count.Value == 0) then
- debounce = true
- wait(2)
- model = backup:clone()
- model.Parent = game.Workspace
- model:makeJoints()
- script.Parent.Count.Value = 1
- debounce = false
- end
- end
- script.Parent.Touched:connect(onTouch) end;
- function() playerinplane = false
- engine = script.Parent
- parts = engine.Parent
- vehicle = parts.Parent
- message = Instance.new("Hint")
- while true do
- player = vehicle.Parent
- human = player:FindFirstChild("Humanoid")
- power = engine:FindFirstChild("FlyScript")
- if (engine.Boosters.Value == 1) then
- engine.Fuel.Value = engine.Fuel.Value - 1
- end
- if (engine.Boosters.Value == 1) and (engine.Fuel.Value <= 0) then
- engine.Boosters.Value = 0
- end
- if (engine.Boosters.Value == 1) and (power == nil) then
- engine.Boosters.Value = 0
- end
- if (human ~= nil) then
- if (engine.Boosters.Value == 1) and (human.health <= 0) then
- engine.Boosters.Value = 0
- message:Remove()
- end
- local weld = parts:FindFirstChild("Seat"):FindFirstChild("SeatWeld")
- if (weld == nil) or (weld.Part1 ~= player:FindFirstChild("Torso")) then
- engine.Boosters.Value = 0
- message:Remove()
- end
- end
- if (engine.Fuel.Value >= 98) then
- message.Text = "Booster Fuel: (||||||||||||||||||||)"
- elseif (engine.Fuel.Value >= 93) and (engine.Fuel.Value < 98) then
- message.Text = "Booster Fuel: (||||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 88) and (engine.Fuel.Value < 93) then
- message.Text = "Booster Fuel: (|||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 83) and (engine.Fuel.Value < 88) then
- message.Text = "Booster Fuel: (||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 78) and (engine.Fuel.Value < 83) then
- message.Text = "Booster Fuel: (|||||||||||||||| )"
- elseif (engine.Fuel.Value >= 73) and (engine.Fuel.Value < 78) then
- message.Text = "Booster Fuel: (||||||||||||||| )"
- elseif (engine.Fuel.Value >= 68) and (engine.Fuel.Value < 73) then
- message.Text = "Booster Fuel: (|||||||||||||| )"
- elseif (engine.Fuel.Value >= 63) and (engine.Fuel.Value < 68) then
- message.Text = "Booster Fuel: (||||||||||||| )"
- elseif (engine.Fuel.Value >= 58) and (engine.Fuel.Value < 63) then
- message.Text = "Booster Fuel: (|||||||||||| )"
- elseif (engine.Fuel.Value >= 53) and (engine.Fuel.Value < 58) then
- message.Text = "Booster Fuel: (||||||||||| )"
- elseif (engine.Fuel.Value >= 48) and (engine.Fuel.Value < 53) then
- message.Text = "Booster Fuel: (|||||||||| )"
- elseif (engine.Fuel.Value >= 43) and (engine.Fuel.Value < 48) then
- message.Text = "Booster Fuel: (||||||||| )"
- elseif (engine.Fuel.Value >= 38) and (engine.Fuel.Value < 43) then
- message.Text = "Booster Fuel: (|||||||| )"
- elseif (engine.Fuel.Value >= 33) and (engine.Fuel.Value < 38) then
- message.Text = "Booster Fuel: (||||||| )"
- elseif (engine.Fuel.Value >= 28) and (engine.Fuel.Value < 33) then
- message.Text = "Booster Fuel: (|||||| )"
- elseif (engine.Fuel.Value >= 23) and (engine.Fuel.Value < 28) then
- message.Text = "Booster Fuel: (||||| )"
- elseif (engine.Fuel.Value >= 18) and (engine.Fuel.Value < 23) then
- message.Text = "Booster Fuel: (|||| )"
- elseif (engine.Fuel.Value >= 13) and (engine.Fuel.Value < 18) then
- message.Text = "Booster Fuel: (||| )"
- elseif (engine.Fuel.Value >= 8) and (engine.Fuel.Value < 13) then
- message.Text = "Booster Fuel: (|| )"
- elseif (engine.Fuel.Value >= 3) and (engine.Fuel.Value < 8) then
- message.Text = "Booster Fuel: (| )"
- elseif (engine.Fuel.Value < 3) then
- message.Text = "Booster Fuel: ( )"
- end
- if (player.Name ~= "Station1") then
- if (playerinplane == false) then
- message.Parent = game.Players:FindFirstChild(player.Name)
- playerinplane = true
- end
- end
- if (engine.Boosters.Value == 1) then
- exhaust = Instance.new("Part")
- exhaust.CFrame = engine.CFrame * CFrame.new(0, 0, 20)
- explosion = Instance.new("Explosion")
- explosion.Position = exhaust.Position
- explosion.BlastRadius = 1
- exhaust:Remove()
- explosion.Parent = game.Workspace
- end
- wait(0.1)
- end
- end;
- function() local boom = false
- function createExplosion(position)
- explosion = Instance.new("Explosion")
- explosion.Position = position
- explosion.BlastRadius = 12
- explosion.Parent = game.Workspace
- end
- function onTouch(part)
- if boom == true then return end
- if (part.Name == "Rocket") or (part.Name == "Safe") or (part.Parent.Parent.Parent == script.Parent) or (part.Parent:findFirstChild("Humanoid")) then return end
- if (script.Parent.Parts.Tip.Velocity.x > 50) or (script.Parent.Parts.Tip.Velocity.x < -50) or (script.Parent.Parts.Tip.Velocity.z > 50) or (script.Parent.Parts.Tip.Velocity.z < -50) then
- boom = true
- createExplosion(script.Parent.Parts.Engine.Position)
- script.Parent:BreakJoints()
- local stuff = script.Parent:children()
- for i=1,#stuff do
- if stuff[i].Name == "BodyKit" or
- stuff[i].Name == "Parts" then
- local parts = stuff[i]:children()
- for p = 1, #parts do
- if parts[p].className == "Part" then
- local velo = Instance.new("BodyVelocity")
- velo.maxForce = Vector3.new(9.9e+036, 9.9e+036, 9.9e+036)
- velo.velocity = Vector3.new(math.random(-15,15),math.random(-15,15),math.random(-15,15))
- velo.Parent = parts[p]
- end
- end
- end
- end
- wait(4)
- script.Parent:remove()
- end
- end
- script.Parent.Parts.Tip.Touched:connect(onTouch)
- end;
- function() position = script.Parent.Engine.Position
- local frame = Instance.new("CFrameValue")
- frame.Name = "OriginCFrame"
- frame.Value = script.Parent.Engine.CFrame
- frame.Parent = script.Parent
- local object = Instance.new("ObjectValue")
- object.Value = script.Parent.Parent.Parent
- seat = script.Parent.Seat
- function onChildAdded(part)
- if part.className == "Weld" then
- local torso = part.Part1
- if torso ~= nil then
- local parent = torso.Parent
- if parent ~= nil then
- script.Parent.Parent.Parent = parent
- while true do
- wait(2)
- local pos = script.Parent.Engine.Position
- if (position - pos).magnitude > 30 then
- if object.Value ~= nil then
- object.Value.Regen.Value = 1
- wait(.5)
- object.Value.Regen.Value = 0
- object.Value = nil
- end
- break end
- end
- while true do
- print("Loop")
- wait(2)
- if part == nil then
- script.Parent.Parent.Parent = game.Workspace
- script.Parent.Parent:MakeJoints()
- break end
- end
- end
- end
- end
- end
- seat.ChildAdded:connect(onChildAdded) end;
- function() position = script.Parent.Engine.Position
- local frame = Instance.new("CFrameValue")
- frame.Name = "OriginCFrame"
- frame.Value = script.Parent.Engine.CFrame
- frame.Parent = script.Parent
- local object = Instance.new("ObjectValue")
- object.Value = script.Parent.Parent.Parent
- seat = script.Parent.Seat
- function onChildAdded(part)
- if part.className == "Weld" then
- local torso = part.Part1
- if torso ~= nil then
- local parent = torso.Parent
- if parent ~= nil then
- script.Parent.Parent.Parent = parent
- while true do
- wait(2)
- local pos = script.Parent.Engine.Position
- if (position - pos).magnitude > 30 then
- if object.Value ~= nil then
- object.Value.Regen.Value = 1
- wait(.5)
- object.Value.Regen.Value = 0
- object.Value = nil
- end
- break end
- end
- while true do
- print("Loop")
- wait(2)
- if part == nil then
- script.Parent.Parent.Parent = game.Workspace
- script.Parent.Parent:MakeJoints()
- break end
- end
- end
- end
- end
- end
- seat.ChildAdded:connect(onChildAdded)
- end;
- function() model = script.Parent.Parent.Parent
- backup = model:clone()
- local debounce = false
- function onTouch(part)
- if (part.Name == "Safe") and (debounce == false) and (script.Parent.Count.Value == 0) then
- debounce = true
- wait(2)
- model = backup:clone()
- model.Parent = game.Workspace
- model:makeJoints()
- script.Parent.Count.Value = 1
- debounce = false
- end
- end
- script.Parent.Touched:connect(onTouch) end;
- function() playerinplane = false
- engine = script.Parent
- parts = engine.Parent
- vehicle = parts.Parent
- message = Instance.new("Hint")
- while true do
- player = vehicle.Parent
- human = player:FindFirstChild("Humanoid")
- power = engine:FindFirstChild("FlyScript")
- if (engine.Boosters.Value == 1) then
- engine.Fuel.Value = engine.Fuel.Value - 1
- end
- if (engine.Boosters.Value == 1) and (engine.Fuel.Value <= 0) then
- engine.Boosters.Value = 0
- end
- if (engine.Boosters.Value == 1) and (power == nil) then
- engine.Boosters.Value = 0
- end
- if (human ~= nil) then
- if (engine.Boosters.Value == 1) and (human.health <= 0) then
- engine.Boosters.Value = 0
- message:Remove()
- end
- local weld = parts:FindFirstChild("Seat"):FindFirstChild("SeatWeld")
- if (weld == nil) or (weld.Part1 ~= player:FindFirstChild("Torso")) then
- engine.Boosters.Value = 0
- message:Remove()
- end
- end
- if (engine.Fuel.Value >= 98) then
- message.Text = "Booster Fuel: (||||||||||||||||||||)"
- elseif (engine.Fuel.Value >= 93) and (engine.Fuel.Value < 98) then
- message.Text = "Booster Fuel: (||||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 88) and (engine.Fuel.Value < 93) then
- message.Text = "Booster Fuel: (|||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 83) and (engine.Fuel.Value < 88) then
- message.Text = "Booster Fuel: (||||||||||||||||| )"
- elseif (engine.Fuel.Value >= 78) and (engine.Fuel.Value < 83) then
- message.Text = "Booster Fuel: (|||||||||||||||| )"
- elseif (engine.Fuel.Value >= 73) and (engine.Fuel.Value < 78) then
- message.Text = "Booster Fuel: (||||||||||||||| )"
- elseif (engine.Fuel.Value >= 68) and (engine.Fuel.Value < 73) then
- message.Text = "Booster Fuel: (|||||||||||||| )"
- elseif (engine.Fuel.Value >= 63) and (engine.Fuel.Value < 68) then
- message.Text = "Booster Fuel: (||||||||||||| )"
- elseif (engine.Fuel.Value >= 58) and (engine.Fuel.Value < 63) then
- message.Text = "Booster Fuel: (|||||||||||| )"
- elseif (engine.Fuel.Value >= 53) and (engine.Fuel.Value < 58) then
- message.Text = "Booster Fuel: (||||||||||| )"
- elseif (engine.Fuel.Value >= 48) and (engine.Fuel.Value < 53) then
- message.Text = "Booster Fuel: (|||||||||| )"
- elseif (engine.Fuel.Value >= 43) and (engine.Fuel.Value < 48) then
- message.Text = "Booster Fuel: (||||||||| )"
- elseif (engine.Fuel.Value >= 38) and (engine.Fuel.Value < 43) then
- message.Text = "Booster Fuel: (|||||||| )"
- elseif (engine.Fuel.Value >= 33) and (engine.Fuel.Value < 38) then
- message.Text = "Booster Fuel: (||||||| )"
- elseif (engine.Fuel.Value >= 28) and (engine.Fuel.Value < 33) then
- message.Text = "Booster Fuel: (|||||| )"
- elseif (engine.Fuel.Value >= 23) and (engine.Fuel.Value < 28) then
- message.Text = "Booster Fuel: (||||| )"
- elseif (engine.Fuel.Value >= 18) and (engine.Fuel.Value < 23) then
- message.Text = "Booster Fuel: (|||| )"
- elseif (engine.Fuel.Value >= 13) and (engine.Fuel.Value < 18) then
- message.Text = "Booster Fuel: (||| )"
- elseif (engine.Fuel.Value >= 8) and (engine.Fuel.Value < 13) then
- message.Text = "Booster Fuel: (|| )"
- elseif (engine.Fuel.Value >= 3) and (engine.Fuel.Value < 8) then
- message.Text = "Booster Fuel: (| )"
- elseif (engine.Fuel.Value < 3) then
- message.Text = "Booster Fuel: ( )"
- end
- if (player.Name ~= "Station1") then
- if (playerinplane == false) then
- message.Parent = game.Players:FindFirstChild(player.Name)
- playerinplane = true
- end
- end
- if (engine.Boosters.Value == 1) then
- exhaust = Instance.new("Part")
- exhaust.CFrame = engine.CFrame * CFrame.new(0, 0, 20)
- explosion = Instance.new("Explosion")
- explosion.Position = exhaust.Position
- explosion.BlastRadius = 1
- exhaust:Remove()
- explosion.Parent = game.Workspace
- end
- wait(0.1)
- end
- end;
- function() local boom = false
- function createExplosion(position)
- explosion = Instance.new("Explosion")
- explosion.Position = position
- explosion.BlastRadius = 12
- explosion.Parent = game.Workspace
- end
- function onTouch(part)
- if boom == true then return end
- if (part.Name == "Rocket") or (part.Name == "Safe") or (part.Parent.Parent.Parent == script.Parent) or (part.Parent:findFirstChild("Humanoid")) then return end
- if (script.Parent.Parts.Tip.Velocity.x > 50) or (script.Parent.Parts.Tip.Velocity.x < -50) or (script.Parent.Parts.Tip.Velocity.z > 50) or (script.Parent.Parts.Tip.Velocity.z < -50) then
- boom = true
- createExplosion(script.Parent.Parts.Engine.Position)
- script.Parent:BreakJoints()
- local stuff = script.Parent:children()
- for i=1,#stuff do
- if stuff[i].Name == "BodyKit" or
- stuff[i].Name == "Parts" then
- local parts = stuff[i]:children()
- for p = 1, #parts do
- if parts[p].className == "Part" then
- local velo = Instance.new("BodyVelocity")
- velo.maxForce = Vector3.new(9.9e+036, 9.9e+036, 9.9e+036)
- velo.velocity = Vector3.new(math.random(-15,15),math.random(-15,15),math.random(-15,15))
- velo.Parent = parts[p]
- end
- end
- end
- end
- wait(4)
- script.Parent:remove()
- end
- end
- script.Parent.Parts.Tip.Touched:connect(onTouch)
- end;
- function() position = script.Parent.Engine.Position
- local frame = Instance.new("CFrameValue")
- frame.Name = "OriginCFrame"
- frame.Value = script.Parent.Engine.CFrame
- frame.Parent = script.Parent
- local object = Instance.new("ObjectValue")
- object.Value = script.Parent.Parent.Parent
- seat = script.Parent.Seat
- function onChildAdded(part)
- if part.className == "Weld" then
- local torso = part.Part1
- if torso ~= nil then
- local parent = torso.Parent
- if parent ~= nil then
- script.Parent.Parent.Parent = parent
- while true do
- wait(2)
- local pos = script.Parent.Engine.Position
- if (position - pos).magnitude > 30 then
- if object.Value ~= nil then
- object.Value.Regen.Value = 1
- wait(.5)
- object.Value.Regen.Value = 0
- object.Value = nil
- end
- break end
- end
- while true do
- print("Loop")
- wait(2)
- if part == nil then
- script.Parent.Parent.Parent = game.Workspace
- script.Parent.Parent:MakeJoints()
- break end
- end
- end
- end
- end
- end
- seat.ChildAdded:connect(onChildAdded) end;
- function() position = script.Parent.Engine.Position
- local frame = Instance.new("CFrameValue")
- frame.Name = "OriginCFrame"
- frame.Value = script.Parent.Engine.CFrame
- frame.Parent = script.Parent
- local object = Instance.new("ObjectValue")
- object.Value = script.Parent.Parent.Parent
- seat = script.Parent.Seat
- function onChildAdded(part)
- if part.className == "Weld" then
- local torso = part.Part1
- if torso ~= nil then
- local parent = torso.Parent
- if parent ~= nil then
- script.Parent.Parent.Parent = parent
- while true do
- wait(2)
- local pos = script.Parent.Engine.Position
- if (position - pos).magnitude > 30 then
- if object.Value ~= nil then
- object.Value.Regen.Value = 1
- wait(.5)
- object.Value.Regen.Value = 0
- object.Value = nil
- end
- break end
- end
- while true do
- print("Loop")
- wait(2)
- if part == nil then
- script.Parent.Parent.Parent = game.Workspace
- script.Parent.Parent:MakeJoints()
- break end
- end
- end
- end
- end
- end
- seat.ChildAdded:connect(onChildAdded)
- end;
- function() --Made by Davillion, just group with the model to get it to work. This button also works for planes.
- --Do not change anything besides the lines mentioned below.Again,Group it to anything you want(Cars,Trains,Planes Etc.)
- model = script.Parent.Parent--Indicates that the script interacts with the model the button is grouped with.
- messageText = "Regenerating car"--If you want a message to appear upon pressing, type it here.
- message = Instance.new("Message")
- message.Text = messageText
- backup = model:clone()
- enabled = true
- function regenerate()
- message.Parent = game.Workspace
- model:remove()
- wait(3)--Change this number to display the regen message as long as you want in seconds.
- model = backup:clone()
- model.Parent = game.Workspace
- model:makeJoints()
- message.Parent = nil
- script.Disabled = true
- script.Parent.BrickColor = BrickColor.new(26)--Black
- wait(5)--Change this number to change the time in between regenerations via the button, in seconds..
- script.Parent.BrickColor = BrickColor.new(104)--Purple
- script.Disabled = false
- end
- function onHit(hit)
- if (hit.Parent:FindFirstChild("Humanoid") ~= nil) and enabled then
- regenerate()
- end
- end
- script.Parent.Touched:connect(onHit)
- --Remember To read EVERYTHING on this button that includes the top >_> Edit it only for Pros. 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,Color,Position,Orientation,Velocity,Size,TopSurface,C0,C1,Part0,Part1,BottomSurface,RightSurface,Reflectance,Transparency,FrontSurface,BackSurface,MaxForce,MaxTorque,Value,LeftSurface,CanCollide,Scale,MeshType,Face,Texture,PrimaryPart,MaxActivationDistance,Grip,GripPos,GripForward,GripUp,SoundId,Volume,MeshId,GripRight,VertexColor,TextureId,Shape,Anchored;Part,Model,Weld,Seat,BodyPosition,BodyGyro,Script,IntValue,CFrameValue,Rotate,Snap,SpecialMesh,Decal,ClickDetector,BodyVelocity,Tool,Sound,LocalScript,SpawnLocation;Part|0'
- ..'.3882,0.3725,0.3843|-17.7835,24.4585,-49.9001|0,180,0|-0.0001,-0.0044,-0.0001|2,2.4,1|0|-1,0,0,-0,-0,-1,0,1,0,1,0,0|0.5,-0.4,-1.5,0,0,-1,0,1,0,1,0,0|-17.2835,23.4585,-51.4001|0,90,0|2,0.4,3|2|-16.2835,24.8585,-51.4001|1,2.4,4|0.5,0,0,0,0,1,0,1,0,-1,-0,-0|-1,0.3999,-1.5,0,0,1,0,1,0,-1,0,0|0,-1.2001,0,1,0,0,-0,-0,-1,0,1,0|0,0.1999,1,0,1,0,0,0,-1,-1,0,0|-16.2835,26.6585,-51.4001|1,1.2,2|0,-0.6001,0,1,0,0,-0,-0,-1,0,1,0|0,1.1999,0,1,0,0,0,0,-1,0,1,0|0.8039,0.8039,0.8039|0.2|0.8|-30.2835,30.2585,-53.9001|23,14,1|0,7,0,-1,-0,-0,0,0,1,'
- ..'0,1,0|25.5,-0.5,-8.5,0,-1,0,0,0,1,-1,0,0|-17.7835,24.4585,-52.9001|0.1529,0.2745,0.1764|20.2165,30.2585,-53.9001|78,14,1|0,-7,0,1,0,0,-0,-0,-1,0,1,0|21,0.4999,27.5,0,-1,0,0,0,-1,1,0,0|25.5,-0.5,42,0,-1,0,0,0,1,-1,0,0|0,0,-0.5,-1,-0,-0,0,1,0,-0,-0,-1|7,2.1999,-8.5,1,0,0,0,1,0,0,0,1|-24.5,-0.5,-9,-1,0,0,0,0,1,0,1,0|27.2165,28.0585,-62.9001|68,18,17|0,0,-8.5,-1,-0,-0,0,1,0,-0,-0,-1|79,12.8,-0.5,1,0,0,0,1,0,0,0,1|0,1,1|23.7165,33.4585,-29.9001|1,7.2,1|-1.5,3.2,0,0,0,1,0,1,0,-1,0,0|0,-3.6001,0,1,0,0,-0,-0,-1,0,1,0|0,0.6,0,0,-1,0,0,0,'
- ..'-1,1,0,0|-0.5,0,0,-0,-0,-1,0,1,0,1,0,0|1.5,3.2,0,0,0,-1,0,1,0,1,0,0|Turret|Plane|Parts|Gun2|0.1058,0.1647,0.2078|56.1912,41.8736,-27.455|-21.4,162.6699,0.07|-0.0625,-0.0386,0.0792|1,1,9|0,0,4.5,1,0,0,0,1,0,0,0,1|0,0,1,-1,-0.0001,0,0,0.9999,0,0,-0.0001,-1|Gun1|54.2817,41.8758,-28.0499|-0.0646,-0.016,0.0859|59.8557,41.6556,-30.8136|-0.0501,162.6999,0.0599|0.0197,-0.0081,-0.0477|2,0.4,2|0,0,1,1,0,0,0,1,0,0,0,1|0,-1.6001,0.5,-1,-0.0001,-0.0001,0,1,0,-0.0001,-0.0001,-1|Engine|54.2024,39.7636,-24.4413|-0.0745,-0.0292,0.0779|3,0.4,1|-1'
- ..'.5,3,-48|0,0,0|Count|Boosters|Fuel|200|BoosterScript|0,0.2,0,-1,-0,-0,0,0,1,0,1,0|1,-0.5001,-4,-1,-0.0001,0,0,0,0.9999,0,0.9999,0|-1,-0.5001,-4,-1,-0.0001,0,-0.0001,0,0.9999,0,0.9999,0|OriginCFrame|40,1,74,-1,0,-0,-0,1,-0,-0,0,-1|-45.0007,11.6175,-151.9751,-1,0,-0.0001,0,1,0.0001,0,0.0001,-1|222.9997,10.8018,-157.9743,-1,0,-0.0001,0,1,0,0,0,-1|27.9893,40.1027,36.9597,-0.955,-0.1074,0.2768,0.001,0.931,0.3649,-0.297,0.3487,-0.889|-103,10.8,-727,-1,0,-0,-0,1,-0,-0,0,-1|PlaneCheck|Stunt|-102.9924,10.7712,-726.6936,-1,0.0004,0,0.0004'
- ..',0.9999,-0.0007,-0.0001,-0.0007,-1|819.9973,10.8972,-814.9733,-1,0.0004,0,0.0004,0.9999,0,-0.0001,0,-1|-39,3.4,57,0,0,-1,0,1,-0,1,0,-0|-3.5,4.6,-12.5,1,0,0,0,1,0,0,0,1|-1060.2593,482.7152,737.0695,-0.0839,0.3636,-0.9278,0.001,0.931,0.3648,0.9964,0.0295,-0.0785|-4485.9351,960.9024,1319.2578,0.9965,0.0293,-0.078,0.001,0.9311,0.3645,0.0832,-0.3634,0.9279|-16.6932,53.1441,-285.743,0.996,-0.067,-0.0591,0.0841,0.9256,0.3689,0.0299,-0.3725,0.9275|BodyKit|56.2165,41.2585,-30.9001|5,0.4,4|6|0,-0.2,0,-1,-0,-0,0,0,1,0,1,0|56.2167,41.6586,-'
- ..'30.8998|0.05,-17.3,-0.06|0.02,0.02,-0.0598|2,-1.2001,1.5,0.9999,-0.0001,0,0,-0.0001,1,0,-1,0|1.5,-1.2001,2,-0.0001,0.9999,-0.0001,0,-0.0001,1,0.9999,-0.0001,0|2.5,0,0,0,0,1,0,1,0,-1,-0,-0|1,0,-1,0,0,-1,0,1,-0.0001,0.9999,0,-0.0001|-0.0001,-1.2,1.5,0.9999,-0.0001,0,0,-0.0001,1,0,-1,0|0,-1.2001,-0.0001,-1,0,-0.0001,0,-0.0001,1,-0.0001,0.9999,-0.0001|-2.0001,-1.2001,1.5,0.9999,-0.0001,0,0,-0.0001,1,0,-1,0|2,-1.2001,0,-1,0,-0.0001,0,-0.0001,1,-0.0001,0.9999,-0.0001|56.7165,38.4585,-30.9001|5,0.4,5|0,-0.2001,0,1,0,0,-0,-0,-1,0,1,0|4.'
- ..'5,0.5,0,0,1,0,0,0,-1,-1,0,0|0,-1.2001,0.5,-1,0,0,0,0,1,0,1,0|58.1273,43.0564,-30.3034|0.0286,0.0019,-0.045|1,2.4,2|1,-1.6,0.5,0,0,-1,0,1,-0.0001,0.9999,0,-0.0001|0,1.2,0,-1,-0,-0,0,0,1,0,1,0|0,-0.2,-0.0001,0.9999,-0.0001,0,0,-0.0001,1,0,-1,0|2,0.1999,-0.0001,0.9999,0,0,-0.0001,-0.0001,-1,0,0.9999,0|-0.5,-0.1,3.5,0,0,1,0,1,0,-1,-0,-0|54.3083,43.0608,-31.4931|0.0326,0.038,-0.0577|0.5,-0.1,3.5,-0,-0,-1,0,1,0,1,0,0|56.2178,43.0586,-30.8982|0.0306,0.0199,-0.0513|56.2165,39.8585,-30.9001|0,-0.2001,0,-1,0,0,0,0,1,0,1,0|57.7164,43.8802,'
- ..'-32.3435|21.3999,-17.33,-0.0701|-0.0582,-0.0358,0.0817|1,1,2|0|0,0.5,0,-1,-0,-0,0,0,1,0,1,0|0.9999,-0.2,-0.0001,-1,-0.0001,-0.0001,0,-0.0001,0.9999,0,0.9999,-0.0001|55.8069,43.8824,-32.9383|-0.0602,-0.0132,0.0884|0,0,-1,-1,-0,-0,0,1,0,-0,-0,-1|-0.0001,-0.2001,0,0,0.9999,0,-0.0001,0,0.9999,0.9999,0,-0.0001|-1,-0.2,0,-1,-0.0001,0,0,-0.0001,0.9999,0,0.9999,-0.0001|0,-0.0001,4.5,-1,0,0,-0.0001,0.9999,-0.0001,0,0,-1|59.412,44.6543,-29.3781|0.0377,-0.0134,-0.0311|1,1,0.8|Crosshair1|1,0,0,0,0,1,0,1,0,-1,-0,-0|-0.5001,0.2,-0.5001,-0.000'
- ..'1,0,0.9999,-0.0001,1,0,-1,0,0|56.2189,44.4586,-30.8966|0.0412,0.0199,-0.0429|1,0.4,2|55.7717,43.0573,-29.4661|0.0259,0.0147,-0.0528|1,2.4,1|58.1284,44.4564,-30.3018|0.0392,0.0019,-0.0366|58.5734,43.0576,-31.7355|-0.06,-107.3001,-0.0501|0.0334,0.0072,-0.0435|54.7545,43.0621,-32.9252|0.0599,72.6999,0.05|0.0374,0.0433,-0.0562|-2,0.2,-1.5001,-0.0001,0.9999,0,0,-0.0001,-1,-1,0,0|53.8622,43.0595,-30.061|0.0279,0.0327,-0.0592|54.3094,44.4608,-31.4915|0.0432,0.038,-0.0492|0,1.1999,0,-1,-0.0001,0,0,0,-1,-0.0001,-1,0|60.3031,43.2568,-32.2'
- ..'439|0.0366,-0.0029,-0.0366|2,3.6,1|56.6864,44.5331,-32.3969|-0.0514,-0.0247,0.0879|3,0.4,2|58.0492,44.318,-33.4101|-0.06,-107.3001,68.5999|-0.0572,-0.0352,0.0823|1,0.4,1|1|0,0,-1,0,-1,-0.0001,0.9999,0,-0.0001,-0.0001,0,0.9999|56.1397,44.3202,-34.0049|-0.0593,-0.0126,0.0889|57.6812,43.0551,-28.8713|0.0239,-0.0034,-0.0465|0.7686,0.1568,0.1098|20.7165,39.4585,-33.9001|0,-90,0|http://www.roblox.com/asset/?id=4264448|-2.5,0.5,-2.5,0,-1,0,0,0,-1,1,0,0|21.7165,39.4585,-33.9001|22.7165,39.4585,-33.9001|http://www.roblox.com/asset/?id=42'
- ..'64389|-0.5,0.5,-2.5,0,-1,0,0,0,-1,1,0,0|Ride|0.3|23.7165,29.2585,-29.9001|1,1.2,1|4000,4000,4000|4000,4.0000000801635e+20,4000|0,2.6,0,0,1,0,0,0,-1,-1,0,0|1.5,-1,0,0,0,-1,0,1,0,1,0,0|UE|18.7165,40.2585,-27.9001|0,-0.0044,-0.0001|1,2,1|0.5,1.5,0.5|19.7165,40.2585,-26.9001|27.7165,41.7585,-33.9001|-90,-180,0|1,3,1|0,1,0,-1,0,0,0,0,-1,0,-1,0|18.7165,40.2585,-29.9001|0.5,-0.2001,-2,1,0,0,0,1,0,0,0,1|0,-1,0,1,0,0,-0,-0,-1,0,1,0|-4.5,0.5,1.5,-1,0,0,0,0,-1,0,-1,0|0,1,0,-1,-0,-0,0,0,1,0,1,0|0,-1.5,-0.5,1,0,0,0,1,0,0,0,1|23.2165,41.7585,'
- ..'-26.9001|-90,-90,0|1,6,1|2.5,1,0,0,-1,0,0,0,-1,1,0,0|-1.5,1,0,0,-1,0,0,0,-1,1,0,0|0.5,1,0,0,-1,0,0,0,-1,1,0,0|21.7165,40.2585,-26.9001|23.7165,40.2585,-26.9001|20.4165,41.7585,-35.9001|-0.7,1,0,0,-1,0,0,0,-1,1,0,0|21.7165,40.2585,-35.9001|-1.5,0.5,-4.5,-1,0,0,0,0,-1,0,-1,0|0,1.3,-0.5,0,-1,0,1,0,0,0,0,1|18.7165,41.7585,-31.4001|-90,0,0|0,1,-1.5,1,0,-0,0,0,-1,0,1,0|26.6165,41.7585,-35.9001|1,1.6,1|1.0999,-1.5,0,0,-1,0,0,0,1,-1,0,0|-0.9001,1,0,0,-1,0,0,0,-1,1,0,0|1.0999,1,0,0,-1,0,0,0,-1,1,0,0|27.7165,40.2585,-35.9001|27.7165,41.75'
- ..'85,-30.4001|1,4,1|0,1,-1.5,-1,0,0,0,0,-1,0,-1,0|0,-2,0,1,0,0,-0,-0,-1,0,1,0|0,1.5,0,1,0,0,0,0,-1,0,1,0|18.7165,40.2585,-32.9001|19.7165,40.2585,-35.9001|25.7165,40.2585,-26.9001|25.7165,40.2585,-35.9001|27.7165,40.2585,-33.9001|Car1|23.2165,38.7585,-31.4001|10,1,10|10000000000,10000000000,10000000000|0,-0.5,0,1,0,0,-0,-0,-1,0,1,0|3,0.5,45,0,-1,0,0,0,-1,1,0,0|2.5,-1,4.5,1,0,0,0,0,1,0,-1,0|0,-0.2001,-2.5,0,-1,0,0,0,1,-1,0,0|4.5,-1,4.5,1,0,0,0,0,1,0,-1,0|4.5,-1,2.5,1,0,0,0,0,1,0,-1,0|2,-1.2001,1.5,1,0,0,0,0,1,0,-1,0|-1.5,-1,4.5,1,0'
- ..',0,0,0,1,0,-1,0|2,-1.2001,2,0,-1,0,0,0,1,-1,0,0|-4.5,-1,-1.5,1,0,0,0,0,1,0,-1,0|2.5,-1,-4.5,1,0,0,0,0,1,0,-1,0|2,-1.2001,-1.5,1,0,0,0,0,1,0,-1,0|4.5,-1,-2.5,1,0,0,0,0,1,0,-1,0|-4.5,-1,3.5,1,0,0,0,0,1,0,-1,0|-2.5,-0.2001,1.5,0,-1,0,0,0,1,-1,0,0|4.5,-1,-0.5,1,0,0,0,0,1,0,-1,0|-4.5,-1,-3.5,1,0,0,0,0,1,0,-1,0|-3.5,-1,-4.5,1,0,0,0,0,1,0,-1,0|4.5,-1,-4.5,1,0,0,0,0,1,0,-1,0|0.5,-1,4.5,1,0,0,0,0,1,0,-1,0|-3.5,-1,4.5,1,0,0,0,0,1,0,-1,0|18.7165,40.2585,-34.9001|27.7165,40.2585,-31.9001|27.7165,40.2585,-26.9001|27.7165,40.2585,-28.9001|0,1'
- ..'.5,-0.5,-1,0,0,0,-1,0,0,0,1|Down|20.7165,41.8585,-29.9001|0,-90,180|inf|http://www.roblox.com/asset/?id=2594605|4|21.2165,40.4585,-29.4001|4,2.4,4|-2,0,0,-0,-0,-1,0,1,0,1,0,0|0.5,0.2,0.5,-1,0,0,0,1,0,0,0,-1|-0.5,-2,-1.3,0,0,1,1,0,0,0,1,0|-1.5,0.2,0.5,-1,0,0,0,1,0,0,0,-1|0.5,0.2,-0.5,-1,0,0,0,0,-1,0,-1,0|-0.5,0.2,-0.5,-1,0,0,0,0,-1,0,-1,0|0,0.2,-1.5,0,1,0,0,0,-1,-1,0,0|0,0.2,-1.5,-1,0,0,0,0,-1,0,-1,0|0,0.2,0.5,-1,0,0,0,0,-1,0,-1,0|0,0,-2,-1,-0,-0,0,1,0,-0,-0,-1|0.5,-2,-1.3,0,0,-1,-1,0,0,0,1,0|-0.5,0.2,1.5,0,0,1,0,1,0,-1,0,0|Stop|'
- ..'21.7165,41.8585,-29.4001|2,0.4,1|http://www.roblox.com/asset/?id=2803079|Up|20.7165,41.8585,-28.9001|http://www.roblox.com/asset/?id=2594599|backward|22.7165,41.8585,-29.4001|http://www.roblox.com/asset/?id=5906093|0,1.2,1.5,-1,0,0,0,0,-1,0,-1,0|foward|19.7165,41.8585,-29.4001|http://www.roblox.com/asset/?id=5906115|left|21.2165,41.8585,-27.9001|0,0,180|4,0.4,1|-1.5,1.2,0,0,-1,0,0,0,-1,1,0,0|right|21.2165,41.8585,-30.9001|0,180,180|-49.2835,8.8585,-50.4001|6,1.2,3|22,0.4999,8,-1,0,0,0,0,-1,0,-1,0|0,0.6,0,-1,-0,-0,0,0,1,0,1,0|0,-'
- ..'1.2,1,-1,0,0,0,0,1,0,1,0|-2.5,-1.2,-0.5,-1,0,0,0,0,1,0,1,0|-48.2835,10.6585,-50.4001|6,2.4,1|0,-0.6001,-1,-1,0,0,0,0,1,0,1,0|-49.7835,10.6585,-47.9001|2.5,-0.6001,0.5,-1,0,0,0,0,1,0,1,0|-49.2835,12.4585,-50.4001|Gatling gun|0,-0.2001,-0.5,1,0,0,0,1,-0.0001,-0,0,1|0,-0.2001,-0.5|-0,0,-1|0,1,0|Handle|-61.0855,8.7501,-47.1997|0,-123.99,-90|0.0268,-0.0112,0.0169|1,1,5|http://www.roblox.com/asset/?id=2692806|1|http://www.roblox.com/asset/?id=2806162|5|Reload|http://www.roblox.com/asset/?id=2692801|Local Gui|PaintballShooter|Paintball'
- ..'|WeldArm|-49.2835,13.6585,-50.4001|-2.5,-1.2001,-0.5,-1,0,0,0,0,1,0,1,0|0,0.5999,0,1,0,0,0,0,-1,0,1,0|-48.2835,15.4585,-50.4001|0,0.5999,-1,1,0,0,0,0,-1,0,1,0|-49.7835,15.4585,-47.9001|-49.2835,17.2585,-50.4001|-2.5,1.1999,-0.5,1,0,0,0,0,-1,0,1,0|-48.8835,8.7585,-24.5001|Revolver|0,-0.4001,-0.5,-1,0,0,0,1,0,0,0,-1|0,-0.4001,-0.5|-0,-0,1|-1,0,0|-54.6095,8.7502,-34.044|0,141.32,-180|0.0022,-0.0091,0.0027|1.5,1.5,1.5|0.2,0.2,0.2|http://www.roblox.com/asset/?id=8682864|http://www.roblox.com/asset/?id=2920960|ProjectileScript|http://'
- ..'www.roblox.com/asset/?id=2697549|http://www.roblox.com/asset/?id=2697544|Ammo|3|Clips|49999993|GunScript|Welding positon|-61.7835,10.6585,-52.9001|4,2.4,1|0,0.6,-1,1,0,0,0,0,-1,0,1,0|-61.7835,8.8585,-51.9001|4,1.2,3|-60.2835,10.6585,-51.4001|1.5,0.6,0.5,1,0,0,0,0,-1,0,1,0|-61.7835,12.4585,-51.9001|0,-0.6,0,-1,0,0,0,0,1,0,1,0|-1.5,1.2,-0.5,1,0,0,0,0,-1,0,1,0|0,1.2,1,1,0,0,0,0,-1,0,1,0|-57.7076,8.7502,-28.5727|0,-116.95,0|0.0015,-0.0045,0.0003|-61.7835,15.4585,-52.9001|-61.7835,13.6585,-51.9001|-1.5,-1.2001,-0.5,-1,0,0,0,0,1,0,1,0'
- ..'|-60.2835,15.4585,-51.4001|-61.7835,17.2585,-51.9001|-1.5,1.1999,-0.5,1,0,0,0,0,-1,0,1,0|-22.5117,42.9731,-30.7184|-16.4,-93.1201,179.9299|0.003,-0.0197,0.0055|0,0,1,-1,0,0,-0.0001,0.9999,-0.0001,0,0,-1|-22.4021,42.9753,-32.7154|-0.0035,-0.0235,0.0052|-24.9766,42.6533,-28.3503|0.0799,86.86,0.0599|0.0156,-0.0054,0.0057|2.5,0,-1,0,-0.0001,-1,0,1,0,0.9999,0,-0.0001|-18.4281,42.516,-31.4962|0.0024,-0.0045,-0.0069|-1.0001,-0.5,-4,-1,-0.0001,-0.0001,0,-0.0001,0.9999,0,0.9999,-0.0001|0.9999,-0.5001,-4,-1,-0.0001,-0.0001,0,-0.0001,0.999'
- ..'9,0,0.9999,-0.0001|-44.645,42.8553,29.911,0.0558,-0.282,-0.9579,0.001,-0.9593,0.2824,-0.9985,-0.0169,-0.0533|-1155.7399,483.7177,734.9309,0.0838,-0.3637,0.9277,0.001,0.931,0.3648,-0.9965,-0.0296,0.0784|-4488.0079,961.8969,1414.7456,-0.9973,-0.0263,0.07,0.0011,0.9308,0.3652,-0.0748,0.3643,-0.9283|-18.9507,54.0946,-190.254,-0.9951,-0.0603,0.0794,-0.0275,0.9315,0.3626,-0.0959,0.3586,-0.9286|-25.7835,42.2585,-31.9001|-25.7832,42.6586,-31.8998|-0.08,-93.14,-0.06|0.0101,-0.0122,0.0069|-1.5,-1.2001,2,0,-1,-0.0001,0,0,1,-1,0,-0.0001|1.4'
- ..'999,-1.2001,1.9999,-0.0001,0.9999,0,0,0,1,0.9999,-0.0001,0|-2.0001,-1.2001,1.5,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|0,-1.2001,-0.0001,-1,0,-0.0001,0,0,1,-0.0001,0.9999,0|2,-1.2001,0,-1,0,-0.0001,0,0,1,-0.0001,0.9999,0|-26.2835,39.4585,-31.9001|-25.8909,44.0564,-29.9012|0.0105,-0.0095,0.005|0,-0.2001,0,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|1,-1.6,0.5,0,0,-1,-0.0001,1,-0.0001,0.9999,-0.0001,-0.0001|2,0.2,0,0.9999,0,0,-0.0001,0,-1,0,0.9999,-0.0001|-25.6716,44.0608,-33.8952|0.0044,-0.015,0.0046|-25.7813,44.0586,-31.8982|0.0074,-0.0122,'
- ..'0.0048|0,-0.2001,-0.0001,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|-25.7835,40.8585,-31.9001|0,0.2,-0.5,1,0,0,0,0,-1,0,1,0|-27.78,44.5264,-31.006|16.3999,86.8799,-179.93|-0.0043,-0.0421,0.0196|-0.0001,-0.2001,0,-0.0001,0.9999,-0.0001,-0.0001,-0.0001,0.9999,0.9999,-0.0001,-0.0001|-27.6703,44.5286,-33.0029|-0.0109,-0.0458,0.0192|-0.0001,-0.2001,-0.0001,-0.0001,0.9999,-0.0001,-0.0001,-0.0001,0.9999,0.9999,-0.0001,-0.0001|-0.0001,0,4.5,-1,-0.0001,0,0,0.9999,0,0,-0.0001,-1|-26.4702,45.6555,-28.429|0.0097,-0.0084,0.0035|-25.7793,45.4586,-31'
- ..'.8966|0.0047,-0.0122,0.0027|-27.279,44.0607,-31.9804|0.0073,-0.0152,0.0071|0,0.2,1.5,-1,-0.0001,0,0,-0.0001,-1,-0.0001,-1,-0.0001|-25.889,45.4564,-29.8996|0.0078,-0.0095,0.0029|1,-0.2,0.5,0,0,-1,-0.0001,1,-0.0001,0.9999,-0.0001,-0.0001|-24.3932,44.0542,-29.819|-0.06,176.86,0.0799|0.0106,-0.0065,0.0027|-24.1739,44.0586,-33.813|0.0599,-3.1401,-0.08|0.0045,-0.012,0.0024|-27.1693,44.0629,-33.9774|0.0042,-0.018,0.0069|-25.6697,45.4608,-33.8936|0.0017,-0.015,0.0026|-0.0001,1.1999,-0.0001,-1,-0.0001,0,0,-0.0001,-1,-0.0001,-1,-0.0001|-2'
- ..'3.4767,44.2512,-28.2662|0.0126,-0.0024,0.001|0,0,0.5,1,0,0,0,1,0,0,0,1|0,1.6,1,-1,0,-0.0001,-0.0001,1,0,-0.0001,-0.0001,-1|-27.9225,43.856,-32.016|-0.0049,-0.0448,0.0215|1,0.5,0,0.9999,-0.0001,-0.0001,0,0,-1,-0.0001,0.9999,-0.0001|-1,0.5,-0.0001,0.9999,-0.0001,-0.0001,0,0,-1,-0.0001,0.9999,-0.0001|-28.9294,44.8653,-31.0687|-0.06,176.86,-73.6|-0.0059,-0.0469,0.0227|-28.8198,44.8675,-33.0657|-0.0125,-0.0507,0.0223|-27.3887,44.0586,-29.9835|0.0104,-0.0125,0.0073|1.9999,0.2,1.5,-1,-0.0001,0,0,-0.0001,-1,-0.0001,-1,-0.0001|58.7165,30'
- ..'.2585,-28.4001|50,14,1|0,0,1|0.4|0.6|56.7165,15.2585,-28.4001|1,14,50|-4.5,-0.5,64,0,-1,0,0,0,1,-1,0,0|0,0.5,114,-0,-1,0,0,0,-1,1,0,0|45.7165,25.7585,-30.9001|0.5,-0.5,0,-1,0,0,0,0,1,0,1,0|0.5,0.4999,0,1,0,0,0,0,-1,0,1,0|45.7165,23.7585,-30.9001|45.2165,24.7585,-30.9001|2,1,9|-0.5,0.5,0,1,0,0,0,0,-1,0,1,0|45.2165,26.7585,-30.9001|45.7165,27.7585,-30.9001|0.5,0.5,0,1,0,0,0,0,-1,0,1,0|45.2165,28.7585,-30.9001|45.7165,29.7585,-30.9001|0.9725,0.9725,0.9725|48.7165,45.7585,-30.9001|1,5,19|0,-2.5,0,1,0,0,-0,-0,-1,0,1,0|0,2.5,0,1,0,0,0'
- ..',0,-1,0,1,0|45.2165,36.7585,-30.9001|45.2165,30.7585,-30.9001|45.7165,35.7585,-30.9001|45.2165,34.7585,-30.9001|45.7165,33.7585,-30.9001|45.2165,32.7585,-30.9001|45.7165,31.7585,-30.9001|52.2165,37.7585,-30.9001|14,1,9|2.5,7,-6.5,0,-1,0,0,0,-1,1,0,0|3.5,-2.5,0,-1,0,0,0,0,1,0,1,0|7.5,0,-12,1,0,0,0,1,0,0,0,1|7,0.5,0,1,0,0,0,0,-1,0,1,0|48.7165,40.7585,-30.9001|29.2165,24.2585,-28.9001|2,2,9|44.7165,37.7585,-14.4001|29,1,24|-4,-2.5,16.5,-1,0,0,0,0,1,0,1,0|24,7.5,-11.5,1,0,0,0,0,-1,0,1,0|-6.5,-2.5,11.5,0,-1,0,0,0,1,-1,0,0|-14,7,-14,0'
- ..',-1,0,0,0,-1,1,0,0|23.7165,36.2585,-34.4001|2,2,13|6,-0.5,45.5,-1,0,0,0,0,1,0,1,0|6,5,0.5,0,1,0,0,0,-1,-1,0,0|48.7165,49.2585,-30.9001|1,2,19|0,-0.5,15.5,0,-1,0,0,0,1,-1,0,0|17.7165,30.2585,-34.9001|1,10,1|0,-5,0,1,0,0,-0,-0,-1,0,1,0|0.5,0.9999,-6,0,-1,0,0,0,-1,1,0,0|23.7165,24.2585,-34.4001|29.7165,30.2585,-34.9001|0,5,0,-1,-0,-0,0,0,1,0,1,0|0.5,-1,6,0,-1,0,0,0,1,-1,0,0|0.5,0.9999,6,0,-1,0,0,0,-1,1,0,0|0.5|23.7165,30.2585,-31.9001|3,14,9|3.5,-0.5,45.5,-1,0,0,0,0,1,0,1,0|-1.5,0,0,-0,-0,-1,0,1,0,1,0,0|0.5,4.1999,0,0,0,-1,0,1,0,1,'
- ..'0,0|0,1,0.5,-1,0,0,0,1,0,0,0,-1|-0.5,0,-2.5,0,0,1,0,1,0,-1,0,0|21.2165,30.2585,-29.9001|1,14,4|26.2165,30.2585,-29.9001|4,14,1|1.5,-0.5,48,0,-1,0,0,0,1,-1,0,0|-1.5,0,2.5,0,0,1,0,1,0,-1,0,0|1.5,0,2.5,0,0,-1,0,1,0,1,0,0|35.2165,37.7585,-30.9001|10,1,9|-9.5,0,-12,1,0,0,0,1,0,0,0,1|29.2165,36.2585,-28.9001|0.5,-0.5,51,0,-1,0,0,0,1,-1,0,0|18.2165,24.2585,-28.9001|-4,0.5,25.5,0,1,0,0,0,-1,-1,0,0|0.5,-5,-4,1,0,0,0,0,1,0,-1,0|23.7165,26.0585,-29.9001|1,5.2,1|23.7165,24.2585,-25.4001|23.7165,30.2585,-27.9001|-0.5,-0.5,45.5,-1,0,0,0,0,1,0'
- ..',1,0|1.5,0,0,0,0,1,0,1,0,-1,-0,-0|-0.5,4.1999,0,0,0,1,0,1,0,-1,0,0|0.5,0,-2.5,0,0,-1,0,1,0,1,0,0|29.7165,30.2585,-24.9001|0.5,-1,4,-1,0,0,0,0,1,0,1,0|0.5,0.9999,4,1,0,0,0,0,-1,0,1,0|33.2165,40.7585,-20.9001|3,5,30|-7.5,0.5,55,1,0,0,0,0,-1,0,1,0|21.7165,22.7585,-7.4001|75,1,8|-21,-7,-37,0,-1,0,0,0,1,-1,0,0|-35,6.9999,20.9999,1,0,0,0,0,-1,0,1,0|0,0,4,1,0,0,0,1,0,0,0,1|1,-7,-0.5,1,0,0,0,1,0,0,0,1|36.5,-7,6.9999,-1,0,0,0,0,1,0,1,0|20.7165,29.7585,-2.9001|77,15,1|-25,-0.5,-38,0,0,1,0,1,0,-1,0,0|0,7.5,0,-1,-0,-0,0,0,1,0,1,0|-25.5,-0.5'
- ..',42.5,0,-1,0,0,0,1,-1,0,0|0,-7.5,0,1,0,0,-0,-0,-1,0,1,0|72.5,6.9999,0,1,0,0,0,0,-1,0,1,0|35.5,-0.5,10.9999,-1,0,0,0,1,0,0,0,-1|9.4999,-0.4001,33.5,0,0,-1,0,-1,0,-1,0,0|25.2165,40.4585,-32.9001|26.7165,42.6585,-31.4001|0,1.2,0,1,0,0,0,0,-1,0,1,0|33.2165,50.7585,-30.9001|19,1,32|-10,1,0,1,0,0,0,0,-1,0,1,0|25.2165,40.4585,-29.9001|0.5,-0.4001,-1.5,0,0,-1,0,1,0,1,0,0|25.7165,39.4585,-31.4001|1,-1.2001,0,0,-1,0,0,0,1,-1,0,0|26.7165,40.8585,-31.4001|-1,0.4,-1.5,0,0,1,0,1,0,-1,0,0|18.2165,36.2585,-28.9001|0.5,-0.5,40,0,1,0,0,0,1,1,0,0|'
- ..'0.5,5,-4,-1,0,0,0,0,-1,0,-1,0|0.2941,0.5921,0.2941|8.2165,23.8585,-30.4001|6,1.2,6|rbxasset://Textures/SpawnLocation.png|-2.5,0.5,15.5,1,0,0,0,0,-1,0,1,0|23.7165,36.2585,-25.4001|-3,-0.5,45.5,-1,0,0,0,0,1,0,1,0|17.7165,30.2585,-24.9001|33.2165,49.2585,-20.9001|3,2,30|-10,-0.5,0,-1,0,0,0,0,1,0,1,0|33.2165,45.7585,-20.9001|-11.7835,5.7585,-29.4001|54,3,138|16.7165,45.7585,-30.9001|3,5,23|0,2.5,0,-1,-0,-0,0,0,1,0,1,0|0,-1,0,-1,0,0,0,0,1,0,1,0|16.7165,49.2585,-30.9001|3,2,23|0,-0.5,-16.5,0,1,0,0,0,1,1,0,0|-7.2835,22.7585,-32.9001|43'
- ..',1,133|44.5,7,21,0,1,0,0,0,-1,-1,0,0|0,0,-66.5,-1,-0,-0,0,1,0,-0,-0,-1|40.5,0,-4.5,0,0,-1,0,1,0,1,0,0|-53,-0.5,-2,0,1,0,0,0,1,1,0,0|-36.5,-1,-4,0,1,0,0,0,1,1,0,0|7.5,-1,-31,-1,0,0,0,0,1,0,1,0|-3,-7,28.5,1,0,0,0,0,1,0,-1,0|1,-7,-31,-1,0,0,0,0,1,0,1,0|-1.5,-1,-31,-1,0,0,0,0,1,0,1,0|5,-7,-31,-1,0,0,0,0,1,0,1,0|-33.5,-7,-3,0,1,0,0,0,1,1,0,0|9,7,-20.5,0,1,0,0,0,-1,-1,0,0|4.5,-7,-66,-1,0,0,0,0,1,0,1,0|8,-7,13,0,1,0,0,0,1,1,0,0|-13.5,-0.2001,10,-1,0,0,0,0,1,0,1,0|-18.5,-0.2001,10,-1,0,0,0,0,1,0,1,0|-0.5,7,-40,-1,0,0,0,0,-1,0,-1,0|57,7,'
- ..'-9.5,0,1,0,0,0,-1,-1,0,0|7,7,-57,-1,0,0,0,0,-1,0,-1,0|23,-7,21,0,1,0,0,0,1,1,0,0|21.5,0,0,0,0,1,0,1,0,-1,-0,-0|34.5,-5.3001,-8.5,1,0,0,0,1,0,0,0,1|7.5,-7,-18.5,0,1,0,0,0,1,1,0,0|51,-7,-8,0,1,0,0,0,1,1,0,0|17.5,-0.2001,9,0,1,0,0,0,1,1,0,0|18,-7,6,0,1,0,0,0,1,1,0,0|66,-7,-15.5,0,1,0,0,0,1,1,0,0|0.5,-7,66,-1,0,0,0,0,1,0,1,0|35,-7,13,0,1,0,0,0,1,1,0,0|66,-7,17.5,0,1,0,0,0,1,1,0,0|16.7165,40.7585,-30.9001|2.5,0.5,38.5,0,1,0,0,0,-1,-1,0,0|Wheel|-2.1084,24.2495,-51.0225|7.0399,169.4199,98.4599|0.255,0.0038,0.0072|2,2,2|-13.1583,24.2495'
- ..',-48.1913|5.17,-114.5501,76.3899|-0.0186,-0.0055,0.2594|-12.7835,29.3585,-12.9001|0,90,180|19,12,2|-16.2835,15.2585,-12.4001|1,14,18|-22.2835,20.7585,-3.9001|-22.2835,19.7585,-4.4001|-22.2835,16.7585,-3.9001|-22.2835,15.7585,-4.4001|-22.2835,18.7585,-3.9001|-22.2835,17.7585,-4.4001|-22.2835,14.7585,-3.9001|-22.2835,13.7585,-4.4001|-0.5,-0.5,0,-1,0,0,0,0,1,0,1,0|-22.2835,9.7585,-4.4001|-22.2835,10.7585,-3.9001|-22.2835,11.7585,-4.4001|-22.2835,8.7585,-3.9001|-22.2835,12.7585,-3.9001|-22.2835,21.7585,-4.4001|-14.7835,30.2585,-14.4'
- ..'001|2,14,22|-14,-0.5,7,0,-1,0,0,0,1,-1,0,0|33.2165,49.2585,-40.9001|33.2165,45.7585,-40.9001|33.2165,40.7585,-40.9001|12.5,0.5,55,1,0,0,0,0,-1,0,1,0|-17.7835,24.4585,-44.9001|-26.2835,24.4585,-42.4001|-23.2835,24.4585,-42.4001|0.5,-0.4,1.5,0,0,-1,0,1,0,1,0,0|-24.7835,23.4585,-41.9001|1,-1.2,0,0,-1,0,0,0,1,-1,0,0|-24.7835,24.8585,-40.9001|-15.2835,30.2585,-45.9001|1,14,15|-16.2835,26.6585,-46.4001|-17.2835,23.4585,-46.4001|-16.2835,24.8585,-46.4001|-1,0.3999,1.5,0,0,1,0,1,0,-1,0,0|-17.7835,24.4585,-47.9001|44.7165,37.7585,-44.900'
- ..'1|29,1,19|-4,-2.5,-14,-1,0,0,0,0,1,0,1,0|16.5,7,-14,0,-1,0,0,0,-1,1,0,0|0,0,9.5,1,0,0,0,1,0,0,0,1|-7.5,0,-4.5,1,0,0,0,1,0,0,0,1|9.5,0,-4.5,1,0,0,0,1,0,0,0,1|4,-2.5,11.5,0,-1,0,0,0,1,-1,0,0|-26.7835,24.2585,-47.9001|10,2,5|15,0.5,-19.5,0,-1,0,0,0,-1,1,0,0|-24.7835,26.6585,-40.9001|-26.2835,25.2585,-24.9001|21,4,1|-8,0.5,-19,0,-1,0,0,0,-1,1,0,0|0,2,0,-1,-0,-0,0,0,1,0,1,0|0,-2,0,-1,0,0,0,0,1,0,1,0|-25.2835,30.2585,-38.9001|19,14,1|10.5,-0.5,-3.5,0,-1,0,0,0,1,-1,0,0|0.949,0.9529,0.9529|-26.2835,29.2585,-24.9001|0,-3,0,-1,0,0,0,0,1,0'
- ..',1,0|-51.7835,15.2585,-53.9001|218,14,1|-21.7835,37.7585,-28.4001|52,1,104|1.5,7,43,-1,0,0,0,0,-1,0,-1,0|-6.5,7,17.5,0,1,0,0,0,-1,-1,0,0|-47.2835,15.2585,-32.4001|42,14,1|-26.2835,34.2585,-24.9001|21,6,1|0,3,0,-1,-0,-0,0,0,1,0,1,0|-3.5,-0.5,-4.5,0,-1,0,0,0,1,-1,0,0|-57.2835,7.7585,-28.4001|52,1,229|1,1.5,45.5,-1,0,0,0,0,-1,0,-1,0|57.5,3.5,0,0,1,0,0,0,-1,-1,0,0|-5.5,-7,-25.5,0,1,0,0,0,1,1,0,0|-5.5,-7,25.5,0,1,0,0,0,1,1,0,0|-41,-7,-16,0,1,0,0,0,1,1,0,0|-8.4001,-0.5,-3.9001,0,1,0,0,0,1,1,0,0|4,-7,10,1,0,0,0,0,1,0,-1,0|7,-7,-5,0,1,0'
- ..',0,0,1,1,0,0|11.5,-7,-7,1,0,0,0,0,1,0,-1,0|5.5,-1.5,86.5,-1,0,0,0,0,1,0,1,0|10,-0.2,92,-1,0,0,0,0,1,0,1,0|4.5,-0.6,23.5,0,1,0,0,0,1,1,0,0|-92.5,-1.2,-1.5,0,-1,0,0,0,1,-1,0,0|-92.5,-1.2,1.5,0,-1,0,0,0,1,-1,0,0|-92.5,-1.2,11.5,0,-1,0,0,0,1,-1,0,0|0,-0.2,92,-1,0,0,0,0,1,0,1,0|102.5,-1.2,-12.5,0,1,0,0,0,1,1,0,0|62.5,-2,-12.5,0,1,0,0,0,1,1,0,0|-92.5,-1.2,6.5,0,-1,0,0,0,1,-1,0,0|102.5,-1.2,-7.5,0,1,0,0,0,1,1,0,0|102.5,-1.2,-9.5,0,1,0,0,0,1,1,0,0|5,-0.2,92,-1,0,0,0,0,1,0,1,0|-1,-0.2,-103,1,0,0,0,0,1,0,-1,0|97.5,-1,-6.5,0,1,0,0,0,1,1,0,'
- ..'0|109,-2,-25.5,0,1,0,0,0,1,1,0,0|102.5,-1.2,-2.5,0,1,0,0,0,1,1,0,0|102.5,-1.2,0.5,0,1,0,0,0,1,1,0,0|-92.5,-1.2,8.5,0,-1,0,0,0,1,-1,0,0|114,-2,0,0,1,0,0,0,1,1,0,0|-24.5,-0.5,35,1,0,0,0,0,1,0,-1,0|102.5,-1.2,-4.5,0,1,0,0,0,1,1,0,0|109,-2,25.5,0,1,0,0,0,1,1,0,0|-29.2835,29.7585,-2.9001|23,15,1|-25.5,-0.5,-7.5,0,-1,0,0,0,1,-1,0,0|22.5,6.9999,0,1,0,0,0,0,-1,0,1,0|-51.7835,15.2585,-2.9001|32,0,-1,1,0,0,0,1,0,0,0,1|-57.7835,30.2585,-53.9001|32,14,1|25.5,-0.5,-36,0,-1,0,0,0,1,-1,0,0|21,0.4999,-50.5,0,-1,0,0,0,-1,1,0,0|-42.2835,30.2585,-'
- ..'45.9001|17.5,-0.5,-20.5,0,-1,0,0,0,1,-1,0,0|-64.2835,15.2585,-39.9001|27,14,1|-32.2835,38.7585,-30.9001|17,1,75|2.5,0.5,-10.5,1,0,0,0,0,-1,0,1,0|1,-0.2001,6,1,0,0,0,0,1,0,-1,0|-58.2835,30.2585,-24.9001|29,14,1|-3.5,-0.5,-36.5,0,-1,0,0,0,1,-1,0,0|-64.2835,15.2585,-23.4001|1,14,6|-57.2835,15.2585,-19.4001|2,14,19|-13.5,-0.5,-50,1,0,0,0,0,1,0,-1,0|-9,0.5,0,-1,0,0,0,0,-1,0,-1,0|-50.7835,22.7585,-7.4001|46,1,8|22.5,-7,-1,-1,0,0,0,0,1,0,1,0|-57.2835,29.7585,-2.9001|33,15,1|-25.5,-0.5,-35.5,0,-1,0,0,0,1,-1,0,0|-5.5,6.9999,0,1,0,0,0,0,-'
- ..'1,0,1,0|-83.7835,14.7585,-55.4001|154,15,2|-26,1.5,72,0,1,0,0,0,-1,-1,0,0|24,-2.1001,8.5,-1,0,0,0,1,0,0,0,-1|-32,-0.5,-0.5,1,0,0,0,1,0,0,0,1|-83.7835,15.2585,-1.4001|154,14,2|-107.7835,16.8585,-64.9001|-73.2835,30.2585,-50.4001|22,-0.5,-51.5,0,-1,0,0,0,1,-1,0,0|-89.2835,30.2585,-46.9001|1,14,31|-73.2835,30.2585,-46.9001|1,14,1|18.5,-0.5,-51.5,0,-1,0,0,0,1,-1,0,0|14,0.4999,-66,0,-1,0,0,0,-1,1,0,0|-73.2835,30.2585,-32.4001|14,14,1|4,-0.5,-51.5,-1,0,0,0,0,1,0,1,0|-102.2835,14.7585,-26.9001|3,13,15|0,6.5,0,-1,-0,-0,0,0,1,0,1,0|-1.5,'
- ..'-0.5,20,-1,0,0,0,0,1,0,1,0|-1.5,-0.5001,20,-1,0,0,0,0,1,0,1,0|0,-6.5,0,1,0,0,-0,-0,-1,0,1,0|-1.5,0.5,-45,1,-0,0,0,0,-1,0,1,0|-73.2835,30.2585,-17.4001|1,14,16|-11,-0.5,-51.5,0,-1,0,0,0,1,-1,0,0|-22.5,0.5,-10,1,0,0,0,0,-1,0,1,0|-93.7835,18.7585,-15.9001|2,5,25|-12.5,-0.5,28.5,0,-1,0,0,0,1,-1,0,0|-93.7835,14.2585,-15.9001|2,4,25|0,-2.5,0,-1,0,0,0,0,1,0,1,0|-93.7835,10.2585,-15.9001|-12.5,0.5,-36.5,-0,-1,0,0,0,-1,1,0,0|-89.2835,30.2585,-9.9001|25,0.4999,18.4999,0,1,0,0,0,-1,-1,0,0|-73.2835,30.2585,-6.4001|-22,-0.5,-51.5,0,-1,0,0,0,'
- ..'1,-1,0,0|-114.2835,23.7585,-47.9001|81,1,1|-105.2835,30.2585,-40.9001|1,14,13|-122.2835,30.2585,-41.4001|1,14,12|-114.2835,37.7585,-28.9001|39,1,81|18.9999,7,-25,1,0,0,0,0,-1,0,1,0|-9,7,-14,0,1,0,0,0,-1,-1,0,0|-9,7,-1.5,0,1,0,0,0,-1,-1,0,0|-9,7,12,0,1,0,0,0,-1,-1,0,0|-18,7,-25,1,0,0,0,0,-1,0,1,0|8,7,12.5,0,1,0,0,0,-1,-1,0,0|2,-0.2001,-34,1,0,0,0,0,1,0,-1,0|35,7,-0.5,0,1,0,0,0,-1,-1,0,0|40,7,-0.5,0,1,0,0,0,-1,-1,0,0|9,7,-14,0,1,0,0,0,-1,-1,0,0|-114.2835,22.7585,-28.4001|81,1,40|0,0.5,8,0,-1,0,0,0,-1,1,0,0|-9,-7,12.5,-1,0,0,0,0,1,'
- ..'0,1,0|-18.5,-7,-25,0,-1,0,0,0,1,-1,0,0|-19,-0.2001,-16.5,1,0,0,0,0,1,0,-1,0|8,-7,13,-1,0,0,0,0,1,0,1,0|35,-7,0,-1,0,0,0,0,1,0,1,0|40,-7,0,-1,0,0,0,0,1,0,1,0|0,-0.5,19.5,-1,0,0,0,0,1,0,1,0|-105.2835,30.2585,-27.4001|1,14,14|9,0.4999,1,1,0,0,0,0,-1,0,1,0|-105.2835,30.2585,-14.9001|1,14,11|9,0.4999,13.5,1,0,0,0,0,-1,0,1,0|-114.2835,23.7585,-8.9001|0,0.5,19.4999,1,0,0,0,0,-1,0,1,0|-114.7835,3.7585,-28.4001|68,7,50|-122.2835,21.7585,-28.4001|50,1,97|-8,-0.5,0,0,1,0,0,0,1,1,0,0|-28.5,2.5,-12.5,0,1,0,0,0,-1,-1,0,0|-2.5,2.5,-12.5,0,1,0,'
- ..'0,0,-1,-1,0,0|5.5,3.5,21.5,1,0,0,0,0,-1,0,1,0|-123.2835,30.2585,-14.9001|-9,0.4999,13.5,1,0,0,0,0,-1,0,1,0|-119.7835,18.7585,-15.9001|-12.5,-0.5,2.5,0,-1,0,0,0,1,-1,0,0|27.2165,26.4585,6.0999|79,11.1999,0.5,-1,0,0,0,1,0,0,0,-1|6.5,-3.3,0.5,-1,0,0,0,1,0,0,0,-1|-119.7835,14.2585,-15.9001|-119.7835,10.2585,-15.9001|-107.7835,15.2585,8.0999|-24,0,1,-1,0,0,0,1,0,0,0,-1|-129.9711,26.973,-43.3373|-16.41,-91.0501,179.9299|0.0066,-0.0029,0.0041|-129.9337,26.9752,-45.337|-0.0004,0.0069,0.004|-132.3489,26.6532,-40.8817|0.0799,88.93,0.0599|'
- ..'-0.0142,-0.0218,0.0141|-125.9183,26.5158,-44.2622|0.004,0.0079,-0.0124|0.9999,-0.5,-4,-1,-0.0001,-0.0001,0,-0.0001,0.9999,0,0.9999,-0.0001|-152.1347,26.855,17.133,0.018,-0.2825,-0.9592,0.001,-0.9593,0.2825,-0.9999,-0.0062,-0.0171|-1255.9306,467.7124,716.259,0.9964,0.0295,-0.0785,0.001,0.931,0.3648,0.0838,-0.3637,0.9277|-4506.7457,945.9042,1514.975,0.0773,-0.3634,0.9284,0.0009,0.9312,0.3643,-0.9971,-0.0273,0.0723|-37.926,38.1789,-90.0284,0.0671,-0.3633,0.9292,0.0122,0.9315,0.3633,-0.9977,-0.0131,0.0669|-133.2835,26.2585,-44.4001|'
- ..'-133.2832,26.6586,-44.3998|-0.08,-91.07,-0.06|0.0015,-0.0321,0.01|2,-1.2,1.4999,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|1,0,-1,0,0,-1,-0.0001,1,-0.0001,1,-0.0001,-0.0001|-1.5001,-1.2,1.9999,0,-1,-0.0001,0,0,1,-1,0,-0.0001|-2,-1.2,1.5,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|0,-1.2,1.4999,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|-0.0001,-1.2,0,-1,0,-0.0001,0,0,1,-0.0001,1,0|1.9999,-1.2,0,-1,0,-0.0001,0,0,1,-0.0001,1,0|-133.2835,23.4585,-44.9001|-133.3186,28.0564,-42.3986|-0.014,-0.0289,0.0075|1,-1.6,0.5,0,0,-1,-0.0001,1,-0.0001,1,-0.0001,-0.00'
- ..'01|0,-0.2,0,0.9999,-0.0001,0,0,0,1,0,-1,-0.0001|1.9999,0.2,0,0.9999,0,0,-0.0001,0,-1,0,1,-0.0001|-133.2437,28.0609,-46.3978|0.0038,-0.0352,0.0078|-133.2812,28.0586,-44.3982|-0.0051,-0.0321,0.0076|-133.2835,24.8585,-44.4001|0,0.1999,-0.5,1,0,0,0,0,-1,0,1,0|0,-0.2,0,-1,0,0,0,0,1,0,1,0|-135.2463,28.5265,-43.4343|16.4099,88.9499,-179.93|0.0038,-0.0106,0.0302|0.9999,-0.2,0,-1,-0.0001,0,-0.0001,0,0.9999,0,0.9999,0|0,0,4.5,-1,-0.0001,0,0,0.9999,0,0,-0.0001,-1|-135.2089,28.5288,-45.434|-0.0032,-0.0008,0.0301|0,-0.2,0,-0.0001,0.9999,-0.0'
- ..'001,-0.0001,-0.0001,0.9999,0.9999,-0.0001,-0.0001|-1.0001,-0.2001,0,-1,-0.0001,0,-0.0001,0,0.9999,0,0.9999,0|0,-0.0001,4.4999,-1,-0.0001,0,0,0.9999,0,0,-0.0001,-1|-133.8443,29.6554,-40.9063|-0.0282,-0.0289,0.0025|-133.2792,29.4586,-44.3966|-0.0117,-0.0321,0.0053|0,1.2,0,-1,-0.0001,0,0,-0.0001,-1,-0.0001,-1,-0.0001|-134.7809,28.0608,-44.4263|-0.005,-0.0392,0.0009|-133.3166,29.4564,-42.3969|-0.0206,-0.0289,0.0052|0.9999,-0.2,0.5,0,0,-1,-0.0001,1,-0.0001,1,-0.0001,-0.0001|-131.8189,28.0542,-42.3705|-0.06,178.9299,0.0799|-0.0141,-0.'
- ..'0218,0.0142|2,0.2,-1.5001,0,-1,0,0,0,-1,1,-0.0001,-0.0001|-131.744,28.0587,-46.3697|0.0599,-1.0701,-0.08|0.0037,-0.0281,0.0145|-134.7435,28.0631,-46.4259|0.0039,-0.0423,0.0011|-133.2417,29.4609,-46.3962|-0.0028,-0.0352,0.0055|-130.8469,28.2511,-40.8518|-0.0218,-0.0147,0.0182|-0.0001,1.6,1,-1,0,-0.0001,-0.0001,1,0,-0.0001,-0.0001,-1|-135.4252,27.8561,-44.4386|0.0013,-0.006,0.0276|-136.3972,28.8654,-43.4554|-0.0701,178.9299,-73.59|0.0032,-0.0123,0.0359|-0.0001,-0.0001,-1,0,-1,-0.0001,0.9999,-0.0001,0,0,0,0.9999|-136.3598,28.8677,-'
- ..'45.4551|-0.0038,-0.0025,0.0358|-134.8183,28.0585,-42.4266|-0.0139,-0.036,0.0008|-133.9315,26.9729,-9.9393|-16.41,-157.4601,179.9299|0.0171,-0.0056,-0.0371|-132.084,26.9751,-10.7054|0.0206,0.0074,-0.0286|1,0.2,3.9999,0.9999,0,0,-0.0001,-0.0001,-1,0,1,0|-137.1335,26.6533,-11.1353|0.09,22.52,0.0599|-0.0038,-0.013,0.0032|2.5,0,-1,0,-0.0001,-1,0,1,0,0.9999,0,0|-131.4617,26.5156,-6.5955|0.0023,-0.051,-0.0324|1,-0.5001,-4,-1,0,-0.0001,0,-0.0001,1,-0.0001,1,-0.0001|-157.6795,26.856,54.8051,0.9237,-0.1072,-0.3676,0.001,-0.9594,0.2823,-0.'
- ..'3829,-0.2613,-0.8861|-1258.069,467.7161,760.7391,-0.9965,-0.0296,0.0784,0.001,0.931,0.3648,-0.0839,0.3636,-0.9278|-4462.254,945.9031,1517.0144,-0.0759,0.3635,-0.9285,0.0008,0.9311,0.3645,0.9971,0.0268,-0.071|6.6169,38.1365,-87.9531,-0.0718,0.3575,-0.9312,0.0085,0.9337,0.3578,0.9973,0.0177,-0.0701|-134.2835,26.2585,-13.4001|-134.2836,26.6586,-13.3997|-0.0901,-157.48,-0.06|0.0122,0.0066,0.0233|1.4999,-1.2001,1.9999,0,0.9999,0,0,0,1,0.9999,0,0|0,-1.2001,-0.0001,-1,0,-0.0001,0,0,1,0,0.9999,0|2,-1.2001,-0.0001,-1,0,-0.0001,0,0,1,0,0.'
- ..'9999,0|-134.2835,23.4585,-12.9001|-20,0.5,15.5,1,0,0,0,0,-1,0,1,0|0,-1.2,0.5,-1,0,0,0,0,1,0,1,0|-136.1316,28.0564,-12.6311|0.0106,0.0024,0.0273|0,-0.2001,0,0.9999,0,0,0,0,1,0,-1,-0.0001|0.9999,-1.6,0.5,0,0,-1,-0.0001,1,-0.0001,0.9999,-0.0001,0|1.9999,0.2,0,0.9999,-0.0001,0,-0.0001,0,-1,-0.0001,0.9999,-0.0001|-132.4367,28.0608,-14.1634|0.0214,0.0108,0.0533|-134.2842,28.0586,-13.3972|0.016,0.0066,0.0403|-134.2835,24.8585,-13.4001|-135.9541,28.5265,-14.8122|16.4099,22.54,-179.93|0.0377,0.0622,-0.024|0,-0.2,0,-0.0001,1,-0.0001,0,-0.'
- ..'0001,1,0.9999,-0.0001,0|1,-0.2,0,-1,0,0,-0.0001,0,1,-0.0001,1,0|0,0,4.5,-1,-0.0001,-0.0001,0,0.9999,0,-0.0001,-0.0001,-1|-134.1067,28.5287,-15.5784|0.0412,0.0752,-0.0155|-1,-0.2,0,-1,0,0,-0.0001,0,1,-0.0001,1,0|0,0,4.5,-1,-0.0001,-0.0001,0,1,0,-0.0001,-0.0001,-1|-137.7094,29.6555,-12.5155|0.0143,0.0053,0.0356|-0.5,0.2,-0.5,0,0,0.9999,0,1,0,-1,-0.0001,-0.0001|-134.2848,29.4586,-13.3947|0.0199,0.0065,0.0573|0,1.1999,0,-1,0,0,0,-0.0001,-1,0,-1,-0.0001|-134.8588,28.0609,-14.7828|0.0258,0.025,0.0363|0,0.2,1.5,-1,0,0,0,-0.0001,-1,0,-1'
- ..',-0.0001|-136.1322,29.4564,-12.6286|0.0145,0.0023,0.0443|-135.557,28.0542,-11.2455|-0.06,112.5199,0.09|0.0009,-0.0161,0.0313|-131.8621,28.0586,-12.7778|0.0599,-67.4801,-0.0901|0.0117,-0.0077,0.0573|-2,0.2,-1.5,0,0.9999,0,-0.0001,-0.0001,-1,-1,0,-0.0001|-133.0113,28.0631,-15.5489|0.0311,0.0292,0.0493|-2,0.2,1.5,-1,0,0,0,-0.0001,-1,0,-1,-0.0001|-132.4374,29.4608,-14.1608|0.0253,0.0107,0.0703|-136.5596,28.251,-9.7468|-0.0091,-0.0315,0.0266|0,1.6,1,-1,0,0,-0.0001,1,0,0,-0.0001,-1|-135.1054,27.8561,-15.3782|0.041,0.0713,-0.0298|-136.'
- ..'3954,28.8655,-15.8754|-0.06,112.5199,-73.59|0.0422,0.077,-0.0212|-134.548,28.8677,-16.6415|0.0457,0.09,-0.0127|-136.7062,28.0587,-14.0167|0.0204,0.0208,0.0233|2,0.2,1.5,-1,0,0,0,-0.0001,-1,0,-1,-0.0001|-150.7647,41.9729,-32.6925|-16.41,75.72,179.94|0.0313,0.0025,0.0091|0,0,1,-1,0,0,-0.0001,1,-0.0001,0,0,-1|-151.2586,41.9751,-30.7544|0.0401,0.0061,0.0113|-147.8882,41.6533,-34.5389|0.0799,-104.3001,0.0599|0.0185,-0.0122,-0.0459|-154.9216,41.5157,-32.7195|0.0295,0.017,0.0285|-1.0001,-0.5,-4.0001,-1,-0.0001,-0.0001,0,-0.0001,1,0,0.9'
- ..'999,-0.0001|0.9999,-0.5,-4.0001,-1,-0.0001,-0.0001,0,-0.0001,1,0,0.9999,-0.0001|-181.1379,41.855,28.6789,-0.2472,0.2734,0.9295,0.0011,-0.9593,0.2824,0.9689,0.0708,0.2368|-1277.7408,482.7158,735.9306,0.0838,-0.3637,0.9277,0.001,0.931,0.3648,-0.9965,-0.0296,0.0784|-4487.0406,960.9024,1536.7445,-0.9969,-0.0281,0.0745,0.001,0.9311,0.3645,-0.0797,0.3634,-0.9282|-18.2161,53.1256,-68.2667,-0.9973,0.0421,0.0608,0.0617,0.9278,0.3678,-0.041,0.3706,-0.9279|-147.7835,41.2585,-30.9001|-147.7837,41.6585,-30.9003|-0.08,75.6999,-0.06|0.0119,-0.'
- ..'0158,-0.0457|2,-1.2001,1.5,1,0,-0.0001,-0.0001,0,0.9999,0,-1,-0.0001|-1.5,-1.2001,2,0,-1,-0.0001,-0.0001,0,0.9999,-1,0,0|0,-1.2001,0,-1,0,0,-0.0001,0,0.9999,0,1,0|2,-1.2001,0,-1,0,0,-0.0001,0,0.9999,0,1,0|-2,-1.2001,1.5,1,0,-0.0001,-0.0001,0,0.9999,0,-1,-0.0001|1,0,-1,0,-0.0001,-1,-0.0001,0.9999,0,1,-0.0001,0|-2.0001,-1.2,-0.0001,-1,0,0,-0.0001,0,0.9999,0,1,0|-148.2835,38.4585,-30.9001|-147.2913,43.0564,-32.8403|0.011,-0.0121,-0.0433|0,-0.2001,0,1,0,-0.0001,-0.0001,0,0.9999,0,-1,-0.0001|-148.2793,43.0607,-28.9643|0.0039,-0.0195,'
- ..'-0.0451|0,-0.2,0,1,0,-0.0001,-0.0001,0,0.9999,0,-1,-0.0001|-147.7853,43.0585,-30.9023|0.0074,-0.0158,-0.0442|-147.7835,39.8585,-30.9001|-145.6517,43.5264,-31.391|16.4099,-104.28,-179.9401|0.0426,-0.0141,-0.0158|-146.1457,43.5286,-29.453|0.0515,-0.0105,-0.0135|0,-0.2,-0.0001,-0.0001,1,-0.0001,-0.0001,-0.0001,0.9999,0.9999,-0.0001,-0.0001|-0.0001,-0.0001,4.4999,-1,-0.0001,0,0,1,0,0,-0.0001,-1|-146.4381,44.6555,-34.1726|0.0083,-0.008,-0.04|-0.5001,0.2,-0.5001,0,-0.0001,1,0,0.9999,-0.0001,-1,-0.0001,0|0.5,1.6,0.5,0,0,-1,0,0.9999,-0.'
- ..'0001,1,0,0|-147.7869,44.4585,-30.9043|0.003,-0.0158,-0.0427|0,1.1999,0,-1,0,-0.0001,-0.0001,-0.0001,-1,0,-1,-0.0001|-146.3318,43.0607,-30.5318|0.0067,-0.0116,-0.0415|-0.0001,0.2,1.5,-1,0,-0.0001,-0.0001,-0.0001,-1,0,-1,-0.0001|-147.2929,44.4564,-32.8423|0.0065,-0.0121,-0.0418|-148.7448,43.0542,-33.2108|-0.06,-14.3001,0.0799|0.0117,-0.0163,-0.0459|2,0.2,-1.5,0,-1,-0.0001,0,-0.0001,-1,1,0,-0.0001|-149.7328,43.0585,-29.3347|0.0599,165.6999,-0.08|0.0045,-0.0237,-0.0477|-146.8257,43.0629,-28.5938|0.0032,-0.0153,-0.0424|-148.2808,44.4'
- ..'607,-28.9662|-0.0006,-0.0195,-0.0436|-149.3436,43.2511,-34.9116|0.0142,-0.0164,-0.0468|0,1.6,1,-1,-0.0001,0,0,0.9999,0,0,-0.0001,-1|-145.7072,42.856,-30.3724|0.045,-0.0129,-0.0149|1,0.5,0,0.9999,-0.0001,-0.0001,0,0,-1.0001,-0.0001,0.9999,-0.0001|-1.0001,0.5,0,0.9999,-0.0001,-0.0001,0,0,-1.0001,-0.0001,0.9999,-0.0001|-144.5361,43.8653,-31.107|-0.06,-14.3001,-73.59|0.0451,-0.0177,-0.0212|0,0,-1,0,-1,-0.0001,1,-0.0001,0,0,0,0.9999|-145.0301,43.8675,-29.169|0.054,-0.0141,-0.019|-145.8378,43.0586,-32.4699|0.0103,-0.0079,-0.0406|-143.'
- ..'7835,17.7585,-22.9001|39,7,2|0,3.5,0,-1,-0,-0,0,0,1,0,1,0|-5.5,-0.5,-21.5,-1,0,0,0,0,1,0,1,0|-143.7835,12.7585,-22.9001|39,3,2|0,1.5,0,-1,-0,-0,0,0,1,0,1,0|0,-3.5,0,-1,0,0,0,0,1,0,1,0|-149.2835,30.2585,-28.4001|9,14,38|-148.2835,11.6585,-28.4001|-149.7835,9.4585,-29.9001|-148.2835,9.8585,-28.4001|0,-0.6001,0,-1,0,0,0,0,1,0,1,0|-149.7835,9.4585,-26.9001|-149.2835,8.4585,-28.4001|-148.2835,9.8585,-23.4001|-148.2835,11.6585,-23.4001|-143.7835,9.7585,-22.9001|0,-1.5,0,-1,0,0,0,0,1,0,1,0|-149.2835,8.4585,-23.4001|-149.7835,9.4585,-24'
- ..'.9001|-3.5,0.5,-92.5,0,1,0,0,0,-1,-1,0,0|-148.2835,11.6585,-18.4001|-148.2835,9.8585,-18.4001|-150.7835,24.7585,-48.4001|12,1,2|-36.5,0.5,-0.5,1,0,0,0,0,-1,0,1,0|-154.2835,30.2585,-28.4001|1,14,38|-149.7835,9.4585,-21.9001|-154.7835,9.2585,-21.9001|6,2,15|-149.7835,9.4585,-19.9001|-149.7835,9.4585,-16.9001|-149.2835,8.4585,-18.4001|-159.7835,9.4585,-28.9001|-0.0001,-0.0044,0|-157.7835,3.6585,-28.4001|50,7.2,18|0,-0.5,-100.5,-1,-0,-0,0,0,1,0,1,0|-163.2835,30.0585,-28.4001|0,-0.0044,0|38,15.6,17|0,-7.8001,0,1,0,0,-0,-0,-1,0,1,0|0,'
- ..'0.5,-41,1,0,0,0,0,-1,0,1,0|-166.2835,10.2585,-53.9001|11,4,1|-161.2835,9.8585,-27.4001|-161.2835,11.6585,-27.4001|-160.2835,8.4585,-27.4001|-159.7835,9.4585,-25.9001|-159.7835,9.4585,-23.9001|-160.2835,8.4585,-22.4001|-6,0.5,-103,-1,0,0,0,0,-1,0,-1,0|-161.2835,9.8585,-22.4001|-161.2835,11.6585,-22.4001|-159.7835,9.4585,-20.9001|-159.7835,9.4585,-18.9001|-161.2835,9.8585,-17.4001|-159.7835,9.4585,-15.9001|-161.2835,11.6585,-17.4001|-160.2835,8.4585,-17.4001|-11,0.5,-103,-1,0,0,0,0,-1,0,-1,0|-166.2835,10.2585,-2.9001|0.0156,0.6862'
- ..',0.9254|-165.7835,14.2585,-53.9001|1,4,10|0.5,-3,0,0,1,0,0,0,1,1,0,0|0.5,2,0,0,1,0,0,0,-1,-1,0,0|-171.2835,14.2585,-53.9001|-5,-3,0,-1,0,0,0,0,1,0,1,0|-5,2,0,1,0,0,0,0,-1,0,1,0|-171.2835,14.2585,-33.9001|1,4,7|-171.2835,14.2585,-49.9001|0,2,-21.5,1,0,0,0,0,-1,0,1,0|0,-3,-21.5,-1,0,0,0,0,1,0,1,0|-171.2835,14.2585,-45.9001|0,2,-17.5,1,0,0,0,0,-1,0,1,0|-171.2835,14.2585,-41.9001|-171.2835,14.2585,-37.9001|0,2,-9.5,1,0,0,0,0,-1,0,1,0|-171.2835,14.2585,-29.9001|0,2,-1.5,1,0,0,0,0,-1,0,1,0|-165.7835,14.2585,-2.9001|-166.2835,19.2585,-'
- ..'53.9001|11,6,1|-166.2835,19.2585,-2.9001|-171.2835,19.2585,-28.4001|1,6,50|0,-7.8,-8,0,-1,0,0,0,1,-1,0,0|0,-3,0,1,0,0,-0,-0,-1,0,1,0|0,2,-14.5,1,0,0,0,0,-1,0,1,0|0,2,-20,1,0,0,0,0,-1,0,1,0|0,2,-6.5,1,0,0,0,0,-1,0,1,0|0,2,-2.5,1,0,0,0,0,-1,0,1,0|0,2,1.5,1,0,0,0,0,-1,0,1,0|0,2,9.5,1,0,0,0,0,-1,0,1,0|0,2,5.5,1,0,0,0,0,-1,0,1,0|0,2,13.5,1,0,0,0,0,-1,0,1,0|0,2,17.5,1,0,0,0,0,-1,0,1,0|0,2,-10.5,1,0,0,0,0,-1,0,1,0|-171.2835,10.2585,-28.4001|1,4,50|0,-2.0001,-20,-1,0,0,0,0,1,0,1,0|0,-2.0001,-2.5,-1,0,0,0,0,1,0,1,0|0,-2.0001,5.5,-1,0,0,0'
- ..',0,1,0,1,0|0,-2.0001,13.5,-1,0,0,0,0,1,0,1,0|0,-2.0001,-10.5,-1,0,0,0,0,1,0,1,0|-171.2835,14.2585,-25.9001|-171.2835,14.2585,-21.9001|0,2,6.5,1,0,0,0,0,-1,0,1,0|-171.2835,14.2585,-17.9001|-171.2835,14.2585,-13.9001|0,2,14.5,1,0,0,0,0,-1,0,1,0|-171.2835,14.2585,-8.4001|-171.2835,14.2585,-2.9001|Button|0.4196,0.196,0.4862|-116.2807,0.696,47.1434|0,-180,0|5,1.2,5|Regen;0,3>10>2,3>11>5,6>10>5,6>11>12,7>10>5,7>11>4,9>10>8,9>11>5,11>10>10,11>11>695,14>10>13,14>11>590,15>10>13,15>11>695,16>10>13,16>11>18,17>10>13,17>11>677,19>10>18,19>'
- ..'11>694,21>10>20,21>11>520,22>10>20,22>11>144,23>10>20,23>11>539,28>10>27,28>11>94,31>10>30,31>11>120,40>10>32,40>11>27,41>10>32,41>11>29,68>10>67,68>11>69,70>10>69,70>11>128,71>10>69,71>11>110,72>10>69,72>11>30,73>10>69,73>11>106,74>10>69,74>11>87,75>10>69,75>11>115,76>10>69,76>11>85,78>10>77,78>11>496,79>10>77,79>11>91,81>10>80,81>11>100,82>10>80,82>11>108,83>10>80,83>11>69,84>10>80,84>11>27,86>10>85,86>11>29,88>10>87,88>11>104,89>10>87,89>11>29,90>10>87,90>11>27,93>10>91,93>11>67,95>10>94,95>11>122,97>10>96,97>11>126,98>10>96,'
- ..'98>11>122,99>10>96,99>11>29,103>10>100,103>11>108,114>10>112,114>11>69,119>10>117,119>11>85,125>10>123,125>11>94,135>10>131,135>11>202,143>10>139,143>11>202,147>10>144,147>11>537,148>10>144,148>11>539,149>27>202,156>10>154,156>11>200,159>10>157,159>11>238,160>10>157,160>11>202,161>10>157,161>11>178,164>10>162,164>11>196,165>10>162,165>11>167,166>10>162,166>11>169,173>10>171,173>11>194,176>10>174,176>11>202,177>10>174,177>11>171,180>10>178,180>11>192,183>10>181,183>11>154,184>10>181,184>11>198,185>10>181,185>11>186,190>10>188,190'
- ..'>11>227,191>10>188,191>11>154,205>10>202,205>11>695,206>10>202,206>11>196,207>10>202,207>11>566,208>10>202,208>11>229,209>10>202,209>11>231,210>10>202,210>11>564,211>10>202,211>11>167,212>10>202,212>11>238,213>10>202,213>11>192,214>10>202,214>11>198,215>10>202,215>11>559,216>10>202,216>11>200,217>10>202,217>11>150,218>10>202,218>11>136,219>10>202,219>11>227,220>10>202,220>11>225,221>10>202,221>11>194,222>10>202,222>11>186,223>10>202,223>11>169,224>10>202,224>11>152,233>10>231,233>11>188,239>10>238,239>11>167,240>10>238,240>11>16'
- ..'2,241>10>238,241>11>152,242>10>238,242>11>253,243>10>238,243>11>234,244>10>238,244>11>271,245>10>238,245>11>262,246>10>238,246>11>249,247>10>238,247>11>178,248>10>238,248>11>150,261>10>257,261>11>238,270>10>266,270>11>238,277>10>276,277>11>701,278>10>276,278>11>280,279>10>276,279>11>282,281>10>280,281>11>284,283>10>282,283>11>284,296>10>295,296>11>301,297>10>295,297>11>284,299>10>298,299>11>302,300>10>298,300>11>295,303>10>302,303>11>301,328>10>327,328>11>329,331>10>330,331>11>329,333>10>332,333>11>352,334>10>332,334>11>330,335>'
- ..'10>332,335>11>327,351>10>350,351>11>352,353>10>352,353>11>354,356>10>355,356>11>350,357>10>355,357>11>354,362>10>361,362>11>425,365>10>364,365>11>403,374>10>366,374>11>363,375>10>366,375>11>361,402>10>401,402>11>403,404>10>403,404>11>443,405>10>403,405>11>441,406>10>403,406>11>445,407>10>403,407>11>417,408>10>403,408>11>415,411>10>410,411>11>438,412>10>410,412>11>430,413>10>410,413>11>403,414>10>410,414>11>361,416>10>415,416>11>363,418>10>417,418>11>361,419>10>417,419>11>433,420>10>417,420>11>363,423>10>421,423>11>409,424>10>421'
- ..',424>11>401,426>10>425,426>11>456,428>10>427,428>11>458,429>10>427,429>11>363,437>10>435,437>11>403,440>10>438,440>11>430,449>10>447,449>11>415,452>10>450,452>11>364,454>10>453,454>11>427,455>10>453,455>11>425,462>10>460,462>11>403,465>10>464,465>11>590,466>10>464,466>11>701,468>10>467,468>11>473,469>10>467,469>11>471,472>10>471,472>11>470,475>10>474,475>11>477,476>10>474,476>11>473,479>10>478,479>11>484,480>10>478,480>11>477,482>10>481,482>11>501,486>10>485,486>11>488,487>10>485,487>11>483,489>10>488,489>11>490,491>10>490,491>1'
- ..'1>492,494>10>493,494>11>484,495>10>493,495>11>492,497>10>496,497>11>463,498>10>496,498>11>501,499>10>496,499>11>503,500>10>496,500>11>483,504>10>503,504>11>501,505>10>503,505>11>553,506>10>503,506>11>546,507>10>503,507>11>463,509>10>508,509>11>695,510>10>508,510>11>514,512>10>511,512>11>562,513>10>511,513>11>481,515>10>514,515>11>516,518>10>517,518>11>508,519>10>517,519>11>516,521>10>520,521>11>695,522>10>520,522>11>537,523>10>520,523>11>144,524>10>520,524>11>525,527>10>526,527>11>695,528>10>526,528>11>520,529>10>526,529>11>539,'
- ..'531>10>530,531>11>503,533>10>532,533>11>695,535>10>534,535>11>590,536>10>534,536>11>578,540>10>539,540>11>695,541>10>539,541>11>537,542>10>539,542>11>525,544>10>543,544>11>532,545>10>543,545>11>502,547>10>546,547>11>695,549>10>548,549>11>463,550>10>548,550>11>464,551>10>548,551>11>553,552>10>548,552>11>652,554>10>553,554>11>463,555>10>553,555>11>695,556>10>553,556>11>737,557>10>553,557>11>652,558>10>553,558>11>623,561>10>560,561>11>568,563>10>562,563>11>654,565>10>564,565>11>568,567>10>566,567>11>568,569>10>568,569>11>559,571>10'
- ..'>570,571>11>695,572>10>570,572>11>578,575>10>573,575>11>590,577>10>576,577>11>695,580>10>579,580>11>562,581>10>579,581>11>582,583>10>582,583>11>546,586>10>585,586>11>619,587>10>585,587>11>588,589>10>588,589>11>562,591>10>590,591>11>694,592>10>590,592>11>805,593>10>590,593>11>470,594>10>590,594>11>502,595>10>590,595>11>538,596>10>590,596>11>525,597>10>590,597>11>520,598>10>590,598>11>516,599>10>590,599>11>539,600>10>590,600>11>526,601>10>590,601>11>624,602>10>590,602>11>463,603>10>590,603>11>668,604>10>590,604>11>670,605>10>590,6'
- ..'05>11>4,606>10>590,606>11>698,607>10>590,607>11>750,608>10>590,608>11>744,609>10>590,609>11>10,610>10>590,610>11>18,611>10>590,611>11>652,612>10>590,612>11>748,613>10>590,613>11>665,614>10>590,614>11>690,615>10>590,615>11>777,616>10>590,616>11>771,617>10>590,617>11>742,618>10>590,618>11>765,620>10>619,620>11>695,626>10>625,626>11>651,627>10>625,627>11>628,630>10>629,630>11>637,631>10>629,631>11>632,633>10>632,633>11>638,635>10>634,635>11>637,636>10>634,636>11>628,640>10>639,640>11>638,643>10>642,643>11>641,644>10>642,644>11>645,'
- ..'647>10>646,647>11>641,649>10>648,649>11>639,650>10>648,650>11>645,653>10>652,653>11>695,656>10>655,656>11>654,657>10>655,657>11>658,659>10>658,659>11>695,662>10>661,662>11>667,664>10>663,664>11>667,666>10>665,666>11>667,672>10>671,672>11>676,673>10>671,673>11>670,674>10>671,674>11>669,675>10>671,675>11>660,678>10>677,678>11>501,679>10>677,679>11>463,680>10>677,680>11>496,681>10>677,681>11>530,682>10>677,682>11>658,684>10>683,684>11>590,686>10>685,686>11>667,688>10>687,688>11>590,689>10>687,689>11>692,691>10>690,691>11>695,693>10'
- ..'>692,693>11>699,696>10>695,696>11>525,697>10>695,697>11>668,700>10>699,700>11>695,702>10>701,702>11>584,703>10>701,703>11>820,704>10>701,704>11>737,705>10>701,705>11>694,706>10>701,706>11>624,707>10>701,707>11>305,708>10>701,708>11>698,709>10>701,709>11>750,710>10>701,710>11>744,711>10>701,711>11>1174,712>10>701,712>11>1194,713>10>701,713>11>329,714>10>701,714>11>1162,715>10>701,715>11>1168,716>10>701,716>11>1193,717>10>701,717>11>1169,718>10>701,718>11>1226,719>10>701,719>11>836,720>10>701,720>11>1190,721>10>701,721>11>1221,722'
- ..'>10>701,722>11>1222,723>10>701,723>11>1176,724>10>701,724>11>1210,725>10>701,725>11>1191,726>10>701,726>11>1232,727>10>701,727>11>1211,728>10>701,728>11>1195,729>10>701,729>11>1192,730>10>701,730>11>1267,731>10>701,731>11>646,732>10>701,732>11>1212,733>10>701,733>11>1203,735>10>734,735>11>695,736>10>734,736>11>737,738>10>737,738>11>763,740>10>739,740>11>695,741>10>739,741>11>590,743>10>742,743>11>695,746>10>745,746>11>695,747>10>745,747>11>409,749>10>748,749>11>695,752>10>751,752>11>590,753>10>751,753>11>701,755>10>754,755>11>78'
- ..'9,757>10>756,757>11>695,758>10>756,758>11>737,760>10>759,760>11>584,761>10>759,761>11>764,762>10>759,762>11>694,766>10>765,766>11>695,769>10>768,769>11>695,770>10>768,770>11>590,772>10>771,772>11>695,774>10>773,774>11>826,775>10>773,775>11>821,776>10>773,776>11>701,778>10>777,778>11>695,779>10>777,779>11>754,781>10>780,781>11>826,783>10>782,783>11>780,785>10>784,785>11>701,786>10>784,786>11>782,788>10>787,788>11>805,790>10>789,790>11>695,795>10>794,795>11>787,796>10>794,796>11>816,797>10>794,797>11>814,798>10>794,798>11>792,799>'
- ..'10>794,799>11>767,800>10>794,800>11>793,801>10>794,801>11>1103,802>10>794,802>11>1160,803>10>794,803>11>1189,804>10>794,804>11>827,806>10>805,806>11>826,807>10>805,807>11>792,808>10>805,808>11>767,809>10>805,809>11>891,810>10>805,810>11>793,811>10>805,811>11>1160,812>10>805,812>11>1189,813>10>805,813>11>791,815>10>814,815>11>805,817>10>816,817>11>805,819>10>818,819>11>805,822>10>821,822>11>805,823>10>821,823>11>780,824>10>821,824>11>829,825>10>821,825>11>1156,828>10>827,828>11>805,830>10>829,830>11>826,832>10>831,832>11>737,833>'
- ..'10>831,833>11>553,835>10>834,835>11>829,837>10>836,837>11>834,839>10>838,839>11>763,854>10>846,854>11>844,855>10>846,855>11>843,882>10>881,882>11>883,884>10>883,884>11>943,885>10>883,885>11>845,886>10>883,886>11>928,887>10>883,887>11>930,888>10>883,888>11>920,889>10>883,889>11>900,890>10>883,890>11>897,893>10>892,893>11>914,894>10>892,894>11>922,895>10>892,895>11>883,896>10>892,896>11>843,898>10>897,898>11>932,899>10>897,899>11>844,901>10>900,901>11>843,902>10>900,902>11>844,905>10>903,905>11>891,906>10>903,906>11>881,908>10>907'
- ..',908>11>937,909>10>907,909>11>843,911>10>910,911>11>941,912>10>910,912>11>937,913>10>910,913>11>844,919>10>917,919>11>900,924>10>922,924>11>914,927>10>925,927>11>883,936>10>934,936>11>845,940>10>938,940>11>907,950>10>949,950>11>953,952>10>951,952>11>990,961>10>953,961>11>948,988>10>987,988>11>990,989>10>987,989>11>1008,991>10>990,991>11>1030,992>10>990,992>11>1005,993>10>990,993>11>1002,995>10>994,995>11>805,996>10>994,996>11>1008,998>10>997,998>11>1028,999>10>997,999>11>1018,1000>10>997,1000>11>990,1001>10>997,1001>11>948,1003>'
- ..'10>1002,1003>11>949,1004>10>1002,1004>11>1038,1006>10>1005,1006>11>949,1007>10>1005,1007>11>948,1011>10>1010,1011>11>1044,1012>10>1010,1012>11>1043,1013>10>1010,1013>11>948,1015>10>1014,1015>11>1046,1016>10>1014,1016>11>1043,1017>10>1014,1017>11>949,1021>10>1018,1021>11>1028,1024>10>1022,1024>11>1005,1027>10>1025,1027>11>990,1034>10>1032,1034>11>990,1037>10>1035,1037>11>990,1042>10>1040,1042>11>951,1050>10>1048,1050>11>990,1055>10>1054,1055>11>1117,1066>10>1058,1066>11>1056,1067>10>1058,1067>11>1054,1094>10>1093,1094>11>1095,109'
- ..'6>10>1095,1096>11>1154,1097>10>1095,1097>11>1137,1098>10>1095,1098>11>1111,1099>10>1095,1099>11>1108,1100>10>1095,1100>11>1139,1101>10>1095,1101>11>1057,1102>10>1095,1102>11>1105,1104>10>1103,1104>11>1114,1106>10>1105,1106>11>1132,1107>10>1105,1107>11>1054,1109>10>1108,1109>11>1141,1110>10>1108,1110>11>1056,1112>10>1111,1112>11>1054,1113>10>1111,1113>11>1056,1116>10>1114,1116>11>1093,1119>10>1118,1119>11>1152,1120>10>1118,1120>11>1056,1124>10>1121,1124>11>1132,1125>10>1121,1125>11>1105,1128>10>1126,1128>11>1111,1131>10>1129,1131'
- ..'>11>1095,1136>10>1134,1136>11>1095,1145>10>1143,1145>11>1057,1147>10>1146,1147>11>1118,1148>10>1146,1148>11>1117,1151>10>1149,1151>11>1117,1157>10>1156,1157>11>826,1159>10>1158,1159>11>1156,1164>10>1163,1164>11>1161,1165>10>1163,1165>11>1168,1166>10>1163,1166>11>1169,1167>10>1163,1167>11>1162,1171>10>1170,1171>11>1190,1173>10>1172,1173>11>1170,1175>10>1174,1175>11>1158,1177>10>1176,1177>11>1170,1179>10>1178,1179>11>701,1180>10>1178,1180>11>1170,1182>10>1181,1182>11>1183,1184>10>1183,1184>11>1194,1185>10>1183,1185>11>1193,1186>10'
- ..'>1183,1186>11>1192,1188>10>1187,1188>11>791,1198>10>1196,1198>11>701,1201>10>1199,1201>11>826,1202>10>1199,1202>11>821,1205>10>1204,1205>11>1211,1206>10>1204,1206>11>1210,1207>10>1204,1207>11>1195,1209>10>1208,1209>11>1204,1214>10>1213,1214>11>701,1215>10>1213,1215>11>1216,1217>10>1216,1217>11>1221,1218>10>1216,1218>11>1212,1220>10>1219,1220>11>1216,1224>10>1223,1224>11>1228,1225>10>1223,1225>11>1222,1227>10>1226,1227>11>1223,1230>10>1229,1230>11>701,1231>10>1229,1231>11>1223,1234>10>1233,1234>11>1253,1235>10>1233,1235>11>1203,1'
- ..'237>10>1236,1237>11>1253,1238>10>1236,1238>11>1203,1241>10>1240,1241>11>1267,1242>10>1240,1242>11>1255,1244>10>1243,1244>11>1267,1247>10>1246,1247>11>1267,1249>10>1248,1249>11>1267,1251>10>1250,1251>11>1254,1252>10>1250,1252>11>1232,1256>10>1255,1256>11>1199,1257>10>1255,1257>11>1277,1258>10>1255,1258>11>1279,1259>10>1255,1259>11>1274,1260>10>1255,1260>11>1273,1261>10>1255,1261>11>1248,1262>10>1255,1262>11>1246,1263>10>1255,1263>11>1239,1264>10>1255,1264>11>1245,1265>10>1255,1265>11>1243,1266>10>1255,1266>11>1276,1268>10>1267,12'
- ..'68>11>1279,1269>10>1267,1269>11>1273,1270>10>1267,1270>11>1239,1271>10>1267,1271>11>1245,1272>10>1267,1272>11>1276,1275>10>1274,1275>11>1267,1278>10>1277,1278>11>1267,1281>10>1280,1281>11>1254,1282>10>1280,1282>11>1232;2;n;1|2:2|3:3|4:4|5:5|6:6|7:7|2:2|2:2;n;3|8:8|9:9;p;4|2:2|3:10|4:11|5:5|6:12|12:13|7:13|2:2|2:2;1|2:2|3:14|4:4|5:5|6:15|13:13|7:13|2:2|2:2;n;3|8:16|9:17;3|8:18|9:19;p;1|2:2|3:20|4:4|5:5|6:21|7:7|2:2|2:2;n;3|8:22|9:23;p;1|2:24|14:25|15:26|3:27|5:5|6:28|12:13|7:13|2:24|2:24;n;3|8:29|9:30;p;1|2:2|3:31|4:4|5:5|6:6|7:7'
- ..'|2:2|2:2;1|2:32|3:33|5:5|6:34|12:13|7:13|2:32|2:32;n;3|8:35|9:36;3|8:29|9:37;3|8:38|9:39;3|8:29|9:40;p;1|2:2|3:41|4:4|5:5|6:42|12:13|16:13|7:13|2:2|2:2;n;3|8:43|9:44;p;1|2:45|3:46|4:11|5:5|6:47|12:13|7:13|2:45|2:45;n;3|8:16|9:48;3|8:49|9:50;3|8:51|9:52;p;2|1:53;n;2|1:54;n;2|1:55;n;1|1:56|2:57|3:58|4:59|5:60|6:61|17:13|12:7|7:7|2:57|2:57;n;3|8:62|9:63;p;1|1:64|2:57|3:65|4:59|5:66|6:61|17:13|12:7|7:7|2:57|2:57;4|2:57|3:67|4:68|5:69|6:70|17:13|13:13|7:13|2:57|2:57;n;3|8:71|9:72;p;1|1:73|2:57|3:74|4:59|5:75|6:76|12:7|7:13|2:57|2:57;'
- ..'n;5|3:77|18:78;6|19:78;7;8|1:79;8|1:80;8|1:81|20:82;7|1:83;3|8:84|9:85;3|8:84|9:86;p;9|1:87|20:88;9|1:87|20:89;9|1:87|20:90;9|1:87|20:91;9|1:87|20:92;8|1:93;7;8|1:94;9|1:87|20:91;9|1:87|20:95;9|1:87|20:92;9|1:87|20:96;9|1:87|20:97;9|1:87|20:97;9|1:87|20:98;9|1:87|20:98;9|1:87|20:99;9|1:87|20:99;9|1:87|20:100;9|1:87|20:101;9|1:87|20:91;7;7;9|1:87|20:91;p;2|1:102;n;1|2:57|3:103|4:11|5:5|6:104|12:7|7:105|2:57|2:57;n;10|8:84|9:106;p;1|2:57|3:107|4:108|5:109|6:104|7:13|2:57|2:57;n;3|8:84|9:110;3|8:84|9:111;3|8:112|9:113;3|8:84|9:114;'
- ..'3|8:84|9:115;3|8:84|9:116;3|8:84|9:117;p;1|2:57|3:118|4:11|5:5|6:119|12:13|7:7|2:57|2:57;n;3|8:120|9:121;3|8:84|9:122;p;1|2:57|3:123|4:108|5:124|6:125|21:105|2:57|2:57;n;3|8:16|9:126;11|8:127|9:128;3|8:18|9:129;10|8:51|9:130;p;1|2:57|3:131|4:108|5:132|6:125|13:105|2:57|2:57;n;10|8:16|9:133;p;1|2:57|3:134|4:108|5:135|6:125|21:105|13:105|2:57|2:57;n;11|8:127|9:128;10|8:51|9:130;10|8:16|9:133;p;1|2:57|3:136|4:11|5:5|6:15|12:13|7:13|2:57|2:57;n;12;3|8:127|9:137;p;1|2:57|3:138|4:139|5:140|6:141|22:142|16:13|2:57|2:57;n;3|8:143|9:144;'
- ..'p;1|2:57|3:145|4:139|5:146|6:141|22:142|16:13|2:57|2:57;n;3|8:147|9:148;3|8:143|9:149;3|8:71|9:150;p;1|2:57|3:151|4:68|5:152|6:6|22:142|13:13|2:57|2:57;n;12|23:153|24:13;13|1:154|25:13;3|8:155|9:156;p;1|2:57|3:157|4:68|5:158|6:159|2:57|2:57;n;12|24:13;p;1|2:57|3:160|4:68|5:161|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:163|4:68|5:164|6:159|2:57|2:57;n;12|24:13;p;1|2:57|3:165|4:166|5:167|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:168|4:169|5:170|6:162|2:57|2:57;n;12|24:13;3|8:18|9:171;p;1|2:57|3:172|4:68|5:173|6:162|2:57|2:57;n;12|24:13;p;'
- ..'1|2:57|3:174|4:68|5:175|6:159|2:57|2:57;n;12|24:13;11|8:120|9:176;p;1|2:57|3:177|4:108|5:178|6:179|2:57|2:57;n;12|24:13;p;1|2:57|3:180|4:139|5:181|6:182|22:142|12:13|7:7|2:57|2:57;1|2:57|3:183|4:184|5:185|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;3|8:120|9:188;p;1|2:57|3:189|4:184|5:190|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;p;1|2:57|3:191|4:68|5:192|6:162|2:57|2:57;n;12|24:13;p;p;p;p;2;n;1|2:193|3:194|4:195|5:5|6:186|2:193|2:193;n;14;13|26:196|25:187;7;3|8:120|9:197;p;1|2:193|3:198|4:11|5:5|6:186|12:13|7:7|2:193|2:193;'
- ..'n;14;7;p;1|2:193|3:199|4:195|5:5|6:186|2:193|2:193;n;14;13|26:200|25:187;7;3|8:120|9:201;p;1|1:202|2:45|14:203|3:204|4:4|5:5|6:205|2:45|2:45;n;6|19:206;15|5:78|18:207;3|8:22|9:208;3|8:38|9:209;p;p;2|1:210;n;1|2:57|3:211|4:4|5:212|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:215|4:4|5:212|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:216|4:217|5:5|6:218|12:13|7:13|2:57|2:57;n;12|23:214;3|8:38|9:219;p;1|2:57|3:220|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;3|8:51|9:221;3|8:222|9:223;3|8:224|9:225;p;1|2:57|3:226|4:227|'
- ..'5:212|6:228|12:13|7:13|2:57|2:57;n;12|23:214;3|8:38|9:229;3|8:38|9:230;3|8:38|9:231;p;1|2:57|3:232|4:4|5:212|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:233|4:4|5:212|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:234|4:227|5:5|6:162|12:13|7:13|2:57|2:57;n;12|23:214;3|8:38|9:235;p;1|2:57|3:236|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;3|8:222|9:237;3|8:224|9:238;p;1|2:57|3:239|4:240|5:5|6:228|12:13|7:13|2:57|2:57;n;12|23:214;3|8:38|9:241;p;1|2:57|3:242|4:227|5:5|6:243|12:13|7:13|2:57|2:57;n;12|23:214;3|8:16|9:244;3'
- ..'|8:38|9:245;3|8:38|9:246;p;1|2:57|3:247|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:248|4:217|5:5|6:249|12:13|7:13|2:57|2:57;n;12|23:214;3|8:38|9:250;3|8:251|9:252;p;1|2:2|3:253|4:4|5:5|6:213|12:13|7:13|2:2|2:2;n;12|23:214;p;1|2:57|3:254|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:255|4:4|5:212|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:256|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:257|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|1:258|2:57|3:259|5:5|6:260|12:7|7:13|2:57|2'
- ..':57;n;15|5:78|18:261;6|19:261;3|8:262|9:263;3|8:143|9:264;3|8:143|9:265;3|8:143|9:266;3|8:143|9:267;3|8:143|9:268;3|8:143|9:269;3|8:143|9:270;3|8:143|9:271;3|8:143|9:272;3|8:143|9:273;3|8:143|9:274;3|8:143|9:275;3|8:143|9:276;3|8:143|9:277;3|8:143|9:278;3|8:143|9:279;3|8:143|9:280;3|8:143|9:281;3|8:143|9:282;p;1|2:57|3:283|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:284|4:4|5:5|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:285|4:4|5:212|6:213|12:13|7:13|2:57|2:57;n;12|23:214;p;1|2:57|3:286|4:4|5:5|6:213|12:13|7'
- ..':13|2:57|2:57;n;12|23:214;3|8:224|9:287;p;1|1:288|2:32|3:289|4:290|5:5|6:186|12:7|7:13|2:32|2:32;n;14|28:291;13|26:292|25:293;7;p;1|2:57|3:294|4:11|5:5|6:295|17:13|16:13|21:13|13:13|7:13|2:57|2:57;n;3|8:296|9:297;3|8:296|9:298;3|8:296|9:299;3|8:127|9:300;3|8:127|9:301;3|8:127|9:302;3|8:127|9:303;3|8:127|9:304;3|8:305|9:306;3|8:305|9:307;p;1|1:308|2:57|3:309|4:290|5:5|6:310|12:7|7:13|2:57|2:57;n;14|28:291;13|26:311|25:293;7;p;1|1:312|2:57|3:313|4:290|5:5|6:186|12:7|7:13|2:57|2:57;n;14|28:291;13|26:314|25:293;7;p;1|1:315|2:32|3:31'
- ..'6|4:290|5:5|6:310|12:7|7:13|2:32|2:32;n;14|28:291;13|26:317|25:293;7;3|8:84|9:318;p;1|1:319|2:57|3:320|4:290|5:5|6:310|12:7|7:13|2:57|2:57;n;14|28:291;13|26:321|25:293;7;p;1|1:322|2:32|3:323|4:324|5:212|6:325|12:7|7:13|2:32|2:32;n;14|28:291;13|26:314|25:293;7;3|8:84|9:326;p;1|1:327|2:32|3:328|4:329|5:5|6:325|12:7|7:13|2:32|2:32;n;14|28:291;13|26:314|25:293;7;p;p;2;n;1|2:2|3:330|4:195|5:5|6:331|2:2|2:2;n;3|8:22|9:332;11|8:333|9:334;11|8:333|9:335;p;1|2:2|3:336|4:195|5:5|6:337|2:2|2:2;n;11|8:127|9:338;p;1|2:2|3:339|4:195|5:5|6:125'
- ..'|2:2|2:2;n;11|8:127|9:340;p;1|2:2|3:341|4:195|5:5|6:331|2:2|2:2;16|1:342|29:343|30:344|31:345|32:346;n;1|1:347|2:32|3:348|4:349|5:350|6:351|12:7|7:7|2:32|2:32;n;17|33:352|34:353;12|35:354|24:355;17|1:356|33:357;p;18|1:358;7|1:359;7|1:360;7|1:361;p;p;2;n;1|2:2|3:362|4:195|5:5|6:331|2:2|2:2;n;11|8:333|9:363;11|8:22|9:364;p;1|2:2|3:365|4:195|5:5|6:337|2:2|2:2;n;11|8:127|9:338;11|8:18|9:366;p;1|2:2|3:367|4:195|5:5|6:125|2:2|2:2;1|2:2|3:368|4:195|5:5|6:331|2:2|2:2;n;11|8:22|9:369;p;16|1:342|29:343|30:344|31:345|32:346;n;1|1:347|2:32|'
- ..'3:370|5:212|6:351|12:7|7:7|2:32|2:32;n;17|33:352|34:353;12|35:354|24:355;17|1:356|33:357;p;18|1:358;7|1:359;7|1:360;7|1:361;p;p;2;n;16|1:371|29:372|30:373|31:374|36:375;n;1|1:347|2:32|3:376|4:377|5:378|6:141|12:7|16:187|21:187|7:187|2:32|2:32;n;17;12|23:379|37:380|38:381|24:355;17|1:356|33:382|34:353;p;7|1:383;12|35:384|38:385|24:355;8|1:386|20:387;8|1:388|20:389;7|1:359;18|1:358;7|1:390;7|1:391;p;1|2:2|3:392|5:5|6:393|2:2|2:2;n;11|8:18|9:394;p;1|2:2|3:395|5:5|6:396|2:2|2:2;1|2:2|3:397|5:5|6:125|2:2|2:2;n;11|8:18|9:398;p;1|2:2|3'
- ..':399|5:5|6:396|2:2|2:2;n;11|8:333|9:400;11|8:22|9:401;11|8:22|9:402;p;p;2;n;16|1:371|29:372|30:373|31:374|36:375;n;1|1:347|2:32|3:403|4:404|5:405|6:141|12:7|16:187|21:187|7:187|2:32|2:32;n;17;12|23:379|37:380|38:381|24:355;17|1:356|33:382|34:353;p;7|1:383;12|35:384|38:385|24:355;8|1:386|20:387;8|1:388|20:389;7|1:359;18|1:358;7|1:390;7|1:391;p;1|2:2|3:406|5:5|6:393|2:2|2:2;n;11|8:18|9:366;p;1|2:2|3:407|5:5|6:396|2:2|2:2;n;11|8:333|9:408;p;1|2:2|3:409|5:5|6:125|2:2|2:2;1|2:2|3:410|5:5|6:396|2:2|2:2;n;11|8:22|9:402;11|8:22|9:411;p;'
- ..'p;2|1:53;n;2|1:54;n;2|1:55;n;1|1:56|2:57|3:412|4:413|5:414|6:61|17:13|12:7|7:7|2:57|2:57;n;3|8:62|9:415;p;1|1:64|2:57|3:416|4:413|5:417|6:61|17:13|12:7|7:7|2:57|2:57;4|2:57|3:418|4:419|5:420|6:70|17:13|13:13|7:13|2:57|2:57;n;3|8:155|9:421;p;1|1:73|2:57|3:422|4:413|5:423|6:76|12:7|7:13|2:57|2:57;n;5|3:77|18:78;6|19:78;7;8|1:79;8|1:80;8|1:81|20:82;7|1:83;3|8:84|9:424;3|8:84|9:425;p;9|1:87|20:88;9|1:87|20:89;9|1:87|20:90;9|1:87|20:426;9|1:87|20:92;8|1:93;7;8|1:94;9|1:87|20:426;9|1:87|20:95;9|1:87|20:92;9|1:87|20:96;9|1:87|20:97;9|1'
- ..':87|20:97;9|1:87|20:98;9|1:87|20:98;9|1:87|20:427;9|1:87|20:427;9|1:87|20:428;9|1:87|20:429;9|1:87|20:426;7;7;9|1:87|20:426;p;2|1:102;n;1|2:57|3:430|4:195|5:5|6:104|12:7|7:105|2:57|2:57;n;10|8:84|9:106;p;1|2:57|3:431|4:432|5:433|6:104|7:13|2:57|2:57;n;3|8:84|9:434;3|8:84|9:435;3|8:84|9:436;3|8:84|9:437;3|8:84|9:438;p;1|2:57|3:439|4:195|5:5|6:119|12:13|7:7|2:57|2:57;1|2:57|3:440|4:432|5:441|6:125|21:105|2:57|2:57;n;11|8:127|9:442;3|8:16|9:443;3|8:18|9:444;10|8:51|9:130;p;1|2:57|3:445|4:432|5:446|6:125|13:105|2:57|2:57;n;10|8:16|9'
- ..':133;p;1|2:57|3:447|4:432|5:448|6:125|21:105|13:105|2:57|2:57;n;10|8:16|9:133;11|8:127|9:449;10|8:51|9:130;p;1|2:57|3:450|4:195|5:5|6:15|12:13|7:13|2:57|2:57;n;12;3|8:18|9:451;3|8:127|9:137;p;1|2:57|3:452|4:453|5:454|6:141|22:142|16:13|2:57|2:57;n;3|8:147|9:455;p;1|2:57|3:456|4:453|5:457|6:141|22:142|16:13|2:57|2:57;n;3|8:147|9:458;3|8:71|9:459;p;1|2:57|3:460|4:419|5:461|6:6|22:142|13:13|2:57|2:57;n;12|23:153|24:13;13|1:154|25:13;p;1|2:57|3:462|4:419|5:463|6:159|2:57|2:57;n;12|24:13;p;1|2:57|3:464|4:419|5:465|6:162|2:57|2:57;n;1'
- ..'2|24:13;3|8:18|9:466;p;1|2:57|3:467|4:419|5:468|6:159|2:57|2:57;n;12|24:13;3|8:51|9:469;p;1|2:57|3:470|4:471|5:472|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:473|4:474|5:475|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:476|4:419|5:477|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:478|4:419|5:479|6:159|2:57|2:57;n;12|24:13;11|8:120|9:480;p;1|2:57|3:481|4:432|5:482|6:179|2:57|2:57;n;12|24:13;3|8:483|9:484;p;1|2:57|3:485|4:453|5:486|6:182|22:142|12:13|7:7|2:57|2:57;n;3|8:120|9:487;3|8:120|9:488;p;1|2:57|3:489|4:490|5:491|6:186|22:142|12:13|7:7|2:57|2:'
- ..'57;n;12|24:187;p;1|2:57|3:492|4:490|5:493|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;p;1|2:57|3:494|4:419|5:495|6:162|2:57|2:57;n;12|24:13;3|8:18|9:496;p;p;p;p;1|2:2|3:497|4:11|5:212|6:498|12:13|7:13|2:2|2:2;1|2:499|14:500|15:501|3:502|5:212|6:503|22:142|12:13|7:13|2:499|2:499;n;3|8:29|9:504;3|8:35|9:505;p;1|2:2|3:506|5:5|6:61|12:13|7:13|2:2|2:2;n;3|8:143|9:507;3|8:262|9:508;p;1|2:2|3:509|5:5|6:61|12:13|7:13|2:2|2:2;1|2:2|3:510|5:5|6:511|12:13|7:13|2:2|2:2;n;3|8:262|9:512;p;1|2:2|3:513|5:5|6:511|12:13|7:13|2:2|2:2;1|2:2|3:514|'
- ..'5:5|6:61|12:13|7:13|2:2|2:2;n;3|8:143|9:507;3|8:262|9:515;p;1|2:2|3:516|5:5|6:511|12:13|7:13|2:2|2:2;1|2:2|3:517|5:5|6:61|12:13|7:13|2:2|2:2;n;3|8:143|9:507;3|8:262|9:515;p;1|2:518|14:25|15:26|3:519|5:5|6:520|12:13|7:13|2:518|2:518;n;3|8:521|9:522;p;1|2:2|3:523|5:5|6:511|12:13|7:13|2:2|2:2;1|2:2|3:524|5:5|6:511|12:13|7:13|2:2|2:2;1|2:2|3:525|5:5|6:61|12:13|7:13|2:2|2:2;n;3|8:262|9:515;3|8:143|9:507;p;1|2:2|3:526|5:5|6:511|12:13|7:13|2:2|2:2;n;3|8:262|9:512;p;1|2:2|3:527|5:5|6:61|12:13|7:13|2:2|2:2;n;3|8:262|9:515;p;1|2:2|3:528|5'
- ..':5|6:511|12:13|7:13|2:2|2:2;1|2:2|3:529|5:5|6:61|12:13|7:13|2:2|2:2;n;3|8:262|9:515;3|8:143|9:507;p;1|2:2|3:530|5:5|6:531|12:13|7:13|2:2|2:2;n;3|8:262|9:532;3|8:143|9:533;3|8:62|9:534;3|8:262|9:535;p;1|2:2|3:536|5:5|6:520|12:13|7:13|2:2|2:2;1|2:2|3:537|5:5|6:538|12:13|7:13|2:2|2:2;1|2:2|3:539|5:212|6:540|12:13|16:13|7:13|2:2|2:2;n;3|8:143|9:541;3|8:262|9:542;3|8:143|9:543;3|8:262|9:544;p;1|2:2|3:545|4:11|5:5|6:546|12:13|7:13|2:2|2:2;n;3|8:224|9:547;3|8:222|9:548;p;1|2:2|3:549|5:5|6:550|12:13|7:13|2:2|2:2;n;3|8:224|9:551;3|8:222|'
- ..'9:522;p;1|2:2|3:552|5:5|6:553|12:13|7:13|2:2|2:2;n;3|8:554|9:555;p;1|2:2|3:556|4:11|5:5|6:546|12:13|7:13|2:2|2:2;1|2:2|3:557|5:5|6:553|12:13|7:13|2:2|2:2;n;3|8:558|9:559;3|8:554|9:560;p;1|2:499|15:561|3:562|4:11|5:5|6:563|12:13|21:13|7:13|2:499|2:499;n;3|8:29|9:564;3|8:565|9:566;3|8:565|9:567;3|8:565|9:568;p;1|2:499|15:501|3:569|4:195|5:5|6:570|12:13|7:13|2:499|2:499;1|2:499|15:501|3:571|5:5|6:572|12:13|7:13|2:499|2:499;n;3|8:29|9:573;3|8:38|9:574;3|8:483|9:575;p;1|2:2|3:576|5:5|6:577|12:13|7:13|2:2|2:2;n;3|8:62|9:578;p;1|2:2|3:'
- ..'579|5:5|6:538|12:13|7:13|2:2|2:2;n;3|8:224|9:580;p;1|2:2|3:581|4:4|5:5|6:538|12:13|7:13|2:2|2:2;n;3|8:222|9:582;3|8:224|9:583;p;1|2:45|3:584|4:11|5:5|6:585|12:13|7:13|2:45|2:45;1|2:2|3:586|4:11|5:212|6:538|12:13|7:13|2:2|2:2;1|2:499|15:561|3:587|4:11|5:212|6:563|12:13|13:13|7:13|2:499|2:499;n;3|8:29|9:588;3|8:589|9:590;3|8:589|9:591;p;1|2:2|3:592|5:212|6:553|12:13|7:13|2:2|2:2;n;3|8:558|9:593;3|8:554|9:594;p;1|2:2|3:595|4:11|5:212|6:596|12:13|7:13|2:2|2:2;n;3|8:521|9:597;p;1|2:2|3:598|5:212|6:599|12:13|7:13|2:2|2:2;n;3|8:143|9:6'
- ..'00;3|8:262|9:601;3|8:602|9:603;3|8:143|9:604;p;1|2:32|3:605|5:212|6:606|12:13|16:13|7:13|2:32|2:32;n;3|8:38|9:607;3|8:608|9:609;3|8:610|9:611;3|8:38|9:612;3|8:38|9:613;p;1|2:2|3:614|4:4|5:5|6:6|7:7|2:2|2:2;1|2:2|3:615|4:4|5:5|6:21|7:7|2:2|2:2;n;3|8:22|9:616;p;1|2:32|3:617|4:11|5:5|6:618|22:142|12:13|7:13|2:32|2:32;n;3|8:262|9:619;p;1|2:2|3:620|4:4|5:5|6:6|7:7|2:2|2:2;n;3|8:8|9:621;p;4|2:2|3:622|4:11|5:5|6:12|12:13|7:13|2:2|2:2;n;3|8:84|9:623;p;1|2:2|3:624|4:4|5:5|6:15|13:13|7:13|2:2|2:2;n;3|8:16|9:625;p;1|2:2|3:626|4:4|5:5|6:538'
- ..'|12:13|7:13|2:2|2:2;n;3|8:224|9:627;3|8:222|9:628;p;19|2:629|3:630|4:11|5:5|6:631|17:13|12:13|16:13|21:13|13:13|7:7|2:629|2:629;n;13|26:632|25:187;3|8:22|9:633;p;1|2:2|3:634|4:11|5:212|6:538|12:13|7:13|2:2|2:2;n;3|8:224|9:635;p;1|2:2|3:636|5:212|6:553|12:13|7:13|2:2|2:2;1|2:2|3:637|4:11|5:212|6:638|12:13|7:13|2:2|2:2;n;3|8:224|9:639;3|8:222|9:522;p;1|2:24|14:25|15:26|3:640|4:11|5:212|6:596|12:13|7:13|2:24|2:24;n;3|8:521|9:522;p;1|2:2|3:641|4:195|5:5|6:642|12:7|7:13|2:2|2:2;1|2:24|14:25|15:26|3:643|4:4|5:5|6:644|12:13|7:13|2:24|2'
- ..':24;n;3|8:521|9:522;3|8:645|9:646;p;1|2:2|3:647|4:4|5:5|6:648|12:13|7:13|2:2|2:2;n;3|8:224|9:649;p;1|2:2|3:650|4:11|5:5|6:651|12:13|16:13|7:7|2:2|2:2;n;3|8:262|9:652;3|8:653|9:654;3|8:143|9:655;3|8:143|9:656;3|8:143|9:657;3|8:143|9:658;3|8:143|9:659;3|8:143|9:660;3|8:143|9:661;3|8:143|9:662;3|8:262|9:663;3|8:143|9:664;3|8:143|9:665;3|8:143|9:666;3|8:143|9:667;3|8:262|9:668;3|8:262|9:669;3|8:262|9:670;3|8:143|9:671;3|8:672|9:673;3|8:143|9:674;3|8:143|9:675;3|8:143|9:676;3|8:143|9:677;3|8:143|9:678;3|8:143|9:679;3|8:143|9:680;3|8:'
- ..'143|9:681;p;1|2:2|3:682|4:4|5:5|6:644|12:13|7:13|2:2|2:2;n;3|8:521|9:683;p;1|1:684|2:57|15:353|3:685|4:686|5:687|6:688|39:7|12:7|21:105|7:7|2:57|2:57;1|1:684|2:57|15:353|3:689|4:690|5:691|6:688|39:7|12:7|21:105|7:7|2:57|2:57;1|2:2|3:692|4:693|5:212|6:694|12:13|7:13|2:2|2:2;1|2:2|3:695|5:212|6:696|12:13|7:13|2:2|2:2;1|2:2|3:697|4:195|5:212|6:61|12:13|7:13|2:2|2:2;n;3|8:143|9:507;3|8:262|9:515;p;1|2:2|3:698|4:195|5:212|6:511|12:13|7:13|2:2|2:2;1|2:2|3:699|4:195|5:212|6:61|12:13|7:13|2:2|2:2;n;3|8:143|9:507;3|8:262|9:515;p;1|2:2|3:'
- ..'700|4:195|5:212|6:511|12:13|7:13|2:2|2:2;n;3|8:262|9:512;p;1|2:2|3:701|4:195|5:212|6:61|12:13|7:13|2:2|2:2;n;3|8:262|9:515;3|8:143|9:507;p;1|2:2|3:702|4:195|5:212|6:511|12:13|7:13|2:2|2:2;1|2:2|3:703|4:195|5:212|6:61|12:13|7:13|2:2|2:2;1|2:2|3:704|4:195|5:212|6:511|12:13|7:13|2:2|2:2;n;3|8:143|9:705;p;1|2:2|3:706|4:195|5:212|6:511|12:13|7:13|2:2|2:2;1|2:2|3:707|4:195|5:212|6:61|12:13|7:13|2:2|2:2;n;3|8:262|9:515;3|8:143|9:507;p;1|2:2|3:708|4:195|5:212|6:511|12:13|7:13|2:2|2:2;1|2:2|3:709|4:195|5:212|6:61|12:13|7:13|2:2|2:2;n;3|8'
- ..':143|9:507;p;1|2:2|3:710|4:195|5:212|6:61|12:13|7:13|2:2|2:2;n;3|8:143|9:507;3|8:262|9:515;p;1|2:2|3:711|4:195|5:212|6:511|12:13|7:13|2:2|2:2;1|2:2|3:712|5:212|6:713|12:13|7:13|2:2|2:2;n;3|8:29|9:714;p;1|2:2|3:715|4:11|5:5|6:638|12:13|7:13|2:2|2:2;1|2:24|14:25|15:26|3:716|4:11|5:5|6:596|12:13|7:13|2:24|2:24;n;3|8:645|9:646;3|8:521|9:522;p;1|2:2|3:717|4:11|5:5|6:596|12:13|7:13|2:2|2:2;n;3|8:521|9:718;p;1|2:2|3:719|4:4|5:5|6:6|7:7|2:2|2:2;1|2:2|3:720|4:11|5:5|6:6|7:7|2:2|2:2;n;3|8:8|9:9;p;1|2:2|3:721|4:11|5:5|6:6|7:7|2:2|2:2;n;3|8'
- ..':8|9:722;p;4|2:2|3:723|5:5|6:12|12:13|7:13|2:2|2:2;n;3|8:84|9:724;p;1|2:2|3:725|4:11|5:5|6:15|13:13|7:13|2:2|2:2;1|2:2|3:726|5:5|6:727|12:13|7:13|2:2|2:2;1|2:2|3:728|4:4|5:5|6:21|7:7|2:2|2:2;4|2:2|3:729|4:11|5:5|6:12|12:13|7:13|2:2|2:2;1|2:2|3:730|4:4|5:5|6:15|13:13|7:13|2:2|2:2;n;3|8:16|9:17;3|8:18|9:19;3|8:127|9:400;3|8:16|9:731;p;1|2:2|3:732|4:4|5:5|6:6|7:7|2:2|2:2;1|2:2|3:733|5:5|6:734|17:13|12:13|7:13|2:2|2:2;n;3|8:143|9:735;3|8:262|9:736;3|8:737|9:738;3|8:737|9:739;3|8:143|9:740;p;1|2:2|3:741|5:5|6:742|12:13|7:13|2:2|2:2;n'
- ..';3|8:222|9:743;p;1|2:2|3:744|4:11|5:5|6:21|7:7|2:2|2:2;n;3|8:22|9:23;p;1|2:2|3:745|5:212|6:746|12:13|7:13|2:2|2:2;n;3|8:251|9:747;3|8:748|9:749;p;1|2:2|3:750|5:5|6:751|12:13|7:13|2:2|2:2;n;3|8:29|9:752;p;1|2:753|14:25|15:26|3:754|5:212|6:746|12:13|7:13|2:753|2:753;n;3|8:748|9:755;p;1|2:2|3:756|5:5|6:757|12:13|16:13|7:13|2:2|2:2;1|2:2|3:758|4:11|5:212|6:759|12:13|7:13|2:2|2:2;n;3|8:262|9:760;3|8:262|9:761;p;1|2:2|3:762|4:195|5:5|6:763|12:13|7:13|2:2|2:2;1|2:2|3:764|5:212|6:765|12:13|7:13|2:2|2:2;n;3|8:766|9:767;p;1|2:32|3:768|4:1'
- ..'1|5:212|6:769|12:13|7:13|2:32|2:32;n;3|8:262|9:770;3|8:262|9:771;3|8:143|9:772;3|8:143|9:773;3|8:143|9:774;3|8:143|9:775;3|8:143|9:776;3|8:143|9:777;3|8:143|9:778;3|8:143|9:779;3|8:143|9:780;3|8:143|9:781;3|8:143|9:782;3|8:143|9:783;3|8:143|9:784;3|8:143|9:785;3|8:143|9:786;3|8:143|9:787;3|8:143|9:788;3|8:143|9:789;3|8:143|9:790;3|8:143|9:791;3|8:143|9:792;3|8:143|9:793;3|8:143|9:794;3|8:143|9:795;3|8:143|9:796;3|8:143|9:797;3|8:143|9:798;3|8:143|9:799;3|8:143|9:800;3|8:143|9:801;p;1|2:24|14:25|15:26|3:802|5:212|6:803|12:13|7:13'
- ..'|2:24|2:24;n;3|8:608|9:804;3|8:610|9:805;p;1|2:2|3:806|5:212|6:757|17:13|12:13|7:13|2:2|2:2;n;3|8:483|9:807;p;1|2:32|3:808|5:5|6:809|12:13|7:13|2:32|2:32;n;3|8:29|9:810;3|8:35|9:811;p;1|2:2|3:812|5:5|6:727|12:13|7:13|2:2|2:2;n;3|8:29|9:813;p;1|2:2|3:814|4:195|5:5|6:815|17:13|12:13|7:13|2:2|2:2;1|2:32|3:816|4:11|5:5|6:817|12:13|7:13|2:32|2:32;n;3|8:262|9:818;3|8:143|9:819;p;1|2:2|3:820|5:212|6:821|12:13|7:13|2:2|2:2;n;3|8:29|9:822;p;1|2:57|3:823|5:212|6:824|22:142|12:13|7:13|2:57|2:57;1|2:2|3:825|4:195|5:212|6:826|12:13|7:13|2:2|'
- ..'2:2;n;3|8:29|9:827;3|8:35|9:828;p;1|2:2|3:829|5:212|6:830|12:13|7:13|2:2|2:2;n;3|8:143|9:831;p;1|2:32|3:832|5:212|6:833|12:13|7:13|2:32|2:32;n;3|8:608|9:834;3|8:610|9:835;p;1|2:2|3:836|5:5|6:837|12:13|7:13|2:2|2:2;n;3|8:610|9:838;3|8:147|9:839;3|8:71|9:840;p;1|2:2|3:841|5:212|6:842|12:13|7:13|2:2|2:2;1|2:2|3:843|5:5|6:42|17:13|12:13|13:13|7:13|2:2|2:2;1|2:753|14:25|15:26|3:844|5:5|6:824|12:13|7:13|2:753|2:753;n;3|8:29|9:845;p;1|2:2|3:846|4:11|5:5|6:847|12:13|7:13|2:2|2:2;1|2:2|3:848|5:5|6:849|12:13|7:13|2:2|2:2;n;3|8:29|9:850;3|'
- ..'8:35|9:851;p;1|2:2|3:852|4:11|5:5|6:853|12:13|7:13|2:2|2:2;n;3|8:29|9:854;p;1|2:2|3:855|4:11|5:212|6:856|12:13|7:13|2:2|2:2;n;3|8:857|9:858;3|8:857|9:859;3|8:860|9:861;p;1|2:2|3:862|5:212|6:863|12:13|7:13|2:2|2:2;n;3|8:29|9:864;3|8:35|9:865;p;1|2:2|3:866|5:212|6:867|12:13|7:13|2:2|2:2;n;3|8:645|9:868;p;1|14:25|15:501|3:869|5:212|6:870|12:13|7:13;n;3|8:748|9:871;p;1|2:2|3:872|5:212|6:870|12:13|7:13|2:2|2:2;n;3|8:251|9:873;3|8:748|9:749;p;1|2:2|3:874|4:11|5:212|6:847|12:13|7:13|2:2|2:2;n;3|8:35|9:875;p;1|2:753|14:25|15:26|3:876|5:'
- ..'212|6:824|12:13|7:13|2:753|2:753;n;3|8:29|9:877;p;1|2:2|3:878|5:5|6:879|12:13|7:13|2:2|2:2;1|2:2|3:880|5:5|6:881|12:13|7:13|2:2|2:2;1|2:2|3:882|5:5|6:883|12:13|7:13|2:2|2:2;1|2:32|3:884|4:11|5:5|6:885|12:13|7:13|2:32|2:32;n;3|8:262|9:886;3|8:262|9:887;3|8:262|9:888;3|8:262|9:889;3|8:262|9:890;3|8:262|9:891;3|8:143|9:892;3|8:262|9:893;3|8:262|9:894;3|8:262|9:895;p;1|2:2|3:896|5:212|6:897|12:13|7:13|2:2|2:2;n;3|8:262|9:898;3|8:143|9:899;3|8:143|9:900;3|8:143|9:901;3|8:143|9:902;3|8:143|9:903;3|8:143|9:904;3|8:143|9:905;p;1|2:499|1'
- ..'5:26|3:906|5:212|6:907|22:142|12:13|7:13|2:499|2:499;n;3|8:35|9:908;p;1|2:2|3:909|5:212|6:910|12:13|7:13|2:2|2:2;n;3|8:35|9:911;p;1|2:2|3:912|5:212|6:879|12:13|7:13|2:2|2:2;n;3|8:262|9:913;p;1|2:32|3:914|5:212|6:915|17:13|12:7|7:13|2:32|2:32;1|2:32|3:916|4:11|5:212|6:917|12:13|7:13|2:32|2:32;n;3|8:143|9:918;3|8:262|9:919;3|8:262|9:920;3|8:262|9:921;p;1|2:32|3:916|4:11|5:212|6:917|12:13|7:13|2:32|2:32;1|2:2|3:922|5:212|6:910|12:13|7:13|2:2|2:2;n;3|8:35|9:923;p;1|2:2|3:924|5:212|6:867|12:13|7:13|2:2|2:2;n;3|8:645|9:925;p;1|2:2|3:9'
- ..'26|5:212|6:42|12:13|16:13|7:13|2:2|2:2;n;3|8:43|9:927;3|8:43|9:928;p;1|14:25|15:501|3:929|5:212|6:870|12:13|7:13;n;3|8:748|9:871;p;1|2:2|3:930|5:212|6:870|12:13|7:13|2:2|2:2;n;3|8:748|9:749;p;1|2:2|3:931|5:212|6:42|12:13|16:13|13:13|7:13|2:2|2:2;n;3|8:43|9:932;p;2|1:53;n;2|1:54;n;2|1:55;n;1|1:56|2:57|3:933|4:934|5:935|6:61|17:13|12:7|7:7|2:57|2:57;1|1:64|2:57|3:936|4:934|5:937|6:61|17:13|12:7|7:7|2:57|2:57;4|2:57|3:938|4:939|5:940|6:70|17:13|13:13|7:13|2:57|2:57;1|1:73|2:57|3:941|4:934|5:942|6:76|12:7|7:13|2:57|2:57;n;5|3:77|18:'
- ..'78;6|19:78;7;8|1:79;8|1:80;8|1:81|20:82;7|1:83;3|8:84|9:424;3|8:84|9:943;p;9|1:87|20:88;9|1:87|20:89;9|1:87|20:90;9|1:87|20:944;9|1:87|20:92;8|1:93;7;8|1:94;9|1:87|20:944;9|1:87|20:95;9|1:87|20:92;9|1:87|20:96;9|1:87|20:97;9|1:87|20:97;9|1:87|20:98;9|1:87|20:98;9|1:87|20:945;9|1:87|20:945;9|1:87|20:946;9|1:87|20:947;9|1:87|20:944;7;7;9|1:87|20:944;p;2|1:102;n;1|2:57|3:948|4:4|5:5|6:104|12:7|7:105|2:57|2:57;n;10|8:84|9:106;p;1|2:57|3:949|4:950|5:951|6:104|7:13|2:57|2:57;n;3|8:84|9:952;3|8:112|9:953;3|8:84|9:954;3|8:84|9:955;3|8:8'
- ..'4|9:956;3|8:84|9:957;3|8:84|9:958;p;1|2:57|3:959|4:4|5:5|6:119|12:13|7:7|2:57|2:57;1|2:57|3:960|4:950|5:961|6:125|21:105|2:57|2:57;n;3|8:16|9:962;11|8:127|9:963;3|8:18|9:964;10|8:51|9:130;p;1|2:57|3:965|4:950|5:966|6:125|13:105|2:57|2:57;n;11|8:127|9:442;10|8:16|9:133;p;1|2:57|3:967|4:950|5:968|6:125|21:105|13:105|2:57|2:57;n;10|8:16|9:133;10|8:51|9:130;p;1|2:57|3:969|4:4|5:5|6:15|12:13|7:13|2:57|2:57;n;12;3|8:18|9:970;3|8:127|9:971;p;1|2:57|3:972|4:973|5:974|6:141|22:142|16:13|2:57|2:57;n;3|8:143|9:975;3|8:71|9:976;p;1|2:57|3:9'
- ..'77|4:973|5:978|6:141|22:142|16:13|2:57|2:57;n;3|8:147|9:979;3|8:143|9:980;3|8:71|9:981;p;1|2:57|3:982|4:939|5:983|6:6|22:142|13:13|2:57|2:57;n;12|23:153|24:13;13|1:154|25:13;p;1|2:57|3:984|4:939|5:985|6:159|2:57|2:57;n;12|24:13;11|8:120|9:986;p;1|2:57|3:987|4:939|5:988|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:989|4:939|5:990|6:159|2:57|2:57;n;12|24:13;3|8:51|9:991;p;1|2:57|3:992|4:993|5:994|6:162|2:57|2:57;n;12|24:13;3|8:18|9:995;p;1|2:57|3:996|4:997|5:998|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:999|4:939|5:1000|6:162|2:57|2:57;n;12|'
- ..'24:13;p;1|2:57|3:1001|4:939|5:1002|6:159|2:57|2:57;n;12|24:13;p;1|2:57|3:1003|4:950|5:1004|6:179|2:57|2:57;n;12|24:13;3|8:483|9:1005;p;1|2:57|3:1006|4:973|5:1007|6:182|22:142|12:13|7:7|2:57|2:57;1|2:57|3:1008|4:1009|5:1010|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;3|8:120|9:1011;p;1|2:57|3:1012|4:1009|5:1013|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;p;1|2:57|3:1014|4:939|5:1015|6:162|2:57|2:57;n;12|24:13;p;p;p;p;2|1:53;n;2|1:54;n;2|1:55;n;1|1:56|2:57|3:1016|4:1017|5:1018|6:61|17:13|12:7|7:7|2:57|2:57;1|1:64|2:57|3:1019|4:1'
- ..'017|5:1020|6:61|17:13|12:7|7:7|2:57|2:57;n;3|8:262|9:1021;p;4|2:57|3:1022|4:1023|5:1024|6:70|17:13|13:13|7:13|2:57|2:57;n;3|8:155|9:1025;p;1|1:73|2:57|3:1026|4:1017|5:1027|6:76|12:7|7:13|2:57|2:57;n;5|3:77|18:78;6|19:78;7;8|1:79;8|1:80;8|1:81|20:82;7|1:83;3|8:84|9:1028;p;9|1:87|20:88;9|1:87|20:89;9|1:87|20:90;9|1:87|20:1029;9|1:87|20:92;8|1:93;7;8|1:94;9|1:87|20:1029;9|1:87|20:95;9|1:87|20:92;9|1:87|20:96;9|1:87|20:97;9|1:87|20:97;9|1:87|20:98;9|1:87|20:98;9|1:87|20:1030;9|1:87|20:1030;9|1:87|20:1031;9|1:87|20:1032;9|1:87|20:102'
- ..'9;7;7;9|1:87|20:1029;p;2|1:102;n;1|2:57|3:1033|5:212|6:104|12:7|7:105|2:57|2:57;n;10|8:84|9:106;3|8:120|9:23;p;1|2:57|3:1034|4:1035|5:1036|6:104|7:13|2:57|2:57;n;3|8:84|9:1037;3|8:84|9:1038;3|8:84|9:1039;p;1|2:57|3:1040|5:212|6:119|12:13|7:7|2:57|2:57;n;3|8:120|9:1041;3|8:84|9:1042;p;1|2:57|3:1043|4:1035|5:1044|6:125|21:105|2:57|2:57;n;11|8:127|9:1045;3|8:16|9:1046;3|8:18|9:1047;10|8:51|9:130;p;1|2:57|3:1048|4:1035|5:1049|6:125|13:105|2:57|2:57;n;10|8:16|9:133;11|8:127|9:1045;p;1|2:57|3:1050|4:1035|5:1051|6:125|21:105|13:105|2:5'
- ..'7|2:57;n;10|8:51|9:130;10|8:16|9:133;p;1|2:57|3:1052|5:212|6:15|12:13|7:13|2:57|2:57;n;12;p;1|2:57|3:1053|4:1054|5:1055|6:141|22:142|16:13|2:57|2:57;n;3|8:147|9:1056;3|8:143|9:1057;3|8:71|9:1058;p;1|2:57|3:1059|4:1054|5:1060|6:141|22:142|16:13|2:57|2:57;n;3|8:147|9:1056;3|8:143|9:1061;3|8:71|9:1062;p;1|2:57|3:1063|4:1023|5:1064|6:6|22:142|13:13|2:57|2:57;n;12|23:153|24:13;13|1:154|25:13;3|8:155|9:1065;p;1|2:57|3:1066|4:1023|5:1067|6:159|2:57|2:57;n;12|24:13;11|8:120|9:1068;p;1|2:57|3:1069|4:1023|5:1070|6:162|2:57|2:57;n;12|24:13'
- ..';3|8:18|9:1071;p;1|2:57|3:1072|4:1023|5:1073|6:159|2:57|2:57;n;12|24:13;p;1|2:57|3:1074|4:1075|5:1076|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:1077|4:1078|5:1079|6:162|2:57|2:57;n;12|24:13;3|8:18|9:1080;p;1|2:57|3:1081|4:1023|5:1082|6:162|2:57|2:57;n;12|24:13;3|8:18|9:1083;p;1|2:57|3:1084|4:1023|5:1085|6:159|2:57|2:57;n;12|24:13;p;1|2:57|3:1086|4:1035|5:1087|6:179|2:57|2:57;n;12|24:13;3|8:483|9:1088;p;1|2:57|3:1089|4:1054|5:1090|6:182|22:142|12:13|7:7|2:57|2:57;1|2:57|3:1091|4:1092|5:1093|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:18'
- ..'7;p;1|2:57|3:1094|4:1092|5:1095|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;p;1|2:57|3:1096|4:1023|5:1097|6:162|2:57|2:57;n;12|24:13;3|8:18|9:1098;p;p;p;p;2|1:53;n;2|1:54;n;2|1:55;n;1|1:56|2:57|3:1099|4:1100|5:1101|6:61|17:13|12:7|7:7|2:57|2:57;n;3|8:62|9:1102;p;1|1:64|2:57|3:1103|4:1100|5:1104|6:61|17:13|12:7|7:7|2:57|2:57;4|2:57|3:1105|4:1106|5:1107|6:70|17:13|13:13|7:13|2:57|2:57;1|1:73|2:57|3:1108|4:1100|5:1109|6:76|12:7|7:13|2:57|2:57;n;5|3:77|18:78;6|19:78;7;8|1:79;8|1:80;8|1:81|20:82;7|1:83;3|8:84|9:1110;3|8:84|9:1111;p;'
- ..'9|1:87|20:88;9|1:87|20:89;9|1:87|20:90;9|1:87|20:1112;9|1:87|20:92;8|1:93;7;8|1:94;9|1:87|20:1112;9|1:87|20:95;9|1:87|20:92;9|1:87|20:96;9|1:87|20:97;9|1:87|20:97;9|1:87|20:98;9|1:87|20:98;9|1:87|20:1113;9|1:87|20:1113;9|1:87|20:1114;9|1:87|20:1115;9|1:87|20:1112;7;7;9|1:87|20:1112;p;2|1:102;n;1|2:57|3:1116|4:195|5:5|6:104|12:7|7:105|2:57|2:57;n;10|8:84|9:106;p;1|2:57|3:1117|4:1118|5:1119|6:104|7:13|2:57|2:57;n;3|8:84|9:1120;3|8:84|9:1121;3|8:84|9:1122;3|8:84|9:1123;3|8:84|9:1124;3|8:112|9:1125;3|8:84|9:1126;p;1|2:57|3:1127|4:19'
- ..'5|5:5|6:119|12:13|7:7|2:57|2:57;n;3|8:84|9:122;p;1|2:57|3:1128|4:1118|5:1129|6:125|21:105|2:57|2:57;n;11|8:127|9:1130;10|8:51|9:130;p;1|2:57|3:1131|4:1118|5:1132|6:125|13:105|2:57|2:57;n;11|8:127|9:1133;10|8:16|9:133;p;1|2:57|3:1134|4:1118|5:1135|6:125|21:105|13:105|2:57|2:57;n;10|8:16|9:133;10|8:51|9:130;p;1|2:57|3:1136|4:195|5:5|6:15|12:13|7:13|2:57|2:57;n;12;3|8:127|9:137;p;1|2:57|3:1137|4:1138|5:1139|6:141|22:142|16:13|2:57|2:57;1|2:57|3:1140|4:1138|5:1141|6:141|22:142|16:13|2:57|2:57;n;3|8:147|9:1142;3|8:71|9:1143;p;1|2:57|'
- ..'3:1144|4:1106|5:1145|6:6|22:142|13:13|2:57|2:57;n;12|23:153|24:13;13|1:154|25:13;3|8:155|9:1146;3|8:155|9:1147;p;1|2:57|3:1148|4:1106|5:1149|6:159|2:57|2:57;n;12|24:13;11|8:120|9:1150;p;1|2:57|3:1151|4:1106|5:1152|6:162|2:57|2:57;n;12|24:13;3|8:18|9:1153;p;1|2:57|3:1154|4:1106|5:1155|6:159|2:57|2:57;n;12|24:13;p;1|2:57|3:1156|4:1157|5:1158|6:162|2:57|2:57;n;12|24:13;3|8:18|9:1159;p;1|2:57|3:1160|4:1161|5:1162|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:1163|4:1106|5:1164|6:162|2:57|2:57;n;12|24:13;p;1|2:57|3:1165|4:1106|5:1166|6:159|2'
- ..':57|2:57;n;12|24:13;p;1|2:57|3:1167|4:1118|5:1168|6:179|2:57|2:57;n;12|24:13;3|8:483|9:1169;p;1|2:57|3:1170|4:1138|5:1171|6:182|22:142|12:13|7:7|2:57|2:57;n;3|8:120|9:1172;3|8:120|9:1173;p;1|2:57|3:1174|4:1175|5:1176|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;3|8:120|9:1177;p;1|2:57|3:1178|4:1175|5:1179|6:186|22:142|12:13|7:7|2:57|2:57;n;12|24:187;p;1|2:57|3:1180|4:1106|5:1181|6:162|2:57|2:57;n;12|24:13;p;p;p;p;1|2:2|3:1182|4:11|5:212|6:1183|12:13|7:13|2:2|2:2;n;3|8:1184|9:1185;p;1|2:24|14:25|15:26|3:1186|4:11|5:212|6:1187|12:'
- ..'13|7:13|2:24|2:24;n;3|8:1188|9:1189;p;1|2:2|3:1190|5:212|6:1191|12:13|7:13|2:2|2:2;1|2:2|3:1192|4:4|5:212|6:21|7:7|2:2|2:2;1|2:2|3:1193|4:4|5:5|6:6|7:7|2:2|2:2;1|2:2|3:1194|4:4|5:212|6:15|13:13|7:13|2:2|2:2;n;3|8:127|9:1195;3|8:16|9:731;3|8:18|9:19;3|8:16|9:17;p;1|2:2|3:1196|4:4|5:212|6:6|7:7|2:2|2:2;4|2:2|3:1197|4:11|5:212|6:12|12:13|7:13|2:2|2:2;1|2:2|3:1198|4:4|5:212|6:15|13:13|7:13|2:2|2:2;n;3|8:16|9:731;p;1|2:2|3:1199|4:4|5:212|6:21|7:7|2:2|2:2;n;3|8:22|9:23;p;1|2:2|3:1200|4:11|5:212|6:1187|12:13|7:13|2:2|2:2;n;3|8:1188|9:1'
- ..'201;p;4|2:2|3:1202|4:11|5:212|6:12|12:13|7:13|2:2|2:2;n;3|8:84|9:724;p;1|2:2|3:1203|4:4|5:212|6:6|7:7|2:2|2:2;n;3|8:18|9:1204;3|8:8|9:722;p;1|2:2|3:1205|4:4|5:212|6:21|7:7|2:2|2:2;n;3|8:22|9:23;p;1|2:2|3:1206|4:4|5:212|6:15|13:13|7:13|2:2|2:2;n;3|8:18|9:19;3|8:16|9:731;3|8:16|9:17;p;1|2:2|3:1207|5:5|6:1208|12:13|7:13|2:2|2:2;n;3|8:262|9:1209;p;1|2:2|3:1210|5:212|6:1211|12:13|7:13|2:2|2:2;1|2:2|3:1212|4:4|5:212|6:6|7:7|2:2|2:2;1|2:2|3:1213|5:212|6:1214|12:13|7:13|2:2|2:2;1|2:2|3:1215|4:4|5:212|6:6|7:7|2:2|2:2;1|2:2|3:1216|4:4|5:2'
- ..'12|6:6|7:7|2:2|2:2;4|2:2|3:1217|4:11|5:212|6:12|12:13|7:13|2:2|2:2;1|2:2|3:1218|5:1219|6:6|7:7|2:2|2:2;1|2:32|3:1220|4:693|5:212|6:1221|7:7|2:32|2:32;n;12|24:13;3|8:49|9:1222;p;1|2:32|3:1223|4:11|5:1224|6:1225|7:7|2:32|2:32;n;12|24:13;3|8:1226|9:1227;3|8:1226|9:1227;p;1|2:2|3:1228|5:1219|6:1229|12:13|7:13|2:2|2:2;1|2:2|3:1230|5:1224|6:15|13:13|7:13|2:2|2:2;n;3|8:16|9:17;3|8:18|9:19;3|8:16|9:731;p;1|2:2|3:1231|5:1224|6:21|7:7|2:2|2:2;n;3|8:22|9:23;p;4|2:2|3:1232|4:195|5:1224|6:12|12:13|7:13|2:2|2:2;1|2:2|3:1233|5:1224|6:6|7:7|2:2'
- ..'|2:2;1|2:2|3:1234|5:1224|6:6|7:7|2:2|2:2;4|2:2|3:1235|4:195|5:1224|6:12|12:13|7:13|2:2|2:2;n;3|8:120|9:1236;3|8:84|9:724;p;1|2:2|3:1237|5:1224|6:15|13:13|7:13|2:2|2:2;n;3|8:16|9:17;3|8:16|9:731;p;1|2:2|3:1238|5:1224|6:21|7:7|2:2|2:2;n;3|8:22|9:23;p;1|2:2|3:1239|5:1224|6:6|7:7|2:2|2:2;1|2:2|3:1240|5:1224|6:6|7:7|2:2|2:2;1|2:2|3:1241|5:1224|6:15|13:13|7:13|2:2|2:2;n;3|8:127|9:1195;3|8:16|9:731;p;1|2:2|3:1242|5:1224|6:6|7:7|2:2|2:2;n;3|8:8|9:722;p;1|2:2|3:1243|5:1224|6:21|7:7|2:2|2:2;4|2:2|3:1244|4:195|5:1224|6:12|12:13|7:13|2:2|2:'
- ..'2;n;3|8:120|9:1245;3|8:84|9:724;p;1|2:2|3:1246|5:1224|6:1229|12:13|7:13|2:2|2:2;1|2:1247|14:25|15:26|3:1248|4:11|5:1219|6:1249|12:13|7:13|2:1247|2:1247;n;3|8:748|9:1250;3|8:251|9:1251;p;1|2:2|3:1252|5:1219|6:249|12:13|7:13|2:2|2:2;n;3|8:748|9:1253;3|8:251|9:1254;p;1|2:1247|14:25|15:26|3:1255|5:1219|6:1256|12:13|7:13|2:1247|2:1247;1|2:1247|14:25|15:26|3:1257|5:1219|6:1256|12:13|7:13|2:1247|2:1247;n;3|8:251|9:1258;3|8:748|9:1259;p;1|2:2|3:1260|5:1219|6:249|12:13|7:13|2:2|2:2;n;3|8:251|9:1261;p;1|2:1247|14:25|15:26|3:1262|5:1219|6:'
- ..'1256|12:13|7:13|2:1247|2:1247;1|2:2|3:1263|5:1219|6:249|12:13|7:13|2:2|2:2;n;3|8:251|9:1264;p;1|2:2|3:1265|5:1219|6:249|12:13|7:13|2:2|2:2;n;3|8:251|9:1266;p;1|2:1247|14:25|15:26|3:1267|4:11|5:1224|6:1249|12:13|7:13|2:1247|2:1247;n;3|8:748|9:1250;3|8:251|9:1251;p;1|2:2|3:1268|5:1219|6:1269|12:13|7:13|2:2|2:2;1|2:2|3:1270|5:1224|6:1269|12:13|7:13|2:2|2:2;1|2:2|3:1271|5:1224|6:1272|12:13|7:13|2:2|2:2;n;3|8:766|9:1273;3|8:1274|9:1275;3|8:1274|9:1276;3|8:1274|9:1277;3|8:1274|9:1278;3|8:1274|9:1279;3|8:1274|9:1280;3|8:1274|9:1281;3|8'
- ..':1274|9:1282;3|8:1274|9:1283;3|8:1274|9:1284;p;1|2:2|3:1285|5:1224|6:1286|12:13|7:13|2:2|2:2;n;3|8:748|9:1287;3|8:748|9:1288;3|8:748|9:1289;3|8:748|9:1290;3|8:748|9:1291;p;1|2:1247|14:25|15:26|3:1292|5:1224|6:1256|12:13|7:13|2:1247|2:1247;1|2:2|3:1293|5:1224|6:249|12:13|7:13|2:2|2:2;n;3|8:251|9:1294;p;1|2:1247|14:25|15:26|3:1295|5:1224|6:1256|12:13|7:13|2:1247|2:1247;1|2:2|3:1296|5:1224|6:249|12:13|7:13|2:2|2:2;n;3|8:251|9:1297;p;1|2:1247|14:25|15:26|3:1298|5:1224|6:1249|12:13|7:13|2:1247|2:1247;1|2:2|3:1299|5:1224|6:249|12:13|7'
- ..':13|2:2|2:2;n;3|8:748|9:1253;3|8:251|9:1254;p;1|1:1300|40:353|2:1301|3:1302|4:1303|6:1304|7:7|2:1301|2:1301;n;7|1:1305;p;p;')
- 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