CoolTopMeme - OpenCV Colorbot

Posts 115 of 41 · Page 1 of 3
TopMeme - OpenCV Colorbot
Top Meme

High performance OpenCV C# Colorbot.
github/Ardivaba/TopMeme

Features
- Aim assist rather than aimbot
- High performance
- Magic
- Smart target selection

Scanner
Uses all CPU cores and OpenCV's fast pixel access to find bottom left corners of all the visible healthbars. It then checks in which direction you're moving your mouse and picks the target that is closest to the direction that you're moving, this gives you high degree of control while trying to switch between targets, aimbot shouldn't "jump back to target that you're not trying to aim at". However if you're trying to aim away from a single available target then it sometimes tries to move back to it because my mouse movement direction calculation seems to be biased upwards for some reason.

OpenCV
It uses OpenCV for fast pixel access and attempted to use it to properly detect outlines but i never finished that feature. The idea that i was floating was that instead of trying to find "red" colours i would instead find all the pixels that have high contrasts above and below and same colors in the sides, allowing me to find horizontal pixels on enemy outlines, the algorithm that "might" be there got quite close, it was able to find all "close to mid range outlines" but it still had slightly too much noise to use properly but nothing that couldn't had been eliminated with some extra filtering.
With OpenCV you can actually do amazing amount of per-pixel checks before you start hitting performance issues.

Aim circle
It uses aim circle instead of aim box giving it a much natural feeling when running the aim assist on "always on" mode instead of "push to aim" mode. And when i mean mode i mean "removing or adding input check in the code", you want it, you implement it. if(Input.KeyDown(Input.Keys.LBUTTON))...

Settings
To increase or decrease aim circle's size use Page Up or Page Down, you'll see the effects immediatly on the form.

To move the aim offset use arrow keys, this is useful if you want different settings when playing Zarya or what not, also this should make it so that it supports any resolution. Press HOME button to save your current offset.

Aim Position
Most pixel aimbots are really god damn inaccurate because they aim multiple frames into the past, what this does is that it adds extra offset to aim position depending on it's direction from the crosshair and it also adds extra offset depending on wether you're holding down A or D so if you're moving left aim assist is expecting the enemy to be more to the right so it adjusts it's target making the aim assist feel way more accurate.

Still bad
I'm quite confident that Blizzard has the ability to determine wether you're aimbotting or not solely from analysing your mouse movement because you do end up with extra mouse_events that are easily detectable. Also the thread keeps running even when you close the application, you must kill it from task manager.

Solution? Fully undetectable aimbot?
When you play on consoles you know how they achieve that smooth "aim assist" feeling? Your sensitivity simply gets slower the closer your crosshair is to the enemy...so i suggest that you reverse engineer your mouses USB DPI packet and simply change your DPI depending on the distance of the closest enemy to your crosshair and boom, you should potentially have completely undetectable aim assist...assuming that you're the only person with your particular build of the aim assist ofcourse.

Go nuts and have fun
This took me a day to code, you go ahead and finish it if you so wish to...or maybe you'll get some ideas from it.

Scans
h t t p s : / / w w w . virustotal.com/#/file-analysis/YTg4ZjAxOGE5MWU0OTEyMTRmMzJmN2M4YWVlMmRiMTM6MTUwOD M4ODU3NA==
h t t p s : / / virusscan . jotti . org/en-US/filescanjob/3mf8tw9szp

Dunno what SentinelOne is complaining about.
Release_mpgh.net.rar30.4 MB · 4,707 downloads Clean
@Ardivaba3 2 virus scans are required. If you cannot post links, space them out like so:

http : // mpgh . net
Quote Originally Posted by Ahl View Post
@Ardivaba3 2 virus scans are required. If you cannot post links, space them out like so:

http : // mpgh . net
I tried your format it still matched them as links, couldn't figure out a way to post a link without making links invalid. Also this rule makes no sense, it should be a third party person posting virus scan links otherwise who is to say that i'm even posting correct scans?

Also i see people posting scans of exe...who is to say that there is no malicious code in included assemblies? If i'd post scans of compressed files i could just add passwords to make these scans useless...this whole rule is ridiculous.

If there is someone wanting to infect you who even remotely know what they're doing they'll infect you, scans or no scans.

I guess if someone wants to use this they can just go to my github link and compile it for themselves as i don't really care if it gets approved or not...and look through the code quickly to see that there is no malicious code there.
Quote Originally Posted by Ardivaba3 View Post
I tried your format it still matched them as links, couldn't figure out a way to post a link without making links invalid. Also this rule makes no sense, it should be a third party person posting virus scan links otherwise who is to say that i'm even posting correct scans?

Also i see people posting scans of exe...who is to say that there is no malicious code in included assemblies? If i'd post scans of compressed files i could just add passwords to make these scans useless...this whole rule is ridiculous.

If there is someone wanting to infect you who even remotely know what they're doing they'll infect you, scans or no scans.

I guess if someone wants to use this they can just go to my github link and compile it for themselves as i don't really care if it gets approved or not...and look through the code quickly to see that there is no malicious code there.
Space them out like:

h t t p : / / imgur . com
imgur . com/ pIWAYx9
and? its not work
Quote Originally Posted by gapler1 View Post
imgur . com/ pIWAYx9
and? its not work
Are you running borderless windowed mode, 32 bit resolution?

The box will render the center of your screen. It should render something though, i'm wondering if there is something wrong with the rendering part for you.
if I start memebot.exe the error appears( it wasn't succeeded to load the file or assembly: "RawInput. Version=1.0.0.0.culture=neutral.PublicKeyToken=18b 8a4aebfa3c65f") and open this imgur . com/ pIWAYx9
what is the problem?
Download link is not working for me.
Attachments Pending Approval
cant download
Approved.

This has not been tested
Posts 115 of 41 · Page 1 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?