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")

2nd Oct 2022, 2:10 PM
Demi
Demi - avatar
2 Answers
+ 1
To be clear you want to spam the discord search with user ids until you find a specific user?
11th Oct 2022, 7:29 AM
Joaquin Reyes
Joaquin Reyes - avatar
0
Yea
11th Oct 2022, 7:35 AM
Demi
Demi - avatar