Added emptythevoid's BadUSB collection

This commit is contained in:
UberGuidoZ
2024-09-06 13:27:37 -07:00
parent 70856507e4
commit 24f5187975
56 changed files with 6279 additions and 0 deletions
@@ -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