Introduction
Guido Michelino achievement requires you to create 500 pizzas, but if you are playing the game normally, there is no way you’ll end up with that amount. I myself finished the game after creating ~90 pizzas. That’s not even close. Thus, this script was made to make your life easier.
Note that this script is made based on the guide[astats.astats.nl] by Tsukichild[astats.astats.nl].
This script requires you to install AutoHotkey[autohotkey.com].
Based on the AutoHotkey website,
AutoHotkey is a free, open-source scripting language for Windows that allows users to easily create small to complex scripts for all kinds of tasks such as: form fillers, auto-clicking, macros, etc.
This script might or might not require some configuration on your end so you have to install AutoHotkey to use this script.
Lastly, use it at your own risk.
The Script
#MaxThreadsPerHotkey 3PauseLoop{ SleepInterval = 43Click LeftSleep %SleepInterval%Send, {enter down}Sleep %SleepInterval%Send, {enter up}Sleep %SleepInterval%Send, {enter down}Sleep %SleepInterval%Send, {enter up}Sleep %SleepInterval%Send, {enter down}Sleep %SleepInterval%Send, {enter up}Sleep %SleepInterval%} F8::PauseEsc::ExitApp
This script will do these steps in order:
– Left click
– Enter
– Enter
– Enter
Modify SleepInterval value as you see fit. Lower it to make the script faster, increase it to make it slower.
Utilizing the Script
Press F8 to toggle the script on or off and Escape to close the script.
– Open the pizza creator interface, or Bakery, as the game calls it.
– Hover your mouse on the Save button
– Press F8 to start the script
– Wait until you get the achievement
It only took ~30 minutes to get the counter to 500 from ~90. I suggest to leave the script on while eating food or taking a bath.