Page 3 of 5 FirstFirst 12345 LastLast
Results 51 to 75 of 117

Thread: Home's Mobilising Armies Suicider

  1. #51
    Join Date
    Jan 2012
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by kingob View Post
    It does not use special units only light infantry.

    Are you in world 76?
    Have you fully filled out the declare players form?
    Do you have fixed screen, safe mode, lowest detail, highest brightness?

    Go down to the very bottom of the script and replace your entire main loop with this
    Simba Code:
    begin
      Smart_Server := 76;
      Smart_Members := True;
      Smart_Signed := True;
      Smart_SuperDetail := False;
      SetupSRL;
      DeclarePlayers;
      ClearDebug;
      LogInPlayer;
      SDebug('Welcome To Home''s MA!');
      MakeCompass('N');
      If Not InBattle then SetAngle(SRL_ANGLE_HIGH);
      repeat
        if not LoggedIn then
        begin
          LoginPlayer;
          ClickNorth(SRL_ANGLE_HIGH);
        end;
        Walk('Entrance');
        GetIn;
        WaitRoom;
        MobiliseArmy;
        WhileInBattle;
        If FindLadders then
          Inc(Players[CurrentPlayer].Integers[2]);
        Walk('ReSupply');
        ReSupply;
        Walk('Entrance');
        ProgressReport;
      until(False);
    end.

    That will log your player in and also walk to the entrance at the start.

    World 76, check.
    Fully filled out Declare Players form
    All of those screen details are the same

    Just ran script again after using that code, it logged into W139 so I relogged to W76. Seems to be working right now so thank-you.

    Also: Anyone know which is a decent item to invest in?

  2. #52
    Join Date
    Oct 2010
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by kingob View Post
    *
    I have found mind runes to be the best combination of high buy limit on ge(25000) and price but they have just gone up in price so maybe you will find something better. Look it up on this page. What you are looking for is the highest number in the right most column, but really the seeds dont buy and anything 1 or over is good. Good luck
    Although prices have risen slightly in the last few days. I wonder why

  3. #53
    Join Date
    Jan 2012
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    IS their anti-leech on this?

    Edit: For me sometimes it will attack the castle and sometimes not. It will cycle through each army and act like its about to attack but will not, and other times it just attacks the chance of it attacking is 50/50. Is their two different methods of attacking? Just babysat it for a few minutes watching games and noticed that when it doesnt attack, it does not move the camera to show the castle to click on it, whereas when it does attack its because the camera is moved to be able to click on the castle. Hope this helps.
    Last edited by tommyashcroft; 02-04-2012 at 08:11 PM.

  4. #54
    Join Date
    May 2011
    Location
    In an Island.
    Posts
    1,413
    Mentioned
    2 Post(s)
    Quoted
    149 Post(s)

    Default

    It's a way to avoid leecher
    ''If you want something you've never had, you have to do something you've never done''


    total leve 2715/1b exp +... exterminated.

  5. #55
    Join Date
    Jan 2012
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by onilika View Post
    It's a way to avoid leecher
    What is~?

  6. #56
    Join Date
    Dec 2011
    Posts
    496
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    When you dc out of a game, you lose all your troops, so you have to manually buy new ones ;P nice if script did this!
    Cheers for the great script!
    Nearly maxed, woowweee.

  7. #57
    Join Date
    May 2011
    Location
    In an Island.
    Posts
    1,413
    Mentioned
    2 Post(s)
    Quoted
    149 Post(s)

    Default

    Quote Originally Posted by tommyashcroft View Post
    What is~?
    It doesn't logs you in automatically. You have to add something..
    ''If you want something you've never had, you have to do something you've never done''


    total leve 2715/1b exp +... exterminated.

  8. #58
    Join Date
    Jan 2012
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Ahhh I understand. Are you by any chance having the same problem as me where in it only moves the camera to the castle to attack every so often, rather than every game ?

  9. #59
    Join Date
    Oct 2010
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by tommyashcroft View Post
    Ahhh I understand. Are you by any chance having the same problem as me where in it only moves the camera to the castle to attack every so often, rather than every game ?

    I have not had this happen to me, maybe its some lag that you have that is messing up the script?

    This script is very sensitive to lag because of the lack of failsafes( add them in yourself ), so you should bring the slider, to the right of the smart client, all the way to the top. I also put my simba process running at a High priority in task manager to try and reduce lag.

  10. #60
    Join Date
    Oct 2011
    Location
    Australia, Vic
    Posts
    1,517
    Mentioned
    2 Post(s)
    Quoted
    120 Post(s)

    Default

    First minigame in this section for a while, Good Job

  11. #61
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Running better then yesterday

  12. #62
    Join Date
    Oct 2010
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Got 300 rank yesterday and imbued the rings I need ! Thanks so much Home!


    This is what I changed my anti ban to as people were saying they were having problems with it
    Simba Code:
    procedure AntiBan;
    var r: Integer;
    begin
      if not LoggedIn then Exit;
      r := (RandomRange(1, 14));
      if (r = 4) then
      begin
        SDebug('AntiBan');
        case Random(25) of
          0:
          begin
          SDebug('AntiBan 0')
             TypeByte(112)
             end;
          1:
           begin
           SDebug('AntiBan 1')
           TypeByte(113)
           Wait(RandomRange(100, 200))
           TypeByte(112)
           end;

          2:
          begin
          SDebug('AntiBan 2')
           TypeByte(112)
           Wait(RandomRange(100, 200))
           TypeByte(113)
           Wait(RandomRange(100, 200))
           TypeByte(112)
           end;

          3:
          begin
            SDebug('AntiBan 3')
            MMouse(MMX1, MMY1, MMX2, MMY2)
            end;

          4:
          begin
          SDebug('AntiBan 4')
           TypeByte(37)
           Wait(RandomRange(400, 600))
           TypeByte(39)
           end;

          5:
          begin
          SDebug('AntiBan 5')
           TypeByte(38)
           Wait(RandomRange(400, 600))
           TypeByte(40)
           end;

          6:
          begin
          SDebug('AntiBan 6')
           TypeByte(39)
           Wait(RandomRange(400, 600))
           TypeByte(37)
           end;

          7:
          begin
          SDebug('AntiBan 7')
           TypeByte(40)
           Wait(RandomRange(400, 600))
           TypeByte(38)
           end;
        end;
        SDebug('Sleeping..');
      end;
    end;

    You are free to just use that in the script if you want Home. Again thanks so much

  13. #63
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok i have a question how do i rank up faster betting more points ? or ?

  14. #64
    Join Date
    Oct 2010
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by illuminatiswag View Post
    Ok i have a question how do i rank up faster betting more points ? or ?
    http://runescape.wikia.com/wiki/Mobi...Ranking_points

    took 5 seconds

  15. #65
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by kingob View Post
    You

  16. #66
    Join Date
    Dec 2011
    Posts
    134
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    it always just types "0" into the investment no matter what i tell it to invest. is this anti-leech or a bug?

  17. #67
    Join Date
    Sep 2007
    Location
    Oklahoma, U.S.
    Posts
    145
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    My walk from the resupply to the entrance usually lands it in an awkward position to the left of the entrance. (botter position!) Lol at all the suspicion of anti-leech measures.

    Line 665 adjusted lands it to the top more often for me.

    Mouse(LadderPoint.X + 5, LadderPoint.Y, 2, 2, mouse_Left);

    Other things Suggestions/Bugs (may be repeating others):
    - Fail-safe detecting having entered the lobby. Sometimes it is just standing in front of the tent thinking it joined.
    - Fail-safe detecting if the squads weren't repaired.
    - Fail-safe squads not having moved (this one seems a bit more difficult, but it's also a bit less frequent).

    The script is dang nifty though. I had to help it a few times in this proggy, but other than that.

    ++++++++++++++++++++++++++++++++++++++++++++++++++ +++++
    Home's Mobilising Armies Suicider 0,1
    ++++++++++++++++++++++++++++++++++++++++++++++++++ +++++
    Name : ThisIsMyMail@yahoo.com //Not such a true story
    Suicide Trips / Hour : 10
    Suicide Trips Done : 24
    Worked : 2 Hours, 16 Minutes and 53 Seconds
    Time : 09:51:49 PM
    -------------------------------------------------------
    Last edited by Whatmatters; 02-06-2012 at 03:56 AM.

  18. #68
    Join Date
    Jan 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The only bug I have experienced so far is when it is in the lobby it spams the messages folder, woke up this morning with a few hundred tabs open :L

    EDIT: I have no idea how it got into lobby in the first place as I was asleep.
    Last edited by lncreased; 02-05-2012 at 08:17 PM. Reason: Forgot to write something.

  19. #69
    Join Date
    Sep 2007
    Location
    Oklahoma, U.S.
    Posts
    145
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wewt.... Berserker Ring is finally enchanted.



    Thanks Home.

  20. #70
    Join Date
    Dec 2011
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    very nice script, will test it out when I get a chance!

  21. #71
    Join Date
    Jan 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very useful script but sometimes it changes world, I'm not sure why it's doing this or what is causing it as I don't have time to watch the bot until it does this. It usually stop after running for 1:20. I have seen it says not to use CRASH Smart, what is this?

  22. #72
    Join Date
    Dec 2011
    Posts
    126
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its not that good have problem's with at it not all time want to att so that need to be make better

  23. #73
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Damn me i was betting 100 investment the whole time now i get to 287 rank almost 300 and cant get a ring lmao so now im betting 15k a game untill like 500 rank to have enough for archer ring and zerk ring

    Edit: NVM take that back took only about 11 extra trips at 15k bets got my imbued ring and 301 rank ;p Thank you very much Home
    Last edited by illuminatiswag; 02-08-2012 at 02:47 AM.

  24. #74
    Join Date
    Jan 2012
    Posts
    617
    Mentioned
    4 Post(s)
    Quoted
    47 Post(s)

    Default

    Do you get randoms at mobilising armies?

  25. #75
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Liimujx View Post
    Do you get randoms at mobilising armies?
    I didnt get a single one these past few days i was there

Page 3 of 5 FirstFirst 12345 LastLast

Thread Information

Users Browsing this Thread

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