Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.
Tom Crane edited this page Apr 13, 2017 · 6 revisions

Welcome to the FameBot wiki!

Here you can find in depth info on topics like

What is this project?

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.

Clone this wiki locally