function bool init()//初始化
int hwnd=window.findwindow("XXXXXXX")
if(hwnd!=0)
window.setwindowpos(hwnd,0,0)
endif
bool shifou=help.isregister("dm.dmsoft")
help.sleep(50)
bool shifou1=help.isregister("Microrui.Reply")
help.sleep(50)
bool shifou2=help.isregister("Kill.Class")
if(!shifou||!shifou1||!shifou2)
bool cheng=help.regdll("rc:dm.dll",true)
help.sleep(80)
bool cheng1=help.regdll("rc:Microrui.Reply.dll",true)
help.sleep(80)
bool cheng2=help.regdll("rc:Kill.Class",true)
help.sleep(80)
if(!cheng||!cheng1||!cheng2)
help.messagebox("注册失败")
endif
endif |