Ampu-Tea

Ampu-Tea

54 arvostelua
Obsessive Tea Drinker. ACHIEVMENT (Auto start/stop script)
Tekijältä Camanis
Most easiest way to get achievment "Obsessive Tea Drinker." with simple auto start and stop game script.
2
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Easy auto script

Works great on Windows 7 and 8 (Don't know about XP or older versions)



Just create 2 New Text Document files on your desktop.
In 1st of them copy and paste this code:

:repeat start "" "steam://rungameid/289090" timeout /t 4 wscript %CSIDL_DEFAULT_DESKTOP%"amputea.vbs" timeout /t 3 taskkill /f /t /im "AmpuTea.exe" timeout /t 1 goto :repeat

After you copied this code, press File --> Save As and in File Name write "start.bat"
Save as type change to All Files.



In the 2nd file copy and paste this:

Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.AppActivate "AmpuTea.exe" WshShell.SendKeys "{ENTER}" WshShell.SendKeys "^s"

And Save it As amputea.vbs
Also Save as type switch to All Files.


And finaly you got auto start and stop script. Simply open your first saved file (start.bat)
Go to kitchen and make some cup of tea while your PC is restarting game automaticly :D

Enjoy your Obsessive Tea Drinker. ACHIEVMENT!

To close this script simply close that black CMD window.
31 kommenttia
Vilas 21.5.2023 klo 6.13 
Thank you :stok:
twinbladeArisen 28.4.2023 klo 11.09 
Nice one!

I've made a couple slight improvements to the batch script:

1) Will only launch a set number of times (change value of launchesRemaining)
2) Reports the number of launches remaining
3) Calls you a nerd

---


@echo off

set/A launchesRemaining = 393

:repeat
cls
echo Welcome to the Unofficial AmpuTea ReLauncher
echo Launches Remaining: %launchesRemaining%

start "" "F:\Games\STEAM\steamapps\common\Ampu-Tea\AmpuTea.exe"
timeout /t 1 >nul 2>&1
wscript "%CD%\littlehelper.vbs"
timeout /t 1 >nul 2>&1
taskkill /f /t /im "AmpuTea.exe" >nul 2>&1
set/A launchesRemaining = %launchesRemaining% - 1

if %launchesRemaining% GTR 0 goto repeat

echo Congratulations for being a nerd!

pause
Windmill 5.10.2022 klo 15.08 
It works, thank you :happy_yeti::btlthumbup:
[BLG] Alisa 26.4.2021 klo 3.33 
كاتيرو, thank you a lot
pelvisgin 4.10.2020 klo 2.16 
the configuration window stops the game from launching. any help?
24.11.2019 klo 6.46 
Worked perfectly, thank you.

You can also try with:

timeout /t 3
timeout /t 1
timeout /t 1

It's faster.
كاطيرو 2.4.2019 klo 18.03 
:repeat
start "" "steam://rungameid/289090"
timeout /t 3
wscript %CSIDL_DEFAULT_DESKTOP%"amputea.vbs"
timeout /t 2
taskkill /f /t /im "AmpuTea.exe"
timeout /t 1
goto :repeat
Jhon 5.10.2018 klo 13.24 
Thanks a lot
Camanis  [tekijä] 9.1.2018 klo 10.57 
KoeLeiku sure you can copy this if you want.
Li 9.1.2018 klo 4.32 
Hey,guy.Do you mind if I reprint the post to the bbs?