appwisp
  • App explorer
  • SDKs insights
  • API
  • Contact
  • About
  • API
  • Github
© 2025 appwisp.com

Perfect Click Autoclicker

com.kolodeev.perfectclick

View detailed information for Perfect Click Autoclicker — ratings, download counts, screenshots, pricing and developer details. See integrated SDKs and related technical data.

Total installs
578.0K(578,047)
Rating
3.3(16 reviews)
Released
January 1, 2021
Last updated
September 13, 2025
Category
Tools
Developer
Valerij Kolodeev
Developer details

Name
Valerij Kolodeev
E-mail
[email protected]
Website
unknown
Country
Ukraine
Address
unknown
Android SDKs

  • Android SDK
  • Google Play Billing
  • Unity Ads
Perfect Click Autoclicker Header - AppWisp.com

Screenshots

Perfect Click Autoclicker Screenshot 1 - AppWisp.com
Perfect Click Autoclicker Screenshot 2 - AppWisp.com
Perfect Click Autoclicker Screenshot 3 - AppWisp.com
Perfect Click Autoclicker Screenshot 4 - AppWisp.com

Description

Features:
• Performing touches, swipes.
• Search for images on the screen.
• Text recognition.
• Determination of the color of pixels.
• Code editor with syntax highlighting.
• Eyedropper.
• Tool for creating templates for images.
• User guide.

Requirements:
- Android 7.0 or higher.
- Overlay on top of other applications.
- Accessibility service.

About using the Accessibility Service:
Attention! This application, for some of its functions, requires permission to use the "Accessibility Service". The "Accessibility Service" is only used when you try to emulate button presses, taps and swipes on your device using this app. For any other purposes, the aforementioned service is not used!

In accordance with the new rules of Google Play, below is a complete and exhaustive list of functions that require the Accessibility Service to work. Every time you call these functions in an application script, it calls the Accessibility Service to emulate the clicks for you. If the accessibility service is not enabled, you will see a corresponding warning.
Here are the prototypes of these functions:
void click(Point);
void click(int, int);
void clickRand(Point, int);
void clickRand(int, int, int);
void press(int, int, int);
voidpress(Point, int);
void swipe(int, int, int, int);
void swipe(Point, Point);
void swipe(int, int, int, int, int);
void swipe(Point, Point, int);
void complexSwipe(Point[], int);
void swipeAndHold(Point, Point, int);
void swipeAndHold(int, int, int, int, int);
void goBack();
void goHome();
void showRecents();
void showPowerDialog();
If none of these functions are used in a script, the autoclicker will not request access to the Accessibility Service.