Search found 2 matches

by StingRay
Tue May 19, 2009 8:38 am
Forum: Demo Scene
Topic: Warlock the Avenger trainer
Replies: 4
Views: 7218

Re: Warlock the Avenger trainer

Ok, I repeat, I can't do that, simply because I don't read/write 68k. Of course you can, it's not hard. Here's what I did: I disassembled the bootblock of your file, to do that I just created a small source which looked like: d incbin windoze:diskheader.raw after assembling it, I just typed "dd+12"...
by StingRay
Wed Apr 29, 2009 5:48 pm
Forum: Demo Scene
Topic: Warlock the Avenger trainer
Replies: 4
Views: 7218

Re: Warlock the Avenger trainer

I just had 30 seconds to waste and created an executable version of that very trainer. You can find it here: http://stingray.untergrund.net/supplex.exe In case you're interested, this is all that I needed to do: lea d+$400(pc),a0 pea $30000 move.l (a7),a1 move.w #$1000/4-1,d7 loop move.l (a0)+,(a1)+...