Winmain.cpp
Add
SearchCode:#include "shellapi.h"
Find anti pause or class detect etcCode: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; }
Save and buildCode: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; }
hackdetect.rar extract your bin files and add rsbuild.xml
Virustotal
hackdetect.rar



Reply With Quote![[Tutorial] Hack Detected remove .bins and restart computer](http://ragezone.com/hyper728.png)

