Was just wondering if someone had a hand on it yet. I've posted this up a few minutes ago somewhere on this forum:
Quote:
Originally Posted by Scurvy
Nothing is as worse as Trinity's, lol. I've been looking into that this afternoon by accident, was just wondering. They simply edit the hash that is generated from Gunz.exe. Mostly by an absolute zero (XOR).
//Load the value that is loaded into the EAX register first, that's the 4th parameter, which would be the MD5 hash of Gunz.exe.
BYTE byMD5Hash[] = {
0x23, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2, 0x32
}
I'll make an update for Trinity first. For now, this doesn't work anymore and most likely will get you banned. Therefore, don't use it, and a lock is requested.
Once again, I don't promise anything yet. I've got a lot more to do. Might take a few days, might take a few weeks.
Someone has found this already? Or any other checks?
Open aikido.dII in olly, search for referenced strings, all of the checks are there. I've bypassed it a couple times, can't be arsed to make a bypass for the latest version, though I doubt it's much different, I prolly just need to update some addresses.