Skip to content

simon0302010/wta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b8462d · · May 6, 2026

History

108 Commits
Mar 30, 2026
May 6, 2026
Apr 3, 2026
Apr 10, 2026
May 6, 2026
May 6, 2026

Repository files navigation

wta (War Thunder Automated)

This program utilizes multiple self-trained machine learning models to fully automate playing War Thunder. Please note that there's a tiny chance of you getting banned while using it..

Demo

Render0001-4949.mp4

Features

  • Automatic Navigation of menus
  • Purchasing modifications and new planes
  • Chooses the correct amount of bombs per base
  • Automatically aims at and bombs bases

Installation

Before proceeding please note that this has only ever been tested on systems running Linux and Wayland. Build dependencies also vary from system to system so please just install what the compiler tells you is missing during compilation.on.

  1. Clone the GitHub repository:
    git clone https://github.com/simon0302010/wta.git
    
    cd wta
  2. Build:
    cargo build --release

Usage

Wta requires an API URL and an API Key to OpenRouter or an equivalent service. Set those values using the following commands::

export LLM_API_URL="YOUR_API_URL"

export LLM_API_KEY="YOUR_API_KEY"

Depending on your input configuation you might also need to add yourself to the input group.

sudo usermod -aG input $USER

Now run start up War Thunder and run the program:

./target/release/wta

Have fun!