TC官方合作论坛

 找回密码
 立即注册
楼主: NULL
打印 上一主题 下一主题

[游戏] 【无源码】天龙3自动挂机打怪、自动补血补蓝、宠物自动补血、自动喊话等

  [复制链接]
771#
发表于 2012-7-28 11:12:54 | 只看该作者
怎么到处都是需要会员才能看的东西啊。。。
回复 支持 反对

使用道具 举报

772#
发表于 2012-7-29 10:05:59 | 只看该作者
顶楼主~!
回复 支持 反对

使用道具 举报

773#
发表于 2012-7-29 13:32:27 | 只看该作者
打怪、自动补血补蓝、宠物自
回复 支持 反对

使用道具 举报

774#
发表于 2012-7-29 13:47:41 | 只看该作者
回复 1楼NULL的帖子

怒回复啊,求学习
回复 支持 反对

使用道具 举报

775#
发表于 2012-7-29 15:32:04 | 只看该作者
dsasdsaasd
回复 支持 反对

使用道具 举报

776#
发表于 2012-7-31 10:21:17 | 只看该作者
xuexi
回复 支持 反对

使用道具 举报

777#
发表于 2012-7-31 10:38:15 | 只看该作者
#import "dm.dmsoft" DM
namespace DTWS
int x,y,z,xc1,xc2,xc3
bool K
function bool start()
int xh,cd//序号,长度
string ckj,hwnd
ckj=window.classenumwindow("MainWnd class of ArkEngine")
xh=1
while(xh<=3)
    hwnd=str.strsub(ckj,0,str.findchar(ckj,124))
    varlist.addintid(xh,convert.strtoint(hwnd))
    xh=xh+1
    cd=str.strleng(hwnd)
    ckj=str.strcut(ckj,cd+1,true)
endwhile
return true
endfunction
function bool a()
int zg,nl,sm//找怪,内力,生命
x=varlist.getintid(1)
DM.BindWindow(x,"dx","dx","dx",0)
DM.KeyPress(9)
while(true&&K)
    zg=DM.CmpColor(303,58,"bd0000-000000",0.9)
    if(zg==0)
        DM.KeyPress(49)//大漠按键1
        help.sleep(1000)
        DM.KeyPress(50)//大漠按键2
        help.sleep(1000)
        sm=DM.CmpColor(209,58,"db0000-000000",0.9)
        if(sm!=0)
            DM.KeyPress(51)//大漠按键3
        endif
        help.sleep(1000)
        nl=DM.CmpColor(211,74,"0049bd-000000",0.9)
        if(nl!=0)
            DM.KeyPress(52)//大漠按键4
        endif
        zg=DM.CmpColor(303,58,"bd0000-000000",0.9)
        if(zg==0)
            continue
        endif
    endif
DM.KeyPress(9)   
endwhile
DM.UnBindWindow()
return true
endfunction
function bool b()
int zg,nl,sm//找怪,内力,生命
y=varlist.getintid(2)
DM.BindWindow(y,"dx","dx","dx",0)
DM.KeyPress(9)
while(true&&K)
    zg=DM.CmpColor(303,58,"bd0000-000000",0.9)
    if(zg==0)
        DM.KeyPress(49)//大漠按键1
        help.sleep(1000)
        DM.KeyPress(50)//大漠按键2
        help.sleep(1000)
        sm=DM.CmpColor(209,58,"db0000-000000",0.9)
        if(sm!=0)
            DM.KeyPress(51)//大漠按键3
        endif
        help.sleep(1000)
        nl=DM.CmpColor(211,74,"0049bd-000000",0.9)
        if(nl!=0)
            DM.KeyPress(52)//大漠按键4
        endif
        zg=DM.CmpColor(303,58,"bd0000-000000",0.9)
        if(zg==0)
            continue
        endif
    endif
DM.KeyPress(9)   
endwhile
DM.UnBindWindow()
return true
endfunction
function bool c()
int zg,nl,sm//找怪,内力,生命
z=varlist.getintid(3)
DM.BindWindow(z,"dx","dx","dx",0)
DM.KeyPress(9)
while(true&&K)
    zg=DM.CmpColor(303,58,"bd0000-000000",0.9)
    if(zg==0)
        DM.KeyPress(49)//大漠按键1
        help.sleep(1000)
        DM.KeyPress(50)//大漠按键2
        help.sleep(1000)
        sm=DM.CmpColor(209,58,"db0000-000000",0.9)
        if(sm!=0)
            DM.KeyPress(51)//大漠按键3
        endif
        help.sleep(1000)
        nl=DM.CmpColor(211,74,"0049bd-000000",0.9)
        if(nl!=0)
            DM.KeyPress(52)//大漠按键4
        endif
        zg=DM.CmpColor(303,58,"bd0000-000000",0.9)
        if(zg==0)
            continue
        endif
    endif
    DM.KeyPress(9)
endwhile
DM.UnBindWindow()
return true
endfunction
function bool button0_click()
DTWS.start()
K=true
xc1=thread.beginthread("DTWS.a")
xc2=thread.beginthread("DTWS.b")
xc3=thread.beginthread("DTWS.c")
return true
endfunction
function bool exit_click()
K=false
help.messagebox("谢谢使用,程序将在2秒后退出")
help.sleep(2500)
thread.closethread(xc1)
thread.closethread(xc2)
thread.closethread(xc3)
help.exit()
return true
endfunction
endnamespace
回复 支持 反对

使用道具 举报

778#
发表于 2012-8-2 16:09:20 | 只看该作者
天龙3自动挂机打怪、自动补血补蓝、宠物自动补血、自动喊话等
回复 支持 反对

使用道具 举报

779#
发表于 2012-8-2 17:09:56 | 只看该作者
rtretreter
回复 支持 反对

使用道具 举报

780#
发表于 2012-8-2 17:28:26 | 只看该作者
hueifukankan
回复 支持 反对

使用道具 举报

*滑动验证:
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

站长推荐上一条 /2 下一条

关闭

小黑屋|TC官方合作论坛 (苏ICP备18043773号

GMT+8, 2025-9-20 04:15 , Processed in 0.156435 second(s), 20 queries .

Powered by 海安天坑软件科技有限公司

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表