0 of 0

File information

Last updated

Original upload

Created by

Dash

Uploaded by

digitdash

Virus scan

Some manually verified files

Tags for this mod

23 comments

  1. Grosbof
    Grosbof
    • supporter
    • 0 kudos
    MALICIOUS SCRIPT.
    DO NOT DOWNLOAD AND USE.

    It will only spend your atoms on C.A.M.P. slots.
    This should be banned from NexusMod.
    1. BorderXer
      BorderXer
      • premium
      • 40 kudos
      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.
    2. morino92
      morino92
      • member
      • 0 kudos
      You need to replace z by w
    3. CyPha13
      CyPha13
      • member
      • 0 kudos
      where on earth do you do that haha, so lost
    4. CyPha13
      CyPha13
      • member
      • 0 kudos
      no soup for you come back ONE YEAR 
  2. HighestOwl
    HighestOwl
    • member
    • 0 kudos
    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.



    #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
    1. CyPha13
      CyPha13
      • member
      • 0 kudos
      how does one edit the script lol, its all locked in an exe best i can tell 
    2. CyPha13
      CyPha13
      • member
      • 0 kudos
      lol, fkn dope community round here.
  3. Goratesque
    Goratesque
    • member
    • 6 kudos
    Can anyone confirm if this still working?
    1. andrevr
      andrevr
      • supporter
      • 0 kudos
      working excellently, thank you
  4. Daddyoisme
    Daddyoisme
    • member
    • 0 kudos
    Ran as Administrator, it tabbed back to the game on it's own, I hit F5 and nothing happens.
  5. Darkwarriorbr
    Darkwarriorbr
    • supporter
    • 1 kudos
    Does this apply to private server ? , I mean if i am fallout 1st ?
  6. straatschoffie
    straatschoffie
    • supporter
    • 0 kudos
    When pressing F5 it switches between 1st person view and 3th person view and visa versa...
    1. aska333
      aska333
      • member
      • 2 kudos
      Are you playing Minecraft or something?
      But, all joking aside
      Go to Settings, then Controls, and set it up yourself!
  7. Dadditude
    Dadditude
    • premium
    • 7 kudos
    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:

    #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
  8. BorderXer
    BorderXer
    • premium
    • 40 kudos
    Thank you.
    H a p p y  H a l l o w e e n !

  9. iiRicee
    iiRicee
    • supporter
    • 0 kudos
    Needs updating because they added a new customer support button in the menu.
  10. qq380740588
    qq380740588
    • member
    • 0 kudos
    2560*1080 work or not?