This repository provides automation scripts for claiming free games on various platforms using the free-games-claimer tool by vogler. The provided scripts are designed for both Windows and Linux systems.
- Download or clone this repository to your local machine.
- Navigate to the
windows_autostart
folder. - Edit the
start_games.bat
file to provide the correct path to yourfree-games-claimer
folder. - Save the changes.
- Copy the path to the
start_games.bat
file. - Press
Win + R
to open the Run dialog. - Type
shell:startup
and press Enter. - Paste a shortcut to
start_games.bat
into the Startup folder.
- Download or clone this repository to your Linux machine.
- Navigate to the
linux_autorun
folder. - Edit the
autorun.sh
file to provide the correct path to yourfree-games-claimer
folder. - Save the changes.
- Open a terminal and run the command
crontab -e
. - Add the following line to run the script every 12 hours:
0 */12 * * * /bin/bash /path/to/your/folder/linux_autorun/autorun.sh
- Save and exit the editor.
Make sure you have Node.js installed on your machine before running these scripts. You can download Node.js from nodejs.org. Make sure to also have done every step of the free-games-claimer's How to run.
Please ensure that your use of the free-games-claimer tool complies with the terms of service of the respective gaming platforms.
- free-games-claimer by vogler
This project is licensed under the MIT License.