Categories: GuidesValheim

Autohotkey double-tab dodge script for GeForce Now users

Or anyone else that isn't using mods for whatever reason.

SetTitleMatchMode, 2
SetKeyDelay, 0

Dodge()
  {
  If (GetKeyState("RButton"))
    {
    Send, {Space}
    }
  Else
    {
    Send, {RButton Down}{Space}
    Sleep, 100
    Send, {RButton Up}
    }
  }

#IfWinActive Valheim

~w::
If (A_PriorHotkey <> "~w" or A_TimeSincePriorHotkey > 250)
  {
  KeyWait, w
  Return
  }
  Dodge()
Return

~a::
If (A_PriorHotkey <> "~a" or A_TimeSincePriorHotkey > 250)
  {
  KeyWait, a
  Return
  }
  Dodge()
Return

~s::
If (A_PriorHotkey <> "~s" or A_TimeSincePriorHotkey > 250)
  {
  KeyWait, s
  Return
  }
  Dodge()
Return

~d::
If (A_PriorHotkey <> "~d" or A_TimeSincePriorHotkey > 250)
  {
  KeyWait, d
  Return
  }
  Dodge()
Return

Pretty reliable overall, can be a little glitchy on the diagonals. (Only seems to work if you hold down the double-tap key after use, but I figure you'd want to in most circumstances anyway.)

There was no good flair for this.

Gamer

Share
Published by
Gamer

Recent Posts

Ledx have been so hard for me this wipe

Not being able to craft them sucks. Especially when everyone I talk to about it…

5 months ago

My interesting and unfortunate Gwent life

First I'd like to say I absolutely love this game it's quality. Basically I first…

5 months ago

Teacher Tuesday 12/Dec/2023 – ask your questions here!

Welcome to Teacher Tuesday, a thread where anyone can ask any type of question without…

5 months ago

This games balance is confusing

I’m kind of new/returning to gwent I played beta and obviously it’s a lot lot…

5 months ago

Summary of 10 Days of Draws from Chaffee’s Bundles

Level 1 Bag (Free with Atmosphere Level 2) 6 small consumable (First Aid, Repair, Fire…

5 months ago

Why is my crew at 135%?

Here's my crew - T34-85M - for the life of me I cant figure out…

5 months ago