09/28 - Wark Wednesday!

Status
Not open for further replies.

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
36
Gender
Female

Krikket

YouTube Connoisseur
Contributor
HIT Poster
Joined
Jan 12, 2016
Messages
9,385
Reaction score
11,798
Points
1,313
Gender
Female
Title: A survey about your well-beings and childhood experiences | PANDA
Requester: Yi-Ping Hsieh [A3A5O0MNGL860Z] (TO)
TO Ratings:
★★★★★ 0.00 Communicativity
★★★★ 4.00 Generosity
★★★★★ 0.00 Fairness
★★★★★ 0.00 Promptness
Number of Reviews: 3 | TOS Flags: 0
Submit a new TO review
Description: An academic survey about coping strategies, depression, aggression, and childhood experiences.
Time: 2 hours
HITs Available: 1
Reward: $1.00
Qualifications: Total approved HITs is not less than 50;HIT approval rate (%) is not less than 90;Location is US
 
  • Like
Reactions: <Gucci>

Krikket

YouTube Connoisseur
Contributor
HIT Poster
Joined
Jan 12, 2016
Messages
9,385
Reaction score
11,798
Points
1,313
Gender
Female
Title: ~6-minute research study with possible bonus for you ($0-$2.00)(~ 6 minutes) | PANDA
Requester: MPR Lab [AI2G5V8H1U52N] (TO)
TO Ratings:
★★★★ 4.16 Communicativity
★★★★★ 3.99 Generosity
★★★★ 4.80 Fairness
★★★★ 4.81 Promptness
Number of Reviews: 105 | TOS Flags: 0
Submit a new TO review
Description: Participate in a research task
Time: 60 minutes
HITs Available: 18
Reward: $0.75
Qualifications: Total approved HITs is not less than 50;HIT approval rate (%) is not less than 97;Exc: [-1997362420-22316] has not been granted;Location is one of: US
 
  • Like
Reactions: <Gucci>

MrTrentSD

Alive and Kicking
Contributor
Joined
Feb 6, 2016
Messages
1,916
Reaction score
3,535
Points
588
Location
San Diego
Gender
Male
  • Like
Reactions: <Gucci>

Im a Zebra

Banned
Banned
Joined
Jun 15, 2016
Messages
517
Reaction score
706
Points
93
Age
46
Gender
Male
  • Like
Reactions: Squatty

jnalleyne

Well-Known Member
Joined
May 31, 2016
Messages
2,225
Reaction score
2,644
Points
513
Is there a script that I can use for these Takashi's?
 

adude

Member
Joined
Sep 21, 2016
Messages
417
Reaction score
556
Points
293
Is there a script that I can use for these Takashi's?
I wrote an AHK script for personal use which scans the screen based on screenshots that you give it. You'd probably have to take screenshots of your own screen since you'll have a different resolution on your monitor. (script is also a bit janky, I take no responsibility)

Code:
#Persistent
CoordMode, pixel, screen
CoordMode, Mouse, Screen
SetDefaultMouseSpeed, 1
#SingleInstance force


/* photographer
*/
1::
ImageSearch, foundx6, foundy6, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\photographer.png
sleep,200
    MouseMove, %foundx6%+15, %foundy6%+15
    Sleep, 200
    click
    Sleep, 200
    ImageSearch, foundxa, foundyb, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
    sleep, 200
    MouseMove, %foundxa%+15, %foundyb%+15
    Sleep, 200
    click
return

/* people & animals
*/
2::
ImageSearch, foundx, foundy, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\people.png
sleep, 200
    MouseMove, %foundx%+15, %foundy%+15
    Sleep, 200
    click
    Sleep, 200
    ImageSearch, foundxc, foundyd, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
    sleep, 200
    MouseMove, %foundxc%+15, %foundyd%+15
    Sleep, 200
    click
return

/*others
*/
3::
ImageSearch, foundx2, foundy2, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\others.png
sleep, 200
    MouseMove, %foundx2%+15, %foundy2%+15
    Sleep, 200
    click
    Sleep, 200
    ImageSearch, foundxe, foundyf, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
    sleep, 200
    MouseMove, %foundxe%+15, %foundyf%+15
    Sleep, 200
    click
return

/* pondering
*/
4::
ImageSearch, foundx3, foundy3, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\pondering.png
sleep, 200
    MouseMove, %foundx3%+15, %foundy3%+15
    Sleep, 200
    click
    Sleep, 200
    ImageSearch, foundxg, foundyh, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
    sleep, 200
    MouseMove, %foundxg%+15, %foundyh%+15
    Sleep, 200
    click
return

