PDA

View Full Version : SoulSplit Farming Bot



Toby1
04-04-2012, 07:49 PM
First release! :D

http://images3.wikia.nocookie.net/__cb20120122213351/runescape/images/f/f0/Farming-icon.pngSSBuySeeds:



program SSBuySeeds;
var
X, Y, SeedsToBuy: Integer;


begin
repeat
MoveMouse(424, 178);
GetMousePos(x, y);
Wait(100);
ClickMouse(424, 178, mouse_right);
Wait(100);
MoveMouse(416, 245);
GetMousePos(x, y);
ClickMouse(432, 257, mouse_left);
Wait(2000);
IncEx(SeedsToBuy, 10);
WriteLn('Seeds: ' + IntToStr(SeedsToBuy));
until(SeedsToBuy = ENTERSEEDSTOBUYHERE);
end.


Notes: Open Bob's shop in Neitiznot South, set crosshairs then run the script (Buys Torstol Seeds only) 85+ this is because 1-85 is pretty fast so I didn't see the point in adding other seeds.

http://images3.wikia.nocookie.net/__cb20120122213351/runescape/images/f/f0/Farming-icon.pngSSFarmSeeds


program SSFarmSeeds;

var
X, Y: Integer;

procedure ClickPatch;
begin
if(FindColor(X, Y, 880476, 10, 11, 516, 329))then
begin
MoveMouse(X, Y);
Wait(100);
GetMousePos(X, Y);
Wait(100);
ClickMouse(X, Y, mouse_left);
end;
end;

procedure FarmSeeds;
begin
ActivateClient;
MoveMouse(641, 187);
GetMousePos(X, Y);
ClickMouse(641, 187, mouse_left);
Wait(2000);
MoveMouse(579, 228);
GetMousePos(X, Y);
Wait(2000);
ClickMouse(579, 228, mouse_left);
end;

begin
repeat
FarmSeeds;
ClickPatch;
until(IsKeyDown(113));
end.


Notes: This opens up your inventory and uses the first item in your inventory onto a farming patch, always put your seeds in the first slot of your inventory or this will not work. :)

Downloads
SSFarmSeeds - http://up.ht/HLLvcR
SSBuySeeds - http://up.ht/HNwRR5

Enjoy creative criticism please! :D
Thanks to Coh3n for his basic simba tutorial and Janilabo for his help. :D

Sir Ducksworthy
04-05-2012, 01:49 AM
Kool XD
Is farming profitable on ss?

kunzy
04-05-2012, 01:55 AM
nah not profitable at all
Kool XD
Is farming profitable on ss?

DemiseScythe
04-05-2012, 02:52 AM
You should try using SRL, it makes scripting more efficient and easier. You should look up that tutorial in how to get people ban, it actually tells you what not to do.

Sir Ducksworthy
04-05-2012, 05:20 AM
Yeh True Demise, I'm pretty sure SS has at least Screen Coordinate detection's.

Well guy's that sux hardcore then, what bot's on Soul Split would be profitable?

Toby1
04-05-2012, 08:16 PM
what bot's on Soul Split would be profitable?

It's for Farming XP :)

A AutoThiever or a Frost Dragon script would be profitable.



You should try using SRL, it makes scripting more efficient and easier. You should look up that tutorial in how to get people ban, it actually tells you what not to do.

Thanks i'll look into it. :)

liklox
04-29-2012, 06:34 PM
make dwarf weed buyer please

firevenge007
06-08-2012, 09:24 PM
doesn't work.

zluo
06-09-2012, 09:24 AM
doesn't work.

really? is that all you gonna say? what doesnt work, do you know what it is?