Jump to content

[Guide] How to Find Token! (C3/C4/T0 Servers)


Recommended Posts

Posted

i cant find the $revision string on the engine dll .hex file :S can i try something else?

 

 

 

EDIT: i found it...set it up for agahmins walker...but it wouldnt work...it will connect to the login server..but it wont login.

 

i tried different protocol versions and still nothing....anyone help me please... http://forum.versuvio.net/index.php?showforum=19

Posted

Maxtor or someone i need your help.

 

 

 

I am playing in morpg server.

 

I used the guide to find tokens but now it seems that server has a new protection system that makes to me imposible to find token. It´s C4 server.

 

Here i give the the engine.dll:

 

 

 

http://rapidshare.de/files/23152112/EngineMORPG.rar.html

 

 

 

Pliz help me with this!

 

 

 

Thanks again Maxtor...

Posted

how i can find the TOKEN ????

 

 

 

any1 has a walkthrough ???

 

 

 

i searched all posts but no1 can tell me how to get it!!!!!!!

 

 

 

PLz help me HOW i can find the TOKEN in ASCII or the Versioncheckpacket???

 

 

 

 

 

WOOT now i find it :) but i cant connect :(

Posted

yea i mean i found the token of paradise

 

 

 

[Options]

 

Title=L2Walker 10.6.8

 

Server=l2paradise

 

Token=5F 3B 35 2E 5D 39 34 2D 33 31 3D 3D 2D 25 78 54 21 5E 5B 24

 

OffSet=$0053A3A8

 

 

 

 

 

but i cant onnect cause of this damn update...

 

 

 

its the token from the l2.exe in the engine.dll so its useless

 

 

 

 

 

nothing changed since some weeks

  • 3 weeks later...
Posted

I'm playing L2 Unlimited (auto account creation) : http://69.60.124.19/

 

 

 

I found port, protocol, ip

 

 

 

http://img218.imageshack.us/img218/6783/12fx4.jpg

 

 

 

http://img67.imageshack.us/img67/426/28ou.jpg

 

 

 

LoginServerIP=69.60.124.19

 

LoginServerPort=2106

 

ProtocolVersion=660

 

 

 

Do i need to know other things than Ip, Port, ProtocolVersion ? I use default Token (It's same for all C4 servers right?) and offset.

 

 

 

When i try to connect it says:

 

17:27:26 Enjoy!

 

17:27:27 Link LoginServer Succeed.

 

17:27:28 ->Login LoginServer Fail.

 

 

 

Could some one help me with this?

 

 

 

Heres my files:

 

Engine.dll : http://rapidshare.de/files/24644846/Engine.dll.html

 

 

 

My eL2Walker 10.6.4 folder: http://files.filefront.com/eL2Walker1064FULL_Lineage_Un/;5250358;;/fileinfo.html

Posted

same to me, im playing MORPG server and i cant connect:

 

 

 

it says:

 

 

 

Link LoginServer succeed.

 

Login LoginServer fail.

 

 

 

LoginServerIP=201.212.1.62

 

LoginServerPort=2106

 

ProtocolVersion=656

 

 

 

Title=L2Walker 10.6.6

 

Server=Morpg

 

Token=(i couldn't find it)

 

OffSet=$0053C390

 

 

 

the web site: http://www.morpg.com.ar

 

 

 

the engine.dll: http://rapidshare.de/files/25757369/Engine.dll.html

 

 

 

im using agahnim's walker with options.ini and set.ini modified of course.

 

 

 

Please! can some1 test it? tnx!

Posted

Suomipoix

 

 

 

all servers that use: ProtocolVersion=660

 

are l2j server.

 

 

 

search the topic how configure l2j servers.

 

 

 

bb,

 

 

 

Adlerbr

Guest
This topic is now closed to further replies.



  • Posts

    • fixed the flickering , if you noticed to an other specific page please let me know
    • 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..