designer1337 / csgo-cheat-base

simple csgo internal base.
MIT License
242 stars 50 forks source link

Fixed uninject w/ menu open! #80

Closed michaellrowley closed 3 years ago

michaellrowley commented 3 years ago

When using the current build, if you uninject with the menu open - your input will be broken (no keyboard/mouse input due to the painttraverse hook not giving you control back). By closing the menu upon uninjection & waiting 50ms for painttraverse to be called again, the painttraverse hook will restore your input access again after uninjection.