- All commands are executed from the command line when you are in the program's directory.
- After launching the command line, execute the command
cd path_to_bot_unpacking
, for example,cd C:\Users\amongus\downloads\sunone_aimbot-main
- After launching the command line, execute the command
- How to run the program from cmd?
python run.py
orpy run.py
- (This is useful if the window closes after startup)
- How to change settings?
- Open the file config.ini using Notepad or another text editor, after changing options save the file.
- Model export interrupts at
ONNX: starting export with onnx 1.15.0 opset 17...
- This is a bug of the onnx module. Each time before exporting a model, execute the command
pip uninstall onnx
.
- This is a bug of the onnx module. Each time before exporting a model, execute the command
- Does it only work with Arduino?
- No, Arduino is needed to trick the anti-cheat into thinking you are using a physical mouse.
- The model does not export, and the line appears TensorRT: export failure ❌ 0.5s: Could not find: cudnn64_8.dll. Is it on your PATH?
- Download cudnn64_8.zip and unpack it in C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/(your cuda version)/bin
- How to install a new model that I downloaded from boosty?
- Place it in the
models/
folder, go to config.ini and change ai_model_name = sunxds_0.5.6.pt or ai_model_name = sunxds_0.5.6.engine, if you exported the model to .engine. Also, don't forget to change the model sizeai_model_image_size
.
- Place it in the
- How to export a model?
- Go to the AI Models docs.
- The sight shoots above the head, how to adjust?
- Change the
body_y_offset
parameter. The lower the value, the lower the aim.
- Change the
- Autoshot does not work in some games.
- Some games have protection against programmed mouse clicks. Use Arduino.
- Errors are reported and fixed in discord. Channel named
errors-and-tips
. - I have a suggestion for improvement!
- Create a topic here or send me pm in Discord.
- The aimbot takes a long time to aim. It's kind of jerky. / WARNING NMS time limit exceeded
- Do not overload the graphics card!
- Do not set high game settings.
- Lock the frame rate (for example, if you have a 144Hz monitor, lock FPS to 144 in the game).
- Turn off instant replays.
- Try changing the screen resolution in the system to a lower one.
- And so on...
- Where to download new models?
- They can be obtained by supporting the project here.
- There are false positives, how to eliminate them?
- Increase the value of
AI_conf
in the config.
- Increase the value of
- AttributeError: 'Bettercam' object has no attribute 'is_capturing'
- Go to "Settings->System->Display->Graphics->Classic Application-Overview" and add the python executable file (It should be here by default "C:\Users\your_user_name\AppData\Local\Programs\Python\Python311\python.exe"), specify "energy saving" in the parameters. This is due to the fact that on most laptops, the duplicator is powered by an integrated graphics processor.
- The guidance is still jerky, as if the program is not working at full capacity.
- In some cases, if you exported the model to the engine but the game is still jerky aiming, it helps to enable instant replay.