I am not sure if you gone over this before but i'll ask it anyway. How do u get the bot plug off when u logon. Where is it located so that i can get it off. I would appreciate it if you could tell me how to get it off.
send the udp packet
explain?
Just send 0x14 (BNCS)
This is From bnetdocs.
Packet ID: 0x14
Direction: Client -> Server (Sent)
Format:
Help (DWORD) UDPCode
Remarks: Enables UDP support.
Server supplies code via UDP packet PKT_SERVERPING (0x05). Usually 'bnet'.
Quote from: MoNeY on January 28, 2004, 11:30 AM
Just send 0x14 (BNCS)
This is From bnetdocs.
Packet ID: 0x14
Direction: Client -> Server (Sent)
Format:
Help (DWORD) UDPCode
Remarks: Enables UDP support.
Server supplies code via UDP packet PKT_SERVERPING (0x05). Usually 'bnet'.
Are there exceptions where it doesn't say BNET/TENB ?
Would be interesting to know.
Quote from: o.OV on January 28, 2004, 02:12 PM
Quote from: MoNeY on January 28, 2004, 11:30 AM
Just send 0x14 (BNCS)
This is From bnetdocs.
Packet ID: 0x14
Direction: Client -> Server (Sent)
Format:
Help (DWORD) UDPCode
Remarks: Enables UDP support.
Server supplies code via UDP packet PKT_SERVERPING (0x05). Usually 'bnet'.
Are there exceptions where it doesn't say BNET/TENB ?
Would be interesting to know.
Yes, when the server tells you to use something else =P
As far as I know, it's always been 'bnet'. It could change, but it's unlikely to, unless Blizzard start using something else specifically to catch out bot developers :)
And it would just be as easy to send the received UDP packet value....
How do u disable it?
Quote from: Networks on January 28, 2004, 07:54 PM
How do u disable it?
If you want the plug, you don't send 0x14, or send bad data back in it - If you don't want it, send 0x14 with correct UDP ping value
Quote from: Networks on January 28, 2004, 10:53 AMHow do u get the bot plug off .... I would appreciate it if you could tell me how to get it off.
I will resist the urge to make a sick pun.
grok i beleive u already did...
so just send the "tenb" part?
could i just not send &H14
Quote from: Networks on January 29, 2004, 08:10 AM
grok i beleive u already did...
so just send the "tenb" part?
could i just not send &H14
Sure.. Then you would have a plug.
wtf then what do you do not to get one?
Quote from: Networks on January 29, 2004, 08:10 AM
grok i beleive u already did...
so just send the "tenb" part?
could i just not send &H14
From the sounds if it, you're not even sending it currently which is why you're getting UDP plug.
pbuffer.InsertNonNTString "tenb"
pbuffer.sendPacket &H14
What do i alter to not get the UDP plug in this code?
Quote from: Networks on January 29, 2004, 01:24 PM
pbuffer.InsertNonNTString "tenb"
pbuffer.sendPacket &H14
What do i alter to not get the UDP plug in this code?
First of all, treat it as a DWORD, not a string - Secondly, you shouldn't be getting the UDP plug if you're sending that
I am sorry, I was extremely stupid and didn't notice this if-then statement. Which enabled the UDP...
I can't resist...
Moderator should change the title of this topic to "Butt Plug" >:(
Quote from: DarkMinion on January 29, 2004, 06:09 PM
I can't resist...
Moderator should change the title of this topic to "Butt Plug" >:(
Hehehehhehe so funny
"bnet" = plug
"tenb" = no plug
Just incase anyone didn't understand what this topic was about
You would have to be somewhat retarted to "not get it" after u have red this topic.