ekknod / EC

open-source cheat [CS:GO/CS2/Apex]
395 stars 166 forks source link

Aimbot doesnt work on linux #52

Closed crabmiau closed 7 months ago

crabmiau commented 8 months ago

title

ekknod commented 8 months ago

I can't really check what is the problem, because network is not working with my Linux installation.

krob64 commented 7 months ago

did some debugging a few weeks ago and iirc the issue is pops up here https://github.com/ekknod/EC/blob/main/cs2/shared/features.cpp#L670

math::get_fov() returns some garbage value, which i think will result in us never acquiring a target. didn't dig deeper than that as i am new to debugging on linux with gdb. might this be as simple as outdated offsets? esp also doesn't work, neither on kde nor on i3 (not surprising).

ekknod commented 7 months ago

Sounds like some address is indeed wrong.

ekknod commented 7 months ago

I might reinstall Linux some day so i can enable network again and test.

ekknod commented 7 months ago

fixed