Almost Undectable Auto Alcher

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

Almost Undectable Auto Alcher
  1. Unread #1 - May 13, 2007 at 1:23 PM
  2. Tead
    Joined:
    May 8, 2007
    Posts:
    169
    Referrals:
    0
    Sythe Gold:
    0

    Tead Active Member
    Banned

    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.
     
  3. Unread #2 - May 13, 2007 at 1:37 PM
  4. Clashfan
    Joined:
    Sep 2, 2005
    Posts:
    3,973
    Referrals:
    1
    Sythe Gold:
    1
    Two Factor Authentication User

    Clashfan Swim To The Moon
    Highly Respected Retired Administrator

    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.
     
  5. Unread #3 - May 13, 2007 at 1:41 PM
  6. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    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.
     
  7. Unread #4 - May 13, 2007 at 1:50 PM
  8. Tead
    Joined:
    May 8, 2007
    Posts:
    169
    Referrals:
    0
    Sythe Gold:
    0

    Tead Active Member
    Banned

    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.
    
     
  9. Unread #5 - May 13, 2007 at 2:09 PM
  10. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    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.
     
  11. Unread #6 - May 13, 2007 at 2:17 PM
  12. Tead
    Joined:
    May 8, 2007
    Posts:
    169
    Referrals:
    0
    Sythe Gold:
    0

    Tead Active Member
    Banned

    Almost Undectable Auto Alcher

    Okay thanks a lot.
     
  13. Unread #7 - May 15, 2007 at 7:18 PM
  14. ¿ zomg ¿
    Joined:
    Mar 18, 2007
    Posts:
    87
    Referrals:
    0
    Sythe Gold:
    0

    ¿ zomg ¿ Member

    Almost Undectable Auto Alcher

    might wanna change clickmouse but its a good starter
     
  15. Unread #8 - May 16, 2007 at 11:53 AM
  16. 9pyro9mage9
    Joined:
    Apr 3, 2007
    Posts:
    241
    Referrals:
    0
    Sythe Gold:
    0

    9pyro9mage9 Active Member
    $5 USD Donor

    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 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site