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.

IO - Into Oblivion
Firebird, 1988


Action Replay Code:
POKE 25117,173 - Lives

POKE 27018,169 - Invincibility

POKE 24932,2
POKE 24964,2
- All Weapons

Reset Code:
SYS 24586 - Restart Game
SYS 2512 - Restart Game

Listing Cheat:


1 rem io (firebird)
3 rem selected cheats by waz
5 rem cassette -v1- commodore format
7 for x=516 to 576:read y:c=c+y:poke x,y:next
9 if c<>6658 then print "data error":end
11 input "infinite lives y/n";a$:if a$="n" then poke 545,222
13 input "invincibility y/n";b$:if b$="n" then poke 550,201
15 input "press q for orbs y/n";c$
17 if c$="n" then for x=559 to 573:poke x,234:next
19 input "starting level 1-4";d:if d<1 or d>4 then 19
21 poke 555,d-1:poke 157,128:sys 516
23 data 032,086,245,169,019,141,207,003
25 data 206,208,003,096,087,065,090,169
27 data 032,141,013,010,169,002,141,014
29 data 010,076,230,003,169,189,141,188
31 data 082,169,169,141,041,090,169,000
33 data 141,040,082,169,090,141,167,086
35 data 169,125,141,168,086,169,162,141
37 data 169,086,076,027,008

Download PRG...

Zeppelin title:


1 rem io (zeppelin)
2 rem infinite lives & invincibility by martin pugh
3 rem cassette -v1- commodore format
4 for x=272 to 343:read y:c=c+y:poke x,y:next
5 if c<>7590 then print "data error":end
6 input "infinite lives y/n";a$: if a$="y" then poke 334,173
7 input "invincibility y/n";b$: if b$="y" then poke 339,169
8 poke 157, 128:sys 272
9 data 032,044,247,169,005,141,060,003
10 data 141,064,003,169,004,141,062,003
11 data 032,108,245,162,000,189,168,004
12 data 157,168,002,189,168,005,157,168
13 data 003,232,138,208,240,169,032,141
14 data 061,003,169,074,141,062,003,169
15 data 001,141,063,003,076,168,002,072
16 data 077,080,141,014,221,169,189,141
17 data 029,098,169,201,141,138,105,096

Download PRG...


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