Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/um4r719/ud-bug

🦠 WhatsApp Warrior: Armed with UD BUGS and other exploits to take down the enemy's WhatsApp! 🏴‍☠️🦠
https://github.com/um4r719/ud-bug

ud-bug ud-crash um4r719 whatsapp-crash-bot

Last synced: about 1 month ago
JSON representation

🦠 WhatsApp Warrior: Armed with UD BUGS and other exploits to take down the enemy's WhatsApp! 🏴‍☠️🦠

Awesome Lists containing this project

README

        

# UD-BUG


### 1. Click Here to fork UD-BUG
### 2. Deploy On Replit
## Watch Tutorial videos.
* [![YOUTUBE SOON](https://img.shields.io/badge/Video_soon-red?style=for-the-badge&logo=youtube&logoColor=white)](SOON)


# Termux Deployment
```
termux-setup-storage
```
```
apt update
```
```
apt upgrade
```
```
pkg update && pkg upgrade
```
```
pkg install bash
```
```
pkg install libwebp
```
```
pkg install git -y
```
```
pkg install nodejs -y
```
```
pkg install ffmpeg -y
```
```
pkg install wget
```
```
pkg install yarn
```
```
git clone https://github.com/Um4r719/UD-BUG
```
```
cd UD-BUG
```
```
yarn install
```
```
npm start
```

- If you want Command For 24/7 (might no work)
```js
npm i -g forever && forever index.js && forever save && forever logs
```