Far Cry 5

Far Cry 5

View Stats:
rovaira2 Jun 30, 2019 @ 9:56am
Auto walk key script question
I normally use a script for the games where they don't bother to put it in (for whatever reason) an auto walk key, but I think it's not working because the launcher is through Uplay.

What is the exact window name for Far Cry 5? It's through Uplay, so maybe that's the issue.
Last edited by rovaira2; Jun 30, 2019 @ 1:11pm
< >
Showing 1-8 of 8 comments
-=SOF=-WID99 Jun 30, 2019 @ 11:13am 
the game has NO auto walk key
use w s a d to move
rovaira2 Jun 30, 2019 @ 1:10pm 
This is the script I use that works for other games. Can anyone tell me how to modify it? Key 1 is usually in place of W; I just normally press 1 and let go and my char would keep moving.

What is the window name for Far Cry 5? I tried FacCry 5 and Far Cry 5. It looks like FarCry(copyright symbol or something; not sure what key that is and then 5).

#IfWinActive, FarCry 5

keystate=down

1::
Send {2 %keystate%}
Send {w %keystate%}
if keystate = down
SetEnv, keystate, up
else if keystate = up
SetEnv, keystate, down
return
Saint.Million Jun 30, 2019 @ 2:51pm 
Originally posted by -=SOF=-WID99:
the game has NO auto walk key
He knows that... He's trying to script his own.
Last edited by Saint.Million; Jun 30, 2019 @ 2:51pm
rovaira2 Jul 2, 2019 @ 5:47pm 
If anyone has some ideas how to modify this script to work with this game it'd be awesome; just not sure how to account for it loads through Uplay after clicking it on my stream library; think that might be why it isn't working.
rovaira2 Jul 6, 2019 @ 8:03pm 
I got it to work. This is the script that worked for me. (1 key replace holding down W).

This is with AutoHotkeyU64 which is a free program. The script is in a notepad file.

#IfWinActive, FarCry®5

keystate=down

1::
Send {2 %keystate%}
Send {w %keystate%}
if keystate = down
SetEnv, keystate, up
else if keystate = up
SetEnv, keystate, down
return
NirvanX Jul 6, 2019 @ 11:59pm 
Ko
Roland Jul 7, 2019 @ 4:16am 
If you use a controller this is incredibly easy to setup as like say a double tap of the sprint button (it's often what I put my auto runs to)
strathmore22 Jul 29, 2019 @ 11:13am 
Resurrecting this

you press number 1 on the keyboard to continuously walk.

Like toggle crouch.

I know it doesn't sound much, but always holding down the w key for long periods of time has recently caused me severe neck and shoulder pain.

You can change the key to another such as 'q'

Thanks to the OP.
Last edited by strathmore22; Jul 29, 2019 @ 11:24am
< >
Showing 1-8 of 8 comments
Per page: 1530 50

Date Posted: Jun 30, 2019 @ 9:56am
Posts: 8