designer1337 / csgo-cheat-base

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

Tidy up engine prediction, make hooks static. #12

Closed cristeigabriel closed 4 years ago

cristeigabriel commented 4 years ago

There's no reason whatsoever NOT to make hooks static, it's a performance improvement, and I have "tidied up" engine prediction by using the actual namespace to declare the variables it requires, so it's not just laying around, somewhere, in a random scope.