A versatile autoclicker script designed for browser-based games, enabling automatic clicks on specific webpage elements. Compatible with desktop browsers as well as iOS and Android devices.
- Automated Clicks: Continuously simulates clicks on a chosen DOM element.
- Easy Activation/Deactivation: Use a floating control button or keyboard shortcuts to quickly enable or disable the autoclicker.
- Adjustable Intervals: Dynamically change the click frequency to suit your needs.
- Visual Status Indicator: Instantly see whether the autoclicker is active or inactive.
- Multi-Platform Support: Works smoothly on desktop browsers and mobile browsers (iOS and Android).
- Open your preferred browser (Chrome, Firefox, Edge, etc.).
- Navigate to the game where you want to use the autoclicker.
- Open the browser console:
- Windows/Linux:
Ctrl + Shift + J
- macOS:
Cmd + Option + J
- Windows/Linux:
- Paste the script into the console and press Enter.
- Use the floating interface to turn the autoclicker on/off and adjust the interval as needed.
Option 1: Bookmarklet in Safari
- In Safari, create a bookmark for any page.
- Edit the bookmark:
- Rename it to "AutoClicker".
- Replace the URL with the single-line
javascript:
version of the script.
- Open the game in Safari.
- Tap the "AutoClicker" bookmark to run the script.
Option 2: JavaScript Console Apps
- Install an app with a JavaScript console, such as iCab Mobile or Inspect Browser.
- Open the game in the app.
- Paste and execute the
autoclicker.min.js
content in the built-in console.
Option 1: Bookmarklet in Chrome/Firefox
- Create a bookmark for any page (e.g.,
google.com
). - Edit the bookmark:
- Name it "AutoClicker".
- Replace the URL with the single-line
javascript:
version ofautoclicker.min.js
.
- Open the game in your browser.
- Select the "AutoClicker" bookmark to run the script.
Option 2: Browsers with Integrated Consoles
- Install a browser with console support, such as Kiwi Browser (supports Chrome extensions) or Firefox Developer Edition.
- Open the game in that browser.
- Paste and execute
autoclicker.min.js
in the integrated console.
The autoclicker.min.js file provides a compact, mobile-friendly version of the script, suitable for use as a bookmarklet or direct console injection in mobile browsers.
You can find the complete source code here: https://github.com/diegomarty/auto-click-pokecliker
Suggestions and improvements are welcome. Feel free to open an issue or submit a pull request.