Pages:
Author

Topic: Fast registration in bounty - page 2. (Read 414 times)

full member
Activity: 1078
Merit: 110
June 14, 2018, 05:10:33 PM
#5
  Hello. I want to share with you a way to quickly fill out forms of registration in the bounty.
   After all, in our business, the more time you save the more money you earn.
   We will use AutoHotKey. https://autohotkey.com/

   Download and install. Create a text document.

   Codes for using different keys:
    
  • NUMPAD1 :: Send, for num digits
  • F1 :: Send, for keys f1-f12
  • ^ M :: Send, ^ is used for combinations with Ctrl, for example Ctrl + m
  • + M :: Send, + is used for combinations with Shift, for example Shift + m
  • ! M :: Send,! Used for combinations with Alt, for example Alt + m
   
   After the comma a space and then the text of the bind.


   For example, on the num1 key, I will bind my username to bitcointalk, to the num2 key a link to the profile, and so on.

      NUMPAD1 :: Send, cryptolord2077
      NUMPAD2 :: Send, https://bitcointalksearch.org/user/cryptolord2077-1740809
      NUMPAD3 :: Send, https://twitter.com/
      NUMPAD4 :: Send, https://www.twitteraudit.com/
      NUMPAD5 :: Send, https://www.facebook.com/
      NUMPAD6 :: Send, @
      NUMPAD7 :: Send, [email protected]
      NUMPAD8 :: Send, https://medium.com/
      NUMPAD9 :: Send, ETH adress

      Save, right click on the file> rename, change the extension from ".txt" to ".ahk"
      Once again, right-click on the file > Run script

      This guide for windows 10 users. I did not try it on a mac.
      Thank you for your attention!

It looks to me that this would be the tool for someone who has many accounts. It does take just 1 minute to fill a form and you have to do that only once for a several weeks campaign.


I analyze bounties every day, and it happens when I have in the queue 5-10 companies, It will be much faster for me to registering in them through the binds than manually.
newbie
Activity: 150
Merit: 0
June 14, 2018, 10:49:11 AM
#4
In addition to your suggestion I also recommend to use TextExpander, through it is more convievent than AutoHotKey
jr. member
Activity: 112
Merit: 2
June 14, 2018, 09:30:10 AM
#3

It looks to me that this would be the tool for someone who has many accounts. It does take just 1 minute to fill a form and you have to do that only once for a several weeks campaign.

Someone who has many accounts will have to bind all the keybord and even purchase a second one, cause one is not enough.
This tool actually saves t ime, thanks, man
member
Activity: 224
Merit: 14
QuickX ICO
June 14, 2018, 06:59:20 AM
#2
   Hello. I want to share with you a way to quickly fill out forms of registration in the bounty.
   After all, in our business, the more time you save the more money you earn.
   We will use AutoHotKey. https://autohotkey.com/

   Download and install. Create a text document.

   Codes for using different keys:
   
  • NUMPAD1 :: Send, for num digits
  • F1 :: Send, for keys f1-f12
  • ^ M :: Send, ^ is used for combinations with Ctrl, for example Ctrl + m
  • + M :: Send, + is used for combinations with Shift, for example Shift + m
  • ! M :: Send,! Used for combinations with Alt, for example Alt + m
   
   After the comma a space and then the text of the bind.


   For example, on the num1 key, I will bind my username to bitcointalk, to the num2 key a link to the profile, and so on.

      NUMPAD1 :: Send, cryptolord2077
      NUMPAD2 :: Send, https://bitcointalksearch.org/user/cryptolord2077-1740809
      NUMPAD3 :: Send, https://twitter.com/
      NUMPAD4 :: Send, https://www.twitteraudit.com/
      NUMPAD5 :: Send, https://www.facebook.com/
      NUMPAD6 :: Send, @
      NUMPAD7 :: Send, [email protected]
      NUMPAD8 :: Send, https://medium.com/
      NUMPAD9 :: Send, ETH adress

      Save, right click on the file> rename, change the extension from ".txt" to ".ahk"
      Once again, right-click on the file > Run script

      This guide for windows 10 users. I did not try it on a mac.
      Thank you for your attention!

It looks to me that this would be the tool for someone who has many accounts. It does take just 1 minute to fill a form and you have to do that only once for a several weeks campaign.
full member
Activity: 1078
Merit: 110
June 14, 2018, 06:57:10 AM
#1
   Hello. I want to share with you a way to quickly fill out forms of registration in the bounty.
   After all, in our business, the more time you save the more money you earn.
   We will use AutoHotKey. https://autohotkey.com/

   Download and install. Create a text document.

   Codes for using different keys:
   
  • NUMPAD1 :: Send, for num digits
  • F1 :: Send, for keys f1-f12
  • ^ M :: Send, ^ is used for combinations with Ctrl, for example Ctrl + m
  • + M :: Send, + is used for combinations with Shift, for example Shift + m
  • ! M :: Send,! Used for combinations with Alt, for example Alt + m
   
   After the comma a space and then the text of the bind.


   For example, on the num1 key, I will bind my username to bitcointalk, to the num2 key a link to the profile, and so on.

      NUMPAD1 :: Send, cryptolord2077
      NUMPAD2 :: Send, https://bitcointalksearch.org/user/cryptolord2077-1740809
      NUMPAD3 :: Send, https://twitter.com/
      NUMPAD4 :: Send, https://www.twitteraudit.com/
      NUMPAD5 :: Send, https://www.facebook.com/
      NUMPAD6 :: Send, @
      NUMPAD7 :: Send, [email protected]
      NUMPAD8 :: Send, https://medium.com/
      NUMPAD9 :: Send, ETH adress

      Save, right click on the file> rename, change the extension from ".txt" to ".ahk"
      Once again, right-click on the file > Run script

      This guide for windows 10 users. I did not try it on a mac.
      Thank you for your attention!
Pages:
Jump to: