I sincerely hope it is ok to mention things that do not work. For me, that includes:
- interpreting the black and white pixels as a bit stream of 7-bit or 8-bit ascii characters, be it lsb or msb first, be black "1" and white "0" or vice versa
- xoring the bitmap over itself, with any horizontal, vertical or combined offset (C is so much faster than perl)
- interpreting the 415x329 pixels as 83x47 fields of 5x7 pixels, each of which would present the statically encoded bitmap of a single character. This seems to be not the case, as there are 3901 different bit patterns in the 3901 fields.
- looking hard at the PNG file itself. It seems to be clean. No message in the comment, no additional data after the END chunk, nothing.
- googling "blizzard code", which always returns to cheat codes for world of warcraft.
- superimposing horizontal stripes of 7 or 47 pixels (and vertical stripes of 5 or 83 pixels) and xoring the bits
I am still suspicious of the somewhat unusual image dimensions. 415=5 * 83, 329 = 7 * 47, both products of only two primes. Coincidence? Any other idea about what to do with 5x7 subfields?
This seems to be a rather old challenge (number 56!), so I know you have at least tried.
Pray tell us:

