NMan1 / OverflowTF2

Internal TF2 cheat, esp, aimbot + projectile aimbot, misc stuff, imgui
20 stars 8 forks source link

esp only draws close to targets? #7

Closed dontbestupid closed 2 years ago

dontbestupid commented 2 years ago

Hello NMan1,

i tried to get this chair working. i managed to fix the crash since latest tf update, also the aimbot works pretty well. but now i stuck at the point that esp only draws when im really close to the target. i was wondering if you could give me a hint what it could be? would be glad

https://gyazo.com/f39c46ae032c710d9b5300e330e86c09

Greetings

NMan1 commented 2 years ago

That’s defiently a weird issue. I would first start by debugging the esp run function, stepping through each line to see where the code fails.

If I had to guess off the top of my head perhaps get_item_bounds is failing, maybe a world to screen issue. Debugging the code will show you what’s causing the problem

dontbestupid commented 2 years ago

get_item_bounds was a great hint. thanks for the fast reply! :))