Thanks.

I don't really want to use my bot since the game is sort of fast paced and will probably get my bot killed from the server for flooding.

I was thinking of somehow encrypting pieces of the source to make things complicated for the user.
Like instead of

%v

I could do
% $+ $chr( $+ %varbit1 $+ )

//set %varbit1 $calc((50/5)*10+(10-5)+13)

%varbit1 would return 118, this making % $+ $chr(118) or %v

But this would make things complicated for me as well, so I don't think its very efficient for something I will be working on continuously. :tongue:

I would do a .dll but I don't know enough about dll in c++ yet.

Last edited by BNX; 30/08/05 05:24 PM.