/krunker-free-kr

A simple automated Selenium script to claim your FreeKR on Krunker.io game

Primary LanguageJavaScriptMIT LicenseMIT

Krunker Free KR Claim

A simple automated Selenium script to claim your FreeKR on Krunker.io game.

Using

  • After set User and Password environment variables, open terminal and execute:
    npm i --save
  • after, execute:
    node src/index.js

Chromedriver Issues

For Debian based distros, do:

    unzip ~/Downloads/chromedriver_linux64.zip -d ~/Downloads
  • Copy the extracted file to two places
    sudo cp -f chromedriver_linux64/chromedriver /usr/local/bin/chromedriver

and

    sudo cp -f chromedriver_linux64/chromedriver /usr/bin/chromedriver
  • Relaunch your code editor and run the code again ;)

License MIT

MIT