您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Pixel place.io bot - an advanced bot that includes image botting, painting, and account management features. (Border drawing feature added)
当前为
Pixelplace.io websocket userscript written in TypeScript using trim21's webpack userscript template.
Made by Azti with love. If you want to create your own version, visit the GitHub.
This script automates pixel placement on Pixelplace.io and comes with a variety of features designed to streamline your workflow.
To execute commands or change variables, open the developer console (F12 or CTRL+SHIFT+I) and type
seven.commandhere()
. Make sure to be in the top JavaScript context (select the top frame from the dropdown at the top left of the console).
getAuth()
- Returns the authentication details of the currently logged-in account.saveAuth(username, authId, authKey, authToken)
- Saves the account authentication details and username provided as arguments.saveAccount()
- Automatically saves the currently logged-in account.deleteAccount(username or index)
- Deletes the account using either the username or its index in the accounts list.connect(username or 'all')
- Connects bots to the websocket for multibot operations.disconnect(username or 'all')
- Disconnects bots from the websocket for multibot operations.bots
: [] - Array of active bots (typically always contains the client bot).pixelspeed
: 21 - Time in milliseconds between placing one pixel and the next.queue
: [] - Queue of pixels waiting to be placed.inprogress
: false - Boolean flag indicating if the queue is currently being processed.protect
: false - Enables pixel protection within the queue.tickspeed
: 1000 - Interval in milliseconds used for lag prevention in continuous loops (lower values reduce lag).order
: 'fromCenter' - Sorting method for pixel placement. Options include 'rand', 'colors', 'vertical', 'horizontal', and 'circle' (invalid values default to 'circle').
Azti - main development
Special thanks:
• @0vc4 - PPClient's drop area style
• @Symmetry - Fixed ping.alive
• @Turuslan - Hacktimer
Rest of the credits are available on GitHub.
Script reworked by SamaelWired.