S to show res/speed slide variable H to hide res/speed slide variable I to set the Checks per frame variable to be infinity (The Checks per frame variable is how many times the script tries to repeat in a single frame. With large numbers it lags but is still faster. Infinity is the fastest setting you just can't see the dot showing your progress.) after the circle goes through the whole screen and says done, press a to draw! Space to change backdrop Just a little test with some cool code! DO IT HERE: https://turbowarp.org/733945704?fps=60&turbo
Credit to @Griffpatch for the color value at point tutorial! 2/3/25 - remade it to make it faster and more accurate. Credit to @MatthewNoxiousF8 for the idea! It now stores the colors in a list, and when you press a it draws it all out. This is more accurate, and leads to a cleaner image than before, when it drew as it got the colors. 2/3/25 - HUGE SPEED BOOST!! Made it check for the color it was on last before it checks for anything else, meaning huge blocks of the same color can be skipped! 2/4/25 - EVEN BIGGER SPEED BOOST! Made it so it adds the previously used colors to a list, and then checks that list before scanning for a new color.