PDA

View Full Version : Super Ghetto Fletcher



Jas0n
09-04-2007, 01:56 AM
Just a series of clicks and whatnot, but it's what I used to get to 70 fletching. Stand at any bank where the bankers are south of you, ie the banks in Falador. Have a knife in your inventory and the logs in the first slot in your bank. Adjust camera angles accordingly. It says leathercrafter, but it's really a fletcher.

program leathercrafter;
procedure craft;
begin
MoveMouse(581,228)
wait(200)
ClickMouse(581,228,True)
wait(200)
MoveMouse(625,223)
wait(200)
ClickMouse(625,223,True)
wait(200)
MoveMouse(250,417)
wait(1500)
ClickMouse(250,417,False)
wait(100)
MoveMouse(246,463)
wait(500)
ClickMouse(246,463,True)
wait(19000)
MoveMouse(581,228)
wait(200)
ClickMouse(581,228,True)
wait(200)
MoveMouse(703,443)
wait(200)
ClickMouse(703,443,True)
wait(200)
MoveMouse(250,417)
wait(1500)
ClickMouse(250,417,False)
wait(100)
MoveMouse(246,463)
wait(500)
ClickMouse(246,463,True)
wait(19000)
MoveMouse(581,228)
wait(200)
ClickMouse(581,228,True)
wait(200)
MoveMouse(703,443)
wait(200)
ClickMouse(703,443,True)
wait(200)
MoveMouse(250,417)
wait(1500)
ClickMouse(250,417,False)
wait(100)
MoveMouse(246,463)
wait(500)
ClickMouse(246,463,True)
wait(17000)
MoveMouse(265,213)
wait(500)
ClickMouse(265,213,False)
wait(500)
MoveMouse(241,251)
wait(500)
ClickMouse(241,251,True)
wait(1000)
MoveMouse(626,225)
Wait(500)
ClickMouse(626,225,False)
Wait(500)
MoveMouse(596,296)
Wait(100)
ClickMouse(596,296,True)
Wait(500)
MoveMouse(93,82)
Wait(500)
ClickMouse(93,82,False)
Wait(500)
MoveMouse(79,152)
Wait(500)
ClickMouse(79,152,True)
Wait(500)
MoveMouse(483,41)
Wait(500)
ClickMouse(483,41,True)
Wait(500)
end;
begin
repeat
craft;
Until(false)
end.

Smartzkid
09-04-2007, 01:58 AM
MMouse instead of MoveMouse
Mouse instead of ClickMouse
Use random waits ( wait(500 + random(250)); )
Don't use coords, use DTM's and search for them (look in the tutorial section for some info on them)

Not a bad first script, far better than some.

Keep working on it, and you'll turn out to be quite a scripter.

Runescape Pro
09-04-2007, 02:03 AM
NO FAIR! lol... i wanted to be the first one to come out with a fletcher for srl 4 beta

but looks ok for a first script =P

Jas0n
09-04-2007, 02:21 AM
Ah, I see, I didn't know about those abbreviations, I actually learned to write this script by looking at really old scar scripts.

lordsaturn
09-04-2007, 02:27 AM
DONT look at really old scripts. Only scripts SRL 3.81 or later.
Prolly not even 3.81 scripts that much...
Go to the 'Tutorial Island' and look around there.

pandaunion
09-04-2007, 04:53 AM
well done hope you keep up the effort

nessaja27
09-04-2007, 06:59 AM
looks nasty

upmar
09-04-2007, 12:43 PM
when you post a script put it in codes. Looks Nicer

kaustav_002
09-04-2007, 04:32 PM
Scar tags?
I find the name offensive.
It looks like ti could work...

musicguy
09-04-2007, 06:59 PM
well i might try it im getting members soon,
i lost it when i found out about xbox live

kamikeza
09-05-2007, 04:09 PM
if you are good scripter can u make a auto fletcher for me that put bowstrings on (u) ??

fons
09-05-2007, 04:34 PM
try to not use coordinates, this will make the script detectable

hikerme
09-14-2007, 06:34 PM
my 1 says successfully complied and successfully executed as soon as i press start can some 1 help

Fruity-Lo0py
09-14-2007, 08:15 PM
Cool Thanks, I like this, I dont know why though =[]

i0wn
09-14-2007, 10:18 PM
works perfect but it doesnt actually move the mouse it just skips to where it is supposed to be

shanolo1
09-15-2007, 04:36 PM
Love the name classsssic man:D
ill always remember it lol

Harry
09-15-2007, 05:12 PM
As Smartz said, coord clicking is bad . Ban you fast ;;)

sawvellra26
09-15-2007, 05:44 PM
works fine. but is a little slow. maybe decrease time in between clicks?

n3ss3s
09-15-2007, 06:18 PM
musicguy do not use it. It will get you banned.


NO FAIR! lol... i wanted to be the first one to come out with a fletcher for srl 4 beta

but looks ok for a first script =P

As the program name says, it is a leather crafter xD.

And there is already one pretty good, made by some SRL Member.

EDIT: One by Thick As Blood and one by Mr. Freeweed. Both look pure ownage.

eXact
10-20-2007, 09:19 PM
If i were to add antiban/ antirandom codes in JaSon's script wud it still get me banned n3ss?

Hey321
10-21-2007, 12:49 AM
Yea, anything that uses movemouse and clickmouse will. I'm in the process of making an srl RFD fletcher, Ie, say byebye to bans! (No bans ^_^)

deathie
10-24-2007, 04:44 PM
Probably. Even if antiban is added, the fletching procedure is now wrong. Fletching has been updated so you click knife with log to get a popup where you enter 'Fletch X'. The script clicks in exactly the same coordinates (easily detected) with the same delay.

Instead of wait times like

wait(200);

add some randomness

wait(150+random(267);

winnets
10-24-2007, 07:44 PM
i really want to try this but everybody says it will get you banned

Kazimx
10-26-2007, 03:40 PM
Were do i adjust my camera angle 2 am near bank clsoe 2 barber shop

Paul23
10-26-2007, 03:46 PM
my opinion from what I understand of the command Clickmouse is that the chances of this script earning you a ban is around the same as the chances of it going dark this evening.

I suggest you don't use it. It has nothing to do with AntiBan procedures but more to do with the fact that the ClickMouse command will click on the same pixel over and over and be very spottable.

(This is unless I have misunderstood and I don't think I have)

Paul

wcman390
10-26-2007, 03:57 PM
Cool, this helped my pure get 30 fletching. Nice script, keep at it:)

roboroofer1
11-06-2007, 10:45 PM
Great name for the script but the script itself needs some work

P1nky
11-06-2007, 11:57 PM
=) nice 1st script THOUGH getto lol =p hehe

Scaper
11-07-2007, 01:01 AM
=bannage do not touch

ecpers
01-14-2008, 01:39 AM
Man, i can't thank you enough xD

redbread23
05-29-2009, 03:36 AM
Looks good for first script =]

lmao keyboard stuck on caps lock.

Dynamite
05-29-2009, 03:41 AM
Please dont Gravedig.
This is about 2 years old.

T~M

Dark Arcana
05-29-2009, 03:54 PM
Does this script still work if it does I don't think it's a gravedig.

jakeyboy29
05-29-2009, 04:11 PM
does it matter? have u seen the state of the script?
rasta...