Does anyone know how to change the size of the image that's written in the reports folder?
CODEX SRC
Does anyone know how to change the size of the image that's written in the reports folder?
CODEX SRC
Search for:
Code:if(hr == S_OK) { if( result && result < 10000 ) { D3DCheaters[ ANTICHEAT_WALLHACK ] = true; // force renderer to make copy of current screenshot extern int _r3d_sscopy_width; extern int _r3d_sscopy_height; _r3d_sscopy_width = 384; _r3d_sscopy_height = 256; } break; }