spirthack / CSGOSimple

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

Crashing, or not even showing up. #135

Open KRY1337 opened 3 years ago

KRY1337 commented 3 years ago

The loader says "DLL Failed to inject." Any other loader will inject it but it will not show up ingame, However once im running insecure it can inject but it also crashes short after the inject.

ZippoKs commented 3 years ago

Best and easisest way for you is just creating a folder in C:/Windows directory, because dlls in C:/Windows do not need to be digitally signed for csgo.

So for example your dll path will be: C:/Windows/Dlls/csgosimple.dll

KRY1337 commented 3 years ago

the issue is because I can't load .lib files apparently, just including the bass header file makes it invalid, if i remove the header it opens an works without problems. I don't know why though