OldSchoolHack

Registrieren / Anmelden Deutsch

extern0r

Datei nicht verfügbar.

Beschreibung

int main( void )
{
SetConsoleTitle("[PoC] CS:S extern esp");
char *pszAuthor = "aVitamin";
char *pszInfo = "This is a proof of concept cheat. It uses ReadProcessMemory to get all the needed information so it doesnt change any of hl2.exe's memory.";
       char *pszFeatures = "- Box ESP    - Health ESP    - Panickey[F12]";

return 1337;
}

void Cheatinfo( int information_index )
{
How_to_use:
switch( information_index )
{
case 1:
printf("- rename RenameMe.exe\n");
break;
case 2:
printf("- start *.exe and start CS:S or the other way round\n");
break;
case 3:
printf("- join a server\n");
break;
default:
printf("- sry, invalid index\n");
break;
}
}