The included magic word binary loads Priiloader, not the System Menu. I just changed a few lines in it. Daco Taco didn't like that for some reason, so I removed the link, but if you want to build your own, just change:
Code:
*(vu32*)0x8132FFFB = 0x4461636f;
to
Code:
*(vu32*)0x8132FFFB = 0x50756e65;
You can also remove the three lines after that if you want.
Priiloader is fine unless you mess with a beta version, which nobody should do.