Command video guide
ReTap
Create a script and choose a location during playback. Configure Repeat, Set Coordinates, variable scope, tap timing, and input timeouts.
Watch the walkthrough
Step-by-step guide
Step 01 ReTap lets you choose a tap location while your script is running. Start by expanding the main overlay.
Step 02 Open the three-dot menu. Choose Scripts.
Step 03 Tap New Script. Choose Blank Script to create your script.
Step 04 Select your new script.
Step 05 Open its three-dot menu. Choose Rename.
Step 06 Pick a name for your script and enter it. Then tap OK.
Step 07 Double-tap the script card to open the editor.
Step 08 On the left, expand Actions.
Step 09 Drag ReTap and release on the blue line. Double-tapping appends it to the end instead.
Step 10 Double-tap the command frame to open its options.
Step 11 Use In controls where coordinate output variables are available: This Script Only, or the wider Script Thread. We will keep This Script Only.
Step 12 Switch to Set Coordinates to capture your chosen location into two Integer variables, without sending repeated taps.
Step 13 Enter names for the X and Y output variables. ReTap writes the captured coordinates to those names in your selected scope.
Step 14 In Set Coordinates mode, Timeout limits how long ReTap waits for your input. Enter zero for no timeout.
Step 15 Switch back to Repeat to replay the location you choose during playback.
Step 16 Enter how many times to tap. Here, we enter fifty.
Step 17 Wait sets the pause between taps in milliseconds. Here, we enter fifty milliseconds.
Step 18 Zero is also a valid wait value, but Android is likely to drop some taps at that speed during script playback. Use a small wait for more reliable results.
Step 19 The optional Timeout limits waiting for your chosen location, not the repeated tapping. Here, three thousand milliseconds allows three seconds. Uncheck Timeout to wait without a limit.
Step 20 The repeat count, wait, and timeout fields also accept Integer variables defined earlier in the script.
Step 21 Tap OK to save your settings.
Step 22 When ReTap waits for input, tap the screen location you want it to repeat. If the input timeout expires first, the script continues without those taps.
Step 23 When the script is complete, simply use the Play button in the main overlay.
Step 24 Tap your chosen location. ReTap repeats it using your count and wait settings. This script then stops automatically.