Skip to content

Reads cs1.6 chat in real-time, takes the equation from the chat, solves it, and writes to chat.

Notifications You must be signed in to change notification settings

A1K28/cs16-chat-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Counter Strike 1.6 Chat Reader (VER 0.3 Beta)

Reads and automatically evaluates the equation shown in chat, and writes the answer before anyone else - thus claiming the bonus.

How It Works:

You must press the toggle key (default 'j') when you see the equation in chat. The machine will then spam the chat so that the equation appears in console, after which it will copy several lines from the console, calculate the result, and write it to chat.

The idea is to spam something in chat (without being kicked) so that the latest message appears in console, and then we can grab it easily by copying the console to clipboard. This method is much faster, reliable and more useful (we can read the entire history) than the worst case scenario - reading text from an image (only the last few lines).

Demo:

video-1631899863.mp4

About

Reads cs1.6 chat in real-time, takes the equation from the chat, solves it, and writes to chat.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages