Todas as teconologias no Hearts of Iron 2


- Criar um arquivo texto com a extensão .ahk contendo o código abaixo
- Rodar o AutoHotKey 
- Entrar no HOI2, pressionar F12 e em seguida WINDOWS+S

Segue o código abaixo:


#s::
SetKeyDelay, 25

;Infantry: 1010 - 1360
x = 1010
while x<=1360
{
Send tech %x% ITA{Enter}
x :=x+10
}

;Armor and Artillery: 2010 - 2540
x = 2010
while x<=2540
{
Send tech %x% ITA{Enter}
x :=x+10
}

;Naval: 3010 - 3450
x = 3010
while x<=3450
{
Send tech %x% ITA{Enter}
x :=x+10
}

;Aircraft: 4010 - 4280
x = 4010
while x<=4280
{
Send tech %x% ITA{Enter}
x :=x+10
}

;Industry: 5010 - 5590
x = 5010
while x<=5590
{
Send tech %x% ITA{Enter}
x :=x+10
}

;Land Doctrine: 6010 - 6370
x = 6010
while x<=6370
{
Send tech %x% ITA{Enter}
x :=x+10
}

;Secret Weapons: 7010 - 7290
x = 7010
while x<=7290
{
Send tech %x% ITA{Enter}
x :=x+10
}

;Naval Doctrine: 8010 - 8360
x = 8010
while x<=8360
{
Send tech %x% ITA{Enter}
x :=x+10
}

;Air Doctrine: 9010 - 9460
x = 9010
while x<=9460
{
Send tech %x% ITA{Enter}
x :=x+10
}

Um comentário:

  1. you write good blogs, thanks for the information also i have a thing o share that is a really cool website which helps in providing name for the babies visit http://www.babynology.com/

    ResponderExcluir