08/17 - World's Worst & Weird Newscasters Wednesday!

Status
Not open for further replies.

Jharkan

Internets EXPERT
Contributor
Joined
Jul 9, 2016
Messages
11,873
Reaction score
20,418
Points
1,288
Location
Earth
Gender
Male
doing some of those a9s may confirm, that I am infact color blind. yikes.
and they were gone just as soon as I made an awesome AHK for them.
i got PRE'd 3 times from doing them, not from queue, but from 'accept next hit'

ctrl+y = both are same
ctrl+n = both are differ
numpad1 = first is same color, second isn't
numpad2 = first is different, second is same color



Code:
^y::
send {tab}{space}
sleep, 100
send {tab 2}{space}
send {shift down}{tab}{shift up}
send {space}
return

^n::
send {tab}{down}{space}
sleep, 100
send {tab 2}{down}{space}
send {shift down}{tab}{shift up}
send {space}
return

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

Numpad2::
send {tab}{down}{space}
sleep, 100
send {tab 2}{space}
send {shift down}{tab}{shift up}
send {space}
return
 
Last edited:
  • Like
Reactions: TobyF

essjay

Filthy Casual
Contributor
Joined
Jan 12, 2016
Messages
4,996
Reaction score
7,248
Points
988
Gender
Non-binary
In an example of amazing parenting today, somehow I managed to not sing Louise Belcher's "Everybody Kiss My Butt" when the 9y/o refused to believe me about something and I made him look it up.

 
Status
Not open for further replies.