Skip to content

uwuv3/Hydrion-S3LFB0T

 
 

Repository files navigation

Hydrion-S3LFB0T

Quick Setup

For Windows Users 💻

  1. Install Git from https://git-scm.com/download/win and Node.js from https://nodejs.org/en/download/.
  2. Open Powershell AS Administrator and run the following command to allow the Running of local scripts:
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
  1. Download setup.ps1 into your selfbot folder and run the command below:
.\setup.ps1

For Termux (Android Mobile Users) 📱

  1. Install Termux from the Google Play Store.
  2. Open Termux and run the following commands:
pkg install git -y
git clone https://github.com/Hydrion-Tools/Hydrion-S3LFB0T.git
cd Hydrion-S3LFB0T
bash setup.sh
  1. To edit the config.json Use the command below
nano config.json

This will install all the required dependencies and set up the bot.


Additional intrustions (MUST READ)

  1. To Start the Selfbot in regular scenarios use the Command below:

For Android/Linux

cd Hydrion-S3LFB0T
bash start.sh

For Windows:

.\ start.ps1
  1. To Update The Selfbot use The Command below:

For Android/Linux

bash update.sh

For Windows:

.\update.ps1

Configuration ⚙️

After the setup, you will be prompted to enter your Discord Token. This is required to run the bot. The token will be saved in a config.json file, which the bot will read during execution.


Contact 📩

If you have any questions or need support, feel free to contact us via the Hydrion Support Discord.


Support US by starring the repo and join our server Hydrion Discord


Selfbot crafted by @hydradevx 🎨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • PowerShell 2.2%
  • Shell 1.3%