Users browsing this thread: 1 Guest(s)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auth Packets -> stopping randomizing!
07-05-2009, 09:11 AM,
#22
RE: Auth Packets -> stopping randomizing!
thanks for doing your job on advapi.dll. I got so much troubles hooking/testing that on game code for me.

news for ya:

apart from the dll's known, matrix.exe imports, after one or more exceptions and after entering user+pass, some dll's, including:

msvcr.dll (i mean without the "71") from system directory having:
time, time64, ..., rand, srand

winmm.timeGetTime (acts like a timer)

kernel32.getTickCounts (it does use this... why? dunno, but still a source for changes)

so you need to nop any of them. I can see some troubles for in-game actions that will require time counters, but login first, taking care of what to do being logged later.

I had done this, but i was stuck with advapi32, so i wont get the full pie noped/faked.
Maybe this helps. Randomizing crap prevents us to go through the next steps xD.

I may try this tomorrow, what did you use to hook to advapi32?
Reply


Messages In This Thread
Auth Packets -> stopping randomizing! - by Neo - 06-30-2009, 06:37 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 06-30-2009, 11:31 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-01-2009, 12:45 AM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-01-2009, 08:45 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 06:58 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 08:09 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 09:25 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 11:11 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 11:32 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 12:57 AM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 01:05 AM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 10:00 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 11:54 PM
RE: Auth Packets -> stopping randomizing! - by Morpheus - 07-05-2009, 09:11 AM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-05-2009, 06:43 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-06-2009, 11:19 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-07-2009, 12:37 AM

Forum Jump: