see the EXPLANATION why log into steam has never been that easy!!!

Words
180
Reading
1 min
Listen
Play
9y

with a little or no knowledge of programming we can make 1 button click sign up for steem. the easiest way to achieve is to use scripting language called Autohotkey. you can check it up https://autohotkey.com and install (very little and easy, and of-course free) . then we create new instance (like any other editor, like MS.word for example) with double click on desktop>new>autohotkey and start writing following

means whenever F key is clicked; f::
means send buttons one by one. like it types on itself ;send celestialme
means click tab to go down on password field; send {tab}
your password here, which will copy the value to clipboard;Clipboard = ************************************************
send ^- ctrl and V means paste obviously; send ^v
turn off the script to release F key;ExitApp

you can copy whole code just change my acc name (celestialme) with yours and password (*) on its place.

and when you click on the field where u give your acc name just click f thats all. you dont need to find where u saved your password then copy and so on :)

see the EXPLANATION why log into steam has never been that easy!!! | Ecency