Pixelplanet fun как убрать таймер
Completing the CAPTCHA proves you are a human and gives you temporary access to the web property.
What can I do to prevent this in the future?
If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware.
If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices.
Another way to prevent getting this page in the future is to use Privacy Pass. You may need to download version 2.0 now from the Chrome Web Store.
Cloudflare Ray ID: 71a9a64b68129a41 • Your IP : 82.102.23.104 • Performance & security by Cloudflare
Topinambur223606 / PixelPlanetTools Goto Github PK
All canvases except moon are supported in bot, all 2D canvases are supported in watcher/visualizer.
You can download executable files here.
Some important stuff
- PixelPlanet recognizes user by IP, so launching multiple bots on same computer / from computers in same LAN would not work.
- Admins allow building botted arts only in Antarctica (however, deep ocean is usually also fine). They are not allowed to use in active map segment. Such botted art are usually deleted or moved to Antarctica.
- Dithering or something similar is not provided in bot, color is picked as closest available; use PixelPlanet converter (in user section) or Photoshop «to web» export to get image for building.
- After mass attack of russian griefers with proxies in 2019, May captcha was introduced at site, so you should deal with it for bot. When bot asks to pass captcha, you should just open site as usual and place any pixel manually.
- Moon canvas is not planned to be available in bot. That canvas is created for veteran users who build with their hands a lot, so it is supposed to be a bot-free area.
- To build EXE by yourself, look here.
- To get help, launch app with help command;
- To get app version, launch it with version command;
- To get updates without running, launch app with checkUpdates command;
- To start app, launch it with run command:
- Parameter order is not important;
- By default logs are saved to %appdata%/PixelPlanetTools/logs/<app name> ;
- Log files are deleted from default log folder if older than one week;
- To specify canvas, use -c or —canvas , possible values: earth , moon , voxel , covid , oneBit ;
- To specify path to your own log file, use —logFilePath (if log file exists, new lines are appended);
- To display debug logs in console (a lot of useless info), specify —showDebug parameter;
- To disable automatic updates before running, specify —disableUpdates parameter.
- Since all apps connect to PixelPlanet server, network related options are common too:
- —proxyAddress — proxy that is used by bot, address includes port, empty by default;
- —proxyUsername — username for connecting to proxy, empty by default, no proxy authorization if not specified;
- —proxyPassword — password for connecting to proxy, empty by default;
- —useMirror — if specified, changes base address to fuckyouarkeros.fun (site mirror);
- —serverUrl — if specified, changes base address to your custom one — for those who deployed their own PixelPlanet copy;
- note that —useMirror and —serverUrl options are not compatible;
Program that builds picture (surprisingly). Besides run (and run3d ) command, it also has sessions command used for logging in.
Run parameters (both regular and 3D modes):
- -d, —defenseMode — makes bot stay opened when picture is finished to provide picture integrity, disabled by default;
- -s, —session — name of already created session to be loaded;
- —captchaTimeout — if specified and greater than zero, bot will wait corresponding amount of time (in seconds) for user to solve captcha instead of waiting for key press;
- —notificationMode — defines bot behaviour when captcha appears, possible values:
- none ;
- sound (default value) — bot beeps every minute;
- browser — bot starts default browser;
- solver — bot opens window that allows you to solve captcha;
- bgSolver — bot opens window that allows you to solve captcha in background — if you don’t want to be bothered;
- soundBrowser — combined sound and browser ;
- soundSolver — combined sound and solver ;
- soundBgSolver — combined sound and bgSolver .
Run parameters (only regular — run ):
- -i, —imagePath — required, URI (URL or path) of image that is built;
- -x, —leftX — required, X coordinate of left picture pixel;
- -y, —topY — required, Y coordinate of top picture pixel;
- —placingOrder — determines pixels priority for bot;
- —brightnessMaskPath — brightness mask for mask placing modes, should be of same size as image that is being built; the brighter is pixel at mask, the earlier corresponding pixel is placed. 16-bit color is supported for this option;
Run parameters (only 3D — run3d ):
- -i, —imagePath — required, URI (URL or path) of Sproxel PNG exported image that is built;
- -t, —templatePath — required, URI (URL or path) of Sproxel CSV exported template that is built;
- -x, —minX — required, X coordinate of template min-X border;
- -y, —minY — required, Y coordinate of template min-Y border;
- -z, —bottomZ — Z coordinate (height) of bottom voxel, 0 by default;
- —placingOrder — determines voxels priority for bot; Note that only one of image and template options is needed, bot will refuse to launch if both are present.
- -a, —add — if specified, new session is created, username and password are required, session name is optional (default — PixelPlanet user name);
- -r, —remove — if specified, existing session is logged out and deleted, session name is required;
- -u, —username — username or email for logging in;
- -p, —password — password for logging in;
- -s, —session — custom name for new session or name of session to be deleted, depending on context;
- -l, —list — if specified and other operations do not cause error (or are absent), all existing session names are printed before exit;
- bot.exe run -x 123 -y 456 -i image.png — basic usage, image.png should be located in same folder with bot executable.
- bot.exe run —useMirror —imagePath http://imagehosting.example/image.png —leftX -123 -d —topY -456 —logFilePath D:\myLogs\bot.log —captchaTimeout 30
- bot.exe run —notificationMode soundBgSolver —proxyAddress 1.2.3.4:5678 -i «relative path\with spaces\in double\quotes.png» —defenseMode —placingOrder left -x 123 -y 456 —disableUpdates
- bot.exe sessions —list -a -u «[email protected]» -p «password» -s mySession
- bot.exe run3d -s mySession -i template.csv -x 123 -y 456 -z 10 —placingOrder topAscX
- Fully transparent parts of image are ignored at regular (2D) canvases and are cleaned in 3D;
- Short guidelines how to create 3D templates: here;
- All possible 2D placing modes are listed here;
- All possible 3D placing modes are listed here;
- If account is required to build on canvas, session is required to build there using bot;
- Default canvas is voxel for 3D mode, so you don’t have to specify it (unless PixelPlanet dev adds new 3D canvas);
- PixelPlanet and Sproxel show height as second coordinate (Y), but it is third (Z) for bot.
Program that logs updates in given rectangle to the binary file.
- -l, —leftX — required, X coordinate of left rectangle boundary;
- -r, —rightX — required, X coordinate of right rectangle boundary;
- -t, —topY — required, Y coordinate of top rectangle boundary;
- -b, —bottomY — required, Y coordinate of bottom rectangle boundary;
- —useMirror — if specified, changes base address to fuckyouarkeros.fun (site mirror);
- —serverUrl — if specified, changes base address to your custom one — for those who deployed their own PixelPlanet copy;
- Changes are written to the file every minute.
- When closing with Ctrl+C, changes are also written to the file.
- DO NOT close app with X button if you do not want to lose pixels placed after last save.
Program that creates image sequence from files created by Watcher.
- -f, —fileName — required, path (relative/absolute) to file that is visualized;
- —oldRecordFile — enables old format mode (if file was recorded with version older than 2.0);
Used things (software, libraries, etc)
- Original idea based on woyken/pixelplanet.fun-bot
- Direct references — Command Line Parser Library, SixLabors.ImageSharp, Newtonsoft.Json
- Slightly modified websocket-sharp and its fork as external 3D template editor
PixelPlanetTools’s People
Contributors
Stargazers
Watchers
Forkers
PixelPlanetTools’s Issues
mute mode
its simple
—notificationMode mute is only text, no sound, nothing elseEdit: and it’s a New feature request not a bug
Does not run for long
When I start the app, it runs for a fraction of a second then closes automatically. I am running the PixelPlanetBot.exe file from the latest release.
Problem with RecordVisualizer

