|

eMail Me
Note: You must add uk to the end of the address, it's to help prevent spam.
|
Game Over
Imagine/Dinamic, 1987
|
 |
Action Replay Code:
POKE 15566,165 - Lives
POKE 5713,165 - Grenades
POKE 11310,181 - Remove enemies
POKE 11310,255 - Bring back enemies
POKE 15857,165 - Shields
Reset Code:
POKE 15244,234 POKE 15245,234 - Lives
SYS 2304 - Restart Game
Game Passwords:
Part 2 code is: ZAPPA
Listing Cheat:
1 rem game over (dinamic)
2 rem infinite lives, ammo & power by waz
3 rem cassette -v1- commodore format
4 for x=516 to 564:read y:c=c+y:poke x,y:next
5 if c<>5184 then print "data error":end
6 input "infinite lives y/n";a$:if a$="n" then poke 545,198
7 input "infinite ammo y/n";b$:if b$="n" then poke 550,198
8 input "infinite power y/n";c$
9 if c$="n" then for x=554 to 561:poke x,234:next
10 poke 157,128:sys 516
11 data 032,086,245,169,019,141,207,003
12 data 206,208,003,096,087,065,090,169
13 data 032,141,013,010,169,002,141,014
14 data 010,076,230,003,169,165,141,026
15 data 067,169,165,141,086,029,169,234
16 data 141,216,065,141,217,065,076,027
17 data 008
Download PRG...
|
1 rem game over (imagine)
2 rem infinite lives, energy & missiles
3 rem cassette -v1- commodore format
4 rem codemasters multihack listing
5 rem (c) warren pilkington/cf 1994
6 for x=512 to 580: read y:c=c+y: poke x,y:next
7 if c<> 7483 then print "data error":end
8 read y: if y=-1 then poke 157,128:sys 512
9 poke x,y: x=x+1: goto 8
10 data 032,044,247,056,169,016,141,062
11 data 003,169,017,141,064,003,032,108
12 data 245,169,032,141,068,017,169,057
13 data 141,069,017,169,002,141,070,017
14 data 162,255,189,193,016,157,193,002
15 data 202,208,247,162,033,189,159,016
16 data 157,159,002,202,208,247,076,120
17 data 003,072,206,032,208,032,069,002
18 data 104,044,013,220,096
19 rem --------------------------------
20 data 169,165,141,206,060,141,081,022
21 data 169,234,141,140,059,141,141,059
22 data 096,-1
Download PRG...
|
|