Last active
April 11, 2023 01:10
-
-
Save BlackAmda/55628fdff26607cd1343bb40f733c191 to your computer and use it in GitHub Desktop.
Queen Amdi Termux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RED='\033[0;31m' | |
GREEN='\033[1;32m' | |
CYAN='\033[1;36m' | |
PURPLE='\033[0;35m' | |
NC='\033[0m' | |
printf "${GREEN}╔╗─╔╗────╔╗──╔╗\n║║─║║────║║─╔╝╚╗\n║║─║╠══╦═╝╠═╩╗╔╬╦═╗╔══╗\n║║─║║╔╗║╔╗║╔╗║║╠╣╔╗╣╔╗║\n║╚═╝║╚╝║╚╝║╔╗║╚╣║║║║╚╝║\n╚═══╣╔═╩══╩╝╚╩═╩╩╝╚╩═╗║\n────║║─────────────╔═╝║\n────╚╝─────────────╚══╝\n╔═══╗─────╔╗\n║╔═╗║─────║║\n║╚═╝╠══╦══╣║╔╦══╦══╦══╦══╗\n║╔══╣╔╗║╔═╣╚╝╣╔╗║╔╗║║═╣══╣\n║║──║╔╗║╚═╣╔╗╣╔╗║╚╝║║═╬══║\n╚╝──╚╝╚╩══╩╝╚╩╝╚╩═╗╠══╩══╝\n────────────────╔═╝║\n────────────────╚══╝\n\n" | |
apt update && apt upgrade | |
pkg upgrade -q -y | |
apt install nodejs --fix-missing -qq -y | |
pkg install git -qq -y | |
printf "${RED}╔══╗─────╔╗───╔╗╔╗\n╚╣╠╝────╔╝╚╗──║║║║\n─║║╔═╗╔═╩╗╔╬══╣║║║╔╦═╗╔══╗\n─║║║╔╗╣══╣║║╔╗║║║║╠╣╔╗╣╔╗║\n╔╣╠╣║║╠══║╚╣╔╗║╚╣╚╣║║║║╚╝║\n╚══╩╝╚╩══╩═╩╝╚╩═╩═╩╩╝╚╩═╗║\n──────────────────────╔═╝║\n──────────────────────╚══╝\n╔═══╗────────────╔╗\n║╔═╗║───────────╔╝╚╗\n║╚═╝╠══╦══╦══╦══╬╗╔╬══╦═╦╗─╔╗\n║╔╗╔╣║═╣╔╗║╔╗║══╬╣║║╔╗║╔╣║─║║\n║║║╚╣║═╣╚╝║╚╝╠══║║╚╣╚╝║║║╚═╝║\n╚╝╚═╩══╣╔═╩══╩══╩╩═╩══╩╝╚═╗╔╝\n───────║║───────────────╔═╝║\n───────╚╝───────────────╚══╝\n\n" | |
git clone https://github.com/BlackAmda/QueenAmdi -q | |
cd QueenAmdi | |
printf "${CYAN}╔══╗─────╔╗───╔╗╔╗\n╚╣╠╝────╔╝╚╗──║║║║\n─║║╔═╗╔═╩╗╔╬══╣║║║╔╦═╗╔══╗\n─║║║╔╗╣══╣║║╔╗║║║║╠╣╔╗╣╔╗║\n╔╣╠╣║║╠══║╚╣╔╗║╚╣╚╣║║║║╚╝║\n╚══╩╝╚╩══╩═╩╝╚╩═╩═╩╩╝╚╩═╗║\n──────────────────────╔═╝║\n──────────────────────╚══╝\n╔══╗────╔╗\n║╔╗║────║║\n║╚╝╚╦══╦╣║╔╗─╔╦══╦══╗\n║╔═╗║╔╗╠╣║║║─║║║═╣══╣\n║╚═╝║╔╗║║╚╣╚═╝║║═╬══║\n╚═══╩╝╚╩╩═╩═╗╔╩══╩══╝\n──────────╔═╝║\n──────────╚══╝\n\n" | |
npm install @adiwajshing/baileys --silent | |
npm install chalk --silent | |
printf "\n\n${PURPLE}╔═══╗──╔╗─╔╗\n║╔═╗║─╔╝╚╦╝╚╗\n║║─╚╬═╩╗╔╩╗╔╬╦═╗╔══╗\n║║╔═╣║═╣║─║║╠╣╔╗╣╔╗║\n║╚╩═║║═╣╚╗║╚╣║║║║╚╝║\n╚═══╩══╩═╝╚═╩╩╝╚╩═╗║\n────────────────╔═╝║\n────────────────╚══╝\n╔═══╦═══╗╔═══╗────╔╗\n║╔═╗║╔═╗║║╔═╗║────║║\n║║─║║╚═╝║║║─╚╬══╦═╝╠══╗\n║║─║║╔╗╔╝║║─╔╣╔╗║╔╗║║═╣\n║╚═╝║║║╚╗║╚═╝║╚╝║╚╝║║═╣\n╚══╗╠╝╚═╝╚═══╩══╩══╩══╝\n───╚╝\n\n" | |
node qr.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment