Skip to content

Releases: Aztilux/7Placer

v1.4.0b

19 Jun 01:50
Compare
Choose a tag to compare

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: v1.4.0a...v1.4.0b

v1.4.0a

18 Jun 22:36
Compare
Choose a tag to compare

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

Full Changelog: v1.3.1a...v1.4.0a

v1.3.1a

16 Jun 13:14
Compare
Choose a tag to compare

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