Guest User

Untitled

a guest
Nov 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. DWORD WINAPI HookThread ( LPVOID lpArgs )
  2. {
  3. while ( g_GameHook.IsL4D2Running() == false )
  4. Sleep ( 1000 );
  5.  
  6. // hook dat bitch.
  7. return g_GameHook.HookGame() ? TRUE : FALSE;
  8. }
Add Comment
Please, Sign In to add comment