[Tutorial] Hack Detected remove .bins and restart computer

Results 1 to 5 of 5
  1. #1
    Valued Member asd4129 is offline
    MemberRank
    Dec 2012 Join Date
    Loose, Germany,Location
    146Posts

    idea [Tutorial] Hack Detected remove .bins and restart computer

    Winmain.cpp

    Add
    Code:
    
    #include "shellapi.h"
    Search
    Code:
    int win::ProcessSuspended()
    {
        if(!bSuspended)
            return FALSE;
    
    
        MSG msg;
        while(PeekMessage(&msg, NULL,0,0,PM_NOREMOVE))
        {
            if(!GetMessage (&msg, NULL, 0, 0)) 
                return 1;
    
    
            TranslateMessage(&msg);
            DispatchMessage(&msg);
        }
    
    
        return TRUE;
    }
    Find anti pause or class detect etc

    Code:
    Ex:
    DWORD WINAPI AntiPause() // By Yuri-BR
    {
        DWORD TimeTest1=0, TimeTest2=0;
        while(true)
        {
            TimeTest1 = TimeTest2;
            TimeTest2 = GetTickCount();
            if(TimeTest1 != 0)
            {
                Sleep(1000);
                if((TimeTest2-TimeTest1) > 5000)
                {
                    ExitProcess(0);
                    TerminateProcess(GetCurrentProcess(),0);
                   ShellExecute(NULL, "open", "hackdetect.bat", NULL, NULL, SW_SHOWDEFAULT);
                }
            }        
        }
        return 0;
    }
    Save and build

    hackdetect.rar extract your bin files and add rsbuild.xml

    Virustotal
    hackdetect.rar


  2. #2
    Account Upgraded | Title Enabled! djbadboys38 is offline
    MemberRank
    Aug 2010 Join Date
    TanzanyaLocation
    1,365Posts

    Re: [Tutorial] Hack Detected remove .bins and restart computer

    Then credits going to By Yuri-BR

  3. #3
    ☆Dying Dawn☆ Bombillo is offline
    MemberRank
    Jan 2012 Join Date
    ValhallaLocation
    977Posts

    Re: [Tutorial] Hack Detected remove .bins and restart computer

    how to turn off your computer with a batch file xD bypass level GOD
    Last edited by Bombillo; 06-03-17 at 09:52 PM.

  4. #4
    ¿ aLca is offline
    MemberRank
    Apr 2013 Join Date
    /dev/nullLocation
    548Posts

    Re: [Tutorial] Hack Detected remove .bins and restart computer

    Its way smarter to overclock the CPU and GPU to kill it.

  5. #5
    Enthusiast redk0ke is offline
    MemberRank
    Sep 2013 Join Date
    49Posts

    Re: [Tutorial] Hack Detected remove .bins and restart computer

    damn dude you're one heck of a coder
    dunno what the fuck this is, but it is definitely not detecting shells or anything related to hacking lol

    Sent from my SM-G928F using Tapatalk



Advertisement