Jump to content
  • 0

Help with finding aim assist values


Farmeriscool
 Share

Question

12 answers to this question

Recommended Posts

  • 0

Hi there!

Which game is it?

Not all games are the same to find it.

The game has the same function but in different values.

First of all you need to know somethings about your game.

  1. does your game has a aim assist already?
    yes - then aim assist can be found because its already written in the game code.
    no - then aim assist can not be found because it is not written in the code unless there is a magical option in the code that says to put off aim assist(most likely not), and GG does not let you "add" code.

You have usually 2 values that can give you aim assist.

  1. aim assist starting from the main lobby (not changing value even if you leave the match)
  2. aim assist starting from in the match (changing value every time you leave the match)

Now option 1 is the best one for you in case you want to put it into a script and let other use it.

Why are there 2 or even more values that give the same hack?

For this you have to check the logic of a game, it usually goes like this:

  1. open app
  2. loads main data -- in this process the lobby date and all the other necessarily things get loaded, if the game has 2 different values for the same hack(aim assist) then you can already edit the non changing the value from out of the lobby.
  3. enters main menu/lobby -- in this process nothing particular happens because everything is already loaded during the loading of the game data (step 2)
  4. enters a match -- in this process the data of for the match will start to load, so this means that 90% that loads in/during and for the match will also disappear when the match will be finished.


Now that we have that out of the way you should do the following to get a idea of which values could be responsible for the aim assist.

Go in a match and search the value of your bullets. There is a 90% chance that the value format is either dword or float. and a other 90% chance that the memory range would be either Ca(C ALLOC) or A(Annonymous) you need to figure that out for your self.

Then after you found the value of your bullets you will need to go to its address. Usually you will find all the information that is needed about the gun around that address you jumped to. Like 5 to 10 lines above and/or below the original address.
You have to select and save all the values that are 10 addresses above or below the original addresses and have between the following float numbers: 0.01 - 4  (aim assist value is usually not higher then 4 float, does not even reach 3 float)

Copy all those values and search them 1 by 1 again in the lobby and edit them below/above there original value and usually you will find aim lock or aim bot.

I hope you got the necessarily information,

Regards,
WhoKnowsWho

Link to comment
Share on other sites

  • 0
On 12/18/2020 at 4:58 AM, WhoKnowsWho said:

Hi there!

Which game is it?

Not all games are the same to find it.

The game has the same function but in different values.

First of all you need to know somethings about your game.

  1. does your game has a aim assist already?
    yes - then aim assist can be found because its already written in the game code.
    no - then aim assist can not be found because it is not written in the code unless there is a magical option in the code that says to put off aim assist(most likely not), and GG does not let you "add" code.

You have usually 2 values that can give you aim assist.

  1. aim assist starting from the main lobby (not changing value even if you leave the match)
  2. aim assist starting from in the match (changing value every time you leave the match)

Now option 1 is the best one for you in case you want to put it into a script and let other use it.

Why are there 2 or even more values that give the same hack?

For this you have to check the logic of a game, it usually goes like this:

  1. open app
  2. loads main data -- in this process the lobby date and all the other necessarily things get loaded, if the game has 2 different values for the same hack(aim assist) then you can already edit the non changing the value from out of the lobby.
  3. enters main menu/lobby -- in this process nothing particular happens because everything is already loaded during the loading of the game data (step 2)
  4. enters a match -- in this process the data of for the match will start to load, so this means that 90% that loads in/during and for the match will also disappear when the match will be finished.


Now that we have that out of the way you should do the following to get a idea of which values could be responsible for the aim assist.

Go in a match and search the value of your bullets. There is a 90% chance that the value format is either dword or float. and a other 90% chance that the memory range would be either Ca(C ALLOC) or A(Annonymous) you need to figure that out for your self.

Then after you found the value of your bullets you will need to go to its address. Usually you will find all the information that is needed about the gun around that address you jumped to. Like 5 to 10 lines above and/or below the original address.
You have to select and save all the values that are 10 addresses above or below the original addresses and have between the following float numbers: 0.01 - 4  (aim assist value is usually not higher then 4 float, does not even reach 3 float)

Copy all those values and search them 1 by 1 again in the lobby and edit them below/above there original value and usually you will find aim lock or aim bot.

I hope you got the necessarily information,

Regards,
WhoKnowsWho

Bro can you please make video tutorial how to find aim assist value please??

Link to comment
Share on other sites

  • 0
On 12/19/2020 at 3:25 PM, WhoKnowsWho said:

Hi there,

I can not tell you which games you need to try it on, you decide. I also advice you to practise some basic knowledge on how to find cheats with GG, here you have a example. its a old version of GG but the logic stays the same:

 

you tlak dutch?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.