Advertisement
keybode

css v34 connection packet

Jan 10th, 2016
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | None | 0 0
  1. SteamEmuTicket_t custom;
  2.  
  3. ZeroMemory( &custom, sizeof( SteamEmuTicket_t ) );
  4.  
  5. custom.Unk50 = 0xFFFFFFFF;
  6. custom.SteamID = 2674;
  7.  
  8. memset( steam3Cookie, 0, steam3CookieLen );
  9. memcpy( steam3Cookie, &custom, sizeof( SteamEmuTicket_t ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement