Skip to content

char-ptr/wordbomb-external

Repository files navigation

Word Bomb External

this a completely external cheat for wordbomb.

this does work with byfron

How does this work?

it uses OCR to detect the letters on the screen and then uses a dictionary to find the best word. it then uses inputfaker to send the word to the game.

How to use?

Requirements

  • tesseract cli.
  • InputFaker (you can download with ds4windows and when installing make sure to install inputfaker)

Requirements (build)

Steps (build)

  1. cargo build --release
  2. put all dlls in current working directory (when running).
  3. profit.

notice

  1. Please note that the OCR / word detection is not perfect and normally slips up on I / L's due to the font which the game uses. Currently i don't know of a way to make it more reliable so it'll have to make do.
  2. I use a HDR monitor. the colours hardcoded for me may be different. if the tool doesn't work try changing upper_range(every rgb value +2) and lower_range (every rgb value -2) in cv/partial.rs to be the same colour as the letters in game when not completed. view image below.

wordbomb imag eexample