This guide will show you the script that you can use for auto-clicking in Lazy Galaxy 2.
要件
Use this script with the free program Autohotkey. You can download Autohotkey from this リンク.
- When the script is run, 所有 [空間] to automatically click at a very rapid pace.
Works best with the Scavenger guild. Can also be used to collect health packs in battle a bit faster (hold space and hover over them)
Autoclicker Script
To use this, copy and paste it into a file with the extension .ahk. You can name it whatever you like, I called mine:
LazyGalaxy2–LMB-While-Holding-Space.ahk
次, double-click that new file to start running the script. 成功した場合, you’ll see the Autohotkey icon in your system tray (つまり. in the bottom right, near the clock).
The script is only run while Lazy Galaxy 2 is in focus.
#IfWinActive ahk_exe LazyGalaxy2.exe Space:: while GetKeyState("空間","P") { 送信 {LButton} 寝る 10 } Return #IfWinActive
ボーナス: Autopress 1
Here’s a bonus script. Holding [タブ] during a battle will press the [1] key repeatedly. It’s meant for auto-firing your special weapons, so make sure you have the ship with the special you want to use at the top of your hanger.
It’s a bit redundant since an ascension upgrade offers something similar, but with the upgrade you have to keep pressing the number key for it to trigger again, and holding shift may be a bit cumbersome for some people.
Usage is the same as above. I named my file:
LazyGalaxy2–1-While-Holding-Tab.ahk
#IfWinActive ahk_exe LazyGalaxy2.exe Tab:: while GetKeyState("タブ","P") { 送信 {1} 寝る 10 } Return #IfWinActive
これが今日私たちがこの目的で共有するすべてです レイジーギャラクシー 2 ガイド. このガイドは元々、次の者によって作成および執筆されました。 darkly77. このガイドを更新できなかった場合, これに従って最新のアップデートを見つけることができます リンク.