<!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++基础的,关注我。跪求点赞,收藏。

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。