just try to create/change the second password on any account, sniff the packet and u'll have the new "code".
Quote:
Originally Posted by zilvis69
lol that mod Mahatma didnt want to tell the real one thats why i didnt want to tell the real one -.- and dont u think this is kinda useless because u can change the pw with Change button instead of dll ?
|
Quote:
Originally Posted by fraggle1337
M000000AR infos about the (number from 000000-999999) shit pl0x <.<
|
ofc you don't know your second pw, that's why you have to bruteforce it, wich takes its time cuz 10^6 = 1.000.000 posibilities.
PHP Code:
if (strcmp ( command , "secpw" ) == 0)
{
string oldpw = "000000";
int x;
for(x;x<1000000;x++)
{
PacketSend(0x**,"bss",2,"oldpw","000000");
oldpw+1 // dürfte so nich richtig sein ;)
// Sleep(?);
}
}