RunescapeHow to fletch 1.5m+xp/hr technically AFK
Posted:

RunescapeHow to fletch 1.5m+xp/hr technically AFKPosted:

Status: Offline
Joined: Sep 03, 20158Year Member
Posts: 622
Reputation Power: 577
Status: Offline
Joined: Sep 03, 20158Year Member
Posts: 622
Reputation Power: 577
The rules say "You may now only use your operating system's official default mouse keys program, unless it is to remap a key to any other button." secure.runescape.com/m=news/mouse...ldschool=1

Items required
- Notepad, alternatively Notepad++ notepad-plus-plus.org/downloads/
- AHK autohotkey.com/
- Dart tips, feathers
- mouse with a mouse wheel
- computer

Understanding what the script does
- This script completes the fletching action by clicking the first item, moving a certain amount of pixels (relative to your current mouse position), and clicking again. This continues as you scroll in either direction. it is possible to complete up to 4 actions per game tick depending on how fast you can scroll.
- when you want to stop the script from running just press the ~ key on your keyboard

Instructions
1. install ahk, then restart pc
2. open notepad then copy paste the script (all 38 lines of it), save and rename to yourscriptname.ahk
3. open runescape and place a feather in the inventory slot above your dart tips
4. run yourscriptname.ahk
5. hover mouse over the feather
6. start scrolling as fast as your heart desires
7. after desired amount of xp is reached, press ~ to return your mouse wheel to normal.

`:: Suspend
var := 0
~WheelDown::
var++
If var=1
Mousemove,0,60,0,R
else If var=2
Click
else If var=3
Click
else If var=4
Mousemove,0,-60,0,R
else If var=5
Click
else If var=6
{
var := 0 ; reset the value of var to start over again
}
return

var := 0
~WheelUp::
var++
If var=1
Mousemove,0,60,0,R
else If var=2
Click
else If var=3
Click
else If var=4
Mousemove,0,-60,0,R
else If var=5
Click
else If var=6
{
var := 0 ; reset the value of var to start over again
}
return

The following 2 users thanked gown for this useful post:

zoobare (10-26-2022), Tarkov (10-26-2022)
Users browsing this topic: None
Jump to:


RECENT POSTS

HOT TOPICS