Ga naar de inhoud
Rel-bits

Rel-bits

  • Thuis
  • Nieuws
  • Gidsen
  • Videogidsen
  • Patch-opmerkingen
  • Misbruik melden
  • Toggle zoekformulier
Lazy Galaxy 2

Lazy Galaxy 2 Auto Clicker Script

Geplaatst op 04/04/2022 Deur darkly77 Geen reacties op Lazy Galaxy 2 Auto Clicker Script
  • Titel: Lazy Galaxy 2
  • Releasedatum:
  • Ontwikkelaar:
  • Uitgever:
Information about Lazy Galaxy 2 is nog steeds onvolledig. Help ons alstublieft de details van het spel hiermee in te vullen contactformulier.

This guide will show you the script that you can use for auto-clicking in Lazy Galaxy 2.

Vereisten

Use this script with the free program Autohotkey. You can download Autohotkey from this link.

  • When the script is run, uitstel [ruimte] 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

Volgende, double-click that new file to start running the script. If successful, you’ll see the Autohotkey icon in your system tray (ie. rechtsonder, near the clock).

The script is only run while Lazy Galaxy 2 is in focus.

#IfWinActive ahk_exe LazyGalaxy2.exe
Space::
    while GetKeyState("Ruimte","P")
    {
        Send {LButton}
		sleep 10
    }
Return
#IfWinActive

Bonus: Autopress 1

Here’s a bonus script. Holding [Lab] 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("Lab","P")
    {
        Send {1}
		sleep 10
    }
Return
#IfWinActive

Dat is alles wat we vandaag hiervoor delen Lazy Galaxy 2 gids. Deze handleiding is oorspronkelijk gemaakt en geschreven door darkly77. Voor het geval we er niet in slagen deze handleiding bij te werken, U kunt de laatste update vinden door dit te volgen link.

Als u van mening bent dat de inhoud van deze site uw rechten schendt, inclusief uw intellectuele eigendomsrechten, neem dan direct contact met ons op via ons contactformulier.
Gidsen Labels:Lazy Galaxy 2

Bericht navigatie

Vorig bericht: Firestone Idle RPG War Machine Strategy Guide
Volgende bericht: Lazy Galaxy 2 – Guilds and Leagues Upgrades Guide

Geef een reactie Reactie annuleren

Je e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *

  • Titel: Lazy Galaxy 2
  • Releasedatum:
  • Ontwikkelaar:
  • Uitgever:
Information about Lazy Galaxy 2 is nog steeds onvolledig. Help ons alstublieft de details van het spel hiermee in te vullen contactformulier.

Vrijwaring

Alle geciteerde inhoud is afgeleid van hun respectieve bronnen. Als u denkt dat wij uw inhoud zonder toestemming hebben gebruikt, Zorg ervoor dat u ons bereikt en wij zullen het serieus nemen.
  • Over ons
  • Neem contact met ons op
  • Privacybeleid
  • Servicevoorwaarden

Auteursrecht © 2025 Rel-bits.

Aangedreven door PersBoek Nieuws WordPress thema