Flask API for the Free Fire spam invite bot system. Send Prime 8, V Badges invites to any target UID via a simple HTTP endpoint.
View on GitHubSend guild invites to a target player. Bot accounts from accounts.json
connect
to game servers, join the target's chat, send a message and invite, then disconnect.
| Name | Type | Description |
|---|---|---|
| uidrequired | integer | Target player UID to send invites to |
| keyoptional | string | API Key stored in your .env file |
| timeoptional | integer | Duration of spam in seconds (default: 30) |
Send room invite spam to a target player in a specific room. Bot accounts connect to game servers and repeatedly send room join packets.
| Name | Type | Description |
|---|---|---|
| uidrequired | integer | Target player UID to send room spam to |
| roomidrequired | integer | Room ID to spam invites in |
| keyoptional | string | API Key stored in your .env file |
| timeoptional | integer | Duration of spam in seconds (default: 30) |
Bot accounts stored in accounts.json are spawned as background threads. Each bot connects to
game
servers, joins the target's guild chat, sends a V-Badge invite, and disconnects.
The script uses all accounts in your config at a rate of 4 concurrent logins every 3 seconds. It automatically repeats looping across all accounts until the requested time (in seconds) expires. It requires key from .env file to be passed.
The original CLI system is preserved. Run python main.py for the interactive terminal
interface.
Configure bot credentials in accounts.json as key-value pairs of uid: password.