Install Steam						
					
				
				
									login
											 | 
						language
						
																																					简体中文 (Simplified Chinese)
																													繁體中文 (Traditional Chinese)
																													日本語 (Japanese)
																													한국어 (Korean)
																													ไทย (Thai)
																													Български (Bulgarian)
																													Čeština (Czech)
																													Dansk (Danish)
																													Deutsch (German)
																																							Español - España (Spanish - Spain)
																													Español - Latinoamérica (Spanish - Latin America)
																													Ελληνικά (Greek)
																													Français (French)
																													Italiano (Italian)
																													Bahasa Indonesia (Indonesian)
																													Magyar (Hungarian)
																													Nederlands (Dutch)
																													Norsk (Norwegian)
																													Polski (Polish)
																													Português (Portuguese - Portugal)
																													Português - Brasil (Portuguese - Brazil)
																													Română (Romanian)
																													Русский (Russian)
																													Suomi (Finnish)
																													Svenska (Swedish)
																													Türkçe (Turkish)
																													Tiếng Việt (Vietnamese)
																													Українська (Ukrainian)
																									Report a translation problem
							
						
 
											 
													

 
						

 
			 
						





=================================================================================
#Requires AutoHotkey v2.0
k::Run "<ExePath>\Zombie.exe"
Compile with AutoHotkey Dash :
=========================
This will generate by default in your script path the executable RunZombie.exe
Launch the RunZombie.exe and press K key on the sunflower you want to gather 5 times
Other tool to use the Michanicks's macro without russian tool for windows :
=========================================================
https://www.autohotkey.com/
Create a script Zombie.ahk with the following code (5 bungee zombie) :
======================================================
#Requires AutoHotkey v2.0
MouseGetPos &VarXMouse, &VarYMouse
MouseClick "left", 310, 34
MouseClick "left", VarXMouse, VarYMouse
Sleep 50
MouseClick "left", 310, 34
MouseClick "left", VarXMouse, VarYMouse
Sleep 50
MouseClick "left", 310, 34
MouseClick "left", VarXMouse, VarYMouse
Sleep 50
MouseClick "left", 310, 34
MouseClick "left", VarXMouse, VarYMouse
Sleep 50
MouseClick "left", 310, 34
MouseClick "left", VarXMouse, VarYMouse
Compile with AutoHotkey Dash :
=========================
This will install the Ahk2Exe (to convert script to EXE) and generate by default in your script path the executable Zombie.exe
If it will not work, then i don't know.