mirror of https://github.com/hak5/omg-payloads.git
Create TrapCable
A payload which will greet you until you kill it. Click run, don't move and let it happen <3pull/38/head
parent
80a7b73ff8
commit
39f02572b8
|
@ -0,0 +1,33 @@
|
|||
REM TrapCable
|
||||
REM Version 1.0
|
||||
REM OS: Tested on Google Chrome on Windows 10
|
||||
REM Author: 0iphor13
|
||||
|
||||
REM This payload will greet you until you kill it! Might not work on every system properly due to timings...
|
||||
REM Click run and let it happen, don't move!
|
||||
|
||||
DELAY 3000
|
||||
MOUSE MOVE -10000 -10000
|
||||
DELAY 200
|
||||
MOUSE MOVE 200 200
|
||||
DELAY 200
|
||||
MOUSE CLICK 1
|
||||
DELAY 200
|
||||
STRING Hi!
|
||||
DELAY 1000
|
||||
BACKSPACE
|
||||
BACKSPACE
|
||||
BACKSPACE
|
||||
BACKSPACE
|
||||
TAB
|
||||
DELAY 100
|
||||
TAB
|
||||
DELAY 100
|
||||
TAB
|
||||
DELAY 100
|
||||
MOUSE MOVE -10000 -10000
|
||||
DELAY 200
|
||||
MOUSE MOVE 200 200
|
||||
DELAY 200
|
||||
ENTER
|
||||
MOUSE CLICK 1
|
Loading…
Reference in New Issue