Page 4 of 31 FirstFirst ... 2345614 ... LastLast
Results 76 to 100 of 751

Thread: AutoRangeGuilder_11

  1. #76
    Join Date
    Mar 2013
    Posts
    17
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by YoyoAndy View Post
    Mine keeps looking over and over for an angle, anyone else having that problem?
    >this. all it does is search for a target and doesn't get anything accomplished

  2. #77
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    it doesnt even work properly update needed

  3. #78
    Join Date
    Mar 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by lilownyou View Post
    it doesnt even work properly update needed
    Right now it does work properly, it just has some minor detection errors with the target and miss clicking the judge but other than that it should run fine. I'm going to try and help him update some parts of the scripts soon possibly so give me some time and it should be better soon!

  4. #79
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    just wanted to popping by to see how everything is going fine?

  5. #80
    Join Date
    Mar 2007
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    is this script working or is it broken?

  6. #81
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by Runehack123 View Post
    just wanted to popping by to see how everything is going fine?
    everything is going good, just updated [1.3] i'm getting some help from ruhvenge on a spam clicker, i have an idea on how to do it-just short on time so hopefully tuesday you will see it! Let me know of any suggestions or bugs
    Last edited by Sk1nyNerd; 03-31-2013 at 08:49 AM.

  7. #82
    Join Date
    Dec 2008
    Location
    ohioo
    Posts
    308
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    I completely forgot that I needed 40 range to go there. So the first day 07 came out, I spent like 10 mins running to camelot discovering that all my dreams were based on lies!

  8. #83
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    this bot has been failing alot lately, missclicking target and making me run away, misclicks judge and attacks an archer, when shooting target instead of mass clicking it waits and clicked the x in the top right corner making me lose 5-7kxp/hour

  9. #84
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by benzz View Post
    this bot has been failing alot lately, missclicking target and making me run away, misclicks judge and attacks an archer, when shooting target instead of mass clicking it waits and clicked the x in the top right corner making me lose 5-7kxp/hour
    working on a spam clicker, be patient its my first script. it shouldnt be missclicking target a lot. optimal stance is standing infront of the fence between the haybail and the left L corner of the fence. what archer is it attacking? if it miss clicks the judge it should work itself out

    edit: just updated the script. check it out and let me know of any other bugs and/or suggestions!
    Last edited by Sk1nyNerd; 03-31-2013 at 08:41 AM.

  10. #85
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by koo29 View Post
    I completely forgot that I needed 40 range to go there. So the first day 07 came out, I spent like 10 mins running to camelot discovering that all my dreams were based on lies!
    hahaha me too! easy 10k spent in the first few days and hours of walking between lumby and camelot :P

  11. #86
    Join Date
    Feb 2009
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    sorry if i am not allowed to do this and if that is the case contact me and i will remove this post.

    anyone looking for a spamclick option for this script replace lines 104 to 113 with this code

    Code:
    procedure Wield_Arrow;
    begin
      BronzeArrowDTM := DTMFromString('mggAAAHicY2NgYDjBxMBwCIj3AvFxID4LxNuBmImRgeE/AwT/BeJ/QCwAFHM2lgXjeE8dMK2nIsKQK8LLwA+Ux4YZcWAIAACNZgyT');
      if FindDTM(BronzeArrowDTM, x, y, MIX1, MIY1, MIX2, MIY2) then
      begin
        MMouse(x,y,5,5);
        ClickMouse2(mouse_left);
      end;
    FreeDTM(BronzeArrowDTM);
      end;




    and lines 118 to 158 with this code

    Code:
    procedure Fire_Target;
    begin
      P07_MakeCameraAngleLow;
      P07_MakeCompassDegree(randomrange(304,316));
      writeln('Compass Angle set for:' + IntToStr(P07_GetCompassAngle));
      mouseclickcount := 0;
      mouseclickcount2 := 0;
      wait(randomrange(300,500));
      TargetDTM := DTMFromString('mlwAAAHicY2dgYPgDxD+B+B+U/Q2IGRghYvJArAvEekCsCcTKUGwIxM9vRzNs2tjDEJkizpAVZsMQnTWfYW2YP0N8rhEDF1AeF2bEg6EAAKUoEN4=');
      CloseDTM := DTMFromString('mFQEAAHic42VgYHjKyMDwCogfQjGIfQ+I3zJC5J5B2feQxDWB+lSgWA+KNRgg4kpAbAilYWwQZmBgxMAp4Y5gXJDoxhDiaQ6mYWwQZgWqIhVj2kIYowAAOJcV5Q==');
    
      if FindDTM(TargetDTM, x, y, MSX1, MSY1, MSX2, MSY2) then
      begin
      writeln('Firing at Target!');
        repeat
          if Findcolorspiraltolerance(x, y, 10513243, 209, 24, 248, 48, 10) then
            begin
              clickmouse(x, y, mouse_left);
              wait(randomrange(75, 100));
              mouseclickcount := mouseclickcount + 1;
            end;
        until(findcolorspiraltolerance(x, y, 128, 175, 352, 433, 402, 10));
          begin
            if FindDTM(TargetDTM, x, y, MSX1, MSY1, MSX2, MSY2) then
              begin
              ClickMouse(x, y, mouse_left);
              wait(randomrange(50, 60));
              end;
          end;
      end
      else
      begin
        FreeDTM(TargetDTM);
        writeln('Unable to find Target... Trying again...');
        Fire_Target;
      end;
      competitionsplayedcount := competitionsplayedcount + 1;
      writeln('Competitions Played:' + IntToStr(competitionsplayedcount) +'!');
      FreeDTM(TargetDTM);
      FreeDTM(CloseDTM);
    end;
    and make sure you stand on the west side of the competition area
    Last edited by dewrange; 03-31-2013 at 11:54 AM.

  12. #87
    Join Date
    May 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by dewrange View Post
    sorry if i am not allowed to do this and if that is the case contact me and i will remove this post.

    anyone looking for a spamclick option for this script replace lines 104 to 113 with this code

    Code:
    procedure Wield_Arrow;
    begin
      BronzeArrowDTM := DTMFromString('mggAAAHicY2NgYDjBxMBwCIj3AvFxID4LxNuBmImRgeE/AwT/BeJ/QCwAFHM2lgXjeE8dMK2nIsKQK8LLwA+Ux4YZcWAIAACNZgyT');
      if FindDTM(BronzeArrowDTM, x, y, MIX1, MIY1, MIX2, MIY2) then
      begin
        MMouse(x,y,5,5);
        ClickMouse2(mouse_left);
      end;
    FreeDTM(BronzeArrowDTM);
      end;




    and lines 118 to 158 with this code

    Code:
    procedure Fire_Target;
    begin
      P07_MakeCameraAngleLow;
      P07_MakeCompassDegree(randomrange(304,316));
      writeln('Compass Angle set for:' + IntToStr(P07_GetCompassAngle));
      mouseclickcount := 0;
      mouseclickcount2 := 0;
      wait(randomrange(300,500));
      TargetDTM := DTMFromString('mlwAAAHicY2dgYPgDxD+B+B+U/Q2IGRghYvJArAvEekCsCcTKUGwIxM9vRzNs2tjDEJkizpAVZsMQnTWfYW2YP0N8rhEDF1AeF2bEg6EAAKUoEN4=');
      CloseDTM := DTMFromString('mFQEAAHic42VgYHjKyMDwCogfQjGIfQ+I3zJC5J5B2feQxDWB+lSgWA+KNRgg4kpAbAilYWwQZmBgxMAp4Y5gXJDoxhDiaQ6mYWwQZgWqIhVj2kIYowAAOJcV5Q==');
    
      if FindDTM(TargetDTM, x, y, MSX1, MSY1, MSX2, MSY2) then
      begin
      writeln('Firing at Target!');
        repeat
          if Findcolorspiraltolerance(x, y, 10513243, 209, 24, 248, 48, 10) then
            begin
              clickmouse(x, y, mouse_left);
              wait(randomrange(75, 100));
              mouseclickcount := mouseclickcount + 1;
            end;
        until(findcolorspiraltolerance(x, y, 128, 175, 352, 433, 402, 10));
          begin
            if FindDTM(TargetDTM, x, y, MSX1, MSY1, MSX2, MSY2) then
              begin
              ClickMouse(x, y, mouse_left);
              wait(randomrange(50, 60));
              end;
          end;
      end
      else
      begin
        FreeDTM(TargetDTM);
        writeln('Unable to find Target... Trying again...');
        Fire_Target;
      end;
      competitionsplayedcount := competitionsplayedcount + 1;
      writeln('Competitions Played:' + IntToStr(competitionsplayedcount) +'!');
      FreeDTM(TargetDTM);
      FreeDTM(CloseDTM);
    end;
    and make sure you stand on the west side of the competition area
    I replaced those lines and everything work up until "writeln('Firing at Target!')" when it didn't fire at the target and just stood there. I am on the most western side and have tried a few times. Would love to get this figured out

  13. #88
    Join Date
    Feb 2009
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by Shryry View Post
    I replaced those lines and everything work up until "writeln('Firing at Target!')" when it didn't fire at the target and just stood there. I am on the most western side and have tried a few times. Would love to get this figured out
    not sure as to why that is happening i have been running more than an hour straight now with this working. when i say the most western side i mean stand here. just wait for the judge to walk over and you should be fine Untitled.png

  14. #89
    Join Date
    Feb 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    randoms too op. died in 5mins qq

  15. #90
    Join Date
    Mar 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Sometimes he stops at close window button and doesnt click it, forgets talk to Judge and tries to fire at target.
    Last edited by extazypros; 03-31-2013 at 01:47 PM.

  16. #91
    Join Date
    Jun 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by extazypros View Post
    Sometimes he stops at close window button and doesnt click it.
    I get this too without the spam-click tweak.

    Quote Originally Posted by dewrange View Post
    not sure as to why that is happening i have been running more than an hour straight now with this working. when i say the most western side i mean stand here. just wait for the judge to walk over and you should be fine Untitled.png
    I got the same problem as Shryry. I don't see how you can just wait for the judge to walk over to you, if the judge is on that same square, your character moves away from the westernmost position.

    BUT, I think I know the issue, when the camera angle is set just a little more to the north east being the top position of the compass, your spam clicking works! But if it is straight at the targets it doesn't target them.

    I edited:
    Code:
    P07_MakeCompassDegree(randomrange(304,316));
    Last edited by abibot; 03-31-2013 at 01:56 PM.

  17. #92
    Join Date
    Mar 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Code:
    P07_MakeCompassDegree(randomrange(304,316));
    So what did you changed?
    Last edited by extazypros; 03-31-2013 at 02:36 PM.

  18. #93
    Join Date
    Feb 2009
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    yeah the angle will definetely effect my edit, my edit worked perfectly for me and with that said it may not work perfectly for you. edit the angle as you please in order to make it work, and for those of you that are saying it gets stuck on the window than edit my wait(randomrange(50, 75)); to what ever numbers you please.

  19. #94
    Join Date
    Jun 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by extazypros View Post
    Code:
    P07_MakeCompassDegree(randomrange(304,316));
    So what did you changed?
    Mess around with the 304 and 316 numbers (but don't change them drastically). Just find something that works for you, remember this is still just a tweak and not part of the main script!

    Quote Originally Posted by dewrange View Post
    yeah the angle will definetely effect my edit, my edit worked perfectly for me and with that said it may not work perfectly for you. edit the angle as you please in order to make it work, and for those of you that are saying it gets stuck on the window than edit my wait(randomrange(50, 75)); to what ever numbers you please.
    Yeah, it's been working well for 3k range tokens so far. You just have to pause the script and do randoms yourself, dewrange check your pm.

  20. #95
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Tried standing in different positions but it still mis-clicks the targets and runs out of the comp area and doesn't close the window when it does take a shot, this was with 1.3

  21. #96
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks for the release. I tried the script and it works, but it messes up sooner or later.

    I have a recommendation for you; set it up in a different way entirely and it will be much more stable. Just rotate the camera as low as possible (only once) and then slightly to the right. The Y-axis of the camera is persistent between logins, so the only adjustment needed is slightly tilting the X-axis to get one target into view and keeping it there (Jagex has introduced random minor screen rotations to combat botting, so you need to offset those every 5 minutes or so).

    Take a look at an over-censored demo video I made (I'm using a custom script of mine that doesn't depend on Simba): http://tinyurl.com/bv96jqh

  22. #97
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    it dosnt open smart i have to manually open oldschool in chrome, is there anyway i can make it open up runescape?

  23. #98
    Join Date
    Feb 2009
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by yaya289 View Post
    it dosnt open smart i have to manually open oldschool in chrome, is there anyway i can make it open up runescape?
    add {$DEFINE SMART8} under the title on the script

    and then add setupSRL; towards the bottom where he begins to call all of his procedures

  24. #99
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Error: Exception: Font [P07UpChars] not found. at line 226
    The following DTMs were not freed: [0, 1, 2, 3]
    [Error] C:\Documents and Settings\Eigenaar\Mijn documenten\Downloads\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
    Compiling failed.

    help me please

  25. #100
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    tryed every angle ectect for an hour all the script dose is run to the other side -.-

Page 4 of 31 FirstFirst ... 2345614 ... 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
  •