Violent Mode

This commit is contained in:
世元 李
2020-03-17 20:05:44 +08:00
parent 6f98aee80a
commit ebb203fa84
29 changed files with 523 additions and 149 deletions

View File

@@ -12,6 +12,8 @@ extern "C" DLLAPI int nID = 0;
extern "C" DLLAPI DWORD tPid = 0;
extern "C" DLLAPI DWORD m_Addr = 0xFFFFFFFF;
extern "C" DLLAPI DWORD VioMode = 0;
extern "C" DLLAPI bool blockRestoreSrc = false;
#pragma data_seg()
#pragma comment(linker, "/section:PublicData,rws")