无图版
风格切换
帮助
Home首页
论坛首页
登录
注册
讨论区
推荐
搜索
社区服务
银行
用户名
热门版块:
175豆客CS作弊器交易中心
『 电脑技术支持 』
◆- ┈┋ 事 务 中 心 ┋┈
『网游外挂』
『特种部队』
〖 论坛公告 〗
love
wind
用户中心首页
编辑个人资料
查看个人资料
好友列表
用户权限查看
积分管理
积分转换
特殊组购买
收藏夹
我的主题
基本统计信息
到访IP统计
管理团队
管理统计
在线统计
会员排行
版块排行
帖子排行
个人首页
我的收藏
好友近况
〖175豆客作弊器自由发布/技术讨论区〗
如何利用vc++做一个作弊器注入器
●论坛动态帖●
♀论坛新帖.新回复♀
◆- ┈┋ 事 务 中 心 ┋┈
【论坛在线聊天室】
论坛事务所
论坛广告宣传,免费加入VIP
◆- ≡ 论坛公告
〖 论坛公告 〗
〖公告〗加入VIP会员向本站汇款方法
购买175pt,豆客作弊器csol作弊器请于客服联系,QQ130119281
≡ 175豆客作弊器下载区
〖175豆客作弊器自由发布/技术讨论区〗
〖175豆客CS外挂软件和客户端下载〗
175豆客CS作弊器交易中心
[战地之王][反恐行动][特种部队][DOD胜利之日][BF2(战地2)][反恐起源]
『战地之王外挂』
『反恐行动外挂』
『特种部队』
新特种部队
『网游外挂』
『胜利之日』
『BF2(战地2)』
反恐起源CS.S
尊贵VIP下载区——客服QQ:130119281
〖 顶级作弊器下载区 〗
〖顶级作弊器/程序发布区〗
〖 用户脚本下载区 〗
〖 用户问题解答区 〗
≡ 作弊器研讨区
〖 作弊器开发研讨区 〗
┈┋站内事务┋┈ ≡
〖 站内事务 〗
┈┋ 休 闲 娱 乐 ┋┈
≮经典影视≯
≮ 极 限 贴 图 ≯
≮ 影 视 动 漫 ≯
≮ 闲 聊 广 场 ≯
≮ 音 乐 在 线 听,MP3下载,免费下载≯
-=电脑技术,软件发布=-
『 电脑技术支持 』
『 最新软件工具发布 』
【CS1.6175pt豆客平台专区】
【CS1.6175pt豆客平台专区】
aoe豆客v3.24作弊器豆客v3.24外挂豆客v3.23最新透视作弊器豆客v3.23最新透视外挂
175pt5.1.4.8作弊器175pt5.1.4.8外挂175pt5.1.4.7最新透视作弊器175pt5.1.4.7最新外挂
各类源码:辅助源码 软件源码 商业源码 VIP源码
普及信息技术、提升职业技能、学习安全攻防、卫我网络长城
热烈欢迎中国红客联盟华南分组加盟本站
承接软件开发、程序破解(包含基于VM技术加密的破解)、代码审核 源码出售
各种社工库源码的评析 想做库的一定来看看
万挂编程-国内最大的游戏辅助门户网站
逆向工程、协议分析、漏洞研究相关资料大全
华南红客帝国技术论坛和本站强强联合,提供顶级辅助下载
最全最新版本网游辅助点我下载
专业的编程论坛 国内最火爆的万挂编程C语言论坛
上一主题
下一主题
新 帖
复制链接
|
浏览器收藏
|
打印
作弊之家
作弊器制作修改专家
级别: 管理员
作者资料
发送短消息
加为好友
QQ联系
UID:
3
精华:
0
发帖:
424
威望:
8689340 点
金钱:
6872608 RMB
贡献值:
45757577 点
注册时间:
2008-08-23
最后登录:
2014-01-18
楼主
发表于: 2008-08-24 11:57
只看楼主
|
小
中
大
如何利用vc++做一个作弊器注入器
如何利用vc++做一个作弊器注入器
Time to do that fateful Loader *.exe/application:
如何利用vc++做一个注入器:
This is far far easier then the *.dll and will take you much less time!相对于做dll来说太容易了,而且省时得很。
Ok, open VC++ and click "File->New..."
You want the one that says "Win32 Application"
Click on that and give it the same name you gave the *.dll in the text box in the popup.
Now Click "OK"
(If an error like 'a previous workspace already exists in this location' comes up, then simple go to the other box under where you put the name, and set it to another location. Preferably- 'desktop\OGCtutorial\loader')
Another popup comes up, just select "An empty project."
Okay, I am ready to kill Microsoft, cause another popup comes up saying something like this: "An empty application will be created for you."
Hit "OK" again!
Now you have an empty workspace, and you are ready to make the loader *.exe/application
----------
Well, lets get on with things then shall we:
So, you have yourself a blank, open project workspace. Lets get started then shall we?
Go to "Project->Add To Project->Files..."
Now, go to whatever folder the loader source is in.
(Add the following just as you added the files for the *.dll)
Add "ForceLibrary.cpp"
Add "ogc-loader.cpp"
Add "TH32.cpp"
(These files are added just the same way regardless of the fact that they are different file types.)
Add "ForceLib.h"
Add "resource.h"
Add "TH32.h"
Add "Script2.rc"
----------
On to the compiling of the *.exe/application:
No fancy complex stuff this time, just compiling/building-
Save your workspace by doing this- "File->Save Workspace"
Restart your PC, and re-open VC++ to avoid any ugly memory errors.
Re-open your project by looking in the folder you saved your workspace to for a *.dsw file.
Once open, goto "Build-> Build yournamehere.exe" (Think of 'yournamehere' as whatever the name of your project is.)
Check to make sure the *.exe is built by looking for it in the folder you saved your workspace to
翻译
Time to do that fateful Loader *.exe/application:
该做最终的loader *.exe/应用了
This is far far easier then the *.dll and will take you much less time!
这个比做*.dll要简单的多,用更少的时间
Ok, open VC++ and click "File->New..."
打开vc++点击文件-新建
You want the one that says "Win32 Application"
点击win32应用
Click on that and give it the same name you gave the *.dll in the text box in the popup.
点击以后,弹出个框,在其中的文本栏里填上和你的*.dll一样的名字
Now Click "OK" 确定
(If an error like 'a previous workspace already exists in this location' comes up, then simple go to the other box under where you put the name, and set it to another location'. Preferably- 'desktop\OGCtutorial\loader')
如果显示错误:一个旧的工作空间已经存在于某某目录下,那么在另外一个框,desktop\OGCtutorial\loader,存在这个目录下
Another popup comes up, just select "An empty project."
又弹出一个框,选择一个空的工程
Okay, I am ready to kill Microsoft, cause another popup comes up saying something like this: "An empty application will be created for you."
弹出一个框,显示建立了一个新的空白应用,
Hit "OK" again!
再次点击确定,
Now you have an empty workspace, and you are ready to make the loader *.exe/application
现在你有了一个空白的工作空间,准备建立启动程序*.exe/应用
----------
Well, lets get on with things then shall we:
继续
So, you have yourself a blank, open project workspace. Lets get started then shall we?
你有了一个空白的,打开的工程工作空间,开始
Go to "Project->Add To Project->Files..."
点击工程-添加到工程-文件
Now, go to whatever folder the loader source is in.
现在,到启动程序源文件所在的文件夹
(Add the following just as you added the files for the *.dll)
(添加以下这些东西,和在*.dll里面添加文件是一样的))
ForceLibrary.cpp
ogc-loader.cpp
TH32.cpp
(These files are added just the same way regardless of the fact that they are different file types.)
(无需考虑这些文件的不同类型,只要一样地添加就是了)
ForceLib.h
resource.h
TH32.h
Script2.rc
----------
On to the compiling of the *.exe/application:
在编译*.exe/应用时:
No fancy complex stuff this time, just compiling/building-
这次没有什么特别复杂的步骤,就是编译/创建
Save your workspace by doing this- "File->Save Workspace"
这样保存你的工作空间:file->save worksapce
Restart your PC, and re-open VC++ to avoid any ugly memory errors.
重新启动机器,打开VC++以避免糟糕的内存错误
Re-open your project by looking in the folder you saved your workspace to for a *.dsw file.
找到你的文件夹,重新打开你的工程,你已经把你的工作空间存储为一个*dsw文件
Once open, goto "Build-> Build yournamehere.exe" (Think of 'yournamehere' as whatever the name of your project is.)
打开它,点击Build-> Build yournamehere.exe(yournamehere应该是和你的工程的名字是相同的)
Check to make sure the *.exe is built by looking for it in the folder you saved your workspace to.
在你保存工作空间的文件夹里检查确定*.exe已经建立好了
图片版的完整作弊器入门教程发布在VIP区
========================================
这款作弊器希望大家好好用!不要乱给别人。自己用的时候藏好。别叫人给你分享了。呵呵~学作弊就注册VIP会员~精彩多多~爆头多多~装比多多~呵呵回复以后转到第1页可看到作弊器文件~不是VIP的请注册后便可以下载到你期待以久的作弊器了。祝你们玩的开心。
更多更全的作弊器请访问http://www.dcoosxecd.com 作弊器为200元终身,客服QQ:130119281 QQ361639639也可以来电话和信息和本人联系:18708222829 )
汇款地址:
①汇款金额:200.XX元
②收款人中国工商银行牡丹灵通卡号码(19位数字)
9558 8223 0700 0382512
③收款人姓名:刘宇航
①中国农业银行金穗通宝卡(19位数字):
9559 9841 1270 1095416
②收款人姓名:刘宇航
作弊器随反作弊软件更新而更新,反作弊软件更新后最迟1-2天发布最新作弊器,您可以随时来下载,让你体验最快最强的作弊效果
顶端
回复
引用
分享
上一主题
下一主题
〖175豆客作弊器自由发布/技术讨论区〗