Results 1 to 2 of 2

Thread: Obtaining PB Guid from client?

  1. #1
    ... connecting
    Join Date
    Jul 2015
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Obtaining PB Guid from client?

    Hello, is there a way to get clint's PB guid? I need to use this over basic CoD2 guid (cause CoD2 guid isn't as reliable as PB guid for my usage - competitive gaming, where PB guids are used over CoD2 guids for years). I already tried several ways, but everytime I've just run into a wall of libcod limitations (if I could get server or client's command output into variable, it could be so easy).

  2. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    It might be possible to get the output of a rcon command like pb_sv_plist.

    cod2 1.3
    PHP Code:
    result sub_80B7AE2(3"sv_"3);
    if ( !
    result )
    {
        
    v2 strlen(s);
        
    result sub_813BF4C(14, -1v2 1s); // should return your output (e.g. PunkBuster Server: Player List: ...)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •