Molson, its already got the ocxless additions with it.
bonTy, the decoding is already in there. It uses the alias csu.dec. Its a local alias as well, so, it will only work for anything in that loaded script file. You can look through there and get the idea. Look for where raw 353 is, change it from:
elseif ($left($did(csu,2).text,2) === $chr(37) $+ $chr(35)) {
if ((!$hget(cstalker,onlyone)) || ($hget(cstalker,onlyone) == 0)) {
did -a csu 1 $8 $chr(9) $iif($4 == *,Unknown Room,$4) $chr(9) $iif($10- == :0,MSNChat,$remove($10-,:0)) $chr(9) $replacecs($remove($9,*),H,Unaway,G,Away,+,$chr(184) $+ Voice,.,$chr(184) $+ Owner,@,$chr(184) $+ Host) $chr(9) $replace($7,TK2CHATCHATA01,207.68.167.157,TK2CHATCHATA02,207.68.167.158,TK2CHATCHATA03,207.68.167.159,TK2CHATCHATA04,207.68.167.160,TK2CHATCHATA05,207.68.167.161,TK2CHATCHATA06,207.68.167.162,TK2CHATCHATA07,207.68.167.163,TK2CHATCHATA08,207.68.167.164,TK2CHATCHATA09,207.68.167.165,TK2CHATCHATA10,207.68.167.166,TK2CHATCHATG14,207.68.167.150,TK2CHATCHATG13,207.68.167.149,TK2CHATCHATG12,207.68.167.148,TK2CHATCHATG11,207.68.167.147)
dialog -t csu $right(:[,-1) $calc($did(csu,1).lines -1) Users Found In $right($replace($did(csu,2).text,\b,$chr(32)),-2) $right(:],-1) $+ - $+ ( cOld Stalk3r v.2 ) $+ - $+ $right(:[,-1) /csu $right(:],-1)
did -a csu 16 $calc($did(csu,1).lines -1)
}
}
}
To:
elseif ($left($did(csu,2).text,2) === $chr(37) $+ $chr(35)) {
if ((!$hget(cstalker,onlyone)) || ($hget(cstalker,onlyone) == 0)) {
msg $chan $8 $chr(9) $iif($4 == *,Unknown Room,$4) $chr(9) $iif($10- == :0,MSNChat,$remove($10-,:0)) $chr(9) $replacecs($remove($9,*),H,Unaway,G,Away,+,$chr(184) $+ Voice,.,$chr(184) $+ Owner,@,$chr(184) $+ Host) $chr(9) $replace($7,TK2CHATCHATA01,207.68.167.157,TK2CHATCHATA02,207.68.167.158,TK2CHATCHATA03,207.68.167.159,TK2CHATCHATA04,207.68.167.160,TK2CHATCHATA05,207.68.167.161,TK2CHATCHATA06,207.68.167.162,TK2CHATCHATA07,207.68.167.163,TK2CHATCHATA08,207.68.167.164,TK2CHATCHATA09,207.68.167.165,TK2CHATCHATA10,207.68.167.166,TK2CHATCHATG14,207.68.167.150,TK2CHATCHATG13,207.68.167.149,TK2CHATCHATG12,207.68.167.148,TK2CHATCHATG11,207.68.167.147)
dialog -t csu $right(:[,-1) $calc($did(csu,1).lines -1) Users Found In $right($replace($did(csu,2).text,\b,$chr(32)),-2) $right(:],-1) $+ - $+ ( cOld Stalk3r v.2 ) $+ - $+ $right(:[,-1) /csu $right(:],-1)
msg $chan $calc($did(csu,1).lines -1)
}
}
}
That should work for the room. Try it. If it doesnt work, post here again with what the error message is, and I'll go through it again.