# Send Signal Messages✅

A script used to impersonate another person in sending a message via the Signal application.

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Faleff-github%2Fmy-flipper-shits&count_bg=%233C3C3C&title_bg=%233C3C3C&icon=linux.svg&icon_color=%23FFFFFF&title=views&edge_flat=false)](https://github.com/aleff-github/my-flipper-shits)

**Category**: Prank, Execution

<div align=center>

<img src="https://github.com/aleff-github/my-flipper-shits/blob/main/img/logo-repository-2_0.gif" width="600" /><br><img src="https://github.com/aleff-github/my-flipper-shits/blob/main/img/DISCLAIMER.png" width="600" />

</div>

## Description

A script used to impersonate another person in sending a message via the Signal application.

Opens PowerShell to run Signal app and then, using some TAB, write the phone number, then the message, then send it, then close the app.

## Getting Started

### Dependencies

* An internet connection
* Signal App installed
* Windows 10,11

### Executing program

* Plug in your device
* Open a powershell that will close (if open) the Signal app and then, the powershell, will open it again
* Some tabs
* Write the number - Default: 3332211000
* Send the message - Default: Hello World!
* Close the Signal app

In the payload.txt file you must change the number
```txt
REM REQUIRED - Receiver number
STRING 3332211000
```

and the message
```txt
REM This is the message that will be sent.
REM You can change it as you want, if you want.
STRING Hello World!
```

## Credits

<h2 align="center"> Aleff :octocat: </h2>
<div align=center>
<table>
  <tr>
    <td align="center" width="96">
      <a href="https://github.com/aleff-github">
        <img src=https://github.com/aleff-github/aleff-github/blob/main/img/github.png?raw=true width="48" height="48" />
      </a>
      <br>Github
    </td>
    <td align="center" width="96">
      <a href="https://www.linkedin.com/in/alessandro-greco-aka-aleff/">
        <img src=https://github.com/aleff-github/aleff-github/blob/main/img/linkedin.png?raw=true width="48" height="48" />
      </a>
      <br>Linkedin
    </td>
  </tr>
</table>
</div>