This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |