ofeksadlo / CSGO-Aimbot-CNN

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

Script not working #25

Open CrabotY opened 1 year ago

CrabotY commented 1 year ago

On startup it gives the following error.

Launching aimbot on CPU... Aimbot Enabled FOV Size: 96x96 Traceback (most recent call last): File "d:\Робочий стол\CSGO-Aimbot-CNN-main\main.py", line 310, in outputNames = [layerNames[i[0] - 1] for i in net.getUnconnectedOutLayers()] File "d:\Робочий стол\CSGO-Aimbot-CNN-main\main.py", line 310, in outputNames = [layerNames[i[0] - 1] for i in net.getUnconnectedOutLayers()] IndexError: invalid index to scalar variable.

ofeksadlo commented 1 year ago

I can't tell for sure your problem Did you installed the requirements.txt? If so I would suggest to debug it.

The trained model is old. You can train a model yourself of course. But this not an easy to run "cheat". It was a learning project from 3 years ago.