Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 678 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 678 Bytes

oldTibiaBot

Currently supports only 8.54.

modules

  • bot_ - C++ approach to create a bot using named pipe
  • controller - Java approach to create a bot using named pipe
  • inject_dll - The payload. Source code of the library which is injected into the process
  • injector - Standalone console application to help inject dll into a process
  • pipe_client - C++ based test suite for the payload

dependencies

  • tclap - C++ library to handle command line arguments

additional resources