Builds

Available downloads

Stable is the recommended track for most users. Alpha gets you the newest capabilities first.

Stable 1.9.9109 Alpha 1.9.9425
Windows 10/11 x64 Administrator rights
Release Notes

Track recent changes

Every release stays linked here so you can inspect what changed before you switch versions.

Release

1.7.8523

Permalink 9 months ago

C# Scripting - added two new ML+OSD examples

Fixed the problem with ComputerVision API not resolving models/images via HTTP links and created two examples:

Aim Trainer 2D ML Aimbot+ESP

In this one I am showing how to:

  • find a window by title
  • create ComputerVision that you could use to find images, do ML, OCR and other things
  • create SendInput which you could use to simulate inputs
  • create OnScreenCanvas which you could use to draw things on the screen
  • find object via pre-trained ML-model
  • move mouse and click at the center of it
  • draw current window position/object position on the screen via OSD (on-screen-display)

Realistically, these three combined are more than enough to create a bot :) All the tools are right there in the box.

Aim Trainer

Aim Trainer 2D ML Aimbot+ESP ImGui

Verrry similar to the one above, except for a fact that it uses ImGui - immensely powerful drawing library that could be to create UIs as well as draw boxes/text/etc right there on the screen.

Bugfixes/Improvements

  • [Scripting] Fixed a problem with CV API not loading HTTP links properly