Skip to content

Latest commit

 

History

History
39 lines (39 loc) · 3.28 KB

questions.md

File metadata and controls

39 lines (39 loc) · 3.28 KB
  1. 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
  2. How to run the program from cmd?
    • python run.py or py run.py
    • (This is useful if the window closes after startup)
  3. How to change settings?
    • Open the file config.ini using Notepad or another text editor, after changing options save the file.
  4. 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.
  5. Does it only work with Arduino?
    • No, Arduino is needed to trick the anti-cheat into thinking you are using a physical mouse.
  6. 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
  7. 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 size ai_model_image_size.
  8. How to export a model?
  9. The sight shoots above the head, how to adjust?
    • Change the body_y_offset parameter. The lower the value, the lower the aim.
  10. Autoshot does not work in some games.
    • Some games have protection against programmed mouse clicks. Use Arduino.
  11. Errors are reported and fixed in discord. Channel named errors-and-tips.
  12. I have a suggestion for improvement!
  13. 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...
  14. Where to download new models?
    • They can be obtained by supporting the project here.
  15. There are false positives, how to eliminate them?
    • Increase the value of AI_conf in the config.
  16. 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.
  17. 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.