I tried to convert a huge area into an image.
PixelPlanet
Not work remove session
PixelPlanetBot.exe sessions -r DarkPix
error: Session name to remove should be specifiedWill be the API problem fixed?
Bot problem
He asks to pass the captcha, even when it is passed.
Log file: a.txtMaybe create bot for 3D canvas?
Endless reconnect since 2/8/21
Working one second, then not. Not working since then, or about 24 hours now.
with debug turned on:
17:54:30.161 [TECHSTATE] Connecting via websocket.
17:54:30.318 [DEBUG] T1 | Websocket log message: , Not a WebSocket handshake response.
17:54:30.319 [DEBUG] T1 | WebSocket_OnClose(): start
17:54:30.319 [DEBUG] T1 | WebSocket_OnClose(): invoking OnConnectionLost
17:54:30.319 [ERROR] Websocket connection closed, trying to reconnect.Problem with RecordVisualizer

problem with bot

New placing way
Hi,
I would like to know if it would be possible to improve the ways of placing a pixel ?For example, when you set the bot to «top», he is placing pixels each line by each line, but randomly on that line. I would like a placing which for example place a pixel line by line but from left to right or right to left, like when you are placing pixels from your phone and you do lines.
Thanks for your response.
Disable [PIXELINFO] and [ASSIST]
How can I disable [PIXELINFO] and [ASSIST] updates?
Hi, have some way to traduce the bot? i already modified the archives on the bot but, the bot still english language.
How use proxy?
i place my ip and port and this not connect ._.
No se abre el archivo ejecutable y no se como abrir el zip
al abrir el archivo ejecutable PixelPlanetBot.exe se abre el cmd y al instante se cierra
PD: soy nuevo en esto[ERROR] Websocket connection closed, trying to reconnect when running bot via torsocks on Ubuntu
Okay. It is possible to run bot using mono on Ubuntu 18.04.1 (WSL on Windows 10) and it’s working fine but . When I trying to run it via tor using torsocks I got error message in terminal: [ERROR] Websocket connection closed, trying to reconnect.
I configured torrc exactly right. Because sometimes I use tor as a system SOCKS proxy.
I also opened the tor socks listener port for public (I have public IP address) but it wasn’t have effect.
Steps to reproduce on Ubuntu 18.04:
- Install mono-complete https://www.mono-project.com/download/stable/#download-lin
- run mono PixelPlanetBot.exe run etc.
- sudo apt-get install tor
- run tor or sudo service tor start in terminal
- sudo apt-get install torsocks
- torsocks mono PixelPlanetBot.exe run etc.
Also I have experienced same issue in Whonix OS. The Whonix OS force all outgoing traffic through the Tor anonymity network by design.
Steps to reproduce on Whonix OS:
- sudo apt install mono-complete
- just run mono PixelPlanetBot.exe run etc.


