Saltar al contenido
Bits antidisturbios

Bits antidisturbios

  • Hogar
  • Noticias
  • Guías
  • Videoguías
  • Notas del parche
  • Reportar abuso
  • Alternar formulario de búsqueda
Galaxia perezosa 2

Galaxia perezosa 2 Secuencia de comandos de clic automático

Publicado el 04/04/2022 Por darkly77 No hay comentarios en Galaxia perezosa 2 Secuencia de comandos de clic automático
  • Título: Galaxia perezosa 2
  • Fecha de lanzamiento:
  • Revelador:
  • Editor:
Information about Lazy Galaxy 2 todavía está incompleto. Por favor ayúdanos a completar los detalles del juego usando esto formulario de contacto.

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

Requisitos

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

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

Próximo, double-click that new file to start running the script. Si tiene éxito, you’ll see the Autohotkey icon in your system tray (es decir. en la parte inferior derecha, near the clock).

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

#IfWinActive ahk_exe LazyGalaxy2.exe
Space::
    while GetKeyState("Espacio","PAG")
    {
        Enviar {LButton}
		dormir 10
    }
Return
#IfWinActive

Prima: Autopress 1

Here’s a bonus script. Tenencia [PESTAÑA] 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("Pestaña","PAG")
    {
        Enviar {1}
		dormir 10
    }
Return
#IfWinActive

Eso es todo lo que estamos compartiendo hoy para este Galaxia perezosa 2 guía. Esta guía fue originalmente creada y escrita por darkly77. En caso de que no actualicemos esta guía, puede encontrar la última actualización siguiendo este enlace.

Si cree que alguno de los contenidos de este sitio viola sus derechos, incluyendo sus derechos de propiedad intelectual, por favor contáctenos inmediatamente usando nuestro formulario de contacto.
Guías Etiquetas:Galaxia perezosa 2

Navegación de entradas

Publicación anterior: Guía de estrategia de Firestone Idle RPG War Machine
Publicación siguiente: Galaxia perezosa 2 – Guía de actualizaciones de gremios y ligas

Deja una respuesta Cancelar la respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *

  • Título: Galaxia perezosa 2
  • Fecha de lanzamiento:
  • Revelador:
  • Editor:
Information about Lazy Galaxy 2 todavía está incompleto. Por favor ayúdanos a completar los detalles del juego usando esto formulario de contacto.

Descargo de responsabilidad

Todo el contenido citado se deriva de sus respectivas fuentes.. Si cree que hemos utilizado su contenido sin permiso, asegúrese de comunicarse con nosotros y lo tomaremos en serio.
  • Sobre nosotros
  • Contáctenos
  • política de privacidad
  • Términos de servicio

Derechos de autor © 2025 Bits antidisturbios.

Funciona con Tema PressBook Noticias para WordPress