Hello! Anybody can send me an external radar source code? Or what I have to use if I want to try to write it in c++? (I'm a beginner)
Thanks!
if what you want is a simple ingame radar cheat all you need to do is to set m_bSpotted to true but if you want an esp radarcheat its a bit more complicated but i will explain it anyway :
1.Get mapName (clientState() + offset) [\x05\x00\x00\x00\x00\xC3\xCC\xCC\xCC\xCC\xCC\xCC\x CC\xA1]
2.Get scale,pos_x,poy_y from csgo/resources/overview/mapName.txt. An easy way to do this is to use fstream
3.Draw csgo/resources/overview/mapName_radar.dds on the screen(should be pretty easy using directx)
4.Draw the players on the map using the following formula
You will also need to consider the ingame resolution but it should be very easy. if you have any question just ask me.You should endup with something like this :