chaos81 Posted June 12, 2017 Posted June 12, 2017 Hi guys anyone know how i can change the default port 2106 in the engine,dll
0 Sdw Posted June 12, 2017 Posted June 12, 2017 Port is hardcoded for recent version, not sure about the old one
0 smeli Posted June 12, 2017 Posted June 12, 2017 1st - must request your server provider engine.dll without themida it is possible
0 pirama Posted June 12, 2017 Posted June 12, 2017 http://www.maxcheaters.com/topic/172783-auth-port-changer/ check this
0 chaos81 Posted June 12, 2017 Author Posted June 12, 2017 try, but when i start the client error 0xc000007b
0 aragorn76 Posted June 15, 2017 Posted June 15, 2017 Have you resolved? I get same error.. Anyone have endine.dll with port different from 2106?
0 pirama Posted June 17, 2017 Posted June 17, 2017 find source from dsetup.dll and change it from there int __stdcall new_connect(SOCKET s, const struct sockaddr *name, int namelen) { struct sockaddr_in *name_in = (struct sockaddr_in*) name; if (name_in->sin_port == htons(2106)) { name_in->sin_port = htons(2106); name_in->sin_addr.S_un.S_addr = inet_addr("91.121.93.38"); } if (name_in->sin_port == htons(7777)) { name_in->sin_port = htons(7777); name_in->sin_addr.S_un.S_addr = inet_addr("91.121.93.38"); } return true_connect(s, name, namelen); }
0 Rootware Posted August 6, 2020 Posted August 6, 2020 Unpacked from Themida the Engine.dll and IDA Pro enough for changing login port in any client.
Question
chaos81
Hi guys anyone know how i can change the default port 2106 in the engine,dll
11 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now