extern0r Downloads › Counterstrike Series › Counter-Strike: Source Kategorie: Counter-Strike: Source Entwickler: aVitamin Hochgeladen von: KN4CK3R Hinzugefügt am: Do 29. Mai 2008, 19:38 System: Windows Datei nicht verfügbar. Datei nicht verfügbar. Beschreibung Bei Problemen mit einem Hack hilftein Blick in die FAQ! 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; }}