Results 1 to 2 of 2

Thread: Autologger By Harleydavidsonsportster2

  1. #1
    Join Date
    Apr 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Autologger By Harleydavidsonsportster2

    This my first ever script. So don't be to mean. It is an autologger.require a lil bit of set i am looking forword to your input.

    program Harleydavidsonsportster2AutoLogger;
    const
    Name='';//this is were you set up your name
    Pass=''; // your password




    begin
    MoveMouseSmooth(46,672);
    Wait(100);
    HoldMouse(26,752,true);
    Wait(1000);
    movemousesmooth(48,349);
    wait(1000);
    movemousesmooth(37,349);
    wait(1000);
    movemouse(37,349);
    wait(1000);
    ReleaseMouse(48,349,true);
    wait(1000);

    clickMouse(48,349,true);
    wait(4000);
    ClickMouse(137,104,true);
    Sendkeys('http://www.runescape.com');
    wait(4000);
    Clickmouse(794,95,true);
    wait(4000);
    clickmouse(764,433,true);
    wait(3000);
    clickmouse(684,418,true);
    wait(3000);
    Clickmouse(729,345,true);
    wait(15000);
    clickmouse(596,460,true);
    wait(5000);
    clickmouse(484,443,true);
    wait(5000);
    SendKeys(pass);
    wait(2000);
    clickmouse(483,424,true);
    wait(2000);
    sendkeys(Name);
    wait(2000);
    clickmouse(435,493,true);
    wait(3000);
    clickmouse(533,502,true);
    end.

  2. #2
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    First of all, do NOT use ClickMouse, MoveMouse, and MoveMouseSmooth, they WILL get you banned almost instantly! And clicking on set coordinates will get you banned too. also, add randomness to your waits like wait(1000+random(500)); or it will wait exactly 1 second each time and get you banned.. read my tutorial (links in sig) Things the beginner tuts don't teach you. That will teach you how to do things undetectably SendKeys will also get you banned. Good try though Keep it up. once you read my tut you'll be scripting in no time Also, add [Scar] tags instead of [Quote] tags. Sorry if I'm sounding to harsh, just giving a lot of constructive criticism which is needed to push you in the right path

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Similar Threads

  1. My simple autologger (Re-Build)
    By Floor66 in forum First Scripts
    Replies: 14
    Last Post: 10-29-2007, 08:10 AM
  2. Replies: 3
    Last Post: 05-23-2007, 05:47 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •