Hardware Wiiscrubber key.bin

  • Thread starter Thread starter Rice923
  • Start date Start date
  • Views Views 19,684
  • Replies Replies 14

Rice923

Well-Known Member
Member
Joined
Mar 7, 2008
Messages
156
Reaction score
0
Trophies
1
XP
162
Country
United States
I can't seem to find a key.bin file anywhere. I've even downloaded a torrent that said it contained it, but ends up linking me to some site that tells me I need to pay $15 for something. I've also googled it, and all I've found were replies such as *google it*.

So bottom line, where can I get this key.bin file?
 
its illegal, contains copyrighted code,and the banhammer might haunt you
 
was the link the one that made my window enter the drunken state?
 
Ok, I wasn't looking for an exact link to put someone else's account in danger. Thank you though for trying to help me out. Just a general point in the correct direction might be good.
 
You're not still deleting posts to the 'yum yum cakes' are you? Everyone loves them, you can hide the link behind some text, and most people still can't figure out where the key is when they get to the site. Oh well, I love yum yum cakes.
 
Google it
tongue.gif
 
I am not going to say where to get it, but I downloaded the trucha thingie for a torrent site and it was included. Nt going to link you or explain torrents, cause I'd say this is pushing bounds, but that is how i got it.
 
Every
Body
Eats
4 or
2
Apples,
2 is they dislike fruit
2 more if they like fruit
5 if they feel hungary
Excitingly
8 apples is the record
5 is hardly abnormal
9 is impossible
3 is frowned upon
Everyday
4 thousand,
4 hundred and
8
Dogs
9 thousand
Cats
5 thousand
4 hundred and
5 racoons
7million
3 thousand,
8 hundred and
1
Angry
Antelope
Find
7 ways to look at life



Incredibly LAME! I just belted it out. Hope it wont get deleted!
 
Things are looking up, or should that be down
wink.gif


I've been wondering about creating a little application that generates the required file after the user enters a number..... would it be worth it you think? The program would not contain the number itself but have a method of generating the correct value from a user supplied value (that would be displayed on the screen
smile.gif
)
 
Well try this one
smile.gif


http://www.megaupload.com/?d=DXX8E7GW

It is not the key.bin, it is software that creates it for you after manual intervention. The source code comes down to:

CODEÂÂÂÂunsigned char nSecretTable[16] = {0xC1, 0x0F, 0xCE, 0x08, 0x7C, 0xDB, 0x16, 0x77,
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ0xAC, 0x91, 0x1C, 0x80, 0x36, 0xF2, 0x2B, 0x5D};

ÂÂÂÂUpdateData(TRUE);

ÂÂÂÂ// now use the value as the seed for the file we are going to create
ÂÂÂÂunsigned char nValue = m_nSECRETVALUE;


ÂÂÂÂ// now open the file
ÂÂÂÂFILE * fOut;

ÂÂÂÂfOut = fopen("key.bin","wb");

ÂÂÂÂfor (int i=0; i < 16; i++)
ÂÂÂÂ{
ÂÂÂÂÂÂÂÂnValue = nValue ^ nSecretTable;
ÂÂÂÂÂÂÂÂfwrite(&nValue,1,1,fOut);
ÂÂÂÂ}
ÂÂÂÂfclose(fOut);

ÂÂÂÂAfxMessageBox("Generated a key.bin file");

Source code is at: http://www.megaupload.com/?d=YBKMQMLV
 
Dack said:
Well try this one
smile.gif


http://www.megaupload.com/?d=DXX8E7GW

It is not the key.bin, it is software that creates it for you after manual intervention. The source code comes down to:

CODEÂÂÂÂunsigned char nSecretTable[16] = {0xC1, 0x0F, 0xCE, 0x08, 0x7C, 0xDB, 0x16, 0x77,
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ0xAC, 0x91, 0x1C, 0x80, 0x36, 0xF2, 0x2B, 0x5D};

ÂÂÂÂUpdateData(TRUE);

ÂÂÂÂ// now use the value as the seed for the file we are going to create
ÂÂÂÂunsigned char nValue = m_nSECRETVALUE;


ÂÂÂÂ// now open the file
ÂÂÂÂFILE * fOut;

ÂÂÂÂfOut = fopen("key.bin","wb");

ÂÂÂÂfor (int i=0; i < 16; i++)
ÂÂÂÂ{
ÂÂÂÂÂÂÂÂnValue = nValue ^ nSecretTable;
ÂÂÂÂÂÂÂÂfwrite(&nValue,1,1,fOut);
ÂÂÂÂ}
ÂÂÂÂfclose(fOut);

ÂÂÂÂAfxMessageBox("Generated a key.bin file");

Source code is at: http://www.megaupload.com/?d=YBKMQMLV


Dack you are the man!!!.. This little program loaded up into Visual Studio perfectly and I ran it.. Created key.bin just as expected.. Now all of the other tools work perfectly. Thank again.
 

Site & Scene News

Popular threads in this forum