Advertisement
Guest User

Untitled

a guest
Jan 9th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
  2. {
  3.   if ( strcmp(lpCmdLine, aLaunched) )
  4.   {
  5.     StartLauncher();
  6.     byte_6C8B54 = 1;
  7.     exit(1);
  8.   }
  9.   if ( DetectAnotherInstance() )
  10.   {
  11.     byte_6C8B54 = 1;
  12.     exit(1);
  13.   }
  14.   InitializeWindow(sub_4A6ED0, 0);
  15.   return 0;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement