-
Notifications
You must be signed in to change notification settings - Fork 41
wrong anti aim and aimbot detection #158
Comments
Aimbot has not been touched if I remember correctly |
@BlackYuzia any idea about the AntiAim part? |
About warmup false-positive. |
Right I forgot about the death event to hurt event change, the hurt event simply triggers a lot more often, the normal aimbot detection already had 1-5 or so detections but it wasn't enough to convict, the hurt event will have a lot more of those since it triggers more often. Might need to adjust the default config. |
@BeepIsla oh yep. If you ask why - they use triggerbot a lot of time. |
//False Positive for Anti Aim @BlackYuzia @BeepIsla http://www.mediafire.com/file/6v50cq43pvz70t0/3.dem/file run the demo through the bot with steam id 76561198266718297 have a look at the game as well then through the csgo client |
Please fix the aimbot detection as well. It's extremely poor right now. False positives everywhere. |
Fix it yourself or wait. Don't just complain. |
It's pointless for me to fix it. Your bot is falsely convicting clean players out there. |
Overwatch cases are viewed by many people before the suspect is banned. A couple of false verdicts are likely not going to have any impact. |
Sorry if I am being impatient but there's a possibility of someone getting convicted because same demo went to multiple people using OW bot, right? |
Of course its possible, but false bans are always possible with Overwatch. Its Valve's job to make sure there are no false bans and to ban people automating Overwatch or just making the bot not work. |
Right, thank you for clarifying. |
Okey, I has been remove check AA if warmup period is enable. But I think this didn't full successfully fix. Kinda TYPO fix or something like this. @bs321 so, if you |
@BlackYuzia I see. It's not only for warmup. Anytime you duck in game, it's detected as AA. |
If you see the demo, you will see that person was ducking on box on Mirage looking at A main, so that palace guy cannot see him. That's being detected as AA on the bot. @BlackYuzia |
@bs321 |
@BlackYuzia Are you serious? Of course not. Please go through the demo. |
Play a game and like sit somewhere holding ctrl (duck) and then run the game through the bot. @BlackYuzia |
Yep, AA detector is suck big black dick. I try fix that. Also I try create new method for detect AA. |
@BlackYuzia Yes. Thank you brother. Too many false positives. Aimbot too, not sure what's wrong since last update but something's isn't right there as well. |
or something like someone is looking somewhere else, but shoots at target? |
Already. That checks |
@BeepIsla I can't find some ticks. |
After everything within a tick has been parsed, it will fire with the current tick. Some ticks just don't trigger this for whatever reason... Possibly because demos are 32 tick and matches are 64 tick? |
For example: I can't find ticks |
yep, demo 32 tick |
@BeepIsla so, I need add one tick (value + 1) or del one tick (val - 1) to get? |
If anybody want would get a demo with Legit AA Cheaters I have one of Demo
This both 100% use Legit AA. |
Yep, but if >50% was use this bot on one guy ... HE WILL BE BANNED 👀 |
You can check demo from here if you want. But if you find a new maybe this would be better. |
@BlackYuzia I agree but then you have to make sure that there are absolutely no false positives. Because then it kills the whole point doing it. |
I need a bit more demos with |
Ok I am away from the rig atm. I will get home and test it. |
Yes let me get back home. Will go through the history of games and help you find it. |
@bs321 some note - I think demos with |
@BlackYuzia http://www.mediafire.com/file/h0t7i3vucv9h78v/12.dem/file Download this demo. Almost everyone is using legit AA namely, 76561197960909053, 76561199079155684, 76561198872552000, 76561198354741622, 76561198064550048 and 76561198180436401. I think this would be a good starting point as you can test these many players in one single game. |
I will try finding demos with Rage AA, it's difficult to find as older demos have expired and it's rare to find like a rage aa in prime mm with good trust factor. |
Would it not be easy to just go into a local server, turn on Rage AA or Legit AA or whatever is required and start recording in GOTV mode and give you that instead? That's how I used to test things back when I had my stuff running... It should work and it should be easier than trying to find demos from MM games because it gives you more flexibility to change around and test whatever is needed |
@KillaBoi right. |
@bs321 @BeepIsla I try create AnglesChecker for Legit AA too. In tests what I complete I was getting next results: - Cheaters with Rage AA - detects <= 500 / 1000
I should spend more time for legit AA I think. Note: But completed tests show what Angles Checker can detect Rage AA the best. |
@bs321 did you test? |
I did test using 'CSGO-Overwatch-Bot-BlackYuzia-experimental-angles-check'. It's unable to detect legit AA. The one's in which it detects, the final verdict is negative |
Yep. This branch can detect only rage AA. But I think I complete |
@bs321 if you want you can try download this branch again https://github.com/BlackYuzia/CSGO-Overwatch-Bot/tree/BlackYuzia-experimental-angles-check I has been update config and add legit AA detector (also rename old rage AA detector) |
@bs321 call me If you complete some tests. |
LOL. I check some docs how work legit AA. So, we can't get real angle of player. I hope I did't right. |
@bs321 forgot about tests legit AA detector. Only Rage AA Detector. Only Hard |
Rage AA would be fine with most people tbh, we could also pick up when the Legit AA flicks due to a bad connection or high ping because it gives you a ton of detections currently when it happens... |
@KillaBoi @bs321 try to use this branch - https://github.com/BlackYuzia/CSGO-Overwatch-Bot/tree/BlackYuzia-lbydelta-checker I will check some sources how to really works AA. Check pls because I didn't have time for check a lot of demos. I also get false-posiitve sometimes but verdict didn't say what this user have AA. Feedback me pls if you do some tests with different players, types of AA and etc. |
@BlackYuzia I will test it, been a lil busy since past couple of days. There's a bigger issue, false positives on aimbot. It's still detecting legit player as using aimbot. |
About aimbot call @BeepIsla |
Just adding to this, using this replay with steam ID 76561199084564494 gives the results below, even though they are looking at the ground and getting kills. Only a 2 aimbot rating. |
I have adjusted the aimbot detector, it should be much better now. Note however that the default |
@BeepIsla how possible detect legit aimbot? |
You can detect static movement, aimbots typically move the crosshair in a single straight line which is detectable, some aimbots add a bit of randomness to it though which makes it a lot harder, if not impossible, to detect. |
Like the title suggests, anti aim detection and aimbot detection is extremely wrong. Getting false positives when someone is ducking in game using ctrl key or using +duck in console in warmup.
Just noticed that I am getting false positives with aimbot as well after the last update.
The text was updated successfully, but these errors were encountered: