Darts and Friends

Darts and Friends

Not enough ratings
Easy AF 100% Achievement Guide
By Ötzi
This guide will lead you step by step to the easiest way of completing Darts and Friends without actually playing, but idling over hours.
   
Award
Favorite
Favorited
Unfavorite
Downloading Autohotkey
First of all, since you don't want to sit on the PC and spam spacebar for hours and hours, because your time is valuable, you'll need a tiny software that spams the spacebar key for you without getting tired.

You need to download Autohotkey [www.autohotkey.com] from the website shown in the screenshot below (or just click on the hyperlink). The download and installation take less than a second and you're ready to go.

Creating a Script
Now that you have Autohotkey installed, you can go to your desktop and do the following:

  1. Right click
  2. New
  3. Autohotkey Script


You can rename the file to whatever you'd like to.

Next step is editing the content of the script. Right click on the file and click on Edit script .


You'll see that there's already something written. Just ignore that and add (copypasterino) the following text to the script:

#Persistent SetTimer, PressTheKey, 500 Return PressTheKey: Send, {Space} Return Esc::ExitApp


The "500" after "PressTheKey" stands for 500 milliseconds. It will press the spacebar after every 0.5 seconds. You can adjust that number as you wish.
Running the Script and Idling the Sh-t out of the Game
Now that you became a professional programmer, you're ready to run your piece of art and idle a million pointless points. ( ͡~ ͜ʖ ͡°) pointless points ( ͡~ ͜ʖ ͡°)

  1. Start "Darts and Friends" on 301 mode
  2. Alt+Tab to the Desktop
  3. Right click on your script
  4. Click "Run Script"
  5. Alt+Tab back to the game
  6. Get some snacks, lean back and enjoy the darts show


When it says "Game Over", don't start a new game. All the throws after the "Game Over" notification count aswell to the "Life Time Points". Keep it running as it is.

Success
Congratulations, you have achieved over a million pointless points. Please keep in mind that the achievement doesn't pop up while you're still "playing". You have to go back to the menu.


- "But Mr. Ötzi, now that I'm done idling and don't need the spacebar spams anymore, how am I supposed to terminate the script?"

+ Fear not! Just press the ESC key and the script will stop immediately (therefore the last line "Esc::ExitApp") .

It took me around ~20 hours with these settings. You could also try to set the timer lower if you want and tell me if it works in the comment section down below. Also, I'd appreciate it, if you'd give this guide a thumbs up.

I hope everything was clearly understandable. If not, let me know and I'll try my best to help.

Thanks a lot and have fun!
3 Comments
Vnednek 22 Jan, 2021 @ 8:17pm 
Setting the number to 1 instead of 500 gets around ~100k points per hour, so full completion is around 10 or so hours
Ötzi  [author] 10 Mar, 2020 @ 5:44pm 
Glad to hear that. You're welcome! :elizaheart:
Tsundere Addict 4 Mar, 2020 @ 10:53am 
Worked for me, thanks!