Valhalla Legends Forums Archive | Battle.net Bot Development | Bot plug

AuthorMessageTime
Networks
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.
January 28, 2004, 4:53 PM
PaiD
send the udp packet
January 28, 2004, 4:57 PM
Networks
explain?
January 28, 2004, 5:15 PM
PaiD
Just send 0x14 (BNCS)
This is From bnetdocs.
[code]
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'.
[/code]
January 28, 2004, 5:30 PM
o.OV
[quote author=MoNeY link=board=17;threadid=4970;start=0#msg41502 date=1075311029]
Just send 0x14 (BNCS)
This is From bnetdocs.
[code]
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'.
[/code]
[/quote]

Are there exceptions where it doesn't say BNET/TENB ?

Would be interesting to know.
January 28, 2004, 8:12 PM
Soul Taker
[quote author=o.OV link=board=17;threadid=4970;start=0#msg41527 date=1075320778]
[quote author=MoNeY link=board=17;threadid=4970;start=0#msg41502 date=1075311029]
Just send 0x14 (BNCS)
This is From bnetdocs.
[code]
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'.
[/code]
[/quote]

Are there exceptions where it doesn't say BNET/TENB ?

Would be interesting to know.
[/quote]
Yes, when the server tells you to use something else =P
January 28, 2004, 8:44 PM
Arta
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 :)
January 29, 2004, 12:07 AM
Myndfyr
And it would just be as easy to send the received UDP packet value....
January 29, 2004, 12:10 AM
Networks
How do u disable it?
January 29, 2004, 1:54 AM
UserLoser.
[quote author=Networks link=board=17;threadid=4970;start=0#msg41595 date=1075341242]
How do u disable it?
[/quote]

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
January 29, 2004, 2:00 AM
Grok
[quote author=Networks link=board=17;threadid=4970;start=0#msg41498 date=1075308805]How do u get the bot plug off .... I would appreciate it if you could tell me how to get it off.
[/quote]

I will resist the urge to make a sick pun.
January 29, 2004, 2:50 AM
Networks
grok i beleive u already did...

so just send the "tenb" part?

could i just not send &H14
January 29, 2004, 2:10 PM
o.OV
[quote author=Networks link=board=17;threadid=4970;start=0#msg41650 date=1075385446]
grok i beleive u already did...

so just send the "tenb" part?

could i just not send &H14
[/quote]

Sure.. Then you would have a plug.
January 29, 2004, 3:02 PM
Networks
wtf then what do you do not to get one?
January 29, 2004, 4:25 PM
Spht
[quote author=Networks link=board=17;threadid=4970;start=0#msg41650 date=1075385446]
grok i beleive u already did...

so just send the "tenb" part?

could i just not send &H14
[/quote]

From the sounds if it, you're not even sending it currently which is why you're getting UDP plug.
January 29, 2004, 5:39 PM
Networks

    pbuffer.InsertNonNTString "tenb"
    pbuffer.sendPacket &H14


What do i alter to not get the UDP plug in this code?
January 29, 2004, 7:24 PM
UserLoser.
[quote author=Networks link=board=17;threadid=4970;start=15#msg41693 date=1075404258]

    pbuffer.InsertNonNTString "tenb"
    pbuffer.sendPacket &H14


What do i alter to not get the UDP plug in this code?

[/quote]

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
January 29, 2004, 7:42 PM
Networks
I am sorry, I was extremely stupid and didn't notice this if-then statement. Which enabled the UDP...
January 29, 2004, 10:23 PM
DarkMinion
I can't resist...

Moderator should change the title of this topic to "Butt Plug" >:(
January 30, 2004, 12:09 AM
ChR0NiC
[quote author=DarkMinion link=board=17;threadid=4970;start=15#msg41746 date=1075421348]
I can't resist...

Moderator should change the title of this topic to "Butt Plug" >:(
[/quote]

Hehehehhehe so funny

"bnet" = plug
"tenb" = no plug

Just incase anyone didn't understand what this topic was about
January 30, 2004, 12:51 AM
Null
You would have to be somewhat retarted to "not get it" after u have red this topic.
January 30, 2004, 1:20 AM

Search