bigeorry 发表于 2014-8-5 20:45

恒大群里一菜鸟“歪坑”写的CM。供大家玩玩

恒大群里一菜鸟“歪坑”写的CM。供大家玩玩

成功的请贴出你们的“用户名和注册码”另附上成功图。

本人先附上一组成功图


SaberMason 发表于 2014-8-5 23:43

看了一遍,凭记忆写的

#include <iostream>
#include <string>
#include <vector>
#include "windows.h"
using namespace std;

// 函数声明
void GetName(const string &);
string GetConst(const string &);

// 全局变量
vector<string> sVec;

int main(int argc, char *argv[])
{
      string name;

      cout<<"用户名:";
      getline(cin, name);
      GetName(name);
      cout<<"注册码:"<<GetConst("歪坑牌CM4")<<endl;

      system("pause");
      return 0;
}


void GetName(const string &s)
{
      char a = {0};

      const char *name = s.c_str();
      for(string::size_type i = 0; i != s.size(); i++)
      {
                sprintf_s(a, "%02X", (BYTE)name);
                sVec.push_back(a);
      }

}

string GetConst(const string &s)
{
      char a = {0};
      char b = {0};

      const char *str = s.c_str();
      vector<string> strVec;
      for(string::size_type i = 0; i != s.size(); i++)
      {
                sprintf_s(a, "%02X", (BYTE)str);
                strcpy_s(b, a);
                strcat_s(b, "CM4");
                strVec.push_back(b);
      }
      
      string ret;
      vector<string>::iterator it = strVec.begin();
      while(it != strVec.end())
      {
                ret += *it;
                it++;
      }
      it = sVec.begin();
      while(it != sVec.end())
      {
                ret += *it;
                it++;
      }

      return ret;
}

bigeorry 发表于 2014-8-5 20:56

微笑丶永远 发表于 2014-8-5 20:50
软件图标 好像在那见过

这是DELPHI的图标。只要写出来的程序你不指定,他默认的就是这个图标

微笑丶永远 发表于 2014-8-5 20:50

软件图标 好像在那见过

人皮卷蛆蘸脓吃 发表于 2014-8-5 21:03

具体软件什么用?

瓜子吧3 发表于 2014-8-5 21:06

不会破解,求明天出教程。出教程记得艾特我哦。

恒大大 发表于 2014-8-5 21:10

看到了就躲远点儿

laoxing 发表于 2014-8-5 21:16

好牛B的东西            连错误提示都没- -

374284058 发表于 2014-8-5 21:26

什么东西 看不懂

rain灿 发表于 2014-8-5 23:48

用户名:rain灿
注册码:CDCM4E1CM4BFCM4D3CM4C5CM4C6CM443CM44DCM434CM47261696EB2D3

页: [1] 2
查看完整版本: 恒大群里一菜鸟“歪坑”写的CM。供大家玩玩