Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 492 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 492 Bytes

Basics

InjectMe is a multi-purpose library designed for being injected into video games. Originally it was created for Asda 2: Evolution MMORPG, but this library can be also adapted for many other games or applications. InjectMe is based upon SFML and ImGui.

Features

  • Embedding custom UI;
  • Full control of TCP connection - you can send packets both to client and server. Also you can read packets, modify or even drop them;
  • Hooking functions, adding event listeners and handlers.