您需要先安装一个扩展,例如 篡改猴、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. console.log("Fetching auth details...")
saveAuth(username, authId, authKey, authToken)
- Saves the account authentication details and username provided as arguments. console.log("Saving auth for", username)
saveAccount()
- Automatically saves the currently logged-in account. console.log("Saving current account...")
deleteAccount(username or index)
- Deletes the account using either the username or its index in the accounts list. console.log("Deleting account", username || index)
connect(username or 'all')
- Connects bots to the websocket for multibot operations. console.log("Connecting bot(s)...")
disconnect(username or 'all')
- Disconnects bots from the websocket for multibot operations. console.log("Disconnecting bot(s)...")
bots
: [] - Array of active bots (typically always contains the client bot). console.log("Current bot list:", bots)
pixelspeed
: 21 - Time in milliseconds between placing one pixel and the next. console.log("Pixel speed set to:", pixelspeed)
queue
: [] - Queue of pixels waiting to be placed. console.log("Pixel queue:", queue)
inprogress
: false - Boolean flag indicating if the queue is currently being processed. console.log("Processing status:", inprogress)
protect
: false - Enables pixel protection within the queue. console.log("Pixel protection:", protect)
tickspeed
: 1000 - Interval in milliseconds used for lag prevention in continuous loops (lower values reduce lag). console.log("Tick speed set to:", tickspeed)
order
: 'fromCenter' - Sorting method for pixel placement. Options include 'rand', 'colors', 'vertical', 'horizontal', and 'circle' (invalid values default to 'circle'). console.log("Pixel order:", order)
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.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址