<<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.

5th Gear
Rack It, 1988


Action Replay Code:
POKE 42796,173 - Time

POKE 15171,173 - Lives

POKE 7134,173 - Ammo

Listing Cheat:


1 rem 5th gear
2 rem infinite lives
3 rem cassette -v1- commodore format
4 for x=320 to 360: read y : c=c+y: poke x,y : next
5 if c=4255 then poke 157,128 : sys320
6 print "data error"
7 data 32,86,245,169,148,141,19,5,169,236,141,20,5,169
8 data 181,141,21,5,76,0,4,72,77,80,72,169,173,141
9 data 24,32,141,115,63,141,212,149,104,141,32,208,96

D64 File


1 rem 5th gear
2 rem infinite lives, time and ammunition by m pugh
3 rem cassette -v1- commodore format
4 for x=516 to 557: read y:c=c+y:poke x,y:next
5 if c<>4310 then print "data error":end
6 poke 157, 128 :sys 516
7 data 032,086,245,169,019,141,207,003
8 data 206,208,003,096,072,077,080,169
9 data 032,141,112,009,169,002,141,113
10 data 009,076,230,003,169,173,141,212
11 data 149,141,115,063,141,024,032,076
12 data 016,008

Download PRG...


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