Title
Left ArrowCheats HomeRight ArrowCheats Misc ListCheats Number ListCheats A ListCheats B ListCheats C ListCheats D ListCheats E ListCheats F ListCheats G ListCheats H ListCheats I ListCheats J ListCheats K ListCheats L ListCheats M ListCheats N ListCheats O ListCheats P ListCheats Q ListCheats R ListCheats S ListCheats T ListCheats U ListCheats V ListCheats W ListCheats X ListCheats Y ListCheats Z List

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.

Creatures
Thalamus, 1990


Action Replay Code:
POKE 7328,173 - Lives

POKE 15596,60 - Invincibility

POKE 44183,173 - Shields

POKE 33724,173 - Torture Screen 1, Lives

POKE 33952,173 - Torture Screen 2, Lives

POKE 33505,173 - Torture Screen 3, Lives

Type-in Cheat:
On the title screen wait until the music finish, then hold down Control and press 2 rapidly or plug the joystick in to port 1 and waggle the joystick left to right, the Fuzzies should Jump. When they turn Gray, you got infinite Lives.

Listing Cheat:
Cassette:


1 rem creatures (thalamus)
2 rem select cheats by martin pugh
3 rem cassette -v1- commodore format
4 for x=520 to 622:read y:c=c+y:poke x,y:next
5 if c<>11989 then print "data error":end
6 input "infinite lives y/n";a$:if a$="y" then poke 611,141
7 input "infinite shields y/n";b$:if b$="y" then poke 614,141
8 input "no collision y/n";c$:if c$="y" then poke 617,142
9 poke 157,128:sys 520
10 data 032,044,247,160,017,140,064,003
11 data 136,140,062,003,032,108,245,169
12 data 032,141,233,016,169,061,141,234
13 data 016,169,002,141,235,016,162,157
14 data 189,158,016,157,158,002,202,208
15 data 247,169,166,141,020,003,169,002
16 data 141,021,003,208,254,141,013,220
17 data 072,169,032,141,240,003,169,082
18 data 141,241,003,169,002,141,242,003
19 data 104,096,169,093,141,215,192,169
20 data 002,141,216,192,096,095,002,162
21 data 096,169,173,172,039,032,172,167
22 data 077,172,056,064,108,022,000

Download PRG...

Disk:


1 rem creatures (thalamus)
2 rem infinite lives & sheilds & invincibility by waz
3 rem disk -v1- commodore format
4 for x=50432 to 50655:read y:c=c+y:poke x,y:next
5 if c<>27492 then print "data error":end
6 input "infinite shields y/n";a$:if a$="n" then poke 50520,206
7 input "invincibility y/n";a$:if a$="n" then poke 50525,173
8 input "free weapons y/n";a$
9 if a$="n" then for x=50588 to 50599:poke x,234:next
10 print chr$(147); "insert disk & press a key"
11 poke 198,0:wait 198,1:sys 50432
12 data 169,001,168,162,008,032,186,255
13 data 169,001,162,223,160,197,032,189
14 data 255,169,000,133,010,032,213,255
15 data 169,040,141,043,195,169,197,141
16 data 044,195,076,064,194,087,065,090
17 data 169,053,141,253,044,169,197,141
18 data 254,044,076,190,197,169,076,141
19 data 191,020,141,033,129,169,198,141
20 data 192,020,169,020,141,193,020,169
21 data 064,141,093,118,169,001,141,094
22 data 118,141,097,118,141,035,129,169
23 data 173,141,151,100,169,096,141,236
24 data 060,169,097,141,096,118,169,117
25 data 141,034,129,162,000,189,123,197
26 data 157,064,001,232,224,067,208,245
27 data 076,144,001,173,162,018,201,003
28 data 208,005,169,173,141,198,131,201
29 data 006,208,005,169,173,141,160,132
30 data 201,009,208,005,169,173,141,225
31 data 130,076,081,128,162,000,169,000
32 data 157,097,234,232,224,027,208,248
33 data 169,173,141,160,028,076,000,229
34 data 141,081,201,169,173,141,160,028
35 data 141,110,231,076,036,201,162,000
36 data 189,206,197,157,094,153,232,224
37 data 018,208,245,076,237,042,008,001
38 data 003,011,005,004,032,002,025,032
39 data 023,001,026,032,049,057,057,050

Download PRG...


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