kwilcz / Antario

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

possibility code bugs in GUI #69

Closed anarh1st47 closed 5 years ago

anarh1st47 commented 5 years ago

https://github.com/Wando1423/Antario/blob/faa0c68d136ad574a18dc6f8732729d70edb3bd5/Antario/GUI/GUI.cpp#L1237 this if always true(cuz placed in case WM_MOUSEMOVE)

https://github.com/Wando1423/Antario/blob/faa0c68d136ad574a18dc6f8732729d70edb3bd5/Antario/GUI/GUI.cpp#L401 probably here should be "break;" after this line?

https://github.com/Wando1423/Antario/blob/faa0c68d136ad574a18dc6f8732729d70edb3bd5/Antario/GUI/GUI.cpp#L461 missing break?

https://github.com/Wando1423/Antario/blob/faa0c68d136ad574a18dc6f8732729d70edb3bd5/Antario/GUI/GUI.cpp#L1288 same, but with return true?

kwilcz commented 5 years ago

Fixed them all, thanks bud 👍