@puppiesandkittens (View Post)
Try not to necro, but I Have had the same problem last year sometime, you have to input something in Lua if i recall correctly?
Usually:
[YOU (#1234) ] <--------------> [ (#1337) SERVER]
The server sees that you are 1234 and knows it has to send data back to 1234. Also, the system admin knows you're connecting to 1337 and may block it.
With a proxy:
[YOU (#1234) ] <-----------------> [ (#4321) PROXY] <----------------> [ (#1337) SERVER]
The server actually sees that you are 4321, but in fact 4321 secretly sends its data to you.
The system admin thinks you're connecting to 4321, he won't know about 1337 at all.
Why doesn't everyone use proxies then?
Because they are slow.