0 of 0

File information

Last updated

Original upload

Created by

bee

Uploaded by

bhore

Virus scan

Safe to use

Tags for this mod

About this mod

this autohotkey script help you perform autowalk and actions need to hold E key

Permissions and credits
I don't know when games start to using hold key actions, but I really hate this feature abuse.

how to use:
install autohotkey from offical site www.autohotkey.com
download and unzip this mod, double click "autowalk.ahk" to execute
start the game
click mouse4 to start autowalking or driving, when you need to stop, click mouse4 or w key once
when encounter hold E actions, press tilde key (~) to perform action


how to change key bind:
autowalk bound to mouse button4(thumb button)
hold E bound to tilde key(~)

to change it you can open the script "autowalk.ahk" with text editor
choose a key from the list https://www.autohotkey.com/docs/KeyList.htm
replace it, save and reload script

the line you are looking for is
xbutton1::  (for mouse button4)
$`:: (the tilde key)

note:
in game settings, I change tapping action to holding
I set key holding time to 4.2 sec (4200 ms), which satisfy most case except pushing car or open some door
I use it most on scraping cars and checking leads, beware if you use this to loot everything,  don't press too fast,  it will not response untill last action was finish(4.2 sec)