Rating
+7

SEASON 28 Right-Click Spin To Win (GoD Dh) Speed 115s / T16 Ft. AHK Macro [VIDEO GUIDE]

Seasonal
Hybrid
BBCode Link
Edit

Skills

  • Hungering Arrow Devouring Arrow
  • Strafe Drifting Shadow
  • Smoke Screen Displacement
  • Vengeance Dark Heart
  • Companion Wolf Companion
  • Preparation Focused Mind
  • Ambush
  • Archery
  • Steady Aim
  • Cull the Weak

Items

More Details
  • Legendary Gems

    • Zei's Stone of Vengeance
    • Taeguk
    • Simplicity's Strength

Kanai's Cube

  • Dawn
  • Depth Diggers
  • Ring of Royal Grandeur

GoD Dh got a big dmg buff for s28 and is now one of if not the best speed farmer out. Never run out of resource and hold right-click spin-to-win the entire rift while AHK spams spells 1-4 for you. You'll only need to hit left-click (while still holding right-click) when you reach an elite pack to proc f+r/God 2p. I use spacebar to force stand still for this at times.

P1k atm on day 3. Haven't completed the altar yet, gated on a challenge rift cache sacrifice until tomoz but when fully completed this could easily do 120 in under 2 mins (namely missing the 50% dmg done to bosses and potion power). Got augs on most gear.

Notes:
- Swap archery to awareness if you're dying heaps (servers been lagging often) or tactical advantage if you wanna move faster in speed grs but you lose 8% dmg and you already get 100% ms with smokescreen.

- You need ~40% cooldown reduction with dawn cubed to have 100% uptime on vengeance (40% extra dmg and 50% toughness!!!)

- I've got attack speed on gloves but you can have cdr here and attack speed or area damage on weapon, for example. As long as you're at least 40% sheet cdr for 100% vengeance.

- Any follower is fine.

- This setup works in group speeds (3 GoD dh + 1 zdh for example). Was running it earlier today with no issues. Took awareness instead of archery due to the loss of follower cheat death.

What is AHK?

AutoHotkey is a legal alternative to the numlock trick which I prefer, toggled on and off by the key of your choice to spam as many spells (even the potion which grants a random shrine/pylon effect in s28, if you ceebs pressing it), as the optional script below includes. This build is aids to play without AHK/numlock trick! Highly suggest you use either to avoid arthritis.

First download AHK here: https://www.autohotkey.com/

Copy and paste the below script into a new AHK script on your desktop (right click desktop, NEW, AutoHotkey Script). Name it whatever you want.
Toggle on with F1 and off with F2. I use qwer instead of 1-4 so you'd just need to replace them in the below script!

AHK Script (set it to spam potion too, bound to "u"):

F1::
If (Toggle = "")
{
SetTimer, Loopq, 0
SetTimer, Loopw, 0
SetTimer, Loope, 0
SetTimer, Loopr, 0
SetTimer, Loopu, 0
}
Else
Pause
If (Toggle := !Toggle)
{
Gosub, Loopq
Sleep 0
Gosub, Loopw
Sleep 0
Gosub, Loope
Sleep 0
Gosub, Loopr
Sleep 0
Gosub, Loopu
Sleep 0
}
return

F2::Reload

Loopq:
Send, q ; Sends q
return
Loopw:
Send, w ; Sends w
return
Loope:
Send, e ; Sends e
return
Loopr:
Send, r ; Sends r
return
Loopu:
Send, u ; Sends u
return

Paragon Priorities

Core

Primary Stat
Vitality
Movement Speed
Maximum Resource

Offense

Attack Speed
Cooldown Reduction
Critical Hit Chance
Critical Hit Damage

Defense

Life
Armor
Resist All
Life Regeneration

Utility

Area Damage
Resource Cost Reduction
Life on Hit
Gold Find

Build Guide

GoD Dh got a big dmg buff for s28 and is now one of if not the best speed farmer out. Never run out of resource and hold right-click spin-to-win the entire rift while AHK spams spells 1-4 for you. You'll only need to hit left-click (while still holding right-click) when you reach an elite pack to proc f+r/God 2p. I use spacebar to force stand still for this at times.

P1k atm on day 3. Haven't completed the altar yet, gated on a challenge rift cache sacrifice until tomoz but when fully completed this could easily do 120 in under 2 mins (namely missing the 50% dmg done to bosses and potion power). Got augs on most gear.

Notes:
- Swap archery to awareness if you're dying heaps (servers been lagging often) or tactical advantage if you wanna move faster in speed grs but you lose 8% dmg and you already get 100% ms with smokescreen.

- You need ~40% cooldown reduction with dawn cubed to have 100% uptime on vengeance (40% extra dmg and 50% toughness!!!)

- I've got attack speed on gloves but you can have cdr here and attack speed or area damage on weapon, for example. As long as you're at least 40% sheet cdr for 100% vengeance.

- Any follower is fine.

- This setup works in group speeds (3 GoD dh + 1 zdh for example). Was running it earlier today with no issues. Took awareness instead of archery due to the loss of follower cheat death.

What is AHK?

AutoHotkey is a legal alternative to the numlock trick which I prefer, toggled on and off by the key of your choice to spam as many spells (even the potion which grants a random shrine/pylon effect in s28, if you ceebs pressing it), as the optional script below includes. This build is aids to play without AHK/numlock trick! Highly suggest you use either to avoid arthritis.

First download AHK here: https://www.autohotkey.com/

Copy and paste the below script into a new AHK script on your desktop (right click desktop, NEW, AutoHotkey Script). Name it whatever you want.
Toggle on with F1 and off with F2. I use qwer instead of 1-4 so you'd just need to replace them in the below script!

AHK Script (set it to spam potion too, bound to "u"):

F1::
If (Toggle = "")
{
SetTimer, Loopq, 0
SetTimer, Loopw, 0
SetTimer, Loope, 0
SetTimer, Loopr, 0
SetTimer, Loopu, 0
}
Else
Pause
If (Toggle := !Toggle)
{
Gosub, Loopq
Sleep 0
Gosub, Loopw
Sleep 0
Gosub, Loope
Sleep 0
Gosub, Loopr
Sleep 0
Gosub, Loopu
Sleep 0
}
return

F2::Reload

Loopq:
Send, q ; Sends q
return
Loopw:
Send, w ; Sends w
return
Loope:
Send, e ; Sends e
return
Loopr:
Send, r ; Sends r
return
Loopu:
Send, u ; Sends u
return