本帖最后由 pcl_test 于 2015-8-1 00:23 编辑
发个AHK- Gui, Add, Text, x25 y10 w50 h10 Center vText
- Gui, Show, w100 h30
-
- OVar:=1800
- GuiControl,Text,Text,%OVar%
- Loop,%OVar% {
- If GetKeystate("a","T")
- Reload
- I:=OVar-A_Index
- Sleep,1000
- GuiControl,Text,Text,%I%
- }
- Process,close,QQ.exe
- ExitApp
- return
复制代码
|