Quote:
Originally Posted by Bledis
@
If you dont mind it, give it to me 
But I am worried that it wont help me in my case.
I have my clientless, gfless client - and I pretty much need to generate it by myself without reading it from client memory.
I tried to reverse engineering implementation but I just got headache just by looking at reversed code[*].
|
If you just want to send a pulse packet that is "correct" you can always send "pulse X 0" or change between 0 and 1 randomly for the second parameter. In my case most of the times I've seen the pulse packet the second parameters is most likely 0 so a probability of 0.75 to 0 and 0.25 might be a good idea. You won't probably see a second argument of something greater than 1, it only occurs in some weird scenarios.
The "check_func" address is 0x004caa34
The array address is 0x007246ec
The pulse packet generation code starts at address 0x00717ff5 and ends at 0x0071807c.
I hope this helps