08/25 - Thankful for Turkopticon Thursday!

Status
Not open for further replies.

Barbwire

Averagely-known member
Contributor
Joined
Jan 12, 2016
Messages
4,772
Reaction score
8,284
Points
838
Title: Take a quick survey for YouTube! | PANDA
Requester: Stephen Wheeler [A3TYG5OEQR1ZHI] (TO)
TO Ratings:
★★★★★ 5.00 Communicativity
★★★★★ 3.29 Generosity
★★★★★ 5.00 Fairness
★★★★★ 5.00 Promptness
Number of Reviews: 7 | TOS Flags: 0
Submit a new TO review
Description: -
Time: 60 minutes
HITs Available: 193
Reward: $0.10
Qualifications: Total approved HITs is not less than 1;HIT approval rate (%) is not less than 90;Location is US

google
 

seventhaxis

will turk for steak
Contributor
Joined
Jun 16, 2016
Messages
921
Reaction score
1,791
Points
268
Location
Pennsylvania
Gender
Male
Greetings from Amazon Mechanical Turk,

You've received a bonus from Mauricio Bucca Olea for work related to 3G9UA71JVVVDL8ABOCRWA93GBL0J7Z.
The value of your bonus is: $5.00 USD

The Requester included this note:
No comment provided by Requester.

Thanks for being a Worker on Mechanical Turk!
 

Not A Robot

VERIFIED HUMAN
Contributor
Joined
Apr 27, 2016
Messages
4,515
Reaction score
6,751
Points
838
Gender
Male
Okay this script should work. Click on the left of the page then enter numbers from there, when done just hit enter.
Keys are as follows

1: Nothing Identical
2: Left side identical
3: Both sides Identical
4: Right side identical
Enter: Submit

Code:
#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.


1::
send {tab}
send {down}
sleep, 100
send {tab 2}
send {down}
return

2::
send {tab}
send {space}
sleep, 100
send {tab 2}
send {down}
return

3::
send {tab}
send {space}
sleep, 100
send {tab 2}
send {space}
return

4::
send {tab}
send {down}
sleep, 100
send {tab 2}
send {space}
return

^2::
suspend
return

^3::
ExitApp
 
Last edited:

Twisted65

Well-Known Member
Joined
Jun 24, 2016
Messages
1,227
Reaction score
2,932
Points
513
Age
34
Gender
Male
Well folks gonna power through a couple hundred more a9's to hopefully put me over 5k hits, yall have a wonderful day turking. I'm out as far as the forums go
 
  • Like
Reactions: seventhaxis

Yuk

Member
Joined
Jul 10, 2016
Messages
685
Reaction score
1,572
Points
393
Age
124
Okay this script should work. Click on the left of the page then enter numbers from there, when done just hit enter.
Keys are as follows

1: Nothing Identical
2: Left side identical
3: Both sides Identical
4: Right side identical
Enter: Submit

#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.


1::
send {tab}
send {down}
sleep, 100
send {tab}
send {tab}
send {down}
return

2::
send {tab}
send {down}
send {up}
sleep, 100
send {tab}
send {tab}
send {down}
return

3::
send {tab}
send {down}
send {up}
sleep, 100
send {tab}
send {tab}
send {down}
send {up}
return

4::
send {tab}
send {down}
sleep, 100
send {tab}
send {tab}
send {down}
send {up}
return

^2::
Pause
return

^3::
ExitApp
I recommend putting the actual code in code tags (under the same sub menu as spoiler) so people don't accidentally copy over the

"1: Nothing Identical
2: Left side identical
3: Both sides Identical
4: Right side identical
Enter: Submit"

part at the top
 

VGB

dr. peepee poopoo
Joined
Jan 21, 2016
Messages
5,753
Reaction score
15,213
Points
1,038
Age
38
Location
Milwaukee via Boston
Gender
Male
Okay this script should work. Click on the left of the page then enter numbers from there, when done just hit enter.
Keys are as follows

1: Nothing Identical
2: Left side identical
3: Both sides Identical
4: Right side identical
Enter: Submit

#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.


1::
send {tab}
send {down}
sleep, 100
send {tab}
send {tab}
send {down}
return

2::
send {tab}
send {down}
send {up}
sleep, 100
send {tab}
send {tab}
send {down}
return

3::
send {tab}
send {down}
send {up}
sleep, 100
send {tab}
send {tab}
send {down}
send {up}
return

4::
send {tab}
send {down}
sleep, 100
send {tab}
send {tab}
send {down}
send {up}
return

^2::
Pause
return

^3::
ExitApp
in addition to what Yuk @Yuk said, you can clean it up at bit using {tab 2} instead of multiple tabs in a row, and instead of {down} then {up} just use {space} to fill the bubble.

oh, and ^2 should probably use Suspend instead of Pause for the intended effect
 
Last edited:
  • Like
Reactions: Not A Robot and Yuk
Status
Not open for further replies.