A Telegram bot built in Node.js for manually distributing AS MULTIVERSE system APK tokens to users.
This is one of many bots developed and maintained by popeye68. More public bots will be released soon. Stay tuned!
Live Bot: AS MULTIVERSE
OFFICIAL BOTS CHANNEL: TECH ERROR Here you'll get hacking bots.
GitHub: popeye68
- Token delivery system for multiple platforms (RWA, CW, RG)
- Fully manual control — no backend database required
- Lightweight & fast
- Runs perfectly on Koyeb, Heroku, and Replit
- Can be kept online using UptimeRobot
| Command | Description |
|---|---|
/start |
Check if the bot is alive |
/help |
Show bot usage instructions |
/token |
Get Rojgar With Ankit token |
/cwtoken |
Get CareerWill token |
/rgtoken |
Get RG Vikramjeet token |
/apk |
Get All Apk files |
Use UptimeRobot to ping your deployed bot every 5 minutes.
Set your Koyeb/Heroku/Replit public URL as the monitor endpoint.
The bot uses a .env file for secure variable management.
Create a .env file with TOKEN = Your bot token
- Go to your bot service.
- Open "Environment Variables".
- Add key
TOKENand value as your Bot Token.
- Go to your Heroku app.
- Open Settings > Config Vars.
- Add key
TOKENwith your bot token.
- Go to Secrets (Lock icon).
- Add key:
TOKEN, value: your token.
Replace the following in your code for the bot to work correctly:
-
BOT TOKEN
- Get your token from @BotFather
-
Admin Chat ID
- Replace
your_chat_idwith your Telegram user ID - Use @userinfobot to get it.
- Replace
-
Batch Name
- Replace
batch_namewith the actual batch name (e.g."AS Batch 5")
- Replace
-
Token Value
- Replace
token_valuewith the actual token string you want to send.
- Replace
-
File IDs (Image + APK)
- Send the file (image or APK) to your bot
- Forward it to @jsondumpbot
- Copy the
file_idand paste in the code.
-
Channel/Group Links
- Replace default URLs with your Telegram group or channel links.
TOKEN=your_bot_token
This bot is licensed under ISC — free for personal and educational use.
Made with caffeine & curiosity by popeye68