|

eMail Me
Note: You must add 'com' to the end of the address, it's to help prevent auto spam.
|
Slayer
Rack It, 1988
|
 |
Action Replay Code:
POKE 6924,189 - Lives
Listing Cheat:
1 rem slayer (rack-it)
2 rem infinite lives and/or invincibility by m pugh
3 rem cassette -v1- commodore format
4 for x=517 to 574:read y:c=c+y:poke x,y:next
5 if c<>5959 then print "data error":end
6 input "infinite lives y/n";a$: if a$="y" then poke 568,141
7 input "invincibility y/n"; b$: if b$="y" then poke 571,141
8 poke 157,128:sys 517
9 data 169,018,141,040,003,169,002,141
10 data 041,003,032,086,245,169,032,141
11 data 178,002,169,002,141,179,002,096
12 data 072,077,080,169,032,141,222,003
13 data 169,051,141,223,003,169,002,141
14 data 224,003,032,069,003,096,238,032
15 data 208,169,189,174,121,037,174,163
16 data 035,096
Download PRG...
|
1 rem slayer (rack-it)
2 rem infinite lives, shields & change player colour by jon barry
3 rem cassette -v1- zzap64 no.54
10 for t=272 to 363:read a:print a
12 if a<0 then sys 272
14 poke t,a:next
20 data 32,86,245,169,30,141,187,4
22 data 169,1,141,188,4,96,169,32,141
24 data 86,2,169,63,141,87,2,169,1,141
26 data 88,2,169,76,141,16,2,169,74
28 data 141,17,2,169,1,141,18,2,76,0,2
30 data 169,1,141,32,208,206,32,208
32 data 165,255,96
33 rem ** rem out any cheat you dont wont **
34 data 169,173,141,190,37:rem inf. lives
36 data 169,76,141,197,35:rem inf. shields 1
38 data 169,38,141,198,35:rem inf. shields 2
40 data 169,25,141,199,35:rem inf. shields 3
41 rem ** setting player colour **
42 data 169
44 data 14 :rem player 1 colour (normally 14)
46 data 141,99,41,169
48 data 10 :rem player 2 colour (normally 10)
50 data 141,100,41
52 data 76,8,8,-1
Download PRG...
|
|