Page 1 of 2 12 LastLast
Results 1 to 25 of 27

Thread: Molly solver

  1. #1
    Join Date
    Dec 2011
    Location
    The Netherlands
    Posts
    1,631
    Mentioned
    47 Post(s)
    Quoted
    254 Post(s)

    Default Molly solver

    Hi

    Added the solver as an attachment.
    Line 296 needs to be deleted in the antirandoms.simba file aswell
    C:\Simba\Includes\SRL\srl\core\antirandoms\antiran doms.simba

    It should work correctly but I haven't tested it yet using FindNormalRandoms. If anyone has an account in Molly random even please test it or it would be even better if you could lend me your account.

    http://www.youtube.com/watch?v=VG-59gsKQi0


    I hope a developer can add this soon and possibly look at the Frog Solver aswell that uses TPA instead of DTM's. That one needs to be tested aswell but should be more stable than using a DTM of the crown.

    Script source code available here: Github

  2. #2
    Join Date
    Mar 2012
    Location
    Alberta
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks really nicely done, great job JJ

  3. #3
    Join Date
    Jul 2007
    Location
    Melbourne, Victoria, Australia.
    Posts
    665
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Nice work on the recent random releases, look very promising! Thanks.
    Last known as Jonno.

  4. #4
    Join Date
    Apr 2012
    Posts
    3,356
    Mentioned
    34 Post(s)
    Quoted
    218 Post(s)

    Default

    Well done! proud of your work

  5. #5
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  6. #6
    Join Date
    Dec 2011
    Location
    The Netherlands
    Posts
    1,631
    Mentioned
    47 Post(s)
    Quoted
    254 Post(s)

    Default

    Thanks everyone, and

    Quote Originally Posted by ashaman88 View Post
    Nice! Did you send in a pull request?
    I think I did, atleast I tried to. Kyle Undefined will probably be looking at it tomorrow as he has some stuff to do in real life.

    Script source code available here: Github

  7. #7
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  8. #8
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

  9. #9
    Join Date
    Jun 2012
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great job,I seem to be getting her always when I auto fight... :S no luck with randoms whatsoever

  10. #10
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Default

    Great Job

    ~Home

  11. #11
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Added this code to the Molly.simba file and everything compiled, now it's a part of SRL. Should be out soon.

    Will be awesome to solve this from now on
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  12. #12
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Kyle Committed

  13. #13
    Join Date
    Mar 2012
    Location
    Australia
    Posts
    625
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Great work buddy, I even struggle doing molly legit, short term memory loss i suppose.
    Bored of playing rs, and bored of botting it, why am i here?

  14. #14
    Join Date
    Dec 2011
    Location
    The Netherlands
    Posts
    1,631
    Mentioned
    47 Post(s)
    Quoted
    254 Post(s)

    Default

    Thanks everyone for the kind words, etc. :P

    Quote Originally Posted by Kyle Undefined View Post
    Added this code to the Molly.simba file and everything compiled, now it's a part of SRL. Should be out soon.

    Will be awesome to solve this from now on
    Okay great, so once Molly is detected it will start the Molly_Solve() function right? Unfortunately all my Molly accounts were outside Molly already because some of them were lended and were needed again :P But yeah it should work great

    Script source code available here: Github

  15. #15
    Join Date
    Jun 2012
    Location
    ScapeRune
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Awesome! this will help me getting 99 fishing earlier as it gets stuck occasionally at molly.

  16. #16
    Join Date
    Nov 2006
    Posts
    2,369
    Mentioned
    4 Post(s)
    Quoted
    78 Post(s)

    Default

    Hey great work!

    Just a question about standards:
    Simba Code:
    if then
      begin
        xxxx...
      end;
    or
    Simba Code:
    if then
    begin
      xxx...
    end;

    You seem to use the first option while (pretty much?) rest of the srl include uses the second option.

    Also you don't use identification after end else and for statements the same way you do with ifs.

    Rep++.
    Last edited by weequ; 06-26-2012 at 12:10 PM.
    Quote Originally Posted by DeSnob View Post
    ETA's don't exist in SRL like they did in other communities. Want a faster update? Help out with updating, otherwise just gotta wait it out.

  17. #17
    Join Date
    Dec 2011
    Location
    The Netherlands
    Posts
    1,631
    Mentioned
    47 Post(s)
    Quoted
    254 Post(s)

    Default

    Quote Originally Posted by weequ View Post
    Hey great work!

    Just a question about standards:
    Simba Code:
    if then
      begin
        xxxx...
      end;
    or
    Simba Code:
    if then
    begin
      xxx...
    end;

    You seem to use the first option while (pretty much?) rest of the srl include uses the second option.

    Also you don't use identification after end else and for statements the same way you do with ifs.

    Rep++.
    Yeah indeed I mainly put a tab after an if statement, I'm not sure why but it looks more organisized for me. What do mean with identification after end else and for statements? Do you mean that I'm not tabbing there? I'll look at it now.

    You mean this?
    Tabbing after if statement
    Simba Code:
    if PointInBox(MollyPosition, IntToBox(Row[i][k].X1, Row[i][k].Y1, Row[i][k].X2, Row[i][k].Y2)) then
      begin
        Result := ((10 * i) + k);
        PreviousBox := Result;
        AddToSRLLog('Molly is in box: '+IntToStr(Result)+'');
        Exit;
      end;

    And not tabbing after end else
    Simba Code:
    if (TimeFromMark(MaxMollyTime) < 600000) then
        begin
          Result := True;
        end else
        begin
          AddToSRLLog('Molly solve took longer than 10 minutes, logging out');
          LogOut;
        end;

    I'm not tabbing there because it is part of the if .. then statement so I have both begins at the same place basicly :P Not sure what the correct way is, if there is a correct way.

    Script source code available here: Github

  18. #18
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    *prays for a molly random*

  19. #19
    Join Date
    Jul 2010
    Posts
    1,115
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    Progress Report:
    ***** Found Random: Molly *****
    Attempting to open the door
    Clicked on the door
    Molly's hair color: Red
    We are talking, finishing conversation
    Attempting to use the control panels
    Clicked on the control panels
    The hook is in box 51
    Potential Molly has been found at: 132, 59
    Detected boots, correct Molly has been found at 127, 117
    Molly is in box: 24
    BoxRow : 2, HookBoxRow: 5
    Move left 3 times
    HookBoxspot: 1
    Boxspot: 4
    Move up 3 times
    The hook is in box 23
    Potential Molly has been found at: 104, 28
    Detected boots, correct Molly has been found at 111, 83
    Molly is in box: 16
    BoxRow : 1, HookBoxRow: 2
    Move left 1 times
    HookBoxspot: 3
    Boxspot: 6
    Move up 3 times
    The hook is in box 16
    Potential Molly has been found at: 178, 18
    Detected boots, correct Molly has been found at 177, 70
    Molly is in box: 17
    BoxRow : 1, HookBoxRow: 1
    We are at the correct row already!
    HookBoxspot: 6
    Boxspot: 7
    Move up 1 times
    The hook is in box 17
    Potential Molly has been found at: 177, 18
    Detected boots, correct Molly has been found at 181, 70
    Molly is in box: 17
    We are at the correct spot and row!
    The hook is in box 18
    Potential Molly has been found at: 209, 22
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 18
    Potential Molly has been found at: 289, 5
    Detected boots, correct Molly has been found at 288, 52
    Molly is in box: 49
    BoxRow : 4, HookBoxRow: 1
    Move Right 3 times
    HookBoxspot: 8
    Boxspot: 9
    Move up 1 times
    The hook is in box 49
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 49
    Potential Molly has been found at: 300, 41
    Detected boots, correct Molly has been found at 298, 103
    Molly is in box: 65
    BoxRow : 6, HookBoxRow: 4
    Move Right 2 times
    HookBoxspot: 9
    Boxspot: 5
    Move down 4 times
    The hook is in box 66
    Potential Molly has been found at: 265, 54
    Detected boots, correct Molly has been found at 271, 114
    Molly is in box: 54
    BoxRow : 5, HookBoxRow: 6
    Move left 1 times
    HookBoxspot: 6
    Boxspot: 4
    Move down 2 times
    The hook is in box 53
    Potential Molly has been found at: 162, 71
    Detected boots, correct Molly has been found at 167, 135
    Molly is in box: 33
    BoxRow : 3, HookBoxRow: 5
    Move left 2 times
    HookBoxspot: 3
    Boxspot: 3
    We are at the correct spot already!
    The hook is in box 33
    Potential Molly has been found at: 161, 72
    Detected boots, correct Molly has been found at 166, 135
    Molly is in box: 33
    We are at the correct spot and row!
    The hook is in box 33
    Potential Molly has been found at: 109, 23
    Detected boots, correct Molly has been found at 114, 76
    Molly is in box: 17
    BoxRow : 1, HookBoxRow: 3
    Move left 2 times
    HookBoxspot: 3
    Boxspot: 7
    Move up 4 times
    The hook is in box 17
    Potential Molly has been found at: 178, 18
    Detected boots, correct Molly has been found at 181, 94
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 17
    Potential Molly has been found at: 209, 22
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 17
    Potential Molly has been found at: 209, 22
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 17
    Potential Molly has been found at: 288, 5
    Detected boots, correct Molly has been found at 288, 52
    Molly is in box: 49
    BoxRow : 4, HookBoxRow: 1
    Move Right 3 times
    HookBoxspot: 7
    Boxspot: 9
    Move up 2 times
    The hook is in box 37
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 49
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 49
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 49
    Potential Molly has been found at: 161, 71
    Detected boots, correct Molly has been found at 166, 135
    Molly is in box: 33
    BoxRow : 3, HookBoxRow: 4
    Move left 1 times
    HookBoxspot: 9
    Boxspot: 3
    Move down 6 times
    The hook is in box 33
    Potential Molly has been found at: 112, 50
    Detected boots, correct Molly has been found at 115, 109
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 33
    Potential Molly has been found at: 112, 20
    Detected boots, correct Molly has been found at 111, 73
    Molly is in box: 17
    BoxRow : 1, HookBoxRow: 3
    Move left 2 times
    HookBoxspot: 3
    Boxspot: 7
    Move up 4 times
    The hook is in box 17
    Potential Molly has been found at: 178, 18
    Detected boots, correct Molly has been found at 181, 70
    Molly is in box: 17
    We are at the correct spot and row!
    The hook is in box 17
    Potential Molly has been found at: 209, 22
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 17
    Potential Molly has been found at: 209, 22
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 17
    Potential Molly has been found at: 288, 5
    Detected boots, correct Molly has been found at 288, 52
    Molly is in box: 49
    BoxRow : 4, HookBoxRow: 1
    Move Right 3 times
    HookBoxspot: 7
    Boxspot: 9
    Move up 2 times
    The hook is in box 49
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 49
    Potential Molly has been found at: 300, 33
    Detected boots, correct Molly has been found at 297, 88
    Molly is in box: 66
    BoxRow : 6, HookBoxRow: 4
    Move Right 2 times
    HookBoxspot: 9
    Boxspot: 6
    Move down 3 times
    The hook is in box 66
    Potential Molly has been found at: 292, 44
    Detected boots, correct Molly has been found at 288, 101
    Molly is in box: 65
    BoxRow : 6, HookBoxRow: 6
    We are at the correct row already!
    HookBoxspot: 6
    Boxspot: 5
    Move down 1 times
    The hook is in box 66
    Potential Molly has been found at: 211, 71
    Detected boots, correct Molly has been found at 211, 138
    Molly is in box: 43
    BoxRow : 4, HookBoxRow: 6
    Move left 2 times
    HookBoxspot: 6
    Boxspot: 3
    Move down 3 times
    The hook is in box 44
    Potential Molly has been found at: 163, 72
    Detected boots, correct Molly has been found at 167, 135
    Molly is in box: 33
    BoxRow : 3, HookBoxRow: 4
    Move left 1 times
    HookBoxspot: 4
    Boxspot: 3
    Move down 1 times
    The hook is in box 31
    Potential Molly has been found at: 158, 70
    Detected boots, correct Molly has been found at 164, 134
    Molly is in box: 33
    BoxRow : 3, HookBoxRow: 3
    We are at the correct row already!
    HookBoxspot: 1
    Boxspot: 3
    Move up 2 times
    The hook is in box 33
    Potential Molly has been found at: 98, 36
    Detected boots, correct Molly has been found at 99, 100
    Molly is in box: 15
    BoxRow : 1, HookBoxRow: 3
    Move left 2 times
    HookBoxspot: 3
    Boxspot: 5
    Move up 2 times
    The hook is in box 15
    Potential Molly has been found at: 178, 18
    Detected boots, correct Molly has been found at 181, 70
    Molly is in box: 17
    BoxRow : 1, HookBoxRow: 1
    We are at the correct row already!
    HookBoxspot: 5
    Boxspot: 7
    Move up 2 times
    The hook is in box 16
    Potential Molly has been found at: 177, 18
    Detected boots, correct Molly has been found at 181, 70
    Molly is in box: 17
    BoxRow : 1, HookBoxRow: 1
    We are at the correct row already!
    HookBoxspot: 6
    Boxspot: 7
    Move up 1 times
    The hook is in box 18
    Potential Molly has been found at: 179, 18
    Detected boots, correct Molly has been found at 181, 70
    Molly is in box: 17
    BoxRow : 1, HookBoxRow: 1
    We are at the correct row already!
    HookBoxspot: 8
    Boxspot: 7
    Move down 1 times
    The hook is in box 17
    Potential Molly has been found at: 184, 10
    Detected boots, correct Molly has been found at 187, 62
    Molly is in box: 18
    BoxRow : 1, HookBoxRow: 1
    We are at the correct row already!
    HookBoxspot: 7
    Boxspot: 8
    Move up 1 times
    The hook is in box 18
    Potential Molly has been found at: 209, 22
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 18
    Potential Molly has been found at: 209, 22
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 18
    Potential Molly has been found at: 289, 5
    Detected boots, correct Molly has been found at 288, 52
    Molly is in box: 49
    BoxRow : 4, HookBoxRow: 1
    Move Right 3 times
    HookBoxspot: 8
    Boxspot: 9
    Move up 1 times
    The hook is in box 49
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 49
    Potential Molly has been found at: 236, 5
    Detected boots, correct Molly has been found at 236, 51
    Molly is in box: 49
    We are at the correct spot and row!
    The hook is in box 49
    Potential Molly has been found at: 300, 40
    Detected boots, correct Molly has been found at 294, 103
    Molly is in box: 65
    BoxRow : 6, HookBoxRow: 4
    Move Right 2 times
    HookBoxspot: 9
    Boxspot: 5
    Move down 4 times
    The hook is in box 65
    Potential Molly has been found at: 163, 72
    Detected boots, correct Molly has been found at 167, 135
    Molly is in box: 33
    BoxRow : 3, HookBoxRow: 6
    Move left 3 times
    HookBoxspot: 5
    Boxspot: 3
    Move down 2 times
    The hook is in box 34
    Potential Molly has been found at: 163, 72
    Detected boots, correct Molly has been found at 167, 135
    Molly is in box: 33
    BoxRow : 3, HookBoxRow: 3
    We are at the correct row already!
    HookBoxspot: 4
    Boxspot: 3
    Move down 1 times
    The hook is in box 32
    Potential Molly has been found at: 119, 54
    Detected boots, correct Molly has been found at 126, 113
    Molly is in box: 24
    BoxRow : 2, HookBoxRow: 3
    Move left 1 times
    HookBoxspot: 2
    Boxspot: 4
    Move up 2 times
    The hook is in box 24
    Potential Molly has been found at: 106, 20
    Detected boots, correct Molly has been found at 115, 72
    Molly is in box: 17
    BoxRow : 1, HookBoxRow: 2
    Move left 1 times
    HookBoxspot: 4
    Boxspot: 7
    Move up 3 times
    The hook is in box 15
    Potential Molly has been found at: 177, 18
    Detected boots, correct Molly has been found at 181, 70
    Molly is in box: 17
    BoxRow : 1, HookBoxRow: 1
    We are at the correct row already!
    HookBoxspot: 5
    Boxspot: 7
    Move up 2 times
    The hook is in box 19
    Potential Molly has been found at: 178, 18
    Detected boots, correct Molly has been found at 181, 70
    Molly is in box: 17
    BoxRow : 1, HookBoxRow: 1
    We are at the correct row already!
    HookBoxspot: 9
    Boxspot: 7
    Move down 2 times
    The hook is in box 17
    Potential Molly has been found at: 187, 9
    Detected boots, correct Molly has been found at 190, 58
    Molly is in box: 18
    BoxRow : 1, HookBoxRow: 1
    We are at the correct row already!
    HookBoxspot: 7
    Boxspot: 8
    Move up 1 times
    The hook is in box 18
    Potential Molly has been found at: 209, 22
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 18
    Potential Molly has been found at: 209, 22
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 18
    Potential Molly has been found at: 288, 5
    Detected boots, correct Molly has been found at 288, 52
    Molly is in box: 49
    BoxRow : 4, HookBoxRow: 1
    Move Right 3 times
    HookBoxspot: 8
    Boxspot: 9
    Move up 1 times
    The hook is in box 48
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 49
    Potential Molly has been found at: 295, 19
    Detected boots, correct Molly has been found at 293, 74
    Molly is in box: 67
    BoxRow : 6, HookBoxRow: 4
    Move Right 2 times
    HookBoxspot: 9
    Boxspot: 7
    Move down 2 times
    The hook is in box 67
    Potential Molly has been found at: 300, 41
    Detected boots, correct Molly has been found at 298, 103
    Molly is in box: 65
    BoxRow : 6, HookBoxRow: 6
    We are at the correct row already!
    HookBoxspot: 7
    Boxspot: 5
    Move down 2 times
    The hook is in box 67
    Potential Molly has been found at: 300, 41
    Detected boots, correct Molly has been found at 298, 103
    Molly is in box: 65
    BoxRow : 6, HookBoxRow: 6
    We are at the correct row already!
    HookBoxspot: 7
    Boxspot: 5
    Move down 2 times
    The hook is in box 66
    Potential Molly has been found at: 261, 55
    Detected boots, correct Molly has been found at 260, 118
    Molly is in box: 54
    BoxRow : 5, HookBoxRow: 6
    Move left 1 times
    HookBoxspot: 6
    Boxspot: 4
    Move down 2 times
    The hook is in box 51
    Potential Molly has been found at: 188, 71
    Detected boots, correct Molly has been found at 190, 139
    Molly is in box: 33
    BoxRow : 3, HookBoxRow: 5
    Move left 2 times
    HookBoxspot: 1
    Boxspot: 3
    Move up 2 times
    The hook is in box 32
    Potential Molly has been found at: 139, 63
    Detected boots, correct Molly has been found at 143, 125
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 33
    Potential Molly has been found at: 111, 20
    Detected boots, correct Molly has been found at 114, 73
    Molly is in box: 17
    BoxRow : 1, HookBoxRow: 3
    Move left 2 times
    HookBoxspot: 3
    Boxspot: 7
    Move up 4 times
    The hook is in box 17
    Potential Molly has been found at: 177, 18
    Detected boots, correct Molly has been found at 183, 96
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 17
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 17
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 17
    Potential Molly has been found at: 289, 5
    Detected boots, correct Molly has been found at 288, 52
    Molly is in box: 49
    BoxRow : 4, HookBoxRow: 1
    Move Right 3 times
    HookBoxspot: 7
    Boxspot: 9
    Move up 2 times
    The hook is in box 49
    Potential Molly has been found at: 274, 13
    Detected boots, correct Molly has been found at 273, 65
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 49
    Potential Molly has been found at: 300, 41
    Detected boots, correct Molly has been found at 298, 103
    Molly is in box: 65
    BoxRow : 6, HookBoxRow: 4
    Move Right 2 times
    HookBoxspot: 9
    Boxspot: 5
    Move down 4 times
    The hook is in box 65
    Potential Molly has been found at: 275, 49
    Detected boots, correct Molly has been found at 275, 112
    Molly is in box: 54
    BoxRow : 5, HookBoxRow: 6
    Move left 1 times
    HookBoxspot: 5
    Boxspot: 4
    Move down 1 times
    The hook is in box 55
    Potential Molly has been found at: 161, 72
    Detected boots, correct Molly has been found at 166, 135
    Molly is in box: 33
    BoxRow : 3, HookBoxRow: 5
    Move left 2 times
    HookBoxspot: 5
    Boxspot: 3
    Move down 2 times
    The hook is in box 32
    Potential Molly has been found at: 162, 72
    Detected boots, correct Molly has been found at 167, 135
    Molly is in box: 33
    BoxRow : 3, HookBoxRow: 3
    We are at the correct row already!
    HookBoxspot: 2
    Boxspot: 3
    Move up 1 times
    The hook is in box 32
    Potential Molly has been found at: 163, 72
    Detected boots, correct Molly has been found at 167, 135
    Molly is in box: 33
    BoxRow : 3, HookBoxRow: 3
    We are at the correct row already!
    HookBoxspot: 2
    Boxspot: 3
    Move up 1 times
    The hook is in box 32
    Potential Molly has been found at: 162, 71
    Detected boots, correct Molly has been found at 167, 135
    Molly is in box: 33
    BoxRow : 3, HookBoxRow: 3
    We are at the correct row already!
    HookBoxspot: 2
    Boxspot: 3
    Move up 1 times
    The hook is in box 33
    Potential Molly has been found at: 104, 47
    Detected boots, correct Molly has been found at 111, 104
    Molly is in box: 15
    BoxRow : 1, HookBoxRow: 3
    Move left 2 times
    HookBoxspot: 3
    Boxspot: 5
    Move up 2 times
    The hook is in box 16
    Potential Molly has been found at: 177, 18
    Detected boots, correct Molly has been found at 181, 70
    Molly is in box: 17
    BoxRow : 1, HookBoxRow: 1
    We are at the correct row already!
    HookBoxspot: 6
    Boxspot: 7
    Move up 1 times
    The hook is in box 18
    Potential Molly has been found at: 178, 18
    Detected boots, correct Molly has been found at 181, 70
    Molly is in box: 17
    BoxRow : 1, HookBoxRow: 1
    We are at the correct row already!
    HookBoxspot: 8
    Boxspot: 7
    Move down 1 times
    The hook is in box 17
    Potential Molly has been found at: 178, 18
    Detected boots, correct Molly has been found at 181, 70
    Molly is in box: 17
    We are at the correct spot and row!
    The hook is in box 17
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 17
    Potential Molly has been found at: 288, 5
    Detected boots, correct Molly has been found at 288, 52
    Molly is in box: 49
    BoxRow : 4, HookBoxRow: 1
    Move Right 3 times
    HookBoxspot: 7
    Boxspot: 9
    Move up 2 times
    The hook is in box 49
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 49
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 49
    Potential Molly has been found at: 300, 31
    Detected boots, correct Molly has been found at 296, 91
    Not able to detect Molly's position, waiting a while..
    Not moving the hook because the box is false!
    The hook is in box 49
    Potential Molly has been found at: 162, 72
    Detected boots, correct Molly has been found at 167, 135
    Molly is in box: 33
    BoxRow : 3, HookBoxRow: 4
    Move left 1 times
    HookBoxspot: 9
    Boxspot: 3
    Move down 6 times
    The hook is in box 34
    Potential Molly has been found at: 158, 70
    Detected boots, correct Molly has been found at 164, 137
    Molly is in box: 33
    BoxRow : 3, HookBoxRow: 3
    We are at the correct row already!
    HookBoxspot: 4
    Boxspot: 3
    Move down 1 times
    The hook is in box 32
    Potential Molly has been found at: 92, 41
    Detected boots, correct Molly has been found at 99, 102
    Molly is in box: 15
    BoxRow : 1, HookBoxRow: 3
    Move left 2 times
    HookBoxspot: 2
    Boxspot: 5
    Move up 3 times
    The hook is in box 15
    Potential Molly has been found at: 177, 18
    Detected boots, correct Molly has been found at 181, 70
    Molly is in box: 17
    BoxRow : 1, HookBoxRow: 1
    We are at the correct row already!
    HookBoxspot: 5
    Boxspot: 7
    Move up 2 times
    The hook is in box 17
    Potential Molly has been found at: 178, 18
    Detected boots, correct Molly has been found at 181, 70
    Molly is in box: 17
    We are at the correct spot and row!
    We are talking, finishing conversation
    Attempting to open the door
    Clicked on the door
    Trying to click on Molly
    Succesfully clicked on Molly
    We are talking, finishing conversation
    Molly completed in: 5 Minutes and 6 Seconds
    Molly had the following hair color: Red
    Innocent civilians caught: 0
    ***** Solved Random: Molly *****


    took awhile cause of lag, and when its at the top of the screen, it cant detect her so it would keep having to play catch up. but it works and thats all that matters

    WOOT!! now just leo and prison

  20. #20
    Join Date
    Dec 2011
    Location
    The Netherlands
    Posts
    1,631
    Mentioned
    47 Post(s)
    Quoted
    254 Post(s)

    Default

    Great
    I just got a PM that it didn't work for someone but he is willing to lend me his account I believe, so I'll look into that using FindNormalRandoms and see what happened. We'll see. Maybe blond hair/yellow clothes or red hair/red clothes, that one is pretty much unsolvable with 100% accuracy. There is a 8% chance you get one of those combo's and it will probably succeed around 50% of the times, so that still makes this have a 100-(8/2) = 96% success rate which is higher than some of the other randoms I think :P

    Script source code available here: Github

  21. #21
    Join Date
    Mar 2012
    Posts
    690
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    It worked flawlessly, grabbing her before i even found out wich one to grab myself :P

  22. #22
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    jizzed, omg (:

  23. #23
    Join Date
    Feb 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Beautiful. I watched this video some days ago!

  24. #24
    Join Date
    Dec 2011
    Location
    The Netherlands
    Posts
    1,631
    Mentioned
    47 Post(s)
    Quoted
    254 Post(s)

    Default

    Great to read that it is working. Someone just PM'd me the details of an account in the random that it didn't solve, but the problem there was that the door was opened previously. So when the solver started and opened the door, the conversation with Molly didn't pop up like it should do.

    Script source code available here: Github

  25. #25
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by J J View Post
    Great to read that it is working. Someone just PM'd me the details of an account in the random that it didn't solve, but the problem there was that the door was opened previously. So when the solver started and opened the door, the conversation with Molly didn't pop up like it should do.
    it's not very tough to put some logic in there which would enable it to start from any point in the random, you already did the hard part

Page 1 of 2 12 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
  •