Was it your first hack, something you were really proud to have got working or just admiration for someone elses work. Easy Peasy or devilishly complex what made you feel good.
To kick things off, my most memorable ST crack/pack was Microdeals JUG
from disk 103. It was when I was playing with 1 meg single parts, and this
was a raw data disk reader. Perfect for trying out some DMA disk stuff.
First problem, it ran at about hex 2000 in memory, fixed position.(IIRC).
So no loading mon debug from desktop. The method I tried was to load mon debug, then into that load another copy and then another until it was sat in upper memory (80000+). At this point I set the SR to 2700 and zeroed memory from 2000 up to 20000ish. First time I tried this I expected the machine to bomb, amazingly mon debug recovered but all OS system calls were gone

I then ran the game and all appeared okay, only downside being I couldnt stop it to get back to mon debug, so after a little playing to get the data higher in memory I found I could recover anything I needed with a soft reset of the machine.
After adding a cheat I gradually tested and built the one meg file, the last big run was a solid 18 hour hacking session. I finally had some problems keeping my lookup tables and DMA stuff safe, things got real tight on memory.
I always felt a little guilty doing 1 meg files, but nearly everyone I knew had 1 meg so a lot of people liked them. I probably could have put it in files, but I it was already a tight fit in memory, so more work would have been needed and I didnt even like the game!.
The protection was nothing special, it was memorable for the work it took to get it into a single part. I learned a lot and felt strangely proud of the hack, even though I did a lot of things the hard way - grabbing graphics from memory rather than just reading the disk in.
Rick (Ozzwald)