Adblock breaks this site

Need help with my script

Discussion in 'Scar/Simba Help' started by Dill cats, Jul 25, 2009.

  1. Dill cats

    Dill cats Member

    Joined:
    Jul 25, 2009
    Posts:
    61
    Referrals:
    0
    Sythe Gold:
    0
    Need help with my script

    Hello thanks for taking your time in reading this post. I have created a powercutter for a private sever, all it does is clicks a magic tree waits for 52 seconds (thats about the time you have a full inventory) then drops all logs. it worked prety good last night but now when i run it all it does is drop and nothing else. could someone please take a look at my script and maybe fix it?

    here it is

    ----------------------------------------------

    program AutoWcer;
    /////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    //Auto powercutter v1.0 by Dill cats. created on satarday 25 \\
    //july *for use with project catastrophe* \\
    //also when the auto wcer is dropping do not type this will \\
    //cause it to lag and it will not drop them propley :) \\
    // if you find any bugs email me at [email protected] \\
    //////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\


    var

    i,x,y: Integer;

    const

    TreeColor1 =10934488;
    TreeColor2 =12450040;
    TreeColor3 =8968408;
    ChopCount =100000000;


    begin
    repeat
    i:= i + 1
    if (FindColor(x,y,TreeColor1,0,0,515,336))
    or (FindColor(x,y,TreeColor2,0,0,515,336))
    or (FindColor(x,y,TreeColor3,0,0,515,336)) then
    begin
    MoveMouseSmoothEx(x,y +random(0),20,40,45,25,20);
    Wait(123+random(10));
    ClickMouse(x,y,true);
    wait(58000);
    end;


    Movemouse(647,184 );
    wait(75)
    ClickMouse(647,184 , True);
    wait(200)

    Movemouse(581,232 );
    wait(75)
    ClickMouse(581,232 , false);
    wait(300);
    Movemouse(581,272 );
    wait(75)
    ClickMouse(581,272 , true);
    wait(300);

    Movemouse(628,226 );
    wait(75)
    ClickMouse(628,226 , false);
    wait(300);
    Movemouse(628,266 );
    wait(75)
    ClickMouse(628,266 , true);
    wait(300);

    Movemouse(670,226 );
    wait(75)
    ClickMouse(670,226 , false);
    wait(300);
    Movemouse(670,271 );
    wait(75)
    ClickMouse(670,271 , true);
    wait(300);

    Movemouse(709,226 );
    wait(75)
    ClickMouse(709,226 , false);
    wait(300);
    Movemouse(709,271 );
    wait(75)
    ClickMouse(709,271 , true);
    wait(300);

    Movemouse(587,265 );
    wait(75)
    ClickMouse(587,265 , false);
    wait(300);
    Movemouse(587,307 );
    wait(75)
    ClickMouse(587,307 , true);
    wait(300);

    Movemouse(622,265 );
    wait(75)
    ClickMouse(622,265 , false);
    wait(300);
    Movemouse(622,307 );
    wait(75)
    ClickMouse(622,307 , true);
    wait(300);

    Movemouse(665,265 );
    wait(75)
    ClickMouse(665,265 , false);
    wait(300);
    Movemouse(665,307 );
    wait(75)
    ClickMouse(665,307 , true);
    wait(300);


    Movemouse(710,265 );
    wait(75)
    ClickMouse(710,265 , false);
    wait(300);
    Movemouse(710,307 );
    wait(75)
    ClickMouse(710,307 , true);
    wait(300);

    Movemouse(584,301 );
    wait(75)
    ClickMouse(584,301 , false);
    wait(300);
    Movemouse(584,342 );
    wait(75)
    ClickMouse(584,342 , true);
    wait(300);

    Movemouse(629,301 );
    wait(75)
    ClickMouse(629,301 , false);
    wait(300);
    Movemouse(629,342 );
    wait(75)
    ClickMouse(629,342 , true);
    wait(300);

    Movemouse(668,301 );
    wait(75)
    ClickMouse(668,301 , false);
    wait(300);
    Movemouse(668,342 );
    wait(75)
    ClickMouse(668,342 , true);
    wait(300);

    Movemouse(711,301 );
    wait(75)
    ClickMouse(711,301 , false);
    wait(300);
    Movemouse(711,342 );
    wait(75)
    ClickMouse(711,342 , true);
    wait(300);


    Movemouse(584,338 );
    wait(75)
    ClickMouse(584,338 , false);
    wait(300);
    Movemouse(584,376 );
    wait(75)
    ClickMouse(584,376 , true);
    wait(300);

    Movemouse(624,338 );
    wait(75)
    ClickMouse(624,338 , false);
    wait(300);
    Movemouse(624,376 );
    wait(75)
    ClickMouse(624,376 , true);
    wait(300);

    Movemouse(669,338 );
    wait(75)
    ClickMouse(669,338 , false);
    wait(300);
    Movemouse(669,376 );
    wait(75)
    ClickMouse(669,376 , true);
    wait(300);

    Movemouse(709,338 );
    wait(75)
    ClickMouse(709,338 , false);
    wait(300);
    Movemouse(709,376 );
    wait(75)
    ClickMouse(709,376 , true);
    wait(300);

    Movemouse(587,373 );
    wait(75)
    ClickMouse(587,373 , false);
    wait(300);
    Movemouse(587,410 );
    wait(75)
    ClickMouse(587,410 , true);
    wait(300);

    Movemouse(628,373 );
    wait(75)
    ClickMouse(628,373 , false);
    wait(300);
    Movemouse(628,410 );
    wait(75)
    ClickMouse(628,410 , true);
    wait(300);

    Movemouse(667,373 );
    wait(75)
    ClickMouse(667,373 , false);
    wait(300);
    Movemouse(667,410 );
    wait(75)
    ClickMouse(667,410 , true);
    wait(300);

    Movemouse(710,373 );
    wait(75)
    ClickMouse(710,373 , false);
    wait(300);
    Movemouse(710,410 );
    wait(75)
    ClickMouse(710,410 , true);
    wait(300);

    Movemouse(587,412 );
    wait(75)
    ClickMouse(587,412 , false);
    wait(300);
    Movemouse(587,427 );
    wait(75)
    ClickMouse(587,427 , true);
    wait(300);

    Movemouse(627,412 );
    wait(75)
    ClickMouse(627,412 , false);
    wait(300);
    Movemouse(627,427 );
    wait(75)
    ClickMouse(627,427 , true);
    wait(300);

    Movemouse(667,412 );
    wait(75)
    ClickMouse(667,412 , false);
    wait(300);
    Movemouse(667,427 );
    wait(75)
    ClickMouse(667,427 , true);
    wait(300);

    Movemouse(712,412 );
    wait(75)
    ClickMouse(712,412 , false);
    wait(300);
    Movemouse(712,427 );
    wait(75)
    ClickMouse(712,427 , true);
    wait(300);

    Movemouse(583,443 );
    wait(75)
    ClickMouse(583,443 , false);
    wait(300);
    Movemouse(583,428 );
    wait(75)
    ClickMouse(583,428 , true);
    wait(300);

    Movemouse(624,443 );
    wait(75)
    ClickMouse(624,443 , false);
    wait(300);
    Movemouse(624,428 );
    wait(75)
    ClickMouse(624,428 , true);
    wait(300);

    Movemouse(669,443 );
    wait(75)
    ClickMouse(669,443 , false);
    wait(300);
    Movemouse(669,428 );
    wait(75)
    ClickMouse(669,428 , true);
    wait(300);

    Movemouse(711,443 );
    wait(75)
    ClickMouse(711,443 , false);
    wait(300);
    Movemouse(711,428 );
    wait(75)
    ClickMouse(711,428 , true);
    wait(300);

    until i = ChopCount
    end.
     
< Help with Scar scripts. | -----> Having Problems With SCAR? Getting Lots or Errors? LOOK HERE! <----- >


 
 
Adblock breaks this site