designer1337 / csgo-cheat-base

simple csgo internal base.
MIT License
242 stars 50 forks source link

Im trying to figure out how do I shoot with this base but I got no idea #38

Closed DualByte closed 4 years ago

DualByte commented 4 years ago

So im trying to make a triggerbot but I cant find anything related to shooting.

vxvvxv commented 4 years ago

pcmd->buttons |= cmd_buttons::in_attack; will force u to attk

pcmd->buttons &= ~cmd_buttons::in_attack; will stop u attacking

u should just google this stuff literally 1st search result "unknowncheats internal force attack"

DualByte commented 4 years ago

Oh thank you