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
// ==UserScript== | |
// @name Show lowest possible bid price | |
// @version 1 | |
// @grant none | |
// @match http://*.quintoandar.com.br/imovel/* | |
// @match https://*.quintoandar.com.br/imovel/* | |
// @match http://*.quintoandar.com.br/alugar/imovel/* | |
// @match https://*.quintoandar.com.br/alugar/imovel/* | |
// ==/UserScript== |
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
import pyautogui | |
import time | |
def click(x, y): | |
pyautogui.moveTo(x,y) | |
pyautogui.click() | |
time.sleep(1) | |
time.sleep(3) |
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
firefox>/dev/null 2>&1 & | |
python3 login-bombcrypto.py | |
cd bombcrypto-bot | |
mkdir -p ~/logs | |
touch ~/logs/bot.log | |
python3 index.py>>~/logs/bot.log |
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
import pyautogui | |
import time | |
def click(x, y): | |
pyautogui.moveTo(x,y) | |
pyautogui.click() | |
time.sleep(1) | |
time.sleep(3) |
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
import pyautogui | |
import time | |
time.sleep(3) | |
pyautogui.hotkey('alt', 'shift', 'm') | |
time.sleep(10) | |
pyautogui.press('tab') | |
pyautogui.press('enter') |
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
import pyautogui | |
import time | |
time.sleep(10) | |
pyautogui.hotkey('shift', 'alt', 'm') | |
time.sleep(10) | |
pyautogui.press('enter') | |
time.sleep(5) |
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
import os | |
import pyautogui | |
import time | |
def click(x, y): | |
pyautogui.moveTo(x,y) | |
pyautogui.click() | |
time.sleep(1) | |
time.sleep(3) |
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 |
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
// ==UserScript== | |
// @name Zapzap Media Playback Rate Changer | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Pra trocar, pressione alt e aperte + (pra aumentar) ou - (pra diminuir) | |
// @author Rafael Galani | |
// @match https://*/* | |
// @match http://*/* | |
// @exclude https://*.youtube.com/* | |
// @grant none |
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
// ==UserScript== | |
// @name Zapzap Media Playback Rate Changer | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Pra trocar, pressione alt e aperte + (pra aumentar) ou - (pra diminuir) | |
// @author Rafael Galani | |
// @match https://*/* | |
// @match http://*/* | |
// @exclude https://*.youtube.com/* | |
// @grant none |
NewerOlder