Advertisement
michalmonday

skull cleo

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