SirFrancisBillard / random-lua-stuff

Just some random lua stuff that I do. Most of it is garrysmod related
0 stars 1 forks source link

BillardHack #6

Open SirFrancisBillard opened 8 years ago

SirFrancisBillard commented 8 years ago

Wallhack lags game (REALLY BADLY) ESP sometimes breaks RNG generated hook names sometime generate same number (rarely, but easy to fix) Aimbot has no sort of FOV setting and creates errors when aiming at non-regular models (headcrabs, custom models, etc.) Bhop has no autostrafe

SirFrancisBillard commented 8 years ago

Wallhack lag can be fixed by creating tables with wallhacked ents in them and updating the tables every 10 or so seconds (configurable with console, of course) and have the wallhack target those ents.

Aimbot errors issue can be fixed by testing if the bones are valid before aiming at them, and printing messages that say the bones are invalid so the player doesn't think the aimbot is just broken.

All the other stuff will take some time.