Valhalla Legends Forums Archive | Battle.net Bot Development | Newb Question =S

AuthorMessageTime
TriCk
Aite, heres an ez one, what packet do u send to use a lag plug?
September 5, 2003, 10:40 PM
Spht
[quote author=TriCk link=board=17;threadid=2595;start=0#msg20261 date=1062801632]
Aite, heres an ez one, what packet do u send to use a lag plug?
[/quote]

I don't get it.
September 5, 2003, 10:45 PM
TriCk
For vb6, how do u send the Packet to get a Lag Plug, what packet is it... &H14?
September 5, 2003, 10:47 PM
______
to get lag plug , Correct me if im wrong if you just Spoof bnet ping , Where it says tenb put bnet.
or are you talking about 0ms?
September 5, 2003, 10:52 PM
TriCk
naw i know all the other spoofs, just forgot that one
lol
September 5, 2003, 10:55 PM
Soul Taker
Well, considering it signifies that the client did not send the proper SID_UDPPINGRESPONSE packet, it should be easy to figure out.
September 5, 2003, 10:59 PM
CrAz3D
[code]Case &H25
If frmLogin.chk1Ping.Value = vbChecked Then
ElseIf frmLogin.chk0Ping.Value = vbChecked Then
Else
pbuffer.InsertNonNTString Mid(Data, 5, 4)
pbuffer.sendPacket &H25
End If[/code]
September 5, 2003, 11:26 PM
UserLoser
[quote author=CrAz3D link=board=17;threadid=2595;start=0#msg20270 date=1062804417]
[code]Case &H25
If frmLogin.chk1Ping.Value = vbChecked Then
ElseIf frmLogin.chk0Ping.Value = vbChecked Then
Else
pbuffer.InsertNonNTString Mid(Data, 5, 4)
pbuffer.sendPacket &H25
End If[/code]
[/quote]

I don't see the point of
[code] If frmLogin.chk1Ping.Value = vbChecked Then
ElseIf frmLogin.chk0Ping.Value = vbChecked Then[/code]
Whatever happened to Select Case True!?
September 5, 2003, 11:36 PM
kamakazie
[quote author=UserLoser link=board=17;threadid=2595;start=0#msg20272 date=1062804988]
I don't see the point of
[code] If frmLogin.chk1Ping.Value = vbChecked Then
ElseIf frmLogin.chk0Ping.Value = vbChecked Then[/code]
Whatever happened to Select Case True!?
[/quote]

Why not just "Select Case vbChecked"?
September 6, 2003, 3:10 AM
UserLoser
[quote author=kamakazie link=board=17;threadid=2595;start=0#msg20297 date=1062817854]
[quote author=UserLoser link=board=17;threadid=2595;start=0#msg20272 date=1062804988]
I don't see the point of
[code] If frmLogin.chk1Ping.Value = vbChecked Then
ElseIf frmLogin.chk0Ping.Value = vbChecked Then[/code]
Whatever happened to Select Case True!?
[/quote]

Why not just "Select Case vbChecked"?
[/quote]

What about it?
September 6, 2003, 3:36 AM
kamakazie
[quote author=UserLoser link=board=17;threadid=2595;start=0#msg20302 date=1062819378]
What about it?
[/quote]

IMO, it looks a lot better than "Select Case True" .
September 6, 2003, 3:53 AM
Soul Taker
His code had absolutely nothing to do with the question anyway.
September 6, 2003, 4:31 AM

Search