Bitcoin Forum
June 24, 2024, 08:23:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: GUIDE: fill out the Google form in 5 seconds  (Read 145 times)
Nekroser (OP)
Jr. Member
*
Offline Offline

Activity: 392
Merit: 2


View Profile
April 09, 2018, 06:30:08 PM
Last edit: May 05, 2018, 02:51:41 PM by Nekroser
 #1

Hello!

Surely you are tired of constantly filling in forms copying (CTRL+C) and inserting (CTRL+V) values. It's long and uncomfortable. The forum already has several solutions to this problem, but I think they are either too complex or ineffective. I will show how I coped with this problem very easily and simply.

Video instruction (in Russian)

https://www.youtube.com/watch?v=DbNPGqDI8QQ

Graphic instruction

We will use simple binds. When you press a certain key, the desired value will be written right away. Very comfortably.

Download and install the program AutoHotKey.



Now create a file with the extension afk:



Next, we edit this file with any text editor (I use notepad++). It is convenient for me to use num keys. Who does not have them - put others. See the syntax below.

Code for the file (do not forget to press Num Lock before using):

Code:
SetKeyDelay 0
NumPad0:: send, youvalue
NumPad1:: send, youvalue
NumPad2:: send, youvalue
NumPad3:: send, youvalue
NumPad4:: send, youvalue
NumPad5:: send, youvalue
NumPad6:: send, youvalue
NumPad7:: send, youvalue
NumPad8:: send, youvalue
NumPad9:: send, youvalue
RETURN



If you want to use other keys, see the articles:
1) One.
2) Two.

Then open the edited file with the program:



Now by pressing the specified keys the corresponding value will be substituted.

Pay attention to the working script in the tray. Then you can turn it off from there.



You can also add this file to autorun if you are too lazy to activate each time.

Helpful advice

Quote
Switch between fields with the TAB key. So you fill the form even faster.

The result

Forms are filled in 5-10 seconds (if there are no specific data). Saves time and nerves.

Thank you for attention!

See my other instructions:
GUIDE: quick unban Medium account: https://bitcointalk.org/index.php?topic=3288775
GUIDE: how fast and easy to promote blogs: https://bitcointalk.org/index.php?topic=3288699
GUIDE: how to promote a LinkedIn account: https://bitcointalk.org/index.php?topic=3559466

This is the translation of my article into English.
Leona Lewis
Jr. Member
*
Offline Offline

Activity: 181
Merit: 5

Token That Will Transform The Venture Capital Mark


View Profile WWW
April 09, 2018, 07:26:51 PM
 #2

Thanks for your solution! Have you tried filling forms using some chrome extention like Form Filler or similar? from my point of view that way is more easy to customize that using Autohotkey.

▂▂▂▂▂  E Q U I  ▂▂▂▂▂
Transforming Venture Capital
alrez
Newbie
*
Offline Offline

Activity: 134
Merit: 0


View Profile
April 10, 2018, 12:14:31 AM
 #3

Perfect guide, very helpful in filling out forms, airdrop organizers sometimes sometimes limit the number of participants. In that case we must as soon as possible finish it. Thank you very much.
Nekroser (OP)
Jr. Member
*
Offline Offline

Activity: 392
Merit: 2


View Profile
April 10, 2018, 08:23:34 AM
 #4

Thanks for your solution! Have you tried filling forms using some chrome extention like Form Filler or similar? from my point of view that way is more easy to customize that using Autohotkey.
I think it's easier to not find this way. The data in the form is usually different and you can automatically fill it out manually only. I believe that using only autohotkey is the best option.
snapee11
Jr. Member
*
Offline Offline

Activity: 182
Merit: 1


View Profile
April 10, 2018, 08:28:26 AM
 #5

Now the problem is you have to memorize those constants entered on the numpad
Nekroser (OP)
Jr. Member
*
Offline Offline

Activity: 392
Merit: 2


View Profile
April 10, 2018, 08:30:50 AM
 #6

Now the problem is you have to memorize those constants entered on the numpad
It's very simple. Try to work with the script ~ 3 days and you intuitively remember the keys you need. Wink
allanr
Full Member
***
Offline Offline

Activity: 345
Merit: 114


View Profile WWW
April 10, 2018, 08:48:51 AM
 #7

Awesome,idont even know such option even possible before read this article.Sometimes i joining airdrop it takes time to switch between browser tab to pasting my data, with this tool i can make my life easier xD
tor9
Member
**
Offline Offline

Activity: 434
Merit: 12


View Profile
April 10, 2018, 09:06:54 AM
 #8

a very good program-will help reduce a lot of time
but there is a question, is there something similar for android Huh
Nekroser (OP)
Jr. Member
*
Offline Offline

Activity: 392
Merit: 2


View Profile
April 10, 2018, 02:21:50 PM
 #9

a very good program-will help reduce a lot of time
but there is a question, is there something similar for android Huh
On the Android platform, it is difficult to bounty. I think it is necessary to do under the order. Use from your computer.
Nekroser (OP)
Jr. Member
*
Offline Offline

Activity: 392
Merit: 2


View Profile
May 13, 2018, 03:10:30 PM
 #10

Awesome,idont even know such option even possible before read this article.Sometimes i joining airdrop it takes time to switch between browser tab to pasting my data, with this tool i can make my life easier xD
In addition, hotkeys can help. Perhaps then I'll write an article about them.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!