Results 1 to 4 of 4

Thread: DummyFighter

  1. #1
    Join Date
    Feb 2006
    Location
    New Zealand
    Posts
    485
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default DummyFighter

    DummyFighter

    Here is my amazing dummyfighter, Srl Free Scripts version, with less antiban then the members version, it should work flawless

    Use it for getting your chracters up a couple of levels, instead of autoing straight away.

    Code:
    program dummykiller;
    {.include srl/srl.scar}
    
    const DummyColour = 7442087;
    
    procedure DeclarePlayers;
    begin
         HowManyPlayers  :=3;
         NumberOfPlayers(HowManyPlayers);
         CurrentPlayer:=0;
    
         Players[0].Name :='';
         Players[0].Pass :='';
         Players[0].Nick :='';
         Players[0].Active:=True;
    
         Players[1].Name :='';
         Players[1].Pass :='';
         Players[1].Nick :='';
         Players[1].Active:=True;
    
         Players[2].Name :='';
         Players[2].Pass :='';
         Players[2].Nick :='';
         Players[2].Active:=True;
    end;
    
    procedure FindDummy;
    var x,y:integer;
    begin
      if FindObj(x,y,'tta',DummyColour,10) then
      Mouse(x,y,10,5,true);
      Wait(1500+Random(500));
    end;
    
    
    begin
    SetUpSrl;
    DeclarePlayers;
    repeat
      FindDummy;
      FindNormalRandoms;
        if not loggedin then RandomNextPlayer(false);
      if GetSkillLevel('attack')=8 then LogOut;
    until(false);
    end.

  2. #2
    Join Date
    Sep 2006
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ya thats what i do

  3. #3
    Join Date
    Dec 2006
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ty, i tried to make one of these, but didnt work too well lol

  4. #4
    Join Date
    Dec 2006
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ah I have forgotten about the dummies. O_O

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •