Jason_H@tptbbs.UUCP (Jason H) (06/19/91)
Has anyone got that to work? Has anyone completed the game without it or even the first level is comendable. If you know any cheat or something that helps you with this game. Don't delay call 933-4062 and tell me or write to Jason Hogge on either this BBS or Eltrogs Retreat! And if anyone needs help wiht Indiana Jones and the last crusade (graphic adventure), I have all the hints!
thesame@caen.engin.umich.edu (Stephen Su) (06/20/91)
In article <Jason_H.3336@tptbbs.UUCP> Jason_H@tptbbs.UUCP (Jason H) writes: >Has anyone got that to work? Has anyone completed the game without it or even >the first level is comendable. If you know any cheat or something that helps >you with this game. Don't delay call 933-4062 and tell me or write to Jason >Hogge on either this BBS or Eltrogs Retreat! And if anyone needs help wiht >Indiana Jones and the last crusade (graphic adventure), I have all the hints! This is a cheat I found on Usenet a while ago. Run the program with AmigaBasic and make sure the Blood Money disk is in DF0:. The cheat works on my Amiga 500 with Kickstart 1.2, Workbench 1.3.2, 512K chip, and either 512K fast or 2.5M fast RAM. --- begin program --- 10 REM infinite lives for both players 20 Plus=561925&: Three=0: Spec=626 30 FOR x=518 TO 667 STEP 2 40 READ y$: z=VAL("&h"+y$) 50 Plus=Plus-z 60 POKEW x,z: NEXT x 70 IF Plus=Three THEN GOTO 80 ELSE PRINT "Data Error": END 80 PRINT "Insert BLOOD MONEY Disk in DF0" 90 PRINT "Press Any Key" 100 J$=INKEY$: IF J$="" THEN 100 110 CALL Spec 120 DATA 23FC,0000,0214,0003,0038,4EEC,000C,23FC 130 DATA 0000,0224,0007,DC4E,4EF9,0007,DBB8,23FC 140 DATA 0000,0234,0007,C40A,4EF9,0007,A120,21FC 150 DATA 4E71,4E71,3E2A,31FC,4E75,44D2,31FC,4E71 160 DATA 2C16,31FC,4E71,3172,21FC,4EB8,0268,067E 170 DATA 21FC,4752,4946,7E3E,31FC,4F20,7E42,4EF8 180 DATA 0400,0879,0001,00BF,E001,4E75,2C78,0004 190 DATA 2E3C,0003,0000,207C,00FE,88C0,43F8,00C0 200 DATA 303C,0145,12D8,51C8,FFFC,21FC,2007,4E71 210 DATA 0102,4EF8,00DE --- end program --- Stephen Su thesame@caen.engin.umich.edu Stephen_Su@ub.cc.umich.edu