Skip to content

Sebuah projek menggunakan library WhatsappWebJS (WWEBJS) yang dimana bisa melihat atau bypass pesan 1x lihat untuk dikirim ke pengguna lain atau ditampilkan secara langsung. Ini adalah potongan kode dari projek SuikaBot yang dimana mengerjakan sesuatu terkait bot stiker pada whatsapp.

Notifications You must be signed in to change notification settings

muhismail015/WA-Intip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

WA-Intip

Sebuah potongan kode dari SuikaBot Project untuk melihat atau bypass pesan 1x Lihat dari pengguna lain dan dikirim ke nomor kita sendiri.
Try our sticker bot »

Terimakasih kepada:
@xhaeffer · @iegl3

About WA-Intip

[*] Private Chat:

[*] Only Admin can send msg in Group:

How to Run

Windows

Note: RDP belum tested !!

Note 2: Kalo error coba ganti path ../chrome.exe nya lalu sesuaikan sama punya lu.

  1. Download & Install Node.JS, kalo udah install lanjut ke next step.

  2. Download atau Clone repository ini:

    git clone https://github.com/muhismail015/wa-intip.git
  3. Masuk ke folder project:

    cd WA-Intip
  4. Install NPM packages:

    npm install
  5. Jalanin program:

    npm run start

    atau:

    node index.js
  6. Tunggu QR-Code muncul, lalu scan pake no WA utama lu

  7. Setelah muncul "Client is Ready!" maka sudah siap digunakan, enjoy.

Linux

Note: Tested in VPS (Azure, GCP) with OS Ubuntu 20.x

  1. Install Curl

    sudo apt-get install curl
  2. Download NodeJS (v20.x)

    curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
  3. Install NodeJS & NPM

    sudo apt-get install nodejs
  4. Install Chromium-Browser

    sudo apt-get install chromium-browser
  5. Download atau Clone repository ini:

    git clone https://github.com/muhismail015/wa-intip.git
  6. Masuk ke folder project:

    cd WA-Intip
  7. Install NPM packages:

    npm install
  8. Jalanin program:

    npm run start

    atau:

    node index.js
  9. Tunggu QR-Code muncul, lalu scan pake no WA utama lu

  10. Setelah muncul "Client is Ready!" maka sudah siap digunakan, enjoy.

With PM2

  1. Install PM2 ( global ) :

    sudo npm install pm2 -g
  2. Ke folder WA-Intip, abis itu ketik :

    pm2 start index.js
  3. Enable PM2 startup :

    pm2 startup

    akan ada output seperti ini, Copy :

    sudo env PATH=$PATH:/usr/local/bin ......... dst.
  4. Paste, Lalu enter ( jalankan )

  5. Finishing

    pm2 list
    pm2 save
  6. Done

Available Commands

  • .intip = Reply pesan 1x lihat, trus ketik .intip, send.

    Langsung eksekusi di nomer target (percakapan saat ini).
  • aptuh = Reply pesan 1x lihat, trus ketik aptuh, send.

    Dikirim ke nomor sendiri (elu)

About

Sebuah projek menggunakan library WhatsappWebJS (WWEBJS) yang dimana bisa melihat atau bypass pesan 1x lihat untuk dikirim ke pengguna lain atau ditampilkan secara langsung. Ini adalah potongan kode dari projek SuikaBot yang dimana mengerjakan sesuatu terkait bot stiker pada whatsapp.

Resources

Stars

Watchers

Forks

Packages

No packages published