Skip to content

Felipefury/pxspace-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pxspace bot

Discord

Support the Project

Donate with Bitcoin: 1ADioYCgDZm4w4seNi2BmESjRtL4VqRokx Or QR Bitcoin addresss
Or with PayPal: contact me


Installation and Configuration

  1. Install Node.js
  2. Download and extract the repository to your pc.
  3. Click on install.bat (it'll auto close, if it doesn't close after few minutes, restart it).
  4. Geting your id and secrect code:
    • go to https://pxspace.herokuapp.com/
    • press F12 or Ctrl + Shift + i
    • open console tab
    • paste the line localStorage.user.split(',') and press Enter
    • copy output and paste in config.json, like this:

config example

Usage

  1. drop the .png images in the bot folder: template example 2.1 v3.0 Image name must match: QUEUE_X_Y_STRATEGY_TIMELAPSETIMER, Example: 0_-30_70_LUF_120 (strategy and timer is optional, timelapse timer in seconds)
    2.2 v2.0 templates are configurable by cmd
  2. Click on run.bat (it'll open a window), enjoy xD

Strategies

  • Linear

    • LUL top left to top right, chess mode use LULCH
    • LUB top left to bottom left, chess mode use LUBCH
    • LBR bottom right to bottom left, chess mode use LBRCH
    • LBU bottom right to top right, chess mode use LBUCH
    • JMP jump a few pixels.
  • Random

    • RDM paint random pixels.
  • Radial

    • RAD expands from center creating a circle, chess mode use RADCH
    • RADOT outside to the center, chess mode use RADOTCH
    • RADTL expands from top left creating a circle.
    • RADTR expands from top right creating a circle.
    • RADBL expands from bottom left creating a circle.
    • RADBR expands from bottom right creating a circle.
  • additional

    • add # at the end of your strategy to paint only pixels that have already been painted (if color ≠ 0 ), example LULCH#
    • add $ at the end of your strategy to paint only pixels that were NOT painted (if color = 0 ), example RAD$

corrections and suggestions

  • Fix y 0 line bug
  • Connect more than one account in the bot (a possible update make this impossible)
  • More information in the log (press "b" or "n" for more information)
  • More strategies

Todo

difference folder, this folder shows the wrong pixels of a template compared to the game