<<Cheats >>

Home Page

Projects...
PC Controller Box
Joystick Switch Box
c128D Refurb

Programs...
Byte Simulator
Cheat 'O Matic
GEOS

Collections...
3D Models
Book Collection

Information...
My BASIC Notes
Web Links

eMail Me

Note: You must add uk to the end of the address, it's to help prevent spam.

Mayhem in Monsterland
Apex Computer Productions, 1993


Action Replay Code:
POKE 48587,0 - Lives

POKE 46621,173 - Invincibility

POKE 15980,173 - Continues or

POKE 16055,173 - Continues Tape

POKE 16047,173 - Continues Disk

POKE 48446,169
POKE 48447,9
POKE 48448,234
- Lots of Time

Listing Cheat:
Cassette:


1 rem mayhem in monsterland (apex)
2 rem infinite lives by martin pugh
3 rem cassette -v1- commodore format
4 for x=520 to 617:read y:c=c+y:poke x,y:next
5 if c<>11297 then print "data error":end
6 poke 157,128:sys 520
7 data 032,044,247,160,017,140,064,003
8 data 136,140,062,003,032,108,245,169
9 data 032,141,233,016,169,061,141,234
10 data 016,169,002,141,235,016,162,157
11 data 189,158,016,157,158,002,202,208
12 data 247,169,166,141,020,003,169,002
13 data 141,021,003,208,254,141,013,220
14 data 072,169,032,141,240,003,169,082
15 data 141,241,003,169,002,141,242,003
16 data 104,096,169,093,141,213,192,169
17 data 002,141,214,192,096,098,002,072
18 data 077,080,169,009,141,210,102,108
19 data 022,000

Download PRG...


1 rem mayhem in monsterland (apex)
2 rem infinite lives, continues, invincibility & time by waz
3 rem cassette -v1- commodore format
4 for x=519 to 609:read y:c=c+y:poke x,y:next
5 for x=285 to 323:read y:c=c+y:poke x,y:next
6 if c<>15439 then print "data error":end
7 for i=1 to 4:read a$,w1,w2:print a$;" y/n":input b$(i)
8 if b$(i)="n" then for x=w1 to w2:poke x,234:next x
9 next i:poke 157,128:sys 519
10 data 032,044,247,056,160,017,140,064
11 data 003,136,140,062,003,032,108,245
12 data 169,032,141,233,016,169,061,141
13 data 234,016,169,002,141,235,016,162
14 data 157,189,158,016,157,158,002,202
15 data 208,247,169,166,141,020,003,169
16 data 002,141,021,003,208,254,141,013
17 data 220,072,169,032,141,240,003,169
18 data 082,141,241,003,169,002,141,242
19 data 003,104,096,169,076,141,212,192
20 data 169,032,141,213,192,169,001,141
21 data 214,192,096,087,065,090,169,000
22 data 141,203,102,169,173,141,029,095
23 data 141,183,062,169,169,141,062,102
24 data 169,009,141,063,102,169,234,141
25 data 064,102,169,009,141,210,102,108
26 data 022,000
27 data infinite lives,288,292
28 data invincibility,295,297
29 data infinite continues,298,300
30 data lots of time,301,315

Download PRG...

Disk:


1 rem mayhem in monsterland (apex)
2 rem infinite lives by waz
3 rem disk -v1- commodore format
4 for x=50432 to 50491:read y:c=c+y:poke x,y:next
5 if c<>7599 then print "data error":end,
6 print chr$(147);"insert disk & press a key"
7 poke 198,0:wait 198,1:sys 50432
8 data 169,001,168,162,008,032,186,255
9 data 169,001,162,051,160,197,032,189
10 data 255,169,000,032,213,255,169,038
11 data 141,043,195,169,197,141,044,195
12 data 076,064,194,087,065,090,169,052
13 data 141,253,084,169,197,141,254,084
14 data 076,237,082,050,169,009,141,210
15 data 102,076,128,001

Download PRG...


1 rem mayhem in monsterland (apex)
2 rem infinite lives, continues, invincibility & time by waz
3 rem disk -v1- commodore format
4 for x=50432 to 50517:read y:c=c+y:poke x,y:next
5 if c<>10932 then print "data error":end
6 for i=1 to 4:read a$,w1,w2:print a$;" y/n":input b$(i)
7 if b$(i)="n" then for x=w1 to w2:poke x,234:next x
8 next i:print chr$(147);"insert disk & press a key"
9 poke 198,0:wait 198,1:sys 50432
10 data 169,001,168,162,008,032,186,255
11 data 169,001,162,051,160,197,032,189
12 data 255,169,000,032,213,255,169,038
13 data 141,043,195,169,197,141,044,195
14 data 076,064,194,087,065,090,169,052
15 data 141,253,084,169,197,141,254,084
16 data 076,237,082,050,169,009,141,210
17 data 102,206,203,102,169,173,141,029
18 data 095,141,175,062,169,169,141,062
19 data 102,169,009,141,063,102,169,234
20 data 141,064,102,076,128,001
21 data infinite lives,50489,50491
22 data invincibility,50494,50496
23 data infinite continues,50497,50499
24 data lots of time,50500,50514

Download PRG...

Cassette Demo:


1 rem mayhem in monsterland demo (apex)
2 rem infinite lives, time & continues by waz
3 rem cassette -v1- commodore format
4 for x=516 to 561:read y:c=c+y:poke x,y:next
5 if c<>4415 then print "data error":end
6 input "infinite lives y/n";a$: if a$="n" then poke 545,1
7 input "infinite time y/n";b$: if b$="n" then poke 550,1
8 input "infinite continues y/n";b$: if b$="n" then poke 555,206
9 poke 157,128:sys 516
10 data 032,086,245,169,019,141,207,003
11 data 206,208,003,096,087,065,090,169
12 data 032,141,013,010,169,002,141,014
13 data 010,076,230,003,169,000,141,035
14 data 179,169,000,141,043,065,169,173
15 data 141,155,071,076,013,008

Download PRG...


Commodore Cheetah made by Allen Monks, started in the year 2000.