Skip to content

This code able to send sms your fb friend. First you must enter your fb username, then enter your fb password

Notifications You must be signed in to change notification settings

shukur-alom/Facebook-Chat-Bomber-with-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Facebook Chat Bomber with GUI (Educational Use Only)

Overview

This Python script uses the fbchat library and a simple graphical user interface (GUI) created with PySimpleGUI to send multiple messages to a Facebook friend. Users can input the recipient's name, the message to send, and the number of times to send the message. After clicking the "Ok" button, the script searches for the specified friend and sends the message the specified number of times. It also measures and prints the runtime for each message sent. This tool is intended for educational purposes and should be used responsibly and with the recipient's consent.

Prerequisites

Usage

  1. Facebook Account: You need a Facebook account to use this script. Make sure to enter your Facebook username and password in the code where indicated.

  2. Input Parameters:

    • Id name: Enter the name of the Facebook friend you want to send messages to.
    • Message: Type the message you want to send to your friend.
    • How: Enter the number of times you want to send the message.
  3. Running the Script:

    • Run the script.
    • A GUI window will appear where you can input the recipient's name, message, and the number of times you want to send the message.
    • Click the "Ok" button to start the chat bombing.
  4. Chat Bombing:

    • The script will search for the specified friend on Facebook and send the message the specified number of times.
    • The runtime for each message sent will be printed in the console.
  5. Exiting:

    • You can close the GUI window at any time to stop the script.

Note: Ensure that you have a stable internet connection and use this tool responsibly and in compliance with Facebook's terms of service.

About

This code able to send sms your fb friend. First you must enter your fb username, then enter your fb password

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages