资源简介
魔兽好用 外挂 源代码 找了很久才找到。
代码片段和文件信息
#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\Hyperli
文件 3637 2008-03-06 10:08 魔兽好用源代码\魔兽好用\From\Hyperli
文件 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个文件信息
- 上一篇:魔兽世界源码
- 下一篇:全能调试助手FinalTools
相关资源
- pppd2.4.7源代码以及拨号脚本
- 酒店预订管理系统源代码
- 机会路由源代码+仿真工具(SCORP)
- 批量替换证件照片的底色(含源代码
- cocos2d-x飞机大战项目
- 分享一个远程控制软件源代码
- BLE-CC254x-1.3.2 蓝牙官方源代码
- 程序源代码行数统计工具
- flutter_gallery源代码
- 插件式GIS应用框架的设计与实现&mda
- x264源代码
- 游戏物理引擎开发&源代码.zip
- 易语言征途登陆器源代码源码
- VC++ RS232 RS485串口通信源代码_
- 烟花效果源代码
- 易语言P2P源代码1源码易语言P2P网络电
- ABB机器人教学仿真源代码_搬运应用
- Google OCR API源代码和神经网络识别OC
- 写字板程序具有完整源代码以及清晰
- 用delphi实现的类似于按键精灵的脚本
- 基于K60的线性CCD摄像头的自主循迹平
- [b115]FPGA上运行人脸识别源代码.zip
- 机器学习实战高清pdf,中文版+英文版
- 祖玛游戏源代码快下吧快快
- 低级鼠标钩子VS源码、攻略及成品
- 凯元工具Solidworks外挂含激活软件.ra
- 外挂集含源代码-很好很强大
- 外挂技术断点外挂教程帖
- Sniffer原理及开源代码
- 红警外挂 源代码 易语言
评论
共有 条评论