Jire / Charlatano

Proves JVM cheats are viable on native games, and demonstrates the longevity against anti-cheat signature detection systems
GNU Affero General Public License v3.0
675 stars 206 forks source link

Force Aim Key #31

Closed Georgeforemangril closed 7 years ago

Georgeforemangril commented 7 years ago

How do i change the force aim key? i'm trying to bind it to "Q" or "Alt" but it doesn't run the script. I don't have a gaming mouse so this is why i want to change it. I managed to get the force aim key to work with Q but it stopped working

Jire commented 7 years ago

It's as simple as changing the value of FORCE_AIM_KEY, inside settings/Aim.kts.

https://github.com/Jire/Charlatano/blob/master/settings/Aim.kts#L56

You need to change it to a virtual key code, which you can find a list of here: https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx

The key code is the hexadecimal value, beginning with 0x. For example, 0x51 is the Q key, and 0x12 is the ALT key.

Hope that helps :smile:

Georgeforemangril commented 7 years ago

Oh thank you very much!

Awesome program by the way, works perfectly!