Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while (true)
- {
- HWND h = FindWindowEx(0, 0, L"V8ServerCallWindow", 0);
- while (h)
- {
- ShowWindow(h, SW_HIDE);
- h = FindWindowEx(0, h, L"V8ServerCallWindow", 0);
- }
- Sleep(10);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement