Coloring Game 2

Coloring Game 2

Not enough ratings
AHK scripted autoplay
By The Legend of Ukraine
Using AutoHotkey script to find and fill squares
   
Award
Favorite
Favorited
Unfavorite
Installation & Usage
Installation:
1. Download AHK from their website
2. Create file and rename it to X.ahk, where X is any name. Then paste following script inside:
z:: IfWinExist, Coloring Game 2 WinActivate PixelSearch, Px, Py, 90, 20, 1000, 1040, 0xc4c6c6, 0, Fast; if (ErrorLevel){ PixelSearch, Px, Py, 90, 20, 1000, 1040, 0x9a9a9c, 0, Fast; if (ErrorLevel){ return } else{ click right, %Px%, %Py% click %Px%, %Py% }} else{ click right, %Px%, %Py% click %Px%, %Py% } x:: IfWinExist, Coloring Game 2 WinActivate PixelSearch, Px, Py, 90, 20, 1000, 1040, 0x9a9a9c, 0, Fast; if (ErrorLevel){ FindArea() return } else{ click %Px%, %Py% } return FindArea(){ click 1850, 190 sleep 50 PixelSearch, Px, Py, 1050, 20, 1800, 700, 0x0a04fe, 0, Fast; if (ErrorLevel){ return } else{ click %Px%, %Py% } return }

Usage
1. Double-click on script
2. Select any image in game, then select filling tool (you still can use pen, but it might be slower)
3. Press and hold Z or X to find colors and fill them.
  • Z - Fills squares from left to right, changing colors on the fly. Slower method
  • X - Fills current color squares from left to right. Faster method
How to stop script
1. Find script icon in tray

2. Press RMB, click on "Exit" or "Pause Script"
7 Comments
✞ 𝑅𝒶𝒹𝓂𝒶𝓃𝓃 7 Jan, 2022 @ 4:04am 
That isnt gives me ban ?
Snorlax 29 Jan, 2021 @ 6:36pm 
thanks:steamthumbsup:
Haxagon 23 Jun, 2020 @ 2:17pm 
Also "Z" would just stop responding after the latter half of the left side was finished and "X" would keep spamming the map
Haxagon 23 Jun, 2020 @ 1:59pm 
Especially on the 5th map (Sorry First time playing the game)
Haxagon 23 Jun, 2020 @ 1:57pm 
I was playing on 1920*1080 on all maps Z and X would completely ignore the whole right side and would constantly keep opening the map. Kind of annoying.
The Legend of Ukraine  [author] 23 Jun, 2020 @ 1:49pm 
Well, I guess it's because of this script was written for 1920*1080 fullscreen resolution. If you play on it please tell me which mode do you use (Z or X), have you tried both of them and what map do you play.
Haxagon 23 Jun, 2020 @ 1:21pm 
There is something wrong with the script, the bottom right corner for me doesn't work. It litrally ignore it and keeps opening the full map overview. Any Help?