1 rem i-alien
3 rem infintie lives, energy, fire-power & bombs by waz
5 rem cassette -v1- commodore format
7 for x=516 to 563:read y:c=c+y:poke x,y:next
9 if c<>4616 then print "data error":end
11 for x=1 to 4:read w$,w1,w2:print "infinite ";w$;:input a$
13 if a$="n" then for wb=w1 to w2:poke wb,234:next wb
14 next x
15 poke 157,128:sys 516
17 data 032,086,245,169,019,141,207,003
19 data 206,208,003,096,087,065,090,169
21 data 032,141,013,010,169,002,141,014
23 data 010,076,230,003,169,173,141,161
25 data 025,141,134,020,141,158,023,141
27 data 204,023,141,019,024,076,027,008
29 data lives,558,560,energy,552,557
31 data firepower,549,551,bombs,546,548
Download PRG...