Oh please do say, Im not a fan of censorship.
Oh man did I say c#? MSDOS ftw <3
Oh man did I say c#? MSDOS ftw <3
Oh, right, yeah, might've been him then :pQuote:
No, I'm on Storm mostly.
My proxy isn't really a bot, it's just a proxy I use for packet sniffing and a few automatic functions. It's probably someone from CAI or COG getting theirs up again. I doubt it will/would take them long to suss it out either.
Isn't Trig' on Royalty?
Trig as in Trigorio? No, he isn't.Quote:
No, I'm on Storm mostly.
My proxy isn't really a bot, it's just a proxy I use for packet sniffing and a few automatic functions. It's probably someone from CAI or COG getting theirs up again. I doubt it will/would take them long to suss it out either.
Isn't Trig' on Royalty?
You can also just use an Loopback adapter. =]Quote:
Unit 1: Part 1 Introduction and initial setup!
...
[INSIDE GUI.CS]
//We read this from returned packets, this is why it's blank
public static string GameIP = "";
//This could be read from returned packets but for now I hard coded it
public static ushort GamePort = 5816;
//This is the TQLOGIN server ip address. I found this by using a simple network trafic monitor to see where the client tried to connect to first.
public static string AuthIP = "208.96.34.46";
//This is the PROXY ip, we modify the auth response packet so that the client will connect to the PROXY rather then the server.
public static string ProxyIP = "5.1.98.6";
//We can find this from the client quite simply but it hasn't changed in many, many patches. If you want to bot on a pserver, try pulling this first!
public static string EncryptionKey = "DR654dt34trg4UI6";
All you really need to edit for this is the ProxyIP.
[WARNING] Do NOT use 127.0.0.1 as your proxy ip, it will crash the client! You should be using a hamachi, network or external ip address (hamachi is the most foolproof method)
...
The encryption KEY is what you're talking about.Quote:
Maybe there should be a guide on how to update the encryption.... encryption is found in conquer.exe beside "TQserver" when opening the exe in notepad (Thanks Fang) but what about the cryptography? how do you update that?
I ended off with packet logging/structuring. Using the base I provided (changing encryption back to old blowfish one) would allow you to quite easily write a basic bot for 5095. The framework would be done for you already including instructions on how to go about logging/structuring packets. All that would be left for you would be using some logic to turn that into a working bot.Quote:
235/411 (where im in the c# for dummies) and its my second day in the tut
the point is , most of tuts online isn't fully written , they say later and it never comes
so umm was wondering , where u stopped in this tut is enough to make me able to do a proxy for private server (5095 encryption) ?
if not , what else do i need to get this shit working :) ?
thanks alot
just f6 or build give out this errorQuote:
Error 1 Unsafe code may only appear if compiling with /unsafe C:\Users\xxxxxxxxxxx\Downloads\Compressed\New folder\ProxyParadise\Native.cs 9 32 ProxyParadise
Error 2 Unsafe code may only appear if compiling with /unsafe C:\Users\xxxxxxxx\Downloads\Compressed\New folder\ProxyParadise\Native.cs 183 25 ProxyParadise