Page 10 of 19 FirstFirst ... 89101112 ... LastLast
Results 226 to 250 of 467

Thread: RangeGuilder by Riyyi

  1. #226
    Join Date
    Nov 2011
    Location
    The Netherlands
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by brandon8081 View Post
    That's powerbot, bans from color bot are rare.
    This.

    Also, Jagex doesn't care about p2p botters, they only check f2p (gold farming), at least that is what is happening for me.
    RangeGuilder by Ricky
    ~ 01010010 01101001 01111001 01111001 01101001 ~

  2. #227
    Join Date
    Mar 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Where I can learn how to fix this anti leech?

  3. #228
    Join Date
    Nov 2011
    Location
    The Netherlands
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by rev5 View Post
    Where I can learn how to fix this anti leech?
    You should start at the tutorial section, for example: YoHoJo's video tutorials.
    RangeGuilder by Ricky
    ~ 01010010 01101001 01111001 01111001 01101001 ~

  4. #229
    Join Date
    Mar 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks

  5. #230
    Join Date
    Mar 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how come my guy just runs behind the targets and never goes back?

    any1 able to run this after sps updatE?
    Last edited by young richard; 04-19-2012 at 04:27 PM.

  6. #231
    Join Date
    Jan 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Cant use after some SPS update

  7. #232
    Join Date
    Dec 2011
    Posts
    79
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok this bot doesn't work anymore, mine logged in, disabled popups and then did nothing

  8. #233
    Join Date
    Nov 2011
    Location
    The Netherlands
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Mash View Post
    Cant use after some SPS update
    Will look into it.
    RangeGuilder by Ricky
    ~ 01010010 01101001 01111001 01111001 01101001 ~

  9. #234
    Join Date
    Jan 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Riyyi View Post
    Will look into it.
    Cheers buddy, its not just this script, it appears as if it is any script which includes SPS.. i can give you the debug errors if you need?

  10. #235
    Join Date
    Nov 2011
    Location
    The Netherlands
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Mash View Post
    Cheers buddy, its not just this script, it appears as if it is any script which includes SPS.. i can give you the debug errors if you need?
    Alright, I don't know what exactly happened in the update, so I don't know how to fix it, so until there is a tutorial or something that explains it I can't update the script.

    The script however works when you downgrade your SPS.
    Here is a thread on how to do it:
    http://villavu.com/forum/showthread.php?t=79934
    (This fixes the other scripts as well)

    *Edit: released version 1.23, it works with the newest SPS now .
    Last edited by Ricky; 04-23-2012 at 11:38 AM.
    RangeGuilder by Ricky
    ~ 01010010 01101001 01111001 01111001 01101001 ~

  11. #236
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Sometimes it seems to click immediately after the arrows appear, because of that the arrows sometimes don't equip.
    This makes it think that the arrows are equipped, thus it doesn't click it later on.

    Tweaked it a bit, Changed your Main-Procedure to this:

    Simba Code:
    procedure MainLoop;
    var
      i, Timer : Integer;
      Judge, Judge2, RoundFin : Boolean;
      myPath: TPointArray;
    begin
      StatsGuise('MainLoop');

      if FindNormalRandoms then
        if not LoggedIn then
          Exit;

      StatsGuise('Finding Judge');
      repeat
        MarkTime(Timer);
        repeat

    //Looky Looky Here!
          ArrowDTM := DTMFromString('mggAAAHicY2NgYOACYhEgFgBiXiDmYIAAZigN4vMDsTCUdtEA6WDCwCIM2AEjDgwBAGIcASA=');

        If FindDTM(ArrowDTM, x, y, MIX1, MIY1, MIX2, MIY2) Then
          begin
            Mouse(x, y, 5, 5, false);
             if OptionsExist(['Wield'], Nothing) then
                begin
                ChooseOption('Wield');
                end
          end;


        FreeDTM(ArrowDTM)
    //You can stop looking! Read ahead!

          if FindObjTPA(x, y, 1845548, 11, 2, 15, 15, 50, ['ition']) or
          FindObjTPA(x, y, 2702911, 13, 2, 15, 15, 50, ['ition']) then
            begin
              Mouse(x, y, 5, 5, False);
              Wait(200 + Random(150) + Laggy);


              if OptionsExist(['mpete'], Nothing) then
                begin
                Judge := True;
                ChooseOption('mpete');
                end else
                Judge2 := True;
            end else
            begin
              Mouse(266, 136, 10, 30, False);
              if WaitOption('mpete', 500) then
                Judge := True;
            end;
        until((TimeFromMark(Timer) > 20000) or Judge or Judge2);




        if TimeFromMark(Timer) > 20000 then
          begin
            if not InCords(2510, 2965, 2545, 2990) then
              myPath := [Point(2554, 2927), Point(2542, 2935), Point(2534, 2947), Point(2524, 2955), Point(2515, 2963), Point(2515, 2982)];
              SPS_WalkPath(myPath);
              ClickNorth(1);
              MakeCompass(35 + Random(5));

            if FindObjTPA(x, y, 1845548, 11, 2, 15, 15, 50, ['ition']) or
              FindObjTPA(x, y, 2702911, 13, 2, 15, 15, 50, ['ition']) then
              Mouse(x, y, 5, 5, False);
              Wait(200 + Random(150) + Laggy);
              if WaitOption('to C', 500) then
                Judge2 := True;
          end;
      until (Judge or Judge2)

      StatsGuise('MainLoop');
      Wait(800 + Random(150));

      if Judge then
      begin
        KeyDown(49);
        Wait(20+random(20));
        KeyUp(49);
        Wait(1500);
        KeyDown(49);
        Wait(20+random(20));
        KeyUp(49);

        Wait(800  + Random(150) + (Laggy * 2));
        If PinScreen Then
          begin
            StatsGuise('Enter pin...');
            InPin(Players[CurrentPlayer].Pin);
          end;


      end;

      if not RightClickMethod then
        begin
          StatsGuise('Spamming Targets');
          MarkTime(Timer);
          repeat
            if FindColorTolerance(x, y, 4310482, 230, 162, 296, 219, 11) then
              MMouse(487, 42, 5, 5);
              Wait(600);
              if IsUpText('lose') then
                ClickMouse2(True);

    //Looky Looky Here!

               ArrowDTM := DTMFromString('mggAAAHicY2NgYOACYhEgFgBiXiDmYIAAZigN4vMDsTCUdtEA6WDCwCIM2AEjDgwBAGIcASA=');

        If FindDTM(ArrowDTM, x, y, MIX1, MIY1, MIX2, MIY2) Then
          begin
            Mouse(x, y, 5, 5, false);

             if OptionsExist(['Wield'], Nothing) then
                begin
                ChooseOption('Wield');
                end
          end;
        FreeDTM(ArrowDTM)

    //Stop Here!

            if FindObjEx(x, y, ['arget'], [5041405, 5238269], 7, 31, MSX1, MSY1, 375, 65) then
              repeat
                ClickMouse2(True);
                Wait(RandomRange(15, 40));
                if FindNPCChatText('orry', Nothing) or FindNPCChatText('ou''ve', Nothing)  then
                  RoundFin := True;                        //^This part is very important!
              until(not IsUpText('-at') or RoundFin);
          until(RoundFin or (TimeFromMark(Timer) > 40000));

          if TimeFromMark(Timer) > 40000 then
            begin
              if not InCords(2510, 2965, 2545, 2990) then
                myPath := [Point(2554, 2927), Point(2542, 2935), Point(2534, 2947), Point(2524, 2955), Point(2515, 2963), Point(2515, 2982)];
                SPS_WalkPath(myPath);
                ClickNorth(1);
                MakeCompass(35 + Random(5));
            end;
        end;

      if RightClickMethod then
        begin
          StatsGuise('Shooting Targets');
          for i := 1 to 10 do
            begin
              if FindObjEx(x, y, ['arget'], [5041405, 5238269], 7, 31, MSX1, MSY1, 375, 65) then
                ClickMouse2(False);
                Wait(200 + Random(150));
                ChooseOptionEx('arget', 'object');
                Wait(2400 + Random(150) + Laggy);
                MMouse(487, 42, 3, 3);
                Wait(550 + Random(150) + Laggy);
                if IsUpText('lose') then
                  ClickMouse2(True);
            end;

          if FindObjTPA(x, y, 1845548, 11, 2, 15, 15, 50, ['ition']) or
          FindObjTPA(x, y, 2702911, 13, 2, 15, 15, 50, ['ition']) then
            Mouse(x, y, 5, 5, False);
            WaitOption('to C', 500);
        end;

        CoursesDone := (CoursesDone + 1);
    end;


    This is just a fail-safe (Mainly too lazy to make it better.) if you could fix it up even more, that would be great!


    The only other problem with this script, in its entirety, is its finding the competition judge. Either it finds him properly, accidentally finds a guard, or a player is standing in the exact same place as the judge.

    I think some of the stuff I added is redundant though...

    Edit: My first Proggy!
    [~~~~~~RangeGuilder by Riyyi - Version 1.23~~~~~]
    Time Running : 4 Hours, 54 Minutes and 21 Seconds
    XP Gained : 77225
    XP Per Hour : 77225
    Courses Done : 374
    Tickets Gained : 27558
    Time Until Logout : 1 Hours, 56 Minutes and 20 Seconds
    [~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~]
    Last edited by Rezozo; 05-20-2012 at 06:55 PM. Reason: Pr0ggy

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  12. #237
    Join Date
    Dec 2011
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I got it working, although i think it will not get past the 6 hour timer because i think i didn't pass that anti-leech properly. Butit runs off quite a lot behind the targets for me, it will just stand there and not go back :s
    Last edited by tommo1; 04-26-2012 at 06:26 PM.

  13. #238
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by tommo1 View Post
    I got it working, although i think it will not get past the 6 hour timer because i think i didn't pass that anti-leech properly. Butit runs off quite a lot behind the targets for me, it will just stand there and not go back :s
    Yes, this happens because of the scripts nature.

    It is almost impossible for it to distinguish a guard from the judge, because it is using color detection. So sometimes, it may attack a guard...

    Also, since it spam clicks, sometimes while the screen moves, it ends up in the back. I might add a dtm, for myself, in the mini-map to click back to the original position. But for now, Im going to R*pe P1NKY's Pest Control like no tomorrow!

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  14. #239
    Join Date
    Mar 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i get this

    [Hint] C:\Simba\Includes\SRL/SRL/core/mapwalk.simba(1353:3): Variable 'BOX' never used at line 1352
    [Error] (239:5): Unknown identifier 'CoursesDone' at line 238
    Compiling failed.


    I do not really understand what it is/means... please reply "for dummies"

  15. #240
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Quote Originally Posted by Atlantic View Post
    i get this

    [Hint] C:\Simba\Includes\SRL/SRL/core/mapwalk.simba(1353:3): Variable 'BOX' never used at line 1352
    [Error] (239:5): Unknown identifier 'CoursesDone' at line 238
    Compiling failed.


    I do not really understand what it is/means... please reply "for dummies"
    1) go to the top of the page
    2) click the search button
    3) type up the error you got and press enter
    4) search through the results

  16. #241
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by Atlantic View Post
    i get this

    [Hint] C:\Simba\Includes\SRL/SRL/core/mapwalk.simba(1353:3): Variable 'BOX' never used at line 1352
    [Error] (239:5): Unknown identifier 'CoursesDone' at line 238
    Compiling failed.


    I do not really understand what it is/means... please reply "for dummies"
    Lol you funny bro!


    Quote Originally Posted by litoris View Post
    1) go to the top of the page
    2) click the search button
    3) type up the error you got and press enter
    4) search through the results
    aww c'mon, don't ruin the fun...

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  17. #242
    Join Date
    Nov 2007
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    It hits the guard instead of the board sometimes and thus it gets stuck

  18. #243
    Join Date
    Mar 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by joeygupta View Post
    Lol you funny bro!




    aww c'mon, don't ruin the fun...
    dude... i still dont fking understand how to fix it..

  19. #244
    Join Date
    Nov 2007
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    How do you get it to loop?

    It does 10 arrows then logs out

  20. #245
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Hmm... Riyyi, you wanna tell em'? Or should I?

    Might ruin it for you, so I'll wait for your reply!

    (Ooo, That rhymes!)

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

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

    Default

    Quote Originally Posted by joeygupta View Post
    Hmm... Riyyi, you wanna tell em'? Or should I?

    Might ruin it for you, so I'll wait for your reply!

    (Ooo, That rhymes!)
    Why would you want to tell them? Assuming your talking bout the anti leech ruins all the fun of watching them struggle. Since it is one of the simpler ones
    Current Project: Retired

  22. #247
    Join Date
    Mar 2012
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    It does one game and logs out, can anyone tell me where to look for the error? dont have to tell me what to do









    EDIT: now runs behind target and loggs out
    Last edited by Quagmire; 04-30-2012 at 09:03 AM.

  23. #248
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by Quagmire View Post
    It does one game and logs out, can anyone tell me where to look for the error? dont have to tell me what to do
    Quote Originally Posted by Riyyi View Post
    [CENTER]

    Requirements for Use:
    • Fix Compiling Error (Anti-Leech).
      (Tip: Also check the main loop.)
    Read carefully broski!

    Edit for your edit: Does it do only that? Tell exactly in order, where you start, how you start etc.


    Quote Originally Posted by Gucci View Post
    Why would you want to tell them? Assuming your talking bout the anti leech ruins all the fun of watching them struggle. Since it is one of the simpler ones
    You're totally right, was about to give into my pity for the leech community!
    Last edited by Rezozo; 04-30-2012 at 07:17 PM.

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  24. #249
    Join Date
    Dec 2011
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Finally got it fully working, thanks . Only getting 15-22k exp per hour though :S
    Last edited by tommo1; 05-04-2012 at 12:42 PM.

  25. #250
    Join Date
    Mar 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Please help this script stop error at line 136

Page 10 of 19 FirstFirst ... 89101112 ... 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
  •