HelpHeavy Stander Keybind?

Posts 115 of 15 · Page 1 of 1
Heavy Stander Keybind?
Is it possible? All i want to be able to use heavy stander when pressing ONE key and not the original [SPACE] + [Forward] Key, If there is one could someone make one for me... and maybe explain how to add it into my game? Thanks!
Very interesting idea I am working on it, I was trying to get paladin transformation binded to a random key like "home" key if I can get that to work I'm sure it's the same way with heavy stander
I use one, but its in autohotkey since I can bind it to my extra mouse buttons, I can drop the script here if you want it and have ahk installed.
Yeah I was just looking for a hack that would allow me to kit a hotkey for heavy stander if you could post that here I would love it! I can bind it to somthing else besides my mouse right?
Yeah, you can bind it to any key you want. You need to have autohotkey installed tho, then click on the script file. I made the script in ahk not auotit, and I doubt autoit has the same syntax's.

To use: just press the key and hold if you want to stay in heavy stander then let go to get out of it.
Its not working for me... she ends up rolling when i hit the hot key... and OCCASIONALLY HS for me... I dunno if i did something wrong or what
Whoops lol, gave you a different script. This is the correct one.

Code:
r:: ; replace r with key you want to bind it to
send {w up} ; can remove
send {space up} ; can remove
send {shift up} ; can remove 
send {space down}
sleep 10
send {w down}
sleep 10
send {w up}
keywait, r ; replace this with the same key as you wanted
send {space up}
IT WORKS PERFECT THANKS SO MUCH!!! It's so helpful in combat! I thanked you! You should really make a AutoHotKey Script Release for this, Alot of people would use it.

By the way, in the script what does the:

{Blind}

part do?

EDIT 1 : I had to change the sleep amount to 50 for them to work without
the random dodge roll, i don't know if thats because of my client or whatever.
Problem already resolved I guess but just noticed this topic.

Here's the autohotkey script I use:

Code:
q::
Send {Space down}
Sleep 30
Send {w down}
Sleep 25
Send {w up}
Keywait q
Send {Space up}
return
Where pressing Q enters heavy stander and holding it allows for continuous heavy stander. For me this works perfectly and the sleep times are best possible optimized...but may not be the best for everyone? (lag, etc.) See if this works for you, I've seen more complex scripts for heavy stander on nexon forum but for me, this is best (and simple as well!) If you roll, then you'll probably have to edit sleep times to fit your computer...
Don't mind the blind, I forgot to remove that when I copy pasted my other script and yeah, forgot to mention you had to change the sleep depending on your comp heh.
I am wondering if this consider as hacking, since its just a program that binds heavy guard
Not to go off topic far, but AHK seems not to work in vindictus anymore, anyone else having this issue?
Quote Originally Posted by grey489177 View Post
Not to go off topic far, but AHK seems not to work in vindictus anymore, anyone else having this issue?
Apparently Vindictus is run in Admin mode now due to the way hackshield updates, so you probably need to run AHK in admin mode, some AutoIt users have needed to do this.

The user I'm logged in to while running Vindictus has Admin rights so I never experienced this.
::smacks head against wall:: I AM A FRIGGIN MORON!

Ty so much for eliminating my brain fart x.x

i have admin account open but do my day to day stuff on a normal user account just incase somethin nasty gets in it cant do too much.
Posts 115 of 15 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?