Results 1 to 2 of 2

Thread: Runningun01's Power Chopper

  1. #1
    Join Date
    May 2007
    Location
    Tennessee
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Runningun01's Power Chopper

    Hi. I Was Wondering If Anyone Could Help Me Out With This Script. Thanks.
    BTW, I Dont Know If THis Is The Correct Section, Sorry For Any Inconvenience.



    Code:
    Program PowerChopper;
    {.include SRL/SRL.scar}
    
    Const
    Tree = 4025476; {Setup This Constant With The Color Of Your Tree}
    
    Procedure AntiRandoms;
    Begin
      FindTalk;
      FindNormalRandoms;
      if(FindFight=True) then
    Begin
      RunAwayDirection('E');
      Wait(10000+random(3000));
      RunBack;
    End;
    
    Procedure Cut;
    Begin
      SetupSRL;
      Repeat
        if(FindColor(x,y,Tree,3,3,532,-140)) then
        MMouse(x,y,0,0);
        Wait(200+random(100));
        Mouse(x,y,0,0,True);
        Wait(200+random(100));
        AntiRandoms;
      Until(InvFull);
    End;
    
    Procedure Drop;
    Begin
      DropAll;
    End;
    
    Begin
      Repeat
        Cut;
        Drop;
      Until(False);
    End.

  2. #2
    Join Date
    May 2007
    Location
    http://www.srl-forums.com
    Posts
    265
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Umm go to script help.

    Admin move thread.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Power Chopper
    By topiser in forum First Scripts
    Replies: 10
    Last Post: 05-16-2008, 08:57 PM
  2. [SRL 4] Another Power Chopper [EA]
    By Economic Advancement in forum First Scripts
    Replies: 9
    Last Post: 11-26-2007, 10:02 PM
  3. Power chopper
    By smartshark in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 11-25-2007, 11:35 PM
  4. R3v Power Chopper
    By R3velati0n in forum RS3 Outdated / Broken Scripts
    Replies: 27
    Last Post: 01-30-2007, 03:36 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
  •