View Single Post
  #76 (permalink)  
Old 07-20-2007, 07:38 PM
BiGMatTFRomJeRSeY's Avatar
BiGMatTFRomJeRSeY
Halfway to VIP Status
Offline
Location: jersey
 
Join Date: Aug 2006
Posts: 674
Reputation: 0
BiGMatTFRomJeRSeY is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to BiGMatTFRomJeRSeY
Quote:
Originally Posted by isosdcftp
I've figured the parameters out, it uses a 8 character string(ESN Maybe?) to calculate the code. However since I don't know what the code is used for, I dont know if it gives the correct one.
I've attached the tool I created.

These are the two Structures given as parameters:
.
Code:
struct Par1{
char * str1; // Always point to '1234'
char * str2; // 8 char string used as input
};
struct Par2{
	char * outstr; //out, Initialize to 0, Dont forget to free after calling GetSPC
	BYTE OutSize; //out, initialize to 0
	BYTE Unk; //Unkown, initialize to 0
};

nice isos i didn't know u made this till after i downloaded. im going to try it now.

yo isos it didn't work right man hit me on aim if you need a tester.
Reply With Quote