Results 1 to 8 of 8

Thread: Requesting a PowerMiner

  1. #1
    Join Date
    Aug 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Requesting a PowerMiner

    Can i Request a powerminer that is well....a powerminer that i dont have to edit because i am extremely new to scar and really dont know how to do anything with scripts unless i mess it up :S.

    so can i have a script that i dont have to edit and works automatically. thanks u guys rock

  2. #2
    Join Date
    Jun 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You can test mine if you want to
    Im pretty sure it works well, but it doesn't have multiplayer
    SCAR Code:
    {|---------------------------------------------------------------------|)
    (|_____________________________________________________________________|)
    (|                                                                     |)
    (|  PowerMiner by                                     __               |)
    (|    _____________ __                               /_/ ______        |)
    (|   /_____  _____// /       ____    ___   ___      __  / ____/        |)
    (|        / /     / /___    /    |  /   | /   |    / / / /___          |)
    (|       / /     / ___  \  / /|  | / /| |/ /| |   / / /___   /         |)
    (|      / /     / /   / / | |/  / / / |___/ | |  / / _____/ /          |)
    (|     /_/     /_/   /_/  |____/ /_/        |_| /_/ /______/           |)
    (|                                                                     |)
    (|_____________________________________________________________________|)
    (|                                                                     |)
    (|---------------------------------------------------------------------|}


    {|                           /------------\                           |)
    (|---------------------------|INSTRUCTIONS|---------------------------|)
    (|                           \------------/                           |)
    (|                                                                    |)
    (|           1. Place your player, LOGGED IN, near the rocks          |)
    (|           2. You have to have your pick WEILDED!!!                 |)
    (|           3. Pick the color of your ore                            |)
    (|           4. Drag the crosshair in Runescape and hit RUN           |)
    (|                                                                    |)
    (|--------------------------------------------------------------------|}

    program Auto;
    {.include SRL/SRL.scar}
    {.include SRL/SRL/Skill/Mining.scar}

    var fx, fy, Clicks: Integer;
    Loads: Integer;

    const
    color= 0; //Pick color yourself

    procedure DoAntiRandoms;
    begin
      FindTalk;
      FindNormalRandoms;
      if (FindFight = true) then
      begin
        RunAwayDirection('N');
        Wait(10000 + random(2000));
        RunBack;
      end;
    end;

    procedure ProgressReport;
    begin
      ClearDebug;
      Writeln('[]========================================[]');
      Writeln('---------------->Our Proggy<----------------');
      Writeln('  did ' + IntToStr(Loads) + ' Loads' + '    ');
      Writeln('---------------------------------------------');
      Writeln('  Did ' + IntToStr(Clicks) + ' Clicks' + '        ');
      Writeln('[]========================================[]');
    end;

    function FindOre: Boolean;
    var PipoCount: Integer;
    begin
      PipoCount:=0;
      repeat
          if(FindObjMultiText(fx,fy,'ine','Min','Mine',color,6))then
            if (FindGas(fx,fy)=true) then
              continue
            else
          Result:=True
          else
          Result:=False;
          PipoCount:=PipoCount+1;
      until (Result = True) or (PipoCount > 6)
      if (PipoCount > 6) then
        logout;
        Writeln('Could not find color')
    end;

    procedure LookAtMiningXp;
    begin
      if (Random(15)=8) then
        HoverSkill('Mining',False)
    end;

    procedure ClickOnIt;
    begin
      Repeat
        LookAtMiningXp;
        if (FindOre = True) then
        MMouse(fx,fy,0,0);
        wait(100+random(50));
        Mouse(fx,fy,0,0,true);
        wait(500+random(250));
        DoAntiRandoms;
        Clicks:=Clicks+1;
      until(InvFull);
    end;

    procedure Drop;
    begin
      Loads:=Loads+1;
      DropAll;
    end;

    begin
      SetupSRL;
      ActivateClient;
      repeat
        if(not(LoggedIn))then
        Exit;
      else
        FindOre;
        ClickOnIt;
        Drop;
        ProgressReport;
      until(false);
    end.

  3. #3
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    You should really just ask for scripts. You should try looking at TUTs in beginers section on how to set up a script and so on

    But goodluck with getting a working Powerminer. As i can see you got one above this post o

  4. #4
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol 1 antiban thingy and he made a whole procedure for it lol

    case antiban of
    1 : hoverskill bla bla bla
    ~Hermen

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

    Default

    Go search. There are MANY out there..


    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!

  6. #6
    Join Date
    Aug 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok ty guys

  7. #7
    Join Date
    Aug 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey it gives me this error "Line 39: [Error] (12883:4): Unknown identifier 'FindObjMultiText' in script" and what are unknown identifiers :S

  8. #8
    Join Date
    Aug 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yo im new at this how do you use scarscrips?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Requesting A Cow Killer
    By spork985 in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 07-24-2008, 12:10 AM
  2. Requesting: A Sig please. :)
    By *Skiller Feibal* in forum Graphics and Multimedia
    Replies: 10
    Last Post: 12-24-2007, 04:44 PM
  3. [REQUESTING] RockCrabber-er-er
    By vahd in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 11-21-2007, 12:18 AM
  4. Requesting Fishers.
    By Khazar in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 11-07-2007, 04:45 AM
  5. Requesting a Script
    By s33 teh pain in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 10-28-2007, 10:27 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
  •