• Welcome to Valhalla Legends Archive.
 

Newb Question =S

Started by TriCk, September 05, 2003, 05:40 PM

Previous topic - Next topic

TriCk

Aite, heres an ez one, what packet do u send to use a lag plug?

Spht

Quote from: TriCk on September 05, 2003, 05:40 PM
Aite, heres an ez one, what packet do u send to use a lag plug?

I don't get it.

TriCk

For vb6, how do u send the Packet to get a Lag Plug, what packet is it... &H14?

______

#3
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?

TriCk

naw i know all the other spoofs, just forgot that one
lol

Soul Taker

Well, considering it signifies that the client did not send the proper SID_UDPPINGRESPONSE packet, it should be easy to figure out.

CrAz3D

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
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

UserLoser

Quote from: CrAz3D on September 05, 2003, 06:26 PM
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


I don't see the point of
   If frmLogin.chk1Ping.Value = vbChecked Then
   ElseIf frmLogin.chk0Ping.Value = vbChecked Then

Whatever happened to Select Case True!?

dxoigmn

Quote from: UserLoser on September 05, 2003, 06:36 PM
I don't see the point of
   If frmLogin.chk1Ping.Value = vbChecked Then
   ElseIf frmLogin.chk0Ping.Value = vbChecked Then

Whatever happened to Select Case True!?

Why not just "Select Case vbChecked"?

UserLoser

Quote from: kamakazie on September 05, 2003, 10:10 PM
Quote from: UserLoser on September 05, 2003, 06:36 PM
I don't see the point of
   If frmLogin.chk1Ping.Value = vbChecked Then
   ElseIf frmLogin.chk0Ping.Value = vbChecked Then

Whatever happened to Select Case True!?

Why not just "Select Case vbChecked"?

What about it?

dxoigmn

Quote from: UserLoser on September 05, 2003, 10:36 PM
What about it?

IMO, it looks a lot better than "Select Case True" .

Soul Taker

His code had absolutely nothing to do with the question anyway.