ofeksadlo / CSGO-Aimbot-CNN

CS:GO Aimbot based on convolutional neural networks.
96 stars 26 forks source link

Forked for Contributions #5

Open MeekNasty opened 3 years ago

MeekNasty commented 3 years ago

Unless you prefer to do it alone, But besides this, great work, I too had a project like this, and it got pretty interesting.

Here's a link to another one like this, https://github.com/Trombov/FutureNNAimbot has some of the features your lookin into, Recoil Control System, Aim on Key, etc etc.

To give you an idea of how they implemented it 👍

ofeksadlo commented 3 years ago

I've looked into your project first of all well done. It's more than a csgo aimbot it can fit any game which is preety dam cool.

Your project although can gift some implemetations ideas but it is a bit diffrent than mine. Starting with the fact that yours require NVIDIA gpu. I tried to make the aimbot support all GPU but I hit some problems. Given the minimal support for GPU acceleration in ML with AMD gpu. I ended up using CPU only for now.

Secondly your project is written in c# and mine in python. Although I do know how to program in c# I can try to use your RCS by implementing it in python.

I'll be glad to get help in my current problem which is utilizing the GPU successfully. It's quite difficult given NVIDIA has a lot of easy solutions and AMD doesn't. But I want to make it work on both.

Also I was thinking about adding a training feature just like you did. And using selenium to out source the training to google colab. This way the training will be fast and stable. And doesn't rely on what GPU the client has.

MeekNasty commented 3 years ago

its actually something more like this mate, it started as a project for cs:go, became bigger, it was adapted for apex legends, and was universal for games that didn't block 3rd party applications, from interacting with the game, flaw was like you pointed out, nvidia gpu only. I'll see if I can convert the RCS to python, I have ideas too if your interested.

my Discord - mEEkS#1337