Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    bender99's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    3
    My Mood
    Cheerful

    Lightbulb Change your punkbuster guid

    Thx to:
    King-OrgY

    Copy from old post.

    Code:
    void CG_Guid( char* guid )
    {
        char oldGuid[33];
        sprintf( oldGuid,  "your original guid" );
           
        for( int oi = 0; oi < 33; oi++ )
        guid[oi] = oldGuid[oi];
    
    ///do call orig
    //apply your new guid
    
            char newGuid[33];
        sprintf( newGuid,  "PB.STAFF" );
           
        for( int i = 0; i < 33; i++ )
        guid[i] = newGuid[i];
    }
    now you can play anonymity


    no need a pb hook

    Code:
    int __cdecl sub_4699A0(char *a1)
    {
      unsigned int v1; // edx@1
      int v2; // esi@1
      signed int i; // ecx@3
      char v4; // al@4
      int v6; // esi@12
      int v7; // [sp+8h] [bp-A8h]@12
      int v8; // [sp+Ch] [bp-A4h]@12
      int v9; // [sp+10h] [bp-A0h]@12
      int v10; // [sp+14h] [bp-9Ch]@12
      int v11; // [sp+18h] [bp-98h]@12
      int v12; // [sp+1Ch] [bp-94h]@12
      unsigned __int8 v13; // [sp+60h] [bp-50h]@12
      unsigned __int8 v14; // [sp+61h] [bp-4Fh]@12
      unsigned __int8 v15; // [sp+62h] [bp-4Eh]@12
      unsigned __int8 v16; // [sp+63h] [bp-4Dh]@12
      unsigned __int8 v17; // [sp+64h] [bp-4Ch]@12
      unsigned __int8 v18; // [sp+65h] [bp-4Bh]@12
      unsigned __int8 v19; // [sp+66h] [bp-4Ah]@12
      unsigned __int8 v20; // [sp+67h] [bp-49h]@12
      unsigned __int8 v21; // [sp+68h] [bp-48h]@12
      unsigned __int8 v22; // [sp+69h] [bp-47h]@12
      unsigned __int8 v23; // [sp+6Ah] [bp-46h]@12
      unsigned __int8 v24; // [sp+6Bh] [bp-45h]@12
      unsigned __int8 v25; // [sp+6Ch] [bp-44h]@12
      unsigned __int8 v26; // [sp+6Dh] [bp-43h]@12
      unsigned __int8 v27; // [sp+6Eh] [bp-42h]@12
      unsigned __int8 v28; // [sp+6Fh] [bp-41h]@12
      char v29[64]; // [sp+70h] [bp-40h]@1
    
      memset(v29, 0, 0x40u);
      v2 = 0;
      v1 = strlen("                                ");
      if ( (signed int)v1 > 32 )
        v1 = 32;
      for ( i = 0; i < (signed int)v1; ++i )
      {
        v4 = cl_cdkey[i];
        if ( v4 >= 48 && v4 <= 57 || v4 >= 97 && v4 <= 122 || v4 >= 65 && v4 <= 90 )
          v29[v2++] = v4;
      }
      v29[v2] = 0;
      v6 = sub_469950((int)v29);
      _strlwr((char *)v6);
      v8 = 0;
      v7 = 0;
      v9 = 1864160770;
      v10 = 577533118;
      v11 = -1290008435;
      v12 = 1432000057;
      sub_5C0BE0(strlen((const char *)v6), (int)&v7, v6);
      sub_5C0CE0((int)&v7);
      return sprintf(
               a1,
               "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
               v13,
               v14,
               v15,
               v16,
               v17,
               v18,
               v19,
               v20,
               v21,
               v22,
               v23,
               v24,
               v25,
               v26,
               v27,
               v28);
    }
    Code:
    char         *cl_cdkey             = (char *)            0x724B84;//16
    char         *cl_cdkey_lastchars             = (char *)            0x724BA8;//4
    could be useful e.g change your cdkey without losing your stats/rank

    Code:
     char newcdKey[16];
                sprintf( newcdKey,  "UMJJ84LMMS2SYY22" );
                
                for( int i = 0; i < 16; i++ )
                    cl_cdkey[i] = newcdKey[i];
                
                char lastKey[4];
                sprintf( lastKey,  "854F" );
                
                for( int i2 = 0; i2 < 4; i2++ )
                    cl_cdkey_lastchars[i2] = lastKey[i2];
    horrible coding i know


    how to get your original guid

    Code:
    char getGuid[64];
                o_CG_Guid(getGuid);
                g_pUtils.DebugLog( "myGUID.txt", "%s", getGuid );
    Last edited by Jorndel; 04-27-2013 at 07:11 AM. Reason: Last image had link(s)

  2. #2
    AraaasH's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Where you want me to be
    Posts
    160
    Reputation
    12
    Thanks
    82
    My Mood
    Inspired
    Wasn't this outdated? Not sure tho, gonna check this out later.
    FUCK LIFE I'M OUT

    Press "Thanks" if I helped you bitch.


  3. #3
    pelobear's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    I must do a .dll ?

  4. #4
    puming's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    15
    Changing CD KEY:

    when i injected dll i get this error:
    https://i.imgur.com/yMfeFO0.png
    https://i.imgur.com/RGumTkz.png



    and how to use getguid please ?
    i still get this errors
    error C3861: 'o_CG_Guid': identifier not found
    error C2065: 'g_pUtils' : undeclared identifier
    error C2228: left of '.DebugLog' must have class/struct/union
    Attached Thumbnails Attached Thumbnails
    yMfeFO0.png  

    RGumTkz.png  


  5. #5
    AraaasH's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Where you want me to be
    Posts
    160
    Reputation
    12
    Thanks
    82
    My Mood
    Inspired
    Quote Originally Posted by pelobear View Post
    I must do a .dll ?
    Quote Originally Posted by puming View Post
    Changing CD KEY:

    when i injected dll i get this error:
    https://i.imgur.com/yMfeFO0.png
    https://i.imgur.com/RGumTkz.png



    and how to use getguid please ?
    i still get this errors
    error C3861: 'o_CG_Guid': identifier not found
    error C2065: 'g_pUtils' : undeclared identifier
    error C2228: left of '.DebugLog' must have class/struct/union
    Learn to code, come back here and then laugh about what you've just posted.
    FUCK LIFE I'M OUT

    Press "Thanks" if I helped you bitch.


  6. #6
    zaiid's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Wrocław
    Posts
    41
    Reputation
    10
    Thanks
    4
    My Mood
    Scared
    Could some on make .dll ?

  7. #7
    robim's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    0
    Could someone help me with this? cause i dont really know what to do.

  8. #8
    3xP' Crystal's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    1337
    Posts
    206
    Reputation
    84
    Thanks
    41
    Lel, i had this and it does work but i dont use it anymore.

  9. #9
    Lycris11's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Somewhere in the center of Bosnia
    Posts
    77
    Reputation
    10
    Thanks
    9
    My Mood
    Yeehaw
    Can somebody write this code ?

  10. #10
    johnsbbys's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Could some on make



  11. #11
    svenson's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    In Love
    please make a dll file ! and we <3 you

  12. #12
    Doltear's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    New Zealand
    Posts
    76
    Reputation
    10
    Thanks
    6
    My Mood
    Lonely
    So is this code for turning it into an injectable .dll? or is it compiled into a executable file?.....
    Cheers, Doltear

  13. #13
    Doltear's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    New Zealand
    Posts
    76
    Reputation
    10
    Thanks
    6
    My Mood
    Lonely
    dw figured out the code now an have it working haha, this is awesome as made some clan that I really don't approve of foam at the mouth cause they couldn't ban me from the server xD <3
    Cheers, Doltear

  14. #14
    robim's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    0
    Doltear, could you help me with this?

  15. #15
    -Like-A-Boss-'s Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    Donuts-&-Beer
    Posts
    74
    Reputation
    30
    Thanks
    91
    My Mood
    Cheerful
    is it outdated, doesnt work atm
    Quote Originally Posted by bender99 View Post
    Thx to:
    King-OrgY

    Copy from old post.

    Code:
    void CG_Guid( char* guid )
    {
        char oldGuid[33];
        sprintf( oldGuid,  "your original guid" );
           
        for( int oi = 0; oi < 33; oi++ )
        guid[oi] = oldGuid[oi];
    
    ///do call orig
    //apply your new guid
    
            char newGuid[33];
        sprintf( newGuid,  "PB.STAFF" );
           
        for( int i = 0; i < 33; i++ )
        guid[i] = newGuid[i];
    }
    now you can play anonymity


    no need a pb hook

    Code:
    int __cdecl sub_4699A0(char *a1)
    {
      unsigned int v1; // edx@1
      int v2; // esi@1
      signed int i; // ecx@3
      char v4; // al@4
      int v6; // esi@12
      int v7; // [sp+8h] [bp-A8h]@12
      int v8; // [sp+Ch] [bp-A4h]@12
      int v9; // [sp+10h] [bp-A0h]@12
      int v10; // [sp+14h] [bp-9Ch]@12
      int v11; // [sp+18h] [bp-98h]@12
      int v12; // [sp+1Ch] [bp-94h]@12
      unsigned __int8 v13; // [sp+60h] [bp-50h]@12
      unsigned __int8 v14; // [sp+61h] [bp-4Fh]@12
      unsigned __int8 v15; // [sp+62h] [bp-4Eh]@12
      unsigned __int8 v16; // [sp+63h] [bp-4Dh]@12
      unsigned __int8 v17; // [sp+64h] [bp-4Ch]@12
      unsigned __int8 v18; // [sp+65h] [bp-4Bh]@12
      unsigned __int8 v19; // [sp+66h] [bp-4Ah]@12
      unsigned __int8 v20; // [sp+67h] [bp-49h]@12
      unsigned __int8 v21; // [sp+68h] [bp-48h]@12
      unsigned __int8 v22; // [sp+69h] [bp-47h]@12
      unsigned __int8 v23; // [sp+6Ah] [bp-46h]@12
      unsigned __int8 v24; // [sp+6Bh] [bp-45h]@12
      unsigned __int8 v25; // [sp+6Ch] [bp-44h]@12
      unsigned __int8 v26; // [sp+6Dh] [bp-43h]@12
      unsigned __int8 v27; // [sp+6Eh] [bp-42h]@12
      unsigned __int8 v28; // [sp+6Fh] [bp-41h]@12
      char v29[64]; // [sp+70h] [bp-40h]@1
    
      memset(v29, 0, 0x40u);
      v2 = 0;
      v1 = strlen("                                ");
      if ( (signed int)v1 > 32 )
        v1 = 32;
      for ( i = 0; i < (signed int)v1; ++i )
      {
        v4 = cl_cdkey[i];
        if ( v4 >= 48 && v4 <= 57 || v4 >= 97 && v4 <= 122 || v4 >= 65 && v4 <= 90 )
          v29[v2++] = v4;
      }
      v29[v2] = 0;
      v6 = sub_469950((int)v29);
      _strlwr((char *)v6);
      v8 = 0;
      v7 = 0;
      v9 = 1864160770;
      v10 = 577533118;
      v11 = -1290008435;
      v12 = 1432000057;
      sub_5C0BE0(strlen((const char *)v6), (int)&v7, v6);
      sub_5C0CE0((int)&v7);
      return sprintf(
               a1,
               "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
               v13,
               v14,
               v15,
               v16,
               v17,
               v18,
               v19,
               v20,
               v21,
               v22,
               v23,
               v24,
               v25,
               v26,
               v27,
               v28);
    }
    Code:
    char         *cl_cdkey             = (char *)            0x724B84;//16
    char         *cl_cdkey_lastchars             = (char *)            0x724BA8;//4
    could be useful e.g change your cdkey without losing your stats/rank

    Code:
     char newcdKey[16];
                sprintf( newcdKey,  "UMJJ84LMMS2SYY22" );
                
                for( int i = 0; i < 16; i++ )
                    cl_cdkey[i] = newcdKey[i];
                
                char lastKey[4];
                sprintf( lastKey,  "854F" );
                
                for( int i2 = 0; i2 < 4; i2++ )
                    cl_cdkey_lastchars[i2] = lastKey[i2];
    horrible coding i know


    how to get your original guid

    Code:
    char getGuid[64];
                o_CG_Guid(getGuid);
                g_pUtils.DebugLog( "myGUID.txt", "%s", getGuid );

Page 1 of 2 12 LastLast

Similar Threads

  1. [Tutorial] Change your IP to unban yourself
    By Super-Man in forum Game Hacking Tutorials
    Replies: 3
    Last Post: 10-13-2019, 03:33 AM
  2. [Source Code] Change your punkbuster guid
    By yoda23456 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 20
    Last Post: 08-03-2014, 09:27 AM
  3. [Help] Is it possible to modify or be deceptive to punkbuster and modify or change your GUID
    By pinchimania in forum Battlefield Hacks & Cheats
    Replies: 2
    Last Post: 09-29-2012, 12:22 PM
  4. [Source Code] Change your punkbuster guid
    By xbeatsszzx in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 6
    Last Post: 06-18-2011, 05:34 AM
  5. [TUT]Change your IP!
    By xxpagxx in forum WarRock - International Hacks
    Replies: 44
    Last Post: 05-22-2007, 05:28 PM