2R8 / pxspace-bot

a pxspace bot

Home Page:https://pxspace.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

LUF = LinearUpperLeft
LBR = LinearBottomRigth
RDM = Random pixels
JMP = Jump a few pixels

Todo

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

corrections and suggestions

  • Fix y 0 line bug
  • Connect more than one account in the bot
  • More information in the log

About

a pxspace bot

https://pxspace.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 99.7%Language:Batchfile 0.3%