7Placer

typescript pixelplace.io bot

这些是代码更新过的版本。 显示所有版本

  • v1.6.2 2025-03-24 Imported from URL
  • v1.6 2025-02-25 Imported from URL
  • v1.5 2025-02-23 Imported from URL
  • v1.4.1a 2024-11-17

    **Full Changelog**: https://github.com/Aztilux/7Placer/compare/v1.4.0b...v1.4.1a

    * Added new colors for the pixelplace update.

  • v1.4.0b 2024-06-19

    ### Queue:
    - `PlacePixel()` is now an async method. *(Now actually, I couldn't decide how to do it.)*
    - Queue awaits `PlacePixel()` instead of looping till PlacePixel returns true.
    - Added static method `findAvailableBot()`. This will return the first bot that is off cooldown.
    ### Other:
    - Added `resolveJsonModule` to tsconfig to allow importing JSON into the project.
    - 7Placer now `console.logs()` the active version of the script.

    **Full Changelog**: https://github.com/Aztilux/7Placer/compare/v1.4.0a...v1.4.0b

  • v1.4.0a 2024-06-18

    @everyone Hello I clean code!!
    # 7Placer v1.4.0a
    ### Multibot:
    - `LocalAccounts` changed from array to map.
    - Removed `multibot()` command, replaced by` connect()` and `disconnect()` // To connect all just put 'all' in the argument.
    - Reworked most of `commands.ts`
    ### Bot:
    - All functions will now use bot.username instead of bot.generalinfo.user.name.
    - Reworked `Bot.ts`, class `Bot` is now the superclass of `Client` and `WSBot` classes.
    - Subclass `WSBot` requries `auth` and `username` (username saved in LocalAccounts)
    ### Queue:
    - `PlacePixel()` is now async. (no longer returns false)
    - Added new global variable `seven.order`.
    - Added `order()` static method to `Queue` based on `seven.order`.
    ### GUI:
    - Custom canvas now blinks for easier visibility.
    - Renamed `css.ts` to `style.ts`.
    - Moved custom canvas css from `./canvas/canvas.ts` to `./css/style.ts`
    ### Other:
    - On websocket close, `Bot.botIndex` will go down by 1.
    ### Bug Fixes:
    - While attempting to start a bot with an invalid auth, it no longer thinks the user is 'Guest'.

    Update link:
    https://github.com/Aztilux/7Placer/releases/tag/v1.4.0a

  • vv1.3.1a 2024-06-16

    7Placer v1.3.1a

    Multibot:

    • Multibot now checks if the account is already connected.
    • Changed command seven.multiBot() to seven.multibot()
    • LocalAccounts now includes the username too.
    • Updated saveAuth() for the username, new required arguments are: (username, authId, authkey, authToken)
    • changed function name setAccount() to saveAccount().
    • updated deleteAccount() to be able to delete with username, args: (username (ex. azti) or array index (ex. 1) ### Other:
    • Removed unnecessary logging.
    • Changed HackTimer import from Github to GreasyFork so it can be uploaded. ### Bug Fixes:
    • Multibot no longer returns error when connecting while botting.
    • Queue now prevents from botting while the canvas is still processing.

    Full Changelog: https://github.com/Aztilux/7Placer/commits/v1.3.1a

  • v1.0 2024-06-16

QingJ © 2025

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