Skip to content

Latest commit

 

History

History
100 lines (81 loc) · 2.86 KB

README.md

File metadata and controls

100 lines (81 loc) · 2.86 KB

CATATAN ( NOTE )

sc ini hanyalah hasil recode dari sc asli hisoka saya hanya memperbaiki sebagian fitur yg error.

NOTE

  • Script ini untuk semua orang, bukan untuk Dijual.
  • Jika apikey habis atau expired daftar Disini

BOTCAHX

This is Script of WhatsApp multi device, working with @adiwajshing/baileys

Group Discussion

  • Join grup jika kamu nanya, kamu bertanya-tanya. Group Link

My Project

Setting Autotyping & Recording

  • Tambahkan tanda [/**] dan [**/] untuk mengaktifkan atau menonaktifkan fitur tersebut
  • Edit Di Baris Line
  • Contoh Mematikan Fitur:
        /**if (m.message) {
tio.sendPresenceUpdate('composing', m.chat)
tio.readMessages([m.key])
}
 if (m.message) {
tio.sendPresenceUpdate('recording', m.chat)
tio.readMessages([m.key])
}**/
  • Contoh Mengaktifkan Fitur
if (m.message) {
tio.sendPresenceUpdate('composing', m.chat)
tio.readMessages([m.key])
}
 if (m.message) {
tio.sendPresenceUpdate('recording', m.chat)
tio.readMessages([m.key])
}

UNTUK PENGGUNA WINDOWS/RDP

git clone https://github.com/BOTCAHX/Hoream-MD 
cd Hoream-MD 
npm install

FOR TERMUX/UBUNTU/SSH USER

apt update && apt upgrade
apt install git -y
apt install nodejs -y
apt install ffmpeg -y
git clone https://github.com/BOTCAHX/Hoream-MD 
cd Hoream-MD 
npm install

RECOMMENDED INSTALL ON TERMUX

pkg install yarn
yarn

Installing

$ npm start

Thanks To

Thanks to all who have participated in the development of this script