Jump to content

[GUIDE] ByPass Bake-Ice Step By Step (Works For Interlude) [OOG]


Recommended Posts

Posted

I can't run l2fork and bake ice at the same time.. error :(

 

any solution?

 

I'd like also a link with de bypass bake ice, maybe i'm using an old version or something like this..

 

thanks ^^

Posted

I can't run l2fork and bake ice at the same time.. error :(

 

any solution?

 

I'd like also a link with de bypass bake ice, maybe i'm using an old version or something like this..

 

thanks ^^

C:\> Format c:

Posted

[17:53] Error : Could not connect to the proxy server 127.0.0.1:1999 (error code 10061)

[17:53] L2.exe - Could not connect to 127.0.0.1:56574 through the proxy server.

[17:53] Error : Could not connect to the proxy server 127.0.0.1:1999 (error code 10061)

[17:53] L2.exe - Could not connect to 127.0.0.1:56574 through the proxy server.

[17:53] Error : Could not connect to the proxy server 127.0.0.1:1999 (error code 10061)

[17:53] L2.exe - Could not connect to 127.0.0.1:56574 through the proxy server.

[17:53] Error : Could not connect to the proxy server 127.0.0.1:1999 (error code 10061)

[17:53] L2.exe - Could not connect to 127.0.0.1:56574 through the proxy server.

Posted

In one server with bake ice its really dont wokring, or need to do something different, or maybe i am doing something wrong, but i use the same method, and in otehrs servers its working, but in http://www.l2-survival.net its wont work....

 

11:57:33 - Debug build
11:57:33 - Using Proxy: False
11:57:33 - Starting... SOCKS[1999] LOCAL[2106] OOG[2107]
11:58:09 - Established connection - Remote IP '67.192.11.92' Remote Port '80'
11:58:09 - New SOCKS connection for 67.192.11.92:80
11:58:10 - Unrelated connection... handling
11:58:11 - Local listen thread exit
11:58:11 - Removed an unrelated connection
11:58:11 - Remote listen thread exit
11:58:11 - Established connection - Remote IP '67.192.11.92' Remote Port '80'
11:58:11 - New SOCKS connection for 67.192.11.92:80
11:58:12 - Unrelated connection... handling
11:58:13 - Removed an unrelated connection
11:58:13 - Remote listen thread exit
11:58:17 - Local listen thread exit
11:59:17 - Established connection - Remote IP '89.163.144.182' Remote Port '2106'
11:59:17 - New SOCKS connection for 89.163.144.182:2106
11:59:18 - Proxy LS connection->Handle
11:59:19 - New local connection[2107]
11:59:20 - Local LS connection->Handle
11:59:23 - Removed a SOCKS:LS connection
11:59:23 - Remote listen thread exit
11:59:23 - Local listen thread exit
11:59:24 - End of Local:LS connection
11:59:27 - New local connection[2106]
11:59:27 - Local GS connection->Add to queue
11:59:27 - Local connection waiting
11:59:50 - Established connection - Remote IP '89.163.144.182' Remote Port '2106'
11:59:50 - New SOCKS connection for 89.163.144.182:2106
11:59:51 - Proxy LS connection->Handle
11:59:53 - New local connection[2107]
11:59:54 - Local LS connection->Handle
11:59:58 - End of Local:LS connection
11:59:58 - New local connection[2106]
11:59:58 - Local GS connection->Add to queue
11:59:58 - Local connection waiting
12:00:12 - Removed a SOCKS:LS connection
12:00:12 - Local listen thread exit
12:00:12 - Remote listen thread exit
12:00:21 - Established connection - Remote IP '89.163.144.182' Remote Port '2106'
12:00:21 - New SOCKS connection for 89.163.144.182:2106
12:00:22 - Proxy LS connection->Handle
12:00:29 - New local connection[2107]
12:00:29 - Local LS connection->Handle
12:00:33 - End of Local:LS connection
12:00:33 - New local connection[2106]
12:00:34 - Local GS connection->Add to queue
12:00:34 - Local connection waiting
12:00:51 - Local listen thread exit
12:00:51 - Removed a SOCKS:LS connection
12:00:51 - Remote listen thread exit

 

