Well here it is...
KillWill V2
Post Proggys.
Post Bugs.
Post what you think of it.
Well here it is...
KillWill V2
Post Proggys.
Post Bugs.
Post what you think of it.
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
omfg some1 test it or what?
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
2pacfan be patient it takes so long because you make like 30 scripts per minute and they aren't that good,Sorry.
~Hermen
first of all hayhay it uses findobjtpa so it will find the willow everytime.
and hermpie i dont know wtf yous talking bout?
30 scripts per minute like about 6 in 1 year so...
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
rofl...
did u test it or whaT?
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
yes i did it didnt do one load, findobjtap anit that great make your own tpa and better walking and better banking use dtms for items and and dtm to get into bank you need better anti-ban and random handle ing you should test a script much more before you realse so why would we use this when there are 100% better ones out there?
didnt said you had to use it so stfu...
and if u dont like it gtfo
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
I haven't tested it but if you are going to make scripts you should put what the script does and where if you have tested it. If it has anti randoms and anti ban. Give us more details!
hamish,it is cutting willows in draynor and bank the willows,start at the willows,it has 2 antirandom procedure's and 1 antiban procedure![]()
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
ok nicbaz,sorry for the f's but uhm what should i use then for willow finding?
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
how about you stop double posting and fix your attitude.we know you want to bump this thread.
Pinky im not trying to bump it dude but what is better than findobjtpa then?
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
Here's your answer:
It don't work. Try & fix it.
im looking for a decent wilow cuter but im not eithen gunna attempt to use this eithen tho i havent looked at the code becose i dont think it will be to good because of the other comments
just looking at your attitude how have you not been banned or infracted?
Blank!
double post delete
stupid laggy comp
ijake what is your problem dude?
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
you know what do you want me to go through it with you and help improve it
Blank!
I love the name!! Haha.
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
:P waddo can u help me with it?
That would be awesome![]()
Current Scripts:
OakZZ!||Done!!!!
WillowZZ!||Done!!!!
ChickenZZ!||Done!!!!
KaramjaFisher||Done!!!!
Firemaking||Busy!!!!
http://www.fenjer.com/adnan/SRLStats/4708.png
yer sure
ill go through it and post some stuf that you can do for it
Edit: as soon as i opened it i saw your standards are way out
so tip 1 learn your standards
SCAR Code:Procedure WalkTowillows;
var
x,y:integer;
Begin
if not LoggedIn then exit;
if FindObjTPA(x, y, 3825511, 20, -1, 7, 7, 15, ['Willow']) then
begin
Mouse(x,y,0,0,true);
Setrun(true);
wait(15000+random (575))
end else
if (findsymbol(x,y,'Fish'))then
begin
Mouse(x, y, 2, 2, true);
FFlag(0);
end else
Radialwalk(12162685,0,270,90,5,5)
End;
should be
SCAR Code:Procedure WalkTowillows;
var
x,y:integer; //2 spaces here
Begin
if not LoggedIn then exit; //2 here
if FindObjTPA(x, y, 3825511, 20, -1, 7, 7, 15, ['Willow']) then //deleted white space and moved back
begin
use(x,y,0,0,true);
Setrun(true); //moved this back
wait(15000+random (575))
end else//end else goes in line with the begin
if (findsymbol(x,y,'Fish'))then
begin
Mouse(x, y, 2, 2, true);
FFlag(0);
end else
Radialwalk(12162685,0,270,90,5,5)
End; //end/end else always in line with begin
its ok but if you not lvl 90 and some one look you up they could start asking questionsSCAR Code:Procedure Talking;
Begin
if not LoggedIn then exit;
if inchat('hello') then
typesend('hello 2 u 2');
if inchat('Wc lvl')then
typesend('90:P');
if inchat('woodcutting')then
typesend('90:P');
if inchat('woodcutting lvl')then
typesend('90 lolz');
if inchat('n00b')then
typesend('im not a noob..');
if inchat('ch00b')then
typesend('you are a ch00bie');
if inchat('wanna fight me n00bie?')then
typesend('no tnx not fighting a n00b:)');
end;
also is some repeats what they say your gunna repeat
and few people use n00b id change that to noob and also try and learn arrays
Blank!
There are currently 1 users browsing this thread. (0 members and 1 guests)