kwilcz / Antario

Clean base/cheat made for CS:GO.
MIT License
131 stars 34 forks source link

bSendPacket not working #44

Closed WonderedWhy closed 6 years ago

WonderedWhy commented 6 years ago

bSendPacket is not returning a value, If I use it like this if (g_Globals->bSendPacket) g::pCmd->viewangles.y = 180; It will not put a fake angle

kwilcz commented 6 years ago

Well, you added a globalvar, but what about setting the game bSendPacket to yours? It could be that after last update, the offset from frame pointer has changed.