PDA

View Full Version : Soul Split "Cow killer"



ethan45
04-02-2013, 11:11 AM
Hey guys this is a Soul Split cow killer

Use it with the Soul Split client

Code is below put it into simba




program Cowkiller;
{$i SRL/SRL.simba}
var
x,y:Integer;

const
Monster = 3494749;


Procedure AttackCow;
begin
if srl_infight = false then
if(FindColorSpiralTolerance(x, y, Monster, MSX1, MSY1, MSX2, MSY2, 4)) then
begin Mouse(x, y, 3, 3, True);
wait(8000)
end;
end;


procedure main;
begin
repeat
AttackCow;
until(false)
end;
begin
ClearDebug;
SetUpSrl;
ActivateClient;
main;
end.


Thanks please tell me how it goes (:

Justin
04-03-2013, 01:38 AM
Closed - http://villavu.com/forum/showthread.php?t=100565