- Joined
- Jan 10, 2016
- Messages
- 46,621
- Reaction score
- 123,845
- Points
- 1,414
- Age
- 124
- Gender
- Female
It bothers me, probably more than it should, that your username doesn't fit into the box.
You're not the only one.
It bothers me, probably more than it should, that your username doesn't fit into the box.
I cant look away. That tongue is mesmerizing.That and his avatar is creepy AF.
It bothers me, probably more than it should, that your username doesn't fit into the box.
Yes, very sparingly unless you royally fuck up.Does a9 reject?
yes sometimes they have been known to, but for the most part they are safe if you do good workDoes a9 reject?
That and his avatar is creepy AF.
Thanks, extremely new to this.in addition to what @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
#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
any way to change submit from enter to space?Thanks, extremely new to this.
How does this look now?
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 {tab2} send {down} return 2:: send {tab} send {space} sleep, 100 send {tab2} send {down} return 3:: send {tab} send {space} sleep, 100 send {tab2} send {tab} send {space} return 4:: send {tab} send {down} sleep, 100 send {tab2} send {tab} send {space} return ^2:: suspend return ^3:: ExitApp
you can clean it up at bit using {tab 2} instead of multiple tabs in a row,
Overturned now.Got a reply back from my random rejection, sounds like they're working of reversing the rejections. So I guess that's neat.
:thumbup:Thanks, extremely new to this.
How does this look now?
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 {tab} send {space} return 4:: send {tab} send {down} sleep, 100 send {tab 2} send {space} return ^2:: suspend return ^3:: ExitApp
$Space::any way to change submit from enter to space?
Something about taxes or some nonsense. They do it to Alabama too.I don't understand why some HIT have a list of approved states that you have to live in to be able to work on them.
And it always seems to be the most populous states, what about living in Idaho makes my work unwanted?
It has something to do with the tax status and sales tax in the states. @clickhappier has a post about it somewhere.I don't understand why some HIT have a list of approved states that you have to live in to be able to work on them.
And it always seems to be the most populous states, what about living in Idaho makes my work unwanted?
Just me.I just took a nice break. Anything fun and exciting up?
Something about taxes or some nonsense. They do it to Alabama too.
Me every time those state quals come up:It has something to do with the tax status and sales tax in the states. @clickhappier has a post about it somewhere.