Last active
January 9, 2022 01:59
-
-
Save rafaelgallani/89355d1b0f0318ae7512c917982e1e7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget https://addons.mozilla.org/firefox/downloads/file/3885451/metamask-10.8.1-an+fx.xpi -O /root/Desktop/metamask.xpi | |
| cd Desktop | |
| firefox metamask.xpi & | |
| python3 initialize-metamask.py | |
| python3 add-bsc-to-metamask.py | |
| python3 import-key.py | |
| firefox & | |
| python3 connect-bombcrypto.py | |
| ./run-bot.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment