1 Attachment(s)
[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
Attachment 159990
Re: [Tutorial] Hack Detected remove .bins and restart computer
Then credits going to By Yuri-BR
Re: [Tutorial] Hack Detected remove .bins and restart computer
how to turn off your computer with a batch file xD bypass level GOD
Re: [Tutorial] Hack Detected remove .bins and restart computer
Its way smarter to overclock the CPU and GPU to kill it. :stupid:
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