资源简介

魔兽好用 外挂 源代码 找了很久才找到。

资源截图

代码片段和文件信息

#include “StdAfx.h“
#include “AppIniConfigAdapter.h“

CAppIniConfigAdapter::CAppIniConfigAdapter(void)
{
}

CAppIniConfigAdapter::~CAppIniConfigAdapter(void)
{
}

BOOL CAppIniConfigAdapter::OpenFile(LPCTSTR strFileName)
{
if(CLocalIniConfigAdapter::OpenFile(strFileName))
{
this->mIniFileName = CUtil::GetModuleDirectory() + _T(“config.ini“);
WriteString(_T(“Version“)_T(“version“)_T(“1.8.28“));
WriteString(_T(“Version“)_T(“versionstring“)_T(“001008028“));
return TRUE;
}
else
{
this->mIniFileName = CUtil::GetModuleDirectory() + _T(“config.ini“);
WriteString(_T(“Version“)_T(“version“)_T(“1.8.28“));
WriteString(_T(“Version“)_T(“versionstring“)_T(“001008028“));
//WriteString(_T(“DLL“)_T(“InjectDll“)_T(“Melete.dll“));
return FALSE;
}
}

BOOL CAppIniConfigAdapter::CloseFile(void)
{
return CLocalIniConfigAdapter::CloseFile();;
}

BOOL CAppIniConfigAdapter::WriteString(LPCTSTR lpSectionName LPCTSTR lpKeyName LPCTSTR lpStringNmae)
{
return CLocalIniConfigAdapter::WriteString(lpSectionNamelpKeyNamelpStringNmae);
}

BOOL CAppIniConfigAdapter::WriteInteger(LPCTSTR lpSectionName LPCTSTR lpKeyName int nIntValue)
{
return CLocalIniConfigAdapter::WriteInteger(lpSectionNamelpKeyNamenIntValue);
}

CString CAppIniConfigAdapter::GetString(LPCTSTR lpSectionName LPCTSTR lpKeyName)
{
return CLocalIniConfigAdapter::GetString(lpSectionName lpKeyName);

}

int CAppIniConfigAdapter::GetInteger(LPCTSTR lpSectionName LPCTSTR lpKeyName)
{
return CLocalIniConfigAdapter::GetInteger(lpSectionName lpKeyName);
}

CString CAppIniConfigAdapter::GetInjectDllName(void)
{
return GetString(_T(“DLL“)_T(“InjectDll“));
}

BOOL CAppIniConfigAdapter::WriteUsername(CString str)
{
return WriteString(_T(“General“)_T(“Username“)str);
}

CString CAppIniConfigAdapter::GetUsername(void)
{
return GetString(_T(“General“)_T(“Username“));
}

BOOL CAppIniConfigAdapter::WritePassword(CString str)
{
return WriteString(_T(“General“)_T(“Password“)str);
}

CString CAppIniConfigAdapter::GetPassword(void)
{
return GetString(_T(“General“)_T(“Password“));
}

BOOL CAppIniConfigAdapter::WriteUsernameWOW(CString str)
{
return WriteString(_T(“General“)_T(“UsernameWOW“)str);
}

CString CAppIniConfigAdapter::GetUsernameWOW(void)
{
return GetString(_T(“General“)_T(“UsernameWOW“));
}

BOOL CAppIniConfigAdapter::WritePasswordWOW(CString str)
{
return WriteString(_T(“General“)_T(“PasswordWOW“)str);
}

CString CAppIniConfigAdapter::GetPasswordWOW(void)
{
return GetString(_T(“General“)_T(“PasswordWOW“));
}


BOOL CAppIniConfigAdapter::WriteExePath(CString str)
{
return WriteString(_T(“General“)_T(“ExePath“)str);
}

CString CAppIniConfigAdapter::GetExePath(void)
{
return GetString(_T(“General“)_T(“ExePath“));
}

BOOL CAppIniConfigAdapter::WriteWowServerType(CString str)
{
return WriteString(_T(“General“)_T(“WowServerType“)str);
}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2328  2013-03-04 23:10  云豆思使用说明.txt
     文件         317  2013-03-04 23:10  云豆思首页_yundousi.com.url
     文件         787  2013-03-04 23:10  免责声明.txt
     文件        2124  2013-03-04 23:10  注册软件.reg
     文件         214  2013-03-04 23:10  云豆思.url
     目录           0  2011-12-22 17:15  魔兽好用源代码\
     目录           0  2011-12-22 17:15  魔兽好用源代码\魔兽好用\
     目录           0  2011-12-23 11:30  魔兽好用源代码\魔兽好用\From\
     文件        5641  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\AppIniConfigAdapter.cpp
     文件        1477  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\AppIniConfigAdapter.h
     文件       50798  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\AutoAttackController.cpp
     文件        1446  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\AutoAttackController.h
     文件         142  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\BarrierAction.cpp
     文件        7185  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\Communication.cpp
     文件         661  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\Communication.h
     文件         552  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\explorer1.cpp
     文件       14228  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\explorer1.h
     文件        5361  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\HadesRecvDict.cpp
     文件         816  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\HadesRecvDict.h
     文件        5629  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\HadesSendDict.cpp
     文件         584  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\HadesSendDict.h
     文件       14700  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\Helpers.cpp
     文件        1230  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\Helpers.h
     文件       14694  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\Hyperlink.cpp
     文件        3637  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\Hyperlink.h
     文件         143  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\IBalloonNotify.cpp
     文件         387  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\IBalloonNotify.h
     文件         138  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\IInfoFeedback.cpp
     文件         157  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\IInfoFeedback.h
     文件         133  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\IPostWarning.cpp
     文件         148  2008-03-06 10:08  魔兽好用源代码\魔兽好用\From\IPostWarning.h
............此处省略382个文件信息

评论

共有 条评论