Results 1 to 8 of 8

Thread: AutoFiTer

  1. #1
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default AutoFiTer

    AutoFiTer ->{Nauman}<-


    Stuff About this script

    This is my first script i am actually proud of.
    Start logged out where you want to fight the monster make sure you are next to a place where loads of them are.
    Fill out the const click play and
    ENJOY!!!


    SCAR Code:
    {                /-------------\                  /---------
                   /               \                /          \
                  /                \               /            \
                  |        |       |              |       |      |
                  |        |       |              |       |      |
                  |        |       |              |       |      |
                  |________|       |              |______ |      |
                           /       /                   /       /
                          /       /                   /       /
                         /       /                   /       /    SCRIPT
                        /       /    UPER           /       /_____
                       /       /                  |/      |/      |
                      /       /                   |       |       |
                     /       /                    |       |       |
                    /       /                     |       |       |
                   /       /________              \                /
                  |       |        |               \              /
                  |       |        |                \------------/
                  |       |        |
                  |       |        |
                   \               /
                    \             /
                     \           /
                      \---------/

          Start in any where next to lots of the monsters you want to kill
          logged out!!!

        This does not eat food so watch it.... Updates will be posted!

     }



    Program AutoFiTer;
    {.include srl/srl.scar}

    Const
    Color=1919048;//set guard colour here

    howlong=7000;//how long would it take you to kill your selected moster
                 //remember 1 second= 1000miliseconds

    Name='modafucka';
    Pass='0wnt';


    procedure Login;


    begin
    Mouse(440, 291,1,1,true)
    Wait(500+random(25))
    TypeSend(Name)
    TypeSend(Pass)
    wait(500+random(25))
    mouse(297, 324,1,1,true)
    wait(2000+random(670))
    mouse(380, 335,1,1,true)
    wait(2000+random(670))
    end;



    Procedure Guard;
    Begin

    If(FindColorSpiralTolerance(x, y, Color, 1, 1, 600, 600,5))then
    mmouse(x, y, 2, 2);
    mouse(x, y, 1, 1, true);
    wait(howlong)
    End;

    procedure Sig;
    begin

    Writeln('    Thank you for using....       ')
    Writeln('     AutoFiTer                    ')
    Writeln('       By ->{Nauman}<-            ')
    Writeln('   for updates go to srl forums   ')
    Writeln('          Enjoi                   ')
    end;


    begin;
    Sig
    SetupSRL;
    Login;
    repeat
    Guard;
    until(false)
    End.

    ->{Nauman}<-

  2. #2
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    TypeSend(Name)
    TypeSend(Pass)
    Erm, that types your username and password and presses enter, meaning that anyone else can change your password...I think you meant WriteLn, which writes into the Debug Box.

    procedure Login;

    begin
    Mouse(440, 291,1,1,true)
    Wait(500+random(25))
    TypeSend(Name)
    TypeSend(Pass)
    wait(500+random(25))
    mouse(297, 324,1,1,true)
    wait(2000+random(670))
    mouse(380, 335,1,1,true)
    wait(2000+random(670))
    end;
    Why not just use the DeclarePlayers/LoginPlayer procedure in SRL. It's much more efficient
    and can be used for multiplayer purposes...

    Procedure Guard;
    Begin

    If(FindColorSpiralTolerance(x, y, Color, 1, 1, 600, 600,5))then
    mmouse(x, y, 2, 2);
    mouse(x, y, 1, 1, true);
    wait(howlong)
    End;
    For (howlong), I think you should add some random time to that, to seem less detectable and just in case the user hasn't killed the monster yet.

    All in all, I think this is a pretty good first script. You might want to check the fighting include in SRL, it has many functions that'll help you out...
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  3. #3
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Thanks

  4. #4
    Join Date
    Jun 2006
    Posts
    193
    Mentioned
    1 Post(s)
    Quoted
    43 Post(s)

    Default

    Sorry i rate a 1 star this script is very detectable and has no anti randoms which means you gonna be banned i recommend to not use it
    please update to safe script, mod move to first script section?

  5. #5
    Join Date
    Mar 2007
    Posts
    562
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    preety basic try adding antiban and anti randoms you can find some good ones in srl forums core.

    haxor

  6. #6
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Ok thanks for the help guyz!

  7. #7
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    remember dont give up(not you said you was but..)
    its a good start so keep going. better wait untill srl is updated
    ~Hermen

  8. #8
    Join Date
    Mar 2007
    Posts
    562
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    srl is updated so he needs to fix some things for it to work with the new srl

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. help with autofiter
    By tombomb1199 in forum OSR Help
    Replies: 2
    Last Post: 03-09-2007, 09:39 PM

Posting Permissions

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