- Joined
- Feb 18, 2016
- Messages
- 11,716
- Reaction score
- 23,143
- Points
- 1,238
- Age
- 77
- Gender
- Male
Just because. "Sixty Minute Man" by the Dominoes; released May 1951.
Oh god, Fallout flashbacksJust because. "Sixty Minute Man" by the Dominoes; released May 1951.
Thanks. If the location was CA instead then I wouldOver 25 and Tired? Sound like this hit was made for @sandyriver right now
Title: (For workers over 25) Pretend to talk to customer service representative while Tired-Exhausted-Sleepy | PANDA
Requester: SSAudio [A1X6NHVLK7N55A] (Contact)
TO: [Pay: 4.00] [Fair: 5.00] [Comm: 5.00] [Fast: 4.86] [Reviews: 18] [ToS: 0]
Description: Record yourself speaking as though you were tired-exhausted-sleepy.
Time: 2 hours
HITs Available: 1
Reward: $0.60
Qualifications: HIT approval rate (%) is greater than 80; Location is US;
HIT posted from Mturk Suite v1.2.6
Don't forget to clean up your variables after each submission.Damn. That's much neater, and wouldn't need nearly as many keys. Thanks for typing all that out.
clipboard =
clipboard = ; Empty the clipboard
Send, ^c
ClipWait, 2
if ErrorLevel
{
MsgBox, The attempt to copy text onto the clipboard failed.
return
}
MsgBox, clipboard = %clipboard%
return
4-5 minutes
Title: About 8 min during survey. It is important that you take the survey on laptop or computer, this is an essential condition. | PANDA
Requester: elke cabooter [A5ZMUC9WFS9I0] (Contact)
TO: [Pay: 3.33] [Fair: 4.54] [Comm: 3.30] [Fast: 4.46] [Reviews: 39] [ToS: 0]
Description: Give us your opinion about several statements
Time: 10 minutes
HITs Available: 1
Reward: $0.80
Qualifications: HIT approval rate (%) GreaterThan 95; Location EqualTo US;
HIT posted from Mturk Suite v1.2.6
Whoever produced Fallout 4 ... I've admired them for introducing so many people to "older" music.Oh god, Fallout flashbacks
(This song was part of the in-game soundtrack for Fallout 4. Probably heard it about a hundred times)
I thought it wasn't bad after the first few rounds cause then I started remembering the answers without having to do the math each time.
Yea it is, wish it was 5 cents but if I am lazy it good mindless task takes me 20 seconds eachThat is a lot of work and information for 3 cents.
I've actually used the commands to empty the clipboard and the clipwait command before, they were useful. This should help with issues I've had where the script sometimes goes wonky in the middle of using it and stuff gets pasted in the wrong field or other issues. I always chalked it up to momentary system lag but couldn't figure out a way around it other than adding longer sleep delays between commands.Don't forget to clean up your variables after each submission.
You need to set foo back to = 1 each time you press your submit hotkey... or it will just keep counting up to infinity as long as the script is active. Note I also declared foo as a variable outside of the hotkey... this ensures that the space the variable inhabits has a declared value as soon as the script is loaded, instead of random garbage that is located at that location in memory.
You also want to zero the Clipboard out before each ^c... this helps reduce c/p errors. if before each Send ^c command you have a command that sets Clipboard = 0 or Clipboard = you can reduce the chance that the last thing you copied will saved a second time.
If you useyou can take it even further and use a Clipwait command... which will pause the script for up to a specified amount of time until ahk detects a value created in the clipboard... you can also use the global variable ErrorLevel to add logic in to tell the script what to do when things don't go correctly.Code:clipboard =
It sounds complicated... but if you script clean you'll have fewer errors in your work and your script will be much more robust and reliable.
Obviously... you don't have to have it print a message when your copy fails... but adding ways for your script to communicate with you when errors occur is pretty important.Code:clipboard = ; Empty the clipboard Send, ^c ClipWait, 2 if ErrorLevel { MsgBox, The attempt to copy text onto the clipboard failed. return } MsgBox, clipboard = %clipboard% return
I wonder if there are different versions? Mine was a cakewalk after the first two blocks.
Just got a reply back from Hotels... it isn't a computer doing the classifications... it is scamming...
Attention scammers... I'm coming for your qual.