0% found this document useful (0 votes)
191 views4 pages

Autohotkey Scriptsfdsf

This document contains scripts for various Runescape activities using hotkeys, including fletching, construction, dropping items, runecrafting, logging in, superheating, making bolts, and withdrawing/using items. The scripts use hotkey combinations like Z-X-C to withdraw items and A-S-D to interact with objects on the screen to automate tasks in an efficient manner.

Uploaded by

Paterno Aparente
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
191 views4 pages

Autohotkey Scriptsfdsf

This document contains scripts for various Runescape activities using hotkeys, including fletching, construction, dropping items, runecrafting, logging in, superheating, making bolts, and withdrawing/using items. The scripts use hotkey combinations like Z-X-C to withdraw items and A-S-D to interact with objects on the screen to automate tasks in an efficient manner.

Uploaded by

Paterno Aparente
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

SCRIPTS BY LICERT1

______________________
FLETCHING:
Z:: Click right
X:: MouseMove, 0, 70, 1, R
C:: Click ; Withdraw-x
NumPadEnter:: Suspend
A:: Click
S:: MouseMove, 0, 40, 1, R
D:: Click ; Bow string -> (u)
Space:: MouseMove, 0, -215, 1, R ; Go from Deposit All to bowstring/(u)
______________________
CONSTRUCTION:
Z::
Click right
return
X::
MouseMove, 0, 48, 1, R
return
C::
Click
return
NumPadEnter::
Suspend
return
A::
Click right
return
S::
MouseMove, 0, 90, 1, R
return
D::
Click
return
4::
Send {ENTER}
(For oak larders, not sure if same for door)
______________________
DROPPING:
Z::
Click right
return
X::
MouseMove, 0, 40, 1, R
return
C::
Click
return

NumPadEnter::
Suspend
return
s::
MouseMove, 0, 30, 1, R
return
a::
click
return
d::
click
return
a/s/d are used for tinderbox method for woodcutting if need to do it asap
________________________
RUNECRAFTING:
Z::
Click right
return
X::
MouseMove, 0, 70, 1, R
return
C::
Click
return
NumPadEnter::
Suspend
return
S::
MouseMove, 0, 40, 1, R
return
A::
Click
return
D::
Click
return
W::
MouseMove, 0, 40, 1, R
return
Q::
Click right
return
E::
Click
return

B::
Click right

return
N::
MouseMove, 0, 60, 1, R
return
M::
Click
return
Z/X/C
A/S/D
Q/W/E
B/N/M

Withdraw
Fills pouches (1 'asd' fills 2 pouches)
Empties pouches
I don't know what this is for but it does something

______________________
LOGIN:
F11::
Send username {TAB}password{ENTER}
return
NumPadEnter::
Suspend
__________________
SUPERHEATING:
Z:: Click right
X:: MouseMove, 0, 95, 1, R
C:: Click
A::
S::
D::
F::

Click
MouseMove, 0, 125, 1, R
Click
MouseMove, 0, -125, 1, R

NumPadEnter:: Suspend
Z/X/C - Withdraw
A/S/D/F - Use superheat & then return back to superheat icon
________________________
BOLTS:
Q::
W::
E::
R::

Click
MouseMove, 0, 30, 1, R
Click
MouseMove, 0, -30, 1, R

NumPadEnter:: Suspend
______________________
Z::
X::
C::
V::

Click right
MouseMove, 0, 80, 1, R
Click
MouseMove, 0, -80, 1, R

A:: Click right


S:: MouseMove, 0, 55, 1, R
D:: Click
F:: MouseMove, 0, -55, 1, R
NumPadEnter:: Suspend
____________________

You might also like