Skip to content

Popeye68/As-Multiverse-Token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AS MULTIVERSE TOKENS BOT

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.


Developer

GitHub: popeye68


Features

  • 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

Available Commands

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

Deploy the Bot

Koyeb

Deploy on Koyeb

Heroku

Deploy to Heroku

Replit

Run on Replit


Keep Bot Alive 24/7

Use UptimeRobot to ping your deployed bot every 5 minutes.
Set your Koyeb/Heroku/Replit public URL as the monitor endpoint.


Environment Setup (.env)

The bot uses a .env file for secure variable management.

Create a .env file with TOKEN = Your bot token

On Koyeb:

  • Go to your bot service.
  • Open "Environment Variables".
  • Add key TOKEN and value as your Bot Token.

On Heroku:

  • Go to your Heroku app.
  • Open Settings > Config Vars.
  • Add key TOKEN with your bot token.

On Replit:

  • Go to Secrets (Lock icon).
  • Add key: TOKEN, value: your token.

Customize index.js

Replace the following in your code for the bot to work correctly:

  1. BOT TOKEN

  2. Admin Chat ID

    • Replace your_chat_id with your Telegram user ID
    • Use @userinfobot to get it.
  3. Batch Name

    • Replace batch_name with the actual batch name (e.g. "AS Batch 5")
  4. Token Value

    • Replace token_value with the actual token string you want to send.
  5. File IDs (Image + APK)

    • Send the file (image or APK) to your bot
    • Forward it to @jsondumpbot
    • Copy the file_id and paste in the code.
  6. Channel/Group Links

    • Replace default URLs with your Telegram group or channel links.

Example .env

TOKEN=your_bot_token


License

This bot is licensed under ISC — free for personal and educational use.


Made with caffeine & curiosity by popeye68

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors