Windows system calls. winapi. Applications that directly draw screens. Real columns. CS screen center-point cheaters (dedicated for connecting 1.6 gangsters)

Source: Internet
Author: User

WorkProgramEmployee customers in the company, the boss is depressed.
A game that won't score much ....
In addition, we need to play some violent games, such as CS and KOF.
Playing games has many benefits. You can relax and vent your mood, and so on .....

Recently, cs1.6 was used to discover that gangsters are connected to Alibaba Cloud. They can be blind within the middle distance (that is, they do not need to open the mirror)

It's fun, so I started to practice, and the result is close enough to reach people.
Depressed (depressed by the game again)

What a brainwave, right? I am a programmer. How can I create a plug-in? It's not easy to do. It's okay to just draw a small dot in the center of the screen. (It's too bad to paste a small bubble gum in the middle of the screen, and will not be transferred)

How to draw it ?, I have learned VC for so many years, though it is not very strong. But this small problem still makes you confused?
The specific idea is as follows (it is estimated that the things carried by C # are boring, but I didn't study whether there was time or something nice at the bottom)
Put a form into a timer control and set it to 5 ms to start

Program startup
1) Get the configuration file

"Xvalue" X coordinate
"Yvalue" Y coordinate
Width of the vertex drawn by "wvalue"

In the timer control event
2) use the getdc API in user32.dll to get an empty DC sentence in getdc (0) mode and the (HDC) is the whole screen, not
3) Use System. Drawing. Graphics. fromhdc (HDC) to obtain a system. Drawing. Graphics
(4) system. Drawing. Graphics, you can use g. fillrectangle (brushes. Lime, X, Y, W, W ).
5) then release the sentence and release the releasedc (intptr. Zero, HDC); the API can be free of garbage collection.

The CS screen center is so simple
Start Haha, a small green dot appears on the screen
Start CS buy and connect the middleware right-click to open the aiming, and repeatedly mediate the xvalue and yvalue to the center of the comet (it is different in no resolution)
Basically,
However, there are still some problems. When the "CS Center screen timer" exits, the desktop still needs to be refreshed manually on the screen.
It seems that you still need to refresh the screen.
OpenCodeDeclare API

[Dllimport ("user32.dll", charset = charset. Auto)]
Public static extern bool invalidaterect (intptr hwnd, intptr lprect, bool berase );

Write in the handledestroyed event, invalidaterect (intptr. Zero, intptr. Zero, false );
OK, close the job, open the CD anti-cheating client, start cs1.6, start cschinese input and play on the website ......

[CS screen center point writer/download]

Attachment (penetration point, personal arrangement, high rate of brute force connection is recommended)

Penetration point

The solid columns of the yellow lines in the figure (the person's status is squatting, the other person's status is standing ,)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.