After I extract block.zip to %appdata%/motocoin/ the wallet fails to load up, it hangs infinitely.

Hang on, I'll check out what is wrong.
Edit: The wallet seems to be rescanning the blockchain from block 0. This process is known to take days... We are working on a fix.
Edit2:
Ok the rescanning process isn't actually taking that long. If you look at the debug.log file in the %appdata%/Motocoin folder you can see the progress at the bottom. (after the wallet is started)
Look at the tx=
When it gets to the blocknumber of around 970000 it will stop rescanning and the wallet will start.
If we want the rescanning process to not happen, then we will need to create a zip folder of not only the blocks folder, but also the chainstate
and database folders.
I will do this now then upload these folders so that the process is quicker.