
Originally Posted by
*Marneus901*
blah i didnt pay attention that T.T
im running out of email addresses LOL
XD, Okay, well heres the problem. Everytime you logg pb, you get a constant Desc(String, third param, w\e you want to call it).
E.X I may log PB's MemCheck one time and get
A Scan
IEAX : 14878020
count : 56
STRING : B* d3d8.dll 10347 1_8bff558bec6aff6858c1aa6d64a10000
---------------------------------
Then close warrock, read it, and get a constant array of
A Scan.
Then I start my next scan after rebooting warrock and rehooking, which I will name
B Scan
B Scan
IEAX : 14878020
count : 56
STRING : B* J+
---------------------------------
And I get a constant array of B Scan. Etc.. However, what I think is happening is when where hooking the function, for some reason its not getting a reply from where ever it send it to, or something is wrong, thus it send it again(which would explain the array of the same string), and again, and again, after a while with no reply, it sent T6009. Again and again. Then kicked\banned us for : No Reply from PB queries.
Now what explains that
Scan A and
Scan B have a different strings? Well, if where hooking it at different times, its executing different commands at different times, thus when we hook it, its stuck at the command it was attempting to execute.
Overall, if we want a real log, where going to have figure out whats stopping the message from being sent\received.