spirthack / CSGOSimple

A simple base for CS:GO internal hacks
http://csgosimple.eu
MIT License
400 stars 151 forks source link

Uninjecting not working properly #121

Open ZippoKs opened 4 years ago

ZippoKs commented 4 years ago

When you uninject it goes away, but the dll stays "hooked" to csgo, and you can't delete / rebuild the dll

InfernoLum commented 4 years ago

You haven't unloaded something, maybe you have added a new hook that you forgot to unload/unhook when uninjecting Don't foget to call unhook() on vmts that you hook inside the method called Shutdown()