Updated Define and Comments

pull/251/head
Gopalsamy Rajendran 2023-03-08 23:54:22 +05:30 committed by GitHub
parent f05f841295
commit af500b1c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 7 deletions

View File

@ -1,18 +1,22 @@
REM # -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
REM # TITTLE: Whatsapp Message Sender
REM # TITLE: Whatsapp Message Sender
REM #
REM # AUTHOR: Gopalsamy Rajendran LinkedIn: @gopalsamyrajendran Version:1.0
REM # AUTHOR: Gopalsamy Rajendran LinkedIn: @gopalsamyrajendran Version:1.0
REM #
REM # Disclaimer: This script is only for Educational purpose. Please don't misuse it.
REM #
REM # Tested OS: Android version 12 Pixel OS
REM # Tested OS: Android version 12
REM #
REM # Note: Script won't work on locked devices. Also this script runs on rubber ducky alternatives too.
REM # Note: Script won't work on locked devices
REM #
REM # Date: 08/03/2023
REM # -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
DEFINE PHONENUMBER +91XXXXXXXXXX
DEFINE MESSAGE Hi this is Gopalsamy Rajendran
REM #-------------------------------------------------
REM # Below lines will open search engine and type https://
DELAY 1000
GUI r
DELAY 100
@ -33,11 +37,25 @@ STRING /
DELAY 100
STRING /
DELAY 100
STRING wa.me/+91XXXXXXXXXX
REM #-------------------------------------------------
REM #-------------------------------------------------
REM # Below lines will enter wa.me after https://
REM # Replace the mobile number with your's
STRING wa.me/
STRING MESSAGE
ENTER
DELAY 5000
STRING Hi this is Gopalsamy Rajendran
DELAY 5000
REM #-------------------------------------------------
REM #-------------------------------------------------
REM # Below message will be sent to the target number confiugured above
REM # Replace the message with your own message
STRING MESSAGE
TAB
TAB
ENTER
DELAY 1000
REM #-------------------------------------------------