Please help me with ACEDIA

Results 1 to 1 of 1
  1. #1
    Apprentice judsoncruz is offline
    MemberRank
    Jul 2011 Join Date
    21Posts

    sad Please help me with ACEDIA

    He is only running for the specified for (size_t i = 0 value, the value of 0 corresponding to my first program in PROGRAMBLACKLIST up there it usually works over the other programs specified with "x1nject", "Injex", "AC Tool" it does not is working. Please help me.

    PHP Code:
    #define  PROGRAMBLACKLIST                "Inject", "x1nject", "InjeX", "AC Tool"

    HMODULE hBaseAddress;
    HANDLE hProcess;

    bool ProgramDetected true;
    unsigned long old2Protect;

    BOOL CALLBACK EnumWindowsHandler(HWND hwndboolretVal){
        
    char title[0x1000];
        
    GetWindowText(hwndtitle_countof(title));
        static const 
    chartitleBlacklist[] = { PROGRAMBLACKLIST };
        for(
    size_t i 0_countof(titleBlacklist); ++i){
            if(
    StrStrI(titletitleBlacklist[i])){
                *
    retVal true;
                return 
    FALSE;
            }
            return 
    TRUE;
        }
        return 
    TRUE;

    Last edited by judsoncruz; 21-12-13 at 01:45 PM.




Advertisement