7Placer+

Pixel place.io bot - an advanced bot that includes image botting, painting, and account management features. (Border drawing feature added)

目前为 2025-02-09 提交的版本。查看 最新版本

作者
SamaelWired
评分
0 0 0
版本
1.5.0a
创建于
2025-02-09
更新于
2025-02-09
大小
35.3 KB
许可证
暂无
适用于

7Placer Pixelplace.io Bot


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.

Description


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).

Keybinds


  • X - Creates a square. Press once to select Pos1 and press again to select Pos2 (select color normally).

  • Alt + B - Initiates image drop at the specified coordinate.

  • Alt + Y - Creates a border around the selected area.

Commands


  • 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.

Global Variables


  • 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').

Credits


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.