From cdfda3353f91ce34ed340f83f8b5e3284db5f40c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AC=A7=E5=90=AF=E6=98=8E?= <5188171+ou_qiming@user.noreply.gitee.com> Date: Thu, 4 Jun 2020 17:20:17 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=81=B6=E6=90=9E=E7=94=B5=E8=84=91?= =?UTF-8?q?=E8=87=AA=E7=88=86.vbe.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...220\236\347\224\265\350\204\221\350\207\252\347\210\206.vbe" | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 "\346\201\266\346\220\236\347\224\265\350\204\221\350\207\252\347\210\206.vbe" diff --git "a/\346\201\266\346\220\236\347\224\265\350\204\221\350\207\252\347\210\206.vbe" "b/\346\201\266\346\220\236\347\224\265\350\204\221\350\207\252\347\210\206.vbe" new file mode 100644 index 0000000..259bdcf --- /dev/null +++ "b/\346\201\266\346\220\236\347\224\265\350\204\221\350\207\252\347\210\206.vbe" @@ -0,0 +1,2 @@ +msgbox"电脑即将自爆"+chr(13)+"请在15秒内离开座位"+chr(13)+"否则你死定了",2,"系统自爆提醒" +CreateObject("SAPI.SpVoice").Speak"电脑即将自爆,请在15秒内离开座位,否则你死定了!bongbongpongpongbongbongpongpongbongbongpongpongbongbongpongpongbongbongpongpongbongbongpongpong" \ No newline at end of file -- Gitee