- Use browser with different zoom (scale)
- Support for multiple accounts on the same monitor (use IFRAME URL to access)
- Debug by game functions
- Support for retina displays
1- Download and install Python in version greater than 3 from official website or through windows store.
2 - After installing python:
- for
windows
run as administrator theinstall.bat
file in the bot's main folder. - for
linux
executerun.sh
file in the bot's main folder.
You can configure some options by changing the config.yaml
file in the bot's main folder.
-
You now have support to put how many % zoom you are using in your browser.
Also pay attention to the ZOOM of the Metamask notification window, it must be the same used in the browser.
-
When
True
, activates the functionality to use a different scale. Otherwise, leave the value asFalse
Value must be:
True
orFalse
-
The zoom percentage of your browser and the metamask notification window.
Value must be from:
50
to100
. The lower the value, the more imprecise the bot's detections will be.
-
- If your computer is a mac device with retina display, you will need to enable this option for the bot to click accurately. If your bot moves the mouse to random places, maybe this option will help you.
Value must be:
True
to enable, orFalse
to disable
- You can set the speed with which the mouse moves on the screen before clicking.
Value must be from:
0.1
to1
-
This option enables the use of multiple accounts on the same monitor, the actions being performed synchronously, that is, one window at a time. To use this functionality we suggest using a URL from the game's IFRAME.
-
Value must be:
True
to enable orFalse
to disable -
This option offers the possibility to change the text that will be used to detect as windows. This text must be in the title of the never window.
-