Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.29 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.29 KB

SpamU

SpamU is a Universal Spammer for Linux made in python, with the ability to spam any text field. SpamU has ability to spam 500 messages in 100 seconds.

image

Usage

Your text to spam goes in [Text to Spam] text box.

Moreover, You can decide the delay before starting spam(activates after [Star Spam!] button is pressed), number of messages to spam and delay between each text spammed. You can also choose safe mode to prevent shift of focus between windows reducing the risk to spam any unintneded window. You can press ALT + ENTER after the start of spam to stop spamming further.

Default values are used when any parameter text field is left empty.

Required Packages/Modules

Required packages are as:

  • tkinter
  • customtkinter
  • os
  • time
  • pyautogui
  • pyperclip
  • keyboard

Required packages can be accquired by using this command:

pip install tkinter customtkinter os time pyautogui pyperclip keyboard

In order to use keyboard module you must provide super user privileges i.e You use Pycharm, you'll need to type sudo pycharm in terminal

SpamU for Windows

SpamU for Windows can be found here