Skip to content

Instantly share code, notes, and snippets.

@Kambaa
Last active January 26, 2023 08:52
Show Gist options
  • Save Kambaa/6fdbbe462fcd47525f87e7d708e82702 to your computer and use it in GitHub Desktop.
Save Kambaa/6fdbbe462fcd47525f87e7d708e82702 to your computer and use it in GitHub Desktop.
@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