AIRDROP : Captain Tsubasa Rivals
🎁 Reward: Confirmed and potential listing on Binance
📍 Register: Register Here
- Connect Tonkeeper
- Complete Task
- Upgrade & Boost
- Done
- Git
- Node JS
- TELEGRAM_APP_ID & TELEGRAM_APP_HASH Get it from Here (REQUIRED IF YOU WANT USE SESSIONS)
- Multi Account With Proxy Support
- Support Telegram Sessions and Telegram Query (Query May Expired)
- Auto Tap
- Auto Complete Some Missions
- Auto Upgrade Random Card
- Auto Upgrade Booster
-
Clone project repository
git clone https://github.com/Rambeboy/captain-tsubasa-bot.git && cd captain-tsubasa-bot
-
Install dependencies
npm install && npm i telegram@2.22.2
-
Make new accounts folder
mkdir -p accounts
-
Configure all folder
cp config/config_tmp.js config/config.js && cp config/proxy_list_tmp.js config/proxy_list.js
-
(If You Use Telegram Sessions) To configure the app, run
nano config/config.js
and add your telegram app id and hash there.
-
(If You Use Proxy) To configure the app, run
nano config/proxy_list.js
and add your proxy list there, use http proxy
-
To start the app run
npm run start
-
if any error regarding
config.js
not found, orproxy_list.js
not found, try to copyconfig
folder toapp
folder. make sure you have those file insideconfig
folder.
-
Open your
Command Prompt
orPower Shell
. -
Clone project repository
git clone https://github.com/Rambeboy/captain-tsubasa-bot.git
and cd to project dir
cd captain-tsubasa-bot
-
Install dependencies
npm instal && npm i telegram@2.22.2
-
Navigate to
captain-tsubasa-bot
directory. -
Make new folder named
accounts
. -
Navigate to
config
folder and renameconfig_tmp.js
toconfig.js
alsoproxy_list_tmp.js
toproxy_list.js
. -
Now Open and configure
config.js
. -
Now back to the
captain-tsubasa-bot
folder -
To start the app open your
Command Prompt
orPower Shell
again and runnpm run start
-
If Any error happen contains config or proxy, Copy
config
folder toapp
folder -
Finally run with
node app/index.js
To update bot follow this step :
- Run
or
git pull
if error rungit pull --rebase
git stash && git pull
- Run
npm update
- Start the bot.
-
Run bot
npm run start
-
Choose option
1
to create account -
Choose account type
Query
orSessions
-
Session
Type
- Enter Account Name
- Enter your phone number starting with countrycode ex :
+628xxxxxxxx
- You will be asked for verification code and password (if any)
- Start The bot Again after account creation complete
Query
Type
- Enter Account Name
- Enter Telegram Query (you can get query by opening bot app on browser > inspect element > storage / application > session storage > telegram init params > copy tg web app data value)
- Start The bot Again after account creation complete
- After bot started choose option
3
start bot
If you asked to enter phone number again after sessions creation, it mean session not initialized correctly, try to delete the created sessions.
Example Case
- example you already have 1 session (sessionA) and all good when you run bot. After that you create another session, but when you run bot, the bot asked to enter phone number again, so the problem is on (sessionB), to fix it just remove the
accounts/sessionB
folder and re create it or just delete all folder insideaccounts
directory with prefixsession 66C7 s-
.
if your bot get eror, with some error code 401
it mean your query expired, go get new query and run bot again and choose option 4
for query modification.
Config files is adjustable, modify the config/config.js
, there some adjustable parameter
static USEAUTOUPGRADEBOOST = true; //USE AUTO UPGRADE OR NO (DEFAULT TRUE)
static USEAUTOTAP = true; //USE AUTO TAP OR NO (DEFAULT TRUE)
static USEAUTOCOMPLETEMISSIONS = true; //USE AUTO COMPLETE MISSIONS OR NO (DEFAULT TRUE)
static USEAUTOLEVELUPRANDOMCARD = true; //USE AUTO LEVELUP RANDOM CARD OR NO (DEFAULT TRUE)
static CUSTOMDELAY = undefined; //CUSTOM DELAY AFTER EXECUTION IN SECOND EX : 60 MEANS 60 SECONDS (DEFAULT DYNAMIC TIME + DELAY RANDOM)
Don't use bot with session
type if you using telegram account that bought from someone because it can make your telegram account deleted. instead of using session
type, use query
type.
This bot can use Telegram Query and Telegram Sessions. if you want to use sessions, and ever use one of my bot that use telegram sessions, you can just copy the accounts
folder to this bot. Also for the telegram APP ID and Hash you can use it from another bot. If you want to use Telegram Query, get your query manually.
if you got error Invalid ConstructorId
try to run this npm i telegram@2.22.2
This project is licensed under the MIT License - see the LICENSE file for details.