[RS2][SRL]SmAcKmE Power Wcer V1.2[SRL][RS2]

Discussion in 'Outdated RS Scripts' started by SmAcKmE, May 19, 2007.

[RS2][SRL]SmAcKmE Power Wcer V1.2[SRL][RS2]
  1. Unread #1 - May 19, 2007 at 4:33 PM
  2. SmAcKmE
    Joined:
    May 18, 2007
    Posts:
    105
    Referrals:
    0
    Sythe Gold:
    0

    SmAcKmE Active Member

    [RS2][SRL]SmAcKmE Power Wcer V1.2[SRL][RS2]

    Ok added lots of new things dosent look so boty anymore and now it will eaither click tree or right click and select chop better random protection way better set colors yourself start loged on high detail!

    Code:
    Program SmAcKmEPowerWcer;
    {.Include SRL/SRL.scar}
    {.Include SRL/SRL/Skill/Woodcutting.scar}
    
    Var
    Cx,Cy,R,T,D: Integer;
    
    Const
    
    TreeName = 'Willow';
    TreeColor1 = 2179128;
    TreeColor2 = 6719648;
    
    Procedure DeclarePlayers; //!!!!!!!!SETUP THE FOLLOWING!!!!!!!!!
    Begin
         HowManyPlayers  :=4;
         NumberOfPlayers(HowManyPlayers);
         CurrentPlayer:=0;
    
         Players[0].Name :='yourname';
         Players[0].Pass :='yourpass';
         Players[0].Nick :='urna';
         Players[0].Loc  :='yourloc';
         Players[0].Skill:='yourskill';
         Players[0].Active:=True;
    
         Players[1].Name :='yourname';
         Players[1].Pass :='yourpass';
         Players[1].Nick :='urna';
         Players[1].Loc  :='yourloc';
         Players[1].Skill:='yourskill';
         Players[1].Active:=True;
    
         Players[2].Name :='yourname';
         Players[2].Pass :='yourpass';
         Players[2].Nick :='urna';
         Players[2].Loc  :='yourloc';
         Players[2].Skill:='yourskill';
         Players[2].Active:=True;
    
         Players[3].Name :='yourname';
         Players[3].Pass :='yourpass';
         Players[3].Nick :='urna';
         Players[3].Loc  :='yourloc';
         Players[3].Skill:='yourskill';
         Players[3].Active:=True;
    End;
    
    Procedure MainSetUp; //Do Not Tuch
    Begin
     SetUpSRL;
     Wait (500);
     DeclarePlayers;
     Wait (100);
     LoginPlayer;
     Writeln ('Main SetUp Finished. Starting In Game SetUp....')
    End;
    
    Procedure InGameSetUp; //Do Not Tuch
    Begin
     HighestAngle;
     MakeCompass('W');
     FindAxeHeadColor;
     Writeln ('Finished InGame SetUp Starting Script.....')
    End;
    
    Procedure MyAntiBan; //My Small Anti Ban
    Begin
     x:=0+Random (30)
    Begin
      If (x=1) Then
      GameTab(3);
      If (x=2) Then
      Wait (500+Random (50));
      If (x=12) Then
      PickUpMouse;
      If (x=5) Then
      AntiBan;
      If (x=27) Then
      GameTab(3);
      If (x=18) Then
      HoverSkill('WoodCutting',False)
      If (x=27) Then
      GameTab(7);
      If (x=30) Then
      BoredHuman;
      If (x=17) Then
      BoredEvery(4);
    End;
    End;
    
    Procedure Rchop; //Random Choping
    Begin
    r:=1+Random (5);
    Begin
     If (r=1) Then
     Mouse (cx,cy,0,0,True);
     If (r=2) Then
     Mouse (cx,cy,0,0,True);
      If (r=3) Then
     Mouse (cx,cy,0,0,True);
      If (r=4) Then
     Mouse (cx,cy,0,0,True);
      If (r=5) Then
    Begin
    Mouse (cx,cy,0,0,False);
    ChooseOption (x,y,'hop');
    End;
    End;
    End;
    
    Procedure Chop; //Choping Procedure
    Begin
      If (FindObj(cx,cy,TreeName,TreeColor1,5)) Or (FindObj(cx,cy,TreeName,TreeColor2,5)) Then
      Rchop;
     MyAntiBan;
     Wait (6000+Random (2800));
    End;
    
    Procedure FightCheck; //Fight Checker
    Begin
    If (FindFight=True) Then
    Begin
    RunAwayDirection('E');
    Wait (500+Random (300));
    RunBack;
    End;
    End;
    
    Procedure CheckTrade; //Trade Checker
    Begin
    If (FindTrade=True) Then
    Begin
    t:=0+Random (5);
    If (t=1) Then
    Typesend ('I dont want to trade')
    If (t=2) Then
    Typesend ('Not gona trade')
    If (t=3) Then
    Typesend ('Im adding you to my ignore list')
    If (t=4) Then
    Typesend ('no noob')
    If (t=5) Then
    Typesend ('No')
    End;
    End;
    
    Begin
     MainSetUp;
     Wait (1000+Random (200));
     InGameSetUp;
     Wait (1000+Random (400));
    Begin
     Repeat
    
      If Not (LoggedIn) Then Break;
       Repeat
    
     Chop;
     FindEnt(TreeColor1);
     FindNormalRandoms;
     FindHead;
     FightCheck;
     CheckTrade;
        Until (InvFull=True);
      If (InvFull=True) Then
     DropAllLogs;
     Wait (400+Random (200));
     Writeln (''+TimeRunning);
     NextPlayer(true);
     FindAxeHeadColor;
       Until (False);
    End;
    End.
     
  3. Unread #2 - May 19, 2007 at 10:46 PM
  4. ashur2good
    Joined:
    Mar 3, 2007
    Posts:
    359
    Referrals:
    0
    Sythe Gold:
    0

    ashur2good Forum Addict
    Banned

    [RS2][SRL]SmAcKmE Power Wcer V1.2[SRL][RS2]

    Omg man, why didn't you just edit you're other thread lol...
    Once you do, i'll try and help you with the script.


    -Ashur
     
  5. Unread #3 - May 20, 2007 at 3:43 AM
  6. Gofez0r
    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0

    Gofez0r Guru

    [RS2][SRL]SmAcKmE Power Wcer V1.2[SRL][RS2]

    A decent script for a starter :) Keep it up.
     
  7. Unread #4 - May 20, 2007 at 6:16 PM
  8. i demon i
    Referrals:
    0

    i demon i Guest

    [RS2][SRL]SmAcKmE Power Wcer V1.2[SRL][RS2]

    Line 3: [Error] (3:1): 'BEGIN' expected in script

    please help?
     
  9. Unread #5 - May 20, 2007 at 7:02 PM
  10. R o B
    Referrals:
    0

    R o B Guest

    [RS2][SRL]SmAcKmE Power Wcer V1.2[SRL][RS2]

    nice script, ty
     
  11. Unread #6 - Jun 12, 2007 at 4:09 PM
  12. RoyalQC
    Joined:
    Jun 10, 2007
    Posts:
    117
    Referrals:
    0
    Sythe Gold:
    0

    RoyalQC Active Member

    [RS2][SRL]SmAcKmE Power Wcer V1.2[SRL][RS2]

    Just put Chat , Trade and things like that windows at off , so there no trade...
    Not really complicated
     
  13. Unread #7 - Jun 12, 2007 at 5:03 PM
  14. SmAcKmE
    Joined:
    May 18, 2007
    Posts:
    105
    Referrals:
    0
    Sythe Gold:
    0

    SmAcKmE Active Member

    [RS2][SRL]SmAcKmE Power Wcer V1.2[SRL][RS2]

    i kinda abondoned this script it's so messed up i found lots of errors in it
     
< AutoLogIn script | First Autotyper! Bet your all board of these! lol! >

Users viewing this thread
1 guest


 
 
Adblock breaks this site