Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Global $wTitle = "Darkfall Online";
  2. WinWaitActive($wTitle)
  3. HotKeySet("+v", "Swordshield"); Sets the hotkey for the Sword+Shield
  4. Func Swordshield ()
  5.  
  6. Send ( "{F4}" ); pulls out your 1 hander at position "1"
  7. Sleep (527)
  8. Send ( "{F5}" ); pulls out your Shield at position "2"
  9. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement