Skip to content
Advertisement

i coded a spambot, but its really fast, and i need it to be a bit slower [closed]

this is the code, and when i start it, its really fast, is there any way to make the loop a little slower? first it didnt show the counting, but then i fixed it by adding the count function. first it wasnt counting down, but i fixed that by adding the count function.

JavaScript

Advertisement

Answer

You can make it slower the same way you made the while loop slower, add a time.sleep call:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement