Jump to content

Recommended Posts

Posted

Hi guys :) i botted on L2Reloaded (Hellbound), yesterday they made an update... After that when i try to log in i couldn't it says

"Logging" and nothing :S, when i replace the files again (with server's updarer) i can log but without L2Walker! Any ideas? If someone finds something u can freely pm me. Bye!

Posted

New server IP:85.14.217.57

 

PS: I'd really appreciate if you could share the walker that you're using...(I'd give you +1 karma if it really works)

Posted

Im trying to get ig walker as well

 

I have walker 2.01 hb client

 

My host files

 

# Copyright © 1993-1999 Microsoft Corp.

#

# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.

#

# This file contains the mappings of IP addresses to host names. Each

# entry should be kept on an individual line. The IP address should

# be placed in the first column followed by the corresponding host name.

# The IP address and the host name should be separated by at least one

# space.

#

# Additionally, comments (such as these) may be inserted on individual

# lines or following the machine name denoted by a '#' symbol.

#

# For example:

#

# 102.54.94.97   rhino.acme.com # source server

#   38.25.63.10   x.acme.com # x client host

127.0.0.1 vip.towalker.com

127.0.0.1 vip1.towalker.com

127.0.0.1 vip2.towalker.com

127.0.0.1 vip3.towalker.com

127.0.0.1 vip4.towalker.com

127.0.0.1 vip5.towalker.com

127.0.0.1 vip6.towalker.com

127.0.0.1 vip7.towalker.com

 

My set.ini

 

[PATH]

LoginServerIP=85.14.217.57

LoginServerPort=2106

ProtocolVersion=831

ServerList=[01]Reloaded

L2_PATH=D:\xxxx\xxxxx\system\l2.exe

 

 

Not working, it just run the game when u hit run on the walker screen

 

I need to crack walker change smth?

 

Posted

IG walker for Reloaded (HB) (packed by a friend of mine, read the instructions inside):

 

http://files.filefront.com/L2Reloaded+IG+walkerInstrsrar/;13080482;/fileinfo.html

 

L2net

 

http://files.filefront.com/L2NET+for+L2ReloadedInstrsrar/;13080733;/fileinfo.html

 

(don't forget to change the IP since he packed it before the server transfer! New ip: 85.14.217.57)

 

Proof of L2net still working:

 

azertywx0.jpg

 

 

hf

Posted

When trying to login using oog walker 10.9.3 I get this far.

18:40:13 Link LoginServer Succeed.

18:40:17 Login LoginServer Success.

18:40:17 上次登录服务器[01]

18:40:17 服务器[01]当前在线率:44.83%,能否登陆:能

18:40:19 Link GameServer Succeed.

18:40:20 ->Login GameServer Fail.

 

What makes the gameserver fail. Is it a token issue? Blowfish or some other key failure? Or is it server sided which it can detect its oog walker trying to log in and blocks it?

Posted

I'm trying to get OOG l2net to work on L2Reloaded, but i get this problem.

 

12:12:04 AM :[loaded interface

12:12:06 AM :[ERROR: This copy of L2.Net is out of date! Please update to version 360

12:12:06 AM :[Hello HP_Administrator!

12:12:06 AM :[use of this program is only allowed if the included EULA.txt is accepted.

12:12:06 AM :[Motivation for development comes only through your donation!

12:12:06 AM :[Click "Help" -> "Donate" to make your donation today!

12:12:06 AM :[Thank you for your help, and happy botting!

12:12:08 AM :[loaded saved server list

12:12:08 AM :[loaded saved blowfish list

12:12:40 AM :[starting login Process

12:12:40 AM :[Connected to login server

12:12:41 AM :[Got RSA key

12:12:41 AM :[Got Blowfish key

12:12:41 AM :[lol gameguard

12:12:41 AM :[login info - packing username/pw

12:12:41 AM :[login info - rsa start

12:12:41 AM :[login info - rsa end

12:12:41 AM :[login info - gameguard start

12:12:41 AM :[login info - gameguard end/checksum start

12:12:41 AM :[login info - checksum end

12:12:41 AM :[login info - blowfish done

12:12:41 AM :[login info - sending login info

12:12:41 AM :[login info - login info sent

12:12:44 AM :[Encoding and sending server select

12:12:44 AM :[Opening connection to gameserver

12:12:44 AM :[Connection to game server open

12:12:44 AM :[Welcome to the game loop

12:12:45 AM :[gameserver - got packet encryption key

12:12:45 AM :[gameserver - missing client ID encryption key... going to continue

12:12:45 AM :[ERROR: crash: GameReadThread : Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.

12:12:45 AM :[ERROR: crash: GameSendThread : Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.

  • 3 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..