Made with ❤️ by Nanta
- Reacting posts with multiple reactions
- Change cookies from Pastebin or any raw/plain text source
- Auto-follow option (enable/disable)
- 🌐 More stable using
www.facebook.com - 🔔
Discord Webhook integration for activity logs
Go to this part of the code:
const config = {
cookie: "xxx",
reactType: [1,16,2,3],
webhookUrl: "xxx",
};-
Change
"xxx"in cookie with your Facebook cookies
Example:cookie: "sb=xxxxxx;datr=xxxxxxxxx;c_user=xxxxxxxx",
(keep the quotes)
Or use raw link:
cookie: "https://pastebin.com/raw/xxxxxxxx",
-
Set reactType based on the table below
Example:reactType: [1,16,2,3],
This will randomly react with LIKE, CARE, LOVE, and WOW
For single reaction:
reactType: [1],
-
Set webhookUrl with your Discord webhook URL
Example:webhookUrl: "https://discord.com/api/webhooks/xxxx",
This will send activity logs to your Discord server
| Reaction Name | React ID | React Emoji |
|---|---|---|
| LIKE / SUKA | 1 | 👍 |
| LOVE / SUPER | 2 | ❤ |
| WOW | 3 | 😮 |
| HAHA | 4 | 😆 |
| SAD / SEDIH | 7 | 😢 |
| ANGRY / MARAH | 8 | 😡 |
| CARE / PEDULI | 16 | 🤗 |

