First Script.

Discussion in 'Script Requests' started by rhall072, Apr 1, 2007.

First Script.
  1. Unread #1 - Apr 1, 2007 at 8:07 PM
  2. rhall072
    Joined:
    Jun 28, 2005
    Posts:
    149
    Referrals:
    0
    Sythe Gold:
    0

    rhall072 Active Member

    First Script.

    First script, it's a auto login please do not flame.

    program AutoLogin;
    begin
    ClearDebug;
    MoveMouseSmooth(460, 361);
    Wait(1000);
    HoldMouse(460,361,True);
    Wait(100);
    ClickMouse(460,361,True);
    SendKeys('Name'+chr(13));
    Wait(1000);
    MoveMouseSmooth(338, 383);
    Wait(1000);
    SendKeys('Password'+chr(13));
    Wait(1000);
    ClickMouse(338, 383,True);
    end.
     
  3. Unread #2 - Apr 2, 2007 at 1:09 AM
  4. andren0
    Joined:
    Mar 9, 2007
    Posts:
    415
    Referrals:
    3
    Sythe Gold:
    0

    andren0 Forum Addict
    Banned

    First Script.

    this should be in runescape scripts
     
  5. Unread #3 - Apr 2, 2007 at 2:39 AM
  6. Gofez0r
    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0

    Gofez0r Guru

    First Script.

    Why did u put holdmouse and then clickmouse..? I think u could just

    Code:
    Holdmouse(460+Random(5),361+Random(5),True);
    Wait(10+random(30));
    GetMousePos(x,y);
    ReleaseMouse(x,y,True);
    
    Not sure if that works but u should get the point.. And of course u need the x and y variables too ;)
     
< Tutorial Island runner | Death Rune - Buyer >

Users viewing this thread
1 guest


 
 
Adblock breaks this site