My First Game Cheating Program

 

The Program I design is a Cheating Program for QQGame_LianLianKan.

 

It is Writen By C++,the IDE which I use is VC++ 6.0,

I use many API to realize some functions,such as “ReadProcessMemory”,“SetTimer”,and so on.

The UI Design is not difficult,just use the mouse to click here,click there.

The real difficult problem is how to design the Algorithm to clear the chess on the chessboard.

first you have to check whether two chess have the same picture, second you have to check whether 

the two chess can can be cleared.the latter is the most difficult problem.

Because it have too many situations to consider.I use about 250 lines code to solve this problem.

It makes me crazy.


Now Let me tell you what this program can do:


1.It can clear two chesses by click the button named "单消".


2.It can clear all the chesses on the chessboard in a flash by click the button named "秒杀".

 

3.It can start the game and clear the chesses step by step by check the checkbox named "自动挂机".(interval time can be changed).


4.You can change the interval time by move the slider on the panel.


5.You don't need to worry about how to do when the cheessboard doesn't have any two chesses can be clear,it will use the gameitem---"重列"(if you have).

 

 

I find The program I design in my Win7 OS can't run in my XP OS,so I design two editions in order to run in different OS. 

It takes me 5 days to complete this program.

I  have met with lots of problems.

I search the information on Internet or ask others for help in oder to these problems。

I have learned a lot from this process。

It let me know that every game cheating problem is  very complex,even thought is a cheating problem for small game.

 

This is my first time to write a diary in English, My English is not very well, I think this will be

a good way to practice my English.

Thank you Bye-Bye。

 

I can promise you that this program can clear 99% chessboard in any way it have.I think it will have any bugs,so if you find the bug,please tell me.

The download website is:

XP:

http://www.rayfile.com/zh-cn/files/d570f394-2861-11e0-9b33-0015c55db73d/

Win7:

http://www.rayfile.com/zh-cn/files/ccc5b6fa-2861-11e0-94e5-0015c55db73d/

 

Icons for my programs :

The tools that help me to complete the program:

The effect of “秒杀”(1):

 

The effect of “秒杀”(2):
The effect of “秒杀”(3):
You can see I have cleared all the chesses,but other players just clear two or zero chesses.
Is it Crazy?

你可能感兴趣的:(VC++)