Skip to content

airdropinsiders/Nodewars-Auto-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Wars Auto

Automate script Node Wars game on the NodePay network. It supports multiple accounts and features proxy support, custom logging, and threading for parallel operations.

  • Place proxies to proxies.txt perlines

How to Get Telegram QUERY HASH

  • Get Telegram Query Hash: YouTube
  • Paste hash to file data.txt perlines

Setup Tutorial

WINDOWS:

  • Install Python For Windows: Python
  • Download this script
  • If you want to use Git, Please download Git first: Git Windows, Then run in cmd:
git clone https://github.com/airdropinsiders/Nodewars-Auto-Bot.git
  • Make sure you are in this script directory: Nodewars-Auto-Bot
  • Installing requirements:
python -m pip install -r requirements.txt

LINUX:

  • Open Terminal, install Python3 and Git:
apt update; apt upgrade -y; apt install git python3 python3-pip -y
  • Download this script using Git:
git clone https://github.com/airdropinsiders/Nodewars-Auto-Bot.git
  • Make sure you are in this script directory: cd Nodewars-Auto-Bot
  • Installing requirements:
python3 -m pip install -r requirements.txt

TERMUX:

  • For Termux Android Download Here [F-Droid Version] and Allow Permission Storage On Setting Termux
  • Open Termux, install Python3 and Git:
pkg update; pkg upgrade -y; pkg install git python python-pip -y
  • Download this script using Git:
git clone https://github.com/airdropinsiders/Nodewars-Auto-Bot.git
  • Make sure you are in this script directory: cd Nodewars-Auto-Bot
  • Installing requirements:
python -m pip install -r requirements.txt

Run the Script

  • Important! Don't forget to place queries to data.txt and proxies to proxies.txt
  • WINDOWS and TERMUX:
python main.py
  • LINUX:
python3 main.py

Notes

  • Run this script use my invite code if you don't have one.
  • If you run the script and still got error, please use paid proxies cause every free proxies not all supported.
  • Run this script at your own risk, I'm not responsible for any loss or damage caused by this script. This script is for educational purposes only.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages