Results 1 to 19 of 19

Thread: [SRL] Fally YewChoPer [SRL]

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

    Default [SRL] Fally YewChoPer [SRL]

    This is TYXX's script which was in non-srl i kind of SRL-eized it. I replaced that darn clickmouse with mouse and added antiban and the road finder...


    Well here it is

    SCAR Code:
    { Made by tyxx but edited a lil (i srl-eized it) added anti-ban.


    {                /-------------\                  /---------
                   /               \                /          \
                  /                \               /            \
                  |        |       |              |       |      |
                  |        |       |              |       |      |
                  |        |       |              |       |      |
                  |________|       |              |______ |      |
                           /       /                   /       /
                          /       /                   /       /
                         /       /                   /       /    SCRIPT
                        /       /    UPER           /       /_____
                       /       /                  |/      |/      |
                      /       /                   |       |       |
                     /       /                    |       |       |
                    /       /                     |       |       |
                   /       /________              \                /
                  |       |        |               \              /
                  |       |        |                \------------/
                  |       |        |
                  |       |        |
                   \               /
                    \             /
                     \           /
                      \---------/

    Start in Bank

    }


    program faliyewchopper;
    {.include srl/srl.scar}


    const
    username = '';
    password = '';
    axehead = 6511171;
    road1 = 6848131;
    road2 = 5794157;
    treelogo = 97286;
    treecol = 4026472;
    banklogo = 4049126;
    bankbooth = 4344917;
    var
      n,m,d,f,w,e,k,l,v,o,p: integer;

    procedure waitforrepeat;
    begin
        wait(2000+random(5000));
    end;

    procedure storelogs;
    begin
        findcolor(b,o,4419729,698,343,729,455)
          MMouse(b,o,1,1);
             wait(100+random(100));
           mouse(b,o,1,1,false);
         wait(500+random(500));
        MMouse(b,(o+70),1,1);
           wait(100+random(100));
           mouse(b,(o+70),1,1,true);
            wait(1000+random(500));
         MMouse(459,41,1,1);
        wait(100+random(100));
           mouse(459,41,1,1,true);
          wait(1000+random(1000));
         waitforrepeat;
    end;

    procedure banking;
    begin
        if(findcolor(w,e,bankbooth,0,0,517,341)=true)
        then
        MMouse(w,e,1,1);
        wait(2000+random(100));
        mouse(w,e,1,1,true);
        wait(5000+random(1000));
        if(findcolor(k,l,16711680,208,435,389,457)=true)
        then
        MMouse(303,446,1,1);
        wait(100+random(100));
        Mouse(303,446,1,1,true);
        wait(1000+random(1000));
        MMouse(247,392,1,1);
        wait(100+random(100));
        mouse(247,392,1,1,true);
        wait(4000+random(1000));
        storelogs;
        if(findcolor(k,l,16711680,208,435,389,457)=false)
        then
        banking;
        if(findcolor(w,e,bankbooth,0,0,517,341)=false)
        then
        banking;
    end;

    procedure tobank;
    begin
        if(findcolor(d,f,road1,644,24,717,71)=true)
        then
        MMouse(d,f,1,1);
        wait(100+random(100));
        Mouse(d,f,1,1,true);
        wait(6000+random(1000));
        MMouse((d-10),(f-5),1,1);
        wait(100+random(100));
        mouse((d-10),(f-5),1,1,true);
        wait(8000+random(1000));
        MMouse((d-10),(f-5),1,1);
        wait(100+random(100));
        Mouse((d-10),(f-5),1,1,true);
        wait(10000+random(500));
        if(findcolor(x,y,banklogo,586,42,718,134)=true)
        then
        MMouse(x,(y+5),1,1);
        wait(100+random(100));
        Mouse(x,(y+5),1,1,true);
        wait(8000+random(1000));
        banking;
    end;

    procedure findaxehead;
    begin
    end;

    procedure chopyew;
    begin
        if(findcolorspiral(v,b,treecol,0,0,516,340)=true)
        then
        MMouse(v,b,1,1);
        wait(100+random(100));
        mouse(v,b,1,1,true);
        wait(5000+random(1000));
        if(findcolor(x,y,axehead,577,213,596,288)=false)
        then
        findaxehead;
        if(findcolor(n,m,3885652,707,440,714,446)=true)
        then
        chopyew;
        if(findcolor(n,m,3885652,707,440,714,446)=false)
        then
        tobank;
        if(findcolorspiral(v,b,treecol,0,0,516,340)=false)
        then
        wait(5000+random(2000));
        chopyew;
    end;

    procedure toyews;
    begin
        if(findcolor(x,y,road1,613,123,635,154)=true)
        then
        MMouse(x,y,1,1);
        wait(100+random(100));
        Mouse(x,y,1,1,true);
        wait(9000+random(1000));
        MMouse((x+30),(y+30),1,1);
        wait(100+random(100));
        Mouse((x+30),(y+30),1,1,true);
        wait(9000+random(1000));
        if(findcolor(n,m,road2,628,97,714,148)=true)
        then
        MMouse(n,m,1,1);
        wait(100+random(100));
        mouse(n,m,1,1,true);
        wait(7000+random(1000));
        if(findcolor(n,m,road2,628,97,714,148)=false)
        then
        toyews;
        if(findcolor(d,f,treelogo,547,72,670,145)=true)
        then
        MMouse(d,f,1,1);
        wait(100+random(100));
        mouse(d,f,1,1,true);
        wait(5000+random(1000));
        chopyew;
        if(findcolor(x,y,road1,613,123,635,154)=false)
        then
        chopyew;
    end;

    procedure bankortree;
    begin
        if(findcolor(x,y,treelogo,578,17,722,143)=true)
        then
        chopyew;
        if(findcolor(x,y,treelogo,578,17,722,143)=false)
        then
        toyews;
    end;

    procedure setrun1;
    begin
        MMouse(710,484,1,1);
        wait(100+random(100));
        mouse(710,484,1,1,true);
        wait(100+random(100));
        if(findcolor(k,l,5067346,605,250,640,283)=true)
        then
        MMouse(k,l,1,1);
        wait(100+random(100));
        mouse(k,l,1,1,true);
        wait(100+random(100));
        MMouse(650,186,1,1);
        wait(100+random(100));
        mouse(650,186,1,1,true);
        wait(100+random(100));
        bankortree;
        if(findcolor(k,l,5067346,605,250,640,283)=false)
        then
        MMouse(650,186,1,1);
        wait(100+random(100));
        mouse(650,186,1,1,true);
        wait(100+random(100));
        bankortree;
    end;

    procedure clickredlog;
    begin
        wait(2000+random(2000));
        if(findcolor(o,p,16777215,464,332,614,351)=false)
        then
        clickredlog;
        if(findcolor(o,p,16777215,464,332,614,351)=true)
        then
        MMouse(o,p,1,1);
        wait(100+random(100));
        mouse(o,p,1,1,false);
        wait(100+random(100));
        MMouse((o-10),(p-20),1,1);
        wait(100+random(100));
        mouse((o-10),(p-20),1,1,true);
    end;

    procedure login;//adapted from my first script!
    begin
        writeln('loggin-in')
        if(findcolor(n,m,16777215,392,270,533,310)=false)
        then
        login;
        if(findcolor(n,m,16777215,392,270,533,310)=true)
        then
        MMouse(n,m,1,1);
        wait(100+random(100));
        mouse(n,m,1,1,true);
        wait(100+random(100));
        sendkeys(username+chr(13));
        wait(100+random(100));
        typesend(password);
        if(findcolor(k,l,16777215,229,302,371,340)=true)
        then
        MMouse(k,l,1,1);
        wait(100+random(100));
        mouse(k,l,1,1,true);
        wait(100+random(100));
        clickredlog;
    end;

    procedure loginfinder;
    begin
        if(findcolor(x,y,65535,301,231,426,261)=true)
        then
        login;
        if(findcolor(x,y,65535,301,231,426,261)=false)
        then
        setrun1;
    end;

    procedure minimize;
    begin
        if(findcolor(w,e,16086339,0,0,1000,1000)=true)
        then
        movemousesmooth(w,e);
        wait(100+random(100));
        mouse(w,e,1,1,true);
        wait(1000+random(100));
        loginfinder;
        if(findcolor(w,e,16086339,0,0,1000,1000)=false)
        then
        loginfinder;
    end;

    begin
        minimize;
        wait(240000);
        repeat
        setrun1;
        until(false);
    end.

    Post bugs/errors and how i can improve or how i mucked up....



    ->{Nauman}<-

  2. #2
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Still really detectalbe cause your clicking coords. Learn to use Radial Road Walking to make it more undetectable if you still wanna build off his/her script.

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

    Default

    Ok thanks anybody have a tut for that?

  4. #4
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

  5. #5
    Join Date
    May 2007
    Location
    http://www.srl-forums.com
    Posts
    265
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Umm u need to be a lil beter in scripting.

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

    Default

    I know just give me pointers on how i can improve and i will have a functioning one in no time.

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

    Default

    Whoops lost the account when i get it back can u ip ban the dickhead who took my account. Personally it was my falut...

  8. #8
    Join Date
    May 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is this script good?
    if you are autoing on a lvl 3/default clothes/stupid name, im sorry, i will report u

  9. #9
    Join Date
    Apr 2007
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    which versions of SRL and SCAR?

  10. #10
    Join Date
    Apr 2007
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 58: [Error] (14404:11): Unknown identifier 'b' in script

  11. #11
    Join Date
    Apr 2007
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    another error:
    Line 2: [Error] (2:1): 'BEGIN' expected in script

  12. #12
    Join Date
    Apr 2007
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    got it to start with SCAR 2.03 and SRL 3.6 but he does not move from the bank lol

  13. #13
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    dont triple post.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  14. #14
    Join Date
    Apr 2007
    Location
    brisbane
    Posts
    104
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dude, there are so many errors
    x: y, why are you so fat?
    y:-_____
    ---l-1
    ---l-----
    ---l
    --\l64

  15. #15
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You should check out my tut (Links in sig) Learning the things to become a SRL member. That will teach you a LOT of things and with hopefully some good explanations that you can understand

    And if your stuck on some errors that people pointed out (If that was a script problem and not a SRL/SCAR they are using problem.. ) you could check out my tut on fixing errors

    Good try, you really should read my tut for Learning the things to become a SRL member, and at least read the radial walking section.

  16. #16
    Join Date
    Apr 2007
    Posts
    217
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm am going to test this out tonight.

  17. #17
    Join Date
    May 2007
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it didnt work and begin exepectid and all this otha stuff

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

    Default

    Ok thanks guyz I read all the tuts and I am starting from scratch.

  19. #19
    Join Date
    Dec 2006
    Location
    Birmingham/UK
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try using different wait times for each wait function like say use one as wait(312+random(624)) and choose another set of numbers different to it it might make it a little less detectable =] i could show u howto use radial road walk if u want to
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
    http://www.draynor.net/skill/underse...dvance_war.png

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Fally Cow Cruncher
    By drizzt in forum RS3 Outdated / Broken Scripts
    Replies: 187
    Last Post: 02-21-2009, 09:52 PM
  2. fally teleport
    By ben600006 in forum First Scripts
    Replies: 5
    Last Post: 06-01-2008, 05:14 AM
  3. Fally Cow Killer
    By me_ntal in forum OSR Help
    Replies: 5
    Last Post: 04-28-2007, 08:49 PM
  4. fally yew cutter
    By chaos in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 04-15-2007, 04:44 AM

Posting Permissions

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