From 69327e7ac8d14d6d941b60db0349b06c0bd5ba46 Mon Sep 17 00:00:00 2001 From: AL-LCL Date: Fri, 19 May 2023 10:45:00 +0200 Subject: LeagueStop --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a91456 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# LeagueStop +Disables the chat in League of Legends for Windows. If you simply can't stop yourself from typing LeagueStop will play KEKW.mp3 each time you try. The sound will stack & becomes horribly annoying. + +![KEKW.png](KEKW.png) + +## Features +* Disables the chat in League of Legends + * Plays KEKW.mp3 if you try +* Disables the Task Manager +* Runs upon login + +--- + +## Requirements +* Windows 10 +* Python 3.6+ + +## Installation +* **Installing packages:** pip install playsound==1.2.2 keyboard pywin32 pyinstaller +* **Building executable:** pyinstaller -F -w -i KEKW.ico --add-data KEKW.mp3;. LeagueStop.py +* **Run using Python:** python LeagueStop.py + +## Remove Autostart +1. **Start:** Command Prompt with administrator privileges +2. **Paste:** reg delete HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /f -- cgit v1.2.3