Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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! 🏴☠️🦠
- Host: GitHub
- URL: https://github.com/um4r719/ud-bug
- Owner: Um4r719
- License: apache-2.0
- Created: 2024-07-25T14:58:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T09:28:31.000Z (about 2 months ago)
- Last Synced: 2024-11-28T10:29:58.600Z (about 2 months ago)
- Topics: ud-bug, ud-crash, um4r719, whatsapp-crash-bot
- Language: JavaScript
- Homepage: https://ud-bug-bot.vercel.app
- Size: 1.98 MB
- Stars: 2
- Watchers: 1
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UD-BUG
### 1.
### 2.
## 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
```