Zum Inhalt springen
Riot-Bits

Riot-Bits

  • Heim
  • Nachricht
  • Führer
  • Videoanleitungen
  • Klebenotizzettel
  • Missbrauch melden
  • Suchformular umschalten
Faule Galaxie 2

Faule Galaxie 2 Automatisch Clicker -Skript

Veröffentlicht am 04/04/2022 Von darkly77 Keine Kommentare zu Faule Galaxie 2 Automatisch Clicker -Skript
  • Titel: Faule Galaxie 2
  • Veröffentlichungsdatum:
  • Entwickler:
  • Herausgeber:
Information about Lazy Galaxy 2 ist noch unvollständig. Bitte helfen Sie uns dabei, die Details des Spiels auszufüllen Kontaktformular.

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

Anforderungen

Use this script with the free program Autohotkey. You can download Autohotkey from this Verknüpfung.

  • When the script is run, halten [Raum] 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, Ich rief meine an:

LazyGalaxy2–LMB-While-Holding-Space.ahk

Nächste, double-click that new file to start running the script. Bei Erfolg, you’ll see the Autohotkey icon in your system tray (dh. unten rechts, near the clock).

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

#IfWinActive ahk_exe LazyGalaxy2.exe
Space::
    while GetKeyState("Raum","P")
    {
        Schicken {LButton}
		schlafen 10
    }
Return
#IfWinActive

Bonus: Autopress 1

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

Das ist alles, was wir heute dafür teilen Faule Galaxie 2 Führung. Dieser Leitfaden wurde ursprünglich erstellt und geschrieben von darkly77. Für den Fall, dass wir diesen Leitfaden nicht aktualisieren können, Sie können das neueste Update finden, indem Sie diesem folgen Verknüpfung.

Wenn Sie der Meinung sind, dass der Inhalt dieser Website Ihre Rechte verletzt, einschließlich Ihrer geistigen Eigentumsrechte, Bitte kontaktieren Sie uns umgehend über unser Kontaktformular.
Führer Stichworte:Faule Galaxie 2

Beitrags-Navigation

Vorherigen Post: Firestone Idle RPG War Machine Strategy Guide
Nächster Beitrag: Faule Galaxie 2 – Gilden und Ligen Upgrades Guide

Schreibe einen Kommentar Antworten abbrechen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

  • Titel: Faule Galaxie 2
  • Veröffentlichungsdatum:
  • Entwickler:
  • Herausgeber:
Information about Lazy Galaxy 2 ist noch unvollständig. Bitte helfen Sie uns dabei, die Details des Spiels auszufüllen Kontaktformular.

Haftungsausschluss

Alle zitierten Inhalte stammen aus den jeweiligen Quellen. Wenn Sie der Meinung sind, dass wir Ihre Inhalte ohne Erlaubnis verwendet haben, Stellen Sie sicher, dass Sie uns erreichen, wir werden es ernst nehmen.
  • Über uns
  • Kontaktiere uns
  • Datenschutz-Bestimmungen
  • Nutzungsbedingungen

Urheberrechte © © 2025 Riot-Bits.

Bereitgestellt von PressBook News WordPress-Theme