Skip to content

Repository files navigation

# Lottie `.was` WhatsApp Sticker Bypass 🚀

![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![WhatsApp](https://img.shields.io/badge/WhatsApp-25D366?style=for-the-badge&logo=whatsapp&logoColor=white)

🇧🇷 **Português:**
Um "bot" simples em Node.js usando a biblioteca Baileys para burlar o bloqueio nativo do WhatsApp na criação e envio de figurinhas animadas personalizadas no novo formato Lottie (`.was`). O aplicativo nativo impede a importação direta de arquivos `.was` modificados. Este "bot" atua como uma "porta dos fundos", gerando o pacote via código e injetando a figurinha oficial diretamente nos servidores da Meta.

🇺🇸 **English:**
A simple Node.js "bot" using the Baileys library to bypass WhatsApp's native block on creating and sending custom animated stickers in the new Lottie (`.was`) format. The native mobile app prevents direct imports of modified `.was` files. This "bot" acts as a backdoor, generating the package via code and injecting the official sticker directly into Meta's servers.

---

## 🛠️ Como usar / How to use

### 🇧🇷 Instalação (Português)

1. **Clone este repositório:**

```bash
git clone https://github.com/voi1d/bot-figurinhas.git
cd bot-figurinhas
```
  1. Instale as dependências:
npm install
  1. Coloque a sua imagem: Adicione a imagem que você deseja testar na raiz do projeto com o nome minha_foto.jpg.

  2. Configure seu número: Abra o arquivo index.js e coloque o seu número do WhatsApp (com código do país 55 e DDD) na variável MEU_NUMERO. Exemplo:

const MEU_NUMERO = "5511999999999";
  1. Inicie o Bot:
node index.js
  1. Conecte e Teste: O terminal irá gerar um código de emparelhamento de 8 dígitos. Vá no WhatsApp > Aparelhos Conectados > Conectar usando número de telefone e digite o código. Assim que conectar, mande a mensagem !testar no WhatsApp para o "bot" te enviar a figurinha gerada!

🇺🇸 Installation (English)

  1. Clone this repository:
git clone https://github.com/voi1d/bot-figurinhas.git
cd bot-figurinhas
  1. Install dependencies:
npm install
  1. Add your image: Place the image you want to test in the project's root folder and name it minha_foto.jpg.

  2. Set your phone number: Open index.js and insert your WhatsApp number (including country code) into the MEU_NUMERO variable. Example:

const MEU_NUMERO = "15551234567";
  1. Start the Bot:
node index.js
  1. Connect and Test: The terminal will generate an 8-digit Pairing Code. Go to WhatsApp > Linked Devices > Link with phone number instead, and type the code. Once connected, send the message !testar on WhatsApp, and the "bot" will reply with your generated sticker!

⚙️ Créditos / Credits

Este projeto utiliza o "script" de empacotamento Lottie do Pedrozz13755/Lottie-Whatsapp adaptado com a biblioteca adm-zip para compatibilidade universal entre sistemas operacionais (Windows/Mac/Linux).

This project uses the Lottie packaging script from Pedrozz13755/Lottie-Whatsapp adapted with the adm-zip library for universal OS compatibility (Windows/Mac/Linux).


About

🚀 Node.js bot to bypass WhatsApp restrictions and send custom animated Lottie (.was) stickers. | Bot para criar e enviar figurinhas animadas Lottie no WhatsApp.

Resources

Stars

32 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages