Hi I made a script to get me to 99 fletching and it worked, here it is:
It fletches longs and banks them then repeatsCode:program LongbowFletcher; {.Include Srl/Srl.Scar} var a,b: Integer; const RedFloor= procedure Stay; begin Wait(1000+random(1000)); end; procedure Stay2; begin Wait(50+random(100)) end; begin repeat DisguiseScar('Google'); Stay; MoveMouseSmooth(571+random(21),217+random(25)); Stay2; ClickMouse(571+random(21),217+random(25),True); Stay; MoveMouseSmooth(612+random(25),216+random(25)); Stay2; ClickMouse(612+random(25),216+random(25),True); Wait(2000); MoveMouseSmooth(212+random(105),377+random(68)); Stay2; ClickMouse(268,403,False); Stay; MoveMouseSmooth(268,470); Stay2; ClickMouse(268,470,True); Wait(2200); SendKeys('27'); Stay2; SendKeys(chr(13)); Wait(50000+random(3000)); MoveMouseSmooth(222+random(48),145+random(25)); Stay2; HoldMouse(280,157,False); Stay2; ReleaseMouse(280,157,False); Stay; MoveMouseSmooth(239,200) Stay2; ClickMouse(239,200,True) Wait(2000); MoveMouseSmooth(620,230); Stay2; ClickMouse(620,230,False); Stay; MoveMouseSmooth(630,300); Stay2; ClickMouse(630,300,True); Stay; Withdraw(1,1,27); Stay; CloseBank; until(not(FindColor(a,b,RedFloor,610,50,675,95))); logout; end.
NO ANTI-RANDOMS, although I only got 1 talking random the whole month I used it for.
No anti-ban but I didn't get banned after using it for about a month straight so I think it's safe.
It will log you out if it doesn't find the floor color (you probably got a teleportation random)
I fletched around 250k willows with this.
SETUP:
Stand in front of the WARRIORS GUILD BANK BOOTH looking directly at it so you're seeing your characters face *NOTE* You might have to adjust where it clicks the bank booth
^^if you do that then the upper-right hand corner of the minimap should have the reddish floor color you need to put into the script
put logs in your first bank slot
put already cut longs somewhere in your first bank row
start with 27 logs and a knife (first inv slot) in your inventory
press run and watch it go
Please post improvements, I know it's not very good, but it's my first ever script so please don't be too harsh if you feel like grading














