LOL automatically walks A and releases the principle and safety protection of skills

Going A and automatically releasing skills are not abnormal functions, all his operations are in line with common sense,

But after writing reasonable logic code,

By reading memory data, fast execution and judgment,

The functions realized are beyond most players.

In other words, using this function can make up for the player's awareness and operation.

Because, because the computer's calculation speed is extremely fast and it can't make mistakes.

Let's take a look at the process of code implementation

The first is the location of the function entry,

For any hero in this, we have to perform the operation of going A

Here we will mainly look at it, a simple logic of automatic skills will do.

If the name of our hero is judged, for example, here we only added the skills of the two heroes Nuo Shou and Kalista, and the other heroes are simply A.

If the hero is Nuoshou, we will implement the logic of Nuoshou alone

I didn't add too many skills here, only added an automatic R

Other skills that can be done according to one's needs are addition and logic writing.

I'm just here to explain the principle from a security point of view.

It's not for everyone to use cheats in the game.

Nuoshou's automatic R function is also very simple,

First of all, let's digitize our skills

3 represents our fourth skill, 500 represents the release distance

This distance should be moderate, if you are too far away, you will not be able to hit people, and if you are too close, you will lose a lot of opportunities.

If the R skill is in a cooling state, this skill cannot be released

If it can be in the cooling state, we can traverse all the surrounding enemies,

Calculate the damage, remaining blood volume and range to judge whether it is suitable to release the R skill and achieve the instant kill effect

Here is an official damage algorithm,

Among them, 0.95 is a fault tolerance to prevent the enemy from recovering blood instantly after releasing

This is the logic of taking A and automatically releasing skills, very simple.

 

Whether the safety protection plan is clear

The first point

We want to encrypt and protect the memory data

Second point

We want to test the key function

third point

We want to compare the operation and damage results of these mice and keyboards

fourth point

We're going to do a behavioral test

Using these methods to prevent this technology player, of course, compared with this game, the protection in this aspect is relatively complete. I hope everyone can play harmoniously and stay away from cheating!

Guess you like

Origin blog.csdn.net/qq_43355637/article/details/130175338