Jet Boot Jack (English Software) - Gamebase 64-game

This FORUM is for posting requests and pokes for the C64 - particularly for the emulators CCS64 & VICE.
Post Reply
sprenzinger
Posts: 76
Joined: Mon Oct 20, 2008 6:45 pm
Location: Ascheberg

Jet Boot Jack (English Software) - Gamebase 64-game

Post by sprenzinger »

Do you have got some pokes for invincibility (background and sprites) and infinite fuel?
This would be great. I like to play this evergreen. It is one of my favourites. :D
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: Jet Boot Jack (English Software) - Gamebase 64-game

Post by Pugsy »

Try these quickies for size, be careful with Invincibility if you use a platform (eg first screen) to go off the screen there may not be any way of getting back down (you can still move)

Code: Select all

Infinite Lives 
Poke 32884,173  { > 8074 AD }
Poke 32887,173  { > 8077 AD }
Poke 32978,173  { > 80D2 AD }
Poke 32981,173  { > 80D5 AD }

Infinite Fuel
Poke 35264,96  { > 89C0 60 }

Invincibility (Don't go off the screen on the platforms or you may get stuck, don't use Infinite Fuel with it just in case you need to die)
Poke 16986,96  { > 425A 60 }
Poke 17691,96  { > 451B 60 }
Poke 18916,96  { > 49E4 60 }
Poke 18983,96  { > 4A27 60 }
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply