git404hub

what is ok-kes fr?

baoxin1100/ok-kes — explained in plain English

Analysis updated 2026-05-18

79PythonAudience · generalComplexity · 2/5Setup · easy

tl;dr

A Windows tool that watches the screen to automate repetitive combat and card management in the game Chaos Zero Nightmare.

vibe map

mindmap
  root((ok-kes))
    What it does
      Screen based automation
      Auto combat mode
      Auto special mode
    Tech stack
      Python
      ok-script framework
      Image recognition
    Use cases
      Automate repetitive combat
      Background operation
      Share configurations
    Audience
      Game players
      Windows users
      Casual automation users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Automate repetitive combat and card selection in the game Chaos Zero Nightmare.

VIBE 2

Run the automation in the background while the game window is minimized.

VIBE 3

Share or import a text based configuration code with other players.

VIBE 4

Browse and apply popular high win rate configurations shared by other users.

what's the stack?

Pythonok-script

how it stacks up fr

baoxin1100/ok-keshappy-chen-ch/text_classificationliuluhaixiu/davinci-autoedit-agent
Stars797979
LanguagePythonPythonPython
Setup difficultyeasyhardmoderate
Complexity2/54/53/5
Audiencegeneralresearchervibe coder

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Running from source requires Python 3.12 in a conda environment, most users just run the prebuilt Windows exe as administrator.

No license information is provided in this repository, the developers describe it as free and for personal, non-commercial use only.

in plain english

ok-kes is a Windows automation tool for a mobile and PC game called Chaos Zero Nightmare. It works by recognizing what is on screen, similar to how a person would look at the game and click buttons, rather than reading the game's memory or changing any of its files. It can run in the background even if the game window is minimized or covered by other windows. The tool offers two main automated modes. One handles regular combat runs, automatically picking cards based on a priority list the player configures, choosing which character leads each battle, selecting a path through the level's nodes, and visiting an in game shop to remove unwanted cards. The other mode handles a special roguelike style game mode, automatically managing cards, choosing paths past rest points and bosses, visiting a recovery area when a character's mental state drops too low, and clearing old save data. A third, semi automatic mode simply skips through story dialogue and lets the player manually switch to one of the other modes when combat or the special game mode begins. Players can export their current settings as a short text code to share with others, or import someone else's shared code. The tool also has an option to anonymously upload configuration and win rate statistics every few minutes, which lets players browse and copy popular high win rate configurations from other users, without uploading personal information, screenshots, or account details. The project is built on top of a separate open source framework called ok-script, which several other similar game automation tools for different games also use. To run it from source you need Python 3.12 in a conda environment, install the listed dependencies, and run the main script, though most users are expected to download a prebuilt Windows executable from the releases page instead. The developers describe it as free, open source, and intended for personal, non-commercial use.

prompts (copy fr)

prompt 1
Help me download and run the prebuilt Windows executable for ok-kes safely.
prompt 2
Explain the difference between the automatic combat mode and the automatic special mode in ok-kes.
prompt 3
Walk me through setting up the Python environment to run ok-kes from source.
prompt 4
Why might image recognition based automation fail if my game resolution or display filters are wrong?

Frequently asked questions

what is ok-kes fr?

A Windows tool that watches the screen to automate repetitive combat and card management in the game Chaos Zero Nightmare.

What language is ok-kes written in?

Mainly Python. The stack also includes Python, ok-script.

What license does ok-kes use?

No license information is provided in this repository, the developers describe it as free and for personal, non-commercial use only.

How hard is ok-kes to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is ok-kes for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.