Heloki Coins Farmer is an automated tool designed to interact with the panel.heloki.net website, periodically earning coins and monitoring account balance.
- Automated login and session management
- Periodic coin earning requests
- Real-time balance monitoring
- Customizable banner styles
- Express server for status monitoring
- Node.js (v14 or higher)
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/mra1k3r0/heloki-coins-farmer.git
cd heloki-coins-farmer
- Install dependencies:
npm install
- Set up the environment variables:
- Copy the
.env.example
file to.env
:
cp .env.example .env
- Edit the
.env
file and replaceyour_cookies_here
with your actual cookies from panel.heloki.net - Optionally, you can change the
PORT
if you want the server to run on a different port
You can customize the behavior of Heloki Coins Farmer by modifying the src/constants.js
file:
heartbeatInterval
: Time between heartbeat checks (default: 5000ms)displayInterval
: Time between displaying status updates (default: 60000ms)sessionRefreshInterval
: Time between session refreshes (default: 900000ms)earnRequestInterval
: Time between coin earning requests (default: 60000ms)bannerStyle
: Choose the banner style ('ASCII_ART', 'SIMPLE', or 'MINIMAL')debugMode
: Set totrue
to enable debug logs (default: false)
To start the Heloki Coins Farmer:
npm start
For development with auto-restart on file changes:
npm run dev
GET /
: Returns a simple message indicating that the farmer is runningGET /status
: Returns the current status of the farmer
- This tool is designed for educational purposes only. Use it responsibly and in accordance with the terms of service of the target website.
- Keep your cookie information secure and do not share it with others.
- The tool uses a custom logging system. Check the console output for real-time updates and any error messages.
This project is licensed under the MIT License.
This project is not affiliated with or endorsed by panel.heloki.net. Use at your own risk.