0
Python help
Hey i wanna do a code to spam search for a specific number and try it till it finds the correct one. The context is discord add friend (ik is kinda weird , i appreciate any help) This is the start code: import pyautogui from time import sleep sleep(3) while True: pyautogui.typewrite("SPAM TEXT GOES HERE") pyautogui.press("Enter")
2 Answers
+ 1
To be clear you want to spam the discord search with user ids until you find a specific user?
0
Yea