need script for runescape

Ask gaming related questions (AHK v1.1 and older)
pker123
Posts: 3
Joined: 07 Sep 2017, 11:43

need script for runescape

07 Sep 2017, 11:51

HI ive been trying to make a script that when i click esc one mouse click =2 clicks then when im done i click escape again and it turns off but nothing was working someone help me please ;d
User avatar
Reloaded
Posts: 283
Joined: 25 Aug 2017, 08:48

Re: need script for runescape

09 Sep 2017, 09:57

Hi :)

I have what you want ;)

Code: Select all

LButton::
{
Sleep, 50
Click, %YPos% %XPos%
Click, %YPos% %XPos%
}
return

Esc::
   Suspend, Permit
   SusToggle := !SusToggle
   If (SusToggle)
   {   Suspend, On
   }
   Else
   {   Suspend Off
   }
   Return
pker123
Posts: 3
Joined: 07 Sep 2017, 11:43

Re: need script for runescape

16 Sep 2017, 07:59

is it possible to make the double click faster?
pker123
Posts: 3
Joined: 07 Sep 2017, 11:43

Re: need script for runescape

16 Sep 2017, 07:59

is it possible to make the double click faster?
User avatar
Reloaded
Posts: 283
Joined: 25 Aug 2017, 08:48

Re: need script for runescape

20 Sep 2017, 12:18

yup

Code: Select all

SetBatchLines, -1
LButton::
{
Sleep, 50
Click, %YPos% %XPos%
Click, %YPos% %XPos%
}
return

Esc::
   Suspend, Permit
   SusToggle := !SusToggle
   If (SusToggle)
   {   Suspend, On
   }
   Else
   {   Suspend Off
   }
   Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 82 guests