View Single Post
  #8  
Old 11-23-2004, 01:09 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by daeken_bb
Quote:
Originally Posted by Cisyouc
Kind of useless without the eqcrypto.dll, no?

-edit-
Besides, it isn't complete anyway.
It's useless either way because they changed the crypto and the protocol lol
True, but doesn't mean you couldn't RUN it (even if you cant log into it)

...not that that would help.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote