-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Here you can find in depth info on topics like
- What this project is.
- A usage guide.
- An overview of the project including the structure.
- How the software works and what each component is responsible for.
FameBot is a bot designed for the game Realm of the Mad God. The goal of the bot is to automate the process of collecting Fame.
The bot achieves this goal by scanning the map for clusters of players. If a suitable cluster of players is found, the bot actively attempts to follow this cluster by using .NET’s Platform Invoke (PInvoke) functionality to send key presses directly to the game's process. This allows the bot to be used while the game window is not active. The bot also uses several other features including automatically pressing the play button to ensure it is actively collecting fame for as long as possible.
The bot features settings which can be customised by the user to change how the bot behaves as well as how it looks for clusters of players.