- Joined
- August 14, 2020
- Messages
- 2,122
- Points
- 249
- Age
- 19
- IGN
- not_Nuggets
Hello!!!! Welcome to Jartex! Hope you have a great time here
if you are a programmer I am sure you would love this cool script that spams the bee movie script!!!
make a file called "beemovie" and add whatever text you want to it!!!
make sure to "pip install pyautogui" first!
if you are a programmer I am sure you would love this cool script that spams the bee movie script!!!
import pyautogui, time
time.sleep(5)
f = open("beemovie", "r")
for word in f:
pyautogui.typewrite(word)
pyautogui.press("enter")
make a file called "beemovie" and add whatever text you want to it!!!
make sure to "pip install pyautogui" first!