smlcodes / AutoClicker

Bot for PTC websites like shorte.st, linkbucks, admy.link, etc. that automatically skips Ads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoClicker

AutoClicker is a bot for URL Shortening PTC webstites like shorte.st, linkbucks, admy.link, etc. that automatically skips Ads

Auto clickers can be as simple as a program that simulates mouse clicking. This type of auto-clicker is fairly generic and will often work alongside any other computer program running at the time and acting as though a physical mouse button is pressed.

More complex auto clickers can similarly be as general, but often are custom-made for use with one particular program and involve memory reading. Such auto clickers may allow the user to automate most or all mouse functions, as well as simulate a full set of keyboard inputs. Custom-made auto clickers may have a narrower scope than a generic auto clicker


Requirements:

  • Python 2.7
  • Selenium
    • sudo pip install selenium
  • X virtual framebuffer (xvfb)
    • sudo apt-get install xvfb
  • Google Spreadsheets Python API (gspread)
    • sudo pip install gspread
  • oauth2client
    • sudo pip install oauth2client
  • Close Proxy Authentication Firefox extension

Note:


How to use:

  1. Create new Firefox Profile and install Close Proxy Authentication Firefox extension in it.
  2. Copy geckodriver file to /usr/local/bin
  3. Run the script
  • Without xvfb: python autoclicker.py --website ADMYLINK --profile MUD --random

  • Using xvfb: xvfb-run -a python autoclicker.py --website ADMYLINK --profile MUD --random

    Note: --link 2 can be used instead of --random if you want to use a specific link

About

Bot for PTC websites like shorte.st, linkbucks, admy.link, etc. that automatically skips Ads


Languages

Language:Python 100.0%