Hi GrosBof ( big fro. Interesting profile name ) Dash had zero desire for "EZ World Hopper" to cause something negative to happen. It only happened after the update and it's inclusion of the new "customer support" option on the menu screen. Dash works on Item Value Price Tags for all Plans Apparel and Scrap ( thank you ) which is a mod that I'm sure quite a few people find useful and "EZ World Hopper" can be helpful, for example, for such people to very quickly world hop, with just a hotkey combo, then shop for stuff on the new world ( or whatever ) and with Dash's other mod, "see at glance" the approximate value of what they're looking at when they're look thru a vending machine ( or elsewere ). Of course a person doesn't need "Item Value Price Tags for all Plans Apparel and Scrap" if they are a very active shopper / reseller / trader, but it's a very helpful aid.
Kudos to the author, as this is very handy. Here's a quick edit to the script. I don't know jack about AutoHotkey, but this edit is a little quicker. I hope it helps. Thanks Dadditude for the previous post, I used some of your script with some tweaking.
This kept not working for me because of the mousemove section not pointing to the right spot for whatever reason, so I tweaked it to work without using mousemove at all. For anyone else having this issue, here is my modified script:
23 comments
DO NOT DOWNLOAD AND USE.
It will only spend your atoms on C.A.M.P. slots.
This should be banned from NexusMod.
Dash had zero desire for "EZ World Hopper" to cause
something negative to happen. It only happened after the update and
it's inclusion of the new "customer support" option on the menu screen.
Dash works on Item Value Price Tags for all Plans Apparel and Scrap
( thank you
"EZ World Hopper" can be helpful, for example, for such people to very quickly world hop,
with just a hotkey combo, then shop for stuff on the new world ( or whatever ) and with
Dash's other mod, "see at glance" the approximate value of what they're looking at
when they're look thru a vending machine ( or elsewere ).
Of course a person doesn't need "Item Value Price Tags for all Plans Apparel and Scrap"
if they are a very active shopper / reseller / trader, but it's a very helpful aid.
#NoEnv
SetKeyDelay, 0, 50
SetWorkingDir %A_ScriptDir%
WinActivate, Fallout76 ahk_class Fallout76
~F5::
Send, {Escape}
Sleep, 1000
NumpadHome:: SetPos("left-top")
NumpadPgUp:: SetPos("right-top")
NumpadEnd:: SetPos("left-bottom")
NumpadPgDn:: SetPos("right-bottom")
SetPos(pos) {
static flag := DWMWA_EXTENDED_FRAME_BOUNDS := 9
hWnd := WinExist("A")
WinGetPos, X, Y, W, H
top := Y
VarSetCapacity(RECT, 16, 0)
res := DllCall("Dwmapi\DwmGetWindowAttribute", "Ptr", hWnd, "UInt", flag, "Ptr", &RECT, "UInt", 16) = 0
dX := NumGet(RECT, 0, "Int")
dW := NumGet(RECT, 8, "Int")
dH := NumGet(RECT, 12, "Int")
left := res && dX != X ? dX : X + 3
right := res && dW != X + W ? dW : X + W - 3
bottom := res && dH != Y + H ? dH : Y + H - 1
CoordMode, Mouse
MouseMove, InStr(pos, "left") ? left : right, InStr(pos, "top") ? top : bottom, 0
if (A_Cursor ~= "SizeN...")
Click
Send, {z}
Sleep, 1000
Send, {Down down}
Sleep, 1000
Send, {Down up}
Sleep, 1000
Send, {Enter}
Sleep, 1000
Send, {Enter}
Sleep, 2500
Send, {Enter}
Sleep, 1000
Send, {Enter}
}
Return
F3::ExitApp
But, all joking aside
Go to Settings, then Controls, and set it up yourself!
#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, 1500
Send, {Enter}
Sleep, 1500
Send, {Enter}
Sleep, 1500
Send, {Enter}
Sleep, 1500
Send, {Enter}
Return
F3::ExitApp
H a p p y H a l l o w e e n !