INH Chat

Programming: How to troll the chat users



Uni

chadsex

How to troll the chat users


Step 1: Be willing to annoy pine. Step 2: Create a python file with this code Step 3: Launch it and follow the instructions import keyboard import time x = 1 while True: print("Text you want to send") message = input(">") print("How many times? 0 for endless") ammount = input(">") print("Delay between messages: (seconds)") delay = input() if (int(ammount) == 0): print("You have 5 seconds to prepare.") time.sleep(5) while True: keyboard.write(message) keyboard.press_and_release("enter") time.sleep(int(delay)) else: print("You have 5 seconds to prepare.") time.sleep(5) while (x <= int(ammount)): keyboard.write(message) keyboard.press_and_release("enter") time.sleep(int(delay)) ammount = int(ammount) - 1 print(ammount)


Posted at 2022-08-15 07:49:13


Pine½

chadsex

ok


Posted at 2022-08-16 19:06:26


marlxx

chadsex

Okay


Posted at 2022-08-16 19:08:24


Pine½

chadsex

sex
SEXY sex sex

sex

sex


Posted at 2022-08-16 19:10:58


Uni

chadsex

commenter moment


Posted at 2022-08-16 19:14:33

Reply to Post