PDA

View Full Version : [07Scape] iAuburyRuneBuyer



Hexless
03-22-2013, 08:59 AM
Basic rune buying script for aubury in varrock although im sure it would work with the zammy mage in the wildy too

Supports:
Fast Buying
Multi-Rune Buying
No Anti-Leach


To do:
Try and make it stop if you run out of money (may take awhile to do this)





20074

GetHyper
03-22-2013, 02:03 PM
Good idea i suppose, bit expensive in Varrock though so wildy is probably best bet.

kyleinkman
03-22-2013, 02:28 PM
try making the functions Const so you dont have to remove the // to make it work, your off to a good start also id ad some waits or antiban so you dont get banned
example:
Procedure BuyWaterRune;
begin
If FindColorSpiralTolerance(X,Y,10885396,MSX1,MSY1,MS X2,MSY2,15) Then
MMouse(X,Y,5,5);
ClickMouse2(Mouse_Right);
wait(50+random(200));
P07_ChooseOptionMulti(['10']);
wait(50+random(200));
end;

or else your clicking at the exact same time everytime

Hexless
03-22-2013, 07:33 PM
try making the functions Const so you dont have to remove the // to make it work, your off to a good start also id ad some waits or antiban so you dont get banned
example:
Procedure BuyWaterRune;
begin
If FindColorSpiralTolerance(X,Y,10885396,MSX1,MSY1,MS X2,MSY2,15) Then
MMouse(X,Y,5,5);
ClickMouse2(Mouse_Right);
wait(50+random(200));
P07_ChooseOptionMulti(['10']);
wait(50+random(200));
end;

or else your clicking at the exact same time everytime

Ye I know I normally add waits but this is just a basic script that isnt meant to be run for an outrageous amount of time :P

meanagestudios
03-22-2013, 11:00 PM
Here's some pretty rudimental but effective code I use in one of my scripts

procedure checkmoney;
begin
if not(getcolor(572, 232)=1884654)then
TerminateScript;
end;
procedure checkwindow;
begin
if not(getcolor(266,42)=2070783)then
TerminateScript;
end;

reimo992
05-03-2013, 09:20 AM
Exception in Script: Unable to find file 'P07Include .simba' used from 'C:\Simba\Scripts\iAuburyRuneBuyer.simba'

I have 07 includes downloaded and so on, sup?

rebeltjeh
05-03-2013, 09:22 AM
Well kinda only usefull for Nature runes right? And it's been botted so much that it's not that viable anymore..

Deaths & chaos runes are basicly at store price (maybe 10-20gp each cheaper)

Or am I missing something?

king52588
08-03-2013, 05:10 AM
not work

Ashaman88
11-27-2013, 05:14 AM
P07include outdated. Please use official one - shoot me a PM when/if this is updated.