alienautomation

A Python script made to automate the tidious job of mining on AlienWorlds

This script:

  • Automatically opens the browser
  • Automatically logs in
  • Automatically mines and claims
  • Prevents being detected as a bot

AlienAutomation was made for educational purposes only, the developers and contributors do not take any responsibility for your WAX.io, AlienWorlds and, or Reddit accounts.

Requirements

  • Python 3.7 or greater
  • Brave browser
  • Chromedriver
  • Installed requiremets.txt
  • A Reddit account
  • A Wax.io account created using your Reddit

Instalation guide

Install Python and modules

Skip this if you already have Python an the required modules installed

  1. Install Python.
  2. Open your console using Win+R
  3. Use the command pip install selenium to install the lib. If this does not work use py -3.7 -m pip install selenium

Config edits

  1. Edit the reddit_username and reddit_password values in main.py to match your Reddit login

Optional: Download and set up a VPN

Account creation

  1. Create a wax account with your Reddit here: https://all-access.wax.io/
  2. Create your AlienWorlds account here: https://play.alienworlds.io/

Dependency installation

  1. Install brave browser in the default directory
  2. Install ChromeDriver in your C:/Driver/chromedriver.exe directory from here: https://chromedriver.chromium.org/downloads

Finishing!

  1. Start the script by running main.py!
  2. Do not resize the window.
  3. Have fun!

GitHub

https://github.com/anonieX/alienworldsauto