Added error correction before creating BAT file

pull/65/head
UberGuidoZ 2022-06-14 19:40:44 -07:00 committed by GitHub
parent ce1fc8c6f9
commit 0d38f4788e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ REM
REM Description: Creates a batch file that opens a Rick Roll every 5 mins in default browser
REM Notes: Creates batch file, starts batch file, minimizes the window
REM Target: Windows but fairly easily modified to work on any OS with a browser
REM Version: 1.2
REM Version: 1.3
REM Category: Prank
REM Source: https://github.com/UberGuidoZ/OMG-Payloads
DELAY 2000
@ -14,6 +14,9 @@ DELAY 500
STRING cmd
ENTER
DELAY 2000
STRING if exist rr.bat del /f /q rr.bat
ENTER
DELAY 1000
STRING copy con rr.bat
ENTER
STRING @ECHO OFF