Playing a lot of RDR2 for the first time. The minigame “Five Finger Filet” annoys the hell outta me. So wrote an AutoHotKey script for it. It goes about 12 fillets(?) per round.

`#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

keys := [“s”, “d”, “a”, “s”, “a”]

SetKeyDelay, 0, 50
^a::
While !(GetKeyState(“x”, “P”))
{
for key, val in keys
{
Send {w down}
Sleep 50
Send {w up}
Sleep 100
Send {%val% down}
Sleep 50
Send {%val% up}
Sleep 100
}
}`

Read Dead Redemption 2
Five Finger Fillet
AutoHotKey script
(change the keys array every round).

Edit: Just realized hashtags work!
#RDR2
#AutoHotKey

You are viewing a single thread.
View all comments
5 points

That’s my second favorite mini game after poker. I find it fun and reasonably challenging. The only reason poker beats it is because I get to murder anyone who has a better hand than me which is something that is frowned upon in real life.

permalink
report
reply

Gaming

!gaming@lemmy.ml

Create post

Sub for any gaming related content!

Rules:

  • 1: No spam or advertising. This basically means no linking to your own content on blogs, YouTube, Twitch, etc.
  • 2: No bigotry or gatekeeping. This should be obvious, but neither of those things will be tolerated. This goes for linked content too; if the site has some heavy “anti-woke” energy, you probably shouldn’t be posting it here.
  • 3: No untagged game spoilers. If the game was recently released or not released at all yet, use the Spoiler tag (the little ⚠️ button) in the body text, and avoid typing spoilers in the title. It should also be avoided to openly talk about major story spoilers, even in old games.

Community stats

  • 3.4K

    Monthly active users

  • 1.3K

    Posts

  • 15K

    Comments