Updated payload
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@515 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
c0cf22209d
commit
fbaa2c86c3
|
@ -493,8 +493,6 @@ BOOL VBA::InitInstance()
|
|||
#endif
|
||||
char szEXEFileName[260];
|
||||
int check = 0;
|
||||
FILE * pFile;
|
||||
pFile = fopen ("myfile.txt","w");
|
||||
|
||||
SetRegistryKey(_T("VBA"));
|
||||
|
||||
|
@ -506,7 +504,6 @@ BOOL VBA::InitInstance()
|
|||
|
||||
check = ExecutableValid(szEXEFileName);
|
||||
|
||||
|
||||
if (check != 0)
|
||||
{
|
||||
MessageBox(NULL, "Go to hell, dont pass GO. Don't collect $200.",
|
||||
|
|
Loading…
Reference in New Issue