Connection issues
When my friend was using the bot it started giving out the error for a slow connection. They ran a speed test and no issues. The bot was restarted multiple times and the page was reloaded as well. Is there a fix to this or is it a glitch?
maybe somehow auto-complete captcha using https://github.com/dessant/buster ??
problem with pixelwatcher

I use that command
PixelPlanetWatcher.exe 22768 -19655 32767 -9656 logFileName2.txtInfinite reconnect
Bot was working when internet provider disabled internet due to some their preventive work. Since then bot can’t connect with websockets to pixeplanet. Before that I draw like 300k pixels, so it definitely works. After connection restored, bot still can’t connect, tried to restart bot, tried to reboot PC and router. Captcha is solved. If I enter pixelplanet site I can sucessfully place pixels, no matter if its simple chrome or incognito, no troubles here. Also downloaded last version of .exe file for drawing, doesn’t solve the problem. Not sure if it’s some coincidance or it really has trouble connecting after interned disconnection because of provider.
Assist being considered attack
I’ve been building some images around the map, but tried to build one with a friend using the bot. We are using the same coordinates and image, but for some reason his pixels are considered attacks
Bot refuses to use proxies
It looks like bot doesn’t use proxy which i supply and just continue to work using my IP.
I discovered that in such way:- Run bot providing proxy address and credentials
- Everything is OK, connection is established and bot asks me to enter a captcha:
[CAPTCHA] Please go to browser and place pixel, then return and press any key - I open a browser then set proxy settings and open PixelPlanet to resolve the captcha
- After one is done i open terminal and press any key. Nothing happens as a result, bot is still asking for captha resolving
- THEN i open a new, fresh browser with unset proxy settings and going to resolve captcha with my IP
- Once i press any key in the terminal bot resume work
I saw you’ve committed changes to WebSocketWrapper and it now depends on ProxySettings as it has to be. Could you please check that again?
PixelPlanet timelapse maker
Usage
timelapse.exe X1 Y1 X2 Y2 CanvasType FileExportName FileFormat T1 T2 DateInFrame [FPS]
- X1 Y1 X2 Y2 — top left and bottom right coordinates
- Canvas type «E» — earth map «M» — moon map
- FileExportName — name of the export file
- FileFormat — file export format, only .gif and .mp4 formats
- T1 T2 — start and end of timelapse
- DateInFrame «D» — one day in the frame «E» — every saved frame in timelapse
- FPS — Frames per second. Non-required, 60 FPS by default
Example:
timelapse.exe -512 -512 511 511 M timelapse .gif 08.01.2020 08.02.2020 E 60
CAPTCHA
[CAPTCHA] Please go to browser and place pixel, then return and press any key
agin :CBot doesn't work on custom pixelplanet server
There is no error if I start bot with original server setting
problem with connection.

