spirthack / CSGOSimple

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

Bomb esp not working #132

Closed j00r1337 closed 3 years ago

j00r1337 commented 3 years ago

bomb esp is not working after newest update, fix plz

ghost commented 3 years ago

its open source, why dont you fix it?

ZippoKs commented 3 years ago

Update your ClassId enum

ZippoKs commented 3 years ago

csgosimple/valve_sdk/misc/Enums.hpp

Enums.hpp

j00r1337 commented 3 years ago

csgosimple/valve_sdk/misc/Enums.hpp

Enums.hpp

Thanks for help but for me its still not working... maybe its cause im using minhook? https://imgur.com/a/JM2jqHy case ClassId_CPlantedC4: color = Color(255, 255, 9); glowObject.m_nGlowStyle = 0; break;

ZippoKs commented 3 years ago

As I stated above, you probably didn't get it, download the Enums I uploaded and paste it into valve_sdk/misc/ Or simply in that file set ClassId_CPlantedC4 = 129 (altough I don't recommend this), because other stuff like SmokeGrenadeProjectile will not work also, because of the offsets. To your comment, no it cannot be because of minhook, I use minhook as well.

ZippoKs commented 3 years ago

Add me on ds: ZippoKs#4639

j00r1337 commented 3 years ago

As I stated above, you probably didn't get it, download the Enums I uploaded and paste it into valve_sdk/misc/ Or simply in that file set ClassId_CPlantedC4 = 129 (altough I don't recommend this), because other stuff like SmokeGrenadeProjectile will not work also, because of the offsets. To your comment, no it cannot be because of minhook, I use minhook as well.

Well i actually paste the latest Enums into my source but for some reason its still not working and i have no idea why. Edit: okay i set ClassId_CPlantedC4 to 129, and now its working thanks!!