Skip to content
Riot Bits

Riot Bits

  • Home
  • News
  • Guides
  • Video Guides
  • Patch Notes
  • Report Abuse
  • Toggle search form

DOOM 3 BFG Edition – Killing time Achievement Guide

Posted on 01/04/2023 By yuri2 No Comments on DOOM 3 BFG Edition – Killing time Achievement Guide
  • Title: DOOM 3 BFG Edition – Killing time Achievement Guide
  • Release Date:
  • Developer:
  • Publisher:
Information about DOOM 3 BFG Edition – Killing time Achievement Guide is still incomplete. Please help us fill the details of the game using this contact form.

How not to break your mouse while unlocking the DOOM 3 BFG Edition achievement called “Killing time”.

How to Get the Achievement

Killing time
Score 25000 on Super Turbo Turkey Puncher 3 in DOOM 3 or RoE

Do you know what macros are? It’s time to learn it because macroses can make your life much easier. How much-routined tasks in your computer work could be done without effort if you make them work automatically! For example, unlock one very boring routine achievement in Doom 3.

The goal is simple to say: just punch the chicken, and you’ll receive the points. But 250000? Try to calculate the necessary time and necessary counts of the left mouse button clicking yourself. It would be much easier if we had the script which is simulating clicking this by itself.

I prefer AutoHotkey. It’s free and open-source, so you can easily go to Auto Hotkeys and download it. Then, of course, you need to install it. Good, now the script written in the corresponding language can be run on your PC.

So, what script do we need to have? It should wait until we start it by pressing a special key (let it be Home). Then, it should simulate the left mouse button pressing until another special key (let it be End) is pressed, then stop working.

So we will get something like this:

KeyWait, Home, D ; first we are waiting for Home key pressed
Loop ; and then we start the loop
{
send, {LButton} ; we simulate left mouse button pressing
sleep, 100 ; and do it each 100 miliseconds
if GetKeyState("End") ; but if End key was pressing
break ; we will stop the script working
}

Save this text in any file with .ahk extension, then run it.

Run the game, load the first level and come to the slot machine, it’s in the dining room. Move the cursor to the turkey and start the script by pressing the Home key. The punching will start automatically, and you can leave your game place to make a break for yourself. When the necessary points will be achieved and “Killing time” will be unlocked, just stop the script with the End key.

That’s it! Scripting is easy and useful. When you master this toolkit, you will be able to automate lots of other computer tasks, more serious than unlocking an achievement in the game.

That's everything we are sharing today for this guide. This guide was originally created and written by yuri2. In case we fail to update this guide, you can find the latest update by following this link.

If you believe that any of the content on this site violates your rights, including your intellectual property rights, please contact us immediately using our contact form.
Guides

Post navigation

Previous Post: Hunt Showdown Beginner’s Trap Guide
Next Post: How to Fix Home Crashing, Crash at Launch, and Freezing Issues

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Title: DOOM 3 BFG Edition – Killing time Achievement Guide
  • Release Date:
  • Developer:
  • Publisher:
Information about DOOM 3 BFG Edition – Killing time Achievement Guide is still incomplete. Please help us fill the details of the game using this contact form.

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2025 Riot Bits.

Powered by PressBook News WordPress theme