C++小病毒2

直接上代码!

#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;
}

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值