Last active
January 26, 2023 08:52
-
-
Save Kambaa/6fdbbe462fcd47525f87e7d708e82702 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off; | |
title OTP FETCHER | |
cd "C:\LDPlayer\LDPlayer9\" | |
###echo "Launching FileManager on first device on LDMultiPlayer9(index 0), macro defined in LDplayer will run and copy the OTP" | |
ldconsole.exe launchex --index 0 --packagename com.google.android.apps.authenticator2 | |
## wait for 15 seconds | |
timeout /t 15 /nobreak > NUL | |
## shuts down all LDPlayer instances | |
ldconsole.exe quitall | |
break; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment