Ir para o conteúdo
Riot Bits

Riot Bits

  • Lar
  • Notícias
  • Guias
  • Guias de vídeo
  • Notas do Patch
  • Denunciar abuso
  • Alternar formulário de pesquisa
Galaxia preguiçosa 2

Galaxia preguiçosa 2 Script de cliques automáticos

postado em 04/04/2022 Por darkly77 Sem comentários em Galaxia preguiçosa 2 Script de cliques automáticos
  • Título: Galaxia preguiçosa 2
  • Data de lançamento:
  • Desenvolvedor:
  • Editor:
Information about Lazy Galaxy 2 ainda está incompleto. Por favor, ajude-nos a preencher os detalhes do jogo usando este formulário de contato.

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 link.

  • When the script is run, segurar [espaço] 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. Se for bem sucedido, you’ll see the Autohotkey icon in your system tray (ou seja. 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("Espaço","P")
    {
        Enviar {LButton}
		dormir 10
    }
Return
#IfWinActive

Bônus: Autopress 1

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

Isso é tudo o que estamos compartilhando hoje para isso Galaxia preguiçosa 2 guia. Este guia foi originalmente criado e escrito por darkly77. Caso não atualizemos este guia, você pode encontrar a atualização mais recente seguindo este link.

Se você acredita que algum conteúdo deste site viola seus direitos, incluindo seus direitos de propriedade intelectual, entre em contato conosco imediatamente usando nosso formulário de contato.
Guias Tag:Galaxia preguiçosa 2

Navegação de artigos

Postagem anterior: Guia de estratégia de máquinas de guerra de RPG de Firestone RPG
próxima postagem: Galaxia preguiçosa 2 – Guia guildas e ligas de atualizações

Deixe um comentário Cancelar resposta

O seu endereço de email não será publicado. Campos obrigatórios marcados com *

  • Título: Galaxia preguiçosa 2
  • Data de lançamento:
  • Desenvolvedor:
  • Editor:
Information about Lazy Galaxy 2 ainda está incompleto. Por favor, ajude-nos a preencher os detalhes do jogo usando este formulário de contato.

Isenção de responsabilidade

Todo o conteúdo citado é derivado de suas respectivas fontes. Se você acha que usamos seu conteúdo sem permissão, certifique-se de entrar em contato conosco e levaremos isso a sério.
  • Sobre nós
  • Contate-nos
  • política de Privacidade
  • Termos de serviço

direito autoral © 2025 Riot Bits.

Distribuído por PressBook Notícias tema WordPress