|
马上加入TC
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
空间 夜店辅助
//默认空间
dm=com("dm.dmsoft")
hwndthread
var x,y
function mousemove()
hwnd=window.getmousemovewndhand()
while(true)
FD=color.findpic(0,0,1500,900,"d:\\星星.bmp",#595D70,0.8,0,x,y)
if(x>0)
dm.MoveTo(x++2,y++2)
help.sleep(1000)
dm.LeftClick()
help.sleep(1000)
endif
help.sleep(8000)
endwhile
return true
endfunction
功能 热键0_热键()
//这里添加你要执行的代码
hwndthread=thread.beginthread("夜店辅助.mousemove","")
功能结束
功能 热键1_热键()
//这里添加你要执行的代码
help.exit()
功能结束
功能 按钮0_点击()
//这里添加你要执行的代码
功能结束
空间结束
|
|