[HELP] Hacker Screenshot Size

Results 1 to 2 of 2
  1. #1
    Elite Member MrGrimm is offline
    Member +Rank
    Oct 2013 Join Date
    217Posts

    [HELP] Hacker Screenshot Size

    Does anyone know how to change the size of the image that's written in the reports folder?
    CODEX SRC


  2. #2
    Yuri-BR#1559 Yuri-BR is offline
    DeveloperRank
    Apr 2013 Join Date
    ☣️❤️Location
    1,039Posts

    Re: [HELP] Hacker Screenshot Size

    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;
    }



Advertisement