Is the TWBot, Mervbot? Or is it a custom build bot for TW only?
if (TWBot == Mervbot)
{
return SourceOfAMervbotDLL;
}
else
{
return WhatDoesItUse;
}
I am trying to write a bot for Mervbot, but if Mervbot is not used in TW then I would be going up the wrong alley.
Vitron
if (TWBot == Mervbot)
{
return SourceOfAMervbotDLL;
}
else
{
return WhatDoesItUse;
}
I am trying to write a bot for Mervbot, but if Mervbot is not used in TW then I would be going up the wrong alley.
Vitron
Comment