Author | Message | Time |
---|---|---|
TriCk | Hey Ppl I was wondering what other Latency's are attainable for VB6 Winsocks... For 0ms its &H25 For -1ms its &H6 Any others i should know about ? | September 7, 2003, 4:56 AM |
Soul Taker | What in the hell are you talking about? | September 7, 2003, 5:08 AM |
TriCk | Im talking about the Packets you send to battle.net to connect with a spoofed ping, such as 0ms and -1ms ... | September 7, 2003, 5:14 AM |
Noodlez | you just blew my mind | September 7, 2003, 6:05 AM |
TriCk | >< Can Anyone help me :s | September 7, 2003, 6:06 AM |
Camel | How does 0x06 help you get -1 ms? You get -1 by not sending 0x25, and zero by sending it in early. "Ping" is the time in miliseconds battle.net calculates between when it sends 0x25 and when it parses the client's 0x25. It cannot be spoofed -- "ping" is a misnomer. | September 7, 2003, 7:18 AM |
______ | to get -1ms 1 Step- Dont Respond to packet &H25 to get 0ms 2 steps step1 -Right After You Send packet &h50 do this [code] dim P as new packetbuffer P.InsertDWORD &H0 P.SendPacket &H25 [/code] Step 2- Dont Respond to packet &H25 there you go enjoy. | September 7, 2003, 3:19 PM |