Advertisement
lafur

Untitled

May 20th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.84 KB | None | 0 0
  1. -- Converted using Mokiros's Model to Script plugin
  2. -- Converted string size: 51995
  3. local genv={}
  4. local Scripts = {
  5. function() function onClicked()
  6. script.Parent.Parent.Br:remove()
  7. end
  8.  
  9.  
  10. script.Parent.ClickDetector.MouseClick:connect(onClicked) end;}local ActualScripts = {}
  11. function s(var)
  12. local func = table.remove(Scripts,1)
  13. setfenv(func,setmetatable({script=var,require=fake_require or require,global=genv},{
  14. __index = getfenv(func),
  15. }))
  16. table.insert(ActualScripts,coroutine.wrap(func))
  17. end
  18. Decode = function(str,t,props,classes,values,ICList,Model,CurPar,LastIns,split,RemoveAndSplit,InstanceList)
  19. local tonum,table_remove,inst,parnt,comma,table_foreach = tonumber,table.remove,Instance.new,"Parent",",",
  20. function(t,f)
  21. for a,b in pairs(t) do
  22. f(a,b)
  23. end
  24. end
  25. local Types = {
  26. Color3 = Color3.new,
  27. Vector3 = Vector3.new,
  28. Vector2 = Vector2.new,
  29. UDim = UDim.new,
  30. UDim2 = UDim2.new,
  31. CFrame = CFrame.new,
  32. Rect = Rect.new,
  33. NumberRange = NumberRange.new,
  34. BrickColor = BrickColor.new,
  35. PhysicalProperties = PhysicalProperties.new,
  36. NumberSequence = function(...)
  37. local a = {...}
  38. local t = {}
  39. repeat
  40. t[#t+1] = NumberSequenceKeypoint.new(table_remove(a,1),table_remove(a,1),table_remove(a,1))
  41. until #a==0
  42. return NumberSequence.new(t)
  43. end,
  44. ColorSequence = function(...)
  45. local a = {...}
  46. local t = {}
  47. repeat
  48. t[#t+1] = ColorSequenceKeypoint.new(table_remove(a,1),Color3.new(table_remove(a,1),table_remove(a,1),table_remove(a,1)))
  49. until #a==0
  50. return ColorSequence.new(t)
  51. end,
  52. number = tonumber,
  53. boolean = function(a)
  54. return a=="1"
  55. end
  56. }
  57. split = function(str,sep)
  58. if not str then return end
  59. local fields = {}
  60. local ConcatNext = false
  61. str:gsub(("([^%s]+)"):format(sep),function(c)
  62. if ConcatNext == true then
  63. fields[#fields] = fields[#fields]..sep..c
  64. ConcatNext = false
  65. else
  66. fields[#fields+1] = c
  67. end
  68. if c:sub(#c)=="\\" then
  69. c = fields[#fields]
  70. fields[#fields] = c:sub(1,#c-1)
  71. ConcatNext = true
  72. end
  73. end)
  74. return fields
  75. end
  76. RemoveAndSplit = function(t)
  77. return split(table_remove(t,1),comma)
  78. end
  79. t = split(str,";")
  80. props = RemoveAndSplit(t)
  81. classes = RemoveAndSplit(t)
  82. values = split(table_remove(t,1),'|')
  83. ICList = RemoveAndSplit(t)
  84. InstanceList = {}
  85. Model = inst"Model"
  86. CurPar = Model
  87. table_foreach(t,function(ct,c)
  88. if c=="n" or c=="p" then
  89. CurPar = c=="n" and LastIns or CurPar[parnt]
  90. else
  91. ct = split(c,"|")
  92. local class = classes[tonum(table_remove(ct,1))]
  93. if class=="UnionOperation" then
  94. LastIns = {UsePartColor="1"}
  95. else
  96. LastIns = inst(class)
  97. if LastIns:IsA"Script" then
  98. s(LastIns)
  99. elseif LastIns:IsA("ModuleScript") then
  100. ms(LastIns)
  101. end
  102. end
  103.  
  104. local function SetProperty(LastIns,p,str,s)
  105. s = Types[typeof(LastIns[p])]
  106. if p=="CustomPhysicalProperties" then
  107. s = PhysicalProperties.new
  108. end
  109. if s then
  110. LastIns[p] = s(unpack(split(str,comma)))
  111. else
  112. LastIns[p] = str
  113. end
  114. end
  115.  
  116. local UnionData
  117. table_foreach(ct,function(s,p,a,str)
  118. a = p:find":"
  119. p,str = props[tonum(p:sub(1,a-1))],values[tonum(p:sub(a+1))]
  120. if p=="UnionData" then
  121. UnionData = split(str," ")
  122. return
  123. end
  124. if class=="UnionOperation" then
  125. LastIns[p] = str
  126. return
  127. end
  128. SetProperty(LastIns,p,str)
  129. end)
  130.  
  131. if UnionData then
  132. local LI_Data = LastIns
  133. LastIns = DecodeUnion(UnionData)
  134. table_foreach(LI_Data,function(p,str)
  135. SetProperty(LastIns,p,str)
  136. end)
  137. end
  138. table.insert(InstanceList,LastIns)
  139. LastIns[parnt] = CurPar
  140. end
  141. end)
  142. table_remove(ICList,1)
  143. table_foreach(ICList,function(a,b)
  144. b = split(b,">")
  145. InstanceList[tonum(b[1])][props[tonum(b[2])]] = InstanceList[tonum(b[3])]
  146. end)
  147.  
  148. return Model:GetChildren()
  149. end
  150.  
  151. local Objects = Decode('Name,Color,Position,Orientation,Size,BackSurface,BottomSurface,TopSurface,MeshType,FrontSurface,C0,C1,Part0,Part1,LeftSurface,RightSurface,Transparency,Scale,CanCollide,MeshId,VertexColor,TextureId,Texture,Face;Part,Model,SpecialMesh,Weld,Seat,CylinderMesh,Decal,ClickDetector,Script;Part|0.3882,0.3725,0.3843|-9.7896,7.4134,133.5999|0,180,90|1,5'
  152. ..',3|2|0|-1.7896,7.4134,130.5999|1,5,1|-1.7896,7.4134,126.5999|0,90,-90|1,7,5|0,3.5,0,-1,-0,-0,0,0,1,0,1,0|0,0,3,1,0,0,0,-1,0,0,0,-1|0,-3.5,0,1,0,0,-0,-0,-1,0,1,0|0,0,0.5,-1,0,0,0,1,0,0,0,-1|1.2104,7.5134,124.0999|0,90,180|14,1.2,1|0,-0.6001,0,1,0,0,-0,-0,-1,0,1,0|0,-1.2001,-5.5,0,1,0,0,0,1,1,0,0|0,0,-0.5,-1,-0,-0,0,1,0,-0,-0,-1|0.1,2.5,6.5,0,-1,'
  153. ..'0,0,0,-1,1,0,-0|0,0,0.5,1,0,0,0,1,0,0,0,1|0,0.3999,1,1,0,0,0,-1,0,0,0,-1|-0.1001,2.5,2.5,0,1,0,1,0,-0,0,0,-1|6,0.3999,1,1,0,0,0,-1,0,0,0,-1|3,0.3999,1,1,0,0,0,-1,0,0,0,-1|0.1,-2.5,4,-0,-1,0,-0,0,1,-1,0,0|0,0.6,0,-1,-0,-0,0,0,1,0,1,0|1,-0.6001,0,-1,0,0,0,0,1,0,1,0|1.5,0,1,-1,0,0,0,1,0,0,0,-1|1.2104,9.3134,129.5999|1,2.4,3|10.2104,9.3134,129.5999'
  154. ..'|0,-1.2001,0,1,0,0,-0,-0,-1,0,1,0|5.5,-0.6,0,0,1,0,0,0,1,1,0,0|0.8039,0.8039,0.8039|0.5|10.2104,9.3134,124.0999|8,2.4,1|1.7999,1,0.2|6|4,0,0,0,0,1,0,1,0,-1,-0,-0|0,0,-1.5,-1,0,0,0,-1,0,0,0,1|0,1.2,0,-1,-0,-0,0,0,1,0,1,0|0,-0.6,0,-1,0,0,0,0,1,0,1,0|0,0.6,0,1,0,0,0,0,-1,0,1,0|10.2104,9.3134,132.5999|3,4.8,1|-1.5,0,0,-0,-0,-1,0,1,0,1,0,0|0,0,1.5,1'
  155. ..',0,0,0,-1,0,0,0,-1|0,2.4,0,-1,-0,-0,0,0,1,0,1,0|9.5,-0.6,0,-1,0,0,0,0,1,0,1,0|7,-1.8,0,0,0,-1,0,1,0,1,0,0|1.5,0,0,0,0,1,0,1,0,-1,-0,-0|0,0.5999,2.5,1,0,0,0,-1,0,0,0,-1|4,0.5999,0,0,0,-1,0,-1,0,-1,0,0|1.2104,9.3134,132.5999|-4,0.5999,0,0,0,1,0,-1,0,1,0,0|7,1.8,0,0,0,-1,0,1,0,1,0,0|0,-2.4001,0,1,0,0,-0,-0,-1,0,1,0|-12,-0.6,0,-1,0,0,0,0,1,0,1,0|1.'
  156. ..'2104,11.1134,124.0999|0,1.2,-5.5,0,1,0,0,0,-1,-1,0,0|-3.5,-0.6,0,-1,0,0,0,0,1,0,1,0|10.2104,11.1134,124.0999|7,0,0,0,0,1,0,1,0,-1,-0,-0|-1.5,-1.8001,0,0,0,1,0,1,0,-1,0,0|4.7104,8.1134,129.0999|0,90,0|1,4,1|0|2.7999,1,0.5|0,2,0,-1,-0,-0,0,0,1,0,1,0|-1,-0.2001,0,0,1,0,0,0,1,1,0,0|0.0509,0.4117,0.6745|5.7104,8.1134,128.0999|2.2999,1,0.5|0,-0.2001,'
  157. ..'-1,-1,0,0,0,0,1,0,1,0|5.7104,8.1134,130.0999|6.7104,8.1134,129.0999|1,-0.2001,0,0,1,0,0,0,1,1,0,0|0.1058,0.1647,0.2078|5.7104,10.3134,129.0999|3,0.4,3|0,-0.2001,0,1,0,0,-0,-0,-1,0,1,0|0,2,-1,1,0,0,0,0,-1,0,1,0|5.7104,5.9134,129.0999|0,0.2,0,-1,-0,-0,0,0,1,0,1,0|0,-2,-1,0,-1,0,0,0,1,-1,0,0|0,-2,-1,-1,0,0,0,0,1,0,1,0|0,0.4,0,1,0,0,0,0,-1,0,1,0|0,'
  158. ..'-2,1,-1,0,0,0,0,1,0,1,0|0,-2,1,0,-1,0,0,0,1,-1,0,0|1.2104,6.3134,123.0999|22,1.2,1|6,0.5999,-1,1,0,0,0,0,-1,0,1,0|11,0,0,0,0,1,0,1,0,-1,-0,-0|0,-2.4001,2.5,1,0,0,0,-1,0,0,0,-1|5.7104,17.8134,128.5999|1,7,11|5.7104,13.8134,122.5999|-90,0,0|1,23,1|0,-3.5,-6,1,0,0,0,0,1,0,-1,0|5.7104,17.3134,135.5999|0,180,180|1,8,3|0,0,1.5,1,0,0,0,1,0,0,0,1|0,-11'
  159. ..'.5,3.5,1,0,0,0,0,1,0,-1,0|0,-0.5,5.5,1,0,0,0,-1,0,0,0,-1|-5.7896,7.4134,134.2999|90,0,0|0.5,5,0.5|http://www.roblox.com/asset/?id=1033714|5|0,2.5,-0.7,-1,0,0,0,0,-1,0,-1,0|-5.7896,7.4134,133.5999|0,0,180|3,3,1|3,3,30|0,7,2|http://www.roblox.com/asset/?id=3270017|http://www.roblox.com/asset/?id=10051689|0,-2,0,0,-1,0,0,0,1,-1,0,0|0,-0.2,0,-1,0,0'
  160. ..',0,0,1,0,1,0|0,2.5,0,0,-1,0,0,0,-1,1,0,0|-5.7896,7.4134,131.0999|0,-90,90|3,4,3|1.2,1.5,1.2|0,0,-1.5,-1,-0,-0,0,1,0,-0,-0,-1|0,-2.5,-0.5,-1,0,0,0,0,1,0,1,0|0,2.5,2.5,1,0,0,0,0,-1,0,1,0|0,-2.5,2,1,0,0,0,0,1,0,-1,0|0,-1,0,-1,0,0,0,0,1,0,1,0|0,-4.5,-2.5,1,0,0,0,1,0,0,0,1|0.0666,0.0666,0.0666|-5.7896,7.4134,128.0999|3,2,3|1,6.0999,1|0,-2.5,-1,1,0,0'
  161. ..',0,0,1,0,-1,0|0,-1.5,-2.5,1,0,0,0,1,0,0,0,1|-5.7896,7.4134,125.0999|0,-2.5,-4,1,0,0,0,0,1,0,-1,0|0,-2,0,1,0,0,-0,-0,-1,0,1,0|0,1,0,1,0,0,0,0,-1,0,1,0|0,1.5,-2.5,1,0,0,0,1,0,0,0,1|-5.7896,7.4134,121.8999|90,180,0|0.5,2,0.5|0,0,-0.5,1,0,0,0,1,0,0,0,1|0,2.5,1.8,-1,0,0,0,0,-1,0,-1,0|-5.7896,7.4134,122.5999|3,3,15|0,2.5,2.5,0,-1,0,0,0,-1,1,0,0|0,2,0'
  162. ..',0,-1,0,0,0,-1,1,0,0|-9.7896,7.4134,129.0999|0,0,90|1,5,6|0,0,3,1,0,0,0,1,0,0,0,1|2.2104,4.0134,127.0999|1,2,1|-0.5,0,0,-0,-0,-1,0,1,0,1,0,0|0.5,0,0,0,0,-1,0,1,0,1,0,0|2,-0.6001,0,0,1,0,0,0,1,1,0,0|0,-1,0,1,0,0,-0,-0,-1,0,1,0|0.5,-0.1001,-1,1,0,0,0,1,0,0,0,1|5.7104,8.7134,135.5999|6,1,8|1,3,1|0,0,-4,-1,-0,-0,0,1,0,-0,-0,-1|0.5,0,1,-0,0,-1,-1,0,'
  163. ..'0,0,1,0|0,0,4,1,0,0,0,1,0,0,0,1|-0.5,0,1,0,0,1,1,0,0,0,1,0|0,-0.5,0,1,0,0,-0,-0,-1,0,1,0|0,0,-0.5,0,1,0,-1,0,0,0,0,1|5.7104,8.7134,136.5999|8,6,1|5.1999,5.1999,30|-4,0,0,-0,-0,-1,0,1,0,1,0,0|0.5,0,0,0,0,-1,0,-1,0,-1,0,0|-0.5,0,0,0,0,1,0,-1,0,1,0,0|5.7104,8.7134,137.2999|8,0.4,6|1.5,5,1.5|2.7104,3.9134,125.0999|2,1.2,2|0,0,-1,-1,-0,-0,0,1,0,-0,-'
  164. ..'0,-1|0.5,-6,0.1,-1,0,-0,0,0,1,0,1,0|-3,-0.6001,8.5,-1,0,0,0,0,1,0,1,0|-0.5,-6,0.1,-1,0,0,0,0,1,0,1,0|0,0,1,1,0,0,0,1,0,0,0,1|0.5,1,0.1,1,0,0,0,0,-1,0,1,0|-0.5,1,0.1,1,0,-0,0,0,-1,0,1,-0|1.2104,8.7134,136.5999|0,180,0|1,6,5|-4,-0.7,0,0,0,1,-1,0,0,0,-1,0|5.7104,8.7134,134.5999|0.8,5.0999,0.8|0.5,0,2,-0,0,-1,-1,0,0,0,1,0|0,0.5,0,-1,-0,-0,0,0,1,0,1'
  165. ..',0|0,0,1.5,0,-1,0,-1,0,0,0,0,-1|-0.5,0,2,0,0,1,1,0,0,0,1,0|0,0.5,0,1,0,0,0,0,-1,0,1,0|2.7104,3.9134,129.0999|0,-0.6001,0.5,0,-1,0,0,0,1,-1,0,0|2.2104,5.1134,129.0999|4,1.2,3|http://www.roblox.com/asset/?id=2237386|5.7104,8.7134,132.5999|8,6,3|9.5,-2.4001,-0.5,-1,0,0,0,-1,0,0,0,1|0,3,0,-1,-0,-0,0,0,1,0,1,0|12,0.5999,0,0,1,0,0,0,-1,-1,0,0|9.5,-2.'
  166. ..'4001,0.5,1,0,0,0,-1,0,0,0,-1|2.7104,7.5134,125.5999|0,-90,180|1,1.2,2|0.5,0,0,0,0,1,0,1,0,-1,-0,-0|1,0.3999,0,0,0,-1,0,-1,0,-1,0,0|2.7104,7.1134,124.0999|0,-90,0|2,0.4,2|4|2.7104,7.5134,122.5999|-3,-0.6001,0,-1,0,0,-0,0,1,-0,1,0|-1,0.3999,0,0,0,1,0,-1,0,1,0,0|-1.5,0,0.5,-1,0,0,0,1,0,0,0,-1|1.2104,9.3134,124.0999|0,0,-1.5,1,0,0,0,1,0,0,0,1|Remov'
  167. ..'e|0.7686,0.1568,0.1098|8.2104,8.4134,102.2999|1,0.4,1|Br|5.7104,5.3134,129.0999|4,0.8,4|http://www.roblox.com/asset/?id=8131294|1|2,0,0,0,0,1,0,1,0,-1,-0,-0|0,0.1999,-1.5,1,0,0,0,1,0,0,0,1|-2,0,0,-0,-0,-1,0,1,0,1,0,0|0,0.1999,1.5,-1,0,0,0,1,0,0,0,-1|2.7104,2.7134,128.5999|1,1.2,1|1,1.25,1|0.5,0,0,0,0,-1,-1,0,0,0,1,0|0,0.5999,-0.5,1,0,0,0,0,-1,0'
  168. ..',1,0|5.7104,5.1134,136.5999|10,1.2,5|0,0,2.5,1,0,0,0,1,0,0,0,1|4.5,-3,0,-1,0,0,0,0,1,0,1,0|-3,-2,0,0,0,1,0,1,0,-1,0,0|-4.5,-3,0,-1,0,0,0,0,1,0,1,0|0,-0.7,3,1,0,0,0,-1,0,0,0,-1|0,3,0,-1,0,0,0,0,-1,0,-1,0|-3,-1,0,0,0,1,0,1,0,-1,0,0|10.2104,8.7134,136.5999|4,-0.7,0,0,0,-1,1,0,0,0,-1,0|2.7104,3.9134,132.0999|2,1.2,4|1,0,0,0,0,1,0,1,0,-1,-0,-0|-2,0,'
  169. ..'0.5,0,0,1,0,1,0,-1,0,0|-3,-0.6001,0.5,0,1,0,0,0,1,1,0,0|0,0,2,1,0,0,0,1,0,0,0,1|0,0,1,-1,0,0,0,1,0,0,0,-1|3.2104,4.0134,127.0999|2,-0.6001,1,0,1,0,0,0,1,1,0,0|-0.5,-0.1001,-1,1,0,0,0,1,0,0,0,1|5.7104,5.1134,132.5999|10,1.2,3|9.5,0.5999,-4.5,0,1,0,0,0,-1,-1,0,0|0,-0.6001,0,1,0,0,0,0,1,0,-1,0|3,-0.6001,-0.5,1,0,0,0,0,1,0,-1,0|-2,0,-3.5,0,0,1,0,1,'
  170. ..'0,-1,0,0|0,-0.2,2,-1,0,0,0,1,0,0,0,-1|0,-3,0,-1,0,0,0,0,1,0,1,0|-2,0,3.5,0,0,1,0,1,0,-1,0,0|-3,-0.6001,-0.5,1,0,0,0,0,1,0,-1,0|9.5,0.5999,4.5,0,1,0,0,0,-1,-1,0,0|5.7104,4.7134,129.0999|4,0.4,4|0,-0.4001,-1.5,1,0,0,0,1,0,0,0,1|0,-0.4001,10.5,-1,0,0,0,1,0,0,0,-1|0,-0.4,0,0,1,0,0,0,1,1,0,0|0,0,-2,-1,-0,-0,0,1,0,-0,-0,-1|0,-0.4001,1.5,-1,0,0,0,1,0,'
  171. ..'0,0,-1|8.7104,7.1134,124.0999|0,0.4,-0.5,-1,0,0,0,-1,0,0,0,1|8.7104,7.5134,125.5999|1.5,0,-0.5,1,0,0,0,1,0,0,0,1|6,-0.6001,0,-1,0,0,0,0,1,0,1,0|8.7104,7.5134,122.5999|-1.5,0,-0.5,1,0,0,0,1,0,0,0,1|5.7104,12.3134,120.5999|27,1.2,8|0,0,0.5,1,0,-0,0,-1,0,0,0,-1|10.2104,12.3134,120.5999|27,1.2,1|11,-3,0,1,0,0,0,0,1,0,-1,0|0,-0.6,9,0,1,0,0,0,1,1,0,0'
  172. ..'|0,-0.6,-13,0,-1,0,0,-0,1,-1,-0,0|-12,-2.4001,0,1,0,0,0,0,1,0,-1,0|-3.5,-0.6,0,1,0,0,0,0,1,0,-1,0|6,-2.4001,0,1,0,0,0,0,1,0,-1,0|0,0,4,1,0,0,0,-1,0,0,0,-1|1.2104,12.3134,120.5999|13.2104,7.4134,130.5999|0,180,-90|13.2104,7.4134,126.5999|0,0.5,1.5,-1,0,0,0,1,0,0,0,-1|0,0,0.5,1,0,0,0,-1,0,0,0,-1|0,0,3,-1,0,0,0,1,0,0,0,-1|0,-2.5,1.5,-1,0,0,0,1,0,0'
  173. ..',0,-1|0,0,-2.5,-1,-0,-0,0,1,0,-0,-0,-1|2.5,0.1,0.5,0,-1,0,-1,0,-0,0,0,-1|10.2104,7.5134,124.0999|-6,0.4,1,1,0,-0,0,-1,0,0,0,-1|-0.1001,-2.5,4,0,1,0,0,0,1,1,0,0|-0.1001,2.5,6.5,0,1,0,0,0,-1,-1,0,0|5.7104,3.5134,119.5999|2,2,1|0,0.2,0.5,1,0,0,0,0,-1,0,1,0|-0.5,0.2,0.5,0,0,1,0,1,0,-1,0,0|0,-0.8,2,1,0,0,0,-1,0,0,0,-1|-1,0,0,-0,-0,-1,0,1,0,1,0,0|0.5'
  174. ..',0.2,0.5,0,0,-1,0,1,0,1,0,0|0,-0.4,-2,1,0,0,0,1,0,0,0,1|10.2104,6.3134,123.0999|-1,0.6,0,1,0,0,0,0,-1,0,1,0|5.7104,3.9134,122.0999|4,1.2,4|5.7104,3.9134,125.5999|1,0,0.5,0,0,-1,0,1,0,1,0,0|0,-0.6001,9,1,0,0,0,0,1,0,-1,0|0,0,2,1,0,0,0,-1,0,0,0,-1|-0.5,1.5,0.1,0,0,1,1,0,0,0,1,0|0.5,1.5,0.1,-0,0,-1,-1,0,-0,-0,1,-0|-1,0,0.5,0,0,1,0,1,0,-1,0,0|5.710'
  175. ..'4,2.7134,122.0999|0,0.4,1,1,0,0,0,-1,0,0,0,-1|1.5,-0.6,1,1,0,0,0,-1,0,0,0,-1|0,-0.6,0,1,0,0,0,0,1,0,-1,0|4.2104,3.3134,119.0999|1,2.4,2|-0.5,-1,0.7,0,0,1,-1,0,0,0,-1,0|-1,1,0,0,0,1,0,1,0,-1,0,0|-1.5,-0.6,-2,1,0,0,0,1,0,0,0,1|7.2104,3.3134,119.0999|1,1,0,0,0,-1,0,1,0,1,0,0|1.5,-0.6,2,1,0,0,0,-1,0,0,0,-1|1.5,-0.6,-2,1,0,0,0,1,0,0,0,1|5.7104,2.313'
  176. ..'4,119.0999|13.2104,7.4134,120.0999|0,0,-90|0,2.5,0,-1,-0,-0,0,0,1,0,1,0|0,4,1.5,1,0,0,0,-1,0,0,0,-1|-1.7896,7.4134,120.0999|8.2104,13.1134,120.5999|27,0.4,3|1,0,0,0,0,-1,0,1,0,1,0,0|0,-0.6001,2.5,1,0,0,0,0,1,0,-1,0|5.7104,13.1134,120.5999|2,0.4,27|0,0,-13.5,-1,-0,-0,0,1,0,-0,-0,-1|0,0.5999,3,-1,0,0,0,1,0,0,0,-1|0,-0.5,11.5,-1,0,0,0,0,1,0,1,0|0,'
  177. ..'0,1.5,-1,0,0,0,1,0,0,0,-1|0,-0.6001,0,0,1,0,0,0,1,1,0,0|0,2,-0.5,-1,0,0,0,-1,0,0,0,1|3.2104,13.1134,120.5999|0,-0.6001,-2.5,-1,0,0,0,0,1,0,1,0|3.4104,1.6134,128.5999|1,1.5,1|0,-0.5,0,-1,0,0,0,0,1,0,1,0|-0.5,1.1,0,0,0,1,1,0,0,0,1,0|2.0104,1.6134,128.5999|0.5,1.1,0,0,0,-1,-1,0,0,0,1,0|2.7104,1.6134,128.5999|1,1,1|1,2.2999,1|5.7104,3.9134,132.5999'
  178. ..'|-1,0,-0.5,0,0,1,0,1,0,-1,0,0|9.2104,5.1134,129.0999|0.5,-0.6001,3,0,1,0,0,0,1,1,0,0|-1,-2,-0.5001,0,-1,0,1,0,0,0,0,1|8.7104,6.3134,119.5999|13,1.2,2|-3.5,0,-0.5,1,0,0,0,1,0,0,0,1|-3,0.6,0,1,0,0,0,0,-1,0,1,0|4.5,-0.2001,0,-1,0,0,0,0,1,0,1,0|-4.5,-0.2001,0,-1,0,0,0,0,1,0,1,0|-1.5,-0.2001,0,-1,0,0,0,0,1,0,1,0|1.5,-0.2001,0,-1,0,0,0,0,1,0,1,0|6,0.'
  179. ..'6,0,1,0,0,0,0,-1,0,1,0|8.7104,7.5134,119.5999|-4.5,0,-0.5,1,0,0,0,1,0,0,0,1|0,-0.6001,0,-1,0,0,0,0,1,0,1,0|2.7104,6.3134,119.5999|-6,0.6,0,1,0,0,0,0,-1,0,1,0|-3.5,0,0.5,-1,0,0,0,1,0,0,0,-1|2.7104,7.1134,121.0999|2.7104,7.5134,119.5999|-4.5,0,0.5,-1,0,0,0,1,0,0,0,-1|8.7104,7.1134,121.0999|-3,0.4,-0.5,-1,0,0,0,-1,0,0,0,1|-0.5,0.3999,0,0,0,1,0,-1,'
  180. ..'0,1,0,0|1.2104,9.3134,118.5999|2.5,0,0,0,0,-1,0,1,0,1,0,0|-5.5,0.6,0,0,-1,0,0,0,-1,1,0,0|-5.5,-0.6,0,0,-1,0,0,0,1,-1,0,0|10.2104,9.3134,118.5999|-4,0,0,0,0,1,0,1,0,-1,0,0|5.7104,5.1134,116.5999|10,1.2,21|3.5,10.5,-0.5001,-1,-0,0,-0,-1,0,-0,-0,1|11,3,-4.5,0,1,0,0,0,-1,-1,0,0|3.5,1.5,-0.5001,-1,0,0,0,-1,0,0,0,1|-6.5,0.5999,-4.5,0,1,0,0,0,-1,-1,0,'
  181. ..'0|2.5,10.5,-0.5001,-1,0,0,0,-1,0,0,0,1|0,0,10.5,1,0,0,0,1,0,0,0,1|2,0,-3.5,0,0,-1,0,1,0,1,0,0|0,0,-10.5,-1,-0,-0,0,1,0,-0,-0,-1|4,0,3.5,1,0,0,0,-1,0,0,0,-1|0,-0.2,-2,1,0,0,0,1,0,0,0,1|2,0,3.5,0,0,-1,0,1,0,1,0,0|-3.5,10.5,-0.5001,-1,0,0,0,-1,0,0,0,1|4.5,-0.6,-9,1,0,0,0,0,1,0,-1,0|-1.5,1.2,-2.5,1,0,0,0,0,-1,0,1,0|-2.5,10.5,-0.5001,-1,0,0,0,-1,0,0'
  182. ..',0,1|0,1,-3,1,0,0,0,0,-1,0,1,0|3,-0.6001,-8.5,-1,0,0,0,0,1,0,1,0|3,-0.6001,7.5,-1,0,0,0,0,1,0,1,0|-2.5,1.5,-0.5001,-1,0,0,0,-1,0,0,0,1|-4.5,-0.6,-9,1,0,0,0,0,1,0,-1,0|3,0.5999,-3,0,-1,0,0,0,-1,1,0,0|11,3,4.5,0,1,0,0,0,-1,-1,0,0|-4,0,3.5,1,0,0,0,-1,0,0,0,-1|0,0.6,-5.5,1,0,0,0,0,-1,0,1,0|-3,0.5999,-3,0,1,0,0,0,-1,-1,0,0|-3,-0.6001,7.5,-1,0,0,0,0,'
  183. ..'1,0,1,0|-3.5,1.5,-0.5001,-1,0,0,0,-1,0,0,0,1|1.5,1.2,-2.5,1,0,0,0,0,-1,0,1,0|4.5,-0.6,5,-1,0,0,0,0,1,0,1,0|-6.5,0.5999,4.5,0,1,0,0,0,-1,-1,0,0|0,0,5,1,0,0,0,-1,0,0,0,-1|17.2104,7.4134,124.0999|17.2104,7.4134,127.0999|0,-2.5,-2,1,0,0,0,0,1,0,-1,0|0,1,0,-1,-0,-0,0,0,1,0,1,0|0,-2,0,-1,0,0,0,0,1,0,1,0|17.2104,7.4134,120.8999|0,2.5,0.8,-1,0,0,0,0,-1'
  184. ..',0,-1,0|8.7104,2.7134,128.5999|1.1,0.2,0,0,-1,0,0,0,-1,1,0,0|3.2104,4.0134,118.0999|1,12,1|-2,0.1,-4,0,0,1,-1,0,0,0,-1,0|-0.5,0,0,0,0,1,0,1,0,-1,0,0|2.2104,4.0134,118.0999|9.2104,4.0134,118.0999|8.2104,4.0134,118.0999|0,-6,0,1,0,0,-0,-0,-1,0,1,0|0.5,0.7,-1,0,0,-1,1,0,0,0,-1,0|0.5,0,0,0,0,-1,0,1,-0,1,0,-0|2,0.1,-4,0,0,-1,1,0,0,0,-1,0|0,6,0,-1,-0'
  185. ..',-0,0,0,1,0,1,0|0.5,-0.1001,3,-1,0,0,0,1,0,0,0,-1|-2,-0.1001,4,0,0,1,-1,0,0,0,-1,0|2.5,-0.6001,1.5,1,0,0,0,0,1,0,-1,0|8.7104,3.9134,125.0999|-0.5,1,0.1,1,0,0,0,0,-1,0,1,0|8.7104,3.9134,132.0999|8.2104,4.0134,127.0999|9.2104,4.0134,127.0999|-0.5,-0.1001,1,-1,0,0,0,1,0,0,0,-1|8.7104,3.9134,129.0999|0,-0.6,0.5,-1,0,0,0,0,1,0,1,0|0.5,-1,0.1,-1,0,-0'
  186. ..',0,0,1,0,1,0|0,0,2,-1,0,0,0,1,0,0,0,-1|-0.5,-1,0.1,-1,0,-0,0,0,1,0,1,0|0,-0.6001,-0.5,0,-1,0,0,0,1,-1,0,0|8.7104,7.1134,118.0999|8.7104,7.5134,116.5999|-1,0.4,0,0,0,1,0,-1,0,1,0,0|1,0.4,0,0,0,-1,0,-1,0,-1,0,0|-3,-0.6001,0,-1,0,0,0,0,1,0,1,0|2.7104,7.1134,118.0999|2.7104,7.5134,116.5999|17.2104,7.4134,121.5999|0,2.5,1.5,0,1,0,0,0,-1,-1,0,0|10.21'
  187. ..'04,9.3134,114.5999|5,4.8,1|2.5,0,0,0,0,1,0,1,0,-1,-0,-0|-7,1.8,0,0,0,1,0,1,0,-1,0,0|-2.5,0,0,-0,-0,-1,0,1,0,1,0,0|0,1.8,0.5,-1,0,0,0,1,0,0,0,-1|0.5,2.1999,1,1,0,-0,0,-1,0,0,0,-1|-7,-1.8,0,0,0,1,0,1,0,-1,0,0|1,-1.8,1,-1,0,0,0,1,0,0,0,-1|-2,-1.8,1,-1,0,0,0,1,0,0,0,-1|-8.5,-0.6,0,-1,0,0,0,0,1,0,1,0|1.2104,9.3134,114.5999|-1,-1.8,1,-1,0,0,0,1,0,0,0'
  188. ..',-1|6,-0.6,0,-1,0,0,0,0,1,0,1,0|-0.5,2.1999,1,1,0,0,0,-1,0,-0,0,-1|2,-1.8,1,-1,0,0,0,1,0,0,0,-1|5.7104,3.9134,114.0999|4,1.2,8|-1.5,0.5999,-1,-1,0,0,0,-1,0,0,0,1|1.8999,-0.7001,1.5,0,-1,0,-1,0,-0,0,0,-1|1,0,5,0,0,-1,0,1,0,1,0,0|1.5,0.5999,-1,-1,0,0,0,-1,0,0,0,1|-1,0,5,0,0,1,0,1,0,-1,0,0|-0.5,4,0.1,0,0,1,1,0,0,0,1,0|17.2104,7.4134,133.2999|-0.00'
  189. ..'01,0,0.5,-1,0,0,0,1,0,0,0,-1|17.2104,7.4134,132.5999|17.2104,7.4134,130.0999|0,-2.5,1,1,0,0,0,0,1,0,-1,0|0,-2.5,0.5,-1,0,0,0,0,1,0,1,0|0,-3.5,2.5,-1,0,0,0,1,0,0,0,-1|9.4104,1.6134,128.5999|8.0104,1.6134,128.5999|8.7104,1.6134,128.5999|0,0.2,0,1,0,0,0,0,-1,0,1,0|8.7104,7.5134,113.5999|8.7104,7.1134,115.0999|2.7104,7.1134,115.0999|10.2104,11.1134'
  190. ..',107.5999|4,0.4,0,0,0,-1,0,1,0,1,0,0|10.2104,11.1134,111.5999|1.2104,11.1134,111.5999|-2.5,-1.8001,0,0,0,1,0,1,0,-1,0,0|9,-0.6,0,0,-1,0,0,0,1,-1,0,0|1.2104,6.3134,111.5999|-11,0,0,0,0,1,0,-1,0,1,0,0|10.2104,6.3134,111.5999|1.5,2.4,0,0,0,-1,0,-1,0,-1,0,0|4.5,0.5999,-5,1,0,0,0,0,-1,0,1,0|10.2104,6.3134,107.5999|21.2104,7.4134,129.0999|21.2104,7.4'
  191. ..'134,133.5999|0,0,3,1,-0,0,0,-1,0,0,0,-1|-1.5001,0,1,0,0,1,-1,0,0,0,-1,0|1.5,0.3,0,0,0,-1,0,-1,0,-1,0,0|2.7104,3.9134,109.0999|2,1.2,6|-0.5,6,0.1,1,0,0,0,0,-1,0,1,0|0.5,6,0.1,1,0,0,0,0,-1,0,1,0|10.2104,8.7134,109.5999|3,6,1|1.75,1,0.2|0,2.4,-0.5,1,0,0,0,1,0,0,0,1|0,2.4,-0.5,-1,0,0,0,-1,0,0,0,1|4.5,0.5999,-7,0,1,0,0,0,-1,-1,0,0|1.2104,8.7134,109.'
  192. ..'5999|0,-3,0,1,0,0,-0,-0,-1,0,1,0|11,-0.6,0,-1,0,0,0,0,1,0,1,0|-4.5,0.5999,-7,0,1,0,0,0,-1,-1,0,0|5.7104,11.5134,107.5999|8,0.4,1|-13,0.5999,0,0,-1,0,0,0,-1,1,0,0|5.7104,13.8134,109.0999|1,1,4|0,11.5,0,1,0,0,0,0,-1,0,1,0|6.4104,2.0134,108.5999|-0.7001,1.8999,-4,0,1,0,-1,0,0,0,0,1|5.0104,2.0134,108.5999|8.7104,3.9134,109.0999|2.7104,7.5134,113.59'
  193. ..'99|5.7104,2.0134,108.5999|5.7104,3.5134,108.5999|1.5,-0.2001,0,0,-1,0,0,0,1,-1,0,0|1.5,0.2,0,0,-1,0,0,0,-1,1,0,0|0,-0.6001,-8,-1,0,0,0,0,1,0,1,0|1.7104,5.1134,102.5999|2,1.2,7|2,1.7999,-4,0,1,0,0,0,-1,-1,0,0|1,1.7999,0.5,0,1,0,0,0,-1,-1,0,0|-3,3,0.5,0,1,0,0,0,-1,-1,0,0|7.7104,5.1134,101.5999|2,1.2,9|1,0,-1,0,0,-1,0,1,0,1,0,0|1,1.7999,2,0,1,0,0,'
  194. ..'0,-1,-1,0,0|0,0,4.5,1,0,0,0,1,0,0,0,1|2,0,-10.5,-1,0,0,0,-1,0,0,0,1|-2,0.5999,3.5,1,0,0,0,0,-1,0,1,0|9.7104,5.1134,102.5999|2,1.7999,4,0,1,0,0,0,-1,-1,0,0|-3,3,-0.5,0,1,0,0,0,-1,-1,0,0|10.2104,8.7134,105.5999|0,2.4,0.5,-1,0,0,0,1,0,0,0,-1|0,2.4,0.5,1,0,0,0,-1,0,0,0,-1|1.2104,8.7134,105.5999|1.2104,11.1134,107.5999|1.5,-2.4001,0,0,0,-1,0,1,0,1,0'
  195. ..',0|-4,0.4,0,0,0,1,0,1,0,-1,0,0|13,-0.6,0,0,1,0,0,0,1,1,0,0|1.2104,6.3134,107.5999|4.2104,7.2134,105.2999|0,90,90|1,2.4,1|-0.2,0.5,0,0,-1,0,0,0,-1,1,0,0|-1,0.2999,0.1999,0,0,1,1,0,0,0,1,0|0,-0.2,0,-0,-1,0,-0,-0,1,-1,-0,0|4.2104,7.2134,103.8999|7.2104,7.2134,105.2999|1,0.2999,0.1999,0,0,-1,-1,0,0,0,1,0|5.7104,8.2134,106.5999|1,3,2|0,1.2999,1,-1,0'
  196. ..',0,0,1,0,0,0,-1|5.7104,6.9134,105.0999|7.2104,7.2134,103.8999|0,-1.2,0,0,-1,0,0,0,1,-1,0,0|5.7104,6.2134,105.5999|3,1,2|0,-0.6,4.5,0,-1,0,0,0,1,-1,0,0|0,-0.2001,0.5,0,1,0,0,0,1,1,0,0|1,-1.5,0,-1,0,0,0,0,1,0,1,0|7.2104,6.2134,105.0999|2,1,1|1.3999,1,1|-0.5,-0.2,0,0,0,1,1,0,0,0,1,0|4.2104,6.2134,105.0999|10.2104,7.5134,101.5999|5,3.6,1|0,-1.8001,'
  197. ..'0,1,0,0,-0,-0,-1,0,1,0|0,-1.2001,2,0,1,0,0,0,1,1,0,0|0.5,1.2,4.5,0,0,-1,0,1,0,1,0,0|-2,1.2,0,1,0,0,0,0,-1,0,1,0|-0.5,-1.2001,1,-1,0,0,0,1,0,0,0,-1|-1.5,1.2,0,0,0,1,0,1,0,-1,0,0|1,0,4,-1,0,0,0,1,0,0,0,-1|0,1.8,0,-1,-0,-0,0,0,1,0,1,0|-0.5,-0.6,-1,0,-1,0,0,0,1,-1,0,0|10.2104,9.9134,102.5999|1,1,3|-0.5,0.6,0,0,0,1,0,-1,0,1,0,0|1,-1.8,0,0,1,0,0,0,1,'
  198. ..'1,0,0|10.2104,10.5134,103.5999|5,1,0.2|1.2104,10.5134,103.5999|2,-1.8001,0,-1,0,0,0,0,1,0,1,0|4,1,-0.5,0,0,-1,0,1,0,1,0,0|0,0.6,0.5,1,0,0,0,-1,0,0,0,-1|1.2104,9.9134,102.5999|9.2104,11.9134,104.0999|1,0.4,6|2.5,1,1|-13.5,0.3999,3.5,0,0,1,0,-1,0,1,0,0|1,-0.4,0,0,0,-1,0,1,0,1,0,0|3.7104,12.3134,104.0999|-13.5,0,-2,0,0,1,0,-1,0,1,0,0|0.5,0.3999,0,'
  199. ..'0,0,-1,0,1,0,1,0,0|2,-0.2,0,-1,0,0,0,0,1,0,1,0|-1,-0.2001,0,0,0,1,0,1,0,-1,0,0|5.7104,12.5134,104.0999|2,1.6,6|-13.5,-0.2001,0,0,0,1,0,-1,0,1,0,0|-1,0.2,0,0,0,1,0,1,0,-1,0,0|2.2104,11.9134,104.0999|-13.5,0.3999,-3.5,0,0,1,0,-1,0,1,0,0|7.7104,12.3134,104.0999|-13.5,0,2,0,0,1,0,-1,0,1,0,0|5.7104,11.5134,104.0999|0.5,-1,-0.5,1,0,0,0,1,0,0,0,1|-1.5'
  200. ..',-2.8001,-0.5,1,0,0,0,1,0,0,0,1|-3.5,-0.2,0,-1,0,0,0,0,1,0,1,0|3.5,-0.2,0,-1,0,0,0,0,1,0,1,0|0,-0.8,0,-1,0,0,0,0,1,0,1,0|-2,-0.6,0,-1,0,0,0,0,1,0,1,0|-1.5,-2.8001,0.5,-1,0,0,0,1,0,0,0,-1|3.7104,5.1134,101.5999|1,1.7999,-2,0,1,0,0,0,-1,-1,0,0|-2,0,-10.5,-1,0,0,0,-1,0,0,0,1|-1,0,-1,0,0,1,0,1,0,-1,0,0|2,0.5999,3.5,1,0,0,0,0,-1,0,1,0|9.7104,6.3134,'
  201. ..'98.0999|5.7104,6.3134,98.0999|6,1.2,2|-3,0,0,-0,-0,-1,0,1,0,1,0,0|5.7104,5.1134,101.0999|2,1.2,10|0.5,1.7999,0,0,1,0,0,0,-1,-1,0,0|0,0.5999,3,1,0,0,0,0,-1,0,1,0|10.2104,8.7134,97.0999|-0.5,0,4.5,0,0,1,0,-1,0,1,0,0|0.5,0.8,0.0999,0,0,-1,-1,0,0,0,1,0|-0.5,-0.6001,0.5,-1,0,0,0,0,1,0,1,0|5.7104,8.7134,98.5999|1,1.2,10|3.5,-0.2,0.0999,1,0,0,0,0,1,0,'
  202. ..'-1,0|4.5,0,1,1,0,0,0,-1,0,0,0,-1|-3.5,-0.2,0.0999,1,0,0,0,0,1,0,-1,0|-1.5,-1.2001,0,0,0,1,0,1,0,-1,0,0|2,-1.2001,0,0,1,0,0,0,1,1,0,0|4.5,-1.2001,-1,0,1,0,0,0,1,1,0,0|-3.5,-1.2001,-1,0,1,0,0,0,1,1,0,0|-2.5,-1.2001,4.5,0,0,1,0,1,0,-1,0,0|1.2104,7.5134,101.5999|1,0,-4,1,0,0,0,1,0,0,0,1|2.2104,10.5134,99.5999|-1,-1.8,-3.5,0,1,0,0,0,1,1,0,0|1,-0.6,-'
  203. ..'3.5,0,1,0,0,0,1,1,0,0|10.2104,10.5134,99.5999|0.2,1,1|1,-0.6,4.5,0,1,0,0,0,1,1,0,0|9.7104,7.5134,96.5999|2,1.2,1|-3,0,0.5,0,0,1,0,1,0,-1,0,0|5.7104,7.5134,98.0999|10,1.2,2|-4.5,-0.6001,1,-1,0,0,0,0,1,0,1,0|-2.5,0,-4.5,0,0,1,0,1,0,-1,0,0|4,-0.6001,0,-1,0,0,0,0,1,0,1,0|3.5,-0.6001,1,-1,0,0,0,0,1,0,1,0|3.5,-0.2,-0.5001,-1,0,0,0,-1,0,0,0,1|4.5,-0.6'
  204. ..'001,1,-1,0,0,0,0,1,0,1,0|-3.5,-0.2,-0.5001,-1,0,0,0,-1,0,0,0,1|-1.5,0,0,0,0,1,0,1,0,-1,0,0|4,0,0.5,-1,0,-0,0,1,0,0,0,-1|-2.5,0,4.5,0,0,1,0,1,0,-1,0,0|0,0,1,-1,0,-0,0,1,0,0,0,-1|-4,-0.6001,0,-1,0,0,0,0,1,0,1,0|-0.5,0.6,0,0,1,0,0,0,-1,-1,0,0|1,0.6,0,0,1,0,0,0,-1,-1,0,0|-4,0,0.5,-1,0,-0,0,1,0,0,0,-1|1.2104,10.5134,99.5999|9.2104,10.5134,99.5999|3.'
  205. ..'7104,10.5134,98.5999|2,2.4,5|-2,-1.8,-2,0,1,0,0,0,1,1,0,0|1.5,-0.6,-2,0,1,0,0,0,1,1,0,0|7.7104,10.5134,98.5999|-2,-1.8,2,0,1,0,0,0,1,1,0,0|0,-0.6,2,0,1,0,0,0,1,1,0,0|1.5,-0.6,2,0,1,0,0,0,1,1,0,0|5.7104,10.5134,98.0999|2,2.4,6|-2.5,-1.8,0,0,1,0,0,0,1,1,0,0|-0.5,-0.6,0,0,1,0,0,0,1,1,0,0|1,-0.6,0,0,1,0,0,0,1,1,0,0|2.5,-0.6,0,0,1,0,0,0,1,1,0,0|1,0,'
  206. ..'-0.5,0,0,-1,0,1,0,1,0,0|5.7104,7.5134,100.5999|3,3.6,8|4,-1.2001,1,-1,0,0,0,1,0,0,0,-1|-3.5,-1.2001,1,0,1,0,0,0,1,1,0,0|-2.5,-0.2,0.9,-1,0,0,0,0,1,0,1,0|9.2104,8.7134,97.0999|1,1,2|-3.5,-0.6001,-1,-1,0,0,0,0,1,0,1,0|0.5,-0.6001,0.5,-1,0,0,0,0,1,0,1,0|9.2104,8.6134,97.8999|1,9,1|0.8,0.0999,3,0,-1,0,-1,0,0,0,0,-1|1.7104,7.5134,96.5999|-0.5,-0.600'
  207. ..'1,-0.5,-1,0,0,0,0,1,0,1,0|0.5,-0.6001,-0.5,-1,0,0,0,0,1,0,1,0|3,0,0.5,0,0,-1,0,1,0,1,0,0|7.7104,6.3134,96.0999|-1,0,1,0,0,1,0,1,0,-1,0,0|-2,0.6,0,1,0,0,0,0,-1,0,1,0|-2,0,-1,1,0,0,0,1,0,0,0,1|3.7104,6.3134,96.0999|1,0,1,0,0,-1,0,1,0,1,0,0|2,0,-1,1,0,0,0,1,0,0,0,1|1.7104,6.3134,98.0999|-1.5,1.2,-4,0,0,1,0,1,0,-1,0,0|-2.5,1.2,0.5,0,0,1,0,1,0,-1,0,'
  208. ..'0|3,0,0,0,0,-1,0,1,0,1,0,0|5.7104,6.3134,96.5999|0,-0.6,-4.5,-1,0,0,0,0,1,0,1,0|0,0,-1,1,0,0,0,1,0,0,0,1|1.2104,8.7134,97.0999|7.7104,8.7134,95.0999|-1,0,2,0,0,1,0,-1,0,1,0,0|-0.5,0,1,1,0,0,0,-1,0,0,0,-1|5.7104,8.7134,95.5999|1,0,0.5,0,0,-1,0,-1,0,-1,0,0|5.7104,8.7134,97.0999|0,0,-3,-1,-0,-0,0,1,0,-0,-0,-1|0.5,0.8,0.0999,0,0,-1,1,0,-0,0,-1,0|2,'
  209. ..'0,1,1,0,0,0,-1,0,0,0,-1|7.7104,7.5134,94.5999|0,-0.6001,-0.5,-1,0,0,0,0,1,0,1,0|5.7104,7.5134,96.0999|-2,-0.6001,1,-1,0,0,0,0,1,0,1,0|-2,0,0.5,-1,0,0,0,1,0,0,0,-1|0,-0.6001,1,-1,0,0,0,0,1,0,1,0|2,-0.6001,1,-1,0,0,0,0,1,0,1,0|2,0,0.5,-1,0,-0,0,1,0,0,0,-1|0.5,0.6,0,0,1,0,0,0,-1,-1,0,0|-2,-0.6001,0,-1,0,0,0,0,1,0,1,0|-1,0.6,0,0,1,0,0,0,-1,-1,0,0|2'
  210. ..'.2104,8.6134,97.8999|0.5,-0.1,0.8,0,0,-1,1,0,0,0,-1,0|2.2104,8.7134,97.0999|0,0,-3,-1,0,0,0,-1,0,0,0,1|5.7104,6.3134,95.0999|3.7104,8.7134,95.0999|5.7104,8.7134,94.0999|0,-0.6001,0.5,-1,0,0,0,0,1,0,1,0|5.7104,7.5134,94.5999|0,-0.6001,0.5,0,1,0,0,0,1,1,0,0|-1,0,0,0,0,1,0,1,0,-1,-0,-0|3.7104,7.5134,94.5999|5.7104,7.5134,93.5999;0,7>13>6,7>14>288,'
  211. ..'8>13>6,8>14>4,10>13>9,10>14>19,11>13>9,11>14>4,12>13>9,12>14>157,13>13>9,13>14>6,14>13>9,14>14>448,15>13>9,15>14>344,16>13>9,16>14>288,17>13>9,17>14>69,18>13>9,18>14>155,23>13>21,23>14>249,26>13>24,26>14>21,27>13>24,27>14>249,28>13>24,28>14>46,30>13>29,30>14>21,31>13>29,31>14>259,32>13>29,32>14>249,33>13>29,33>14>190,34>13>29,34>14>151,36>13>35'
  212. ..',36>14>151,37>13>35,37>14>43,38>13>35,38>14>138,39>13>35,39>14>239,40>13>35,40>14>19,41>13>35,41>14>69,42>13>35,42>14>9,44>13>43,44>14>19,45>13>43,45>14>239,47>13>46,47>14>21,48>13>46,48>14>29,52>13>50,52>14>61,55>13>53,55>14>61,60>13>58,60>14>61,62>13>61,62>14>56,64>13>63,64>14>58,65>13>63,65>14>56,66>13>63,66>14>173,67>13>63,67>14>53,68>13>63'
  213. ..',68>14>50,70>13>69,70>14>149,71>13>69,71>14>138,75>13>74,75>14>72,78>13>76,78>14>74,79>13>76,79>14>72,82>13>80,82>14>2,85>13>83,85>14>88,86>13>83,86>14>80,87>13>83,87>14>2,90>13>88,90>14>4,91>13>88,91>14>2,92>13>88,92>14>112,93>13>88,93>14>95,94>13>88,94>14>6,97>13>95,97>14>112,98>13>95,98>14>6,101>13>99,101>14>112,102>13>99,102>14>95,103>13>99'
  214. ..',103>14>6,106>13>104,106>14>108,107>13>104,107>14>288,110>13>108,110>14>288,111>13>108,111>14>99,114>13>112,114>14>2,117>13>115,117>14>198,118>13>115,118>14>149,119>13>115,119>14>147,122>13>120,122>14>190,123>13>120,123>14>138,124>13>120,124>14>125,127>13>125,127>14>190,128>13>125,128>14>138,129>13>125,129>14>130,133>13>132,133>14>408,134>13>13'
  215. ..'2,134>14>363,135>13>132,135>14>412,136>13>132,136>14>198,137>13>132,137>14>115,140>13>138,140>14>130,143>13>141,143>14>190,144>13>141,144>14>151,145>13>141,145>14>138,146>13>141,146>14>120,148>13>147,148>14>149,152>13>151,152>14>259,153>13>151,153>14>228,154>13>151,154>14>69,156>13>155,156>14>157,159>13>158,159>14>344,160>13>158,160>14>334,161>'
  216. ..'13>158,161>14>157,162>13>158,162>14>9,165>13>163,165>14>19,166>13>163,166>14>352,167>13>163,167>14>43,168>13>163,168>14>9,175>13>173,175>14>316,176>13>173,176>14>149,179>13>177,179>14>311,180>13>177,180>14>147,183>13>181,183>14>202,184>13>181,184>14>190,185>13>181,185>14>141,186>13>181,186>14>138,187>13>181,187>14>130,188>13>181,188>14>125,189>'
  217. ..'13>181,189>14>120,192>13>190,192>14>130,195>13>193,195>14>313,196>13>193,196>14>149,197>13>193,197>14>147,200>13>198,200>14>149,201>13>198,201>14>147,204>13>202,204>14>259,205>13>202,205>14>313,206>13>202,206>14>193,207>13>202,207>14>316,208>13>202,208>14>173,209>13>202,209>14>151,210>13>202,210>14>149,211>13>202,211>14>428,212>13>202,212>14>69'
  218. ..',214>13>213,214>14>202,215>13>213,215>14>363,216>13>213,216>14>316,217>13>213,217>14>173,218>13>213,218>14>149,220>13>219,220>14>249,222>13>221,222>14>249,223>13>221,223>14>321,224>13>221,224>14>219,226>13>225,226>14>249,227>13>225,227>14>219,229>13>228,229>14>239,232>13>230,232>14>537,233>13>230,233>14>510,234>13>230,234>14>507,235>13>230,235>'
  219. ..'14>29,236>13>230,236>14>46,237>13>230,237>14>456,238>13>230,238>14>228,244>13>243,244>14>396,245>13>243,245>14>241,246>13>243,246>14>285,247>13>243,247>14>394,248>13>243,248>14>249,250>13>249,250>14>443,251>13>249,251>14>285,252>13>249,252>14>241,254>13>253,254>14>284,255>13>253,255>14>280,256>13>253,256>14>271,257>13>253,257>14>276,258>13>253,'
  220. ..'258>14>262,260>13>259,260>14>190,261>13>259,261>14>249,265>13>263,265>14>425,266>13>263,266>14>363,267>13>263,267>14>262,268>13>263,268>14>198,269>13>263,269>14>430,270>13>263,270>14>132,273>13>271,273>14>284,274>13>271,274>14>276,275>13>271,275>14>262,277>13>276,277>14>408,278>13>276,278>14>284,279>13>276,279>14>262,281>13>280,281>14>284,282>1'
  221. ..'3>280,282>14>271,283>13>280,283>14>262,287>13>285,287>14>394,292>13>290,292>14>294,293>13>290,293>14>228,295>13>294,295>14>666,296>13>294,296>14>554,297>13>294,297>14>300,298>13>294,298>14>228,299>13>294,299>14>74,302>13>300,302>14>228,305>13>303,305>14>311,306>13>303,306>14>177,309>13>307,309>14>311,310>13>307,310>14>177,315>13>313,315>14>428,'
  222. ..'318>13>316,318>14>259,319>13>316,319>14>428,320>13>316,320>14>430,322>13>321,322>14>259,323>13>321,323>14>225,324>13>321,324>14>219,325>13>321,325>14>504,326>13>321,326>14>443,327>13>321,327>14>349,328>13>321,328>14>502,330>13>329,330>14>249,331>13>329,331>14>443,332>13>329,332>14>349,333>13>329,333>14>321,335>13>334,335>14>157,336>13>334,336>1'
  223. ..'4>448,337>13>334,337>14>345,338>13>334,338>14>344,339>13>334,339>14>567,340>13>334,340>14>155,341>13>334,341>14>505,342>13>334,342>14>449,343>13>334,343>14>69,346>13>345,346>14>448,347>13>345,347>14>344,348>13>345,348>14>9,350>13>349,350>14>249,351>13>349,351>14>225,354>13>352,354>14>464,355>13>352,355>14>43,356>13>352,356>14>9,359>13>357,359>1'
  224. ..'4>249,360>13>357,360>14>456,361>13>357,361>14>46,362>13>357,362>14>24,365>13>363,365>14>432,366>13>363,366>14>592,367>13>363,367>14>414,368>13>363,368>14>259,369>13>363,369>14>430,370>13>363,370>14>316,371>13>363,371>14>588,372>13>363,372>14>173,373>13>363,373>14>149,374>13>363,374>14>115,375>13>363,375>14>524,376>13>363,376>14>280,377>13>363,3'
  225. ..'77>14>198,378>13>363,378>14>253,379>13>363,379>14>425,380>13>363,380>14>564,381>13>363,381>14>408,382>13>363,382>14>601,383>13>363,383>14>334,384>13>363,384>14>595,385>13>363,385>14>576,386>13>363,386>14>262,387>13>363,387>14>321,388>13>363,388>14>533,389>13>363,389>14>412,390>13>363,390>14>276,391>13>363,391>14>516,392>13>363,392>14>69,393>13>'
  226. ..'363,393>14>698,398>13>396,398>14>526,399>13>396,399>14>394,402>13>400,402>14>452,403>13>400,403>14>285,406>13>404,406>14>499,407>13>404,407>14>493,410>13>408,410>14>262,411>13>408,411>14>412,418>13>416,418>14>425,419>13>416,419>14>280,420>13>416,420>14>414,421>13>416,421>14>262,422>13>416,422>14>564,423>13>416,423>14>472,424>13>416,424>14>363,4'
  227. ..'26>13>425,426>14>430,427>13>425,427>14>414,434>13>432,434>14>430,435>13>432,435>14>425,436>13>432,436>14>316,438>13>437,438>14>404,439>13>437,439>14>432,440>13>437,440>14>428,441>13>437,441>14>430,442>13>437,442>14>316,445>13>444,445>14>504,446>13>444,446>14>443,447>13>444,447>14>321,450>13>449,450>14>448,451>13>449,451>14>505,454>13>452,454>14'
  228. ..'>394,455>13>452,455>14>285,457>13>456,457>14>46,458>13>456,458>14>510,459>13>456,459>14>504,460>13>456,460>14>249,461>13>456,461>14>502,462>13>456,462>14>444,463>13>456,463>14>259,465>13>464,465>14>43,466>13>464,466>14>9,467>13>464,467>14>567,468>13>464,468>14>239,469>13>464,469>14>505,470>13>464,470>14>449,471>13>464,471>14>69,474>13>472,474>1'
  229. ..'4>280,475>13>472,475>14>561,476>13>472,476>14>564,477>13>472,477>14>276,478>13>472,478>14>533,479>13>472,479>14>408,480>13>472,480>14>363,483>13>481,483>14>484,488>13>486,488>14>526,489>13>486,489>14>484,490>13>486,490>14>241,491>13>486,491>14>396,492>13>486,492>14>243,497>13>495,497>14>499,498>13>495,498>14>404,501>13>499,501>14>493,503>13>502'
  230. ..',503>14>504,506>13>505,506>14>567,509>13>507,509>14>551,514>13>512,514>14>464,515>13>512,515>14>239,518>13>516,518>14>69,521>13>519,521>14>537,522>13>519,522>14>363,523>13>519,523>14>259,530>13>528,530>14>526,531>13>528,531>14>484,532>13>528,532>14>481,535>13>533,535>14>412,536>13>533,536>14>408,539>13>537,539>14>507,540>13>537,540>14>510,541>1'
  231. ..'3>537,541>14>524,542>13>537,542>14>363,545>13>543,545>14>596,546>13>543,546>14>512,547>13>543,547>14>239,548>13>543,548>14>516,549>13>543,549>14>601,550>13>543,550>14>363,553>13>551,553>14>228,556>13>554,556>14>74,559>13>557,559>14>568,560>13>557,560>14>472,563>13>561,563>14>568,566>13>564,566>14>414,572>13>570,572>14>568,573>13>570,573>14>561,'
  232. ..'574>13>570,574>14>557,575>13>570,575>14>363,578>13>576,578>14>771,579>13>576,579>14>717,580>13>576,580>14>595,583>13>581,583>14>588,584>13>581,584>14>771,585>13>581,585>14>363,586>13>581,586>14>698,587>13>581,587>14>695,590>13>588,590>14>771,591>13>588,591>14>592,593>13>592,593>14>507,594>13>592,594>14>524,598>13>596,598>14>595,599>13>596,599>1'
  233. ..'4>551,600>13>596,600>14>239,603>13>601,603>14>595,607>13>605,607>14>630,608>13>605,608>14>618,609>13>605,609>14>610,614>13>612,614>14>618,617>13>615,617>14>618,621>13>619,621>14>612,624>13>622,624>14>698,625>13>622,625>14>618,626>13>622,626>14>615,629>13>627,629>14>612,633>13>632,633>14>726,634>13>632,634>14>707,635>13>632,635>14>644,636>13>632'
  234. ..',636>14>693,637>13>632,637>14>592,638>13>632,638>14>771,639>13>632,639>14>588,642>13>640,642>14>644,643>13>640,643>14>632,646>13>644,646>14>592,649>13>647,649>14>717,650>13>647,650>14>676,651>13>647,651>14>653,652>13>647,652>14>595,655>13>653,655>14>717,658>13>656,658>14>228,659>13>656,659>14>673,662>13>660,662>14>228,663>13>660,663>14>670,664>'
  235. ..'13>660,664>14>676,665>13>660,665>14>666,668>13>666,668>14>228,669>13>666,669>14>673,672>13>670,672>14>228,675>13>673,675>14>228,678>13>676,678>14>644,679>13>676,679>14>551,680>13>676,680>14>592,681>13>676,681>14>656,682>13>676,682>14>670,683>13>676,683>14>666,684>13>676,684>14>673,685>13>676,685>14>595,688>13>686,688>14>771,689>13>686,689>14>36'
  236. ..'3,690>13>686,690>14>698,691>13>686,691>14>576,692>13>686,692>14>695,696>13>695,696>14>693,697>13>695,697>14>771,700>13>698,700>14>771,701>13>698,701>14>695,704>13>702,704>14>707,705>13>702,705>14>781,706>13>702,706>14>730,708>13>707,708>14>817,709>13>707,709>14>834,710>13>707,710>14>809,711>13>707,711>14>781,712>13>707,712>14>771,713>13>707,713'
  237. ..'>14>754,714>13>707,714>14>750,715>13>707,715>14>752,716>13>707,716>14>717,718>13>717,718>14>771,719>13>717,719>14>750,720>13>717,720>14>595,723>13>721,723>14>771,724>13>721,724>14>750,725>13>721,725>14>707,728>13>726,728>14>707,729>13>726,729>14>752,732>13>730,732>14>824,734>13>733,734>14>702,735>13>733,735>14>632,736>13>733,736>14>693,737>13>7'
  238. ..'33,737>14>837,738>13>733,738>14>834,739>13>733,739>14>809,740>13>733,740>14>781,741>13>733,741>14>771,742>13>733,742>14>730,743>13>733,743>14>717,744>13>733,744>14>824,745>13>733,745>14>799,746>13>733,746>14>707,747>13>733,747>14>817,748>13>733,748>14>784,749>13>733,749>14>695,756>13>754,756>14>771,757>13>754,757>14>817,760>13>758,760>14>771,76'
  239. ..'1>13>758,761>14>707,762>13>758,762>14>817,765>13>763,765>14>771,766>13>763,766>14>707,767>13>763,767>14>817,768>13>763,768>14>815,769>13>763,769>14>758,770>13>763,770>14>754,772>13>771,772>14>693,773>13>771,773>14>752,774>13>771,774>14>170,777>13>775,777>14>733,778>13>775,778>14>730,779>13>775,779>14>817,780>13>775,780>14>702,783>13>781,783>14>'
  240. ..'817,786>13>784,786>14>837,787>13>784,787>14>809,788>13>784,788>14>824,791>13>789,791>14>841,792>13>789,792>14>824,793>13>789,793>14>804,794>13>789,794>14>695,797>13>795,797>14>841,798>13>795,798>14>695,801>13>799,801>14>771,802>13>799,802>14>717,803>13>799,803>14>695,805>13>804,805>14>841,806>13>804,806>14>795,807>13>804,807>14>698,808>13>804,8'
  241. ..'08>14>695,813>13>811,813>14>817,814>13>811,814>14>815,816>13>815,816>14>843,818>13>817,818>14>834,819>13>817,819>14>843,820>13>817,820>14>815,823>13>821,823>14>811,825>13>824,825>14>811,826>13>824,826>14>858,827>13>824,827>14>841,828>13>824,828>14>843,829>13>824,829>14>821,830>13>824,830>14>815,831>13>824,831>14>795,832>13>824,832>14>804,833>13'
  242. ..'>824,833>14>817,836>13>834,836>14>809,839>13>837,839>14>817,840>13>837,840>14>809,847>13>845,847>14>861,848>13>845,848>14>811,849>13>845,849>14>843,850>13>845,850>14>815,852>13>851,852>14>845,853>13>851,853>14>858,854>13>851,854>14>841,855>13>851,855>14>824,856>13>851,856>14>821,857>13>851,857>14>861,860>13>858,860>14>843;2;n;1|2:2|3:3|4:4|5:5|'
  243. ..'6:6|7:7|8:6|2:2|2:2;n;3|9:6;p;1|2:2|3:8|4:4|5:9|6:6|7:6|8:6|2:2|2:2;n;3|9:6;p;1|2:2|3:10|4:11|5:12|6:6|7:6|10:6|8:6|2:2|2:2;n;4|11:13|12:14;4|11:15|12:16;p;1|2:2|3:17|4:18|5:19|7:6|15:6|16:6|8:6|2:2|2:2;n;4|11:20|12:21;4|11:22|12:23;4|11:24|12:25;4|11:22|12:26;4|11:24|12:27;4|11:24|12:28;4|11:22|12:29;4|11:30|12:31;4|11:24|12:32;p;1|2:2|3:33|5:'
  244. ..'34|6:6|7:6|10:6|8:6|2:2|2:2;n;3|9:6;p;1|2:2|3:35|5:34|6:6|7:6|10:6|8:6|2:2|2:2;n;3|9:6;4|11:36|12:37;p;1|2:38|17:39|3:40|4:18|5:41|7:6|15:6|16:6|8:6|2:38|2:38;n;3|18:42|9:43;4|11:44|12:45;4|11:46|12:47;4|11:36|12:48;p;1|2:2|3:49|4:18|5:50|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;4|11:51|12:52;4|11:53|12:54;4|11:51|12:55;4|11:56|12:57;4|11:22|12:58;p;1|'
  245. ..'2:2|3:59|4:18|5:50|6:6|7:6|15:6|16:6|8:6|2:2|2:2;n;4|11:24|12:60;4|11:51|12:61;4|11:56|12:57;4|11:62|12:63;4|11:51|12:52;4|11:53|12:54;4|11:51|12:55;p;1|2:2|3:64|4:18|5:19|7:6|15:6|16:6|8:6|2:2|2:2;n;4|11:30|12:65;4|11:20|12:66;p;1|2:2|3:67|4:18|5:19|7:6|15:6|16:6|8:6|2:2|2:2;n;4|11:30|12:65;4|11:68|12:69;p;2;n;1|2:2|3:70|4:71|5:72|19:73|6:6|7:'
  246. ..'6|15:6|8:6|2:2|2:2;n;3|18:74|9:43;4|11:75|12:76;p;1|2:77|17:39|3:78|5:72|19:73|6:6|7:6|15:6|16:6|8:6|2:77|2:77;n;3|18:79|9:43;4|11:75|12:80;p;1|2:2|3:81|5:72|19:73|6:6|7:6|15:6|16:6|8:6|2:2|2:2;n;3|18:79|9:43;p;1|2:2|3:82|4:71|5:72|19:73|7:6|10:6|15:6|8:6|2:2|2:2;n;3|18:74|9:43;4|11:75|12:83;p;1|2:84|3:85|5:86|6:6|7:6|15:6|16:6|8:6|2:84|2:84;n;'
  247. ..'4|11:87|12:88;p;5|1:1|2:84|3:89|5:86|10:6|8:7|2:84|2:84;n;4|11:90|12:91;4|11:90|12:92;4|11:87|12:93;4|11:90|12:94;4|11:90|12:95;p;p;1|2:2|3:96|4:18|5:97|7:6|15:6|16:6|8:6|2:2|2:2;n;4|11:30|12:98;4|11:99|12:100;p;1|2:2|3:101|5:102|6:6|7:6|8:7|2:2|2:2;n;3|9:6;p;1|2:2|3:103|4:104|5:105|7:6|10:6|8:6|2:2|2:2;n;4|11:24|12:106;p;1|2:2|3:107|4:108|5:10'
  248. ..'9|6:6|7:7|8:6|2:2|2:2;n;3|9:6;4|11:110|12:111;4|11:110|12:112;p;1|2:2|3:113|4:114|5:86|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;3|18:115|20:116|9:117;4|11:51|12:118;p;1|2:2|3:119|4:120|5:121|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;3|18:122|21:123|20:124|22:125|9:117;4|11:22|12:126;4|11:24|12:127;4|11:56|12:128;p;1|2:2|3:129|4:130|5:131|6:6|7:6|10:6|15'
  249. ..':6|16:6|8:6|2:2|2:2;n;6|18:132;4|11:133|12:134;4|11:110|12:135;4|11:110|12:136;4|11:75|12:137;4|11:133|12:138;p;1|2:139|3:140|4:130|5:141|6:6|7:6|10:6|15:6|16:6|8:6|2:139|2:139;n;6|18:142;4|11:110|12:143;4|11:133|12:144;p;1|2:2|3:145|4:130|5:131|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;6|18:132;4|11:110|12:146;4|11:147|12:148;4|11:133|12:149;p;1|2:'
  250. ..'2|3:150|4:151|5:86|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;3|18:152|20:116|9:117;4|11:87|12:153;4|11:51|12:154;p;1|2:2|3:155|4:120|5:121|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;3|18:156|21:123|20:124|22:125|9:117;4|11:51|12:157;4|11:24|12:158;p;1|2:2|3:159|4:160|5:161|6:6|7:6|8:6|2:2|2:2;n;3|9:6;4|11:162|12:52;p;1|2:84|3:163|4:151|5:164|6:6|7:6|10:6|'
  251. ..'15:6|16:6|8:6|2:84|2:84;n;6;4|11:165|12:166;4|11:22|12:167;4|11:168|12:169;p;1|2:2|3:170|4:130|5:171|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;6|18:172;4|11:173|12:174;4|11:175|12:176;4|11:177|12:178;p;1|2:2|3:179|4:120|5:180|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;3|18:181|21:123|20:124|22:125|9:117;4|11:182|12:183;4|11:44|12:184;4|11:24|12:127;p;1|2:'
  252. ..'2|3:185|4:114|5:186|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;3|18:187|20:116|9:117;p;1|2:2|3:188|4:120|5:189|6:6|7:6|10:6|15:6|8:7|2:2|2:2;n;4|11:190|12:191;4|11:20|12:192;4|11:190|12:193;4|11:194|12:195;4|11:194|12:196;p;1|2:2|3:197|4:198|5:199|6:6|7:6|8:7|2:2|2:2;n;3|9:6;4|11:165|12:200;p;1|2:139|3:201|4:130|5:171|6:6|7:6|10:6|15:6|16:6|8:6|2:139'
  253. ..'|2:139;n;6|18:202;4|11:173|12:203;4|11:204|12:205;4|11:175|12:206;4|11:177|12:207;p;1|2:2|3:208|4:120|5:189|6:6|7:6|10:6|8:7|2:2|2:2;n;4|11:20|12:209;p;1|2:2|3:210|4:71|5:211|6:6|7:7|15:6|16:6|8:6|2:2|2:2;n;7|23:212|24:6;p;1|2:2|3:213|5:214|6:6|7:6|15:6|16:6|8:6|2:2|2:2;n;4|11:44|12:215;4|11:216|12:217;4|11:182|12:218;p;1|2:2|3:219|4:220|5:221|'
  254. ..'6:6|7:7|8:6|2:2|2:2;n;4|11:222|12:223;p;5|2:139|3:224|4:225|5:226|6:6|7:6|15:6|16:6|8:227|2:139|2:139;1|2:2|3:228|4:220|5:221|6:6|7:7|8:6|2:2|2:2;n;4|11:222|12:223;4|11:30|12:229;4|11:165|12:230;4|11:194|12:231;p;1|2:38|17:39|3:232|4:18|5:41|7:6|15:6|16:6|8:6|2:38|2:38;n;3|18:42|9:43;4|11:44|12:45;4|11:182|12:233;4|11:36|12:48;4|11:46|12:47;p;2'
  255. ..';n;1|1:234|2:235|3:236|4:114|5:237|7:6|8:43|2:235|2:235;n;8;9;p;1|1:238|2:2|3:239|5:240|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;7|23:241|24:242;4|11:243|12:244;4|11:245|12:246;p;p;1|2:2|3:247|4:120|5:248|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;6|18:249;4|11:30|12:250;4|11:20|12:251;p;1|2:2|3:252|4:108|5:253|6:6|7:7|8:7|2:2|2:2;n;3|9:6;4|11:254|12:52;'
  256. ..'4|11:20|12:255;4|11:20|12:256;4|11:20|12:257;4|11:20|12:258;4|11:20|12:259;4|11:20|12:260;p;1|2:2|3:261|4:198|5:199|6:6|7:6|8:7|2:2|2:2;n;3|9:6;4|11:222|12:262;p;1|2:2|3:263|4:108|5:264|6:6|7:6|8:7|2:2|2:2;n;3|9:6;4|11:265|12:266;4|11:20|12:267;4|11:268|12:269;p;1|2:84|3:270|4:151|5:164|6:6|7:6|10:6|15:6|16:6|8:6|2:84|2:84;n;6;4|11:22|12:271;4|'
  257. ..'11:168|12:272;p;1|2:2|3:273|5:274|6:6|7:7|10:6|8:6|2:2|2:2;n;7|23:212;4|11:30|12:275;4|11:20|12:276;4|11:20|12:277;4|11:133|12:278;4|11:133|12:279;4|11:30|12:280;4|11:133|12:281;4|11:20|12:282;4|11:30|12:283;p;1|2:2|3:284|4:71|5:285|19:73|6:6|7:7|10:6|15:6|16:6|8:7|2:2|2:2;n;4|11:245|12:286;4|11:243|12:287;4|11:268|12:286;4|11:90|12:288;4|11:28'
  258. ..'9|12:290;p;5|2:139|3:291|4:71|5:226|6:6|7:6|15:6|16:6|8:227|2:139|2:139;n;4|11:194|12:292;p;1|2:2|3:293|4:18|5:221|6:6|7:7|8:6|2:2|2:2;n;4|11:194|12:294;4|11:30|12:295;4|11:165|12:230;p;1|2:2|3:296|4:18|5:221|6:6|7:7|8:6|2:2|2:2;n;4|11:194|12:297;4|11:222|12:223;p;1|2:2|3:298|4:18|5:299|6:6|7:6|10:6|8:7|2:2|2:2;n;4|11:173|12:300;p;1|2:2|3:301|4'
  259. ..':225|5:302|6:6|7:6|15:6|8:7|2:2|2:2;n;3|9:6;4|11:20|12:303;4|11:20|12:304;4|11:20|12:305;4|11:20|12:306;4|11:20|12:307;4|11:20|12:308;4|11:24|12:309;p;1|2:2|3:310|4:71|5:302|6:6|7:6|16:6|8:7|2:2|2:2;n;3|9:6;p;1|2:2|3:311|4:312|5:9|6:6|7:6|8:6|2:2|2:2;n;3|9:6;p;1|2:2|3:313|4:11|5:12|6:6|7:6|10:6|8:6|2:2|2:2;n;4|11:254|12:314;4|11:15|12:315;4|11:'
  260. ..'13|12:316;4|11:254|12:317;4|11:318|12:319;p;1|2:2|3:320|4:18|5:19|7:6|15:6|16:6|8:6|2:2|2:2;n;4|11:22|12:321;4|11:24|12:322;4|11:24|12:323;p;1|2:139|3:324|5:325|6:6|7:7|15:6|16:6|8:6|2:139|2:139;n;4|11:168|12:326;4|11:265|12:327;4|11:24|12:328;4|11:329|12:330;4|11:24|12:331;p;1|2:2|3:332|4:18|5:97|7:6|15:6|16:6|8:6|2:2|2:2;n;4|11:99|12:100;4|11'
  261. ..':20|12:333;p;1|2:2|3:334|5:335|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;1|2:2|3:336|4:108|5:211|6:6|7:6|15:6|16:6|8:7|2:2|2:2;n;3|9:6;4|11:243|12:337;4|11:20|12:338;4|11:110|12:339;4|11:245|12:340;4|11:243|12:341;4|11:245|12:342;p;1|2:2|3:343|4:108|5:335|6:6|7:6|8:7|2:2|2:2;n;3|9:6;4|11:268|12:344;4|11:268|12:345;4|11:20|12:346;p;1|2:2|3:347|5:348|6:'
  262. ..'6|7:7|16:6|8:6|2:2|2:2;n;4|11:165|12:349;4|11:222|12:350;4|11:194|12:351;p;1|2:2|3:352|5:348|6:6|7:7|15:6|8:6|2:2|2:2;n;4|11:165|12:353;4|11:194|12:354;4|11:194|12:355;p;1|2:2|3:356|5:226|6:6|7:7|15:6|16:6|8:6|2:2|2:2;1|2:2|3:357|4:358|5:161|6:6|7:6|8:6|2:2|2:2;n;3|9:6;4|11:359|12:360;p;1|2:2|3:361|4:160|5:161|6:6|7:6|8:6|2:2|2:2;n;3|9:6;p;1|2:'
  263. ..'2|3:362|4:225|5:363|6:6|7:6|15:6|8:7|2:2|2:2;n;3|9:6;4|11:110|12:364;4|11:87|12:365;p;1|2:2|3:366|5:367|6:6|7:6|10:6|15:6|16:6|8:7|2:2|2:2;n;4|11:368|12:369;4|11:90|12:370;4|11:329|12:371;4|11:87|12:372;4|11:90|12:373;p;1|2:2|3:374|4:71|5:363|6:6|7:6|16:6|8:7|2:2|2:2;n;3|9:6;4|11:87|12:375;p;1|2:84|3:376|4:160|5:86|6:6|7:6|10:6|16:6|8:6|2:84|2:'
  264. ..'84;n;6|18:377;4|11:90|12:378;4|11:90|12:379;p;1|2:84|3:380|4:160|5:86|6:6|7:6|10:6|16:6|8:7|2:84|2:84;n;6|18:377;4|11:87|12:207;4|11:87|12:381;p;1|2:2|3:382|4:160|5:383|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;6|18:384;p;1|2:2|3:385|4:108|5:211|7:6|15:6|16:6|8:7|2:2|2:2;n;3|9:6;4|11:243|12:386;p;1|2:2|3:387|4:71|5:211|7:7|10:6|15:6|16:6|8:6|2:2|2:2'
  265. ..';n;7|23:212;4|11:30|12:98;4|11:20|12:388;4|11:20|12:389;p;1|2:2|3:390|4:18|5:391|6:6|7:6|8:6|2:2|2:2;n;4|11:194|12:392;4|11:20|12:393;4|11:20|12:394;4|11:20|12:395;4|11:20|12:396;4|11:20|12:397;4|11:20|12:398;p;1|2:2|3:399|4:18|5:221|6:6|7:7|8:6|2:2|2:2;n;4|11:194|12:400;4|11:165|12:230;4|11:222|12:223;4|11:30|12:401;p;1|2:2|3:402|4:220|5:391|6'
  266. ..':6|7:6|8:6|2:2|2:2;n;4|11:20|12:395;4|11:20|12:397;4|11:20|12:48;4|11:20|12:396;4|11:20|12:403;4|11:20|12:398;4|11:20|12:394;4|11:20|12:393;4|11:194|12:404;p;5|2:139|3:405|4:225|5:226|6:6|7:6|15:6|16:6|8:227|2:139|2:139;1|2:2|3:406|4:220|5:221|6:6|7:7|8:6|2:2|2:2;n;4|11:222|12:223;4|11:165|12:230;4|11:194|12:407;p;5|2:139|3:408|4:71|5:226|6:6|7'
  267. ..':6|15:6|16:6|8:227|2:139|2:139;n;4|11:194|12:409;4|11:329|12:410;p;1|2:2|3:411|4:108|5:34|6:6|7:6|10:6|8:6|2:2|2:2;n;3|9:6;4|11:110|12:412;4|11:36|12:413;4|11:46|12:414;p;1|2:2|3:415|4:108|5:34|6:6|7:6|10:6|8:6|2:2|2:2;n;3|9:6;4|11:46|12:414;4|11:110|12:412;4|11:36|12:413;4|11:133|12:416;p;1|2:2|3:417|5:418|6:6|7:7|10:6|8:227|2:2|2:2;n;7|23:212'
  268. ..'|24:6;4|11:20|12:419;4|11:30|12:420;4|11:20|12:421;4|11:30|12:422;4|11:20|12:423;4|11:424|12:425;4|11:426|12:427;4|11:424|12:428;4|11:424|12:429;4|11:20|12:430;4|11:30|12:431;4|11:20|12:432;4|11:20|12:433;4|11:20|12:434;4|11:20|12:435;4|11:20|12:436;4|11:20|12:437;4|11:30|12:438;4|11:30|12:439;4|11:30|12:440;4|11:426|12:441;4|11:20|12:442;4|11:'
  269. ..'30|12:443;4|11:20|12:444;4|11:20|12:445;4|11:20|12:446;4|11:30|12:447;4|11:30|12:448;4|11:426|12:449;p;1|2:2|3:450|4:130|5:131|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;6|18:132;p;1|2:139|3:451|4:130|5:141|6:6|7:6|10:6|15:6|16:6|8:6|2:139|2:139;n;6|18:142;4|11:133|12:452;4|11:453|12:454;p;1|2:2|3:455|4:151|5:86|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;3'
  270. ..'|18:152|20:116|9:117;4|11:87|12:153;4|11:56|12:456;p;1|2:2|3:457|4:120|5:248|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;6|18:249;4|11:30|12:250;4|11:165|12:458;p;1|2:84|3:459|4:151|5:460|6:6|7:6|10:6|15:6|16:6|8:6|2:84|2:84;n;6;4|11:165|12:461;4|11:222|12:462;p;1|2:84|3:463|4:151|5:460|6:6|7:6|10:6|15:6|16:6|8:6|2:84|2:84;n;6;p;1|2:84|3:464|4:151|5:4'
  271. ..'60|6:6|7:6|10:6|15:6|16:6|8:6|2:84|2:84;n;6;p;1|2:84|3:465|4:151|5:460|6:6|7:6|10:6|15:6|16:6|8:6|2:84|2:84;n;6;4|11:466|12:169;4|11:222|12:467;4|11:165|12:468;4|11:222|12:469;4|11:470|12:471;4|11:222|12:472;4|11:22|12:473;p;1|2:2|3:474|4:120|5:189|6:6|7:6|10:6|16:6|8:7|2:2|2:2;n;4|11:194|12:475;4|11:190|12:191;p;1|2:2|3:476|4:108|5:264|6:6|7:6'
  272. ..'|8:7|2:2|2:2;n;3|9:6;p;1|2:84|3:477|4:151|5:164|6:6|7:6|10:6|15:6|16:6|8:6|2:84|2:84;n;6;p;1|2:84|3:478|4:151|5:164|6:6|7:6|10:6|15:6|16:6|8:6|2:84|2:84;n;6;4|11:222|12:462;4|11:453|12:479;4|11:22|12:167;p;1|2:2|3:480|4:120|5:189|6:6|7:6|10:6|8:7|2:2|2:2;n;4|11:30|12:481;4|11:190|12:482;4|11:194|12:483;4|11:190|12:484;4|11:20|12:485;p;5|2:139|3'
  273. ..':486|4:71|5:226|6:6|7:6|15:6|16:6|8:227|2:139|2:139;1|2:2|3:487|4:18|5:221|6:6|7:7|8:6|2:2|2:2;n;4|11:165|12:488;4|11:222|12:489;4|11:30|12:490;p;5|2:139|3:491|4:225|5:226|6:6|7:6|15:6|16:6|8:227|2:139|2:139;1|2:2|3:492|4:220|5:221|6:6|7:7|8:6|2:2|2:2;n;4|11:165|12:230;4|11:222|12:223;p;1|2:2|3:493|4:120|5:121|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2'
  274. ..';n;3|18:156|21:123|20:124|22:125|9:117;4|11:24|12:158;4|11:56|12:494;p;1|2:2|3:495|4:18|5:496|7:6|15:6|16:6|8:6|2:2|2:2;n;4|11:497|12:498;4|11:499|12:500;4|11:22|12:501;4|11:497|12:502;4|11:22|12:503;4|11:22|12:504;4|11:53|12:505;p;1|2:2|3:506|4:18|5:496|7:6|16:6|8:6|2:2|2:2;n;4|11:497|12:498;4|11:497|12:502;4|11:24|12:507;4|11:62|12:508;4|11:2'
  275. ..'4|12:509;4|11:24|12:510;4|11:53|12:505;p;1|2:2|3:511|4:120|5:512|6:6|7:6|15:6|16:6|8:7|2:2|2:2;n;3|9:6;4|11:175|12:513;4|11:173|12:514;4|11:245|12:515;4|11:175|12:516;4|11:243|12:517;4|11:243|12:518;4|11:20|12:375;p;1|2:2|3:519|4:114|5:86|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;3|18:115|20:116|9:117;4|11:87|12:520;p;1|2:2|3:521|4:120|5:121|6:6|7:6'
  276. ..'|10:6|15:6|16:6|8:6|2:2|2:2;n;3|18:122|21:123|20:124|22:125|9:117;p;1|2:2|3:522|4:130|5:131|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;6|18:132;4|11:133|12:523;4|11:147|12:178;4|11:110|12:524;4|11:75|12:137;4|11:110|12:525;p;1|2:84|3:526|4:160|5:86|6:6|7:6|10:6|16:6|8:6|2:84|2:84;n;6|18:377;p;1|2:84|3:527|4:160|5:86|6:6|7:6|10:6|16:6|8:6|2:84|2:84;n;'
  277. ..'6|18:377;4|11:87|12:207;4|11:87|12:381;p;1|2:2|3:528|4:160|5:383|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;6|18:384;4|11:177|12:529;p;1|2:2|3:530|4:18|5:221|6:6|7:7|8:6|2:2|2:2;n;4|11:222|12:489;p;5|2:139|3:531|4:71|5:226|6:6|7:6|15:6|16:6|8:227|2:139|2:139;5|2:139|3:532|4:225|5:226|6:6|7:6|15:6|16:6|8:227|2:139|2:139;n;4|11:329|12:410;p;1|2:2|3:533'
  278. ..'|4:108|5:248|6:6|7:6|10:6|8:6|2:2|2:2;n;3|9:6;4|11:165|12:534;p;1|2:2|3:535|4:120|5:248|6:6|7:6|10:6|8:6|2:2|2:2;n;3|9:6;p;1|2:2|3:536|4:120|5:248|6:6|7:6|10:6|8:6|2:2|2:2;n;3|9:6;4|11:24|12:537;4|11:20|12:538;p;1|2:2|3:539|5:248|6:6|7:6|10:6|16:6|8:6|2:2|2:2;n;3|9:6;4|11:24|12:540;p;1|2:2|3:541|5:248|6:6|7:6|10:6|8:6|2:2|2:2;n;3|9:6;4|11:22|12'
  279. ..':542;4|11:20|12:543;4|11:24|12:540;p;1|2:2|3:544|4:198|5:248|6:6|7:6|10:6|8:6|2:2|2:2;n;3|9:6;p;1|2:2|3:545|4:358|5:161|6:6|7:6|8:6|2:2|2:2;n;3|9:6;p;1|2:2|3:546|4:312|5:5|6:6|7:7|8:6|2:2|2:2;n;3|9:6;4|11:110|12:547;4|11:359|12:548;4|11:359|12:549;p;1|2:2|3:550|4:120|5:551|6:6|7:6|8:7|2:2|2:2;n;3|9:6;4|11:162|12:552;4|11:162|12:553;p;1|3:554|4:'
  280. ..'18|5:555|19:73|7:6|15:6|16:6|8:6;n;3|18:556|9:43;4|11:51|12:557;4|11:56|12:557;4|11:51|12:558;4|11:216|12:559;p;1|3:560|4:18|5:555|19:73|7:6|15:6|16:6|8:6;n;3|18:556|9:43;4|11:51|12:557;4|11:56|12:557;4|11:561|12:562;4|11:56|12:558;4|11:51|12:558;4|11:216|12:563;p;1|2:2|3:564|4:108|5:565|6:6|7:6|15:6|16:6|8:7|2:2|2:2;n;3|9:6;4|11:87|12:566;p;1|'
  281. ..'2:2|3:567|5:568|6:6|7:6|8:7|2:2|2:2;n;3|9:6;4|11:268|12:569;p;1|2:84|3:570|4:160|5:86|6:6|7:6|16:6|8:6|2:84|2:84;n;6|18:377;4|11:90|12:378;4|11:110|12:571;p;1|2:84|3:572|4:160|5:86|6:6|7:6|10:6|16:6|8:6|2:84|2:84;n;6|18:377;4|11:87|12:207;p;1|2:2|3:573|4:120|5:551|6:6|7:6|8:7|2:2|2:2;n;3|9:6;4|11:162|12:553;p;1|2:2|3:574|4:220|5:221|6:6|7:7|8:6'
  282. ..'|2:2|2:2;1|2:2|3:575|4:160|5:383|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;6|18:384;p;1|2:2|3:576|4:120|5:164|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;6|18:249;4|11:453|12:250;4|11:222|12:577;4|11:165|12:578;4|11:168|12:579;p;1|2:2|3:580|4:120|5:581|6:6|15:6|8:7|2:2|2:2;n;3|9:6;4|11:20|12:582;4|11:20|12:583;4|11:20|12:584;p;1|2:2|3:585|4:120|5:586|6:6|1'
  283. ..'6:6|8:7|2:2|2:2;n;3|9:6;4|11:329|12:587;4|11:20|12:588;4|11:589|12:590;4|11:265|12:342;4|11:20|12:591;p;1|2:2|3:592|4:120|5:581|6:6|16:6|8:7|2:2|2:2;n;3|9:6;4|11:20|12:593;4|11:20|12:594;p;1|2:2|3:595|4:18|5:555|7:6|15:6|8:6|2:2|2:2;n;4|11:56|12:596;4|11:56|12:597;p;1|2:2|3:598|4:18|5:555|7:7|15:6|8:6|2:2|2:2;1|2:2|3:599|4:108|5:248|6:6|7:6|10:'
  284. ..'6|8:6|2:2|2:2;n;3|9:6;4|11:24|12:600;4|11:222|12:601;4|11:20|12:602;p;1|2:2|3:603|4:198|5:248|6:6|7:6|10:6|8:6|2:2|2:2;n;3|9:6;4|11:24|12:542;p;2;n;1|2:2|3:604|4:605|5:606|19:73|7:6|15:6|8:7|2:2|2:2;n;3|9:43;4|11:165|12:607;4|11:24|12:608;4|11:36|12:609;p;1|2:2|3:610|4:151|5:237|19:73|6:6|7:6|8:7|2:2|2:2;n;3|9:6;p;1|2:2|3:611|4:605|5:606|19:73|'
  285. ..'7:6|15:6|8:7|2:2|2:2;n;3|9:43;4|11:22|12:612;p;1|2:2|3:613|4:71|5:614|19:73|7:6|8:7|2:2|2:2;n;3|9:43;4|11:222|12:615;p;5|2:139|3:616|5:226|6:6|7:6|15:6|16:6|8:227|2:139|2:139;1|2:2|3:617|4:151|5:237|19:73|6:6|7:6|8:7|2:2|2:2;n;3|9:6;4|11:87|12:618;p;1|2:2|3:619|4:71|5:620|19:73|7:7|8:6|2:2|2:2;n;3|9:43;4|11:177|12:621;4|11:204|12:622;4|11:204|1'
  286. ..'2:623;p;1|2:2|3:624|4:71|5:625|19:73|7:7|8:6|2:2|2:2;n;3|18:626|9:43;4|11:204|12:627;p;1|2:2|3:628|4:71|5:625|19:73|7:7|8:6|2:2|2:2;n;3|18:626|9:43;p;p;1|2:2|3:629|4:18|5:630|7:6|15:6|16:6|8:6|2:2|2:2;n;4|11:631|12:632;4|11:499|12:633;4|11:631|12:634;4|11:499|12:635;4|11:497|12:636;4|11:22|12:637;4|11:638|12:639;p;1|2:2|3:640|5:248|6:6|7:6|10:6'
  287. ..'|8:6|2:2|2:2;n;3|18:641|9:6;4|11:24|12:642;4|11:20|12:643;p;1|2:38|17:39|3:644|4:18|5:606|7:6|10:6|15:6|16:6|8:6|2:38|2:38;n;3|18:645|9:43;4|11:222|12:69;p;1|2:38|17:39|3:646|4:18|5:606|6:6|7:6|15:6|16:6|8:6|2:38|2:38;n;3|18:645|9:43;4|11:46|12:647;4|11:24|12:648;4|11:165|12:649;4|11:222|12:69;p;1|2:2|3:650|5:248|6:6|7:6|10:6|8:6|2:2|2:2;n;3|18'
  288. ..':641|9:6;4|11:20|12:643;p;1|2:2|3:651|5:652|6:6|7:6|15:6|8:7|2:2|2:2;n;3|18:653|9:6;4|11:162|12:654;4|11:165|12:655;p;1|2:2|3:656|5:551|6:6|7:6|16:6|8:7|2:2|2:2;n;3|9:6;4|11:162|12:657;4|11:329|12:658;4|11:20|12:659;4|11:265|12:660;p;1|2:2|3:661|5:662|6:6|7:6|8:7|2:2|2:2;n;3|9:6;4|11:162|12:663;4|11:265|12:664;p;1|2:2|3:665|5:652|6:6|7:6|16:6|8'
  289. ..':7|2:2|2:2;n;3|18:653|9:6;4|11:162|12:666;p;1|2:2|3:667|5:551|6:6|7:6|15:6|8:7|2:2|2:2;n;3|9:6;4|11:162|12:668;p;1|2:2|3:669|4:120|5:186|6:6|7:6|15:6|16:6|8:7|2:2|2:2;n;3|9:6;4|11:182|12:670;4|11:162|12:16;4|11:182|12:671;4|11:87|12:672;4|11:87|12:673;4|11:87|12:674;4|11:87|12:675;4|11:44|12:676;p;1|2:2|3:677|4:120|5:586|6:6|15:6|8:7|2:2|2:2;n;'
  290. ..'3|9:6;4|11:20|12:678;4|11:589|12:679;4|11:329|12:337;4|11:265|12:680;4|11:20|12:681;p;1|2:2|3:682|4:120|5:189|6:6|7:6|16:6|8:7|2:2|2:2;n;3|9:6;p;1|2:2|3:683|4:120|5:684|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;4|11:685|12:364;4|11:194|12:636;p;1|2:2|3:686|4:120|5:687|6:6|7:6|8:7|2:2|2:2;n;3|9:6;4|11:20|12:688;4|11:20|12:689;p;1|2:2|3:690|5:221|6:6|'
  291. ..'7:6|15:6|8:7|2:2|2:2;n;3|9:6;4|11:194|12:691;4|11:165|12:692;4|11:20|12:693;p;1|2:2|3:694|4:18|5:695|7:6|15:6|16:6|8:6|2:2|2:2;n;4|11:165|12:364;4|11:165|12:696;4|11:165|12:697;4|11:165|12:698;4|11:222|12:699;4|11:20|12:700;4|11:20|12:701;4|11:20|12:702;4|11:222|12:703;p;1|2:2|3:704|4:18|5:630|7:6|15:6|16:6|8:6|2:2|2:2;n;4|11:24|12:705;4|11:631'
  292. ..'|12:632;4|11:497|12:636;p;1|2:38|17:39|3:706|5:34|7:6|8:7|2:38|2:38;n;3|18:625|9:6;4|11:36|12:707;4|11:165|12:166;4|11:36|12:708;p;1|2:38|17:39|3:709|5:34|7:6|15:6|8:7|2:38|2:38;n;3|18:710|9:6;4|11:36|12:711;4|11:165|12:166;p;1|2:2|3:712|4:120|5:713|6:6|7:6|16:6|8:7|2:2|2:2;n;3|9:6;4|11:265|12:714;p;1|2:2|3:715|4:120|5:716|6:6|7:6|10:6|8:6|2:2|'
  293. ..'2:2;n;4|11:20|12:717;4|11:194|12:718;4|11:30|12:719;4|11:20|12:720;4|11:20|12:721;4|11:20|12:722;4|11:20|12:723;4|11:194|12:724;4|11:190|12:725;4|11:194|12:726;4|11:190|12:727;4|11:30|12:728;4|11:20|12:729;4|11:20|12:730;4|11:190|12:731;4|11:30|12:401;p;1|2:38|17:39|3:732|5:34|7:6|16:6|8:7|2:38|2:38;n;3|18:710|9:6;p;1|2:38|17:39|3:733|5:34|7:6|'
  294. ..'8:7|2:38|2:38;n;3|18:625|9:6;p;1|2:38|17:39|3:734|5:735|7:6|16:6|8:7|2:38|2:38;n;3|9:6;4|11:36|12:736;4|11:36|12:737;p;1|2:38|17:39|3:738|5:735|7:6|15:6|8:7|2:38|2:38;n;3|9:6;4|11:36|12:739;4|11:36|12:740;4|11:36|12:741;p;1|2:38|17:39|3:742|5:743|7:6|8:7|2:38|2:38;n;3|9:6;4|11:36|12:744;4|11:36|12:745;4|11:36|12:746;4|11:36|12:747;4|11:265|12:3'
  295. ..'86;4|11:329|12:748;p;1|2:2|3:749|4:18|5:750|6:6|7:6|10:6|15:6|8:6|2:2|2:2;n;4|11:51|12:751;4|11:631|12:752;4|11:56|12:753;p;1|2:2|3:754|5:248|6:6|7:6|15:6|16:6|8:7|2:2|2:2;n;3|18:755|9:6;4|11:20|12:756;4|11:20|12:757;4|11:165|12:14;4|11:222|12:462;p;1|2:84|3:758|4:104|5:237|6:6|7:6|10:6|15:6|16:6|8:6|2:84|2:84;n;6|18:759;4|11:165|12:760;p;1|2:2'
  296. ..'|3:761|4:120|5:713|6:6|7:6|15:6|8:7|2:2|2:2;n;3|9:6;4|11:20|12:762;4|11:20|12:763;4|11:329|12:764;p;1|2:2|3:765|4:120|5:189|6:6|7:6|16:6|8:7|2:2|2:2;n;3|9:6;4|11:265|12:766;4|11:20|12:767;4|11:265|12:386;4|11:194|12:768;p;1|2:2|3:769|4:120|5:189|6:6|7:6|15:6|8:7|2:2|2:2;n;3|9:6;4|11:329|12:770;4|11:194|12:771;p;1|2:2|3:772|4:120|5:189|6:6|7:6|1'
  297. ..'5:6|8:7|2:2|2:2;n;3|9:6;4|11:194|12:773;4|11:194|12:774;4|11:329|12:775;p;1|2:2|3:776|4:120|5:713|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;4|11:22|12:727;4|11:265|12:342;4|11:30|12:777;4|11:24|12:778;p;1|2:2|3:779|5:221|6:6|7:6|16:6|8:7|2:2|2:2;n;3|9:6;p;1|2:2|3:780|5:189|6:6|7:6|15:6|8:7|2:2|2:2;n;3|9:6;4|11:194|12:781;4|11:329|12:782;p;1|2:2|3:78'
  298. ..'3|4:18|5:221|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;4|11:190|12:784;p;1|2:2|3:785|4:18|5:551|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;4|11:786|12:787;4|11:329|12:788;4|11:329|12:166;p;1|2:2|3:789|4:120|5:713|6:6|7:6|16:6|8:7|2:2|2:2;n;3|9:6;4|11:20|12:790;p;1|2:2|3:791|4:120|5:684|6:6|7:6|10:6|8:6|2:2|2:2;n;4|11:20|12:792;4|11:190|12:793;4|11:30|12:7'
  299. ..'94;4|11:20|12:795;4|11:190|12:796;4|11:20|12:797;4|11:30|12:798;4|11:30|12:790;4|11:20|12:799;p;1|2:84|3:800|4:104|5:237|6:6|7:6|10:6|15:6|16:6|8:6|2:84|2:84;n;6|18:759;4|11:165|12:801;p;1|2:2|3:802|5:248|6:6|7:6|15:6|16:6|8:7|2:2|2:2;n;3|18:755|9:6;4|11:222|12:803;4|11:165|12:166;p;1|2:2|3:804|4:120|5:189|6:6|7:6|8:7|2:2|2:2;n;3|9:6;p;1|2:2|3:'
  300. ..'805|5:189|6:6|7:6|16:6|8:7|2:2|2:2;n;3|9:6;p;1|2:2|3:806|5:189|6:6|7:6|8:7|2:2|2:2;n;3|9:6;4|11:20|12:807;4|11:265|12:680;4|11:329|12:587;4|11:194|12:184;p;1|2:2|3:808|4:18|5:221|6:6|7:6|10:6|15:6|16:6|8:6|2:2|2:2;n;4|11:20|12:809;4|11:190|12:810;4|11:30|12:485;4|11:222|12:778;4|11:194|12:364;4|11:165|12:16;p;1|2:2|3:811|4:120|5:713|6:6|7:6|15:'
  301. ..'6|8:7|2:2|2:2;n;3|9:6;4|11:20|12:790;p;1|2:2|3:812|4:120|5:713|6:6|7:6|8:7|2:2|2:2;n;3|9:6;p;p;')
  302. for _,Object in pairs(Objects) do
  303. Object.Parent = script and script.Parent==workspace and script or workspace
  304. end
  305. for _,f in pairs(ActualScripts) do f() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement