About this mod
A quick script I made to hop worlds while vendor hopping, as the excessive number of steps to do so gets tedious. Now just press F5, done.
- Permissions and credits
- Changelogs
- Donations
This is an extremely simple script I made that allows you to hop to a new world more efficiently, which is especially beneficial when you're vendor hopping. It turns 6 separate clicks/steps into a single key press (F5). Hop 10 times and you just saved yourself 50 manual operations. Less strain = better. I use this many times a day.
To close the script, find the red icon in your bottom right dock in Windows and right click -> close. Shouldn't hurt anything if you leave it open though.
This script sends virtual keystrokes and mouse movements, so touching either the mouse or keyboard while the script is running will most likely cause it to fail midway. If for any reason the steps don't complete, wait a few seconds for the rest of the script to finish firing and just complete the steps manually. Hopefully you'll do better the next time around.
HOW TO USE: Run executable as administrator (right click -> run as admin) and press F5 in-game. Must be in world view, not any menus or map.
I've only had a chance to test this out on a single device. Should you run into any issues, please let me know about them in the comment section of this mod post so they can be fixed. Thanks, and hope it helps.
Script
#NoEnv
SetKeyDelay, 0, 50
SetWorkingDir %A_ScriptDir%
WinActivate, Fallout76 ahk_class Fallout76
~F5::
MouseMove, 700, -350,10,R
Sleep, 1600
Send, {Escape}
Sleep, 1000
Send, {z}
Sleep, 1000
Send, {Down}
Sleep, 150
Send, {Down}
Sleep, 150
Send, {Down}
Sleep, 150
Send, {Down}
Sleep, 150
Send, {Down}
Sleep, 150
Send, {Down}
Sleep, 150
Send, {Down}
Sleep, 150
Send, {Down}
Sleep, 150
Send, {Down}
Sleep, 150
Send, {Down}
Sleep, 150
Send, {Down}
Sleep, 150
Send, {Enter}
Sleep, 500
Send, {Enter}
Sleep, 500
MouseMove, 700, -350,10,R
Sleep, 1500
Send, {Enter}
Sleep, 1500
Send, {Enter}
Sleep, 1500
Send, {Enter}
Return
F3::ExitApp