Jump to content

need help with an ahk script.


Patience

Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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