Mono_Trigger uses a GUI to assist in triggering. You supply a list of trigger regions with comma-separated values, and it gives you the go order when it is time to jump.
Download and unzip the source file from the latest release.
Using Python3, you need to install the following packages
- BeautifulSoup (bs4)
- Requests (requests)
- LXML (lxml)
- PySimpleGUI (PySimpleGUI)
Use the following command to install these packages all at once:
python3 -m pip install bs4 requests lxml PySimpleGUI
Once you have downloaded the program, and unzipped it, you can run it with the following command in your working directory. python3 app.py
You need to supply a list of trigger regions, click the "Load List" button to get the list in the program. This list can be generated using Snapsheet and Quickdraw.
- Useragent verification
- Automatic ratelimiting