PDA

View Full Version : Soul Split "Cow killer"



ethan45
04-02-2013, 11:24 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 (:

Demi
04-09-2013, 08:03 PM
Doesn't work very well - Starts by clicking random fences, then attacking other peoples cows, after 30minutes of using this i only got 14 kills, needs alot of work.