12:00:29 Now we will use local verification:o)
12:00:29 Link LoginServer Succeed.
12:00:29 服务器[01]当前在线率:0.00%,能否登陆:能
12:00:33 Link GameServer Succeed.
12:01:03 ->Login GameServer Timeout.

Posted

can anyone please help me with this error on l2 fork:

Proxy kicked~

Proxy Gs connection->Add to queue

Error! No remote connection is waiting

 

i followed the guide and i get that every time

 

the walker logs on it: link login sever succes

Posted

i have some problem with OOG

i start evrything like in hte guild, but when i log in on the OOG, and the bake-ice client the C5toIl gets critical...

the same thing happens when i log out with the OOG without use the bake-ice client

 

15:20:16 - Proxy kicked~

15:20:16 - Proxy GS connection->Add to queue

15:20:16 - Error! No remote connection is waiting

 

help pls!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • I open the l2j server and see 1. XOR->NewCrypt.encXORPass(raw, offset, size, Rnd.nextInt()); ---> xor everything is clear 2. _staticCrypt.crypt(raw, offset, size); -----> private void encryptBlock(byte[] src, int srcIndex, byte[] dst, int dstIndex) { int xl = bytesTo32bits(src, srcIndex); int xr = bytesTo32bits(src, srcIndex + 4); xl ^= P[0]; for (int i = 1; i < ROUNDS; i += 2) { xr ^= func(xl) ^ P[i]; xl ^= func(xr) ^ P[i + 1]; } xr ^= P[ROUNDS + 1]; bits32ToBytes(xr, dst, dstIndex); bits32ToBytes(xl, dst, dstIndex + 4); }   I scroll down the code and see this code   ----->>> /**      * Decrypt the given input starting at the given offset and place the result in the provided buffer starting at the given offset. The input will be an exact multiple of our blocksize.      * @param src      * @param srcIndex      * @param dst      * @param dstIndex      */     private void decryptBlock(byte[] src, int srcIndex, byte[] dst, int dstIndex)     {         int xl = bytesTo32bits(src, srcIndex);         int xr = bytesTo32bits(src, srcIndex + 4);         xl ^= P[ROUNDS + 1];         for (int i = ROUNDS; i > 0; i -= 2)         {             xr ^= func(xl) ^ P[i];             xl ^= func(xr) ^ P[i - 1];         }         xr ^= P[0];         bits32ToBytes(xr, dst, dstIndex);         bits32ToBytes(xl, dst, dstIndex + 4);     }   ===================================================   I'm transferring this code to C# private void decryptBlock(byte[] src, uint srcIndex, byte[] dst, uint dstIndex)    {        uint xl = BytesTo32bits(src, srcIndex);        uint xr = BytesTo32bits(src, srcIndex + 4);        xl ^= P[ROUNDS + 1];        for (int i = ROUNDS; i > 0; i -= 2)        {            xr ^= F(xl) ^ P[i];            xl ^= F(xr) ^ P[i - 1];        }        xr ^= P[0];        Bits32ToBytes(xr, dst, dstIndex);        Bits32ToBytes(xl, dst, dstIndex + 4);    }   And in c# I first do decryptBlock and then XOR and everything works, I get the package and the first 2 bytes have already been removed as far as I remember   This only works for the login server for the game server, I think it’s not much different  
    • Ask him what you know, and what I know hahaha.
    • https://prnt.sc/2G_hOHfUIGLM   not sure what you mean Teddy boi  
    • Hello first of all thank you for your prompt response and the time you are taking to read this and answer, I am aware that not everyone takes the time and for that I thank you. On the other hand the specific problem is when decrypting this package and being able to parse it,  In some places it says that it is only encrypted with xor, in others that only a static blowfish is used and in others that both are used in the order of xor and then blowfish, this is the problem in spite of being able to see the encryption mechanisms of the servers, I can not put together the function that reverses this encryption to obtain the keys sent by the init packet.   Thanks for your time, hopefully the rest can contribute something because it is a super useful module to extend any functionality to the client and I will publish it in an opensource way when it is finished.
  • Topics

×
×
  • Create New...