kwilcz / Antario

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

3 problems #66

Closed MaximWizard closed 5 years ago

MaximWizard commented 5 years ago

A menu will appear in the upper left corner, besides all the weapons on which there are skins-black become

minot0r commented 5 years ago

In GUI.cpp line 225 change : UIObject::SetPos(g_Render.GetScreenCenter() - (szSize * .5f)); to : UIObject::SetPos(g_Render.GetScreenCenter()); this will fix your first problem you're welcome ;)

MaximWizard commented 5 years ago

snk ) as creat cheat on aiming? I wanna... but not good understand your code and all him specific areas ((( You nice man))) You wrote it from scratch????

slack2450 commented 5 years ago

You want to iterate through the entity list, a good example is here. Not a specific issue to this cheat though, you'd be better looking up these somewhere else.

kwilcz commented 5 years ago

Fixed with https://github.com/Wando1423/Antario/commit/4d0e73c77d3e7dae60843966ae6395512d4dec7b, https://github.com/Wando1423/Antario/commit/faa0c68d136ad574a18dc6f8732729d70edb3bd5.