mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 18:21:31 +00:00
Added emptythevoid's BadUSB collection
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,30 @@
|
||||
REM pause the RDR2 process while in Online to force a solo lobby on Linux
|
||||
REM Author: emptythevoid
|
||||
|
||||
REM Open Terminal - change this depending on your distro
|
||||
CTRL-ALT T
|
||||
|
||||
DELAY 300
|
||||
|
||||
|
||||
REM get PID of RDR2
|
||||
STRING PID=$(pgrep RDR2.exe)
|
||||
ENTER
|
||||
DELAY 100
|
||||
|
||||
REM pause
|
||||
STRING kill -s SIGSTOP $PID
|
||||
ENTER
|
||||
|
||||
REM How long to wait. 7 seconds should work
|
||||
DELAY 7000
|
||||
|
||||
REM continue process
|
||||
STRING kill -s SIGCONT $PID
|
||||
ENTER
|
||||
DELAY 100
|
||||
|
||||
REM exit terminal
|
||||
STRING exit
|
||||
ENTER
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,3 @@
|
||||
For Red Dead Redemption 2 on PC
|
||||
|
||||
Works as a macro to hold down the button that lets the player craft ammo. This is especially useful for split bullets.
|
||||
@@ -0,0 +1,4 @@
|
||||
REM Use BadUSB to hold down the button (Enter) to make split bullets in RDR2 for 500 seconds (a little over 8 minutes)
|
||||
|
||||
HOLD ENTER
|
||||
DELAY 500000
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user