Is this script allowed?

It's a script for holding the shift button when I right click.
Spoiler
#IfWinActive Path of Exile

*rbutton::Send {shift Down}{rbutton down}

*rbutton Up::Send {shift Up}{rbutton up}
isn't there something in the settings that lets you do this. or am i just imagining things. :|
Poe Diary 1745234
IGN: Enefeaa
"
Nallrad wrote:
It's a script for holding the shift button when I right click.
Spoiler
#IfWinActive Path of Exile

*rbutton::Send {shift Down}{rbutton down}

*rbutton Up::Send {shift Up}{rbutton up}


It's allowed only if you dont put it on a loop. So it only runs 1 sequence per key stroke.
The real hardcore PoE players and the elites sit in town and zoning in and out of their hideouts trading items. Noobs that don't know how to play PoE correctly, kill monsters for items. It's pure fact, it will never change.

Welcome to PoE.
Damn I need that script.
GGG banning all political discussion shortly after getting acquired by China is a weird coincidence.
"
Nallrad wrote:
It's a script for holding the shift button when I right click.
Spoiler
#IfWinActive Path of Exile

*rbutton::Send {shift Down}{rbutton down}

*rbutton Up::Send {shift Up}{rbutton up}



I think the bigger problem for your script is that, there's no "RButton Up" key for mouse button up.


Try this,

~$RButton::
While( GetKeyState( "RButton", "p" ))
{
Send, {Shift Down}
Send, RButton
Send, {Shift Up}
Sleep 10
}
Return
This is what I use:

Spoiler
#IfWinActive Path of Exile
Rbutton::Send {shift Down}{rbutton down}
Rbutton Up::Send {shift Up}{rbutton up}
Return


I've found this macro to be quite burdensome w/ Melee characters that have mana leech. Starting attack slightly early can burn through your mana fast. Otherwise works like a charm for ranged and casters.

Works great for Cyclone and Flicker as well.
For those too lazy for a script I highly recommend switching "Attack in place" to spacebar. Much more comfortable in my opinion.
Can we get a response from GGG/Chris if this is actually legal?

Is a script to press 1 key and have it use Hold in place+Attack Legal?




Thanks in advance!
Don't even need a script for this... most mouse software would let you modify the key binding.
I'm pretty sure you can just email support and get a direct response.

Report Forum Post

Report Account:

Report Type

Additional Info