Jump to content

Recommended Posts

Posted

Ένας εύκολος τρόπος να κλέψετε είναι να κάνετε έναν κωδικό και να ξέρετε το email και να μπείτε στο παιχνίδι να πείτε δίνω τζάμπα τον κωδικό μου...

Άμα τον πάρει κάποιος και βάλει μέσα καλά πράγματα(Items)Πηγαίνετε στο site του server και πατάτε στο "Lost Password"...

Σας στέλνουν τον κωδικό στο email και αλάζετε τον κωδικό και παίρνετε ότι είχε βάλει ο άλλος μέσα...

GOOD LUCK...

Posted

dn mporei na alaksei email to 'thima'?

Analoga Ton Server....

dn katalaba apolitos tpt ligo pio analitika kai me photos

Leei Oti As Poume Exeis char ston gold kai theleis na vgaleis items...Mpaineis In-Game k dineis to acc s enan ligo psagmeno...Meta Allazeis to acc apo to e-mail sou kai exeis oti ton char s pali pisw me tis allages pou eixe kanei to thuma...Bebaia Afto Mporei Na SOu Stuxisei kathos diskola tha vreis thuma pou na afisei ta items mesa sto acc s k na mn ta parei na ta valei sto diko tou...

Posted

e eisai noobas ama den katalaves

pantos afto t kseroune kai i gates p den exw

Kala Tora Tin Eipes Tn E3ipnada Sou..I Alitheia einai pws dn to e3igei kala...San Ton Antiproedro tou edessaiko to leei...k prose3e ton tono sou!!

Posted

e eisai noobas ama den katalaves

pantos afto t kseroune kai i gates p den exw

afou tou kseroun kai oi gates s p dn exeis

 

eksigiseto m tora omos i edo i se pm ego protimo edo gia na ta katalaboun kai oi ipoloipoi p dn to katalaban opos ego

 

Posted

OMG!!!!! Arnoume na pistepsw oti yparxei anthrwpino on toso ilithio p na parei ena agnwsto acc k na to kanei main t.... !!!!! einai mia diadikasia 2 leptwn na kaneis create acc me to diko s e-mail k akoma an exei mesa o alos megala char TI SKATA LINEAGE PEZEIS AN DN NIWSEIS TO KAPSIMO T NA ANEBASEIS TON DIKO S XARAKTHRA!!!!!!!!!!!!!!!!!!!!!!!!!!!! WTF!!!!!!!!!!!!!!!!!!!!!!!! ti diabazw prwiniatika....

Posted

re paidia einai xaz0 auto pou lete!

egw dinw to acc se kapoion gia na parei ta items oxi gia na mpei na parei ton char kai na exei to name mou! etsi paei! dn einai sou dinw to acc mporeis na paizeis me auto :S

Guest
This topic is now closed to further replies.


  • Posts

    • Hi, great work! Are there any bugs? And will it work with a high five?
    • For others that would like to understand in more details:   The login server also uses a protocol (sent by the server to the client in the very first packet). For instance, the C4 client (the one I'm developing my emulator for) expects the protocol number `50721` (or `0xc621`) which works as follow (from what I've gathered): Preamble: L2 packets are divided into two parts: size and payload; As mentioned, every packet starts with two bytes containing the whole packet size (thus including those two bytes, e.g. a packet of size 15 will have the number `15` written onto its first two bytes and a following payload of 13 bytes); For login server, first byte of the payload is the opcode (game server must deal with variable-sized opcodes); Next bytes are the packet content; Before sending the packet, its buffer size (minus the initial two bytes) is padded to 8 bytes (required by upcoming Blowfish encoding); A checksum of the packet is appended at the end, then the payload is again padded to 8 bytes; If the opcode is not `0` (also written as `0x00`), then the payload is encoded by Blowfish; Packet is sent over the network. You can have a look at my implementation (in C++) here (do note I'm assuming little-endian).   In this protocol, the auth packet (`0x00`) sent back by the client is RSA encrypted using the RSA modulus sent in the first server packet, inserted right after the protocol number.  
    • Hello guys I wanna buy some  Lessons for an L2J Developer
    • Let me give you something for inspiration and get you addicted to bot AI     And a siege 😛     What I have notice helps a lot the LLM to act real, is to give it a real-persons background. So for each LLM in the context beggining, besides the L2 facts, give it a real-life back story "You are a 67 years old retired nurse who plays Lineage 2 while her husband reads his newspaper, you are calm, collected but get mad if insulted". But that makes for a creative bot but its repetitive. So what you can also do, is pick random 20 news sites and for each bot every 2-3 days, initialize a context that is affected by the "news" the bot reads in the "real world".  So for example there's Iran - US war ok ? You take the news, put it in an LLM and ask it, extract the "abstract feelings" that this news piece invokes into you without mentioning anything related to the news. Then you take the result and inject it to the bots LLM prompt after its backstory.  This leads to some VERY human-like behavior from bots. 
  • 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..