Log in

View Full Version : Getting the right serial......


dipeshrestha
July 25th, 2002, 13:16
Hi all,

this is dipeshrestha again. i am messing up with one game named Super Collapse that can be downloaded from h***://gamehouse(dot)com. The program is compressed and it doesnt allow filemon and regmon to be running when we start that game. I have read lots about anti sice routing but not about anti filemon and regmon.
The program sum the ascii value of the capitalized reg name and it will pair up two reg code using SHL CL, 04H. but i get lost after that, the program tends to end nowhere.

please help me with that.

dipeshrestha.

Fake51
July 25th, 2002, 17:03
A quick tip:

The normal way for programs to look for regmon and filemon is one of two (or perhaps both )

1. Same as good old sice trick: look for regmon.vxd with a createfilea call. Circumvent by renaming regmon.vxd, and changing a few bytes in the exe file.
2. Check all windows to see if there's a regmon window created somewhere. If there is, either shut down, or shut it down. Circumvent by finding the window name and/or class in the exe file, and renaming them.

The checks for the two apps. can be done in other ways, but normally one of these is used.

Fake

foxthree
July 26th, 2002, 17:02
Hallo!!! what do we have here.... our fav. ASPR

Seek and ye shall find ....

Signed,
-- FoxThree