[Rs2][SRL4]G-PowerCutter 1.0!

Discussion in 'Outdated RS Scripts' started by goller, Nov 25, 2007.

[Rs2][SRL4]G-PowerCutter 1.0!
  1. Unread #1 - Nov 25, 2007 at 11:28 AM
  2. goller
    Joined:
    Feb 22, 2007
    Posts:
    580
    Referrals:
    1
    Sythe Gold:
    0

    goller Forum Addict
    Banned

    [Rs2][SRL4]G-PowerCutter 1.0!

    I would like to say that this is my first script!
    THis just cut some logs and then drop them..

    Happy cheating..Please post comments and feedback!

    [The script!]

    program AutoWc;
    {.include SRL/SRL.scar}

    const
    LoadsPerPlayer = 10; //Amounts of loads per player before switching.
    TreeColor = 0; //Fill in the treecolor here.
    WaitPerTree = 5000; //the time to wait while we are chopping the tree in Miliseconds.
    procedure DeclarePlayers;
    begin
    NumberOfPlayers(2);
    CurrentPlayer := 0;

    Players[0].Name := ''; //Ur username on Rs
    Players[0].Pass := ''; //Password of the username
    Players[0].Nick := ''; //2-4 Letters of ur Username (Rs Username)
    Players[0].Active := True; //Dont change this

    Players[1].Name := ''; //Same
    Players[1].Pass := ''; //Same
    Players[1].Nick := ''; //Same
    Players[1].Active := True; //Dont change this


    end;

    procedure ChopTree;
    var
    x, y, MyMark : integer;
    begin
    if not Loggedin then Exit;
    MarkTime(MyMark);
    repeat
    if FindObj(x, y, 'hop', TreeColor, 30) then
    begin
    Mouse(x, y, 0, 0, False);
    if ChooseOption('hop') then
    begin
    //increase 1 to the total tree chop - if we had one
    Wait(WaitPerTree);
    Exit; //We clicked chop, now we can exit this procedure.
    end;
    end;
    if TimeFromMark(MyMark) > (2 * 60 * 100) then
    begin
    Logout;
    Exit;
    end;
    until false
    end;

    Procedure AntiRandoms;
    begin
    FindNormalRandoms;
    end;


    begin
    SetupSRL;
    Declareplayers;;
    if LoggedIn then Logout;
    LoginPlayer;
    Antirandoms;
    repeat
    ChopTree;
    if InvFull then
    begin
    DropToPosition(2, 28);
    Inc(Players[CurrentPlayer].Banked);
    if Players[CurrentPlayer].Banked mod LoadsPerPlayer = 0 then
    begin
    NextPlayer(True);
    end;
    end;
    if not Loggedin then NextPlayer(False);
    until false
    end.


    [End of script!]


    Please post any ideas to improve!
     
  3. Unread #2 - Dec 20, 2007 at 5:07 PM
  4. xPPPx_HaVok
    Referrals:
    0

    xPPPx_HaVok Guest

    [Rs2][SRL4]G-PowerCutter 1.0!

    hahaha, nice try. You run it and it logs you out, then motions for you to log back in...tricky
     
  5. Unread #3 - Mar 21, 2008 at 10:55 AM
  6. ─Alex─
    Referrals:
    0

    ─Alex─ Guest

    [Rs2][SRL4]G-PowerCutter 1.0!

    Trying Out..
     
  7. Unread #4 - Mar 24, 2008 at 10:24 AM
  8. GMK
    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0

    GMK Forum Addict

    [Rs2][SRL4]G-PowerCutter 1.0!

    hmmm, keep working.
     
  9. Unread #5 - Mar 24, 2008 at 1:26 PM
  10. jingleman
    Referrals:
    0

    jingleman Guest

    [Rs2][SRL4]G-PowerCutter 1.0!

    umm thats cool but how do i put it into action?
     
< WillowKillow {P1nky/NAUM} | [srl4] moltenminer 1.3 by denial >

Users viewing this thread
1 guest


 
 
Adblock breaks this site