按键精灵帮我写个后台找图找色的代码

2025-06-22 12:23:02
推荐回答(1个)
回答1:

用大漠 


PutAttachment "c:\bin", "*.*"
PutAttachment ".\Plugin", "RegDll.dll"
Call Plugin.Regdll.reg("c:\game_script\dm.dll")
Set dm = createobject("dm.dmsoft")
ver = dm.ver()
If len(ver) = 0 Then
MessageBox "插件注册失败"
EndScript
Else



以上是注册