TKazer / CS2_External

CS2 external cheat.
MIT License
565 stars 142 forks source link

Triggerbot shooting to all not only enemy #105

Open kura6789 opened 10 months ago

kura6789 commented 10 months ago

Hi, thanks again for sharing your project @TKazer I pasted your triggerbot but I think it "doesn't know" what is localEntity and it shoots to all Entities. Can u hel with fix?

chuckmorris420 commented 10 months ago

Lmao, you might wanna read and have a little think about what you're pasting. It "knows" if you tell it.

if (MenuConfig::TeamCheck)
        AllowShoot = LocalEntity.Pawn.TeamID != Entity.Pawn.TeamID && Entity.Pawn.Health > 0;
archuser114514 commented 10 months ago

when the paster cant even understand simple code:

kura6789 commented 10 months ago

I think u missunderstood me. I have code like this: image but why "LocalEntity" got grey collor?