Page 1 of 9 123 ... LastLast
Results 1 to 25 of 220

Thread: MegaAlcher

  1. #1
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default MegaAlcher


    This is a Alching bot I have been working on, and being only my second script I feel it is decently well done.

    Let me know if you find any bugs with the script

    If you don't like the random clicking in V1.3 then V1.2 is still there. (Which means spamming peaches)

    For low alch put item to alch in first slot and runes else where.

    Setup:
    1.Item placement setup is mentioned at the beginning of the script.
    2. Have a fire staff equipped.
    3. Have the spellbook set on Magic > Skilling spells
    4. Fill out the needed information and start the script.

    Features:
    -Pretty simple bot mainly will just log you in and start alching.
    - Nice AntiBan.
    - Report.


    Change Log

    Version 1.1
    - Added Low Alchemy.
    - Added a report. (Remember to post these )


    Version 1.2
    - Fixed antiban

    Version 1.3
    -Edits that include random clicking. (I left old one there if you don't like random clicking).

    Version 2
    [Need people to test and give feedback older version are there if you prefer]
    - DTM's for spell finding (No more coordinate clicking).
    - Breaking added.
    - Working Report.
    - Failsafe for when can't find spell.


    99's Gained:

    -akielies
    -iRack93
    -Punjabi3


    To Come:
    Nothing Yet

    Credits:

    Mat -For cleaning up code and adding random clicking.
    Kyle Undefined - For the amazing banner.
    Last edited by Gucci; 12-30-2012 at 03:44 AM.

  2. #2
    Join Date
    Nov 2011
    Location
    MA
    Posts
    545
    Mentioned
    3 Post(s)
    Quoted
    10 Post(s)

    Default

    If i were you, I'd add the pictures into the post instead of in an attachment. It makes it much easier for the community to view. Just upload it to an image hosting site and link it full screen in image tags. You can pm me if you need me to explain it better

  3. #3
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Alright will do when I get a chance, I'm not home right now. Thanks.

    Edit: Done
    Last edited by Gucci; 02-12-2012 at 11:31 PM.

  4. #4
    Join Date
    Jan 2012
    Posts
    470
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    will it alch in soul wars lobby because there you dont need to be bothered about randoms.

  5. #5
    Join Date
    Oct 2008
    Location
    behind you!
    Posts
    1,688
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Quote Originally Posted by superbuster4 View Post
    will it alch in soul wars lobby because there you dont need to be bothered about randoms.
    Are you serious? An alcher works everywhere. Doesn't need any banking it doesn't need any walking basically what the alcher does is just click twice on a small area.
    Hi

  6. #6
    Join Date
    Jan 2012
    Location
    I live in awesomeness.
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    why not autoclick? :P

    well then you cant rly use your computer, but its way faster, just set the click at 2 seconds

  7. #7
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by tepovre View Post
    why not autoclick? :P

    well then you cant rly use your computer, but its way faster, just set the click at 2 seconds
    Because of randoms and the use of computer and of course antiban
    Last edited by Gucci; 02-14-2012 at 01:56 AM.

  8. #8
    Join Date
    Feb 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice script

  9. #9
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by logaitt View Post
    nice script
    Thanks man.

  10. #10
    Join Date
    Jan 2012
    Posts
    134
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    has no antiban at all
    Beep Bop

  11. #11
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by 0blivian View Post
    has no antiban at all
    fixed

  12. #12
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Y u no gimme proggys?

  13. #13
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Simba Code:
    Mouse(592, 234, 0, 0, True);
    I'd add some random clicks on all of them
    Simba Code:
    program MegaAlcher;
    {$DEFINE SMART}
    {$i srl/srl.simba}
    const
      SRLStats_User     = '';   // Your SRL Stats Username
      SRLStats_Password = '';   // Your SRL Stats Password
      SERVER            = 0;  // Enter "0" to pick a random server.
      MEMBERS           = True; //False if F2P
      BreakEvery        = 250;  // How long to bot before break
      BreakFor          = 10;    // Break Length
      NumbOfPlayers     = 1;
      StartPlayer       = 0;
      Alch              = 1; // 0 for High Alchemy and 1 for Low Alchemy
    var
      TotalEXP, Alchs: integer;
    procedure DeclarePlayers;
    var
      i:integer;
    begin
      NumberOfPlayers(NumbOfPlayers);
      CurrentPlayer := StartPlayer;
      for i := 0 to NumbOfPlayers-1 do
        Players[i].BoxRewards := ['XP'];
      With Players[0] do
      begin
        Name := ''; //Username.
        Pass := ''; //Password.
        Active := True;
        Pin := '' // Bank Pin
      end;
    end;
    ////////////////////////////// End of Setup////////////////////////////////////
    procedure Alching;
    begin
        case Alch of
          0:
            begin
              Mouse(748, 187, 3, 3, True);
              begin
                repeat
                  Mouse(655, 232, 3, 3, True);
                  Wait(100 + Random(45));
                  Mouse(655, 233, 3, 3, True);
                  Wait(1150 + Random(35));
                until(False);
              end;
            end;
        end;
        case Alch of
        1:
          begin
            Mouse(748, 187, 3, 3, True);
            begin
              repeat
                Mouse(592, 234, 3, 3, True);
                Wait(100 + Random(45));
                Mouse(592, 234, 3, 3, True);
                Wait(1150 + Random(35));
              until(False);
            end;
          end;
       end;
    end;
    procedure AntiBan;
    begin
      if(not(LoggedIn))then
        exit;
      FindNormalRandoms;
      WriteLn('AntiBan Is Being Performed');
      HoverSkill('Magic', false);
      wait(3000+Random(1000));
    end;
    procedure Report;
    begin
      TotalEXP := (Alchs*65);
      Writeln('############## MegaAlcher ############');
      Writeln('|= Player : ' + Players[CurrentPlayer].Name);
      Writeln('|= Time Running : ' + TimeRunning);
      Writeln('|= Xp gained : ' + IntToStr(TotalEXP));
      Writeln('######################################');
    end;
    procedure FailSafe (Reason:String);
    begin
      Players[CurrentPlayer].Loc:=Reason;
      Logout;
      Stats_Commit;
      TerminateScript;
    end;
    begin
      Smart_Signed := TRUE;
      Smart_Members := MEMBERS;
      Smart_SuperDetail := FALSE;
      ActivateClient;
      SetupSRL;
      DeclarePlayers;
      if not (LoggedIn) then
        LoginPlayer;
      wait(4000+random(400));
      repeat
        Alching;
        Report;
        AntiBan;
      until(Not LoggedIn);
    end.
    Modified With Random Clicks, and also cleaned the code up slightly added ; where need removed things that weren't needed. You can modify it use it or what ever you want
    Mat



    ^^

  14. #14
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Wow thanks Mat

  15. #15
    Join Date
    Feb 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    600+ Casts and counting, been working flawlessly so far constant speed throughout. Also @ Mat, does your code ues the same spellbook setup as Mega's? I tried using your code but the random clicks kept trying to cast bones to peachs from time to time.

    Although very nice script, I will continue using this and will let you know how it does

  16. #16
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by xdiabolical View Post
    600+ Casts and counting, been working flawlessly so far constant speed throughout. Also @ Mat, does your code ues the same spellbook setup as Mega's? I tried using your code but the random clicks kept trying to cast bones to peachs from time to time.

    Although very nice script, I will continue using this and will let you know how it does
    It should use the same setup, because random clicks wouldn't affect that. Also post a proggy.

  17. #17
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by mega284 View Post
    It should use the same setup, because random clicks wouldn't affect that. Also post a proggy.
    It doesn't just makes you look less bot like
    Mat



    ^^

  18. #18
    Join Date
    Feb 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I would post a proggy, except I'm not sure how. You'll have to excuse the greenish-ness, I'm new to SLR and botting in general. How could I do this?

    And regarding the aforemented problem, what I'm trying to say in simpler terms is that occasionally the curser will move over the bones to peaches spell and click it several times because of the randomization. It selects High Alch 9/10 times and then the curser will randomly move over b2p click it a few times before selecting High Alch again. I think the designated area of the random clicks is overlapping the b2p spell a little. Am I making sense lol?

  19. #19
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    The proggy will be at the bottom in the debug section just copy and paste.

    The random clicking is Mat's changes. If you don't like it then you can use mine which is V1.2.

  20. #20
    Join Date
    Feb 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just seems to spam click bones to peaches for some reason, Am I doing something wrong?

  21. #21
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by adam eds View Post
    Just seems to spam click bones to peaches for some reason, Am I doing something wrong?
    No that's the random click procedure if you don't like it I have left V1.2 to be downloaded.
    Current Project: Retired

  22. #22
    Join Date
    Feb 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Cheers for the reply, I'll stick to v1.2 (:

  23. #23
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by adam eds View Post
    Cheers for the reply, I'll stick to v1.2 (:
    NP, post a proggy?
    Current Project: Retired

  24. #24
    Join Date
    Jan 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thx for good script.

  25. #25
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by fukzzs View Post
    thx for good script.
    Yeah no problem
    Current Project: Retired

Page 1 of 9 123 ... LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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