Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    yoda23456's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    420Sweden
    Posts
    1,335
    Reputation
    16
    Thanks
    384
    My Mood
    Cheerful

    Change your punkbuster guid

    This is usefull for thoose who know how to use this.


    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 );
    not tested with other cods but im sure it would working with cod1 cod2 cod5 etc as well

    Credits KinG-orgy also known as Heim Werker.
    Last edited by yoda23456; 04-15-2012 at 07:11 AM.

  2. The Following 2 Users Say Thank You to yoda23456 For This Useful Post:

    broken (05-05-2012),me_gusta (04-21-2012)

  3. #2
    Nicacaa's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Confused
    Cud this maybe work for BF3 D:?

  4. #3
    yoda23456's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    420Sweden
    Posts
    1,335
    Reputation
    16
    Thanks
    384
    My Mood
    Cheerful
    I really don't know
    try by changing someting in the code.

  5. #4
    me_gusta's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    It's also possible to change his GUID in a specific value. But i srsly don't know, how to do that. Could you please code something for that.^^

  6. #5
    THISisMATTYx's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    erm, do you know anything that tells you how to do something like this, i dont get it xD

  7. #6
    yoda23456's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    420Sweden
    Posts
    1,335
    Reputation
    16
    Thanks
    384
    My Mood
    Cheerful
    ''This is usefull for thoose who know how to use this.''

  8. #7
    ho0j's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by yoda23456 View Post
    ''This is usefull for thoose who know how to use this.''
    do u paste it in console?

    thanks

  9. #8
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    Quote Originally Posted by ho0j View Post
    do u paste it in console?

    thanks
    He is trying to say that he is NOT gonna explain how to use it, OKAY?

    Then he would have done it already.


    The lines in my Steam are i's

  10. #9
    yoda23456's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    420Sweden
    Posts
    1,335
    Reputation
    16
    Thanks
    384
    My Mood
    Cheerful
    Quote Originally Posted by Nachos View Post
    He is trying to say that he is NOT gonna explain how to use it, OKAY?

    Then he would have done it already.
    Thanks for helping me out

  11. #10
    DyftRapid's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    305
    Reputation
    33
    Thanks
    1,012
    My Mood
    Angelic
    Perfect work

  12. #11
    Darkness cannot be defeated. It can only be hidden in the form of hatred
    MPGH Member
    Demonz.'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    638
    Reputation
    6
    Thanks
    56
    My Mood
    Breezy
    Can someone tell me, HOW to use this?
    [IMG]https://i1179.photobucke*****m/albums/x386/gaara4life12/asdasd.png[/IMG]

  13. #12
    yoda23456's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    420Sweden
    Posts
    1,335
    Reputation
    16
    Thanks
    384
    My Mood
    Cheerful
    Quote Originally Posted by fingernig View Post
    Can someone tell me, HOW to use this?
    you need to know coding.

  14. #13
    tbagger's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    My Mood
    Angelic
    Where should I go to know how to do it?

  15. #14
    IHaxYou!'s Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    HaxLand
    Posts
    936
    Reputation
    -18
    Thanks
    387
    My Mood
    Cynical

  16. #15
    FeeLow's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    How do U use it? -.-

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 xbeatsszzx in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 6
    Last Post: 06-18-2011, 05:34 AM
  3. [TUT]Change your IP!
    By xxpagxx in forum WarRock - International Hacks
    Replies: 44
    Last Post: 05-22-2007, 05:28 PM
  4. Where fo you change your password
    By vibhavrocks in forum WarRock Korea Hacks
    Replies: 1
    Last Post: 05-19-2007, 08:06 PM
  5. How To Change Your Main Theme Song
    By gino666 in forum WarRock - International Hacks
    Replies: 16
    Last Post: 05-10-2007, 10:58 PM