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

Is there a way to make a hotkey so whenever I press a certain key I can toggle it on/off esp. etc.. #55

Closed SquareHeadd closed 7 years ago

ghost commented 7 years ago

Not currently.

sheddup commented 7 years ago

I created a toggle where you type 'esp' in the console to toggle on/off but I couldn't get a keybind to work, if anyone knows how to get org.jire.arrowhead.keyReleased to work and only fire once I should be able to create a toggle key.

EDIT: See below for the key toggle version

koassount commented 7 years ago

used to work like http://pastebin.com/yrtPUrPL in abendigo maybe you can come up with smth

sheddup commented 7 years ago

I made a quick toggle only for enemy esp, if someone wants a toggle for the entire esp then thats a little more complicated(for me at least) I'm not going to make a pull request unless Jire wants it. Default toggle key is F9, you can change the TOGGLE_KEY variable in settings/ToggleESP.kts just like you would with the bunnyhop key Charlatano-ToggleESP(3ef6ce).zip (run build.bat if you didn't know) Source is there, files I created/modified are com/charlatano.kt com/scripts/ToggleESP.kt com/charlatano/settings/ToggleESP.kt /settings/ToggleESP.kts

@SquareHeadd

SquareHeadd commented 7 years ago

After tons of downloading it failed. cats

sheddup commented 7 years ago

Were you able to build Charlatano before? here I built it for you tell me if it works. Charlatano-ToggleESP.3ef6ce.zip

SquareHeadd commented 7 years ago

Yep I was a dumbass It's working thank you man. :+1: :heart: @sheddup

sheddup commented 7 years ago

I edited my comment with an updated build that works with the new canals update