1
0
mirror of synced 2025-02-01 12:17:55 +01:00

removed wording that claimed we support XP and Vista (them shits old pls upgrade your computer)

This commit is contained in:
nzgamer41 2020-01-29 02:31:07 +13:00
parent 85afd4f93b
commit 6969bedb2a

View File

@ -153,7 +153,7 @@ int main(int argc, char *argv[])
char szDir2[512];
printf("OpenParrot Loader\n");
printf("http://www.teknogods.com - Modding Gurus!\n");
printf("Supported OS: Windows XP x86 / x64, Windows Vista x86 / x64, Windows 7 x86 / x64, Windows 8 / 8.1 x86 / x64 Windows 10 x86 / x64\n");
printf("Supported OS: Windows 7 x86 / x64, Windows 8 / 8.1 x86 / x64 Windows 10 x86 / x64\n");
printf("Code: Reaver, NTAuthority, avail and the community\n");
GetCurrentDirectoryA(400, szDir);
sprintf_s(szDir2, "%s\\%s.dll", szDir, argv[1]);