Spam Bot In 6 lines

 import pyautogui,time

time.sleep(5)
o = open("beescript",'r')
for word in o:
pyautogui.typewrite(word)
pyautogui.press("enter")
I used this list to spam :https://web.njit.edu/~cm395/theBeeMovieScript/
You can use anything just copy it and make a new txt folder in pycharm or any ide and paste
your list in it and that shit run this. 

Comments

Popular posts from this blog

IO BASIC

Y.T Videos downloader [Python]

Convert PDF To Audiobook [Without Python]