Bitcoin Forum
May 09, 2024, 11:34:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Fast registration in bounty  (Read 396 times)
cryptolord2077 (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 110


View Profile
June 14, 2018, 11:57:10 AM
Merited by joeyarg (3), kirreev070 (2), paxmao (1), coolon (1)
 #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://bitcointalk.org/index.php?action=profile;u=1740809
      NUMPAD3 :: Send, https://twitter.com/
      NUMPAD4 :: Send, https://www.twitteraudit.com/
      NUMPAD5 :: Send, https://www.facebook.com/
      NUMPAD6 :: Send, @
      NUMPAD7 :: Send, email@gmail.com
      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!
1715254480
Hero Member
*
Offline Offline

Posts: 1715254480

View Profile Personal Message (Offline)

Ignore
1715254480
Reply with quote  #2

1715254480
Report to moderator
1715254480
Hero Member
*
Offline Offline

Posts: 1715254480

View Profile Personal Message (Offline)

Ignore
1715254480
Reply with quote  #2

1715254480
Report to moderator
1715254480
Hero Member
*
Offline Offline

Posts: 1715254480

View Profile Personal Message (Offline)

Ignore
1715254480
Reply with quote  #2

1715254480
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
StGermain
Member
**
Offline Offline

Activity: 224
Merit: 14

QuickX ICO


View Profile
June 14, 2018, 11: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://bitcointalk.org/index.php?action=profile;u=1740809
      NUMPAD3 :: Send, https://twitter.com/
      NUMPAD4 :: Send, https://www.twitteraudit.com/
      NUMPAD5 :: Send, https://www.facebook.com/
      NUMPAD6 :: Send, @
      NUMPAD7 :: Send, email@gmail.com
      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.

Avalonist
Jr. Member
*
Offline Offline

Activity: 112
Merit: 2


View Profile
June 14, 2018, 02:30:10 PM
 #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
Danielradcliffe
Newbie
*
Offline Offline

Activity: 150
Merit: 0


View Profile
June 14, 2018, 03:49:11 PM
 #4

In addition to your suggestion I also recommend to use TextExpander, through it is more convievent than AutoHotKey
cryptolord2077 (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 110


View Profile
June 14, 2018, 10: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://bitcointalk.org/index.php?action=profile;u=1740809
      NUMPAD3 :: Send, https://twitter.com/
      NUMPAD4 :: Send, https://www.twitteraudit.com/
      NUMPAD5 :: Send, https://www.facebook.com/
      NUMPAD6 :: Send, @
      NUMPAD7 :: Send, email@gmail.com
      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.
wvizmanos
Jr. Member
*
Offline Offline

Activity: 168
Merit: 1


View Profile
June 14, 2018, 10:44:24 PM
 #6

This is interesting. Let me check this on a Mac and will report what I find afterwards. Thanks buddy.
goatpo
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
June 15, 2018, 12:00:14 AM
 #7

Yes this is a great way to speed up the registration process but is not essential.
TRAN TRIN
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
June 15, 2018, 12:16:41 AM
 #8

This could save some of your precious time if you follow the right procedure on how to use it. Keep on sharing this kind of guides mate.
Dewin Ayuu
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
June 15, 2018, 08:45:36 AM
 #9

It was really helpful to me as a newbie
LucaBlight
Copper Member
Newbie
*
Offline Offline

Activity: 109
Merit: 0

WPP ENERGY - BACKED ASSET GREEN ENERGY TOKEN


View Profile
June 15, 2018, 11:48:21 AM
 #10

Nice im using that tool also !

           ﹏﹏﹋﹌﹌ WPP ENERGY ﹌﹌﹋﹏﹏
☆═══━┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈━═══☆
≈ WORLD POWER PRODUCTION ≈


【 BACKED ASSET GREEN ENERGY TOKEN 】
☆═━┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈━═☆
wulian18
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
June 15, 2018, 12:00:02 PM
 #11

My God, I did not expect that there is such a way to participate in airdrops. This is indeed a lot faster.
ads23UBDwid
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 22, 2018, 07:09:58 PM
 #12

Hello!
thanks author for a recommendation
Is it universal form for every bounty programs?
Am a beginner, so could you help me please?
Thanks a lot.
coolon
Jr. Member
*
Offline Offline

Activity: 448
Merit: 4


View Profile
July 06, 2018, 03:21:44 PM
 #13

Thanks for the useful information, I was looking for something like that. In many companies I participate, it takes a lot of time to copy every time.)

☯ INJECTIVE PROTOCOL ☯ Bounty Running ☯
☯ Fast, Secure, and Fully Decentralized Trading ☯
huuducitvn
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
July 06, 2018, 04:32:22 PM
 #14

This way will be useful for airdrop !  Roll Eyes
Twkasun52
Jr. Member
*
Offline Offline

Activity: 210
Merit: 1

DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO


View Profile
July 06, 2018, 06:49:33 PM
 #15

   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://bitcointalk.org/index.php?action=profile;u=1740809
      NUMPAD3 :: Send, https://twitter.com/
      NUMPAD4 :: Send, https://www.twitteraudit.com/
      NUMPAD5 :: Send, https://www.facebook.com/
      NUMPAD6 :: Send, @
      NUMPAD7 :: Send, email@gmail.com
      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!
Wow this is an awesome.Never thought about that kind a system.It can save lot more time for bounty hunters .Thank for the remind us.

●●⚫  CRYPTONITY  ▐|  The Crypto Community Exchange ▐|
Public Sale 1 Starts: Nov 1, 2018 ▐|● https://tokensale.cryptonity.io
maytinhvinh
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
July 15, 2018, 01:46:02 AM
 #16

It was really helpful to me as a newbie. thanks  Smiley Smiley Smiley Smiley
CathalG
Full Member
***
Offline Offline

Activity: 476
Merit: 100



View Profile
July 16, 2018, 12:17:39 AM
 #17

   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://bitcointalk.org/index.php?action=profile;u=1740809
      NUMPAD3 :: Send, https://twitter.com/
      NUMPAD4 :: Send, https://www.twitteraudit.com/
      NUMPAD5 :: Send, https://www.facebook.com/
      NUMPAD6 :: Send, @
      NUMPAD7 :: Send, email@gmail.com
      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!
Thanks for sharing with us. But i have one question... Is it safe to use? Could you please attach a virus total report?
TryNinja
Legendary
*
Offline Offline

Activity: 2828
Merit: 6983



View Profile WWW
July 16, 2018, 01:27:17 AM
 #18

Thanks for sharing with us. But i have one question... Is it safe to use? Could you please attach a virus total report?
Why do you need a virus total scan for this? OP just wrote his code, which is super self-explanatory and easy AHK code.

Do you expect him to write a trojan in AHK with 9 lines, 40 characters each?

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
cryptolord2077 (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 110


View Profile
August 22, 2018, 02:48:46 PM
 #19

Wow this is an awesome.Never thought about that kind a system.It can save lot more time for bounty hunters .Thank for the remind us.

Thank you! When I was a beginner I did not know about a similar method of filling out forms, I led about 60 bounties, and in all I had to fill out forms manually.
r1s2g3
Sr. Member
****
Offline Offline

Activity: 742
Merit: 395


I am alive but in hibernation.


View Profile
August 22, 2018, 04:59:13 PM
 #20

lol, Account farmers might love it and use it for their abusements.
Please lock the topic for now.

Depend , how somebody uses it.  But I think it cam have very practical use when you are applying for some government documents. They sometime require you to fill same information 5-6 time but in different section. You need to validate all entries for typo and correctness. Now I think we just validate one entry and rest will be copied by shortcut.
Same thing can be achieved if you just keep all you details in a singe Notepad file that you are going to use multiple times, but this look more smarter way.

I am alive
Pages: [1] 2 »  All
  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!