/* not applicable
  */
5::
ImageSearch, foundx4, foundy4, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\not applicable.png
sleep, 200
    MouseMove, %foundx4%+15, %foundy4%+15
    Sleep, 200
    click
    Sleep, 200
    ImageSearch, foundxi, foundyj, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
    sleep, 200
    MouseMove, %foundxi%+15, %foundyj%+15
    Sleep, 200
    click
    sleep, 200
    send, x
return

/* click image
*/
q::
ImageSearch, foundxk, foundyl, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\image.png
sleep, 200
    MouseMove, %foundxk%+15, %foundyl%+15
    Sleep, 200
    click
return

z::
send, ^w
return
Edit: forgot to include instructions. Copy the code above into a notepad file, save the notepad file as yourarbitrarynamehere.ahk

Then take a screenshot of the miyazaki hit, then cut & paste from said screenshot the radio buttons, the text field, and the hyperlink into new paint files, save the paint files as insertnamefromAHKscripthere.png. (try to align the top left corner inside the radio button instead of outside of it since the mouse clicks the top left-most pixel, and select some of the text next to the radio buttons so you can differentiate them from eachother).

The hotkeys are: 1-5= radio buttons in order (it will auto select the textbox after you press the radio button, Q = open link Z= close link tab. Try not to go to fast, or you might encounter some issues (not catastrophic). Uhh lastly if the script doesn't find the image, it'll click somewhere random (lazy script heh).

Edit 2: forgot to mention that you need to right click ahk script>click open with>notepad>press ctrl+f>type ":eek:\allmyfiles\miyazaki script\" without quotes and replace anywhere you see that text with the path where u stored the screenshots.
 
Last edited:
  • Like
Reactions: jnalleyne

jnalleyne

Well-Known Member
Joined
May 31, 2016
Messages
2,225
Reaction score
2,644
Points
513
I wrote an AHK script for personal use which scans the screen based on screenshots that you give it. You'd probably have to take screenshots of your own screen since you'll have a different resolution on your monitor. (script is also a bit janky, I take no responsibility)

Code:
#Persistent
CoordMode, pixel, screen
CoordMode, Mouse, Screen
SetDefaultMouseSpeed, 1
#SingleInstance force


/* photographer
*/
1::
ImageSearch, foundx6, foundy6, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\photographer.png
sleep,200
    MouseMove, %foundx6%+15, %foundy6%+15
    Sleep, 200
    click
    Sleep, 200
    ImageSearch, foundxa, foundyb, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
    sleep, 200
    MouseMove, %foundxa%+15, %foundyb%+15
    Sleep, 200
    click
return

/* people & animals
*/
2::
ImageSearch, foundx, foundy, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\people.png
sleep, 200
    MouseMove, %foundx%+15, %foundy%+15
    Sleep, 200
    click
    Sleep, 200
    ImageSearch, foundxc, foundyd, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
    sleep, 200
    MouseMove, %foundxc%+15, %foundyd%+15
    Sleep, 200
    click
return

/*others
*/
3::
ImageSearch, foundx2, foundy2, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\others.png
sleep, 200
    MouseMove, %foundx2%+15, %foundy2%+15
    Sleep, 200
    click
    Sleep, 200
    ImageSearch, foundxe, foundyf, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
    sleep, 200
    MouseMove, %foundxe%+15, %foundyf%+15
    Sleep, 200
    click
return

/* pondering
*/
4::
ImageSearch, foundx3, foundy3, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\pondering.png
sleep, 200
    MouseMove, %foundx3%+15, %foundy3%+15
    Sleep, 200
    click
    Sleep, 200
    ImageSearch, foundxg, foundyh, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
    sleep, 200
    MouseMove, %foundxg%+15, %foundyh%+15
    Sleep, 200
    click
return

/* not applicable
  */
5::
ImageSearch, foundx4, foundy4, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\not applicable.png
sleep, 200
    MouseMove, %foundx4%+15, %foundy4%+15
    Sleep, 200
    click
    Sleep, 200
    ImageSearch, foundxi, foundyj, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\txt box.png
    sleep, 200
    MouseMove, %foundxi%+15, %foundyj%+15
    Sleep, 200
    click
    sleep, 200
    send, x
return

/* click image
*/
q::
ImageSearch, foundxk, foundyl, 0, 0, A_ScreenWidth, A_ScreenHeight, D:\allmyfiles\miyazaki script\image.png
sleep, 200
    MouseMove, %foundxk%+15, %foundyl%+15
    Sleep, 200
    click
return

z::
send, ^w
return
Thanks!
 
Status
Not open for further replies.