Luigi Auriemma

aluigi.org (ARCHIVE-ONLY FORUM!)
It is currently 19 Jul 2012 13:28

All times are UTC [ DST ]





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 
Author Message
 Post subject: Sudppipe change source engine join name?
PostPosted: 12 Apr 2010 03:25 

Joined: 12 Apr 2010 03:23
Posts: 3
One of my friends is able to connect to a source engine server, and when he joins it shows <anythinghechooses> has joined the game. Although his Steam name remains normal, and once he gets in-game it's the same as his Steam name.
I'd assume that he is editing the auth packet - would it be possible to do this and connect through Sudpippe?
Thanks


Top
 Profile  
 
 
 Post subject: Re: Sudppipe change source engine join name?
PostPosted: 12 Apr 2010 17:13 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
sure, the nickname is contained just in the first connection packet:
Code:
        b = 0;
        b = write_bits(-1,      32, buff, b);
        b = write_bits(0x6b,    8,  buff, b);
        b = write_bits(proto,   32, buff, b);       // protocol
        b = write_bits(3,       32, buff, b);
        b = write_bits(chall,   32, buff, b);       // challenge
        b = write_bstr(buff, b, nickname, -1);      // nickname
        b = write_bstr(buff, b, "", -1);            // certificate?
        ...


Top
 Profile  
 
 Post subject: Re: Sudppipe change source engine join name?
PostPosted: 12 Apr 2010 17:29 

Joined: 12 Apr 2010 03:23
Posts: 3
How would I go about doing this?


Top
 Profile  
 
 Post subject: Re: Sudppipe change source engine join name?
PostPosted: 12 Apr 2010 17:32 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
if you know C, the Source protocol and take a look at the source code I released almost one year ago you already know what to do and test.


Top
 Profile  
 
 Post subject: Re: Sudppipe change source engine join name?
PostPosted: 12 Apr 2010 17:49 

Joined: 12 Apr 2010 03:23
Posts: 3
Can't seem to find rwbits.h anywhere :(

got a copy?


Top
 Profile  
 
 Post subject: Re: Sudppipe change source engine join name?
PostPosted: 12 Apr 2010 18:08 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
it's in all the zip of the projects that use it, anyway:
http://aluigi.org/mytoolz/rwbits.h


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 

All times are UTC [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron