AHK Scripts for Bug using
AHK Script for Rapid Fire on Ranged Classes (idea by @
Trove)
XButton1 is one of the Side Buttons of your mouse if it has one/two but you can
Change XButton1 in the Script to any button u like to hold to use "rapid fire" (dont use LButton, its a hell to deactivate the script xD)
Also PRO-TRICK: instead of Boxes use Allies u already have in collection, free aiming
Code:
~$*XButton1::
Loop
{
GetKeyState, var, XButton1, P
If var = U
Break
Send {t}
sleep 50
Send {r}
}
AHK Script For Rapid Ore Farm:
hold mouse side button 2 to farm blocks like hell.
u can change XButton2 to any button u want to hold to farm.
U may have to increase "Sleep 20" because of Server Lag
Code:
~$*XButton2::
Loop
{
GetKeyState, var, XButton2, P
If var = U
Break
Send {RButton}
Sleep 20
}
or this what works better...
Code:
~$*XButton2::
Loop
{
Loop, 6
{
GetKeyState, var, XButton2, P
If var = U
Break
Send {RButton}
Sleep 10
}
}
Both Sripts farm and fire work together
it doesnt work anymore, at least for me it doesnt...
Sry, it works but only with boxes, with allies that i already have it is only the image of atacking fast, but he is actually doing the dmg as if it were atacking with normal atackspeed :P
This doesnt work.
The damage (with allies) is like the normal attack speed so your AHK Script is useless for Allies.
€dit:
The Attack spd works, but the Damage wont work.
well its the same thing with boxes, the only thing which is better with allies is, that u can free aim. Damage is always the same, but u got Higher Atk Speed = More Damage over time. try it out stand on grass and shoot on bottom normal, then with this script ull see the differnece.
THE DAMAGE IS STILL THE SAME, BUT U WILL ATTACK FASTER THAN ANYTHING BEFORE MEANS U WILL DO MORE DAMAGE OVER TIME, THATS WHAT I MEAN WITH OP DAMAGE.
THEY patched the atk speed bug
yes and it wasnt the same, if you would try it on a boss or something before argue any dumb...
Anyway cya.
why is this tread still up?
hey,
how too use script ?
Can be Closed. The Farm still works.