Do you wonder if you are playing against a smurf? This plugin will help you to identify them.
It uses FlareSolverr to bypass the Cloudflare protection and fetch the wins or mmr of the players in your match.
If your opponent has few wins in comparison to your lobby and is playing out of his mind, he probably is a smurf.
Check out my other BakkesMod Plugin: https://github.com/infinitel8p/InstantFF
- Fetch the wins of all players, all except you or only the opponents in your match (TDB, right now it fetches all players)
- Fetch the mmr of all players in your match - done via scraping so you can see the mmr even in private matches (TBD, uses bakkesmod mmr wrapper for now)
-
Get the docker image:
docker pull infinitel8p/smurftracker_flaresolverr
-
Run it with:
docker run -d --name flaresolverr -p 8191:8191 smurftracker_flaresolverr
This should start the server on port 8191.
- Download the the newest release here: Releases.
- Move the downloaded .dll file into %appdata%\bakkesmod\bakkesmod\plugins
- Make sure BakkesMod is running and start Rocket League
- Press F2 to open the BakkesMod menu and navigate to the Plugins tab and there open the Plugin Manager
- Locate the Plugin SmurfTracker in the list and click the checkbox to enable it.
- Go back to the Plugins tab and find SmurfTracker in the list, click it and apply your desired settings
Important: Make sure to set the correct IP of the FlareSolverr instance in the settings or you will get a bunch of errors.
Set the mode you want to use in the settings and open the scoreboard in a match to see the wins of the players. (When you open the scoreboard the plugin will start fetching the data, so it might take a few seconds to show up)
FlareSolverr sometimes fails due to the many requests at once when you start resolving the names, this is known but i cant really be bothered to find a better solution than the hardcoded waittime (and some changes i will or will not push some day).
Feel free to open issues or pull requests if you have any suggestions or problems.