[ERROR] Unhandled exception: Action was forbidden by pixelworld
[ERROR] Unhandled exception: Action was forbidden by pixelworld; admins could have prevented you from placing pixel or area is protected
egh how to repairRecommend Projects
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
Vue.js
Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
TensorFlow
An Open Source Machine Learning Framework for Everyone
Django
The Web framework for perfectionists with deadlines.
Laravel
A PHP framework for web artisans
Bring data to life with SVG, Canvas and HTML.
Recommend Topics
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
Some thing interesting about web. New door for the world.
server
A server is a program made to process requests and deliver data to clients.
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
Visualization
Some thing interesting about visualization, use data art
Some thing interesting about game, make everyone happy.
Recommend Org
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
mudachyo / pixelplanet-bot Goto Github PK
Администраторы банят IP-адреса тех, кто злоупотребляет ботами.
Несколько ботов на одном IP не будут работать должным образом, так как время ожидания рассчитано для одного IP-адреса.
- Пожалуйста, не создавайте огромные структуры/мемы или что-либо еще рядом с творчеством игрока. ВАШ IP будет ЗАБАНЕН.
- Админы сообщили нам, что хороши только маленькие или большие картины, далеко от всех (в Антарктиде или где-либо еще)..
- И как всегда используйте здравый смысл. Что если бы вы были тем, кто пытался построить Пепе-лягушку вручную, когда внезапно перед вами возникло гигантское изображение, блокирующее 1/3 вашей картины. Думайте об этом.
- Одна последняя вещь. Боты должны помогать нам, не злоупотребляйте ими.
Установить зависимости
укажите x, y, путь к изображению, другие дополнительные параметры
Запустите программу с параметрами:
Требуются только первые 3 параметра.
«—» означает, что следующие параметры будут переданы непосредственно в исполняющую программу.
Параметр Описание TopLeftX Координата х, с которой начинается изображение. Соответствует верхнему левому пикселю изображения (2000) TopLeftY Координата Y, с которой начинается изображение. Соответствует верхнему левому пикселю изображения (-12000) PathToImage Путь к изображению для рисования. (/home/downloads/cat.png) ShouldDither Дизеринг — это способ сохранить изображение более «оригинальным» с небольшим количеством цветов, добавляя к изображению шум, рекомендуемый для фотографий. Без этого фотография выглядела бы просто и имела бы очень низкую глубину цвета. Включить эту функцию или нет? (y/n) ContinuousWatching После завершения программы, хотите ли вы следить за рисунком и продолжать исправлять, если кто-то зарисует?(y/n) DoNotOverrideColors Возможность указать цветовые идентификаторы, который не надо рисовать. Напишите none, если не используется. Используется, если вы хотите что-то нарисовать, напр. рисовать радугу только белым цветом вокруг других цветных рисунков. Я использовал это, чтобы позволить другим вносить вклад в прогресс, а не использовать их части. Указание «2,6» будет игнорировать все белые и черные пиксели, которые разместили проигрыватели. (2,3,4,5) pixelplanet-bot’s People
Contributors
Stargazers
Watchers
Forkers
pixelplanet-bot’s Issues
URL для сбора чанков неактивна
URL по которой скрипт пытается собрать информацию о чанке постоянно отвечает Not Found, я перешёл по этому URL и как я понял он устарел
Recommend Projects
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
Vue.js
Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
TensorFlow
An Open Source Machine Learning Framework for Everyone
Django
The Web framework for perfectionists with deadlines.
Laravel
A PHP framework for web artisans
Bring data to life with SVG, Canvas and HTML.
Recommend Topics
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
Some thing interesting about web. New door for the world.
server
A server is a program made to process requests and deliver data to clients.
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
Visualization
Some thing interesting about visualization, use data art
Some thing interesting about game, make everyone happy.
Recommend Org
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.