Follow someone on Instagram

pull/345/head
Aleff 2023-06-13 09:24:28 +02:00 committed by GitHub
parent 32f997633c
commit b4859f9ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
REM ################################################
REM # |
REM # Title : Follow someone on Instagram |
REM # Author : Aleff |
REM # Version : 1.0 |
REM # Category : Prank |
REM # Target : Windows 10/11 |
REM # |
REM ################################################
REM Requirements:
REM - Internet Connection
REM - Instagram account logged in
REM You must set the Instagram account that you want to follow i.e. https://www.instagram.com/alessandro_greco_aka_aleff/
DEFINE #INSTAGRAM_LINK example
DELAY 1000
GUI r
DELAY 500
STRINGLN powershell
DELAY 500
STRINGLN Start-Process "#INSTAGRAM_LINK"; exit;
REM It depends by the computer power and by the internet connection power
DELAY 2000
REM Go to Follow button and click it
REPEAT 13 TAB
DELAY 500
ENTER
DELAY 1000
REM Close the Browser
ALT F4