Installation Guide
For an optimal experience, it's recommended to have Windows Terminal installed before proceeding.
Setting Up
- Create a Directory: Make a new folder on your computer to store the executable file.
- Configuration File: Inside the same folder, create a text file named
details.txt
.- File Contents: Enter your username and password in the file, with each on a separate line, like so:
USERNAME PASSWORD
- File Contents: Enter your username and password in the file, with each on a separate line, like so:
Release Overview
This release includes two main files: Profit and Hours&Days. The core difference between them lies in the method of displaying the total amounts of coins accumulated over time.
Profit
- Functionality: Calculates and displays the total profit made after watching ads, both within an hour and across a day.
- Example: If you spend 3 coins and earn 2, the profit is -1, since 2 - 3 = -1.
Hours&Days
- Purpose: Shows the total amount of coins earned, ignoring any expenses incurred while the script is running.