Advertisement
michalmonday

mod

Jul 15th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.95 KB | None | 0 0
  1. {$CLEO .cs}
  2. 0000:
  3. repeat
  4. wait 0
  5. until Samp.Available()
  6.  
  7. 0AF1: write_int 1 to_ini_file "libraries\plugins\Quest.ini" section "Teleport" key "ID"
  8. alloc 15@ 2500 // 15@ becomes address (pointer/integer)
  9. call @Load_Locations 1 memory_address 15@ // function loads all the locations into that memory, no need to return anything because we pass an address to that memory
  10. 0AF1: write_int 0 to_ini_file "libraries\plugins\Quest.ini" section "Autoquest" key "Using"
  11. 0AF0: 17@ = get_int_from_ini_file "CLEO\License.ini" section "License" key ""
  12. 0BE2: raknet setup_outcoming_packet_hook @packet_manage
  13.  
  14. //others//
  15. //MAIN WINDOW//
  16. Dialog.Create(1@, "{FF4500}B-zone Quest Hack")
  17. Dialog.SetRECT(1@, 475, 302, 230, 290)
  18. Dialog.AddCheckBox(1@, 1, "Automatic Quest", 5, 5, 180, 25)
  19. Dialog.AddCheckBox(1@, 2, "Manual Quest", 5, 35, 180, 25)
  20. Dialog.AddCheckBox(1@, 3, "Quest Tool", 5, 65, 180, 25)
  21. Dialog.AddButton(1@, 4, "{FAE03C}?", 20, 110, 70, 30)
  22. Dialog.AddButton(1@, 5, "{95DEE3}?", 130, 110, 70, 30)
  23. Dialog.AddButton(1@, 6, "{ffffff}Exit", 50, 155, 115, 45)
  24. Dialog.AddStatic(1@, -999, "{ffffff}Music", 90, 205, 100, 20)
  25. Dialog.AddButton(1@, -1, "{ff0000}stop", 20, 225, 60, 30)
  26. Dialog.AddButton(1@, -2, "{00ff00}play", 85, 225, 60, 30)
  27. Dialog.AddButton(1@, -3, "{ffffff}pause", 150, 225, 60, 30)
  28. dialog.SetVisible(1@, 0)
  29. //MAIN WINDOW//
  30.  
  31. //POZA//
  32. Dialog.Create(27@, "")
  33. Dialog.SetRECT(27@, 150, 200, 1024, 573)
  34. Dialog.AddButton(27@, -1000, "Ok", 406, 498, 145, 55)
  35. dialog.SetVisible(27@, 0)
  36. //POZA//
  37.  
  38. //MANUAL QUEST//
  39. const
  40. EVENT_SLIDER_VALUE_CHANGED = 1281
  41. end
  42.  
  43. Dialog.Create(11@, "{FF4500}Manual Quest")
  44. Dialog.SetRECT(11@, 705, 392, 290, 200)
  45. Dialog.AddButton(11@, 1, "{ffffff}Use", 75, 120, 140, 35)
  46. Dialog.AddSlider(11@, 2, 55, 65, 200, 30, 149)
  47. Dialog.AddStatic(11@, 3, "", 105, 40, 100, 20)
  48. Dialog.SetVisible(11@, 0)
  49. //MANUAL QUEST//
  50.  
  51. //AUTOMATIC QUEST//
  52. //Dialog.Create(16@, "{FF4500}Automatic Quest")
  53. //Dialog.SetRECT(16@, 245, 382, 230, 210)
  54. //Dialog.AddButton(16@, 1, "{00FF00}Start / Resume", 50, 30, 130, 55)
  55. //Dialog.AddButton(16@, 2, "{FF0000}Stop / Pause", 50, 110, 130, 55)
  56. //Dialog.SetVisible(16@, 0)
  57.  
  58. {colors
  59. Orange = FF4500
  60. BLUE CYAN = 00ffbb}
  61.  
  62. dialog.SetCheckBoxColor(1@, 1, 0xFFFF4500)
  63. dialog.SetCheckBoxColor(1@, 2, 0xFFFF4500)
  64. dialog.SetCheckBoxColor(1@, 3, 0xFFFF4500)
  65. //colors//
  66. 0AAE: release_mp3 31@
  67. 0AAC: 31@ = load_audiostream "Music\background.mp3"
  68. 0ABC: set_audiostream 31@ volume 1.0
  69.  
  70.  
  71. call @License_check 1 lic_id 17@ _returned 18@
  72.  
  73. if 18@ == 1
  74. then
  75. chatmsg "{00ff7f}You are licensed ! Have fun !" -1
  76. else
  77. if 18@ == 2
  78. then
  79. chatmsg "{FF4500}~~~~~ {a6cc70}$$$$$$ {FFFFFF}|| {ffff00}FEMEIE V.I.P {FFFFFF}|| {a6cc70}$$$$$$ {FF4500}~~~~~" -1
  80. else
  81. // end_thread
  82. end
  83. end
  84.  
  85. WHILE TRUE
  86. WAIT 0
  87. call @No_licence_behaviour 1 lic_type 18@
  88.  
  89. 0B81: dialog 1@ pop_event_to 2@ control_id_to 3@
  90.  
  91. call @Music_buttons_behaviour 2 dialog_control_id 3@ mp3_handle 31@
  92.  
  93. if 3@ == 4
  94. then
  95. dialog.SetVisible(1@, 0)
  96. dialog.SetVisible(11@, 0)
  97. 0@ = 0
  98. dialog.SetCheckBoxChecked(1@, 2, 0)
  99. samp.ToggleCursor(0)
  100. chatmsg "{0000FF}Daca ai un {FFFF00}calculator mai slab, {FF0000}asteapta 5-10 secunde" -1
  101. wait 1000
  102. chatmsg "{ffffff}If you have a low pc, {ff0000}wait 5-10 seconds" -1
  103. wait 1000
  104. 0AA2: 12@ = load_library "shell32.dll"
  105. if 0AA4: 12@ = get_proc_address "ShellExecuteA" library 12@
  106. then
  107. 0AA7: 12@ push 6 pop 0 params 1 0 0 "https:\/\/www.youtube.com/c/skullempeng" "open" 0 error_code $kkt
  108. end
  109. end
  110.  
  111. if 3@ == 6
  112. then
  113. dialog.SetCheckBoxChecked(1@, 2, 0)
  114. dialog.SetVisible(11@, 0)
  115. dialog.SetVisible(1@, 0)
  116. SAMP.ToggleCursor(0)
  117. 0@ = 0
  118. end
  119.  
  120. //poza//
  121. if 3@ == 5
  122. then
  123. 0B86: dialog 1@ set_visible 0
  124. dialog.SetCheckBoxChecked(1@, 2, 0)
  125. SAMP.ToggleCursor(1)
  126. 0@ = 0
  127. 14@ = 1
  128. end
  129.  
  130. if 14@ == 1
  131. then
  132. dialog.SetVisible(27@, 1)
  133. 0B73: render draw_texture $sk15 pos 150 200 size 1024 571 rotation 0.0 color 0xFFFFFFFF
  134. 0B71: render $sk15 = load_texture_from_file "models/bizon.jpg"
  135. end
  136.  
  137. 0B81: dialog 27@ pop_event_to 25@ control_id_to 26@
  138.  
  139. if 26@ == -1000
  140. then
  141. 14@ = 0
  142. dialog.SetVisible(27@, 0)
  143. SAMP.ToggleCursor(0)
  144. end
  145.  
  146. if
  147. dialog.CheckBoxIsChecked(1@, 2)
  148. then
  149. dialog.SetCheckBoxChecked(1@, 1, 0)
  150. dialog.SetVisible(11@, 1)
  151. SAMP.ToggleCursor(1)
  152. else
  153. dialog.SetVisible(11@, 0)
  154. end
  155.  
  156. //poza//
  157.  
  158. if Dialog.IsVisible(11@)
  159. then
  160. 0B81: dialog 11@ pop_event_to 22@ control_id_to 23@
  161.  
  162. if 22@ == EVENT_SLIDER_VALUE_CHANGED
  163. then
  164. if 23@ == 2
  165. then
  166. 0B97: dialog 11@ slider 23@ get_value_to 24@
  167. 0AF1: write_int 24@ to_ini_file "libraries\plugins\Quest.ini" section "Teleport" key "ID"
  168. end
  169. end
  170.  
  171. if 23@ == 1
  172. then
  173. 0AF0: 29@ = get_int "libraries\plugins\Quest.ini" section "Teleport" key "ID"
  174. call @Get_Nth_Location 2 memory_address 15@ index 29@ _returned_XYZ 19@ 20@ 21@ // index 0 is the first location
  175. 00A1: put_actor $PLAYER_ACTOR at 19@ 20@ 21@
  176. end
  177. end
  178.  
  179. 0AF0: 29@ = get_int "libraries\plugins\Quest.ini" section "Teleport" key "ID"
  180. alloc 13@ 50
  181. 29@+=1
  182. format 13@ "{FF4500}PIZZA %d" 29@
  183. 0B94: 11@ 3 set_text 13@
  184. free 13@
  185.  
  186. //MANUAL QUEST//
  187. //show//
  188. if and
  189. 0AB0: 66
  190. 0AB0: 78
  191. 18@ > 0
  192. then
  193. 0B12: 0@ = 0@ XOR 1
  194. if
  195. 0@ == 1
  196. then
  197. wait 100
  198. 0B86: dialog 1@ set_visible 1
  199. SAMP.ToggleCursor(1)
  200. else
  201. wait 100
  202. 0B86: dialog 1@ set_visible 0
  203. dialog.SetCheckBoxChecked(1@, 2, 0)
  204. SAMP.ToggleCursor(0)
  205. end
  206. end
  207.  
  208.  
  209.  
  210. //AUTO//
  211. if dialog.CheckBoxIsChecked(1@, 1)
  212. then
  213. if 28@ == 0
  214. then
  215. //only after initial activation
  216. chatmsg "WORKING" -1
  217. else
  218. //after each teleport (except first)
  219. chatmsg "TP'ed to location number %d" -1 28@
  220. end
  221. call @Teleport_Nth_Location 2 memory_address 15@ index 28@
  222. 28@ += 1
  223. wait 3000
  224. else
  225. if 28@ > 0
  226. then
  227. // only after deactivation
  228. chatmsg "ENDING..." -1
  229. end
  230. 28@ = 0
  231. end
  232. //AUTO//
  233.  
  234. if dialog.CheckBoxIsChecked(1@, 3)
  235. then
  236. if 9@ == 0
  237. then
  238. 9@ = 1
  239. printf "~y~QuestTool ~g~ ON" time 100
  240. end
  241. Actor.StorePos($PLAYER_ACTOR, 5@, 6@, 7@)
  242. call @SendFakeSpecSync 3 5@ 6@ 7@
  243. else
  244. 9@ = 0
  245. end
  246.  
  247. /*
  248. if dialog.CheckBoxIsChecked(1@, 3)
  249. then
  250. printf "~y~QuestTool ~g~ ON" time 3000
  251. else
  252. printf "~y~QuestTool ~r~ OFF" time 3000
  253. end
  254. */
  255.  
  256. END //WHILE TRUE
  257.  
  258.  
  259. :No_licence_behaviour
  260. {
  261. 0@ - licence type (0 - none, 1 - normal, 2 - vip)
  262. }
  263. if 0@ == 0
  264. then
  265. wait 5000
  266. chatmsg "{ff4444}Licenta ta nu este buna sau ai uitat s-o pui." -1
  267. chatmsg "{ff4444}Pentru a folosi licenta, scri-o in fisierul License.ini" -1
  268. chatmsg "{ff4444}Model License.ini :" -1
  269. chatmsg "{ff4444}[License]" -1
  270. chatmsg "{ff4444}=11111111" -1
  271. end
  272. ret 0
  273.  
  274.  
  275. :Music_buttons_behaviour
  276. {
  277. 0@ - dialog_control_id
  278. 1@ - mp3_handle
  279. }
  280. if 0@ == -1
  281. then
  282. 0AAD: set_mp3 1@ perform_action 0 //0=stop, 1=play, 2=pause, 3=resume
  283. end
  284.  
  285. if 0@ == -2
  286. then
  287. 0AAD: set_mp3 1@ perform_action 3 //0=stop, 1=play, 2=pause, 3=resume
  288. end
  289.  
  290. if 0@ == -3
  291. then
  292. 0AAD: set_mp3 1@ perform_action 2 //0=stop, 1=play, 2=pause, 3=resume
  293. end
  294. ret 0
  295.  
  296.  
  297.  
  298. :Teleport_Nth_Location
  299. {
  300. 0@ = memory address of locations array
  301. 1@ = index of location (0-149)
  302. }
  303. call @Get_Nth_Location 2 memory_address 0@ index 1@ _returned_XYZ 29@ 30@ 31@
  304. Actor.PutAt($PLAYER_ACTOR, 29@, 30@, 31@)
  305. chatmsg "Te-ai teleportat la pizza%d" -1 1@
  306. ret 0
  307.  
  308. //others//
  309. :SendFakeSpecSync
  310. Actor.StorePos($PLAYER_ACTOR, 5@, 6@, 7@)
  311. alloc 8@ 18
  312. 0C0D: struct 8@ offset 0 size 2 = 0 // sLeftRightKeys;
  313. 0C0D: struct 8@ offset 2 size 2 = 0 // sUpDownKeys;
  314. 0C0D: struct 8@ offset 4 size 2 = 0 // sKeys;
  315. 0C0D: struct 8@ offset 6 size 4 = 5@ //fPosition[X];
  316. 0C0D: struct 8@ offset 10 size 4 = 6@ // fPosition[Y];
  317. 0C0D: struct 8@ offset 14 size 4 = 7@ //fPosition[Z];
  318. 0B3D: raknet 10@ = new_bit_stream
  319. 0B40: raknet bit_stream 10@ write 212 type 0 size 1
  320. 0B40: raknet bit_stream 10@ write 8@ type 5 size 18
  321. 0B8B: raknet send bit_stream 10@
  322. 0B3E: raknet delete_bit_stream 10@
  323. free 8@
  324. ret 0
  325.  
  326. :packet_manage
  327. 0BE5: raknet 6@ = get_hook_param 1
  328. if and
  329. 9@ == 1
  330. 6@ == 207
  331. then
  332. 0BE0: raknet hook_ret false
  333. else
  334. 0BE0: raknet hook_ret true
  335. end
  336. if and
  337. 9@ == 1
  338. 6@ == 200
  339. then
  340. 0BE0: raknet hook_ret false
  341. else
  342. 0BE0: raknet hook_ret true
  343. end
  344.  
  345.  
  346.  
  347. :License_check
  348. {
  349. 0@ - license id
  350. }
  351. 30@ = 500 // array size (30 * 4 = 180, additional space just for safety if more licences were added)
  352. alloc 31@ 30@
  353. 0C0D: struct 31@ offset 0 size 4 = 92910645 // 1
  354. 0C0D: struct 31@ offset 4 size 4 = 51252927 // 2
  355. 0C0D: struct 31@ offset 8 size 4 = 84911519 // 3
  356. 0C0D: struct 31@ offset 12 size 4 = 92800751 // 4
  357. 0C0D: struct 31@ offset 16 size 4 = 55613307 // 5
  358. 0C0D: struct 31@ offset 20 size 4 = 34202980 // 6
  359. 0C0D: struct 31@ offset 24 size 4 = 78503053 // 7
  360. 0C0D: struct 31@ offset 28 size 4 = 22754779 // 8
  361. 0C0D: struct 31@ offset 32 size 4 = 46785724 // 9
  362. 0C0D: struct 31@ offset 36 size 4 = 17029949 // 10
  363. 0C0D: struct 31@ offset 40 size 4 = 41352408 // 11
  364. 0C0D: struct 31@ offset 44 size 4 = 89870363 // 12
  365. 0C0D: struct 31@ offset 48 size 4 = 92732147 // 13
  366. 0C0D: struct 31@ offset 52 size 4 = 42326738 // 14
  367. 0C0D: struct 31@ offset 56 size 4 = 46710900 // 15
  368. 0C0D: struct 31@ offset 60 size 4 = 18821263 // 16
  369. 0C0D: struct 31@ offset 64 size 4 = 64910184 // 17
  370. 0C0D: struct 31@ offset 68 size 4 = 13303253 // 18
  371. 0C0D: struct 31@ offset 72 size 4 = 95664354 // 19
  372. 0C0D: struct 31@ offset 76 size 4 = 36849111 // 20
  373. 0C0D: struct 31@ offset 80 size 4 = 26225305 // 21
  374. 0C0D: struct 31@ offset 84 size 4 = 65698074 // 22
  375. 0C0D: struct 31@ offset 88 size 4 = 63606509 // 23
  376. 0C0D: struct 31@ offset 92 size 4 = 81119409 // 24
  377. 0C0D: struct 31@ offset 96 size 4 = 32241664 // 25
  378. 0C0D: struct 31@ offset 100 size 4 = 71907135 // 26
  379. 0C0D: struct 31@ offset 104 size 4 = 57061823 // 27
  380. 0C0D: struct 31@ offset 108 size 4 = 82438621 // 28
  381. 0C0D: struct 31@ offset 112 size 4 = 82169559 // 29
  382. 0C0D: struct 31@ offset 116 size 4 = 20622553 // 30
  383. 0C0D: struct 31@ offset 120 size 4 = 0 // 0 at the end just to know that it's the end of licence IDs (equivalent of null-terminating strings)
  384.  
  385. 27@ = 0 // license status (0 - no license found, 1 - license found, 2 - vip license)
  386.  
  387. for 29@ = 0 to 30@ step 4 // for each lincense address
  388. 0C0C: 28@ = struct 31@ offset 29@ size 4 // get license to 28@
  389. if 003B: 28@ == 0@ // (int)
  390. then
  391. 27@ = 1
  392. end
  393. end
  394.  
  395. if 0@ == 128549
  396. then
  397. 27@ = 2
  398. end
  399.  
  400. free 31@
  401. 0AB2: ret 1 27@
  402.  
  403.  
  404.  
  405.  
  406. //manual quest//
  407. :Get_Nth_Location
  408. {
  409. 0@ - memory_address (received from "alloc")
  410. 1@ - index of the location (1-150)
  411. }
  412. 1@ *= 12 // index * 12 because 1 location takes 12 bytes (x y z values, 4 bytes each)
  413. 0C0C: 29@ = struct 0@ offset 1@ size 4 // read x value
  414. 1@ += 4 // move to y offset
  415. 0C0C: 30@ = struct 0@ offset 1@ size 4 // read y value
  416. 1@ += 4 // move to z offset
  417. 0C0C: 31@ = struct 0@ offset 1@ size 4 // read z value
  418. ret 3 29@ 30@ 31@ // return xyz
  419.  
  420. :Load_Locations
  421. {
  422. 0@ - memory_address (received from "alloc")
  423. }
  424. //0
  425. 0C0D: struct 0@ offset 0 size 4 = 2838.3
  426. 0C0D: struct 0@ offset 4 size 4 = -2363.7
  427. 0C0D: struct 0@ offset 8 size 4 = 31.0
  428. //1
  429. 0C0D: struct 0@ offset 12 size 4 = 2271.1
  430. 0C0D: struct 0@ offset 16 size 4 = -2562.8
  431. 0C0D: struct 0@ offset 20 size 4 = 8.3
  432. //2
  433. 0C0D: struct 0@ offset 24 size 4 = 2247.2
  434. 0C0D: struct 0@ offset 28 size 4 = -2284.4
  435. 0C0D: struct 0@ offset 32 size 4 = 14.7
  436. //3
  437. 0C0D: struct 0@ offset 36 size 4 = 2556.7
  438. 0C0D: struct 0@ offset 40 size 4 = -2122.8
  439. 0C0D: struct 0@ offset 44 size 4 = 0.6
  440. //4
  441. 0C0D: struct 0@ offset 48 size 4 = 2240.7
  442. 0C0D: struct 0@ offset 52 size 4 = -2054.1
  443. 0C0D: struct 0@ offset 56 size 4 = 17.2
  444. //5
  445. 0C0D: struct 0@ offset 60 size 4 = 2793.9
  446. 0C0D: struct 0@ offset 64 size 4 = -1944.4
  447. 0C0D: struct 0@ offset 68 size 4 = 17.3
  448. //6
  449. 0C0D: struct 0@ offset 72 size 4 = 2271.5
  450. 0C0D: struct 0@ offset 76 size 4 = -1874.0
  451. 0C0D: struct 0@ offset 80 size 4 = 14.2
  452. //7
  453. 0C0D: struct 0@ offset 84 size 4 = 2505.7
  454. 0C0D: struct 0@ offset 88 size 4 = -1695.3
  455. 0C0D: struct 0@ offset 92 size 4 = 13.5
  456. //8
  457. 0C0D: struct 0@ offset 96 size 4 = 2459.4
  458. 0C0D: struct 0@ offset 100 size 4 = -1458.8
  459. 0C0D: struct 0@ offset 104 size 4 = 24.0
  460. //9
  461. 0C0D: struct 0@ offset 108 size 4 = 2789.7
  462. 0C0D: struct 0@ offset 112 size 4 = -1426.2
  463. 0C0D: struct 0@ offset 116 size 4 = 40.0
  464. //10
  465. 0C0D: struct 0@ offset 120 size 4 = 2416.7
  466. 0C0D: struct 0@ offset 124 size 4 = -1214.0
  467. 0C0D: struct 0@ offset 128 size 4 = 32.7
  468. //11
  469. 0C0D: struct 0@ offset 132 size 4 = 2496.2
  470. 0C0D: struct 0@ offset 136 size 4 = -1014.7
  471. 0C0D: struct 0@ offset 140 size 4 = 65.3
  472. //12
  473. 0C0D: struct 0@ offset 144 size 4 = 2286.6
  474. 0C0D: struct 0@ offset 148 size 4 = -1354.2
  475. 0C0D: struct 0@ offset 152 size 4 = 30.5
  476. //13
  477. 0C0D: struct 0@ offset 156 size 4 = 2216.4
  478. 0C0D: struct 0@ offset 160 size 4 = -1177.3
  479. 0C0D: struct 0@ offset 164 size 4 = 26.7
  480. //14
  481. 0C0D: struct 0@ offset 168 size 4 = 1968.1
  482. 0C0D: struct 0@ offset 172 size 4 = -1214.0
  483. 0C0D: struct 0@ offset 176 size 4 = 17.9
  484. //15
  485. 0C0D: struct 0@ offset 180 size 4 = 1974.8
  486. 0C0D: struct 0@ offset 184 size 4 = -1779.2
  487. 0C0D: struct 0@ offset 188 size 4 = 17.3
  488. //16
  489. 0C0D: struct 0@ offset 192 size 4 = 1942.6
  490. 0C0D: struct 0@ offset 196 size 4 = -938.7
  491. 0C0D: struct 0@ offset 200 size 4 = 63.5
  492. //17
  493. 0C0D: struct 0@ offset 204 size 4 = 1869.0
  494. 0C0D: struct 0@ offset 208 size 4 = -1362.6
  495. 0C0D: struct 0@ offset 212 size 4 = 13.5
  496. //18
  497. 0C0D: struct 0@ offset 216 size 4 = 1816.1
  498. 0C0D: struct 0@ offset 220 size 4 = -1541.4
  499. 0C0D: struct 0@ offset 224 size 4 = 16.2
  500. //19
  501. 0C0D: struct 0@ offset 228 size 4 = 1735.3
  502. 0C0D: struct 0@ offset 232 size 4 = -1960.6
  503. 0C0D: struct 0@ offset 236 size 4 = 19.2
  504. //20
  505. 0C0D: struct 0@ offset 240 size 4 = 2237.6
  506. 0C0D: struct 0@ offset 244 size 4 = -357.8
  507. 0C0D: struct 0@ offset 248 size 4 = 42.2
  508. //21
  509. 0C0D: struct 0@ offset 252 size 4 = 1630.6
  510. 0C0D: struct 0@ offset 256 size 4 = -986.6
  511. 0C0D: struct 0@ offset 260 size 4 = 24.0
  512. //22
  513. 0C0D: struct 0@ offset 264 size 4 = 1643.7
  514. 0C0D: struct 0@ offset 268 size 4 = -1008.6
  515. 0C0D: struct 0@ offset 272 size 4 = 50.0
  516. //23
  517. 0C0D: struct 0@ offset 276 size 4 = 1448.6
  518. 0C0D: struct 0@ offset 280 size 4 = -2276.0
  519. 0C0D: struct 0@ offset 284 size 4 = 13.5
  520. //24
  521. 0C0D: struct 0@ offset 288 size 4 = 1449.5
  522. 0C0D: struct 0@ offset 292 size 4 = -1848.9
  523. 0C0D: struct 0@ offset 296 size 4 = 13.9
  524. //25
  525. 0C0D: struct 0@ offset 300 size 4 = 1245.1
  526. 0C0D: struct 0@ offset 304 size 4 = -1583.9
  527. 0C0D: struct 0@ offset 308 size 4 = 22.9
  528. //26
  529. 0C0D: struct 0@ offset 312 size 4 = 1508.7
  530. 0C0D: struct 0@ offset 316 size 4 = -1390.8
  531. 0C0D: struct 0@ offset 320 size 4 = 13.8
  532. //27
  533. 0C0D: struct 0@ offset 324 size 4 = 1525.0
  534. 0C0D: struct 0@ offset 328 size 4 = -1222.8
  535. 0C0D: struct 0@ offset 332 size 4 = 16.9
  536. //28
  537. 0C0D: struct 0@ offset 336 size 4 = 1413.7
  538. 0C0D: struct 0@ offset 340 size 4 = -1322.3
  539. 0C0D: struct 0@ offset 344 size 4 = 8.8
  540. //29
  541. 0C0D: struct 0@ offset 348 size 4 = 1127.1
  542. 0C0D: struct 0@ offset 352 size 4 = -2200.1
  543. 0C0D: struct 0@ offset 356 size 4 = 63.4
  544. //30
  545. 0C0D: struct 0@ offset 360 size 4 = 1330.0
  546. 0C0D: struct 0@ offset 364 size 4 = -1228.1
  547. 0C0D: struct 0@ offset 368 size 4 = 18.1
  548. //31
  549. 0C0D: struct 0@ offset 372 size 4 = 1291.9
  550. 0C0D: struct 0@ offset 376 size 4 = -994.4
  551. 0C0D: struct 0@ offset 380 size 4 = 32.6
  552. //32
  553. 0C0D: struct 0@ offset 384 size 4 = 1291.2
  554. 0C0D: struct 0@ offset 388 size 4 = -788.0
  555. 0C0D: struct 0@ offset 392 size 4 = 96.4
  556. //33
  557. 0C0D: struct 0@ offset 396 size 4 = 1354.1
  558. 0C0D: struct 0@ offset 400 size 4 = -630.3
  559. 0C0D: struct 0@ offset 404 size 4 = 109.1
  560. //34
  561. 0C0D: struct 0@ offset 408 size 4 = 1020.8
  562. 0C0D: struct 0@ offset 412 size 4 = -1614.0
  563. 0C0D: struct 0@ offset 416 size 4 = 20.6
  564. //35
  565. 0C0D: struct 0@ offset 420 size 4 = 993.9
  566. 0C0D: struct 0@ offset 424 size 4 = -1549.6
  567. 0C0D: struct 0@ offset 428 size 4 = -2.7
  568. //36
  569. 0C0D: struct 0@ offset 432 size 4 = 673.9
  570. 0C0D: struct 0@ offset 436 size 4 = -1867.4
  571. 0C0D: struct 0@ offset 440 size 4 = 3.2
  572. //37
  573. 0C0D: struct 0@ offset 444 size 4 = 472.5
  574. 0C0D: struct 0@ offset 448 size 4 = -1513.4
  575. 0C0D: struct 0@ offset 452 size 4 = 20.5
  576. //38
  577. 0C0D: struct 0@ offset 456 size 4 = 811.4
  578. 0C0D: struct 0@ offset 460 size 4 = -1268.0
  579. 0C0D: struct 0@ offset 464 size 4 = 13.5
  580. //39
  581. 0C0D: struct 0@ offset 468 size 4 = 810.9
  582. 0C0D: struct 0@ offset 472 size 4 = -1108.5
  583. 0C0D: struct 0@ offset 476 size 4 = 25.7
  584. //40
  585. 0C0D: struct 0@ offset 480 size 4 = 932.1
  586. 0C0D: struct 0@ offset 484 size 4 = -921.6
  587. 0C0D: struct 0@ offset 488 size 4 = 42.6
  588. //41
  589. 0C0D: struct 0@ offset 492 size 4 = 945.8
  590. 0C0D: struct 0@ offset 496 size 4 = -574.1
  591. 0C0D: struct 0@ offset 500 size 4 = 114.3
  592. //42
  593. 0C0D: struct 0@ offset 504 size 4 = 820.1
  594. 0C0D: struct 0@ offset 508 size 4 = -560.2
  595. 0C0D: struct 0@ offset 512 size 4 = 20.3
  596. //43
  597. 0C0D: struct 0@ offset 516 size 4 = 485.2
  598. 0C0D: struct 0@ offset 520 size 4 = -1114.8
  599. 0C0D: struct 0@ offset 524 size 4 = 82.3
  600. //44
  601. 0C0D: struct 0@ offset 528 size 4 = 135.4
  602. 0C0D: struct 0@ offset 532 size 4 = -1473.8
  603. 0C0D: struct 0@ offset 536 size 4 = 25.2
  604. //45
  605. 0C0D: struct 0@ offset 540 size 4 = 393.6
  606. 0C0D: struct 0@ offset 544 size 4 = -2057.5
  607. 0C0D: struct 0@ offset 548 size 4 = 10.7
  608. //46
  609. 0C0D: struct 0@ offset 552 size 4 = 690.1
  610. 0C0D: struct 0@ offset 556 size 4 = -1697.5
  611. 0C0D: struct 0@ offset 560 size 4 = 3.2
  612. //47
  613. 0C0D: struct 0@ offset 564 size 4 = 1310.3
  614. 0C0D: struct 0@ offset 568 size 4 = 165.0
  615. 0C0D: struct 0@ offset 572 size 4 = 20.4
  616. //48
  617. 0C0D: struct 0@ offset 576 size 4 = 1488.8
  618. 0C0D: struct 0@ offset 580 size 4 = -1721.2
  619. 0C0D: struct 0@ offset 584 size 4 = 8.2
  620. //49
  621. 0C0D: struct 0@ offset 588 size 4 = 706.1
  622. 0C0D: struct 0@ offset 592 size 4 = -915.5
  623. 0C0D: struct 0@ offset 596 size 4 = 78.5
  624. //50
  625. 0C0D: struct 0@ offset 600 size 4 = 1628.2
  626. 0C0D: struct 0@ offset 604 size 4 = 599.2
  627. 0C0D: struct 0@ offset 608 size 4 = 1.7
  628. //51
  629. 0C0D: struct 0@ offset 612 size 4 = 1886.8
  630. 0C0D: struct 0@ offset 616 size 4 = 742.2
  631. 0C0D: struct 0@ offset 620 size 4 = 19.3
  632. //52
  633. 0C0D: struct 0@ offset 624 size 4 = 2026.1
  634. 0C0D: struct 0@ offset 628 size 4 = 712.5
  635. 0C0D: struct 0@ offset 632 size 4 = 11.3
  636. //53
  637. 0C0D: struct 0@ offset 636 size 4 = 2359.6
  638. 0C0D: struct 0@ offset 640 size 4 = 547.1
  639. 0C0D: struct 0@ offset 644 size 4 = 1.7
  640. //54
  641. 0C0D: struct 0@ offset 648 size 4 = 2558.4
  642. 0C0D: struct 0@ offset 652 size 4 = 785.5
  643. 0C0D: struct 0@ offset 656 size 4 = 5.3
  644. //55
  645. 0C0D: struct 0@ offset 660 size 4 = 2801.1
  646. 0C0D: struct 0@ offset 664 size 4 = 867.5
  647. 0C0D: struct 0@ offset 668 size 4 = 14.2
  648. //56
  649. 0C0D: struct 0@ offset 672 size 4 = 1856.4
  650. 0C0D: struct 0@ offset 676 size 4 = 1000.9
  651. 0C0D: struct 0@ offset 680 size 4 = 10.8
  652. //57
  653. 0C0D: struct 0@ offset 684 size 4 = 1747.3
  654. 0C0D: struct 0@ offset 688 size 4 = 1049.1
  655. 0C0D: struct 0@ offset 692 size 4 = 10.7
  656. //58
  657. 0C0D: struct 0@ offset 696 size 4 = 1000.5
  658. 0C0D: struct 0@ offset 700 size 4 = 1067.9
  659. 0C0D: struct 0@ offset 704 size 4 = 10.8
  660. //59
  661. 0C0D: struct 0@ offset 708 size 4 = 2058.2
  662. 0C0D: struct 0@ offset 712 size 4 = 1155.4
  663. 0C0D: struct 0@ offset 716 size 4 = 10.8
  664. //60
  665. 0C0D: struct 0@ offset 720 size 4 = 2301.9
  666. 0C0D: struct 0@ offset 724 size 4 = 1268.0
  667. 0C0D: struct 0@ offset 728 size 4 = 67.4
  668. //61
  669. 0C0D: struct 0@ offset 732 size 4 = 2341.0
  670. 0C0D: struct 0@ offset 736 size 4 = 1389.1
  671. 0C0D: struct 0@ offset 740 size 4 = 30.0
  672. //62
  673. 0C0D: struct 0@ offset 744 size 4 = 1675.7
  674. 0C0D: struct 0@ offset 748 size 4 = 1460.4
  675. 0C0D: struct 0@ offset 752 size 4 = 10.7
  676. //63
  677. 0C0D: struct 0@ offset 756 size 4 = 1290.4
  678. 0C0D: struct 0@ offset 760 size 4 = 1497.8
  679. 0C0D: struct 0@ offset 764 size 4 = 10.8
  680. //64
  681. 0C0D: struct 0@ offset 768 size 4 = 1160.7
  682. 0C0D: struct 0@ offset 772 size 4 = 1394.0
  683. 0C0D: struct 0@ offset 776 size 4 = 5.8
  684. //65
  685. 0C0D: struct 0@ offset 780 size 4 = 919.1
  686. 0C0D: struct 0@ offset 784 size 4 = 1651.3
  687. 0C0D: struct 0@ offset 788 size 4 = 8.6
  688. //66
  689. 0C0D: struct 0@ offset 792 size 4 = 1571.7
  690. 0C0D: struct 0@ offset 796 size 4 = 1681.1
  691. 0C0D: struct 0@ offset 800 size 4 = 14.8
  692. //67
  693. 0C0D: struct 0@ offset 804 size 4 = 2245.3
  694. 0C0D: struct 0@ offset 808 size 4 = 1743.6
  695. 0C0D: struct 0@ offset 812 size 4 = 11.0
  696. //68
  697. 0C0D: struct 0@ offset 816 size 4 = 2826.8
  698. 0C0D: struct 0@ offset 820 size 4 = 1637.8
  699. 0C0D: struct 0@ offset 824 size 4 = 10.8
  700. //69
  701. 0C0D: struct 0@ offset 828 size 4 = 2635.8
  702. 0C0D: struct 0@ offset 832 size 4 = 1835.1
  703. 0C0D: struct 0@ offset 836 size 4 = 15.0
  704. //70
  705. 0C0D: struct 0@ offset 840 size 4 = 664.7
  706. 0C0D: struct 0@ offset 844 size 4 = 1710.6
  707. 0C0D: struct 0@ offset 848 size 4 = 10.9
  708. //71
  709. 0C0D: struct 0@ offset 852 size 4 = 784.8
  710. 0C0D: struct 0@ offset 856 size 4 = 1952.4
  711. 0C0D: struct 0@ offset 860 size 4 = 5.7
  712. //72
  713. 0C0D: struct 0@ offset 864 size 4 = 922.1
  714. 0C0D: struct 0@ offset 868 size 4 = 2068.9
  715. 0C0D: struct 0@ offset 872 size 4 = 10.8
  716. //73
  717. 0C0D: struct 0@ offset 876 size 4 = 1066.2
  718. 0C0D: struct 0@ offset 880 size 4 = 2170.0
  719. 0C0D: struct 0@ offset 884 size 4 = 10.8
  720. //74
  721. 0C0D: struct 0@ offset 888 size 4 = 1663.0
  722. 0C0D: struct 0@ offset 892 size 4 = 1997.2
  723. 0C0D: struct 0@ offset 896 size 4 = 11.0
  724. //75
  725. 0C0D: struct 0@ offset 900 size 4 = 2234.1
  726. 0C0D: struct 0@ offset 904 size 4 = 1943.4
  727. 0C0D: struct 0@ offset 908 size 4 = 15.5
  728. //76
  729. 0C0D: struct 0@ offset 912 size 4 = 2103.7
  730. 0C0D: struct 0@ offset 916 size 4 = 2007.5
  731. 0C0D: struct 0@ offset 920 size 4 = 10.8
  732. //77
  733. 0C0D: struct 0@ offset 924 size 4 = 2783.4
  734. 0C0D: struct 0@ offset 928 size 4 = 2014.3
  735. 0C0D: struct 0@ offset 932 size 4 = 4.0
  736. //78
  737. 0C0D: struct 0@ offset 936 size 4 = 2621.1
  738. 0C0D: struct 0@ offset 940 size 4 = 2137.5
  739. 0C0D: struct 0@ offset 944 size 4 = 14.1
  740. //79
  741. 0C0D: struct 0@ offset 948 size 4 = 2833.8
  742. 0C0D: struct 0@ offset 952 size 4 = 2254.2
  743. 0C0D: struct 0@ offset 956 size 4 = 11.0
  744. //80
  745. 0C0D: struct 0@ offset 960 size 4 = 2591.3
  746. 0C0D: struct 0@ offset 964 size 4 = 2391.4
  747. 0C0D: struct 0@ offset 968 size 4 = 16.6
  748. //81
  749. 0C0D: struct 0@ offset 972 size 4 = 1804.7
  750. 0C0D: struct 0@ offset 976 size 4 = 2162.1
  751. 0C0D: struct 0@ offset 980 size 4 = 10.8
  752. //82
  753. 0C0D: struct 0@ offset 984 size 4 = 1553.2
  754. 0C0D: struct 0@ offset 988 size 4 = 2188.3
  755. 0C0D: struct 0@ offset 992 size 4 = 11.3
  756. //83
  757. 0C0D: struct 0@ offset 996 size 4 = 1379.7
  758. 0C0D: struct 0@ offset 1000 size 4 = 2211.7
  759. 0C0D: struct 0@ offset 1004 size 4 = 12.0
  760. //84
  761. 0C0D: struct 0@ offset 1008 size 4 = 1662.1
  762. 0C0D: struct 0@ offset 1012 size 4 = 2371.6
  763. 0C0D: struct 0@ offset 1016 size 4 = 10.8
  764. //85
  765. 0C0D: struct 0@ offset 1020 size 4 = 2380.4
  766. 0C0D: struct 0@ offset 1024 size 4 = 2496.8
  767. 0C0D: struct 0@ offset 1028 size 4 = 12.0
  768. //86
  769. 0C0D: struct 0@ offset 1032 size 4 = 2332.3
  770. 0C0D: struct 0@ offset 1036 size 4 = 2357.0
  771. 0C0D: struct 0@ offset 1040 size 4 = 10.8
  772. //87
  773. 0C0D: struct 0@ offset 1044 size 4 = 2190.5
  774. 0C0D: struct 0@ offset 1048 size 4 = 2410.8
  775. 0C0D: struct 0@ offset 1052 size 4 = 73.0
  776. //88
  777. 0C0D: struct 0@ offset 1056 size 4 = 2183.9
  778. 0C0D: struct 0@ offset 1060 size 4 = 2534.3
  779. 0C0D: struct 0@ offset 1064 size 4 = 10.8
  780. //89
  781. 0C0D: struct 0@ offset 1068 size 4 = 2831.7
  782. 0C0D: struct 0@ offset 1072 size 4 = 2561.7
  783. 0C0D: struct 0@ offset 1076 size 4 = 17.6
  784. //90
  785. 0C0D: struct 0@ offset 1080 size 4 = 2618.5
  786. 0C0D: struct 0@ offset 1084 size 4 = 2721.1
  787. 0C0D: struct 0@ offset 1088 size 4 = 36.5
  788. //91
  789. 0C0D: struct 0@ offset 1092 size 4 = 2503.0
  790. 0C0D: struct 0@ offset 1096 size 4 = 2843.1
  791. 0C0D: struct 0@ offset 1100 size 4 = 10.8
  792. //92
  793. 0C0D: struct 0@ offset 1104 size 4 = 2337.6
  794. 0C0D: struct 0@ offset 1108 size 4 = 2783.9
  795. 0C0D: struct 0@ offset 1112 size 4 = 10.8
  796. //93
  797. 0C0D: struct 0@ offset 1116 size 4 = 2157.5
  798. 0C0D: struct 0@ offset 1120 size 4 = 2819.4
  799. 0C0D: struct 0@ offset 1124 size 4 = 10.8
  800. //94
  801. 0C0D: struct 0@ offset 1128 size 4 = 1983.3
  802. 0C0D: struct 0@ offset 1132 size 4 = 2782.6
  803. 0C0D: struct 0@ offset 1136 size 4 = 10.9
  804. //95
  805. 0C0D: struct 0@ offset 1140 size 4 = 1775.2
  806. 0C0D: struct 0@ offset 1144 size 4 = 2797.0
  807. 0C0D: struct 0@ offset 1148 size 4 = 8.3
  808. //96
  809. 0C0D: struct 0@ offset 1152 size 4 = 1525.4
  810. 0C0D: struct 0@ offset 1156 size 4 = 2785.5
  811. 0C0D: struct 0@ offset 1160 size 4 = 10.8
  812. //97
  813. 0C0D: struct 0@ offset 1164 size 4 = 1389.6
  814. 0C0D: struct 0@ offset 1168 size 4 = 2648.4
  815. 0C0D: struct 0@ offset 1172 size 4 = 11.3
  816. //98
  817. 0C0D: struct 0@ offset 1176 size 4 = 1389.6
  818. 0C0D: struct 0@ offset 1180 size 4 = 2648.4
  819. 0C0D: struct 0@ offset 1184 size 4 = 11.3
  820. //99
  821. 0C0D: struct 0@ offset 1188 size 4 = 1206.3
  822. 0C0D: struct 0@ offset 1192 size 4 = 2610.9
  823. 0C0D: struct 0@ offset 1196 size 4 = 10.8
  824. //100
  825. 0C0D: struct 0@ offset 1200 size 4 = 91.2
  826. 0C0D: struct 0@ offset 1204 size 4 = -1019.9
  827. 0C0D: struct 0@ offset 1208 size 4 = 35.9
  828. //101
  829. 0C0D: struct 0@ offset 1212 size 4 = -2655.8
  830. 0C0D: struct 0@ offset 1216 size 4 = 1594.1
  831. 0C0D: struct 0@ offset 1220 size 4 = 64.4
  832. //102
  833. 0C0D: struct 0@ offset 1224 size 4 = -2659.6
  834. 0C0D: struct 0@ offset 1228 size 4 = 1531.0
  835. 0C0D: struct 0@ offset 1232 size 4 = 55.0
  836. //103
  837. 0C0D: struct 0@ offset 1236 size 4 = -1689.8
  838. 0C0D: struct 0@ offset 1240 size 4 = 1335.3
  839. 0C0D: struct 0@ offset 1244 size 4 = 16.3
  840. //104
  841. 0C0D: struct 0@ offset 1248 size 4 = -2434.4
  842. 0C0D: struct 0@ offset 1252 size 4 = 1250.8
  843. 0C0D: struct 0@ offset 1256 size 4 = 32.4
  844. //105
  845. 0C0D: struct 0@ offset 1260 size 4 = -2812.6
  846. 0C0D: struct 0@ offset 1264 size 4 = 1037.2
  847. 0C0D: struct 0@ offset 1268 size 4 = 28.8
  848. //106
  849. 0C0D: struct 0@ offset 1272 size 4 = -2313.3
  850. 0C0D: struct 0@ offset 1276 size 4 = 1068.4
  851. 0C0D: struct 0@ offset 1280 size 4 = 65.5
  852. //107
  853. 0C0D: struct 0@ offset 1284 size 4 = -2668.8
  854. 0C0D: struct 0@ offset 1288 size 4 = 931.2
  855. 0C0D: struct 0@ offset 1292 size 4 = 77.9
  856. //108
  857. 0C0D: struct 0@ offset 1296 size 4 = -2674.3
  858. 0C0D: struct 0@ offset 1300 size 4 = 857.6
  859. 0C0D: struct 0@ offset 1304 size 4 = 76.2
  860. //109
  861. 0C0D: struct 0@ offset 1308 size 4 = -2423.1
  862. 0C0D: struct 0@ offset 1312 size 4 = 935.6
  863. 0C0D: struct 0@ offset 1316 size 4 = 51.3
  864. //110
  865. 0C0D: struct 0@ offset 1320 size 4 = -2213.4
  866. 0C0D: struct 0@ offset 1324 size 4 = 995.1
  867. 0C0D: struct 0@ offset 1328 size 4 = 81.1
  868. //111
  869. 0C0D: struct 0@ offset 1332 size 4 = -2042.5
  870. 0C0D: struct 0@ offset 1336 size 4 = 972.9
  871. 0C0D: struct 0@ offset 1340 size 4 = 54.6
  872. //112
  873. 0C0D: struct 0@ offset 1344 size 4 = -1850.3
  874. 0C0D: struct 0@ offset 1348 size 4 = 1037.5
  875. 0C0D: struct 0@ offset 1352 size 4 = 46.0
  876. //113
  877. 0C0D: struct 0@ offset 1356 size 4 = -1693.9
  878. 0C0D: struct 0@ offset 1360 size 4 = 1039.9
  879. 0C0D: struct 0@ offset 1364 size 4 = 56.9
  880. //114
  881. 0C0D: struct 0@ offset 1368 size 4 = -1610.5
  882. 0C0D: struct 0@ offset 1372 size 4 = 871.5
  883. 0C0D: struct 0@ offset 1376 size 4 = 9.2
  884. //115
  885. 0C0D: struct 0@ offset 1380 size 4 = -1756.5
  886. 0C0D: struct 0@ offset 1384 size 4 = 805.1
  887. 0C0D: struct 0@ offset 1388 size 4 = 44.4
  888. //116
  889. 0C0D: struct 0@ offset 1392 size 4 = -2042.2
  890. 0C0D: struct 0@ offset 1396 size 4 = 837.2
  891. 0C0D: struct 0@ offset 1400 size 4 = 55.5
  892. //117
  893. 0C0D: struct 0@ offset 1404 size 4 = -2574.8
  894. 0C0D: struct 0@ offset 1408 size 4 = 654.0
  895. 0C0D: struct 0@ offset 1412 size 4 = 14.4
  896. //118
  897. 0C0D: struct 0@ offset 1416 size 4 = -2160.2
  898. 0C0D: struct 0@ offset 1420 size 4 = 648.8
  899. 0C0D: struct 0@ offset 1424 size 4 = 52.3
  900. //119
  901. 0C0D: struct 0@ offset 1428 size 4 = -2640.3
  902. 0C0D: struct 0@ offset 1432 size 4 = 762.0
  903. 0C0D: struct 0@ offset 1436 size 4 = 42.0
  904. //120
  905. 0C0D: struct 0@ offset 1440 size 4 = -2500.9
  906. 0C0D: struct 0@ offset 1444 size 4 = 517.3
  907. 0C0D: struct 0@ offset 1448 size 4 = 30.0
  908. //121
  909. 0C0D: struct 0@ offset 1452 size 4 = -1683.8
  910. 0C0D: struct 0@ offset 1456 size 4 = 583.8
  911. 0C0D: struct 0@ offset 1460 size 4 = 28.6
  912. //122
  913. 0C0D: struct 0@ offset 1464 size 4 = -2707.9
  914. 0C0D: struct 0@ offset 1468 size 4 = 377.9
  915. 0C0D: struct 0@ offset 1472 size 4 = 11.9
  916. //123
  917. 0C0D: struct 0@ offset 1476 size 4 = -1959.7
  918. 0C0D: struct 0@ offset 1480 size 4 = 456.3
  919. 0C0D: struct 0@ offset 1484 size 4 = 35.1
  920. //124
  921. 0C0D: struct 0@ offset 1488 size 4 = -1793.3
  922. 0C0D: struct 0@ offset 1492 size 4 = 399.4
  923. 0C0D: struct 0@ offset 1496 size 4 = 16.6
  924. //125
  925. 0C0D: struct 0@ offset 1500 size 4 = 1829.3
  926. 0C0D: struct 0@ offset 1504 size 4 = 350.6
  927. 0C0D: struct 0@ offset 1508 size 4 = 2.1
  928. //126
  929. 0C0D: struct 0@ offset 1512 size 4 = -1322.2
  930. 0C0D: struct 0@ offset 1516 size 4 = 494.4
  931. 0C0D: struct 0@ offset 1520 size 4 = 22.5
  932. //127
  933. 0C0D: struct 0@ offset 1524 size 4 = -1410.7
  934. 0C0D: struct 0@ offset 1528 size 4 = 290.0
  935. 0C0D: struct 0@ offset 1532 size 4 = 1.1
  936. //128
  937. 0C0D: struct 0@ offset 1536 size 4 = -1723.0
  938. 0C0D: struct 0@ offset 1540 size 4 = 225.7
  939. 0C0D: struct 0@ offset 1544 size 4 = 1.9
  940. //129
  941. 0C0D: struct 0@ offset 1548 size 4 = -2026.7
  942. 0C0D: struct 0@ offset 1552 size 4 = 124.6
  943. 0C0D: struct 0@ offset 1556 size 4 = 29.1
  944. //130
  945. 0C0D: struct 0@ offset 1560 size 4 = -2119.1
  946. 0C0D: struct 0@ offset 1564 size 4 = 221.3
  947. 0C0D: struct 0@ offset 1568 size 4 = 38.8
  948. //131
  949. 0C0D: struct 0@ offset 1572 size 4 = -2240.3
  950. 0C0D: struct 0@ offset 1576 size 4 = 252.7
  951. 0C0D: struct 0@ offset 1580 size 4 = 40.8
  952. //133
  953. 0C0D: struct 0@ offset 1584 size 4 = -2661.7
  954. 0C0D: struct 0@ offset 1588 size 4 = 229.3
  955. 0C0D: struct 0@ offset 1592 size 4 = 4.3
  956. //133
  957. 0C0D: struct 0@ offset 1596 size 4 = -2648.9
  958. 0C0D: struct 0@ offset 1600 size 4 = 80.9
  959. 0C0D: struct 0@ offset 1604 size 4 = 4.3
  960. //134
  961. 0C0D: struct 0@ offset 1608 size 4 = -2535.9
  962. 0C0D: struct 0@ offset 1612 size 4 = 62.7
  963. 0C0D: struct 0@ offset 1616 size 4 = 9.1
  964. //135
  965. 0C0D: struct 0@ offset 1620 size 4 = -2327.6
  966. 0C0D: struct 0@ offset 1624 size 4 = 74.8
  967. 0C0D: struct 0@ offset 1628 size 4 = 35.3
  968. //136
  969. 0C0D: struct 0@ offset 1632 size 4 = -2561.5
  970. 0C0D: struct 0@ offset 1636 size 4 = -24.1
  971. 0C0D: struct 0@ offset 1640 size 4 = 16.8
  972. //137
  973. 0C0D: struct 0@ offset 1644 size 4 = -2325.5
  974. 0C0D: struct 0@ offset 1648 size 4 = -24.0
  975. 0C0D: struct 0@ offset 1652 size 4 = 39.6
  976. //138
  977. 0C0D: struct 0@ offset 1656 size 4 = -2135.7
  978. 0C0D: struct 0@ offset 1660 size 4 = -39.4
  979. 0C0D: struct 0@ offset 1664 size 4 = 35.3
  980. //139
  981. 0C0D: struct 0@ offset 1668 size 4 = -1271.8
  982. 0C0D: struct 0@ offset 1672 size 4 = 57.4
  983. 0C0D: struct 0@ offset 1676 size 4 = 14.1
  984. //140
  985. 0C0D: struct 0@ offset 1680 size 4 = -1418.3
  986. 0C0D: struct 0@ offset 1684 size 4 = -288.6
  987. 0C0D: struct 0@ offset 1688 size 4 = 9.6
  988. //141
  989. 0C0D: struct 0@ offset 1692 size 4 = -2733.8
  990. 0C0D: struct 0@ offset 1696 size 4 = -126.7
  991. 0C0D: struct 0@ offset 1700 size 4 = 4.3
  992. //142
  993. 0C0D: struct 0@ offset 1704 size 4 = -2452.5
  994. 0C0D: struct 0@ offset 1708 size 4 = -129.3
  995. 0C0D: struct 0@ offset 1712 size 4 = 26.1
  996. //143
  997. 0C0D: struct 0@ offset 1716 size 4 = -2189.6
  998. 0C0D: struct 0@ offset 1720 size 4 = -271.7
  999. 0C0D: struct 0@ offset 1724 size 4 = 35.3
  1000. //144
  1001. 0C0D: struct 0@ offset 1728 size 4 = -2014.4
  1002. 0C0D: struct 0@ offset 1732 size 4 = -372.2
  1003. 0C0D: struct 0@ offset 1736 size 4 = 26.2
  1004. //145
  1005. 0C0D: struct 0@ offset 1740 size 4 = -2708.7
  1006. 0C0D: struct 0@ offset 1744 size 4 = -507.8
  1007. 0C0D: struct 0@ offset 1748 size 4 = 6.1
  1008. //146
  1009. 0C0D: struct 0@ offset 1752 size 4 = -2534.8
  1010. 0C0D: struct 0@ offset 1756 size 4 = -704.5
  1011. 0C0D: struct 0@ offset 1760 size 4 = 139.3
  1012. //147
  1013. 0C0D: struct 0@ offset 1764 size 4 = -1954.6
  1014. 0C0D: struct 0@ offset 1768 size 4 = -807.6
  1015. 0C0D: struct 0@ offset 1772 size 4 = 35.8
  1016. //148
  1017. 0C0D: struct 0@ offset 1776 size 4 = -1075.5
  1018. 0C0D: struct 0@ offset 1780 size 4 = -597.0
  1019. 0C0D: struct 0@ offset 1784 size 4 = 32.0
  1020. //149
  1021. 0C0D: struct 0@ offset 1788 size 4 = -1857.7
  1022. 0C0D: struct 0@ offset 1792 size 4 = -1194.7
  1023. 0C0D: struct 0@ offset 1796 size 4 = 34.8
  1024. ret 0
  1025.  
  1026. //manual quest//
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement