Pixel Art Coloring Book

Pixel Art Coloring Book

Not enough ratings
Easily complete any picture with no effort (using a script)
By Sans
Hello! I have created a script that can automatically complete any pixel art you choose! This can be helpful for those achievements where you have to complete an entire section; this guide will show you how to get and activate the script!
   
Award
Favorite
Favorited
Unfavorite
3. Open the script
Right click the file and select either 'Edit in Notepad' or 'Edit in Notepad++' (or you could do literally any other typing software it doesn't really matter)

Then, paste this script into the empty script:

#SingleInstance,Force
CoordMode,Pixel,Screen
CoordMode,Mouse,Screen
SetBatchLines -1
SetKeyDelay, -1
SetDefaultMouseSpeed, 0
SetMouseDelay, -1
SetControlDelay, -1
SetWinDelay, -1

looping := true
1::
looping := true
while (looping = true)
{
PixelSearch,x,y,160,60,1158,1056,0xCEEDED,0,RGB Fast
if !ErrorLevel
{
ax:=x+4
ay:=y+4
Click,%ax% %ay%
}
}
return

2::
looping := false
return

3::
ExitApp









Finally, press CTRL + S to save it, then you can close it.
4. Run the Script
Now, you want to double click on the file to run it, then go onto Pixel Art Coloring Book.

Press 1 to Activate the Auto Pixel Art completer

Press 2 to Pause the Auto Pixel Art Completer (Press 1 again to unpause it)

Press 3 to Exit the script, cuz if you don't, then you can't type 1, 2 or 3 anymore lool.

This can also be used as a script to find and click on a specific colour, if you want to change the colour then simply go into the script, find where it says '0xCEEDED', and replace the CEEDED part with any RGB colour of your choice (yes you do have to keep the 0x at the beginning of it) !


Thanks for reading! I hope this helps!
5 Comments
anon4470 16 Jun @ 8:06am 
Doesn't Work
Just Jelly 15 Jun @ 1:08am 
so when i enter a game what should i do?
press any image and then activate the script?
YuudachiKC01 22 Mar @ 8:09am 
It's finally works for me with some attempts!
Sans  [author] 6 Jan @ 6:20am 
Hi there! It should be working on the latest version, but if you've tried both and it didn't work, then it might be your PC's resolution, my one is 1920 x 1080 pixels. If you are already on the same resolution or this does not work, then let me know if you'd like a detailed guide on how you can attempt to fix/edit the code so it works for your PC. I'm pretty sure you can change your resolution in settings > Display Settings > Display Resolution and set it to 1920 x 1080. Hope this helped! :)
Apt 5 Jan @ 9:17am 
What version should be installed? I tried v1.00 and v2.0.18 but it didn't work