Results 1 to 2 of 2

Thread: Soul Split "Cow killer"

  1. #1
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Thumbs up Soul Split "Cow killer"

    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 (:

  2. #2
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default


    Forum account issues? Please send me a PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •