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
It's somewhere around when the sprite of the dude throwing the ball lowers down so the hem of his shirt, or whatever it is, is about the touch the frame of the minigame window.
Also, I think if you bring an ally who can cast healing spells on you, you can slightly extend how long you can play by healing through the exhaustion damage a bit.
if you don't want to cheat or don't want to install autohotkey, you can just google 'metronome'.
; Activate the script with F1
F1::
toggle := true
while toggle {
Click down ; Hold the left mouse button
Sleep 700 ; Hold for 0.70 seconds
Click up ; Release the left mouse button
Sleep 700 ; Pause for 0.70 seconds before repeating
}
return
; Deactivate the script with F2
F2::
toggle := false
return
autohotkey script