1 rem total recall (ocean)
2 rem cheat mode, infinite continues, time & invincibility by m pugh
3 rem cassette -v1- commodore format
4 for x=346 to 419:read y:c=c+y:poke x,y:next
5 if c<>8452 then print "data error":end
6 input "cheat mode y/n";a$:if a$="y" then poke 385,141
7 input "infinite continues y/n";b$:if b$="y" then poke 390,141
8 input "infinite time y/n";c$:if c$="y" then poke 393,141
9 input "invincibility y/n";d$:if d$="y" then poke 412,112
10 poke 157,128:sys 346
11 data 032,086,245,169,032,141,186,003
12 data 169,155,141,187,003,169,001,141
13 data 188,003,096,072,077,080,169,032
14 data 141,114,044,169,143,141,115,044
15 data 169,001,141,116,044,169,001,174
16 data 225,046,169,173,174,173,048,174
17 data 221,045,076,018,001,169,014,141
18 data 130,060,141,131,060,173,213,046
19 data 096,169,127,141,212,009,238,032
20 data 208,096
Download PRG...