Quote:
Oh ok, thanks. I'll go check right now.. :)
UPDATE:
OK, now I found the new DHKey, but should I just replace the old one in the source with the new one? Because if I do that I still get the same error :( :( I'm a newbie in this so I don't know which does what, I'm just following the guide, but I'm assuming that it has something to do with that Blowfish thingy, maybe?, as they are talking all over the forum about a major change in the implementation of something.. OMG, please, I need help in this. i know that I might sound stupid but that's only because I'm not experienced with these stuff, but I'm really willing to learn and I REALLY want to make a good bot to use on CO even a simple one that would just loot stuff! Give me some advice.. Thanks very much! :D
You need to replace the following.
#1: Encryption key (can pull from client. Open in notepad/hex editor and search for TQServer to find ti)
#2: DHExchange packet handling. This will read the p,g,computed keys properly from both client and server exchange packets
#3: Cast encryption sboxes and keys are changed apparently. They are released in the pservers release section. Swap out the entire encryption system imo.
Once you are done that, you should be good to go.
Quote:
In your videos, you just write them. You never told us what they mean and what they do
I'll take that into consideration if I ever continue making tutorials but I seem to remember being quite thourough over what i was doing. I generally say what we're trying to accomplish and then list a few ways we could go about coding it.
This is NOT supposed to be an introduction to programming or C#. You are expected to have a basic grasp of the language before you start. I was simply showing how to apply that knowledge towards conquer/proxy programming using an existing framework.