laazyboy13 / linux-csgo-external

Linux x86 cheat/hack for x86 and x64 linux systems (compiled + tested on Xubuntu/Debian(Jessie)/Archlinux) [original author: s0beit, maintainer: laazyboy13 and community]
http://s0beit.me
The Unlicense
15 stars 5 forks source link

Coding Help #16

Open ozwaldorf opened 8 years ago

ozwaldorf commented 8 years ago

I was wanting to modify this, but I don't know how. All I've done is made the glow bigger and more opaque.

Things I want to know: Is this rendering it with the game's own code, or drawing it on the screen. If so, with what? How can I draw some text on the screen? How would I make other hacks (triggerbot?) and are the hooks the same as windows?

How would I get and use m_iCrossHairID ?

Veske commented 8 years ago

It looks for magic numbers in memory around which to draw. With trigger bot you need different magic numbers and also see where pointer currently is and then make your assumptions.