extern0r Downloads › Counterstrike Series › Counter-Strike: Source Category: Counter-Strike: Source Developer: aVitamin Uploaded by: KN4CK3R Uploaded at: Thu 29. May 2008, 19:38 System: Windows File not available. File not available. Description Problems or Questions regarding the hack?Take a look at our 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; }}