mayo, there's an update on the game today, it seems to check for Hackshield, when the hackshield is bypassed, it dcs after you are in game for a few minutes. can't actually use the bypass now.
mayo, there's an update on the game today, it seems to check for Hackshield, when the hackshield is bypassed, it dcs after you are in game for a few minutes. can't actually use the bypass now.
Yeah it's already Patch >_<
U will got automatic close the game after a few minutes
@masayoshikun - rag2 game is patched... not working anymore...
do you guys think there is a changed of address or server checks rag2.exe for checksum?
nope, it's a server call to inform the server that the client is not running hackshield, then the server closes connection to the client.
What i mean is the server is checking if client, Rag2.exe, was changed, like it's File Hashes or file size, was changed. Just my 2cents.
hmm, this could be possible too. but let's wait for those with good disassembler skills to do the reverse engineering.
and another thing, it is also possible to skip CRC Check if it is the problem using hex editor right?
you can find the CRC check, then use jmps to jmp over the CRC i guess
I had done some testing. From what I got was, probably not just the crc. Been trying to call crc to check my loaded cem but it still disconnect me. Probably I got mistake on addy or not only just the crc.
It is not a CRC check. It is a server side message which you have to reply with a correct message. So it will take more than a simple hex edit to ignore that message. Hexing out the message will keep your client working, but the server will disconnect you remotely. So even if you force to keep client open, you are already disconnected from the servers.