Skip to content

Instantly share code, notes, and snippets.

@truefedex
Created June 22, 2024 08:56
Show Gist options
  • Save truefedex/96f331e0f67a3b1399f6d815684f15db to your computer and use it in GitHub Desktop.
Save truefedex/96f331e0f67a3b1399f6d815684f15db to your computer and use it in GitHub Desktop.
Simple Android clicker on python
import os
for i in range(5000):
os.system("adb shell input tap 600 1600")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment