Pyros Player Bot is a tool that takes two given coordinates to triangulate a player's position.
Written by Pyro. Forked from and heavily inspired by Ninjabrain Bot.
A more in-depth and complete README is coming soon!
Warning
This is a passion project that was built relatively quickly, and some parts were AI-Assisted. There may be bugs! Please open an issue ticket here if you encounter any problems: https://github.com/shloakvatsyayan/Pyros-Player-Bot/issues.
First, make sure you have Java installed on your machine. If you do not have it or need help installing it, there are many great tutorials online on how to do so. This program has only been tested with Java 25, so it is the preferred version of Java to use for this. Next, grab the latest Pyros-Player-Bot JAR from https://github.com/shloakvatsyayan/Pyros-Player-Bot/releases. Make sure to use the latest release.
Once you have Java installed, oftentimes you can simply double-click the downloaded JAR, and it should open the menu. If you double click the jar file and that does not work, try using the command prompt as described below.
To run this calculator using this method, first open a terminal (macOS/Linux) or Command Prompt (Windows) and navigate to the folder where the JAR file is located using the cd command.
For example, if the JAR is in your Downloads folder:
macOS/Linux
cd ~/Downloads
Windows (Command Prompt)
cd %USERPROFILE%\Downloads
If the JAR is in a different folder, replace ~/Downloads or %USERPROFILE%\Downloads with the appropriate path.
Once you are in the correct directory, you can run the JAR using the command below
java -jar Pyros-Player-Bot-1.0.0-all.jar
The videos below show exactly how this works and how to use it, but a short explanation will be left below as well since this tools works a bi differently: https://youtu.be/JT5lyHe66to?si=vG8Xc-Qa9L3vqyxT&t=706 https://www.youtube.com/watch?v=28LXTiuoL3M
TUTORIAL COMING SOON.
See CREDITS.md for the people, videos, and calculator that informed this application.
This project retains the upstream GNU General Public License v3.0. See LICENSE.