7Placer+

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

作者
SamaelWired
日安装量
1
总安装量
30
评分
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).

Features

  • Fixed the issue of writing over the ocean.
  • Added a border-drawing feature.
  • Fixed color skipping issues.
  • Upcoming feature: Flood fill capability.

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

Global Variables


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

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.

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址