i can help with reflection :)
and what if you dont have enough food to get above 50%?
~shut
Printable View
UPDATE!!
Ran last night for just over an hour and I stopped it manually.
It works great! Check front page for new details!
dos it show exp gained in proggy?
:P you remembered to free the dtm this time :D
looks nice ^^
you misspelled 'didn't' but oh well.. and also in your antiban it won't ever say 'heyyy' cuz the range is 0-14 and that is 15..
(I think I'm right but I don't know :P)
:o
just get mems?
i tryed it, it work great but very slow you should make it faster
It overshoots the bank on the way back from a full load and won't find the banker for me. This would be a great script if there was a power-thieve option. :)
Edit: It also overshoots on the way back to the stall which leads into it becoming lost and nowhere near the designated spot.
i think im gonna power thieve for now but i will get proggy.
does this fight the ncps which stop u from stealing? and if so maybe show str xp gained on proggie?
At the moment I dont even know if it still works, I ran out of members so I havent updated in a few weeks but it may still be ok.
I will have members again next week so I can update then but, It does fight the guards that attack you, and if your health gets below 50% then it runs away.
Thanks for the suggestion JakeyBoy, I dont remember if I already did or not lol but if I didnt then I also plan on adding Eatting.
it tried finding the stall "one more time" like 5 times, then it found it, but it should've only tried looking for stall twice because it says trying one more time. The reason it keeps trying is because you only have it terminate if it doesn't find uptext, but if it doesn't find stall, then it can't check the uptext, you put:
SCAR Code:procedure FindStall;
begin
if FindObjTPA(x, y, 9677753, 5, -1, 5, 5, 10,['Baker','ake','aker'])then
begin
MMouse(x , y , 1 , 1);
Wait (Randomrange(100, 200));
if (IsUpTextMultiCustom(['aker','Bake','ake'])) then
begin
case random(2)of
0 : begin
Mouse(x, y, 1, 1, True);
wait(RandomRange(300, 400));
end;
1 : begin
Mouse(x, y, 1, 1, False);
wait(RandomRange(300, 400));
ChooseOption('teal');
end;
end;
end;
WriteLn('Stole From Stall!');
Inc(AmtStolen);
FindNormalRandoms;
Exit;
end;
WriteLn('Dindt Find Stall, Trying 1 More Time');
if FindObjTPA(x,y,9677753,10,-1,5,5,10,['Baker','ake','aker'])then
begin
MMouse(x , y , 1 , 1);
Wait (100 + random (100));
if (IsUpTextMultiCustom(['aker','Bake','ake'])) then
begin
case random(2)of
0 : begin
Mouse(x, y, 1, 1, True);
wait(RandomRange(300, 400));
end;
1 : begin
Mouse(x, y, 1, 1, False);
wait(RandomRange(300, 400));
ChooseOption('teal');
end;
end;
AntiBan;
WriteLn('Stole From Stall!');
Inc(AmtStolen);
Exit;
end;
[B] writeln('Could Not Find Stall Please Post Error on the Proper Thread');
TerminateScript;[/B]
end;
end;
one end to early, it should be like this:
SCAR Code:procedure FindStall;
begin
if FindObjTPA(x, y, 9677753, 5, -1, 5, 5, 10,['Baker','ake','aker'])then
begin
MMouse(x , y , 1 , 1);
Wait (Randomrange(100, 200));
if (IsUpTextMultiCustom(['aker','Bake','ake'])) then
begin
case random(2)of
0 : begin
Mouse(x, y, 1, 1, True);
wait(RandomRange(300, 400));
end;
1 : begin
Mouse(x, y, 1, 1, False);
wait(RandomRange(300, 400));
ChooseOption('teal');
end;
end;
end;
WriteLn('Stole From Stall!');
Inc(AmtStolen);
FindNormalRandoms;
Exit;
end;
WriteLn('Dindt Find Stall, Trying 1 More Time');
if FindObjTPA(x,y,9677753,10,-1,5,5,10,['Baker','ake','aker'])then
begin
MMouse(x , y , 1 , 1);
Wait (100 + random (100));
if (IsUpTextMultiCustom(['aker','Bake','ake'])) then
begin
case random(2)of
0 : begin
Mouse(x, y, 1, 1, True);
wait(RandomRange(300, 400));
end;
1 : begin
Mouse(x, y, 1, 1, False);
wait(RandomRange(300, 400));
ChooseOption('teal');
end;
end;
AntiBan;
WriteLn('Stole From Stall!');
Inc(AmtStolen);
Exit;
end;
end;
writeln('Could Not Find Stall Please Post Error on the Proper Thread');
TerminateScript;
end;
only bug I saw so far, otherwise really good script.
Yeah, there are many Stupid mistakes in this script because I started writing it so long ago.
When I get members back and update it I will most likely Re-write the majority of it.
Thank you for letting me know tho.
no problem, and this is a decent script though, I like it. when do you think you'll be getting members back and update this?
nice, I'll be looking forward to an update, and also, I think a while ago it just logged out because of >50% hp, but I think I had food, not positive though. I'll watch for next time I have less then 50%