Merge pull request #80 from nzgamer41/master
removed wording that claimed we support XP and Vista
This commit is contained in:
commit
e058f6d89f
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user