Jump to content

need help with an ahk script.


Recommended Posts

Posted (edited)
Esc:: Suspend, Toggle

 

q:: send {Rbutton}

e:: send {lbutton}

w:: mousemove, 0, 70, 0 , R

 

a:: send {Rbutton}

d:: send {lbutton}

s:: mousemove, 0, 35, 0 , R

 

z:: send {Rbutton}

c:: send {lbutton}

x:: mousemove, 0, 56, 0 , R

 

 

 

 

Can you make it so by pressing Q it does (qwe) in 1 go, but make it so if i hold down (Q) It won't continue doing so, so it does all 3 of the commands at once but then make u lift ur finger off q and press it again to do all 3 actions again,

 

also can u do the same for ads and zcx, im a complete noob at this but id love to get my "cheat script" for ahk working i been using this but with an autotyper like program to do 3 actions for 1 action the only issue with that is if i hold down Q for too long it will repeat the action thus looking extremely bot like.

Edited by Patience
Posted (edited)
Esc:: Suspend, Toggle

 

W::

Click Right

Mousemove,0,40,0,R

Click

keywait, W

return

 

Q::

click right

Mousemove,0,70,0,R

click left

keywait, Q

return

 

 

E::

click right

Mousemove,0,56,0,R

click left

keywait, E

return

 

 

^^ NVM DID IT MYSELF, #PROUD. (for runecrafting if anyone is interested i used the same script for months and months got 16m rc exp and no ban)

 

Q for ess

 

W for pouches

 

E for zammy mage

Edited by Patience

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...