issues
search
hoppuman
/
TikTokHacks
239
stars
122
forks
source link
Some enchancements!
#4
Closed
MoltenCoreDev
closed
3 years ago
MoltenCoreDev
commented
4 years ago
I added a simple fail-safe to prevent the script from typing on wrong window, just spam the
F2
key and the script will stop!
I deleted the unused files and a folder so the main script is now directly in the project folder!
I added a readme file With instructions
Sadly to the fail safe i used a keyboard module so you need to do
pip install pyautogui keyboard
before using it!
I added a simple fail-safe to prevent the script from typing on wrong window, just spam the
F2
key and the script will stop!I deleted the unused files and a folder so the main script is now directly in the project folder!
I added a readme file With instructions
Sadly to the fail safe i used a keyboard module so you need to do
pip install pyautogui keyboard
before using it!