09/28 - Wark Wednesday!

Status
Not open for further replies.

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
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
Sorry for dumb Q, but how does it help with these hits?
 

electrolyte

The Ghost of MTurk Past
Contributor
Joined
Jan 10, 2016
Messages
19,184
Reaction score
45,979
Points
1,313
Anyone have a time on that $5.00 Make Choices for Money NYU hit?
It was terrible. Almost an hour for me, and there's no way to make it go faster and it takes 100% concentration with no breaks, so you can't even work on it slowly over time. They say there's a bonus, but for me it was $0.73. People on TO and on here said they all also received only $0.70-$0.80 or so.
 

Cruxy

Well-Known Member
Joined
Feb 2, 2016
Messages
1,384
Reaction score
3,185
Points
513
Age
39
Gender
Male
Not dumb at all. It helps because you can keep your hands on the keyboard without using the mouse, and keyboard is almost always faster than mouse.
Just like everyone knows you run faster with a knife?
 
  • Like
Reactions: <Gucci> and Rena

C to the J

Outlaw Turker
Contributor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
53,224
Reaction score
163,948
Points
3,238
Age
37
Gender
Male
Qualification Revoked: Brony
Requester: Tjololo
Grant Date: October 2, 2015
Revoke Date: September 28, 2016
Revoke Reason: Revoking qual for maintenance. You'll get another opportunity to get it

/me adds Tjololo @Tjololo to blocklist on HS
 

Tjololo

Active Member
Joined
Jan 12, 2016
Messages
629
Reaction score
2,628
Points
493
Age
36
Qualification Revoked: Brony
Requester: Tjololo
Grant Date: October 2, 2015
Revoke Date: September 28, 2016
Revoke Reason: Revoking qual for maintenance. You'll get another opportunity to get it

/me adds Tjololo @Tjololo to blocklist on HS
You're the first to mention it XD I'll be making another post shortly explaining.
 
Status
Not open for further replies.