User Control Panel
Advertisements

HELP US, HELP YOU!

MSNP11 CHL

 
Post new topic   Reply to topic    Bot Depot Forum Index -> MSN Protocol
View unanswered posts
Author Message
dubbeld
Newbie
Newbie


Joined: 23 Jan 2005
Posts: 9

Reputation: 15.8Reputation: 15.8

PostPosted: Mon Apr 18, 2005 3:30 pm    Post subject: Reply with quote

I receive: CHL 22210219642164014968

So I generate the code, and send it back to the server...

this is what happened...
Code:
<<< CHL 0 22210219642164014968<br /><br />>>> QRY 21 PROD0061VRRZH@4F 32\r\n<br />85ecb0db8f32113df79ce0892b9a102c<br /><br /><<< 540 21

540 = challenge failed Sad

by doing this....
Code:
sub CMD_CHL<br />{<br />        my $self = shift;<br />        my @data = @_;<br />        my $digest = CreateQRYHash($data[1]);<br />        #(function CreateQRYHash: http://siebe.bot2k3.net/docs/files/msnp11chl.pl.txt )<br />        $self->sendraw( 'QRY', 'PROD0061VRRZH@4F 32' . "\r\n" . $digest );<br />}


Is there something I'm doing wrong?
Back to top
dubbeld
Newbie
Newbie


Joined: 23 Jan 2005
Posts: 9

Reputation: 15.8Reputation: 15.8

PostPosted: Mon Apr 18, 2005 4:26 pm    Post subject: Reply with quote

Solved it Very HappyVery Happy

used PROD0061VRRZH@4F but had to use PROD0090YUAUV{2B
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> MSN Protocol All times are GMT
Page 1 of 1

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group