mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2017
Posts: 47
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Oct 2017
Posts: 47
Hello,

I've been trying to reproduce a /sockudp bug and finally after few hours i saw that is only working under 6.35 , probably here the /sockudp needs a -a flag (same as /bset)

Example:
Code
; execute this command including that event to reproduce the bug
//sockudp -k test 194.87.183.183 50008 $str($chr(255),4) $+ challenge rcon

ON *:UDPREAD:*: {
  var %test
  sockread -f %test

  echo -a IS: %test
}


laugh

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
We figured it out, need to use /bset -tac to put the string in without utf8 conversion, then can use

sockudp -k test ipv4address port &binvarname


Link Copied to Clipboard