pirama Posted August 25, 2016 Posted August 25, 2016 How to hide IP from l2.ini ? from l2.ini only you can if use extends dll file if (name_in->sin_port == htons(2106)) { name_in->sin_port = htons(2106); name_in->sin_addr.S_un.S_addr = inet_addr("192.168.1.100"); } if (name_in->sin_port == htons(7777)) { name_in->sin_port = htons(7777); name_in->sin_addr.S_un.S_addr = inet_addr("192.168.1.100"); }
V e n { } m Posted August 25, 2016 Author Posted August 25, 2016 Can you give me tutorial how to extends dll file or show me example?
ElitePlayer Posted August 25, 2016 Posted August 25, 2016 why hide ip from l2.ini if you can discover with other methods?
Celestine Posted August 25, 2016 Posted August 25, 2016 Can you give me tutorial how to extends dll file or show me example? even if you hide the ip it's easy to be found.
RealspeedVIP Posted August 25, 2016 Posted August 25, 2016 even if you hide the ip it's easy to be found. its easy if you know how ..
RealspeedVIP Posted August 25, 2016 Posted August 25, 2016 why hide ip from l2.ini if you can discover with other methods? can you show me the other mothods?
ganjaradio Posted August 25, 2016 Posted August 25, 2016 if u open the srv with l2tower there will be the ip with a pm
V e n { } m Posted August 25, 2016 Author Posted August 25, 2016 (edited) ok so ... i think there is no way to hide the ip. Lock. Edited August 25, 2016 by V e n { } m
Recommended Posts