bruhmoment21 / cs2-sdk

Counter-Strike 2 SDK/Base written in C++.
MIT License
317 stars 47 forks source link

Got banned huh #78

Closed Julosss closed 11 months ago

Julosss commented 11 months ago

To test this cheat I created a fresh account (without prime enabled) and got almost instantly banned (1 deathmatch game). I was not using any skinchanger, only esp (which didn't even work). I used AlisaAlis Manual Map DLL Injector for injection. Where lies the problem with detection? Will modifying code heavily change the outcome or do I have to use different injector/injection method?

TookieBW commented 11 months ago

its probalby the hook that is detected

CrazyCSIW6 commented 11 months ago

Injecting via manual map doesn't work, use a thread hijacking method instead to avoid features not working.

bruhmoment21 commented 11 months ago

i guess they ban instantly for bytepatching (hooking) and not lower your trust like they did in csgo. youll have to deal with the detection on your own

Julosss commented 11 months ago

Thank you for ideas