UVM script - completely fills it out

Discussion in 'Scripts' started by soundofdentage, Jun 16, 2013.

  1. soundofdentage

    Joined:
    Jun 16, 2013
    Messages:
    23
    Likes Received:
    0
    I heavily rewrote a script I found, to automate things even further....I will bold the things that you should customize, and commented it...make the changes I noted, click in the top of the survey window, hit the hotkey, and you are ready to press submit...any problems feel free to post or message me.



    #Lshift::
    SendInput {Tab}
    SendInput {Tab}
    SendInput {right}
    SendInput {left} ; remove this line if you're female
    SendInput {Tab}
    SendInput 99 ; this is your age
    SendInput {Tab}
    SendInput a ; this is for education, use enough letters so it selects your education
    SendInput {Tab}
    SendInput {down}
    SendInput {down} ; you may have to duplicate this line, this is for income
    SendInput {Tab}
    SendInput USA: X ; from originally - if from US, may have to use up to 3 letters from your state..keep the USA: before it
    SendInput {Tab}
    SendInput USA: X ; living now - same instructions as above
    SendInput {Tab}
    SendInput {right}
    SendInput {left} ; this is assuming your first language is english - remove this line completely if english is not your first language

    ;if your first language is not english, remove the semi-colon at the beginning of the the two lines below, and change the word language to what language you speak
    ;SendInput {Tab}
    ;SendInput language



    Loop 121
    {
    SendInput {Tab}
    SendInput {right}
    SendInput {left}
    SendInput {left}
    }
    SendInput {Tab} ; remove this line if your first language is not english - I have to work out the glitch as to why this is necessary
     
    #1 soundofdentage, Jun 16, 2013
    Last edited by a moderator: Jun 16, 2013
  2. twdarkeh

    twdarkeh User

    Joined:
    Apr 24, 2013
    Messages:
    183
    Likes Received:
    0
    Silly question, but how do you run this? o_O
     
  3. soundofdentage

    Joined:
    Jun 16, 2013
    Messages:
    23
    Likes Received:
    0
    install autohotkey, it's at the bottom of the scripts website linked at the top of the forum.
    run autohotkey
    go to whatever folder you want to store your scripts in, right click, new > autohotkey file, name it UVM.ahk (or whatever you want, but the file extension must be ahk)
    right click the file you just created, choose edit, it will open in notepad
    paste the text above in there, making the changes as I noted
    save it, double click to run. It will run in the background, you'll see an icon in your system tray

    accept a UVM Research hit. click inside the HIT box. the hot key is windows+left shift. It will fill everything as "no emotional response", and with the changes I suggest, will also fill in all your demographic information; that's why I took the time to write this, the other script did not do that.
     

Share This Page