Results 1 to 9 of 9

Thread: Help Powerchopper randoms

  1. #1
    Join Date
    Feb 2008
    Location
    Nerdville
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help Powerchopper randoms

    Hey guys, how do i add more random detectors into my script like is this enough for a good power-cutter and any other tips would be helpful ty
    If a dude says something and his girlfriend isn't there, is he still wrong?

  2. #2
    Join Date
    Feb 2008
    Location
    Nerdville
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    anyone?
    If a dude says something and his girlfriend isn't there, is he still wrong?

  3. #3
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    My suggestion is to not double post.

    FindNormalRandoms;


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  4. #4
    Join Date
    Feb 2008
    Location
    Nerdville
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes i have findnormalrandom; i was just wondering if thre was more
    If a dude says something and his girlfriend isn't there, is he still wrong?

  5. #5
    Join Date
    Feb 2008
    Location
    Nerdville
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    and does findnormalrandoms; also cover like solving the randoms?
    If a dude says something and his girlfriend isn't there, is he still wrong?

  6. #6
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Stop double posting!

    FindNormalRandoms finds all randomes besides fights.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  7. #7
    Join Date
    Feb 2008
    Location
    Nerdville
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    but does it do anything about it like run or solve genie for example
    If a dude says something and his girlfriend isn't there, is he still wrong?

  8. #8
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    stop double posting

    and that script of form "cutting procedure" looks exactly like mine powerchopper.... just you have taken out the extra procedures i have

    credit me? and asked without my permission? EVEN THE DAM SAME NAME OF THE PROCEDURE WOW!


    yours:

    SCAR Code:
    procedure WillowChopper;
    begin
      repeat
      begin
         If FindObjCustom(x, y, ['willow', 'ill', 'llow'], [willowcolor,willowcolor1,willowcolor2], 4) then
       begin
        FindNormalRandoms;
        Mouse(x, y, 3, 3, False);
        Wait(1000 + random(100));
        ChooseOption('hop');
        FindNormalRandoms;
        wait(8000);
          begin
            FindNormalRandoms;
            if (IsUpText('illow')) then
            begin
              Wait(600 + Random(1000));
              FindNormalRandoms;
            end;
          end;
        end;
      end;
      until (invfull);
    end;


    Mine:

    SCAR Code:
    procedure WillowChopper;
    begin
      SRLStatsNeedSent;
      Writeln('FOUND~WILLOWS~CHOPPING~');
      repeat
        begin
         If FindObjCustom(x, y, ['willow', 'ill', 'llow'], [willowcolor,willowcolor1,willowcolor2], 4) then
      begin
        FindRandoms;
        CheckForEnt;
        Mouse(x, y, 3, 3, False);
        Wait(1000 + random(100));
        ChooseOption('hop');
        FindRandoms;
        wait(6000);
        FindRandoms;
          begin
            CheckForEnt;
            FindRandoms;
            if (IsUpText('illow')) then
            begin
              CheckForEnt;
              Wait(600 + Random(1000));
              FindNormalRandoms;
              MyAntiBan;
            end;
          end;
        end;
      end;
      until (invfull);
      ReportVars[2] := ReportVars[2] + 28;
    end;

    sad dude .... even the same waiting time's lol

  9. #9
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    Quote Originally Posted by p1nky View Post
    stop double posting

    and that script of form "cutting procedure" looks exactly like mine powerchopper.... just you have taken out the extra procedures i have

    credit me? and asked without my permission? EVEN THE DAM SAME NAME OF THE PROCEDURE WOW!


    yours:

    SCAR Code:
    procedure WillowChopper;
    begin
      repeat
      begin
         If FindObjCustom(x, y, ['willow', 'ill', 'llow'], [willowcolor,willowcolor1,willowcolor2], 4) then
       begin
        FindNormalRandoms;
        Mouse(x, y, 3, 3, False);
        Wait(1000 + random(100));
        ChooseOption('hop');
        FindNormalRandoms;
        wait(8000);
          begin
            FindNormalRandoms;
            if (IsUpText('illow')) then
            begin
              Wait(600 + Random(1000));
              FindNormalRandoms;
            end;
          end;
        end;
      end;
      until (invfull);
    end;


    Mine:

    SCAR Code:
    procedure WillowChopper;
    begin
      SRLStatsNeedSent;
      Writeln('FOUND~WILLOWS~CHOPPING~');
      repeat
        begin
         If FindObjCustom(x, y, ['willow', 'ill', 'llow'], [willowcolor,willowcolor1,willowcolor2], 4) then
      begin
        FindRandoms;
        CheckForEnt;
        Mouse(x, y, 3, 3, False);
        Wait(1000 + random(100));
        ChooseOption('hop');
        FindRandoms;
        wait(6000);
        FindRandoms;
          begin
            CheckForEnt;
            FindRandoms;
            if (IsUpText('illow')) then
            begin
              CheckForEnt;
              Wait(600 + Random(1000));
              FindNormalRandoms;
              MyAntiBan;
            end;
          end;
        end;
      end;
      until (invfull);
      ReportVars[2] := ReportVars[2] + 28;
    end;

    sad dude .... even the same waiting time's lol
    I agree, extremely similar. All you did is remove a few lines.
    If your gonna copy and not credit and least copy well...
    STOP PM'ING ME

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. First PowerChopper
    By omgnomorenames in forum First Scripts
    Replies: 10
    Last Post: 03-20-2008, 01:30 AM
  2. [REQ] PowerChopper
    By Jhoox in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 11-15-2007, 05:32 PM
  3. Replies: 3
    Last Post: 03-31-2007, 02:34 AM
  4. Powerchopper
    By the scar noob in forum RS3 Outdated / Broken Scripts
    Replies: 24
    Last Post: 01-17-2007, 06:18 PM
  5. PowerChopper
    By x s c il m x in forum OSR Help
    Replies: 1
    Last Post: 11-14-2006, 08:53 PM

Posting Permissions

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