TC官方合作论坛

 找回密码
 立即注册
查看: 20979|回复: 171

[游戏] 【有源码】发个扫雷小助手,源码奉上。TC蛋蛋【原创】

  [复制链接]
发表于 2012-1-31 20:57:03 | 显示全部楼层 |阅读模式
游客,如果您要查看本帖隐藏内容请回复

奉上源码:
namespace winme
DM=com("dm.dmsoft")
function start_click()
list.deleteall("list0")
hwnd,a,id,x,b,i
xy,yy
i=0
x=#01005361
hwnd=window.findwindow("扫雷")
id=combo.getcursel("ComboBox0")
if(id==0)
    a=9
    b=9
endif
if(id==1)
    a=16
    b=16
endif
if(id==2)
    a=30
    b=16
endif
if(id==3)
    a=convert.strtoint(edit.gettext("edit0"),0)
    b=convert.strtoint(edit.gettext("edit1"),0)
endif
while(i<b)
    xy=DM.ReadData(hwnd,str.format("%x",x),a)
    yy=str.replace(str.replace(str.replace(str.replace(str.replace(str.replace(str.replace(str.replace(str.replace(str.replace(str.replace(xy,"8F","雷"),"41","无"),"42","无"),"43","无"),"44","无"),"45","无"),"46","无"),"47","无"),"48","无"),"49","无"),"0F","无")
    list.addstring("list0",yy)
    x=x+#20
    i=i+1
endwhile
return true
endfunction
function exit_click()
help.exit()
return true
endfunction
function button0_click()
help.confirmationbox("选择正确的模式,开局点击任意一个开始计时后,扫描雷区,自定义模式选手动输入宽,高。","扫雷助手",1,true)
return true
endfunction

function init()
combo.setcursel("ComboBox0",0)
control.show("edit0",false)
control.show("edit1",false)
control.show("Static10",false)
control.show("Static11",false)
return true
endfunction
function timer0_ontime()
id
id=combo.getcursel("ComboBox0")
if(id==3)
    control.show("edit0",true)
    control.show("edit1",true)
    control.show("Static10",true)
    control.show("Static11",true)
else
    control.show("edit0",false)
    control.show("edit1",false)
    control.show("Static10",false)
    control.show("Static11",false)
endif
return true
endfunction
endnamespace

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复

使用道具 举报

发表于 2012-1-31 20:58:23 | 显示全部楼层
顶顶,沙发
回复 支持 反对

使用道具 举报

发表于 2012-1-31 21:13:57 | 显示全部楼层
好家伙  火星人
回复 支持 反对

使用道具 举报

发表于 2012-1-31 21:26:43 | 显示全部楼层
不认识英文。。。。
回复 支持 反对

使用道具 举报

发表于 2012-1-31 21:42:59 | 显示全部楼层
:*英文版的,我喜欢。
回复 支持 反对

使用道具 举报

发表于 2012-1-31 21:46:09 | 显示全部楼层
支持啊!~:-o
回复 支持 反对

使用道具 举报

发表于 2012-1-31 21:59:14 | 显示全部楼层
牛B人士
回复 支持 反对

使用道具 举报

发表于 2012-1-31 22:04:32 | 显示全部楼层
蛋蛋。。。写点2D游戏代码吧
回复 支持 反对

使用道具 举报

发表于 2012-1-31 22:18:23 | 显示全部楼层
好东西,顶起
回复 支持 反对

使用道具 举报

发表于 2012-1-31 23:51:24 | 显示全部楼层
顶。。。。。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

推荐上一条 /2 下一条

关闭

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

GMT+8, 2024-5-4 06:26 , Processed in 0.041205 second(s), 23 queries .

Powered by 海安简单软件服务部

© 2008-2019 版权所有 保留所有权利

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