Advertisement
keybode

css v34 change steam id

Jan 10th, 2016
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. int iOffset = -1;
  2.  
  3. for( int i = 0; i < steam3CookieLen; i++ )
  4. {
  5.     if( *( int* )( steam3Cookie + i ) == 1584192452 )
  6.         iOffset = i;
  7. }
  8.  
  9. if( iOffset != -1 )
  10. {
  11.     memset( steam3Cookie, 0, steam3CookieLen );
  12.     *( int* )( steam3Cookie + iOffset ) = 2674;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement