Skip to content

Commit d59bb46

Browse files
Update EAAnticheat.cpp
1 parent 4eca678 commit d59bb46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

EAAntiCheat.GameServiceLauncher/EAAnticheat.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ int main()
1010
startup.cb = sizeof(startup);
1111
ZeroMemory(&pi, sizeof(pi));
1212
SetConsoleTitleA("EAAntiCheat.GameServiceLauncher(FAKE) by RikkoMatsumatoOfficial");
13-
if (!CreateProcessA("EAFC25.exe", (LPSTR)0, NULL, NULL, NULL, 0, NULL, NULL, &startup, &pi)) {
14-
MessageBoxA(0, "Not Founded EAFC25.exe", "EAAntiCheat.GameServiceLauncher", MB_OK | MB_ICONERROR);
13+
if (!CreateProcessA("FC25.exe", (LPSTR)0, NULL, NULL, NULL, 0, NULL, NULL, &startup, &pi)) {
14+
MessageBoxA(0, "Not Founded FC25.exe", "EAAntiCheat.GameServiceLauncher", MB_OK | MB_ICONERROR);
1515
exit(443);
1616
}
1717
else {
18-
printf("Successfully Founded EAFC25.exe and Launching...");
18+
printf("Successfully Founded FC25.exe and Launching...");
1919
CloseHandle(pi.hProcess);
2020
CloseHandle(pi.hThread);
2121
exit(344);
2222
}
2323
return 0;
24-
}
24+
}

0 commit comments

Comments
 (0)