Author | Message | Time |
---|---|---|
blinkdude | i know the idle packet is 0x0 but how would i send it with CSB.ocx i found this but i duno.... ( staying connected packet ) CleanSlateBot1.BuildPacket("BNET", "PACKET", &H10, "DWORD", 2, "NTSTRING", "ChannelToJoin", "PACKET", &HC) | September 8, 2003, 10:28 PM |
Camel | Uh, that looks like a channel creation packet... | September 9, 2003, 1:12 AM |
Soul Taker | This is why CSB is evil!! :P | September 9, 2003, 3:47 AM |
TheMinistered | Hmm cuphead wasn't too smart when designing CSB... the use of strings to determine things like "DWORD", and "NTSTRING" are a little farfetched... why not use a enum? | September 9, 2003, 4:56 AM |
blinkdude | how would i build the packet for the idle packet? | September 9, 2003, 4:57 AM |
Camel | [quote author=TheMinistered link=board=17;threadid=2629;start=0#msg20686 date=1063083387]Hmm cuphead wasn't too smart when designing CSB... the use of strings to determine things like "DWORD", and "NTSTRING" are a little farfetched... why not use a enum?[/quote] Because that wouldn't take enough CPU cycles, duh. | September 9, 2003, 6:23 AM |