Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 1196

Python Spam Bot

by MrBoi47 - 25 March, 2022 - 08:53 PM
This post is by a banned member (MrBoi47) - Unhide
MrBoi47  
Registered
33
Posts
6
Threads
2 Years of service
#1
You will need to pip install pynput for this to work.
 
Code:
 
from pynput.keyboard import Key, Controller
import time
a=Controller()
print("SpamBot v1.2 ")
word=input("What do you want to spam: ")
num=int(input("How many times do you want to spam it: "))
count=0
time.sleep(0.5)
print("Click where you want to spam ")
time.sleep(5)
def spam(word):
    a.type(word)
    a.press(Key.enter)
    a.release(Key.enter)
    time.sleep(0.1)
while count < num:
    spam(word)
    count+=1
    if count==num:
        lol=input("Press enter to finish ")
This post is by a banned member (Snake1337) - Unhide
Snake1337  
Godlike
2.351
Posts
317
Threads
5 Years of service
#2
it's a basic thing , but keep up the contribution.
[Image: 7xibycc.jpg]

This post is by a banned member (MrBoi47) - Unhide
MrBoi47  
Registered
33
Posts
6
Threads
2 Years of service
#3
(25 March, 2022 - 09:00 PM)Snake1337 Wrote: Show More
it's a basic thing , but keep up the contribution.

Thanks, I'm a beginner for now, so I'm doing what I can
This post is by a banned member (Danihills) - Unhide
Danihills  
Registered
105
Posts
0
Threads
2 Years of service
#4
Hello please I want to learn how to extract carrier builders resume

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)