Caution
Third party software is against Fortnite TOS.
Recently, the developers at EPIC have made it so a user can no longer earn XP in Lego Fortnite if they're AFK. Previously, players had to sleep in a bed and enjoy the free XP. However, the recent update requires users to play the game to gain XP. This is where this script comes into play; it simulates a user playing the game by infinitely moving them for a random time.
Once the files have been installed, open a terminal within the directory and run the following command to install the pre-required packages to move the player.
pip install -r "requirements.txt"
Once downloaded, there are two ways to launch the program - through the start.bat if you're on windows or alternatively running the python script on its own.
To run the script from terminal, use the following command while inside the directory.
python main.py
Alternatively, just run the start.bat script.
For the script to function it requires the user to not be doing anything else on their system, you're required to be clicked into the game in order for the correct commands to be brought through.
Yes, I have a script for Fortnite Festival, working similarly randomly. It can be found here or from my GitHub profile:
For support, create an issues ticket.