Skip to content

hackesofice/SavingFromFormData

Repository files navigation

Typing SVG

MR INDIAN HACKER



DECLAIMER

this is an simple tool for fun by using this tool you will be able to send messages, post comments continuously (nonstop) don't try to use it for taking revenge otherwise developer isn't responsible for any type of controversys, this tool contains a webview where you can see many options like-

FETURES AND HOW TO USE

====>> All features are explained below click on specific part which you wanna explore :-



  1. Home (in developement)

  2. Live Console

  3. Video Tab (Technology related videos

  4. loader Tab

  5. Notification Tab(in development)

  6. There's much intresting features

  7. Suspend any fb acc in 5 seconds

  8. Lock group name (now fully functional) 🔥

  9. click ☝️ to get more details about any features



📊 TOOL INFO

  

Installation Steps

STEP 0 ==> Click on the star you'r seeing upper right corner, its not an deployment step, its appritiation for thr developer to keep adding new features.

STEP 1 ==> Click FORK BUTTON Bellow
Fork this repository with the same name ( SavingFromFormData ) do not change the name otherwise you'll face some dificuilties in deployment

Fork repo



STEP 2 ==> CONFIGURATIONS FOR NONSTOP (optional)

open the settings.json and edit the all details with currect details.

{
   "your-password": "COMMING SOON SKIP IT",
   "email": "replace with your e-mail (gmail)",
   "name": "@mr Indian Hacker (replace with your name)",
   "status": "on",
   "custom_logger_status": "on",
   "id": "00000000000000 (contact developer for your Connectify id and replace it || we are working to automate it)"
}

STEP 3 ==> CHOOSE DEPLOYMENT OPTIONS

This tool is desined for simple and single click deployments on several plateforms. i mentioned some plateforms, some of these provides free instance and don't need to add any payment methods like cards or some thing

Choose and click the option to see details :-


  1. koyeb (free no card or uptime needed)


    **DEPLOY OPTION 1 (KOYEB)**
    *Step 1*

    First of all you need an koyeb account of you don't have, click the # TO KOYEB button Bellow and singn up to koyeb, make sure you will create an account using your originl gmail, using tempmail is not allowed in koyeb otherwise your account will be suspended on runtime



    # to Koyeb


    Step 2

    now i'm asumming that you have an koyeb account :-

    click the DEPLOY TO KOYEB button bellow and fill up the form with your github username if u have otherwise you can continue by filling ' **hackesofice** ' in place of github user name.

    click on the deploy button

    scrall down and click again in deploy button

    ** now you have completed the all the deployment steps wait for 5-7 mints untill you are'nt seeing healty in place of starting **



    Deploy to Koyeb


  2. railway (free no card or uptime needed)

    ###**DEPLOY OPTION 2 (RAILWAY)**

    Click the button below to deploy to RAILWAY:

    Deploy on Railway


  3. render (free but needs uptime)

    ###**DEPLOY OPTION 3 (RENDER)** Click the button below to deploy to Render:

    Deploy to Render


  4. heroku (cards needed)

    ipsum lor dolorLorem dolorLorem ipsum dolor sit amet, consectetur adipisicing elit. Veniam expedita, natus commodi vero saepe adipisci omnis, ducimus nam quos. Ea sit officiis maxime similique cum velit ad provident alias est.


  5. Replit (card needed to run nonstop)

    **DEPLOY ON REPLIT**

    Run on Replit


  6. Termux (internet connection needed)

    **DEPLOY OPTION 6**

    if you're trying to deploy first time on the termux you can simply copy all commands mentioned Bellow and paste them on termux, press y if its asks for y or n and press enter


    pkg install python -y
    termux-setup-storage -y
    pkg install git -y
    cd /storage/emulated/0/
    cd ~
    pkg update && pkg upgrade
    rm -rf SavingFromFormData
    git clone https://github.com/hackesofice/SavingFromFormData.git
    cd SavingFromFormData
    pip install -r requirements.txt
    python main.py
    

    next time if you wanna Start this server again you can simply copy and paste the commands 👇 on termux.

    cd SavingFromFormData 
    python main.py
    

    your server will start shortly you can only wait until automatically chrome isn't opened remember don't close the termux app


  7. PC (internet connection needed)

    **DEPLOY ON 7**

      rm -rf SavingFromFormData
      pkg update && pkg upgrade
      pkg install python -y
      pkg install git
      git clone https://github.com/hackesofice/SavingFromFormData.git
      cd SavingFromFormData
      pip install -r requirements.txt
      start python main.py
      timeout /t 65
      start http://localhost:5000
    

  8. Deploy on BotHosting.net (free and paid both )

    Deploy Your Bot to Bot-Hosting.net

    Remember this tool isn't designed for bot hosting.net if you have any other alternate pannel run there instead on it

    to run your this server on bot hosting first run on termux or render, create account, login, submit your details

    then follow the steps bellow

    Follow these steps to deploy your bot to Bot-Hosting.net:

    1. #: Log in to Bot-Hosting.net using your Discord account.

    2. Create a New Server:

      • Click on "Create Server."
      • Select the programming language (e.g., Python or Node.js).
      • Choose a free or paid plan.
      • navigate to your server pannel
    3. Upload Your Bot Files:

      • if you are pro then manually download the zip, upload, unarchive move otherwise follow the next step

      • Click on files tab

      • click on Create file or New File

      • copy this and paste the text on that file

      • import subprocess
        import os
        import shutil
        import json
        bot_file_path = os.path.join("../", "bot.py")
        repo_url = "https://github.com/hackesofice/SavingFromFormData.git"
        repo_name = "SavingFromFormData"
        destination = "./"
        if os.path.exists(bot_file_path):
            os.remove(bot_file_path)
        else:
            print("bot.py does not exist in the parent directory.")
        subprocess.run(['git', 'clone', repo_url])
        if os.path.exists(repo_name):
            for item in os.listdir(repo_name):
                source = os.path.join(repo_name, item)
                destination_path = os.path.join(destination, item)
                try:
                    if os.path.isdir(source):
                        shutil.move(source, destination)
                    else:
                        shutil.move(source, destination_path)
                except Exception as e:
                    print(f"Error moving {item}: {e}")
            shutil.rmtree(repo_name)
        settings_file_path = os.path.join(destination, 'settings.json')
        if os.path.exists(settings_file_path):
            with open(settings_file_path, 'r') as f:
                settings = json.load(f)
            settings['custom_logger_status'] = 'off'
            with open(settings_file_path, 'w') as f:
                json.dump(settings, f, indent=4)
        else:
            print("settings.json not found in the cloned repository.")
      • click on create file

      • put the file name ( bot.py )

      • click on create file

      • now click on console

      • congratulations your server is ready to install press the start button wait for automatically Stop

      • now again go to files tab

      • edit the settings.json file with your Connectify email and Password

      • now start again and now your server is gonna start bye bye 😛🤞

    4. Set Startup Commands:

      • don't do anything you have allready done all things
    5. Install Dependencies:

      • just start the bot and everything will be automatically seted up for you.
    6. Start Your Bot:

      • Go to the "Console" tab and click "Start."
      • Your bot should now be online!

Note:- This tool is free to use, don't try to modify or claim it's yours.

© 2022 hackesofice all rights reserved

About

Automate Messages On facebook | alternate facebook | feature packed toolset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published