📄 vbwl.htm
字号:
onclick="if(this.title) {window.open('http://bbs.gameres.com/upload/sf_20077203422.jpg');}"
src="零基础制作【武林外传】辅助工具[详细步骤+图片](VB)!别光看不回贴! - GameRes游戏开发论坛.files/sf_20077203422.jpg"
onload="if(this.width>screen.width-333) {this.width=screen.width-333;this.title='open new window';}"
border=0 ;></P>
<P>得到26个地址都含有这个数,好的,把最前面的三个数保存到下栏里,然后,小退一下(回到人物选择界面,再进入游戏),就可以看到,三个地址的数值都有变化了.好,再重新找血量地址,然后再"Find out what writes to this address"(谁在改定这个地址)这个地址,得到ESI的值,记下来,对比刚保存 下来的三个地址内的数,呵呵,发现<BR>010AEAE4里的值刚好等于ESI,这就可以肯定,010AEAE4一定二级基址了,好,我们监视010AEAE4,"Find out what writes to this address".好,再次小退一下,再进入游戏,这时监视窗口有东东了,如下图</P>
<P><IMG
onmouseover="if(this.title) {this.style.cursor='hand';}"
onclick="if(this.title) {window.open('http://bbs.gameres.com/upload/sf_20077203544.jpg');}"
src="零基础制作【武林外传】辅助工具[详细步骤+图片](VB)!别光看不回贴! - GameRes游戏开发论坛.files/sf_20077203544.jpg"
onload="if(this.width>screen.width-333) {this.width=screen.width-333;this.title='open new window';}"
border=0 ;></P>
<P>得到:mov [esi+24],0000000<BR>记下ESI的值,010AEAC0,再回到CE主界面,用十六进制的方法找010AEACO<BR>得到N个数,反复搜几次,好,得到下图</P>
<P><IMG
onmouseover="if(this.title) {this.style.cursor='hand';}"
onclick="if(this.title) {window.open('http://bbs.gameres.com/upload/sf_20077203654.jpg');}"
src="零基础制作【武林外传】辅助工具[详细步骤+图片](VB)!别光看不回贴! - GameRes游戏开发论坛.files/sf_20077203654.jpg"
onload="if(this.width>screen.width-333) {this.width=screen.width-333;this.title='open new window';}"
border=0 ;></P>
<P>按CE教程说的,一般最是地址最小的就是正确的,呵呵,有点那个啊,~~~~~~~~~~~~<BR>选第一个008BE594,加到下面的栏里,完全退出游戏,再进入游戏<BR>重复,最后还是得到008BE594,这样就可以肯定,008BE594就是一级基址了<BR>得出公式如下<BR>一级基址:008BE594<BR>008BE594地址里面保存的数值+24的偏移=二级基址<BR>二级基址里面保存的地址数+254的偏移得到血量的地址</P>
<P>下面开始搜索数据!<BR>用CE打开武林外传。运行CE,按照下图的次序打开(...\武林外传\element\elementclient.exe)</P>
<P><IMG
onmouseover="if(this.title) {this.style.cursor='hand';}"
onclick="if(this.title) {window.open('http://bbs.gameres.com/upload/sf_20077203852.jpg');}"
src="零基础制作【武林外传】辅助工具[详细步骤+图片](VB)!别光看不回贴! - GameRes游戏开发论坛.files/sf_20077203852.jpg"
onload="if(this.width>screen.width-333) {this.width=screen.width-333;this.title='open new window';}"
border=0 ;></P>
<P>2.游戏启动后,别忘了选择游戏窗口。</P>
<P><IMG
onmouseover="if(this.title) {this.style.cursor='hand';}"
onclick="if(this.title) {window.open('http://bbs.gameres.com/upload/sf_20077204024.jpg');}"
src="零基础制作【武林外传】辅助工具[详细步骤+图片](VB)!别光看不回贴! - GameRes游戏开发论坛.files/sf_20077204024.jpg"
onload="if(this.width>screen.width-333) {this.width=screen.width-333;this.title='open new window';}"
border=0 ;></P>
<P>3.这是游戏中人物的数据。</P>
<P><IMG
onmouseover="if(this.title) {this.style.cursor='hand';}"
onclick="if(this.title) {window.open('http://bbs.gameres.com/upload/sf_20077204148.jpg');}"
src="零基础制作【武林外传】辅助工具[详细步骤+图片](VB)!别光看不回贴! - GameRes游戏开发论坛.files/sf_20077204148.jpg"
onload="if(this.width>screen.width-333) {this.width=screen.width-333;this.title='open new window';}"
border=0 ;></P>
<P>4.好,现在我们要在CE中显示人物的生命值。同样按照图中的顺序打开“添加地址”对话框,在数据框中添加我们已知的内存地址。当然,我们要用指针的方式,因为存储这些数据的地址是不固定的,我们可以用8C6A54这个固定的基地址以及相关的偏移地址找到我们需要的数据。我们就来看看生命的值,完成图上的项目点“确定”来看看结果。</P>
<P><IMG
onmouseover="if(this.title) {this.style.cursor='hand';}"
onclick="if(this.title) {window.open('http://bbs.gameres.com/upload/sf_2007720434.jpg');}"
src="零基础制作【武林外传】辅助工具[详细步骤+图片](VB)!别光看不回贴! - GameRes游戏开发论坛.files/sf_2007720434.jpg"
onload="if(this.width>screen.width-333) {this.width=screen.width-333;this.title='open new window';}"
border=0 ;></P>
<P>5.怎么样!是不是角色的生命值呢,使自己失去一些血量看看这个值是不是也在跟着变化。</P>
<P><IMG
onmouseover="if(this.title) {this.style.cursor='hand';}"
onclick="if(this.title) {window.open('http://bbs.gameres.com/upload/sf_20077204433.jpg');}"
src="零基础制作【武林外传】辅助工具[详细步骤+图片](VB)!别光看不回贴! - GameRes游戏开发论坛.files/sf_20077204433.jpg"
onload="if(this.width>screen.width-333) {this.width=screen.width-333;this.title='open new window';}"
border=0 ;></P>
<P>6.根据已知的人物地址,我们还可以显示其它数据。</P>
<P><IMG
onmouseover="if(this.title) {this.style.cursor='hand';}"
onclick="if(this.title) {window.open('http://bbs.gameres.com/upload/sf_20077204545.jpg');}"
src="零基础制作【武林外传】辅助工具[详细步骤+图片](VB)!别光看不回贴! - GameRes游戏开发论坛.files/sf_20077204545.jpg"
onload="if(this.width>screen.width-333) {this.width=screen.width-333;this.title='open new window';}"
border=0 ;></P>
<P>相关武林外传地址:<BR>一级基址=8CF51C<BR>人物基址=+24<BR>当前血=+254<BR>最大血=+26C<BR>当前蓝=+258<BR>最大蓝=+270<BR>以上数字均为16进制<BR><BR></P></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=right
border=0>
<FORM action=rate.asp method=post target=_blank>
<TBODY>
<TR>
<TD width="70%"><FONT color=#dbc7b0> 注册: <B>2004-10</B>
状态: </FONT><FONT color=#8bbb9e><B><A
href="http://bbs.gameres.com/showposterip.asp?postid=531856"
target=_blank><FONT
color=#888888>Offline</FONT></A></B></FONT></TD>
<TD align=right width="10%"><B><FONT
color=#999999>1</FONT></B> <A
href="http://bbs.gameres.com/showthread.asp?threadid=87316#top">Top</A></TD></TR></FORM></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE style="TABLE-LAYOUT: fixed; WORD-WRAP: break-word" cellSpacing=1
cellPadding=4 width="98%" align=center bgColor=#9d9879 border=0>
<TBODY>
<TR bgColor=#eee0d0>
<TD vAlign=top align=middle width="20%"
bgColor=#eee0d0><B>眼镜<BR></B>Exp:522</B><BR><IMG height=64
src="零基础制作【武林外传】辅助工具[详细步骤+图片](VB)!别光看不回贴! - GameRes游戏开发论坛.files/Bomb10.gif"
width=64><BR>下士<BR><IMG
src="零基础制作【武林外传】辅助工具[详细步骤+图片](VB)!别光看不回贴! - GameRes游戏开发论坛.files/5.gif"></TD>
<TD vAlign=top width="80%" bgColor=#eee0d0>
<TABLE id=table2 cellSpacing=0 cellPadding=0 width="100%"
border=0><TBODY>
<TR>
<TD width="35%"><FONT color=#4a4108> 发表于: 2007-7-2
0:49:00</FONT></TD>
<TD>
<P align=right><A
href="http://bbs.gameres.com/gotoblog.asp?ID=眼镜"
target=_blank>博客</A> | <A
href="http://bbs.gameres.com/showuser.asp?userid=14383"
target=_blank>档案</A> | <A href="http://www.163.com/"
target=_blank>主页</A> | <A
href="http://bbs.gameres.com/showmessage.asp?action=sendmessage&username=眼镜"
target=_blank>短信</A> | <A
href="http://bbs.gameres.com/showthread.asp?postid=531857">树状</A>
| <A
href="http://bbs.gameres.com/newfavorite.asp?threadid=87316"
target=_blank>收藏</A> | <A
href="http://bbs.gameres.com/editpost.asp?postid=531857">编辑</A>
| <A
href="http://bbs.gameres.com/delpost.asp?postid=531857">删除</A>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -