Skip to content

Instantly share code, notes, and snippets.

View jayz3314's full-sized avatar
💬
Available

Zakaria jayz3314

💬
Available
View GitHub Profile
@jayz3314
jayz3314 / deletechat.py
Last active November 9, 2024 14:53
How to repeatedly delete minecraft chat messages
# You can copy-paste this into IDLE or download the file
# These are our dependencies
# You have to be full-screened in Minecraft for this to work
from pynput.keyboard import Key, Controller
import subprocess
import time
keyboard = Controller()
# Now, let's start configuring our scripts.