After seeing many "proxy" programs abuse trust and/or disappear I decided to make my own. I figured I might as well release it. Use it if you'd like. It runs off a similar system as my Emu I'm working on so you can get a general idea for it's power :o :P
The setup is simple. The config file is filled out as such:
ignore-id ignores certain packets (both directions) from being displayed on screen and in the log (limit 100 ids). Proxy port is your local port you change in the server.dat. Server address is the AUTH server's address. Game server address/port is obtained automatically.
I made it because I feel more comfortable using one I made without having to worry about someone stealing my account info. I don't even play CO anymore but it'd still suck to lose my stuff >.> Anyway, fill out the config, run, connect, viola. All packets are recorded on screen and in a packet.log file. Packets are dumped binary per line and can be read with a hex editor. It's not intended to be a hack program so don't ask me to implement hacks :[ The only thing it has is if you type /dc in game it disconnects you.
It was intended to be basic in case you were wondering. I originally made it for personal use but decided to release.
Any suggestions as to what to add (no "OMG ADD THIS HACK AND THAT HACK") please do tell.
[Only registered and activated users can see links. Click Here To Register...]
Tested and works with patch 4353
1.020
New features include :
Works with 4353! (potency patch)
Auto stig list (currently disabled -- 4353 fuxored it -- will fix soon)
1.010
New features include :
added a "special" id logger which spits out any packets matching that id to a separate file (limit 100)
able to use older (virtually any) clients with patch 4347
all commands are run through friends chat - no prefix on commands - in order to chat regularly use ! in front of your text (proxy removes the !)
not very many commands exist but I plan to add many many more when I come into some time to develop it more thoroughly
Link: [Only registered and activated users can see links. Click Here To Register...]
The setup is simple. The config file is filled out as such:
Code:
proxy-address = yourip server-address = 69.59.142.13 proxy-port = 9958 ;ignore-id = 1010 ;special-id = 1011
I made it because I feel more comfortable using one I made without having to worry about someone stealing my account info. I don't even play CO anymore but it'd still suck to lose my stuff >.> Anyway, fill out the config, run, connect, viola. All packets are recorded on screen and in a packet.log file. Packets are dumped binary per line and can be read with a hex editor. It's not intended to be a hack program so don't ask me to implement hacks :[ The only thing it has is if you type /dc in game it disconnects you.
It was intended to be basic in case you were wondering. I originally made it for personal use but decided to release.
Any suggestions as to what to add (no "OMG ADD THIS HACK AND THAT HACK") please do tell.
[Only registered and activated users can see links. Click Here To Register...]
Tested and works with patch 4353
1.020
New features include :
Works with 4353! (potency patch)
Auto stig list (currently disabled -- 4353 fuxored it -- will fix soon)
1.010
New features include :
added a "special" id logger which spits out any packets matching that id to a separate file (limit 100)
able to use older (virtually any) clients with patch 4347
all commands are run through friends chat - no prefix on commands - in order to chat regularly use ! in front of your text (proxy removes the !)
not very many commands exist but I plan to add many many more when I come into some time to develop it more thoroughly
Link: [Only registered and activated users can see links. Click Here To Register...]