Hi, can anyone help me out with a short procedure that right clicks on a fire rune, and selects "sell 50"? I would appriciate any help.
Hi, can anyone help me out with a short procedure that right clicks on a fire rune, and selects "sell 50"? I would appriciate any help.
SCAR Code:if FindObjTPA(x, y, colorhere, 10, 20, 10, 10, 1,['ire','rune'])then
Mouse(x, y, 2, 2, False);
Wait(300 + Random(243));
ChooseOption('uy x');
Wait(100 + Random(1500));
TypeSend(50:string);
something like that:P
There are currently 1 users browsing this thread. (0 members and 1 guests)