I know a while back there was some sort of wall jumping macro. Is there anything like this in 5.3?
I know a while back there was some sort of wall jumping macro. Is there anything like this in 5.3?
contact SoNET, i think he might have it somewhere, but he's all natural now ;D
I don't have a skype account. Contact me through pms or through discord.
/bummmpppppp
A macro? I don't really see how that's possible, since in game macros don't let you jump / move differently...
I've been using a script in Autohotkey, bound to the PageDown key
PgDn::
Send {w Down}
Send {Space Down}
return
PgDn Up::
Send {w Up}
Send {Space Up}
return
Works for me, idk what you're actually looking for though.