yashLadha / 10-fast-fingers-hack

Hack of 10fastfingers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hack for 10 Fast Fingers

This is a script which opens a browser session of 10fastfingers and implements the GOD typing Hack

If you to use it on your account, change the code at line 6 as

profile = webdriver.FirefoxProfile('/home/{your_username}/.mozilla/firefox/{your_default_profile}')
driver = webdriver.Firefox(profile)

But use it at your own risk, as this may be suspicious to have GOD typing speed on web

If you just want to test this script, just run it as it is, and there is no change in code.

Dependencies

selenium==2.53.6

Execution

pip install -r requirements.txt
python 10_fast.py

Enjoy The Hack | Try at your own risk

About

Hack of 10fastfingers


Languages

Language:Python 100.0%