Skip to content
forked from waicool20/WAI2K

A Girls Frontline Automation Tool

License

Notifications You must be signed in to change notification settings

ndcHunter/WAI2K

 
 

Repository files navigation

WAI2K

A Girls Frontline automation tool


The main purpose of this tool is to study the effectiveness of using various computer vision techniques to automate and optimize various aspects of video games. Any usage of this tool is at your own risk. No one will be responsible for anything that happens to you or your own account except for yourself.

If you understand this then read on


Features

  • Logistics Support
  • Combat Support (Limited to implemented maps)
    • Corpse dragging
  • Auto enhancement
  • Auto disassembly
  • Auto combat reports, make kalina work overtime!
  • Auto combat simulations
  • Discord integration
  • Can run in background without taking over desktop mouse
  • More to come

How do I get this running?

Read the full setup guide here

Build Instructions

Git clone instructions:

git clone https://github.com/waicool20/WAI2K.git      // Clone repository, replace with ssh url if you prefer that  
cd WAI2K/                                             // Make sure you are in the WAI2K directory
git submodule update --init --recursive               // Pull all submodules, this includes the utility library and cvauto

To build the jar file after cloning/pulling the latest commits, go into the repo directory and run the right command

Windows:

gradlew.bat

Linux/MacOS:

./gradlew

A compiled Jar file will be generated in the build/libs directory

Screenshots

Main Window - Status Tab:
Main Window - Status Tab

Main Window - Device Tab:
Main Window - Device Tab

Console Window (Logs):
Console Window

Want to chat?

Want to chat? Or just ask a quick question instead of submitting a full blown issue? Or maybe you just want to share your waifu... well then you're welcome to join us in Discord:

alt text

About

A Girls Frontline Automation Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 98.3%
  • CSS 1.7%