How to Open a URL in the Interlude Client?

StreetPlayerxD

Выдающийся
VIP
Старожил I степени
Сообщения
136
Розыгрыши
0
Решения
2
Репутация
1
Реакции
12
Баллы
1 330
In Interlude, the client does not have a normal native L2 packet to open an external browser URL directly.

The working method is through an HTML bypass, for example:

<a action="bypass open?url= " msg="Open website?">Open Website</a>

I don't want to pay for ActiveAnticheat or SmartGuard.

Because I'm still developing it.
 
ну я как то задавался таким вопросом
потом даж посмотрел реализацию у битхака но там был вроде хф

даж смотрел такое, но потом передумал
возможно проще будет подтянуть AwesomiumProcess.exe и Awesomium.dll как это сделал нц сотф, но над покопаться как именно)
 
Запрещено публиковать исходный код без BB-кода — CODE
You mean inside l2? or open it from l2 to your default browser?
ну я как то задавался таким вопросом
потом даж посмотрел реализацию у битхака но там был вроде хф

даж смотрел такое, но потом передумал
возможно проще будет подтянуть AwesomiumProcess.exe и Awesomium.dll как это сделал нц сотф, но над покопаться как именно)

<button value="Website" action="url http : // google .com/" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_Info_Down" fore="L2UI_CT1.OlympiadWnd_DF_Info">

I'm saying open the URL and redirect to the website. Just like modern clients do.

I'm not going to buy just Active Anti-Cheat or SmartGuard just to test some in development.

-
Я имею в виду, что нужно открыть URL-адрес и перенаправить на веб-сайт. Так же, как это делают современные клиенты.

Я не собираюсь покупать Active Anti-Cheat или SmartGuard просто для тестирования в процессе разработки.
 
<button value="Website" action="url http : // google .com/" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_Info_Down" fore="L2UI_CT1.OlympiadWnd_DF_Info">

I'm saying open the URL and redirect to the website. Just like modern clients do.

I'm not going to buy just Active Anti-Cheat or SmartGuard just to test some in development.

-
Я имею в виду, что нужно открыть URL-адрес и перенаправить на веб-сайт. Так же, как это делают современные клиенты.

Я не собираюсь покупать Active Anti-Cheat или SmartGuard просто для тестирования в процессе разработки.
так а причём тут покупка к разработке?
там насколько я понял требуется только написть длл с хуком на открытие хтмл или действие или чёто такое
думаю если поковырять нейронку пару дней то она выдаст требуемый результат

либо пропросить любителей с++ и хуков нафоруме...
 
In Interlude, the client does not have a normal native L2 packet to open an external browser URL directly.

The working method is through an HTML bypass, for example:

<a action="bypass open?url= " msg="Open website?">Open Website</a>

I don't want to pay for ActiveAnticheat or SmartGuard.

Because I'm still developing it.

 
I already have the bypass on the server side, but what about the client side? I'm using Interlude.

What do I have to do?
 
Desktop.browse() executes on the machine where the Java process is running not on client's pc.
I'm not relevant with interlude client, but I don't think that this is achievable without dll extension.
 
Последнее редактирование:
Desktop.browse() executes on the machine where the Java process is running not on client's pc.
I'm not relevant with interlude client, but I don't think that this is achievable without dll extension.
Correct, its meant for testing purposes while he is still working on his server, not a permanent solution for when he goes live.
 
Последнее редактирование:
Назад
Сверху Снизу