Can't find TOTALLY AWESOME hits? - 4/24 Thriving Thursday!

Discussion in 'Great HITs' started by nanaki254, Apr 24, 2014.

Thread Status:
Not open for further replies.
  1. nanaki254

    nanaki254 User

    Joined:
    Jul 13, 2013
    Messages:
    7,619
    Likes Received:
    0
  2. TurkingBear

    Joined:
    May 8, 2013
    Messages:
    16,225
    Likes Received:
    5
    Ok so this is what I made. IT ... MIGHT not work for all computers. It really deals with your screen size but I think I got the clicking to a spot that it would work for most users I think.

    It only makes it to select a photo type easily. Again this might not be too useful or what not and it might not work. Let me know if you can make it better or what not. Remember you need AHK to make this work.



    f1::suspend


    #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
    ; #Warn ; Enable warnings to assist with detecting common errors.
    SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
    SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

    SetBatchLines -1

    SetKeyDelay -1

    1::
    ;Select High Quality
    Send {Click 38,500}
    Send {Tab}
    Send {Space}

    return

    2::
    ;Select Low Quality Photograph
    Send {Click 38,500}
    Send {Tab 2}
    Send {Space}

    return

    3::
    ;Select Not a photograph
    Send {Click 38,500}
    Send {Tab 3}
    Send {Space}

    return


    esc::
    exitapp

    This is for helpscore.

    EDIT: Anyone try it out? Works for me but cause well made it from my laptops screen size.
     
    #2 TurkingBear, Apr 24, 2014
    Last edited by a moderator: Apr 24, 2014
  3. MidgardDragon

    Joined:
    Feb 20, 2014
    Messages:
    12,001
    Likes Received:
    0
    Looks like I am finally unblocked from doing Jaime Arguello HITs, easy batch time even though I wanted it to be play time instead.
     
  4. Delphy

    Delphy User

    Joined:
    Feb 17, 2014
    Messages:
    2,313
    Likes Received:
    0
    night everyone!
    ham those helpscores like there's no tomorrow
     
  5. Concise

    Concise User

    Joined:
    Jun 3, 2013
    Messages:
    1,018
    Likes Received:
    55
    Phew. Lots of Jaime and Crowdsurf today. MTurk HITs over now 670K... whew!

    How's you folks?
     
  6. zmanwonder

    zmanwonder User

    Joined:
    Mar 26, 2014
    Messages:
    156
    Likes Received:
    3
    just trying to get over 5k.... only 2.5k to go....
     
  7. wonkatonka

    wonkatonka User

    Joined:
    Sep 26, 2012
    Messages:
    1,066
    Likes Received:
    0
    Tis an Mturk orgasm or Christmas, whichever satisfies your urges.
     
  8. RockinRobin

    Joined:
    Apr 12, 2013
    Messages:
    4,796
    Likes Received:
    0
    About to go to bed. A lot of people are working on Helpscores.

    Night all.
     
  9. teari

    teari User

    Joined:
    Jul 22, 2013
    Messages:
    1,249
    Likes Received:
    0
    I prefer the tab approach.

    Code:
    1::
    ;Select High Quality
    Send {Tab 19}
    Sleep, 200
    Send {Down}
    Send {up}
    return
    
    2::
    ;Select Low Quality
    Send {Tab 19}
    Sleep, 200
    Send {Down}
    return
    
    3::
    ;Select Not Photograph
    Send {Tab 19}
    Sleep, 200
    Send {Down}
    Send {Down}
    return
    
     
  10. TurkingBear

    Joined:
    May 8, 2013
    Messages:
    16,225
    Likes Received:
    5
    That's a lot of tabs. I tried doing that one time too for a hit before and it just didnt work! The tab amount just kept changing. Made me angry. Haha. Let me test your method on my computer and see if it works.
     
  11. teari

    teari User

    Joined:
    Jul 22, 2013
    Messages:
    1,249
    Likes Received:
    0
    It will change based on where you are currently selected. So if you left click (mouse) at the top of the screen (outside of the hit) it will take 19 tabs. If you click inside the actual hit it will take less.
     
  12. zomgturtles

    zomgturtles Mod Squad

    Joined:
    May 16, 2013
    Messages:
    5,954
    Likes Received:
    0
    Wondering how many of these I can do before I lose my mind.
     
  13. TurkingBear

    Joined:
    May 8, 2013
    Messages:
    16,225
    Likes Received:
    5
    I only did 4 and I was going insane.
     
  14. zomgturtles

    zomgturtles Mod Squad

    Joined:
    May 16, 2013
    Messages:
    5,954
    Likes Received:
    0
    Damn. I've already done like 500. lulz get on my level, Bear!
     
  15. zomgturtles

    zomgturtles Mod Squad

    Joined:
    May 16, 2013
    Messages:
    5,954
    Likes Received:
    0
    Anyone else noticing that things are not approving when they are suppose to? The hits I'm working on right now have a 0 second AA and they are taking like 5 minutes to approve. :confused:
     
  16. annbrrlynn

    annbrrlynn User

    Joined:
    Apr 3, 2013
    Messages:
    2,847
    Likes Received:
    0
    Bleh.. I fell asleep kind of early and woke up thirty minutes ago not being able to go back to sleep.
    Nights usually just fill my brain to the top with thoughts. I keep the tv and my laptop on to keep myself busy and occupied, but tonight it just seems like I won't be falling back asleep. :/
     
  17. Concise

    Concise User

    Joined:
    Jun 3, 2013
    Messages:
    1,018
    Likes Received:
    55
    I hear you on the sleeplessness.

    Wow, Mturk has over 700K hits now. I think that's the most I've seen thus far. Granted, 250K of them are from Helpscore.

    Teetering now, have done several hours Mturk. zzzz
     
  18. k614

    k614 User

    Joined:
    Mar 23, 2013
    Messages:
    3,372
    Likes Received:
    356
    There's always been a delay with 0 s auto-approve. Not sure what that delay is though.
     
  19. k614

    k614 User

    Joined:
    Mar 23, 2013
    Messages:
    3,372
    Likes Received:
    356
    What number will Helpscore stop at? 275,000, 300,000, 400,000, 500,000, infinity ??? This is absolutely nuts !!!!
     
  20. Kanna

    Kanna User

    Joined:
    Feb 22, 2014
    Messages:
    14,245
    Likes Received:
    2
    Ughh. I'm never taking a morning job again. Having to take a shower and cook before five am is BRUTAL.

    Also, I'm already starting to get retail nightmares again. Anyone else get those? Lol.
     
Thread Status:
Not open for further replies.

Share This Page