see the EXPLANATION why log into steam has never been that easy!!!
steemit·@celestialme·
0.000 HBDsee the EXPLANATION why log into steam has never been that easy!!!
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 <code> 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 </code> 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 :)