1 rem trolls (flair software)
2 rem infinite lives and invincibility by waz
3 rem cassette -v1- commodore format
4 for x=517 to 576:read y:c=c+y:poke x,y:next
5 if c<>6252 then print "data error":end
6 input "infinite lives y/n";a$:if a$="n" then poke 561,206
7 input "invincibility y/n";b$:if b$="n" then poke 566,1
8 poke 157,128:sys 517
10 data 169,018,141,040,003,169,002,141
11 data 041,003,032,086,245,169,029,141
12 data 178,002,169,002,141,179,002,096
13 data 169,032,141,222,003,169,048,141
14 data 223,003,169,002,141,224,003,032
15 data 069,003,096,169,173,141,104,024
16 data 169,000,141,228,027,206,032,208
17 data 206,032,208,096
Download PRG...