콘텐츠로 건너뛰기
라이엇 비트

라이엇 비트

  • 집
  • 소식
  • 가이드
  • 비디오 가이드
  • 패치 노트
  • 남용 신고
  • 검색 양식 전환

운명 3 BFG Edition – Killing time Achievement Guide

에 게시됨 01/04/2023 에 의해 yuri2 코멘트 없음 ~에 운명 3 BFG Edition – Killing time Achievement Guide
  • 제목: 운명 3 BFG Edition – Killing time Achievement Guide
  • 출시일:
  • 개발자:
  • 발행자:
Information about DOOM 3 BFG Edition – Killing time Achievement Guide is still incomplete. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

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

How to Get the Achievement

Killing time
점수 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! 예를 들어, 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. 하지만 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. 그 다음에, 물론, you need to install it. 좋은, now the script written in the corresponding language can be run on your PC.

그래서, what script do we need to have? It should wait until we start it by pressing a special key (let it be Home). 그 다음에, 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, 집, 디 ; 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("끝") ; 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.

그게 다야! 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.

이것이 오늘 이 가이드에서 공유하는 모든 것입니다.. 이 가이드는 원래 작성자가 작성하고 작성했습니다. yuri2. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.

이 사이트의 콘텐츠가 귀하의 권리를 침해한다고 생각하는 경우, 귀하의 지적 재산권을 포함하여, 문의 양식을 사용하여 즉시 문의하십시오..
가이드

탐색 후

이전 게시물: Hunt Showdown Beginner’s Trap Guide
다음 게시물: How to Fix Home Crashing, 실행 시 충돌, 및 동결 문제

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

  • 제목: 운명 3 BFG Edition – Killing time Achievement Guide
  • 출시일:
  • 개발자:
  • 발행자:
Information about DOOM 3 BFG Edition – Killing time Achievement Guide is still incomplete. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

부인 성명

인용된 모든 콘텐츠는 해당 소스에서 파생됩니다.. 귀하의 콘텐츠를 허가 없이 사용했다고 생각되는 경우, 우리에게 연락하면 진지하게 받아 들일 것입니다..
  • 회사 소개
  • 문의하기
  • 개인 정보 정책
  • 서비스 약관

저작권 © 2025 라이엇 비트.

에 의해 구동 프레스북 뉴스 WordPress 테마