ConnorDoesDev / intalokr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I N T A L O K R

A simple python script to instalock an agent in Valorant

How to use:

  1. Run the script
  2. Choose the agent you want to instalock
  3. Queue for a game
  4. Profit

Requirements:

  • Python 3.6+
  • Google Chrome (because eel uses it)
  • Valorant (?)

How to install:

  1. Clone the repository: git clone https://github.com/ConnorDoesDev/intalokr.git
  2. Install the requirements: pip install -r requirements.txt
  3. Run the script: python main.py

How to build:

  1. Install pyinstaller: pip install pyinstaller
  2. Build the script: pyinstaller --onefile main.py
  3. The executable will be in the dist folder

Credits

About


Languages

Language:Python 37.1%Language:JavaScript 25.8%Language:CSS 16.0%Language:HTML 14.9%Language:SCSS 6.2%