Ampu-Tea
54 valoraciones
Obsessive Tea Drinker. ACHIEVMENT (Auto start/stop script)
Por Camanis
Most easiest way to get achievment "Obsessive Tea Drinker." with simple auto start and stop game script.
2
   
Premio
Favoritos
Favorito
Quitar
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 comentarios
Vilas 21 MAY 2023 a las 6:13 a. m. 
Thank you :stok:
twinbladeArisen 28 ABR 2023 a las 11:09 a. m. 
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 OCT 2022 a las 3:08 p. m. 
It works, thank you :happy_yeti::btlthumbup:
[BLG] Alisa 26 ABR 2021 a las 3:33 a. m. 
كاتيرو, thank you a lot
pelvisgin 4 OCT 2020 a las 2:16 a. m. 
the configuration window stops the game from launching. any help?
24 NOV 2019 a las 6:46 a. m. 
Worked perfectly, thank you.

You can also try with:

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

It's faster.
كاطيرو 2 ABR 2019 a las 6:03 p. m. 
: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 OCT 2018 a las 1:24 p. m. 
Thanks a lot
Camanis  [autor] 9 ENE 2018 a las 10:57 a. m. 
KoeLeiku sure you can copy this if you want.
Li 9 ENE 2018 a las 4:32 a. m. 
Hey,guy.Do you mind if I reprint the post to the bbs?