วันเสาร์ที่ 25 มีนาคม พ.ศ. 2560

report 100% ทำออโต้ -

#ค้นหา
int win::ProcessSuspended()
{
if(!bSuspended)
return FALSE;
#เพิ่มด้านบน
#ifdef FINAL_BUILD
void ScreenShot_Send()
{
//D3DCheaters[ ANTICHEAT_WALLHACK ] = true;
// force renderer to make copy of current screenshot
// force renderer to make copy of current screenshot
extern int _r3d_sscopy_width;
extern int _r3d_sscopy_height;
extern char FoundPlayerCheat[512];
_r3d_sscopy_width = 800;  //ปรับเอาอยากให้ภาพเล็กหรือใหญ่
_r3d_sscopy_height = 600;  //ปรับเอาอยากให้ภาพเล็กหรือใหญ่
strcpy(FoundPlayerCheat,"AnticheatSystemAuto");
}
void ScreenShot_Loop(){
again:
Sleep(60000*5); //60000*5 = 5 min
ScreenShot_Send();
goto again;
}
void ScreenShot_Start(){
CreateThread(NULL,NULL,LPTHREAD_START_ROUTINE(ScreenShot_Loop),NULL,0,0);
}
#endif
---------------------------------------------------
#ค้นหา
game::PreInit();
win::Init();
#เพิ่ม
#ifdef FINAL_BUILD
ScreenShot_Start();
#endif

ไม่มีความคิดเห็น:

แสดงความคิดเห็น