Points to add Monday, 12-Apr-99 08:48:44 Hi, Actually, if you are fast enough with the mouse click and reaction reflexes, you can try the following: Load the CrackMe in Smartcheck and click on run. Immediately after clicking run, click on anything outside smartcheck so that it is not focuse anymore. You will notice that just before SC gets zapped, it will briefly be focused. This is the function of AppActivate in VB. To activate any window with the specific caption "NUMEGA SMARTCHECK". So, when you see or predict that SC is going to get focused, click on the stop button. And look at what is in the form_load() function. You will see a lot of Chr() which is producing the string "NUMEGA SMARTCHECK" and then followed by a AppActivate. Apparently Cyberblade has also coded such that if you have multiple SC running, it will close all of them. This was actually one of the possible way of bypassing some of the similar anti routines. To run many instances of SC and click run but focuse on a SC that is not used to run the prog. For less well coded progs, it will just close that fake SC but left the real one working. Regards Eternal Bliss |
Joseph's Thread---Zap the Zapper (Joseph) (12-Apr-99 02:42:27) |