Adblock breaks this site

My first script

Discussion in 'Scar/Simba Help' started by Logank9464, Oct 2, 2007.

  1. Logank9464

    Logank9464 Guest

    Referrals:
    0
    My first script

    I need help on my first script (autologin) I am just geussing the functions to use so If you see something that is wrong which I know there is a lot please don't say " omg you suck wtf you can't even do a basic script idiot! " or something..... Thanks!!!!



    program autologin;
    {.include Si.scar}

    begin
    MoveMouse (262,17)
    wait (500)
    ClickMouse (262,17,true)
    wait (400)
    ClickMouse (262,17,true)
    wait (2000)
    MoveMouse (892,390)
    wait (500)
    ClickMouse (892,390,true)
    wait (5000)
    MoveMouse (445,337)
    wait (500)
    ClickMouse (445,337)
    wait (500)
    MoveMouse (345,308)
    wait (500)
    ClickMouse (345,308,true)
    KeyPress (Username)
    wait (500)
    type (Enter)
    wait (500)
    KeyPress (Password)
    MoveMouse (302,367)
    wait (500)
    ClickMouse (302,367,true)
    wait (500)
    MoveMouse (400,380)
    wait (500)
    ClickMouse (400,380,true)
    end.

    __________________________________________________
    Include file C:\Program Files\SCAR 3.12\includes\Si.scar does not exist.
    Failed when compiling


    __________________________________________________

    List my faults and errors!!!
     
  2. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    My first script

    Don't use the SI include to script, it's outdated.
     
  3. Logank9464

    Logank9464 Guest

    Referrals:
    0
    My first script

    |
    Okay thanks.... But i get this
    |
    \/
    Failed when compiling
    Line 17: [Error] (17:1): Invalid number of parameters in script C:\Program Files\SCAR 3.12\Scripts\autologin.scar


    :eek: :eek: :eek: :eek: :eek: :eek: :eek: :eek: :eek: :eek: :eek: :eek: :eek:
     
  4. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    My first script

    ClickMouse (445,337) ---> ClickMouse (445,337, true)
     
  5. chucklesmaloy

    chucklesmaloy Active Member
    Banned

    Joined:
    Jul 2, 2007
    Posts:
    169
    Referrals:
    0
    Sythe Gold:
    0
    My first script

    lol i wish i knew scar
     
< GMinclude? Where to Find it? [[HELP PLEASE]] | My 2nd script (first one failed!!) >


 
 
Adblock breaks this site