[RS2][SRL#14] Jethr0x Alcher v1!

Discussion in 'RuneScape Scripts' started by Jethr0x, Mar 29, 2008.

[RS2][SRL#14] Jethr0x Alcher v1!
  1. Unread #1 - Mar 29, 2008 at 11:38 PM
  2. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    [RS2][SRL#14] Jethr0x Alcher v1!

    Jethr0x's Auto Alcher!

    YOU NEED SRL 4 #20 AND SCAR 3.15 TO RUN THIS!!!!
    To get it...
    Click Here

    Hello people :D This is the beta release of my new Auto-Alcher! PLZ POST PROGRESS REPORTS!

    Features
    - AntiBan
    - AntiRandoms
    - Multiple Player


    Future Updates
    - Smart
    - More AntiRandoms
    - 24/7 Alching
    - Sleep
    - Better Auto-Responder
    - Banker


    THIS SCRIPT HAS NOT YET BEEN TESTED BY ANYONE BUT ME!!! PLZ TEST AND POST UR PROGRESS REPORTS!

    Code:
    program Jethr0xAlcher;
    {.include SRL\SRL.scar}
    
    var
      alchs, x, y : integer;
    
    ////////////////////////////////////////////////////////////////////////////////
    //                            SETUP HERE!!!                                   //
    ////////////////////////////////////////////////////////////////////////////////
    
    const
      NumOfPlayers = 1;                //How Many Autoers?
      StartPlayer  = 0;                //What Player to start with?
      Alchstodo    = 490;              //How Many Alchs Before Logout.
      iname        = 'ew';              //Enter a few lower case letters of the item... 'ew' is from Yew.
    
    procedure DeclarePlayers;
    begin
      HowManyPlayers  := NumOfPlayers;
      NumberOfPlayers( HowManyPlayers );
      CurrentPlayer := StartPlayer;
      Players[0].Name :='';           //Username,
      Players[0].Pass :='';           //Password,
      Players[0].Nick :='';           //Nickname 3-4 letters or ur name (NO CAPS!)
      Players[0].Active:=True;        //Use this Character?
      Players[0].Loc := '';           //DO NOT TOUCH!!!!!
      Writeln( IntToStr ( HowManyPlayers ) + ' Player[s]' );
    end;
    
    procedure StartAlch;
    begin
      GameTab(7);
      wait(1000+random(1000))
      MouseBox(566, 362, 577, 365, 1);
      wait(500+random(200))
      GetMousePos(x, y)
      Mouse(x, y, 0, 0, true);
    end;
    
    procedure AntiBan;
    begin
      Case Random(8) of
        1: RandomMovement;
        2: begin
            Gametab(2);
            Wait(1000 + random(500));
            Gametab(7);
           end;
        3: begin
            Case Random(5) of
             0: begin
                 Gametab(5);
                 Wait(1000 + random(500));
                 Gametab(7);
                end;
             1: begin
                 Gametab(2);
                 Wait(1000 + random(500));
                 Gametab(7);
                end;
             2: begin
                 Gametab(9);
                 Wait(1000 + random(500));
                 Gametab(7);
                end;
             3: begin
                 Gametab(11);
                 Wait(1000 + random(500));
                 Gametab(7);
                end;
             4: begin
                 Gametab(13);
                 Wait(1000 + random(500));
                 Gametab(7);
                end;
            end;
           end;
        4: Wait(1000);
        5: Wait(1000 + Random(500));
        6: Wait(1000 + Random(500));
        7: Wait(1000 + Random(500));
        8: Wait(1000 + Random(500));
      end;
      StartAlch;
    end;
    
    procedure Report;
    begin
      Writeln('~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~');
      Writeln('| Jethr0x''s Alcher Progress Report. PLZ POST!');
      Writeln('| Alched '+ IntToStr(Alchs) + ' ' + iname + 's.');
      Writeln('| Worked for ' + TImeRunning);
      Writeln('| Exp gained '+ IntToStr(alchs*65));
      Writeln('~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~');
      Writeln('Made By Jethr0x!Dont leak or... I WILL RAPE YOU.');
    end;
    
    procedure Finished;
    begin
      if (alchs = alchstodo) then
      begin
        TypeSend('w000t! '+ IntToStr(AlchsToDO) + ' alchs done :D! bye');
        Logout;
        report;
      end;
    end;
    {
    Procedure AutoRespond;
    var
      MageLvl2 : integer;
    begin
      if InChatLine('Hi') or InChatLine('Hey') or InChatLine('sup') or InChatLine('yo') then
      begin
        wait(1000 + Random(500));
        case Random(8) of
          0: TypeSend('Hiya');
          1:  TypeSend('Hi');
          2: TypeSend('Heyz');
          3: TypeSend('wattup :p');
          4: TypeSend('Hola');
          5: TypeSend('hai');
          6: TypeSend('ello chap :[)');
          7: TypeSend('wattup :p');
        end;
      end else
      if InChatLine('Mage') or InChatLine('mage') or InChatLine('magick l') or InChatLine('magik l') then
      begin
        MageLvl2 := GetSkillInfo('magic', true);
        begin
          case Random(4) of
            0: TypeSend('mai mage is '+ IntToStr(magelvl2) + '.');
            1: TypeSend(magelvl);
            2: TypeSend('lvl ' + IntToStr(magelvl2) + ' mage.');
            3: TypeSend('I''m ' + IntToStr(magelvl2) + '. You?');
          end;
        end;
      end;
    end;
    }
    procedure Alch;
    begin
      StartAlch;
      repeat
        if FindTalk then FindNormalRandoms;
        wait(400+random(400))
        Mouse(x, y, 0, 0, true);
        Wait(1800+random(100));
        if isUpTextMultiCustom(['Ca','st']) then
        begin
          Mouse(x, y, 0, 0, true);
          Alchs:=Alchs + 1;
          Case Random(7) of
            0:Wait(100);
            1:AntiBan;
            2:Wait(100);
            3:FindNormalRandoms;
            4:Wait(100);
            5:Wait(100);
            6:Wait(100);
          end;
        end else
        StartAlch;
        until alchs=alchstodo;
        Finished;
    end;
    
    
    
    Procedure Setup;
    begin
      SetupSRL;
      wait(1000)
      ActivateClient;
      wait(1000)
      declareplayers;
      if(not LoggedIn) then
      begin
        wait(100);
        loginplayer;
      end;
    end;
    
    
    
    ///////////////////////////
    begin
      Setup;
      wait(3000)
      wait(100)
    //  AutoRespond;
      wait(10)
      Alch;
    end.
    i need members before i can update this much more... >.>
     
  3. Unread #2 - Mar 30, 2008 at 3:39 PM
  4. Ye Olde Macro
    Joined:
    Jan 29, 2008
    Posts:
    55
    Referrals:
    0
    Sythe Gold:
    0

    Ye Olde Macro Member
    Banned

    [RS2][SRL#14] Jethr0x Alcher v1!

    I will test :)
     
  5. Unread #3 - Mar 30, 2008 at 6:43 PM
  6. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    [RS2][SRL#14] Jethr0x Alcher v1!

    post any flaws, or stuff =X
     
  7. Unread #4 - Mar 31, 2008 at 10:55 PM
  8. roner101
    Joined:
    Mar 8, 2007
    Posts:
    1,343
    Referrals:
    1
    Sythe Gold:
    0

    roner101 Guru
    Do Not Trade

    [RS2][SRL#14] Jethr0x Alcher v1!

    is smart really necessary with an auto alcher? could i run without it anyway?
     
  9. Unread #5 - Mar 31, 2008 at 11:05 PM
  10. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    [RS2][SRL#14] Jethr0x Alcher v1!

    yes. u can.

    i just like to macro in the background.. i dont think this release has smart tho.
     
  11. Unread #6 - Apr 4, 2008 at 10:45 PM
  12. Cwazy Trader
    Referrals:
    0

    Cwazy Trader Guest

    [RS2][SRL#14] Jethr0x Alcher v1!

    hey, couldnt u use this in barrows tombs? then it woulld rid of the randoms?
     
  13. Unread #7 - Apr 4, 2008 at 11:00 PM
  14. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    [RS2][SRL#14] Jethr0x Alcher v1!

    u can use where ever... just good to have anti-randoms just in case
     
  15. Unread #8 - Apr 4, 2008 at 11:09 PM
  16. Cwazy Trader
    Referrals:
    0

    Cwazy Trader Guest

    [RS2][SRL#14] Jethr0x Alcher v1!

    yeah, im gonna test as well, but when i follow ur guide on the SRL#14, i get

    File access error
    SRL compiled in 16 msec
    "what i typed"
    sucessfully executed.

    ^^ is that suppose to happen? on yours it says 0 msecs and no access error.
     
  17. Unread #9 - Apr 5, 2008 at 10:00 AM
  18. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    [RS2][SRL#14] Jethr0x Alcher v1!

    kk

    uhm
    try again... if not..

    make sure u go to the tools ---> options --> then click allow all for all the tabs that have it... it should work
     
  19. Unread #10 - Apr 5, 2008 at 11:08 AM
  20. elf5380
    Joined:
    Nov 18, 2007
    Posts:
    564
    Referrals:
    1
    Sythe Gold:
    0

    elf5380 Forum Addict
    Banned

    [RS2][SRL#14] Jethr0x Alcher v1!

    File access error I get that and i have alowed my firewall to all urls and file access so i dunno what it could be, anyways i added a bit more antiban such as angle changing and added more randomness to the alching ( u had it set on 1 coord only equals BAN)

    Real nice script tho mabye a bigger responder and get rid of that file access error thing and this would be a great script


    btw r u an SRL member?

    P.S ill PM u the script i edited
     
  21. Unread #11 - Apr 5, 2008 at 5:23 PM
  22. 99 str fist
    Joined:
    Apr 5, 2008
    Posts:
    148
    Referrals:
    0
    Sythe Gold:
    0

    99 str fist Active Member
    Banned

    [RS2][SRL#14] Jethr0x Alcher v1!

    finally/.....
     
  23. Unread #12 - Apr 9, 2008 at 9:05 PM
  24. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    [RS2][SRL#14] Jethr0x Alcher v1!

    its not set to 1 coord.... also the new version uses my version of MouseBox... which = pwnage :p
     
  25. Unread #13 - Apr 14, 2008 at 11:12 AM
  26. mickgriddle
    Referrals:
    0

    mickgriddle Guest

    [RS2][SRL#14] Jethr0x Alcher v1!

    Just kind of curious is this script safe to overnight??
     
  27. Unread #14 - Apr 14, 2008 at 4:29 PM
  28. Light This City
    Referrals:
    0

    Light This City Guest

    [RS2][SRL#14] Jethr0x Alcher v1!

    Most are...
     
  29. Unread #15 - Apr 17, 2008 at 11:39 PM
  30. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    [RS2][SRL#14] Jethr0x Alcher v1!

    im pretty sure this is... but ill be uploading a new one tomorrow nite... along with my auto yew cutter.
     
  31. Unread #16 - Apr 21, 2008 at 1:02 PM
  32. Rencuz
    Joined:
    Nov 28, 2005
    Posts:
    201
    Referrals:
    0
    Sythe Gold:
    0

    Rencuz Active Member

    [RS2][SRL#14] Jethr0x Alcher v1!

    Id like to look in code,but i dont want to download a new scar...
     
  33. Unread #17 - Apr 22, 2008 at 8:32 PM
  34. abandoneddude
    Joined:
    May 27, 2007
    Posts:
    119
    Referrals:
    0
    Sythe Gold:
    0

    abandoneddude Active Member

    [RS2][SRL#14] Jethr0x Alcher v1!

    i dont have scar on this computer atm (gust computer) i will chekc later...
     
  35. Unread #18 - Apr 24, 2008 at 11:59 PM
  36. 99 str fist
    Joined:
    Apr 5, 2008
    Posts:
    148
    Referrals:
    0
    Sythe Gold:
    0

    99 str fist Active Member
    Banned

    [RS2][SRL#14] Jethr0x Alcher v1!

    so has this been tested, is it good? any flaws?
     
  37. Unread #19 - Apr 25, 2008 at 8:02 AM
  38. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    [RS2][SRL#14] Jethr0x Alcher v1!

    do not use this now... i forgot to upload my new one... im on my bus heading to school atm... ill upload new one when i get home
     
  39. Unread #20 - Apr 29, 2008 at 4:31 PM
  40. CRU1Z1N
    Joined:
    May 10, 2007
    Posts:
    18
    Referrals:
    0
    Sythe Gold:
    0

    CRU1Z1N Newcomer

    [RS2][SRL#14] Jethr0x Alcher v1!

    worked ok it repeats itself to often on the auto talk u just stand out asa auto but u can change that ur self 2 thunbs up tho lol work very well
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    | Jethr0x's Alcher Progress Report. PLZ POST!
    | Alched 112 Yews.
    | Worked for 6 Minutes and 48 Seconds
    | Exp gained 7280
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     
< Is there a flax spinner and banker in camelot | Rs Bot Script >

Users viewing this thread
1 guest


 
 
Adblock breaks this site