Adblock breaks this site

Almost Undectable Auto Alcher

Discussion in 'Outdated RS Scripts' started by Tead, May 13, 2007.

  1. Tead

    Tead Active Member
    Banned

    Joined:
    May 8, 2007
    Posts:
    169
    Referrals:
    0
    Sythe Gold:
    0
    Almost Undectable Auto Alcher

    This is my first script so no anti-randoms yet.
    If somebody could explain how to check for randoms, please add me to msn or private message me.

    Code:
    program Alcher;
    {.include SRL\SRL.scar}
    // This was coded by Tead from http://www.sythe.org
    // This was a free-script and if you paid for it, report the person to me.
    // This script has been tested on 10,000 alches. Not banned.
    // Their are no item randoms, run this where their are no randoms.
    // The most leaked place is on the pest control boat.
    // Make sure their are no more then 4 people in the boat.
    // You'll be taken into the game and that does give away your auto aclhing
    // [email protected]
    
    begin
    
    ClearDebug;
    MouseSpeed:= 100;
    GameTab(7);
     Wait(2000);
     MoveMouseSmooth(716,340);
     repeat
     ClickMouse(716,340,true);
     Wait(3750+random(1250));
     ClickMouse(716,340,true);
     Wait(3750+random(1250));
     until(false);
    end.
    
    It's not my fault if you die from a random, please use the place suggested if you plan to go AFK.
     
  2. Clashfan

    Clashfan Swim To The Moon
    Highly Respected Retired Administrator

    Joined:
    Sep 2, 2005
    Posts:
    3,973
    Referrals:
    1
    Sythe Gold:
    1
    Two Factor Authentication User
    Almost Undectable Auto Alcher

    Nice first script, but almost undetectable? You click on the exact same coordinates every time, with absolutley no mouse movement. Might wanna change that up a bit.
     
  3. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Almost Undectable Auto Alcher

    That is in no way undectectable actually. ClickMouse is extremely detectable. FindNormalRandoms will check for randoms using the SRL. Change ClickMouse to Mouse and MoveMouseSmooth to MMouse and it will be less detectable but still not an amazing script. Keep working.
     
  4. Tead

    Tead Active Member
    Banned

    Joined:
    May 8, 2007
    Posts:
    169
    Referrals:
    0
    Sythe Gold:
    0
    Almost Undectable Auto Alcher

    Thanks for your replys, I didn't quite understand how to change the cords in a script like this. I was hoping that somthing like Random would work but I'm not too sure. How do I do it? My idea was to say your using the '5' trick or your on a laptop just clicking away.

    Town, would this work.

    Code:
    program Alcher;
    {.include SRL\SRL.scar}
    // This was coded by Tead from http://www.sythe.org
    // This was a free-script and if you paid for it, report the person to me.
    // This script has been tested on 10,000 alches. Not banned.
    // Their are no item randoms, run this where their are no randoms.
    // The most leaked place is on the pest control boat.
    // Make sure their are no more then 4 people in the boat.
    // You'll be taken into the game and that does give away your auto aclhing
    // [email protected]
    
    begin
    
    ClearDebug;
    MouseSpeed:= 100;
    GameTab(7);
     Wait(2000);
     MMouse(716,340);
     repeat
     FindNormalRandoms;
     MMouse(716,340,true);
     Wait(3750+random(1250));
     MMouse(716,340,true);
     Wait(3750+random(1250));
     until(false);
    end.
    
     
  5. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Almost Undectable Auto Alcher

    Random clicks are not optional, without them you will get banned. That wouldn't have compiled anyway.

    Code:
    begin
    
    ClearDebug;
    MouseSpeed:= 20;
    GameTab(7);
     Wait(2000);
     MMouse(716,340, 2, 2);
     repeat
     FindNormalRandoms;
     Mouse(716,340, 2, 2, true);
     Wait(3750+random(1250));
     Mouse(716,340,2, 2, true);
     Wait(3750+random(1250));
     until(false);
    end.
    A little more like that.. Look at some other alchers to give you more of an idea of what to do. The Mouse(, , 2, 2,) is the randomness.
     
  6. Tead

    Tead Active Member
    Banned

    Joined:
    May 8, 2007
    Posts:
    169
    Referrals:
    0
    Sythe Gold:
    0
    Almost Undectable Auto Alcher

    Okay thanks a lot.
     
  7. ¿ zomg ¿

    ¿ zomg ¿ Member

    Joined:
    Mar 18, 2007
    Posts:
    87
    Referrals:
    0
    Sythe Gold:
    0
    Almost Undectable Auto Alcher

    might wanna change clickmouse but its a good starter
     
  8. 9pyro9mage9

    9pyro9mage9 Active Member
    $5 USD Donor

    Joined:
    Apr 3, 2007
    Posts:
    241
    Referrals:
    0
    Sythe Gold:
    0
    Almost Undectable Auto Alcher

    nice for first script but change clickmouse(*xcord*,*ycord*); parts to mouse(*xcord*,*ycord*,1,1,true); also look on stickies for tut's they helped me alot when i first started
     
< Any shop buyer | collection of my scar scripts >


 
 
Adblock breaks this site