Jump to content

Recommended Posts

Posted

Privet vsem.

Ya polzovolsya bagom na odnom server,bug na dupe vseh resursov ispolzuya SS v trade (mogu raskozat popodrobnei).

Bug perekrili,takoi je bug pohojii est s Broadcasting Crystal,kak im polzevatsa? Ya takje znayu mojno is GateKeeper ego delat ili s kokimto skilom.

Pomogite pojaluista.

Posted

Розкажы подробнее о твоем дюпе, может поможем.

 

Pervii bug bil 4to sozdaiew 2 novih 4ara 1 lvl,udalyaew vse krome orujie,staviw soulshots na panel.... Kidaew odin drugomu trade,lojew v trade 2 soski,najimaew OK i na panalke vklyu4aew avtomati4eskii rejim sosak,drugim 4arom najimaew na cancel. Dealew opyat trade,kidaew stopkovie resursi,najimaew na obah OK,oni kokbuto propodayut s inventorya no kogda delaew restart to vse normalno,u tebya polu4aetsa 2 raza bolwe.

Vtoroi bug kotorii tak i ne ponyal kak delat,rabotaew v tom je smisle,tolko nado kidat odin drugomu trade,a vtorim 4erez Broadcasting crystal nad portanutsa (tipa smotret obsor igri) a vot 4to potom delat ya ne znayu :/

  • 4 weeks later...
  • 2 weeks later...
Posted

тут есть дюп для хелбаунда\грации\камаеля с маленьким хайдом?

Тут его вобще нету... Я знаю один рабочий дюп для l2j, но он тоже не для паблика...

  • 2 months later...
Posted

если чесно, я не понял что ты имеиш веду...

Во-первых юзайте поиск, во-вторых, ищите не только в русском отделе форума. Например там где греки, тоже можно посмотреть.

  • 2 weeks later...
Posted

ludi a na kakih serverah vi igraete? kinte ssilki jilatelno na CGracia final. a to ne magu naiti norm server..ya shas na l2sfinx.go.ro, on uje zadral:) sorry shto ne vtemu tak

  • 1 month later...
Posted

Все тут есть, искать глазами а не жопай.

Правильно я тут такое нашол без хаида что страшно !

тут есть 2 дюпа хаид 100-200 реально рабочих ,1 пакетником другои через кристал но делается долго! ах да скрипт на дюп есть через ВХ правда без понятия как его юзать..........

Posted

NLObP

бывает и более страшные баги выкладываются без хайда, после чего правда всё равно прячут, но если успеть можно увидеть невообразимое.

Что у тебя там за скрипт дюпа через вх? - 1млн посылка в одна сторону, 1 млн в другую?

Posted

essential

 

та я его не разбирал времени както не было .... ну предметы видет поищи тут на англ форуме....

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 have this question.  Wich is the first byte?  
    • Works Sure of Intelude C6! This script is used to modify the login and game server ports inside engine.dll without requiring any changes in l2.ini. The modification happens directly within the binary data of engine.dll, ensuring that the client connects to the new ports.   Python Script:   import os # New Ports NEW_PORT_2106 = 8888 # Login Server 8888 NEW_PORT_7777 = 9999 # Game Server 9999 # Μετατροπή σε HEX (Little Endian) OLD_HEX_2106 = bytes.fromhex("3A 08") # 2106 NEW_HEX_2106 = NEW_PORT_2106.to_bytes(2, "little") OLD_HEX_7777 = bytes.fromhex("61 1E") # 7777 NEW_HEX_7777 = NEW_PORT_7777.to_bytes(2, "little") # DLL with open("engine.dll", "rb") as f: dll_data = f.read() # Replace dll_data = dll_data.replace(OLD_HEX_2106, NEW_HEX_2106, 6) dll_data = dll_data.replace(OLD_HEX_7777, NEW_HEX_7777, 8) # Save New DLL with open("engine.dll", "wb") as f: f.write(dll_data) print(" New DDL save as 'engine_patched.dll'") print(f" - Login Server Port: {NEW_PORT_2106} (Your New Port)") print(f" - Game Server Port: {NEW_PORT_7777} (Your New Port)") print(" Replace engine.dll with a new!") What This Script Does Defines New Ports Login Server: Changes the default port 2106 to 8888. Game Server: Changes the default port 7777 to 9999. You can change these values to any ports you want!  Converts Ports to HEX Format (Little Endian) 2106 → 3A 08 (old) → Converted to 8888 (22 22 in HEX). 7777 → 61 1E (old) → Converted to 9999 (0F 27 in HEX). Reads engine.dll Opens engine.dll in binary mode and loads its content. Replaces Old Port Values with the New Ones Finds hexadecimal values representing the old ports inside engine.dll and replaces them with the new ones. Replaces 6 occurrences of 2106 and 8 occurrences of 7777. Saves the Modified DLL Writes the updated data back into engine.dll, effectively patching it. Prints Confirmation Messages Confirms that engine.dll has been patched successfully. Displays the new port values.   No need to modify l2.ini since the changes are applied directly inside engine.dll. Works automatically without requiring manual editing of the client files. Ensures correct connection ports for the Lineage 2 client.   Run the script to patch engine.dll. Replace the old engine.dll with the patched one in the Lineage 2 system folder. Launch the client—it will now connect to the new ports (8888 for login and 9999 for game server).
    • I have much more than you think, when I see someone reselling my files, I will publish them as happened with the criminal Unklonsoldier (Mariano Canteros). gg ultra
    • Does anyone have the patch as they removed it? I want to take some features.
  • Topics

×
×
  • Create New...