Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.44 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.44 KB

RSL Account Generator

What does it do?

A python script that generates accounts for raid shadow legends

Alt Text

Dependencies:

  1. selenium (chrome driver that matches your current chrome version, look below to learn how to install and put the exe in the same folder as the python file)
  2. chromedriver.exe (https://chromedriver.chromium.org/downloads) Make sure the driver matches your chrome version (click the three dots, help, about, and you will find it)
  3. random-username (pip install random-username)

Setup/Install:

  1. pip install selenium
  2. git clone https://github.com/etfriedman/RSL-Account-Gen/
  3. cd RSL-Account-Gen
  4. Replace URL with refferall URL
  5. Replace username, password, email, submit, accept, XPaths with XPaths from your page (may vary from page to page) Example XPath: '//*[@id="root"]/div/div/div[2]/div/button[2]'
  6. See gif below on how to get XPath
  7. python accountgen.py

How to get XPath

Alt Text

How to get XPath for last button

Alt Text

Common Errors:

  • issue with XPath, make sure you have the correct one
  • if you are sure you have the right one and are still getting an error, increase the time.sleep() but a few hundred milliseconds to acount for slower internet speeds. (Most common with the last button from the pop-up)