PDA

View Full Version : Advice needed


ultimate208
03-15-2008, 09:56 PM
Hello,
I would like some advice and opinions on the following problem. I have a program (which is a game) that requires to be connected online (server fees & people that just do and say stupid things are getting annoying). Since all the program is installed in my computer I would like to modify it in order to skip the connection and go to the game directly. I am pretty sure that it is possible. However, I would like to know where I should start & what I should do. Also what tools would be best to do so.

PEiD informs me that the main exe has no protection(although it probably has) and that two dll are protected with UPolyX v0.5

They are all written in vb c++ 6.0

ultimate208
03-15-2008, 10:09 PM
Also, I have already looked for an offline patch or anything that would be useful but there is nothing. The game has almost 3 yrs.

mazuki
04-04-2008, 04:43 AM
the only thing i can think of is to modify the auth system so it not only doesn't connect out, but will send the OK! message it's supposed to receive from the server, no matter what you put in

i'm not much help, but that's how i would go after it.