Jump to content

Someone make a AHK script


Recommended Posts

Numlock ON   = Numlock OFF
Numpad0       =     NumpadIns
Numpad1       =     NumpadEnd
Numpad2       =     NumpadDown
Numpad3       =   NumpadPgDn
Numpad4       =   NumpadLeft
Numpad5       =     NumpadClear
Numpad6       =     NumpadRight
Numpad7       =     NumpadHome
Numpad8       =     NumpadUp
Numpad9       =     NumpadPgUp
NumpadDot (.)  =  NumpadDel
NumpadDiv (/)  = NumpadDiv (/)
NumpadMult (*)  =  NumpadMult (*)
NumpadAdd (+) =  NumpadAdd (+)
NumpadSub (-)  =  NumpadSub (-)
NumpadEnter  =  NumpadEnter
 

A simple script for banking for eg would look like this :

s::
click right
mousemove 0,70,0,Rol
return

d::
click left

 

NOTE: The "s" key does 2 functions (Right clicks and moves down a certain no.of squares) so thats a 2:1 function which is bannable.

Jagex only allows 1 function per key but ive been doing this for a year+ so u shud be fine.

 

If u cant code one using these urself lmk then

Go to ur taskbar/start icon and in the search area type "spy" and ull get a windows spy tool like the image here and it allows u to figure out the distance u want ur mouse to move in an AHK. Just figure out how the X,Y coordinates work its fairly simple addition/subtraction.

mouse positioning.png

Link to comment
Share on other sites

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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.