Guest User

Untitled

a guest
Sep 14th, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.87 KB | None | 0 0
  1. {$CLEO .cs}
  2. {$USE ini}
  3.  
  4. //F8 - save stats
  5. //F7 - load stats
  6.  
  7. 0000:
  8. :GW_11
  9. wait 0
  10. if Player.Defined($PLAYER_CHAR)
  11. else_jump @GW_11
  12.  
  13. :EXPORT
  14. wait 0
  15. if 0AB0: key_pressed 119 //F8 - save stats
  16. else_jump @IMPORT // If not ignore this part and jump to the second part
  17.  
  18. 0653: 0@ = 0 //Progress made
  19. 0653: 1@ = 1 //Total progress
  20. 0653: 2@ = 2 //Furthest Hoop
  21. 0653: 3@ = 3 //Distance travelled on foot
  22. 0653: 4@ = 4 //Distance travelled by car
  23. 0653: 5@ = 5 //Distance travelled by motorbike
  24. 0653: 6@ = 6 //Distance travelled by boat
  25. 0653: 7@ = 7 //Distance travelled by golf cart
  26. 0653: 8@ = 8 //Distance travelled by helicopter
  27. 0653: 9@ = 9 //Distance travelled by plane
  28. 0653: 10@ = 10 //Longest Wheelie distance
  29. 0653: 11@ = 11 //Longest Stoppie distance
  30. 0653: 12@ = 12 //Longest 2 wheels distance
  31. 0653: 13@ = 13 //Weapon Budget
  32. 0653: 14@ = 14 //Fashion Budget
  33. 0653: 15@ = 15 //Property Budget
  34. 0653: 16@ = 16 //Auto Repair and Painting Budget
  35. 0653: 17@ = 17 //Longest Wheelie time
  36. 0653: 18@ = 18 //Longest Stoppie time
  37. 0653: 19@ = 19 //Longest 2 wheels time
  38. 0653: 20@ = 20 //Food Budget
  39. 0653: 21@ = 21 //Fat
  40. 0653: 22@ = 22 //Stamina
  41. 0653: 23@ = 23 //Muscle
  42. 0653: 24@ = 24 //Max Health
  43. 0653: 25@ = 25 //Sex appeal
  44. 0653: 26@ = 26 //Distance travelled by swimming
  45. 0653: 27@ = 27 //Distance travelled by bicycle
  46. 0653: 28@ = 28 //Distance travelled on treadmill
  47. 0653: 29@ = 29 //Distance travelled on exercise bike
  48. 0653: 30@ = 30 //Tattoo budget
  49.  
  50. 0AF3: 0@ "CLEO\stat.dat" "stats" key "Progress made "
  51. 0AF3: 1@ "CLEO\stat.dat" "stats" key "Total progress "
  52. 0AF3: 2@ "CLEO\stat.dat" "stats" key "Furthest Hoop "
  53. 0AF3: 3@ "CLEO\stat.dat" "stats" key "Distance travelled on foot "
  54. 0AF3: 4@ "CLEO\stat.dat" "stats" key "Distance travelled by car "
  55. 0AF3: 5@ "CLEO\stat.dat" "stats" key "Distance travelled by motorbike "
  56. 0AF3: 6@ "CLEO\stat.dat" "stats" key "Distance travelled by boat "
  57. 0AF3: 7@ "CLEO\stat.dat" "stats" key "Distance travelled by golf cart "
  58. 0AF3: 8@ "CLEO\stat.dat" "stats" key "Distance travelled by helicopter "
  59. 0AF3: 9@ "CLEO\stat.dat" "stats" key "Distance travelled by plane "
  60. 0AF3: 10@ "CLEO\stat.dat" "stats" key "Longest Wheelie distance "
  61. 0AF3: 11@ "CLEO\stat.dat" "stats" key "Longest Stoppie distance "
  62. 0AF3: 12@ "CLEO\stat.dat" "stats" key "Longest 2 wheels distance "
  63. 0AF3: 13@ "CLEO\stat.dat" "stats" key "Weapon Budget "
  64. 0AF3: 14@ "CLEO\stat.dat" "stats" key "Fashion Budget "
  65. 0AF3: 15@ "CLEO\stat.dat" "stats" key "Property Budget "
  66. 0AF3: 16@ "CLEO\stat.dat" "stats" key "Auto Repair and Painting Budget "
  67. 0AF3: 17@ "CLEO\stat.dat" "stats" key "Longest Wheelie time "
  68. 0AF3: 18@ "CLEO\stat.dat" "stats" key "Longest Stoppie time "
  69. 0AF3: 19@ "CLEO\stat.dat" "stats" key "Longest 2 wheels time "
  70. 0AF3: 20@ "CLEO\stat.dat" "stats" key "Food Budget "
  71. 0AF3: 21@ "CLEO\stat.dat" "stats" key "Fat "
  72. 0AF3: 22@ "CLEO\stat.dat" "stats" key "Stamina "
  73. 0AF3: 23@ "CLEO\stat.dat" "stats" key "Muscle "
  74. 0AF3: 24@ "CLEO\stat.dat" "stats" key "Max Health "
  75. 0AF3: 25@ "CLEO\stat.dat" "stats" key "Sex appeal "
  76. 0AF3: 26@ "CLEO\stat.dat" "stats" key "Distance travelled by swimming "
  77. 0AF3: 27@ "CLEO\stat.dat" "stats" key "Distance travelled by bicycle "
  78. 0AF3: 28@ "CLEO\stat.dat" "stats" key "Distance travelled on treadmill "
  79. 0AF3: 29@ "CLEO\stat.dat" "stats" key "Distance travelled on exercise bike"
  80. 0AF3: 30@ "CLEO\stat.dat" "stats" key "Tattoo budget "
  81.  
  82. 0653: 0@ = 31 //Hairdressing budget
  83. 0653: 1@ = 32 //Girlfriend budget
  84. 0653: 2@ = 33 //Prostitute budget
  85. 0653: 3@ = 34 //Furniture budget
  86. 0653: 4@ = 35 //Money spent gambling
  87. 0653: 5@ = 36 //Money made from pimping
  88. 0653: 6@ = 37 //Money won gambling
  89. 0653: 7@ = 38 //Biggest gambling win
  90. 0653: 8@ = 39 //Biggest gambling loss
  91. 0653: 9@ = 40 //Largest burglary swag
  92. 0653: 10@ = 41 //Money made from burglary
  93. 0653: 11@ = 42 //Money spent building property
  94. 0653: 12@ = 43 //unused
  95. 0653: 13@ = 44 //Longest treadmill time
  96. 0653: 14@ = 45 //Longest exercise bike time
  97. 0653: 15@ = 46 //Heaviest weight on bench press
  98. 0653: 16@ = 47 //Heaviest weight on dumbbells
  99. 0653: 17@ = 48 //Best time in 8-Track
  100. 0653: 18@ = 49 //BMX best time
  101. 0653: 19@ = 50 //Lightest weight
  102. 0653: 20@ = 51 //Longest chase time with 5 or more s
  103. 0653: 21@ = 52 //Last chase time with 5 or more star
  104. 0653: 22@ = 53 //Wage bill
  105. 0653: 23@ = 54 //Strip club budget
  106. 0653: 24@ = 55 //Car modification budget
  107. 0653: 25@ = 56 //Time spent shopping
  108. 0653: 26@ = 57 //Time spent gambling
  109. 0653: 27@ = 58 //Time spent on longest mission
  110. 0653: 28@ = 59 //Time spent on quickest mission
  111. 0653: 29@ = 60 //Average mission time
  112.  
  113. 0AF3: 0@ "CLEO\stat.dat" "stats" key "Hairdressing budget "
  114. 0AF3: 1@ "CLEO\stat.dat" "stats" key "Girlfriend budget "
  115. 0AF3: 2@ "CLEO\stat.dat" "stats" key "Prostitute budget "
  116. 0AF3: 3@ "CLEO\stat.dat" "stats" key "Furniture budget "
  117. 0AF3: 4@ "CLEO\stat.dat" "stats" key "Money spent gambling "
  118. 0AF3: 5@ "CLEO\stat.dat" "stats" key "Money made from pimping "
  119. 0AF3: 6@ "CLEO\stat.dat" "stats" key "Money won gambling "
  120. 0AF3: 7@ "CLEO\stat.dat" "stats" key "Biggest gambling win "
  121. 0AF3: 8@ "CLEO\stat.dat" "stats" key "Biggest gambling loss "
  122. 0AF3: 9@ "CLEO\stat.dat" "stats" key "Largest burglary swag "
  123. 0AF3: 10@ "CLEO\stat.dat" "stats" key "Money made from burglary "
  124. 0AF3: 11@ "CLEO\stat.dat" "stats" key "Money spent building property "
  125. 0AF3: 12@ "CLEO\stat.dat" "stats" key "unused "
  126. 0AF3: 13@ "CLEO\stat.dat" "stats" key "Longest treadmill time "
  127. 0AF3: 14@ "CLEO\stat.dat" "stats" key "Longest exercise bike time "
  128. 0AF3: 15@ "CLEO\stat.dat" "stats" key "Heaviest weight on bench press "
  129. 0AF3: 16@ "CLEO\stat.dat" "stats" key "Heaviest weight on dumbbells "
  130. 0AF3: 17@ "CLEO\stat.dat" "stats" key "Best time in 8-Track "
  131. 0AF3: 18@ "CLEO\stat.dat" "stats" key "BMX best time "
  132. 0AF3: 19@ "CLEO\stat.dat" "stats" key "Lightest weight "
  133. 0AF3: 20@ "CLEO\stat.dat" "stats" key "Longest chase time with 5 or more stars"
  134. 0AF3: 21@ "CLEO\stat.dat" "stats" key "Last chase time with 5 or more stars "
  135. 0AF3: 22@ "CLEO\stat.dat" "stats" key "Wage bill "
  136. 0AF3: 23@ "CLEO\stat.dat" "stats" key "Strip club budget "
  137. 0AF3: 24@ "CLEO\stat.dat" "stats" key "Car modification budget "
  138. 0AF3: 25@ "CLEO\stat.dat" "stats" key "Time spent shopping "
  139. 0AF3: 26@ "CLEO\stat.dat" "stats" key "Time spent gambling "
  140. 0AF3: 27@ "CLEO\stat.dat" "stats" key "Time spent on longest mission "
  141. 0AF3: 28@ "CLEO\stat.dat" "stats" key "Time spent on quickest mission "
  142. 0AF3: 29@ "CLEO\stat.dat" "stats" key "Average mission time "
  143.  
  144. 0653: 0@ = 61 //Drugs budget
  145. 0653: 1@ = 62 //Total shopping budget
  146. 0653: 2@ = 63 //Time spent underwater
  147. 0653: 3@ = 64 //Total respect
  148. 0653: 4@ = 65 //Girlfriend respect
  149. 0653: 5@ = 66 //Clothes respect
  150. 0653: 6@ = 67 //Fitness respect
  151. 0653: 7@ = 68 //Respect
  152. 0653: 8@ = 69 //Pistol Skill
  153. 0653: 9@ = 70 //Silenced Pistol Skill
  154. 0653: 10@ = 71 //Desert Eagle Skill
  155. 0653: 11@ = 72 //Shotgun Skill
  156. 0653: 12@ = 73 //Sawn-Off Shotgun Skill
  157. 0653: 13@ = 74 //Combat Shotgun Skill
  158. 0653: 14@ = 75 //Machine Pistol Skill
  159. 0653: 15@ = 76 //SMG Skill
  160. 0653: 16@ = 77 //AK-47 Skill
  161. 0653: 17@ = 78 //M4 Skill
  162. 0653: 18@ = 79 //Rifle Skill
  163. 0653: 19@ = 80 //Appearance
  164. 0653: 20@ = 81 //Gambling
  165.  
  166. 0AF3: 0@ "CLEO\stat.dat" "stats" key "Drugs budget "
  167. 0AF3: 1@ "CLEO\stat.dat" "stats" key "Total shopping budget "
  168. 0AF3: 2@ "CLEO\stat.dat" "stats" key "Time spent underwater "
  169. 0AF3: 3@ "CLEO\stat.dat" "stats" key "Total respect "
  170. 0AF3: 4@ "CLEO\stat.dat" "stats" key "Girlfriend respect "
  171. 0AF3: 5@ "CLEO\stat.dat" "stats" key "Clothes respect "
  172. 0AF3: 6@ "CLEO\stat.dat" "stats" key "Fitness respect "
  173. 0AF3: 7@ "CLEO\stat.dat" "stats" key "Respect "
  174. 0AF3: 8@ "CLEO\stat.dat" "stats" key "Pistol Skill "
  175. 0AF3: 9@ "CLEO\stat.dat" "stats" key "Silenced Pistol Skill "
  176. 0AF3: 10@ "CLEO\stat.dat" "stats" key "Desert Eagle Skill "
  177. 0AF3: 11@ "CLEO\stat.dat" "stats" key "Shotgun Skill "
  178. 0AF3: 12@ "CLEO\stat.dat" "stats" key "Sawn-Off Shotgun Skill"
  179. 0AF3: 13@ "CLEO\stat.dat" "stats" key "Combat Shotgun Skill "
  180. 0AF3: 14@ "CLEO\stat.dat" "stats" key "Machine Pistol Skill "
  181. 0AF3: 15@ "CLEO\stat.dat" "stats" key "SMG Skill "
  182. 0AF3: 16@ "CLEO\stat.dat" "stats" key "AK-47 Skill "
  183. 0AF3: 17@ "CLEO\stat.dat" "stats" key "M4 Skill "
  184. 0AF3: 18@ "CLEO\stat.dat" "stats" key "Rifle Skill "
  185. 0AF3: 19@ "CLEO\stat.dat" "stats" key "Appearance "
  186. 0AF3: 20@ "CLEO\stat.dat" "stats" key "Gambling "
  187.  
  188. 0652: 0@ = 120 //People wasted by others
  189. 0652: 1@ = 121 //People you've wasted
  190. 0652: 2@ = 122 //Road Vehicles destroyed
  191. 0652: 3@ = 123 //Boats destroyed
  192. 0652: 4@ = 124 //Planes & Helicopters destroyed
  193. 0652: 5@ = 125 //Cost of property damaged
  194. 0652: 6@ = 126 //Bullets fired
  195. 0652: 7@ = 127 //Kgs of explosives used
  196. 0652: 8@ = 128 //Bullets that hit
  197. 0652: 9@ = 129 //Tires popped with gunfire
  198. 0652: 10@ = 130 //Number of headshots
  199. 0652: 11@ = 131 //Total number of wanted stars attain
  200. 0652: 12@ = 132 //Total number of wanted stars evaded
  201. 0652: 13@ = 133 //Times busted
  202. 0652: 14@ = 134 //Days passed in game
  203. 0652: 15@ = 135 //Number of hospital visits
  204. 0652: 16@ = 136 //Safehouse visits
  205. 0652: 17@ = 137 //Times cheated
  206. 0652: 18@ = 138 //Vehicle Resprays
  207. 0652: 19@ = 139 //Maximum INSANE Jump distance
  208. 0652: 20@ = 140 //Maximum INSANE Jump height
  209. 0652: 21@ = 141 //Maximum INSANE Jump flips
  210. 0652: 22@ = 142 //Maximum INSANE Jump rotation
  211. 0652: 23@ = 143 //Best INSANE stunt awarded
  212. 0652: 24@ = 144 //Unique Jumps found
  213. 0652: 25@ = 145 //Unique Jumps done
  214. 0652: 26@ = 146 //Mission attempts
  215. 0652: 27@ = 147 //Missions passed
  216. 0652: 28@ = 148 //Total number of missions in game
  217. 0652: 29@ = 149 //Cash made in a Taxi
  218. 0652: 30@ = 150 //Passengers dropped off
  219. 0652: 31@ = 151 //People saved in an Ambulance
  220.  
  221. 0AF1: 0@ "CLEO\stat.dat" "stats" key "People wasted by others "
  222. 0AF1: 1@ "CLEO\stat.dat" "stats" key "People you've wasted "
  223. 0AF1: 2@ "CLEO\stat.dat" "stats" key "Road Vehicles destroyed "
  224. 0AF1: 3@ "CLEO\stat.dat" "stats" key "Boats destroyed "
  225. 0AF1: 4@ "CLEO\stat.dat" "stats" key "Planes & Helicopters destroyed "
  226. 0AF1: 5@ "CLEO\stat.dat" "stats" key "Cost of property damaged "
  227. 0AF1: 6@ "CLEO\stat.dat" "stats" key "Bullets fired "
  228. 0AF1: 7@ "CLEO\stat.dat" "stats" key "Kgs of explosives used "
  229. 0AF1: 8@ "CLEO\stat.dat" "stats" key "Bullets that hit "
  230. 0AF1: 9@ "CLEO\stat.dat" "stats" key "Tires popped with gunfire "
  231. 0AF1: 10@ "CLEO\stat.dat" "stats" key "Number of headshots "
  232. 0AF1: 11@ "CLEO\stat.dat" "stats" key "Total number of wanted stars attained"
  233. 0AF1: 12@ "CLEO\stat.dat" "stats" key "Total number of wanted stars evaded "
  234. 0AF1: 13@ "CLEO\stat.dat" "stats" key "Times busted "
  235. 0AF1: 14@ "CLEO\stat.dat" "stats" key "Days passed in game "
  236. 0AF1: 15@ "CLEO\stat.dat" "stats" key "Number of hospital visits "
  237. 0AF1: 16@ "CLEO\stat.dat" "stats" key "Safehouse visits "
  238. 0AF1: 17@ "CLEO\stat.dat" "stats" key "Times cheated "
  239. 0AF1: 18@ "CLEO\stat.dat" "stats" key "Vehicle Resprays "
  240. 0AF1: 19@ "CLEO\stat.dat" "stats" key "Maximum INSANE Jump distance "
  241. 0AF1: 20@ "CLEO\stat.dat" "stats" key "Maximum INSANE Jump height "
  242. 0AF1: 21@ "CLEO\stat.dat" "stats" key "Maximum INSANE Jump flips "
  243. 0AF1: 22@ "CLEO\stat.dat" "stats" key "Maximum INSANE Jump rotation "
  244. 0AF1: 23@ "CLEO\stat.dat" "stats" key "Best INSANE stunt awarded "
  245. 0AF1: 24@ "CLEO\stat.dat" "stats" key "Unique Jumps found "
  246. 0AF1: 25@ "CLEO\stat.dat" "stats" key "Unique Jumps done "
  247. 0AF1: 26@ "CLEO\stat.dat" "stats" key "Mission attempts "
  248. 0AF1: 27@ "CLEO\stat.dat" "stats" key "Missions passed "
  249. 0AF1: 28@ "CLEO\stat.dat" "stats" key "Total number of missions in game "
  250. 0AF1: 29@ "CLEO\stat.dat" "stats" key "Cash made in a Taxi "
  251. 0AF1: 30@ "CLEO\stat.dat" "stats" key "Passengers dropped off "
  252. 0AF1: 31@ "CLEO\stat.dat" "stats" key "People saved in an Ambulance "
  253.  
  254. 0652: 0@ = 152 //Criminals killed on Vigilante Missi
  255. 0652: 1@ = 153 //Total fires extinguished
  256. 0652: 2@ = 154 //Packages Delivered
  257. 0652: 3@ = 155 //Assassinations
  258. 0652: 4@ = 156 //Last dance score
  259. 0652: 5@ = 157 //Highest Vigilante Mission level
  260. 0652: 6@ = 158 //Highest Paramedic Mission level
  261. 0652: 7@ = 159 //Highest Firefighter Mission level
  262. 0652: 8@ = 160 //Driving skill
  263. 0652: 9@ = 161 //Number of Truck missions passed
  264. 0652: 10@ = 162 //Money made in Truck
  265. 0652: 11@ = 163 //Recruited gang members killed
  266. 0652: 12@ = 164 //Armor
  267. 0652: 13@ = 165 //Energy
  268. 0652: 14@ = 166 //Photographs Taken
  269. 0652: 15@ = 167 //Rampages attempted
  270. 0652: 16@ = 168 //Rampages passed
  271. 0652: 17@ = 169 //Flight time
  272. 0652: 18@ = 170 //Times drowned
  273. 0652: 19@ = 171 //Number of girls pimped
  274. 0652: 20@ = 172 //Best position in 8-Track
  275. 0652: 21@ = 173 //Time on jetpack
  276. 0652: 22@ = 174 //Shooting range levels passed
  277. 0652: 23@ = 175 //Most cars parked on 'Valet Parking'
  278. 0652: 24@ = 176 //Kills since last checkpoint
  279. 0652: 25@ = 177 //Total legitimate kills
  280. 0652: 26@ = 178 //Number of 'Bloodring' kills
  281. 0652: 27@ = 179 //Total time in bloodring
  282. 0652: 28@ = 180 //No more hurricanes Flag
  283. 0652: 29@ = 181 //City unlocked
  284. 0652: 30@ = 182 //Number of Police bribes
  285.  
  286. 0AF1: 0@ "CLEO\stat.dat" "stats" key "Criminals killed on Vigilante Mission"
  287. 0AF1: 1@ "CLEO\stat.dat" "stats" key "Total fires extinguished "
  288. 0AF1: 2@ "CLEO\stat.dat" "stats" key "Packages Delivered "
  289. 0AF1: 3@ "CLEO\stat.dat" "stats" key "Assassinations "
  290. 0AF1: 4@ "CLEO\stat.dat" "stats" key "Last dance score "
  291. 0AF1: 5@ "CLEO\stat.dat" "stats" key "Highest Vigilante Mission level "
  292. 0AF1: 6@ "CLEO\stat.dat" "stats" key "Highest Paramedic Mission level "
  293. 0AF1: 7@ "CLEO\stat.dat" "stats" key "Highest Firefighter Mission level "
  294. 0AF1: 8@ "CLEO\stat.dat" "stats" key "Driving skill "
  295. 0AF1: 9@ "CLEO\stat.dat" "stats" key "Number of Truck missions passed "
  296. 0AF1: 10@ "CLEO\stat.dat" "stats" key "Money made in Truck "
  297. 0AF1: 11@ "CLEO\stat.dat" "stats" key "Recruited gang members killed "
  298. 0AF1: 12@ "CLEO\stat.dat" "stats" key "Armor "
  299. 0AF1: 13@ "CLEO\stat.dat" "stats" key "Energy "
  300. 0AF1: 14@ "CLEO\stat.dat" "stats" key "Photographs Taken "
  301. 0AF1: 15@ "CLEO\stat.dat" "stats" key "Rampages attempted "
  302. 0AF1: 16@ "CLEO\stat.dat" "stats" key "Rampages passed "
  303. 0AF1: 17@ "CLEO\stat.dat" "stats" key "Flight time "
  304. 0AF1: 18@ "CLEO\stat.dat" "stats" key "Times drowned "
  305. 0AF1: 19@ "CLEO\stat.dat" "stats" key "Number of girls pimped "
  306. 0AF1: 20@ "CLEO\stat.dat" "stats" key "Best position in 8-Track "
  307. 0AF1: 21@ "CLEO\stat.dat" "stats" key "Time on jetpack "
  308. 0AF1: 22@ "CLEO\stat.dat" "stats" key "Shooting range levels passed "
  309. 0AF1: 23@ "CLEO\stat.dat" "stats" key "Most cars parked on 'Valet Parking' "
  310. 0AF1: 24@ "CLEO\stat.dat" "stats" key "Kills since last checkpoint "
  311. 0AF1: 25@ "CLEO\stat.dat" "stats" key "Total legitimate kills "
  312. 0AF1: 26@ "CLEO\stat.dat" "stats" key "Number of 'Bloodring' kills "
  313. 0AF1: 27@ "CLEO\stat.dat" "stats" key "Total time in bloodring "
  314. 0AF1: 28@ "CLEO\stat.dat" "stats" key "No more hurricanes Flag "
  315. 0AF1: 29@ "CLEO\stat.dat" "stats" key "City unlocked "
  316. 0AF1: 30@ "CLEO\stat.dat" "stats" key "Number of Police bribes "
  317.  
  318. 0652: 0@ = 183 //Number of cars stolen
  319. 0652: 1@ = 184 //Current number of girlfriends
  320. 0652: 2@ = 185 //Number of disastrous dates
  321. 0652: 3@ = 186 //Number of girls dated
  322. 0652: 4@ = 187 //Number of times scored with a girl
  323. 0652: 5@ = 188 //Number of successful dates
  324. 0652: 6@ = 189 //Number of girls dumped
  325. 0652: 7@ = 190 //Number of prostitutes visited
  326. 0652: 8@ = 191 //Number of houses burgled
  327. 0652: 9@ = 192 //Number of safes cracked
  328. 0652: 10@ = 193 //Burgular status
  329. 0652: 11@ = 194 //Number of stolen items sold
  330. 0652: 12@ = 195 //Number of eight balls in pool
  331. 0652: 13@ = 196 //Total number of wins playing pool
  332. 0652: 14@ = 197 //Total number of losses playing pool
  333. 0652: 15@ = 198 //Times visited the gym
  334. 0652: 16@ = 199 //Body type
  335. 0652: 17@ = 200 //Number of meals eaten
  336. 0652: 18@ = 201 //Money made in Quarry
  337. 0652: 19@ = 202 //Time taken to Complete Quarry
  338. 0652: 20@ = 203 //Number of furniture purchased
  339. 0652: 21@ = 204 //Favorite console game
  340. 0652: 22@ = 205 //Highest civilian peds killed on Ram
  341. 0652: 23@ = 206 //Highest police peds killed on Rampa
  342. 0652: 24@ = 207 //Highest civilian vehicles destroyed
  343. 0652: 25@ = 208 //Highest police vehicles destroyed o
  344. 0652: 26@ = 209 //Highest number of tanks destroyed o
  345. 0652: 27@ = 210 //Pimping level
  346. 0652: 28@ = 211 //Kickstart best score
  347. 0652: 29@ = 212 //Best lap time in 8-Track
  348. 0652: 30@ = 213 //Number of vehicles exported
  349.  
  350. 0AF1: 0@ "CLEO\stat.dat" "stats" key "Number of cars stolen "
  351. 0AF1: 1@ "CLEO\stat.dat" "stats" key "Current number of girlfriends "
  352. 0AF1: 2@ "CLEO\stat.dat" "stats" key "Number of disastrous dates "
  353. 0AF1: 3@ "CLEO\stat.dat" "stats" key "Number of girls dated "
  354. 0AF1: 4@ "CLEO\stat.dat" "stats" key "Number of times scored with a girl "
  355. 0AF1: 5@ "CLEO\stat.dat" "stats" key "Number of successful dates "
  356. 0AF1: 6@ "CLEO\stat.dat" "stats" key "Number of girls dumped "
  357. 0AF1: 7@ "CLEO\stat.dat" "stats" key "Number of prostitutes visited "
  358. 0AF1: 8@ "CLEO\stat.dat" "stats" key "Number of houses burgled "
  359. 0AF1: 9@ "CLEO\stat.dat" "stats" key "Number of safes cracked "
  360. 0AF1: 10@ "CLEO\stat.dat" "stats" key "Burgular status "
  361. 0AF1: 11@ "CLEO\stat.dat" "stats" key "Number of stolen items sold "
  362. 0AF1: 12@ "CLEO\stat.dat" "stats" key "Number of eight balls in pool "
  363. 0AF1: 13@ "CLEO\stat.dat" "stats" key "Total number of wins playing pool "
  364. 0AF1: 14@ "CLEO\stat.dat" "stats" key "Total number of losses playing pool "
  365. 0AF1: 15@ "CLEO\stat.dat" "stats" key "Times visited the gym "
  366. 0AF1: 16@ "CLEO\stat.dat" "stats" key "Body type "
  367. 0AF1: 17@ "CLEO\stat.dat" "stats" key "Number of meals eaten "
  368. 0AF1: 18@ "CLEO\stat.dat" "stats" key "Money made in Quarry "
  369. 0AF1: 19@ "CLEO\stat.dat" "stats" key "Time taken to Complete Quarry "
  370. 0AF1: 20@ "CLEO\stat.dat" "stats" key "Number of furniture purchased "
  371. 0AF1: 21@ "CLEO\stat.dat" "stats" key "Favorite console game "
  372. 0AF1: 22@ "CLEO\stat.dat" "stats" key "Highest civilian peds killed on Rampage "
  373. 0AF1: 23@ "CLEO\stat.dat" "stats" key "Highest police peds killed on Rampage "
  374. 0AF1: 24@ "CLEO\stat.dat" "stats" key "Highest civilian vehicles destroyed on Rampage"
  375. 0AF1: 25@ "CLEO\stat.dat" "stats" key "Highest police vehicles destroyed on Rampage "
  376. 0AF1: 26@ "CLEO\stat.dat" "stats" key "Highest number of tanks destroyed on Rampage "
  377. 0AF1: 27@ "CLEO\stat.dat" "stats" key "Pimping level "
  378. 0AF1: 28@ "CLEO\stat.dat" "stats" key "Kickstart best score "
  379. 0AF1: 29@ "CLEO\stat.dat" "stats" key "Best lap time in 8-Track "
  380. 0AF1: 30@ "CLEO\stat.dat" "stats" key "Number of vehicles exported "
  381.  
  382. 0652: 0@ = 214 //Number of vehicles imported
  383. 0652: 1@ = 215 //Highest basketball score
  384. 0652: 2@ = 216 //Fires started
  385. 0652: 3@ = 217 //Amount of drugs sold
  386. 0652: 4@ = 218 //Amount of drugs bought
  387. 0652: 5@ = 219 //Best lap time in dirt track
  388. 0652: 6@ = 220 //Best time in dirt track
  389. 0652: 7@ = 221 //Best position in dirt track
  390. 0652: 8@ = 222 //NRG-500 best time
  391. 0652: 9@ = 223 //Flying skill
  392. 0652: 10@ = 224 //Respect Mission
  393. 0652: 11@ = 225 //Lung capacity
  394. 0652: 12@ = 226 //Game gore rating
  395. 0652: 13@ = 227 //Game sex rating
  396. 0652: 14@ = 228 //Respect Mission Total
  397. 0652: 15@ = 229 //Bike skill
  398. 0652: 16@ = 230 //Cycling skill
  399. 0652: 17@ = 231 //Snapshots taken
  400. 0652: 18@ = 232 //Total snapshots
  401. 0652: 19@ = 233 //Luck
  402. 0652: 20@ = 234 //Territories taken over
  403. 0652: 21@ = 235 //Territories lost
  404. 0652: 22@ = 236 //Territories held
  405. 0652: 23@ = 237 //Highest number of territories held
  406. 0652: 24@ = 238 //Gang members recruited
  407. 0652: 25@ = 239 //Enemy gang members killed
  408. 0652: 26@ = 240 //Friendly gang members killed
  409. 0652: 27@ = 241 //Horseshoes collected
  410. 0652: 28@ = 242 //Total horseshoes
  411. 0652: 29@ = 243 //Oysters collected
  412. 0652: 30@ = 244 //Total oysters
  413.  
  414. 0AF1: 0@ "CLEO\stat.dat" "stats" key "Number of vehicles imported "
  415. 0AF1: 1@ "CLEO\stat.dat" "stats" key "Highest basketball score "
  416. 0AF1: 2@ "CLEO\stat.dat" "stats" key "Fires started "
  417. 0AF1: 3@ "CLEO\stat.dat" "stats" key "Amount of drugs sold "
  418. 0AF1: 4@ "CLEO\stat.dat" "stats" key "Amount of drugs bought "
  419. 0AF1: 5@ "CLEO\stat.dat" "stats" key "Best lap time in dirt track "
  420. 0AF1: 6@ "CLEO\stat.dat" "stats" key "Best time in dirt track "
  421. 0AF1: 7@ "CLEO\stat.dat" "stats" key "Best position in dirt track "
  422. 0AF1: 8@ "CLEO\stat.dat" "stats" key "NRG-500 best time "
  423. 0AF1: 9@ "CLEO\stat.dat" "stats" key "Flying skill "
  424. 0AF1: 10@ "CLEO\stat.dat" "stats" key "Respect Mission "
  425. 0AF1: 11@ "CLEO\stat.dat" "stats" key "Lung capacity "
  426. 0AF1: 12@ "CLEO\stat.dat" "stats" key "Game gore rating "
  427. 0AF1: 13@ "CLEO\stat.dat" "stats" key "Game sex rating "
  428. 0AF1: 14@ "CLEO\stat.dat" "stats" key "Respect Mission Total "
  429. 0AF1: 15@ "CLEO\stat.dat" "stats" key "Bike skill "
  430. 0AF1: 16@ "CLEO\stat.dat" "stats" key "Cycling skill "
  431. 0AF1: 17@ "CLEO\stat.dat" "stats" key "Snapshots taken "
  432. 0AF1: 18@ "CLEO\stat.dat" "stats" key "Total snapshots "
  433. 0AF1: 19@ "CLEO\stat.dat" "stats" key "Luck "
  434. 0AF1: 20@ "CLEO\stat.dat" "stats" key "Territories taken over "
  435. 0AF1: 21@ "CLEO\stat.dat" "stats" key "Territories lost "
  436. 0AF1: 22@ "CLEO\stat.dat" "stats" key "Territories held "
  437. 0AF1: 23@ "CLEO\stat.dat" "stats" key "Highest number of territories held"
  438. 0AF1: 24@ "CLEO\stat.dat" "stats" key "Gang members recruited "
  439. 0AF1: 25@ "CLEO\stat.dat" "stats" key "Enemy gang members killed "
  440. 0AF1: 26@ "CLEO\stat.dat" "stats" key "Friendly gang members killed "
  441. 0AF1: 27@ "CLEO\stat.dat" "stats" key "Horseshoes collected "
  442. 0AF1: 28@ "CLEO\stat.dat" "stats" key "Total horseshoes "
  443. 0AF1: 29@ "CLEO\stat.dat" "stats" key "Oysters collected "
  444. 0AF1: 30@ "CLEO\stat.dat" "stats" key "Total oysters "
  445.  
  446. 0652: 0@ = 245 //Calories
  447. 0652: 1@ = 246 //2 Player Rampage best time
  448. 0652: 2@ = 247 //2 Player Car Rampage best time
  449. 0652: 3@ = 248 //2 Player On Foot Rampage best time
  450. 0652: 4@ = 249 //2 Player Chopper Rampage best time
  451. 0652: 5@ = 250 //2 Player Bike Rampage best time
  452. 0652: 6@ = 251 //'Keepie Uppy' best time
  453. 0652: 7@ = 252 //Progress with Denise
  454. 0652: 8@ = 253 //Progress with Michelle
  455. 0652: 9@ = 254 //Progress with Helena
  456. 0652: 10@ = 255 //Progress with Barbara
  457. 0652: 11@ = 256 //Progress with Katie
  458. 0652: 12@ = 257 //Progress with Millie
  459. 0652: 13@ = 258 //Best position in Lowrider Race
  460. 0652: 14@ = 259 //Best time in Lowrider Race
  461. 0652: 15@ = 260 //Best position in Little Loop
  462. 0652: 16@ = 261 //Best time in Little Loop
  463. 0652: 17@ = 262 //Best position in Backroad Wanderer
  464. 0652: 18@ = 263 //Best time in Backroad Wanderer
  465. 0652: 19@ = 264 //Best position in City Circuit
  466. 0652: 20@ = 265 //Best time in City Circuit
  467. 0652: 21@ = 266 //Best position in Vinewood
  468. 0652: 22@ = 267 //Best time in Vinewood
  469. 0652: 23@ = 268 //Best position in Freeway
  470. 0652: 24@ = 269 //Best time in Freeway
  471. 0652: 25@ = 270 //Best position in Into the Country
  472. 0652: 26@ = 271 //Best time in Into the Country
  473. 0652: 27@ = 272 //Best position in Badlands A
  474. 0652: 28@ = 273 //Best time in Badlands A
  475. 0652: 29@ = 274 //Best position in Badlands B
  476. 0652: 30@ = 275 //Best time in Badlands B
  477.  
  478. 0AF1: 0@ "CLEO\stat.dat" "stats" key "Calories "
  479. 0AF1: 1@ "CLEO\stat.dat" "stats" key "2 Player Rampage best time "
  480. 0AF1: 2@ "CLEO\stat.dat" "stats" key "2 Player Car Rampage best time "
  481. 0AF1: 3@ "CLEO\stat.dat" "stats" key "2 Player On Foot Rampage best time"
  482. 0AF1: 4@ "CLEO\stat.dat" "stats" key "2 Player Chopper Rampage best time"
  483. 0AF1: 5@ "CLEO\stat.dat" "stats" key "2 Player Bike Rampage best time "
  484. 0AF1: 6@ "CLEO\stat.dat" "stats" key "'Keepie Uppy' best time "
  485. 0AF1: 7@ "CLEO\stat.dat" "stats" key "Progress with Denise "
  486. 0AF1: 8@ "CLEO\stat.dat" "stats" key "Progress with Michelle "
  487. 0AF1: 9@ "CLEO\stat.dat" "stats" key "Progress with Helena "
  488. 0AF1: 10@ "CLEO\stat.dat" "stats" key "Progress with Barbara "
  489. 0AF1: 11@ "CLEO\stat.dat" "stats" key "Progress with Katie "
  490. 0AF1: 12@ "CLEO\stat.dat" "stats" key "Progress with Millie "
  491. 0AF1: 13@ "CLEO\stat.dat" "stats" key "Best position in Lowrider Race "
  492. 0AF1: 14@ "CLEO\stat.dat" "stats" key "Best time in Lowrider Race "
  493. 0AF1: 15@ "CLEO\stat.dat" "stats" key "Best position in Little Loop "
  494. 0AF1: 16@ "CLEO\stat.dat" "stats" key "Best time in Little Loop "
  495. 0AF1: 17@ "CLEO\stat.dat" "stats" key "Best position in Backroad Wanderer"
  496. 0AF1: 18@ "CLEO\stat.dat" "stats" key "Best time in Backroad Wanderer "
  497. 0AF1: 19@ "CLEO\stat.dat" "stats" key "Best position in City Circuit "
  498. 0AF1: 20@ "CLEO\stat.dat" "stats" key "Best time in City Circuit "
  499. 0AF1: 21@ "CLEO\stat.dat" "stats" key "Best position in Vinewood "
  500. 0AF1: 22@ "CLEO\stat.dat" "stats" key "Best time in Vinewood "
  501. 0AF1: 23@ "CLEO\stat.dat" "stats" key "Best position in Freeway "
  502. 0AF1: 24@ "CLEO\stat.dat" "stats" key "Best time in Freeway "
  503. 0AF1: 25@ "CLEO\stat.dat" "stats" key "Best position in Into the Country "
  504. 0AF1: 26@ "CLEO\stat.dat" "stats" key "Best time in Into the Country "
  505. 0AF1: 27@ "CLEO\stat.dat" "stats" key "Best position in Badlands A "
  506. 0AF1: 28@ "CLEO\stat.dat" "stats" key "Best time in Badlands A "
  507. 0AF1: 29@ "CLEO\stat.dat" "stats" key "Best position in Badlands B "
  508. 0AF1: 30@ "CLEO\stat.dat" "stats" key "Best time in Badlands B "
  509.  
  510. 0652: 0@ = 276 //Best position in Dirtbike Danger
  511. 0652: 1@ = 277 //Best time in Dirtbike Danger
  512. 0652: 2@ = 278 //Best position in Bandito County
  513. 0652: 3@ = 279 //Best time in Bandito County
  514. 0652: 4@ = 280 //Best position in Go-Go-Kart
  515. 0652: 5@ = 281 //Best time in Go-Go-Kart
  516. 0652: 6@ = 282 //Best position in San Fierro Fastlan
  517. 0652: 7@ = 283 //Best time in San Fierro Fastlane
  518. 0652: 8@ = 284 //Best position in San Fierro Hills
  519. 0652: 9@ = 285 //Best time in San Fierro Hills
  520. 0652: 10@ = 286 //Best position in Country Endurance
  521. 0652: 11@ = 287 //Best time in Country Endurance
  522. 0652: 12@ = 288 //Best position in SF to LV
  523. 0652: 13@ = 289 //Best time in SF to LV
  524. 0652: 14@ = 290 //Best position in Dam Rider
  525. 0652: 15@ = 291 //Best time in Dam Rider
  526. 0652: 16@ = 292 //Best position in Desert Tricks
  527. 0652: 17@ = 293 //Best time in Desert Tricks
  528. 0652: 18@ = 294 //Best position in LV Ringroad
  529. 0652: 19@ = 295 //Best time in LV Ringroad
  530. 0652: 20@ = 296 //Best time in World War Aces
  531. 0652: 21@ = 297 //Best time in Barnstorming
  532. 0652: 22@ = 298 //Best time in Military Service
  533. 0652: 23@ = 299 //Best time in Chopper Checkpoint
  534. 0652: 24@ = 300 //Best time in Whirly Bird Waypoint
  535. 0652: 25@ = 301 //Best time in Heli Hell
  536. 0652: 26@ = 302 //Drive-thru mission accomplished
  537. 0652: 27@ = 303 //Management Issues mission accomplis
  538. 0652: 28@ = 304 //555 WE TIP mission accomplished
  539. 0652: 29@ = 305 //Yay Ka-Boom-Boom mission accomplish
  540. 0652: 30@ = 306 //Fish in a Barrel mission accomplish
  541.  
  542. 0AF1: 0@ "CLEO\stat.dat" "stats" key "Best position in Dirtbike Danger "
  543. 0AF1: 1@ "CLEO\stat.dat" "stats" key "Best time in Dirtbike Danger "
  544. 0AF1: 2@ "CLEO\stat.dat" "stats" key "Best position in Bandito County "
  545. 0AF1: 3@ "CLEO\stat.dat" "stats" key "Best time in Bandito County "
  546. 0AF1: 4@ "CLEO\stat.dat" "stats" key "Best position in Go-Go-Kart "
  547. 0AF1: 5@ "CLEO\stat.dat" "stats" key "Best time in Go-Go-Kart "
  548. 0AF1: 6@ "CLEO\stat.dat" "stats" key "Best position in San Fierro Fastlane"
  549. 0AF1: 7@ "CLEO\stat.dat" "stats" key "Best time in San Fierro Fastlane "
  550. 0AF1: 8@ "CLEO\stat.dat" "stats" key "Best position in San Fierro Hills "
  551. 0AF1: 9@ "CLEO\stat.dat" "stats" key "Best time in San Fierro Hills "
  552. 0AF1: 10@ "CLEO\stat.dat" "stats" key "Best position in Country Endurance "
  553. 0AF1: 11@ "CLEO\stat.dat" "stats" key "Best time in Country Endurance "
  554. 0AF1: 12@ "CLEO\stat.dat" "stats" key "Best position in SF to LV "
  555. 0AF1: 13@ "CLEO\stat.dat" "stats" key "Best time in SF to LV "
  556. 0AF1: 14@ "CLEO\stat.dat" "stats" key "Best position in Dam Rider "
  557. 0AF1: 15@ "CLEO\stat.dat" "stats" key "Best time in Dam Rider "
  558. 0AF1: 16@ "CLEO\stat.dat" "stats" key "Best position in Desert Tricks "
  559. 0AF1: 17@ "CLEO\stat.dat" "stats" key "Best time in Desert Tricks "
  560. 0AF1: 18@ "CLEO\stat.dat" "stats" key "Best position in LV Ringroad "
  561. 0AF1: 19@ "CLEO\stat.dat" "stats" key "Best time in LV Ringroad "
  562. 0AF1: 20@ "CLEO\stat.dat" "stats" key "Best time in World War Aces "
  563. 0AF1: 21@ "CLEO\stat.dat" "stats" key "Best time in Barnstorming "
  564. 0AF1: 22@ "CLEO\stat.dat" "stats" key "Best time in Military Service "
  565. 0AF1: 23@ "CLEO\stat.dat" "stats" key "Best time in Chopper Checkpoint "
  566. 0AF1: 24@ "CLEO\stat.dat" "stats" key "Best time in Whirly Bird Waypoint "
  567. 0AF1: 25@ "CLEO\stat.dat" "stats" key "Best time in Heli Hell "
  568. 0AF1: 26@ "CLEO\stat.dat" "stats" key "Drive-thru mission accomplished "
  569. 0AF1: 27@ "CLEO\stat.dat" "stats" key "Management Issues mission accomplished"
  570. 0AF1: 28@ "CLEO\stat.dat" "stats" key "555 WE TIP mission accomplished "
  571. 0AF1: 29@ "CLEO\stat.dat" "stats" key "Yay Ka-Boom-Boom mission accomplished"
  572. 0AF1: 30@ "CLEO\stat.dat" "stats" key "Fish in a Barrel mission accomplished"
  573.  
  574. 0652: 0@ = 307 //Breaking the Bank at Caligula's mission accomplished
  575. 0652: 1@ = 308 //A Home In The Hills mission accomplished
  576. 0652: 2@ = 309 //maybe set riot mode
  577. 0652: 3@ = 310 //Ryder's mission Robbing Uncle Sam accomplished
  578. 0652: 4@ = 311 //Mike Toreno mission accomplished
  579. 0652: 5@ = 312 //Architectural Espionage mission accomplished
  580. 0652: 6@ = 313 //Jizzy mission accomplished
  581. 0652: 7@ = 314 //Reuniting the Families mission accomplished
  582. 0652: 8@ = 315 //Small Town Bank mission accomplished
  583. 0652: 9@ = 316 //Photo Opportunity mission accomplished
  584. 0652: 10@ = 317 //Don Peyote mission accomplished
  585. 0652: 11@ = 318 //Local Liquor Store mission accomplished
  586. 0652: 12@ = 319 //Badlands mission accomplished
  587. 0652: 13@ = 320 //Playing time
  588. 0652: 14@ = 321 //Hidden Packages found
  589. 0652: 15@ = 322 //Tags sprayed
  590. 0652: 16@ = 323 //Least favorite gang
  591. 0652: 17@ = 324 //Gang members wasted
  592. 0652: 18@ = 325 //Criminals wasted
  593. 0652: 19@ = 326 //Most Favorite Radio Station
  594. 0652: 20@ = 327 //Least Favorite Radio Station
  595. 0652: 21@ = 328 //Current weapon skill
  596. 0652: 22@ = 329 //Weapon skill levels
  597. 0652: 23@ = 330 //Pilot ranking
  598. 0652: 24@ = 331 //Strongest Gang
  599. 0652: 25@ = 332 //2nd strongest gang
  600. 0652: 26@ = 333 //3rd strongest gang
  601. 0652: 27@ = 334 //Money lost gambling
  602. 0652: 28@ = 335 //Riot Mission accomplished
  603. 0652: 29@ = 336 //Gang strength
  604. 0652: 30@ = 337 //Territory under control
  605.  
  606. 0AF1: 0@ "CLEO\stat.dat" "stats" key "Breaking the Bank at Caligula's mission accomplished"
  607. 0AF1: 1@ "CLEO\stat.dat" "stats" key "A Home In The Hills mission accomplished "
  608. 0AF1: 2@ "CLEO\stat.dat" "stats" key "maybe set riot mode "
  609. 0AF1: 3@ "CLEO\stat.dat" "stats" key "Ryder's mission Robbing Uncle Sam accomplished"
  610. 0AF1: 4@ "CLEO\stat.dat" "stats" key "Mike Toreno mission accomplished "
  611. 0AF1: 5@ "CLEO\stat.dat" "stats" key "Architectural Espionage mission accomplished "
  612. 0AF1: 6@ "CLEO\stat.dat" "stats" key "Jizzy mission accomplished "
  613. 0AF1: 7@ "CLEO\stat.dat" "stats" key "Reuniting the Families mission accomplished "
  614. 0AF1: 8@ "CLEO\stat.dat" "stats" key "Small Town Bank mission accomplished "
  615. 0AF1: 9@ "CLEO\stat.dat" "stats" key "Photo Opportunity mission accomplished "
  616. 0AF1: 10@ "CLEO\stat.dat" "stats" key "Don Peyote mission accomplished "
  617. 0AF1: 11@ "CLEO\stat.dat" "stats" key "Local Liquor Store mission accomplished "
  618. 0AF1: 12@ "CLEO\stat.dat" "stats" key "Badlands mission accomplished "
  619. 0AF1: 13@ "CLEO\stat.dat" "stats" key "Playing time "
  620. 0AF1: 14@ "CLEO\stat.dat" "stats" key "Hidden Packages found "
  621. 0AF1: 15@ "CLEO\stat.dat" "stats" key "Tags sprayed "
  622. 0AF1: 16@ "CLEO\stat.dat" "stats" key "Least favorite gang "
  623. 0AF1: 17@ "CLEO\stat.dat" "stats" key "Gang members wasted "
  624. 0AF1: 18@ "CLEO\stat.dat" "stats" key "Criminals wasted "
  625. 0AF1: 19@ "CLEO\stat.dat" "stats" key "Most Favorite Radio Station "
  626. 0AF1: 20@ "CLEO\stat.dat" "stats" key "Least Favorite Radio Station "
  627. 0AF1: 21@ "CLEO\stat.dat" "stats" key "Current weapon skill "
  628. 0AF1: 22@ "CLEO\stat.dat" "stats" key "Weapon skill levels "
  629. 0AF1: 23@ "CLEO\stat.dat" "stats" key "Pilot ranking "
  630. 0AF1: 24@ "CLEO\stat.dat" "stats" key "Strongest Gang "
  631. 0AF1: 25@ "CLEO\stat.dat" "stats" key "2nd strongest gang "
  632. 0AF1: 26@ "CLEO\stat.dat" "stats" key "3rd strongest gang "
  633. 0AF1: 27@ "CLEO\stat.dat" "stats" key "Money lost gambling "
  634. 0AF1: 28@ "CLEO\stat.dat" "stats" key "Riot Mission accomplished "
  635. 0AF1: 29@ "CLEO\stat.dat" "stats" key "Gang strength "
  636. 0AF1: 30@ "CLEO\stat.dat" "stats" key "Territory under control "
  637.  
  638. 0652: 0@ = 338 //Are you going to San Fierro? missio
  639. 0652: 1@ = 339 //High Noon mission accomplished
  640. 0652: 2@ = 340 //The Green Sabre mission accomplishe
  641. 0652: 3@ = 341 //maybe Catalina meeting
  642. 0652: 4@ = 342 //maybe Wu Zi meeting
  643.  
  644. 0AF1: 0@ "CLEO\stat.dat" "stats" key "Are you going to San Fierro? mission accomplished"
  645. 0AF1: 1@ "CLEO\stat.dat" "stats" key "High Noon mission accomplished "
  646. 0AF1: 2@ "CLEO\stat.dat" "stats" key "The Green Sabre mission accomplished "
  647. 0AF1: 3@ "CLEO\stat.dat" "stats" key "maybe Catalina meeting "
  648. 0AF1: 4@ "CLEO\stat.dat" "stats" key "maybe Wu Zi meeting "
  649.  
  650. 0ACE: show_formatted_text_box "Stats export done"
  651. wait 1000 //Wait one second before allowing the script to be ran again
  652.  
  653. :IMPORT
  654. wait 0
  655. if 0AB0: key_pressed 118 // F7
  656. else_jump @EXPORT
  657.  
  658. 0AF2: 0@ = "CLEO\stat.dat" "stats" key "Progress made "
  659. 0AF2: 1@ = "CLEO\stat.dat" "stats" key "Total progress "
  660. 0AF2: 2@ = "CLEO\stat.dat" "stats" key "Furthest Hoop "
  661. 0AF2: 3@ = "CLEO\stat.dat" "stats" key "Distance travelled on foot "
  662. 0AF2: 4@ = "CLEO\stat.dat" "stats" key "Distance travelled by car "
  663. 0AF2: 5@ = "CLEO\stat.dat" "stats" key "Distance travelled by motorbike "
  664. 0AF2: 6@ = "CLEO\stat.dat" "stats" key "Distance travelled by boat "
  665. 0AF2: 7@ = "CLEO\stat.dat" "stats" key "Distance travelled by golf cart "
  666. 0AF2: 8@ = "CLEO\stat.dat" "stats" key "Distance travelled by helicopter"
  667. 0AF2: 9@ = "CLEO\stat.dat" "stats" key "Distance travelled by plane "
  668. 0AF2: 10@ = "CLEO\stat.dat" "stats" key "Longest Wheelie distance "
  669. 0AF2: 11@ = "CLEO\stat.dat" "stats" key "Longest Stoppie distance "
  670. 0AF2: 12@ = "CLEO\stat.dat" "stats" key "Longest 2 wheels distance "
  671. 0AF2: 13@ = "CLEO\stat.dat" "stats" key "Weapon Budget "
  672. 0AF2: 14@ = "CLEO\stat.dat" "stats" key "Fashion Budget "
  673. 0AF2: 15@ = "CLEO\stat.dat" "stats" key "Property Budget "
  674. 0AF2: 16@ = "CLEO\stat.dat" "stats" key "Auto Repair and Painting Budget "
  675. 0AF2: 17@ = "CLEO\stat.dat" "stats" key "Longest Wheelie time "
  676. 0AF2: 18@ = "CLEO\stat.dat" "stats" key "Longest Stoppie time "
  677. 0AF2: 19@ = "CLEO\stat.dat" "stats" key "Longest 2 wheels time "
  678. 0AF2: 20@ = "CLEO\stat.dat" "stats" key "Food Budget "
  679. 0AF2: 21@ = "CLEO\stat.dat" "stats" key "Fat "
  680. 0AF2: 22@ = "CLEO\stat.dat" "stats" key "Stamina "
  681. 0AF2: 23@ = "CLEO\stat.dat" "stats" key "Muscle "
  682. 0AF2: 24@ = "CLEO\stat.dat" "stats" key "Max Health "
  683. 0AF2: 25@ = "CLEO\stat.dat" "stats" key "Sex appeal "
  684. 0AF2: 26@ = "CLEO\stat.dat" "stats" key "Distance travelled by swimming "
  685. 0AF2: 27@ = "CLEO\stat.dat" "stats" key "Distance travelled by bicycle "
  686. 0AF2: 28@ = "CLEO\stat.dat" "stats" key "Distance travelled on treadmill "
  687. 0AF2: 29@ = "CLEO\stat.dat" "stats" key "Distance travelled on exercise bike"
  688. 0AF2: 30@ = "CLEO\stat.dat" "stats" key "Tattoo budget "
  689.  
  690. 062A: 0 0@ //Progress made
  691. 062A: 1 1@ //Total progress
  692. 062A: 2 2@ //Furthest Hoop
  693. 062A: 3 3@ //Distance travelled on foot
  694. 062A: 4 4@ //Distance travelled by car
  695. 062A: 5 5@ //Distance travelled by motorbike
  696. 062A: 6 6@ //Distance travelled by boat
  697. 062A: 7 7@ //Distance travelled by golf cart
  698. 062A: 8 8@ //Distance travelled by helicopter
  699. 062A: 9 9@ //Distance travelled by plane
  700. 062A: 10 10@ //Longest Wheelie distance
  701. 062A: 11 11@ //Longest Stoppie distance
  702. 062A: 12 12@ //Longest 2 wheels distance
  703. 062A: 13 13@ //Weapon Budget
  704. 062A: 14 14@ //Fashion Budget
  705. 062A: 15 15@ //Property Budget
  706. 062A: 16 16@ //Auto Repair and Painting Budget
  707. 062A: 17 17@ //Longest Wheelie time
  708. 062A: 18 18@ //Longest Stoppie time
  709. 062A: 19 19@ //Longest 2 wheels time
  710. 062A: 20 20@ //Food Budget
  711. 062A: 21 21@ //Fat
  712. 062A: 22 22@ //Stamina
  713. 062A: 23 23@ //Muscle
  714. 062A: 24 24@ //Max Health
  715. 062A: 25 25@ //Sex appeal
  716. 062A: 26 26@ //Distance travelled by swimming
  717. 062A: 27 27@ //Distance travelled by bicycle
  718. 062A: 28 28@ //Distance travelled on treadmill
  719. 062A: 29 29@ //Distance travelled on exercise bike
  720. 062A: 30 30@ //Tattoo budget
  721.  
  722. 0AF2: 0@ = "CLEO\stat.dat" "stats" key "Hairdressing budget "
  723. 0AF2: 1@ = "CLEO\stat.dat" "stats" key "Girlfriend budget "
  724. 0AF2: 2@ = "CLEO\stat.dat" "stats" key "Prostitute budget "
  725. 0AF2: 3@ = "CLEO\stat.dat" "stats" key "Furniture budget "
  726. 0AF2: 4@ = "CLEO\stat.dat" "stats" key "Money spent gambling "
  727. 0AF2: 5@ = "CLEO\stat.dat" "stats" key "Money made from pimping "
  728. 0AF2: 6@ = "CLEO\stat.dat" "stats" key "Money won gambling "
  729. 0AF2: 7@ = "CLEO\stat.dat" "stats" key "Biggest gambling win "
  730. 0AF2: 8@ = "CLEO\stat.dat" "stats" key "Biggest gambling loss "
  731. 0AF2: 9@ = "CLEO\stat.dat" "stats" key "Largest burglary swag "
  732. 0AF2: 10@ = "CLEO\stat.dat" "stats" key "Money made from burglary "
  733. 0AF2: 11@ = "CLEO\stat.dat" "stats" key "Money spent building property "
  734. 0AF2: 12@ = "CLEO\stat.dat" "stats" key "unused "
  735. 0AF2: 13@ = "CLEO\stat.dat" "stats" key "Longest treadmill time "
  736. 0AF2: 14@ = "CLEO\stat.dat" "stats" key "Longest exercise bike time "
  737. 0AF2: 15@ = "CLEO\stat.dat" "stats" key "Heaviest weight on bench press "
  738. 0AF2: 16@ = "CLEO\stat.dat" "stats" key "Heaviest weight on dumbbells "
  739. 0AF2: 17@ = "CLEO\stat.dat" "stats" key "Best time in 8-Track "
  740. 0AF2: 18@ = "CLEO\stat.dat" "stats" key "BMX best time "
  741. 0AF2: 19@ = "CLEO\stat.dat" "stats" key "Lightest weight "
  742. 0AF2: 20@ = "CLEO\stat.dat" "stats" key "Longest chase time with 5 or more stars"
  743. 0AF2: 21@ = "CLEO\stat.dat" "stats" key "Last chase time with 5 or more stars "
  744. 0AF2: 22@ = "CLEO\stat.dat" "stats" key "Wage bill "
  745. 0AF2: 23@ = "CLEO\stat.dat" "stats" key "Strip club budget "
  746. 0AF2: 24@ = "CLEO\stat.dat" "stats" key "Car modification budget "
  747. 0AF2: 25@ = "CLEO\stat.dat" "stats" key "Time spent shopping "
  748. 0AF2: 26@ = "CLEO\stat.dat" "stats" key "Time spent gambling "
  749. 0AF2: 27@ = "CLEO\stat.dat" "stats" key "Time spent on longest mission "
  750. 0AF2: 28@ = "CLEO\stat.dat" "stats" key "Time spent on quickest mission "
  751. 0AF2: 29@ = "CLEO\stat.dat" "stats" key "Average mission time "
  752.  
  753. 062A: 31 0@ //Hairdressing budget
  754. 062A: 32 1@ //Girlfriend budget
  755. 062A: 33 2@ //Prostitute budget
  756. 062A: 34 3@ //Furniture budget
  757. 062A: 35 4@ //Money spent gambling
  758. 062A: 36 5@ //Money made from pimping
  759. 062A: 37 6@ //Money won gambling
  760. 062A: 38 7@ //Biggest gambling win
  761. 062A: 39 8@ //Biggest gambling loss
  762. 062A: 40 9@ //Largest burglary swag
  763. 062A: 41 10@ //Money made from burglary
  764. 062A: 42 11@ //Money spent building property
  765. 062A: 43 12@ //unused
  766. 062A: 44 13@ //Longest treadmill time
  767. 062A: 45 14@ //Longest exercise bike time
  768. 062A: 46 15@ //Heaviest weight on bench press
  769. 062A: 47 16@ //Heaviest weight on dumbbells
  770. 062A: 48 17@ //Best time in 8-Track
  771. 062A: 49 18@ //BMX best time
  772. 062A: 50 19@ //Lightest weight
  773. 062A: 51 20@ //Longest chase time with 5 or more stars
  774. 062A: 52 21@ //Last chase time with 5 or more stars
  775. 062A: 53 22@ //Wage bill
  776. 062A: 54 23@ //Strip club budget
  777. 062A: 55 24@ //Car modification budget
  778. 062A: 56 25@ //Time spent shopping
  779. 062A: 57 26@ //Time spent gambling
  780. 062A: 58 27@ //Time spent on longest mission
  781. 062A: 59 28@ //Time spent on quickest mission
  782. 062A: 60 29@ //Average mission time
  783.  
  784. 0AF2: 0@ = "CLEO\stat.dat" "stats" key "Drugs budget "
  785. 0AF2: 1@ = "CLEO\stat.dat" "stats" key "Total shopping budget "
  786. 0AF2: 2@ = "CLEO\stat.dat" "stats" key "Time spent underwater "
  787. 0AF2: 3@ = "CLEO\stat.dat" "stats" key "Total respect "
  788. 0AF2: 4@ = "CLEO\stat.dat" "stats" key "Girlfriend respect "
  789. 0AF2: 5@ = "CLEO\stat.dat" "stats" key "Clothes respect "
  790. 0AF2: 6@ = "CLEO\stat.dat" "stats" key "Fitness respect "
  791. 0AF2: 7@ = "CLEO\stat.dat" "stats" key "Respect "
  792. 0AF2: 8@ = "CLEO\stat.dat" "stats" key "Pistol Skill "
  793. 0AF2: 9@ = "CLEO\stat.dat" "stats" key "Silenced Pistol Skill "
  794. 0AF2: 10@ = "CLEO\stat.dat" "stats" key "Desert Eagle Skill "
  795. 0AF2: 11@ = "CLEO\stat.dat" "stats" key "Shotgun Skill "
  796. 0AF2: 12@ = "CLEO\stat.dat" "stats" key "Sawn-Off Shotgun Skill"
  797. 0AF2: 13@ = "CLEO\stat.dat" "stats" key "Combat Shotgun Skill "
  798. 0AF2: 14@ = "CLEO\stat.dat" "stats" key "Machine Pistol Skill "
  799. 0AF2: 15@ = "CLEO\stat.dat" "stats" key "SMG Skill "
  800. 0AF2: 16@ = "CLEO\stat.dat" "stats" key "AK-47 Skill "
  801. 0AF2: 17@ = "CLEO\stat.dat" "stats" key "M4 Skill "
  802. 0AF2: 18@ = "CLEO\stat.dat" "stats" key "Rifle Skill "
  803. 0AF2: 19@ = "CLEO\stat.dat" "stats" key "Appearance "
  804. 0AF2: 20@ = "CLEO\stat.dat" "stats" key "Gambling "
  805.  
  806. 062A: 61 0@ //Drugs budget
  807. 062A: 62 1@ //Total shopping budget
  808. 062A: 63 2@ //Time spent underwater
  809. 062A: 64 3@ //Total respect
  810. 062A: 65 4@ //Girlfriend respect
  811. 062A: 66 5@ //Clothes respect
  812. 062A: 67 6@ //Fitness respect
  813. 062A: 68 7@ //Respect
  814. 062A: 69 8@ //Pistol Skill
  815. 062A: 70 9@ //Silenced Pistol Skill
  816. 062A: 71 10@ //Desert Eagle Skill
  817. 062A: 72 11@ //Shotgun Skill
  818. 062A: 73 12@ //Sawn-Off Shotgun Skill
  819. 062A: 74 13@ //Combat Shotgun Skill
  820. 062A: 75 14@ //Machine Pistol Skill
  821. 062A: 76 15@ //SMG Skill
  822. 062A: 77 16@ //AK-47 Skill
  823. 062A: 78 17@ //M4 Skill
  824. 062A: 79 18@ //Rifle Skill
  825. 062A: 80 19@ //Appearance
  826. 062A: 81 20@ //Gambling
  827.  
  828. 0AF0: 0@ = "CLEO\stat.dat" "stats" key "People wasted by others "
  829. 0AF0: 1@ = "CLEO\stat.dat" "stats" key "People you've wasted "
  830. 0AF0: 2@ = "CLEO\stat.dat" "stats" key "Road Vehicles destroyed "
  831. 0AF0: 3@ = "CLEO\stat.dat" "stats" key "Boats destroyed "
  832. 0AF0: 4@ = "CLEO\stat.dat" "stats" key "Planes & Helicopters destroyed "
  833. 0AF0: 5@ = "CLEO\stat.dat" "stats" key "Cost of property damaged "
  834. 0AF0: 6@ = "CLEO\stat.dat" "stats" key "Bullets fired "
  835. 0AF0: 7@ = "CLEO\stat.dat" "stats" key "Kgs of explosives used "
  836. 0AF0: 8@ = "CLEO\stat.dat" "stats" key "Bullets that hit "
  837. 0AF0: 9@ = "CLEO\stat.dat" "stats" key "Tires popped with gunfire "
  838. 0AF0: 10@ = "CLEO\stat.dat" "stats" key "Number of headshots "
  839. 0AF0: 11@ = "CLEO\stat.dat" "stats" key "Total number of wanted stars attained"
  840. 0AF0: 12@ = "CLEO\stat.dat" "stats" key "Total number of wanted stars evaded "
  841. 0AF0: 13@ = "CLEO\stat.dat" "stats" key "Times busted "
  842. 0AF0: 14@ = "CLEO\stat.dat" "stats" key "Days passed in game "
  843. 0AF0: 15@ = "CLEO\stat.dat" "stats" key "Number of hospital visits "
  844. 0AF0: 16@ = "CLEO\stat.dat" "stats" key "Safehouse visits "
  845. 0AF0: 17@ = "CLEO\stat.dat" "stats" key "Times cheated "
  846. 0AF0: 18@ = "CLEO\stat.dat" "stats" key "Vehicle Resprays "
  847. 0AF0: 19@ = "CLEO\stat.dat" "stats" key "Maximum INSANE Jump distance "
  848. 0AF0: 20@ = "CLEO\stat.dat" "stats" key "Maximum INSANE Jump height "
  849. 0AF0: 21@ = "CLEO\stat.dat" "stats" key "Maximum INSANE Jump flips "
  850. 0AF0: 22@ = "CLEO\stat.dat" "stats" key "Maximum INSANE Jump rotation "
  851. 0AF0: 23@ = "CLEO\stat.dat" "stats" key "Best INSANE stunt awarded "
  852. 0AF0: 24@ = "CLEO\stat.dat" "stats" key "Unique Jumps found "
  853. 0AF0: 25@ = "CLEO\stat.dat" "stats" key "Unique Jumps done "
  854. 0AF0: 26@ = "CLEO\stat.dat" "stats" key "Mission attempts "
  855. 0AF0: 27@ = "CLEO\stat.dat" "stats" key "Missions passed "
  856. 0AF0: 28@ = "CLEO\stat.dat" "stats" key "Total number of missions in game "
  857. 0AF0: 29@ = "CLEO\stat.dat" "stats" key "Cash made in a Taxi "
  858. 0AF0: 30@ = "CLEO\stat.dat" "stats" key "Passengers dropped off "
  859. 0AF0: 31@ = "CLEO\stat.dat" "stats" key "People saved in an Ambulance "
  860.  
  861. 0629: 120 0@ //People wasted by others
  862. 0629: 121 1@ //People you've wasted
  863. 0629: 122 2@ //Road Vehicles destroyed
  864. 0629: 123 3@ //Boats destroyed
  865. 0629: 124 4@ //Planes & Helicopters destroyed
  866. 0629: 125 5@ //Cost of property damaged
  867. 0629: 126 6@ //Bullets fired
  868. 0629: 127 7@ //Kgs of explosives used
  869. 0629: 128 8@ //Bullets that hit
  870. 0629: 129 9@ //Tires popped with gunfire
  871. 0629: 130 10@ //Number of headshots
  872. 0629: 131 11@ //Total number of wanted stars attained
  873. 0629: 132 12@ //Total number of wanted stars evaded
  874. 0629: 133 13@ //Times busted
  875. 0629: 134 14@ //Days passed in game
  876. 0629: 135 15@ //Number of hospital visits
  877. 0629: 136 16@ //Safehouse visits
  878. 0629: 137 17@ //Times cheated
  879. 0629: 138 18@ //Vehicle Resprays
  880. 0629: 139 19@ //Maximum INSANE Jump distance
  881. 0629: 140 20@ //Maximum INSANE Jump height
  882. 0629: 141 21@ //Maximum INSANE Jump flips
  883. 0629: 142 22@ //Maximum INSANE Jump rotation
  884. 0629: 143 23@ //Best INSANE stunt awarded
  885. 0629: 144 24@ //Unique Jumps found
  886. 0629: 145 25@ //Unique Jumps done
  887. 0629: 146 26@ //Mission attempts
  888. 0629: 147 27@ //Missions passed
  889. 0629: 148 28@ //Total number of missions in game
  890. 0629: 149 29@ //Cash made in a Taxi
  891. 0629: 150 30@ //Passengers dropped off
  892. 0629: 151 31@ //People saved in an Ambulance
  893.  
  894. 0AF0: 0@ = "CLEO\stat.dat" "stats" key "Criminals killed on Vigilante Mission"
  895. 0AF0: 1@ = "CLEO\stat.dat" "stats" key "Total fires extinguished "
  896. 0AF0: 2@ = "CLEO\stat.dat" "stats" key "Packages Delivered "
  897. 0AF0: 3@ = "CLEO\stat.dat" "stats" key "Assassinations "
  898. 0AF0: 4@ = "CLEO\stat.dat" "stats" key "Last dance score "
  899. 0AF0: 5@ = "CLEO\stat.dat" "stats" key "Highest Vigilante Mission level "
  900. 0AF0: 6@ = "CLEO\stat.dat" "stats" key "Highest Paramedic Mission level "
  901. 0AF0: 7@ = "CLEO\stat.dat" "stats" key "Highest Firefighter Mission level "
  902. 0AF0: 8@ = "CLEO\stat.dat" "stats" key "Driving skill "
  903. 0AF0: 9@ = "CLEO\stat.dat" "stats" key "Number of Truck missions passed "
  904. 0AF0: 10@ = "CLEO\stat.dat" "stats" key "Money made in Truck "
  905. 0AF0: 11@ = "CLEO\stat.dat" "stats" key "Recruited gang members killed "
  906. 0AF0: 12@ = "CLEO\stat.dat" "stats" key "Armor "
  907. 0AF0: 13@ = "CLEO\stat.dat" "stats" key "Energy "
  908. 0AF0: 14@ = "CLEO\stat.dat" "stats" key "Photographs Taken "
  909. 0AF0: 15@ = "CLEO\stat.dat" "stats" key "Rampages attempted "
  910. 0AF0: 16@ = "CLEO\stat.dat" "stats" key "Rampages passed "
  911. 0AF0: 17@ = "CLEO\stat.dat" "stats" key "Flight time "
  912. 0AF0: 18@ = "CLEO\stat.dat" "stats" key "Times drowned "
  913. 0AF0: 19@ = "CLEO\stat.dat" "stats" key "Number of girls pimped "
  914. 0AF0: 20@ = "CLEO\stat.dat" "stats" key "Best position in 8-Track "
  915. 0AF0: 21@ = "CLEO\stat.dat" "stats" key "Time on jetpack "
  916. 0AF0: 22@ = "CLEO\stat.dat" "stats" key "Shooting range levels passed "
  917. 0AF0: 23@ = "CLEO\stat.dat" "stats" key "Most cars parked on 'Valet Parking' "
  918. 0AF0: 24@ = "CLEO\stat.dat" "stats" key "Kills since last checkpoint "
  919. 0AF0: 25@ = "CLEO\stat.dat" "stats" key "Total legitimate kills "
  920. 0AF0: 26@ = "CLEO\stat.dat" "stats" key "Number of 'Bloodring' kills "
  921. 0AF0: 27@ = "CLEO\stat.dat" "stats" key "Total time in bloodring "
  922. 0AF0: 28@ = "CLEO\stat.dat" "stats" key "No more hurricanes Flag "
  923. 0AF0: 29@ = "CLEO\stat.dat" "stats" key "City unlocked "
  924. 0AF0: 30@ = "CLEO\stat.dat" "stats" key "Number of Police bribes "
  925.  
  926. 0629: 152 0@ //Criminals killed on Vigilante Mission
  927. 0629: 153 1@ //Total fires extinguished
  928. 0629: 154 2@ //Packages Delivered
  929. 0629: 155 3@ //Assassinations
  930. 0629: 156 4@ //Last dance score
  931. 0629: 157 5@ //Highest Vigilante Mission level
  932. 0629: 158 6@ //Highest Paramedic Mission level
  933. 0629: 159 7@ //Highest Firefighter Mission level
  934. 0629: 160 8@ //Driving skill
  935. 0629: 161 9@ //Number of Truck missions passed
  936. 0629: 162 10@ //Money made in Truck
  937. 0629: 163 11@ //Recruited gang members killed
  938. 0629: 164 12@ //Armor
  939. 0629: 165 13@ //Energy
  940. 0629: 166 14@ //Photographs Taken
  941. 0629: 167 15@ //Rampages attempted
  942. 0629: 168 16@ //Rampages passed
  943. 0629: 169 17@ //Flight time
  944. 0629: 170 18@ //Times drowned
  945. 0629: 171 19@ //Number of girls pimped
  946. 0629: 172 20@ //Best position in 8-Track
  947. 0629: 173 21@ //Time on jetpack
  948. 0629: 174 22@ //Shooting range levels passed
  949. 0629: 175 23@ //Most cars parked on 'Valet Parking'
  950. 0629: 176 24@ //Kills since last checkpoint
  951. 0629: 177 25@ //Total legitimate kills
  952. 0629: 178 26@ //Number of 'Bloodring' kills
  953. 0629: 179 27@ //Total time in bloodring
  954. 0629: 180 28@ //No more hurricanes Flag
  955. 0629: 181 29@ //City unlocked
  956. 0629: 182 30@ //Number of Police bribes
  957.  
  958. 0AF0: 0@ = "CLEO\stat.dat" "stats" key "Number of cars stolen "
  959. 0AF0: 1@ = "CLEO\stat.dat" "stats" key "Current number of girlfriends "
  960. 0AF0: 2@ = "CLEO\stat.dat" "stats" key "Number of disastrous dates "
  961. 0AF0: 3@ = "CLEO\stat.dat" "stats" key "Number of girls dated "
  962. 0AF0: 4@ = "CLEO\stat.dat" "stats" key "Number of times scored with a girl "
  963. 0AF0: 5@ = "CLEO\stat.dat" "stats" key "Number of successful dates "
  964. 0AF0: 6@ = "CLEO\stat.dat" "stats" key "Number of girls dumped "
  965. 0AF0: 7@ = "CLEO\stat.dat" "stats" key "Number of prostitutes visited "
  966. 0AF0: 8@ = "CLEO\stat.dat" "stats" key "Number of houses burgled "
  967. 0AF0: 9@ = "CLEO\stat.dat" "stats" key "Number of safes cracked "
  968. 0AF0: 10@ = "CLEO\stat.dat" "stats" key "Burgular status "
  969. 0AF0: 11@ = "CLEO\stat.dat" "stats" key "Number of stolen items sold "
  970. 0AF0: 12@ = "CLEO\stat.dat" "stats" key "Number of eight balls in pool "
  971. 0AF0: 13@ = "CLEO\stat.dat" "stats" key "Total number of wins playing pool "
  972. 0AF0: 14@ = "CLEO\stat.dat" "stats" key "Total number of losses playing pool "
  973. 0AF0: 15@ = "CLEO\stat.dat" "stats" key "Times visited the gym "
  974. 0AF0: 16@ = "CLEO\stat.dat" "stats" key "Body type "
  975. 0AF0: 17@ = "CLEO\stat.dat" "stats" key "Number of meals eaten "
  976. 0AF0: 18@ = "CLEO\stat.dat" "stats" key "Money made in Quarry "
  977. 0AF0: 19@ = "CLEO\stat.dat" "stats" key "Time taken to Complete Quarry "
  978. 0AF0: 20@ = "CLEO\stat.dat" "stats" key "Number of furniture purchased "
  979. 0AF0: 21@ = "CLEO\stat.dat" "stats" key "Favorite console game "
  980. 0AF0: 22@ = "CLEO\stat.dat" "stats" key "Highest civilian peds killed on Rampage "
  981. 0AF0: 23@ = "CLEO\stat.dat" "stats" key "Highest police peds killed on Rampage "
  982. 0AF0: 24@ = "CLEO\stat.dat" "stats" key "Highest civilian vehicles destroyed on Rampage"
  983. 0AF0: 25@ = "CLEO\stat.dat" "stats" key "Highest police vehicles destroyed on Rampage "
  984. 0AF0: 26@ = "CLEO\stat.dat" "stats" key "Highest number of tanks destroyed on Rampage "
  985. 0AF0: 27@ = "CLEO\stat.dat" "stats" key "Pimping level "
  986. 0AF0: 28@ = "CLEO\stat.dat" "stats" key "Kickstart best score "
  987. 0AF0: 29@ = "CLEO\stat.dat" "stats" key "Best lap time in 8-Track "
  988. 0AF0: 30@ = "CLEO\stat.dat" "stats" key "Number of vehicles exported "
  989.  
  990. 0629: 183 0@ //Number of cars stolen
  991. 0629: 184 1@ //Current number of girlfriends
  992. 0629: 185 2@ //Number of disastrous dates
  993. 0629: 186 3@ //Number of girls dated
  994. 0629: 187 4@ //Number of times scored with a girl
  995. 0629: 188 5@ //Number of successful dates
  996. 0629: 189 6@ //Number of girls dumped
  997. 0629: 190 7@ //Number of prostitutes visited
  998. 0629: 191 8@ //Number of houses burgled
  999. 0629: 192 9@ //Number of safes cracked
  1000. 0629: 193 10@ //Burgular status
  1001. 0629: 194 11@ //Number of stolen items sold
  1002. 0629: 195 12@ //Number of eight balls in pool
  1003. 0629: 196 13@ //Total number of wins playing pool
  1004. 0629: 197 14@ //Total number of losses playing pool
  1005. 0629: 198 15@ //Times visited the gym
  1006. 0629: 199 16@ //Body type
  1007. 0629: 200 17@ //Number of meals eaten
  1008. 0629: 201 18@ //Money made in Quarry
  1009. 0629: 202 19@ //Time taken to Complete Quarry
  1010. 0629: 203 20@ //Number of furniture purchased
  1011. 0629: 204 21@ //Favorite console game
  1012. 0629: 205 22@ //Highest civilian peds killed on Rampage
  1013. 0629: 206 23@ //Highest police peds killed on Rampage
  1014. 0629: 207 24@ //Highest civilian vehicles destroyed on Rampage
  1015. 0629: 208 25@ //Highest police vehicles destroyed on Rampage
  1016. 0629: 209 26@ //Highest number of tanks destroyed on Rampage
  1017. 0629: 210 27@ //Pimping level
  1018. 0629: 211 28@ //Kickstart best score
  1019. 0629: 212 29@ //Best lap time in 8-Track
  1020. 0629: 213 30@ //Number of vehicles exported
  1021.  
  1022. 0AF0: 0@ = "CLEO\stat.dat" "stats" key "Number of vehicles imported "
  1023. 0AF0: 1@ = "CLEO\stat.dat" "stats" key "Highest basketball score "
  1024. 0AF0: 2@ = "CLEO\stat.dat" "stats" key "Fires started "
  1025. 0AF0: 3@ = "CLEO\stat.dat" "stats" key "Amount of drugs sold "
  1026. 0AF0: 4@ = "CLEO\stat.dat" "stats" key "Amount of drugs bought "
  1027. 0AF0: 5@ = "CLEO\stat.dat" "stats" key "Best lap time in dirt track "
  1028. 0AF0: 6@ = "CLEO\stat.dat" "stats" key "Best time in dirt track "
  1029. 0AF0: 7@ = "CLEO\stat.dat" "stats" key "Best position in dirt track "
  1030. 0AF0: 8@ = "CLEO\stat.dat" "stats" key "NRG-500 best time "
  1031. 0AF0: 9@ = "CLEO\stat.dat" "stats" key "Flying skill "
  1032. 0AF0: 10@ = "CLEO\stat.dat" "stats" key "Respect Mission "
  1033. 0AF0: 11@ = "CLEO\stat.dat" "stats" key "Lung capacity "
  1034. 0AF0: 12@ = "CLEO\stat.dat" "stats" key "Game gore rating "
  1035. 0AF0: 13@ = "CLEO\stat.dat" "stats" key "Game sex rating "
  1036. 0AF0: 14@ = "CLEO\stat.dat" "stats" key "Respect Mission Total "
  1037. 0AF0: 15@ = "CLEO\stat.dat" "stats" key "Bike skill "
  1038. 0AF0: 16@ = "CLEO\stat.dat" "stats" key "Cycling skill "
  1039. 0AF0: 17@ = "CLEO\stat.dat" "stats" key "Snapshots taken "
  1040. 0AF0: 18@ = "CLEO\stat.dat" "stats" key "Total snapshots "
  1041. 0AF0: 19@ = "CLEO\stat.dat" "stats" key "Luck "
  1042. 0AF0: 20@ = "CLEO\stat.dat" "stats" key "Territories taken over "
  1043. 0AF0: 21@ = "CLEO\stat.dat" "stats" key "Territories lost "
  1044. 0AF0: 22@ = "CLEO\stat.dat" "stats" key "Territories held "
  1045. 0AF0: 23@ = "CLEO\stat.dat" "stats" key "Highest number of territories held"
  1046. 0AF0: 24@ = "CLEO\stat.dat" "stats" key "Gang members recruited "
  1047. 0AF0: 25@ = "CLEO\stat.dat" "stats" key "Enemy gang members killed "
  1048. 0AF0: 26@ = "CLEO\stat.dat" "stats" key "Friendly gang members killed "
  1049. 0AF0: 27@ = "CLEO\stat.dat" "stats" key "Horseshoes collected "
  1050. 0AF0: 28@ = "CLEO\stat.dat" "stats" key "Total horseshoes "
  1051. 0AF0: 29@ = "CLEO\stat.dat" "stats" key "Oysters collected "
  1052. 0AF0: 30@ = "CLEO\stat.dat" "stats" key "Total oysters "
  1053.  
  1054. 0629: 214 0@ //Number of vehicles imported
  1055. 0629: 215 1@ //Highest basketball score
  1056. 0629: 216 2@ //Fires started
  1057. 0629: 217 3@ //Amount of drugs sold
  1058. 0629: 218 4@ //Amount of drugs bought
  1059. 0629: 219 5@ //Best lap time in dirt track
  1060. 0629: 220 6@ //Best time in dirt track
  1061. 0629: 221 7@ //Best position in dirt track
  1062. 0629: 222 8@ //NRG-500 best time
  1063. 0629: 223 9@ //Flying skill
  1064. 0629: 224 10@ //Respect Mission
  1065. 0629: 225 11@ //Lung capacity
  1066. 0629: 226 12@ //Game gore rating
  1067. 0629: 227 13@ //Game sex rating
  1068. 0629: 228 14@ //Respect Mission Total
  1069. 0629: 229 15@ //Bike skill
  1070. 0629: 230 16@ //Cycling skill
  1071. 0629: 231 17@ //Snapshots taken
  1072. 0629: 232 18@ //Total snapshots
  1073. 0629: 233 19@ //Luck
  1074. 0629: 234 20@ //Territories taken over
  1075. 0629: 235 21@ //Territories lost
  1076. 0629: 236 22@ //Territories held
  1077. 0629: 237 23@ //Highest number of territories held
  1078. 0629: 238 24@ //Gang members recruited
  1079. 0629: 239 25@ //Enemy gang members killed
  1080. 0629: 240 26@ //Friendly gang members killed
  1081. 0629: 241 27@ //Horseshoes collected
  1082. 0629: 242 28@ //Total horseshoes
  1083. 0629: 243 29@ //Oysters collected
  1084. 0629: 244 30@ //Total oysters
  1085.  
  1086. 0AF0: 0@ = "CLEO\stat.dat" "stats" key "Calories "
  1087. 0AF0: 1@ = "CLEO\stat.dat" "stats" key "2 Player Rampage best time "
  1088. 0AF0: 2@ = "CLEO\stat.dat" "stats" key "2 Player Car Rampage best time "
  1089. 0AF0: 3@ = "CLEO\stat.dat" "stats" key "2 Player On Foot Rampage best time"
  1090. 0AF0: 4@ = "CLEO\stat.dat" "stats" key "2 Player Chopper Rampage best time"
  1091. 0AF0: 5@ = "CLEO\stat.dat" "stats" key "2 Player Bike Rampage best time "
  1092. 0AF0: 6@ = "CLEO\stat.dat" "stats" key "'Keepie Uppy' best time "
  1093. 0AF0: 7@ = "CLEO\stat.dat" "stats" key "Progress with Denise "
  1094. 0AF0: 8@ = "CLEO\stat.dat" "stats" key "Progress with Michelle "
  1095. 0AF0: 9@ = "CLEO\stat.dat" "stats" key "Progress with Helena "
  1096. 0AF0: 10@ = "CLEO\stat.dat" "stats" key "Progress with Barbara "
  1097. 0AF0: 11@ = "CLEO\stat.dat" "stats" key "Progress with Katie "
  1098. 0AF0: 12@ = "CLEO\stat.dat" "stats" key "Progress with Millie "
  1099. 0AF0: 13@ = "CLEO\stat.dat" "stats" key "Best position in Lowrider Race "
  1100. 0AF0: 14@ = "CLEO\stat.dat" "stats" key "Best time in Lowrider Race "
  1101. 0AF0: 15@ = "CLEO\stat.dat" "stats" key "Best position in Little Loop "
  1102. 0AF0: 16@ = "CLEO\stat.dat" "stats" key "Best time in Little Loop "
  1103. 0AF0: 17@ = "CLEO\stat.dat" "stats" key "Best position in Backroad Wanderer"
  1104. 0AF0: 18@ = "CLEO\stat.dat" "stats" key "Best time in Backroad Wanderer "
  1105. 0AF0: 19@ = "CLEO\stat.dat" "stats" key "Best position in City Circuit "
  1106. 0AF0: 20@ = "CLEO\stat.dat" "stats" key "Best time in City Circuit "
  1107. 0AF0: 21@ = "CLEO\stat.dat" "stats" key "Best position in Vinewood "
  1108. 0AF0: 22@ = "CLEO\stat.dat" "stats" key "Best time in Vinewood "
  1109. 0AF0: 23@ = "CLEO\stat.dat" "stats" key "Best position in Freeway "
  1110. 0AF0: 24@ = "CLEO\stat.dat" "stats" key "Best time in Freeway "
  1111. 0AF0: 25@ = "CLEO\stat.dat" "stats" key "Best position in Into the Country "
  1112. 0AF0: 26@ = "CLEO\stat.dat" "stats" key "Best time in Into the Country "
  1113. 0AF0: 27@ = "CLEO\stat.dat" "stats" key "Best position in Badlands A "
  1114. 0AF0: 28@ = "CLEO\stat.dat" "stats" key "Best time in Badlands A "
  1115. 0AF0: 29@ = "CLEO\stat.dat" "stats" key "Best position in Badlands B "
  1116. 0AF0: 30@ = "CLEO\stat.dat" "stats" key "Best time in Badlands B "
  1117.  
  1118. 0629: 245 0@ //Calories
  1119. 0629: 246 1@ //2 Player Rampage best time
  1120. 0629: 247 2@ //2 Player Car Rampage best time
  1121. 0629: 248 3@ //2 Player On Foot Rampage best time
  1122. 0629: 249 4@ //2 Player Chopper Rampage best time
  1123. 0629: 250 5@ //2 Player Bike Rampage best time
  1124. 0629: 251 6@ //'Keepie Uppy' best time
  1125. 0629: 252 7@ //Progress with Denise
  1126. 0629: 253 8@ //Progress with Michelle
  1127. 0629: 254 9@ //Progress with Helena
  1128. 0629: 255 10@ //Progress with Barbara
  1129. 0629: 256 11@ //Progress with Katie
  1130. 0629: 257 12@ //Progress with Millie
  1131. 0629: 258 13@ //Best position in Lowrider Race
  1132. 0629: 259 14@ //Best time in Lowrider Race
  1133. 0629: 260 15@ //Best position in Little Loop
  1134. 0629: 261 16@ //Best time in Little Loop
  1135. 0629: 262 17@ //Best position in Backroad Wanderer
  1136. 0629: 263 18@ //Best time in Backroad Wanderer
  1137. 0629: 264 19@ //Best position in City Circuit
  1138. 0629: 265 20@ //Best time in City Circuit
  1139. 0629: 266 21@ //Best position in Vinewood
  1140. 0629: 267 22@ //Best time in Vinewood
  1141. 0629: 268 23@ //Best position in Freeway
  1142. 0629: 269 24@ //Best time in Freeway
  1143. 0629: 270 25@ //Best position in Into the Country
  1144. 0629: 271 26@ //Best time in Into the Country
  1145. 0629: 272 27@ //Best position in Badlands A
  1146. 0629: 273 28@ //Best time in Badlands A
  1147. 0629: 274 29@ //Best position in Badlands B
  1148. 0629: 275 30@ //Best time in Badlands B
  1149.  
  1150. 0AF0: 0@ = "CLEO\stat.dat" "stats" key "Best position in Dirtbike Danger "
  1151. 0AF0: 1@ = "CLEO\stat.dat" "stats" key "Best time in Dirtbike Danger "
  1152. 0AF0: 2@ = "CLEO\stat.dat" "stats" key "Best position in Bandito County "
  1153. 0AF0: 3@ = "CLEO\stat.dat" "stats" key "Best time in Bandito County "
  1154. 0AF0: 4@ = "CLEO\stat.dat" "stats" key "Best position in Go-Go-Kart "
  1155. 0AF0: 5@ = "CLEO\stat.dat" "stats" key "Best time in Go-Go-Kart "
  1156. 0AF0: 6@ = "CLEO\stat.dat" "stats" key "Best position in San Fierro Fastlane "
  1157. 0AF0: 7@ = "CLEO\stat.dat" "stats" key "Best time in San Fierro Fastlane "
  1158. 0AF0: 8@ = "CLEO\stat.dat" "stats" key "Best position in San Fierro Hills "
  1159. 0AF0: 9@ = "CLEO\stat.dat" "stats" key "Best time in San Fierro Hills "
  1160. 0AF0: 10@ = "CLEO\stat.dat" "stats" key "Best position in Country Endurance "
  1161. 0AF0: 11@ = "CLEO\stat.dat" "stats" key "Best time in Country Endurance "
  1162. 0AF0: 12@ = "CLEO\stat.dat" "stats" key "Best position in SF to LV "
  1163. 0AF0: 13@ = "CLEO\stat.dat" "stats" key "Best time in SF to LV "
  1164. 0AF0: 14@ = "CLEO\stat.dat" "stats" key "Best position in Dam Rider "
  1165. 0AF0: 15@ = "CLEO\stat.dat" "stats" key "Best time in Dam Rider "
  1166. 0AF0: 16@ = "CLEO\stat.dat" "stats" key "Best position in Desert Tricks "
  1167. 0AF0: 17@ = "CLEO\stat.dat" "stats" key "Best time in Desert Tricks "
  1168. 0AF0: 18@ = "CLEO\stat.dat" "stats" key "Best position in LV Ringroad "
  1169. 0AF0: 19@ = "CLEO\stat.dat" "stats" key "Best time in LV Ringroad "
  1170. 0AF0: 20@ = "CLEO\stat.dat" "stats" key "Best time in World War Aces "
  1171. 0AF0: 21@ = "CLEO\stat.dat" "stats" key "Best time in Barnstorming "
  1172. 0AF0: 22@ = "CLEO\stat.dat" "stats" key "Best time in Military Service "
  1173. 0AF0: 23@ = "CLEO\stat.dat" "stats" key "Best time in Chopper Checkpoint "
  1174. 0AF0: 24@ = "CLEO\stat.dat" "stats" key "Best time in Whirly Bird Waypoint "
  1175. 0AF0: 25@ = "CLEO\stat.dat" "stats" key "Best time in Heli Hell "
  1176. 0AF0: 26@ = "CLEO\stat.dat" "stats" key "Drive-thru mission accomplished "
  1177. 0AF0: 27@ = "CLEO\stat.dat" "stats" key "Management Issues mission accomplished"
  1178. 0AF0: 28@ = "CLEO\stat.dat" "stats" key "555 WE TIP mission accomplished "
  1179. 0AF0: 29@ = "CLEO\stat.dat" "stats" key "Yay Ka-Boom-Boom mission accomplished "
  1180. 0AF0: 30@ = "CLEO\stat.dat" "stats" key "Fish in a Barrel mission accomplished "
  1181.  
  1182. 0629: 276 0@ //Best position in Dirtbike Danger
  1183. 0629: 277 1@ //Best time in Dirtbike Danger
  1184. 0629: 278 2@ //Best position in Bandito County
  1185. 0629: 279 3@ //Best time in Bandito County
  1186. 0629: 280 4@ //Best position in Go-Go-Kart
  1187. 0629: 281 5@ //Best time in Go-Go-Kart
  1188. 0629: 282 6@ //Best position in San Fierro Fastlane
  1189. 0629: 283 7@ //Best time in San Fierro Fastlane
  1190. 0629: 284 8@ //Best position in San Fierro Hills
  1191. 0629: 285 9@ //Best time in San Fierro Hills
  1192. 0629: 286 10@ //Best position in Country Endurance
  1193. 0629: 287 11@ //Best time in Country Endurance
  1194. 0629: 288 12@ //Best position in SF to LV
  1195. 0629: 289 13@ //Best time in SF to LV
  1196. 0629: 290 14@ //Best position in Dam Rider
  1197. 0629: 291 15@ //Best time in Dam Rider
  1198. 0629: 292 16@ //Best position in Desert Tricks
  1199. 0629: 293 17@ //Best time in Desert Tricks
  1200. 0629: 294 18@ //Best position in LV Ringroad
  1201. 0629: 295 19@ //Best time in LV Ringroad
  1202. 0629: 296 20@ //Best time in World War Aces
  1203. 0629: 297 21@ //Best time in Barnstorming
  1204. 0629: 298 22@ //Best time in Military Service
  1205. 0629: 299 23@ //Best time in Chopper Checkpoint
  1206. 0629: 300 24@ //Best time in Whirly Bird Waypoint
  1207. 0629: 301 25@ //Best time in Heli Hell
  1208. 0629: 302 26@ //Drive-thru mission accomplished
  1209. 0629: 303 27@ //Management Issues mission accomplished
  1210. 0629: 304 28@ //555 WE TIP mission accomplished
  1211. 0629: 305 29@ //Yay Ka-Boom-Boom mission accomplished
  1212. 0629: 306 30@ //Fish in a Barrel mission accomplished
  1213.  
  1214. 0AF0: 0@ = "CLEO\stat.dat" "stats" key "Breaking the Bank at Caligula's mission accomplished"
  1215. 0AF0: 1@ = "CLEO\stat.dat" "stats" key "A Home In The Hills mission accomplished "
  1216. 0AF0: 2@ = "CLEO\stat.dat" "stats" key "maybe set riot mode "
  1217. 0AF0: 3@ = "CLEO\stat.dat" "stats" key "Ryder's mission Robbing Uncle Sam accomplished "
  1218. 0AF0: 4@ = "CLEO\stat.dat" "stats" key "Mike Toreno mission accomplished "
  1219. 0AF0: 5@ = "CLEO\stat.dat" "stats" key "Architectural Espionage mission accomplished "
  1220. 0AF0: 6@ = "CLEO\stat.dat" "stats" key "Jizzy mission accomplished "
  1221. 0AF0: 7@ = "CLEO\stat.dat" "stats" key "Reuniting the Families mission accomplished "
  1222. 0AF0: 8@ = "CLEO\stat.dat" "stats" key "Small Town Bank mission accomplished "
  1223. 0AF0: 9@ = "CLEO\stat.dat" "stats" key "Photo Opportunity mission accomplished "
  1224. 0AF0: 10@ = "CLEO\stat.dat" "stats" key "Don Peyote mission accomplished "
  1225. 0AF0: 11@ = "CLEO\stat.dat" "stats" key "Local Liquor Store mission accomplished "
  1226. 0AF0: 12@ = "CLEO\stat.dat" "stats" key "Badlands mission accomplished "
  1227. 0AF0: 13@ = "CLEO\stat.dat" "stats" key "Playing time "
  1228. 0AF0: 14@ = "CLEO\stat.dat" "stats" key "Hidden Packages found "
  1229. 0AF0: 15@ = "CLEO\stat.dat" "stats" key "Tags sprayed "
  1230. 0AF0: 16@ = "CLEO\stat.dat" "stats" key "Least favorite gang "
  1231. 0AF0: 17@ = "CLEO\stat.dat" "stats" key "Gang members wasted "
  1232. 0AF0: 18@ = "CLEO\stat.dat" "stats" key "Criminals wasted "
  1233. 0AF0: 19@ = "CLEO\stat.dat" "stats" key "Most Favorite Radio Station "
  1234. 0AF0: 20@ = "CLEO\stat.dat" "stats" key "Least Favorite Radio Station "
  1235. 0AF0: 21@ = "CLEO\stat.dat" "stats" key "Current weapon skill "
  1236. 0AF0: 22@ = "CLEO\stat.dat" "stats" key "Weapon skill levels "
  1237. 0AF0: 23@ = "CLEO\stat.dat" "stats" key "Pilot ranking "
  1238. 0AF0: 24@ = "CLEO\stat.dat" "stats" key "Strongest Gang "
  1239. 0AF0: 25@ = "CLEO\stat.dat" "stats" key "2nd strongest gang "
  1240. 0AF0: 26@ = "CLEO\stat.dat" "stats" key "3rd strongest gang "
  1241. 0AF0: 27@ = "CLEO\stat.dat" "stats" key "Money lost gambling "
  1242. 0AF0: 28@ = "CLEO\stat.dat" "stats" key "Riot Mission accomplished "
  1243. 0AF0: 29@ = "CLEO\stat.dat" "stats" key "Gang strength "
  1244. 0AF0: 30@ = "CLEO\stat.dat" "stats" key "Territory under control "
  1245.  
  1246. 0629: 307 0@ //Breaking the Bank at Caligula's mission accomplished
  1247. 0629: 308 1@ //A Home In The Hills mission accomplished
  1248. 0629: 309 2@ //maybe set riot mode
  1249. 0629: 310 3@ //Ryder's mission Robbing Uncle Sam accomplished
  1250. 0629: 311 4@ //Mike Toreno mission accomplished
  1251. 0629: 312 5@ //Architectural Espionage mission accomplished
  1252. 0629: 313 6@ //Jizzy mission accomplished
  1253. 0629: 314 7@ //Reuniting the Families mission accomplished
  1254. 0629: 315 8@ //Small Town Bank mission accomplished
  1255. 0629: 316 9@ //Photo Opportunity mission accomplished
  1256. 0629: 317 10@ //Don Peyote mission accomplished
  1257. 0629: 318 11@ //Local Liquor Store mission accomplished
  1258. 0629: 319 12@ //Badlands mission accomplished
  1259. 0629: 320 13@ //Playing time
  1260. 0629: 321 14@ //Hidden Packages found
  1261. 0629: 322 15@ //Tags sprayed
  1262. 0629: 323 16@ //Least favorite gang
  1263. 0629: 324 17@ //Gang members wasted
  1264. 0629: 325 18@ //Criminals wasted
  1265. 0629: 326 19@ //Most Favorite Radio Station
  1266. 0629: 327 20@ //Least Favorite Radio Station
  1267. 0629: 328 21@ //Current weapon skill
  1268. 0629: 329 22@ //Weapon skill levels
  1269. 0629: 330 23@ //Pilot ranking
  1270. 0629: 331 24@ //Strongest Gang
  1271. 0629: 332 25@ //2nd strongest gang
  1272. 0629: 333 26@ //3rd strongest gang
  1273. 0629: 334 27@ //Money lost gambling
  1274. 0629: 335 28@ //Riot Mission accomplished
  1275. 0629: 336 29@ //Gang strength
  1276. 0629: 337 30@ //Territory under control
  1277.  
  1278. 0AF0: 0@ = "CLEO\stat.dat" "stats" key "Are you going to San Fierro? mission accomplished"
  1279. 0AF0: 1@ = "CLEO\stat.dat" "stats" key "High Noon mission accomplished "
  1280. 0AF0: 2@ = "CLEO\stat.dat" "stats" key "The Green Sabre mission accomplished "
  1281. 0AF0: 3@ = "CLEO\stat.dat" "stats" key "maybe Catalina meeting "
  1282. 0AF0: 4@ = "CLEO\stat.dat" "stats" key "maybe Wu Zi meeting "
  1283.  
  1284. 0629: 338 0@ //Are you going to San Fierro? mission accomplished
  1285. 0629: 339 1@ //High Noon mission accomplished
  1286. 0629: 340 2@ //The Green Sabre mission accomplished
  1287. 0629: 341 3@ //maybe Catalina meeting
  1288. 0629: 342 4@ //maybe Wu Zi meeting
  1289.  
  1290. 0ACE: show_formatted_text_box "Stats import done"
  1291.  
  1292. wait 1000 //Wait 1 second before running the script again
  1293. 0002: jump @EXPORT // After completing this script jump back to the first part to start the process over again
  1294.  
Add Comment
Please, Sign In to add comment