Results 1 to 5 of 5

Thread: powercutter

  1. #1
    Join Date
    Mar 2007
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default powercutter

    i added a little more such as antirandoms and antiban, and changed my tree finding procedure.

    please give feedback

    (tips are accepted?)

  2. #2
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    You dont need a whole new topic, just edit ur post in the other topic and add the attachment..

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  3. #3
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    procedure treecolors;
    begin
     if treename = 'tree' then
     begin treecolor := 00000;
     end;
     end;
     
     procedure oakcolors;
     begin
     if treename = 'oak' then
     begin treecolor := 00000;
     end;
     end;
     procedure willowcolors;
     begin
     if treename = 'willow' then
     begin treecolor := 00000;
     end;
     end;
     
     procedure yewcolors;
     begin
     if treename = 'yew' then
     begin treecolor := 00000;
    end;
    end;
    Learn case of.

    Code:
    procedure findaxecolor;
     begin
     FindAxeHeadColor;
    end;
    Why would you do that?

    Code:
    procedure Findaxehead;
     begin
      FindHead;
      wait(5000);
      AttachHead;
    end;
    Just use FindHead, it finds and attaches

    Code:
    Procedure aAntiBan;
     begin
      RotateEvery(1+random(1));
       RandomChatEvery(5+random(6));
      LeaveScreenEvery(1+random(1));
     AntiBan;
    end;
    every minute + 1 is to much occurence.

    Code:
    Procedure FindTree;
     Begin
      wait(2000);
       If FindObjSpe(treename,treecolor,tolerance) then
        Begin
         wait(1100);
          Mouse(x,y,5,0,true);
         wait(6000+random(3000));
         findnormalrandoms;
         aantiban;
         fight;
     end;
    end;
    Wow learn standards.

    Code:
    procedure DropLogs;
    begin
     if (inventoryfull=true) then
     begin
     gametab(4);
     dropalllogs;
     wait(30000);
     c := c+1;
     findnormalrandoms;
     aantiban;
     findtree;
     fight;
     end;
    end;
    Extra begin and end.

    Code:
          Repeat
           findnormalrandoms;
           aantiban;
          fight;
         droplogs;
        Until (InventoryCount=1);
    Just use DropLogs.

    Code:
    c := loadstodo;
    Don't forget the colon.

    Good job for a beginer, keep it up.

  4. #4
    Join Date
    Mar 2007
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default hmmm

    well thanks for the comment white shadow :/
    and what do you mean by standards?

  5. #5
    Join Date
    Jan 2007
    Location
    Uk
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. my first powercutter...
    By thebob142 in forum First Scripts
    Replies: 1
    Last Post: 11-13-2007, 07:23 AM
  2. PowerCutter
    By Miitchyy in forum RS3 Outdated / Broken Scripts
    Replies: 21
    Last Post: 07-09-2007, 06:36 AM
  3. Best Powercutter?
    By Harry in forum News and General
    Replies: 10
    Last Post: 06-26-2007, 12:46 AM
  4. My PowerCutter.
    By kooldude in forum OSR Help
    Replies: 12
    Last Post: 05-22-2007, 02:47 AM

Posting Permissions

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