LLama's solution to warezpup's crackme #2 (matrix) Level 1 -- Disabling the nagbox: This one checks against five of the nine matrix values, they are: -- 38 91 -- -- 29 94 54 -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Level 2 -- Standard license: This checks all nine matrix values, they are: 63 38 91 13 51 29 94 54 27 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Level 3 -- Gold license: This checks all nine matrix values, and a serial number, they are: Matrix: 63 38 91 13 51 29 94 54 27 Serial: 65691355126 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Level 4 -- Pro license: This checks all nine matrix values, a serial number, and makes you click on the picture: Matrix: 63 38 91 13 51 29 94 54 27 Serial: 65691355126 Click: Anywhere along the bottom half of WarezPup in the picture (the top half doesn't seem responsive), when you get the "W00p, the wheels have been set in motion" .. "Now get out there and start cracking me :)" message, thats it -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Level 5 -- Corporate license: This checks all nine matrix values, a serial number, and makes you click on the picture: Matrix: 63 38 91 13 51 29 94 54 27 Serial: 65691355126 Click: Anywhere on the little "MindCrack '99" logo, when you get the "Special thanks go to MindCrack for the Cool logo" .. "Only stock VB used on this crackme" message, thats it -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= There seems to be some confusion in telling the difference between pro and corporate, the scheme doesn't stop checking for better access when it finds one that matches. So it gets confused as to wether you should be corporate or pro if you click on the "MindCrack" AND "WarezPup" logo's (I think) There is also a message in the "#2" part of the picture saying "In case you were curious, this is the number 2, nothing more", I haven't bothered to decompile this routine to actually check, I trust him :) -- LLama