Anno 1602 - Programm für Spielgeschwdgk. (* Anno 1701 / 1503 / 1602)

Anno 1602 - Programm für Spielgeschwdgk. (* Anno 1701 / 1503 / 1602)

Hi,

kleines Programm, dass in regelmäßigem Abstand die Spielgeschwindikeit mittels SHIFT+F8 automatisch auf der höchsten hält. Ganz hilfreich wenns in der Siedlung dauernd brennt etc.

Also mein Antivir meckert was von Autoit troj. oder so, ist aber normal wegen des UPX packers.

http://rapidshare.com/files/67472924/AnnoSpeeder.exe.html

Sourcecode:

func speed()
while 1
sleep(50)
send("{lshift down}")
send("{F8 down}")
send("{lshift up}")
send("{F8 up}")
wend
EndFunc

func normal()
while 1
Sleep(50)
WEnd
EndFunc

hotkeyset("{F9}", "speed")
hotkeyset("{f8}","normal")

while 1
sleep(50)
wend
is schon ein alter hut, gibt es schon seit zwei jahren.

http://www.annopool.de/deutsch/comment.php?dlid=423
Ahso, wusste ich nicht, hab noch nie was online für anno nachgeschaut ;)
Logge dich ein um einen Beitrag zu schreiben.