• 大小: 139KB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-02-01
  • 语言: 其他
  • 标签: 外挂  冒险岛  辅助  

资源简介

冒险岛的辅助源码,需要的同学可以做参考.

资源截图

代码片段和文件信息

// HOOK_WG.cpp : Defines the initialization routines for the DLL.
//

#include “stdafx.h“
#include “HOOK_WG.h“
#include “WGMainDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

//
// Note!
//
// If this DLL is dynamically linked against the MFC
// DLLs any functions exported from this DLL which
// call into MFC must have the AFX_MANAGE_STATE macro
// added at the very beginning of the function.
//
// For example:
//
// extern “C“ BOOL PASCAL EXPORT ExportedFunction()
// {
// AFX_MANAGE_STATE(AfxGetStaticModuleState());
// // normal function body here
// }
//
// It is very important that this macro appear in each
// function prior to any calls into MFC.  This means that
// it must appear as the first statement within the 
// function even before any object variable declarations
// as their constructors may generate calls into the MFC
// DLL.
//
// Please see MFC Technical Notes 33 and 58 for additional
// details.
//

/////////////////////////////////////////////////////////////////////////////
// CHOOK_WGApp

BEGIN_MESSAGE_MAP(CHOOK_WGApp CWinApp)
//{{AFX_MSG_MAP(CHOOK_WGApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CHOOK_WGApp construction

CHOOK_WGApp::CHOOK_WGApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CHOOK_WGApp object

CHOOK_WGApp theApp;
CWGMainDlg *pMainDlg = NULL;
BOOL CHOOK_WGApp::InitInstance()
{
CWinApp::InitInstance();

return TRUE;
}


int CHOOK_WGApp::ExitInstance()
{
delete pMainDlg;
pMainDlg = NULL;
CWinApp::ExitInstance();
return TRUE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      21417  2011-05-30 17:30  冒险伴侣源码\CRCBypass.h

     文件       6965  2011-05-30 17:35  冒险伴侣源码\HOOK_WG.clw

     文件       2017  2011-01-26 18:15  冒险伴侣源码\HOOK_WG.cpp

     文件        211  2011-04-25 12:10  冒险伴侣源码\HOOK_WG.def

     文件       3990  2011-03-09 20:32  冒险伴侣源码\HOOK_WG.dsp

     文件        537  2009-08-05 09:26  冒险伴侣源码\HOOK_WG.dsw

     文件       1391  2009-08-05 09:18  冒险伴侣源码\HOOK_WG.h

     文件      17885  2011-05-30 17:35  冒险伴侣源码\HOOK_WG.rc

     文件       6058  2011-01-26 18:11  冒险伴侣源码\H_IniFile.cpp

     文件       1158  2010-10-03 14:46  冒险伴侣源码\H_IniFile.h

     文件       6036  2011-01-26 18:21  冒险伴侣源码\ini\H_IniFile.cpp

     文件       1158  2010-10-03 14:46  冒险伴侣源码\ini\H_IniFile.h

     文件       1447  2009-08-05 08:43  冒险伴侣源码\ini\StdAfx.h

     文件       4179  2011-03-12 16:31  冒险伴侣源码\MsCRC.H

     文件        331  2010-11-20 21:42  冒险伴侣源码\mxd.cmd

     文件        399  2009-08-05 08:43  冒险伴侣源码\res\HOOK_WG.rc2

     文件       4047  2011-04-29 22:33  冒险伴侣源码\resource.h

     文件       3291  2010-07-30 22:17  冒险伴侣源码\SESDK.h

     文件        209  2009-08-05 08:43  冒险伴侣源码\StdAfx.cpp

     文件       1447  2009-08-05 08:43  冒险伴侣源码\StdAfx.h

     文件      21510  2011-05-30 17:30  冒险伴侣源码\tab1.cpp

     文件       3451  2011-04-29 15:53  冒险伴侣源码\tab1.h

     文件       9468  2011-04-28 21:30  冒险伴侣源码\tab2.cpp

     文件       1642  2011-01-29 22:51  冒险伴侣源码\tab2.h

     文件       9363  2011-04-30 22:58  冒险伴侣源码\tab3.cpp

     文件       1584  2011-01-26 17:39  冒险伴侣源码\tab3.h

     文件      13112  2011-05-30 17:35  冒险伴侣源码\tab4.cpp

     文件       1679  2011-04-19 23:13  冒险伴侣源码\tab4.h

     文件        126  2011-01-24 18:43  冒险伴侣源码\tabfromh.h

     文件          0  2011-03-10 22:30  冒险伴侣源码\Test\123.txt

............此处省略16个文件信息

评论

共有 条评论