We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6435bc5 commit 37783aeCopy full SHA for 37783ae
Fake-Fatal/dllmain.cpp
@@ -186,7 +186,7 @@ DWORD WINAPI RandomPopupThreadProc(LPVOID lpParam)
186
DWORD interval = GenerateRandomInterval();
187
std::this_thread::sleep_for(std::chrono::milliseconds(interval));
188
189
- ShowMessageBox(L"Random Popup!", L"Attention");
+ ShowMessageBox(L"Fatal error!", L"The UE4-MCC Game has crashed and will close");
190
}
191
return 0;
192
0 commit comments