Jump to content

Recommended Posts

Posted
Kapia keyloggers den anixneuontai apo kanena anti-virus giati polli apla den einai trojans ' date=' den xero an einai safe i oxi ego pantos den tha to riskaro na to xrisimopihso..

 

Ama exete prob tote katebaste afto to engine.dll

 

xoste to mesa sto system kai istera trexte to game apo to l2.exe

 

 

 

nai einai anas tropos sosta ala ti ginete otan bgi kapio update ? trexa gireue e? tsp thx gia tin enalaktiki lisi :D

Posted
ok sinopsisi gia na gino pio ksekatharos as poume

 

 

 

afou brika ta bytes eftiaksa stin arxi enan loader me tin xrisi tou dza_patcher.exe

 

 

 

omos o filos mas o baron anixneyse trojan me to diko tou antivirus

 

gi'ayto lipon eftiaksa alon loader me to diablo2oo2's Universal Pacher 2.10.1 apo ton filo mas ton diablo2oo2 :) kai ap'oti dixnoun ta apotelesmata ton perisoteron antivirus is virus free! :D

 

 

 

ok lipon gia tous dispistous as ftiaksoun enan loader moni tous oriste ta bytes addr: 540071 new: EB org: 74

 

 

 

POLi apo esas tha anarotithikan giati bre then ftiaxneis esi enan loader? i apantisi einai apli o updater einai packed me aspack

 

 

 

gia na ftiakso to loader xrisimopiisa to OLLYDBG debuger

 

parapano plirofories pisteyo pos periseyoun se ayto to forum sosta? tsp

 

 

 

Entaksi anapneyste eleythera tora :D

 

ti ksereis apo assembly kai hexing? are you good enough? :?:

Posted
btw to original source tou updater einai edw: http://rapidshare.de/files/9020038/client_source.rar.html (default updater)

 

 

 

gia na allaksete picture pigenete l2u_client_main.dfm kai allakste to Picture.Data = {

 

 

 

nice thx :D

  • 2 weeks later...
Posted
ego exo ena error CRC32 failed... :/

 

 

 

fenete sou elikse prin mprolabis na paris tin teleytea version tou updater o loader exei ftiaxti gia tin teleytea!

 

 

 

this because your bnb updater is the old version you need the last one

Posted

Paleva me ta olly kai ta loipa kai tote arxise na mou to vgazei to error :P pls dose info pos mporo na ftiakso kai go ena loader, apla gia na matheno :)

Posted

tools:

 

-Quick Unpack v1.0 b3

 

-Ollydbg v1.10

 

-Universal Pacher 2.10.1

 

 

 

search at www.google.com

 

 

 

The updater is packed with ASPack 2.12 ! use the Quick Unpack to unpack it real easy :) open the file press ">" button and after Unpack Now!

 

 

 

after finish the first step the new unpacked file saved as BnBC3update__.EXE open this file with Ollydbg and when loading complete do a right click in main CPU window and select [search for --> All referenced text strings] a new window has appears search for ASCII "Expired" double click at this line

 

 

 

ok we are in tha main check procedure search above and you can see this code

 

0054006F |. 84C0 TEST AL,AL <-- check if program expired

 

00540071 |. 74 15 JE SHORT BnBC3upd.00540088 <--- and if is not load the program

 

 

 

the only thing we need to do is to change the JE ... to JMP ... so load the program even if expired

 

 

 

to do this easy double click the JE SHORT BnBC3upd.00540088 and replace JE with JMP ok... after this edit you can see a small change to hex bytes at the right marked with red by olly 74 15 changed to EB 15 :) THe file is now Cra..d ! but we can't end it here WHY? Because if we save this new fixed file the size will be differend than default updaters size and after loader starts compare the servers updader SIZE and because is defferend download the the other one! THE solution here is to make a loader ! that patch the updater with our bytes after load in memory i use the diablo2oo2's Universal Pacher 2.10.1

 

 

 

keep in mind what we change (offset: 00540071 hex byte 74 15 to EB 15)

 

 

 

ok lets start the final simple!! step

 

open Universal Pacher 2.10.1 create a new project with New Project button if you whant edit Patch Info (double click to edit) click to Add button and select Offset Patch now double click it at the list a new window Offset Patchdata has appears ok 1. in File: select the bnb updater 2. check the VirtualAddress Mode [PE file] 3. at Add and Edit box fill the Offset (540071) the Original byte (74) and the Patched Byte (EB) click Add

 

and after Save button tatan we are ready for the last click :D at Create Loader button !!!! if you want to add custon icon in loader before Create the Loader change it under Settings Tab enjoy and have a lot of fun!!! mm and something more sry about my english :P

Posted
tools:

 

-Quick Unpack v1.0 b3

 

-Ollydbg v1.10

 

-Universal Pacher 2.10.1

 

 

 

search at www.google.com

 

 

 

The updater is packed with ASPack 2.12 ! use the Quick Unpack to unpack it real easy :) open the file press ">" button and after Unpack Now!

 

 

 

after finish the first step the new unpacked file saved as BnBC3update__.EXE open this file with Ollydbg and when loading complete do a right click in main CPU window and select [search for --> All referenced text strings] a new window has appears search for ASCII "Expired" double click at this line

 

 

 

ok we are in tha main check procedure search above and you can see this code

 

0054006F |. 84C0 TEST AL' date='AL <-- check if program expired

 

00540071 |. 74 15 JE SHORT BnBC3upd.00540088 <--- and if is not load the program

 

 

 

the only thing we need to do is to change the JE ... to JMP ... so load the program even if expired

 

 

 

to do this easy double click the JE SHORT BnBC3upd.00540088 and replace JE with JMP ok... after this edit you can see a small change to hex bytes at the right marked with red by olly 74 15 changed to EB 15 :) THe file is now Cra..d ! but we can't end it here WHY? Because if we save this new fixed file the size will be differend than default updaters size and after loader starts compare the servers updader SIZE and because is defferend download the the other one! THE solution here is to make a loader ! that patch the updater with our bytes after load in memory i use the diablo2oo2's Universal Pacher 2.10.1

 

 

 

keep in mind what we change (offset: 00540071 hex byte 74 15 to EB 15)

 

 

 

ok lets start the final simple!! step

 

open Universal Pacher 2.10.1 create a new project with New Project button if you whant edit Patch Info (double click to edit) click to Add button and select Offset Patch now double click it at the list a new window Offset Patchdata has appears ok 1. in File: select the bnb updater 2. check the VirtualAddress Mode [PE file'] 3. at Add and Edit box fill the Offset (540071) the Original byte (74) and the Patched Byte (EB) click Add

 

and after Save button tatan we are ready for the last click :D at Create Loader button !!!! if you want to add custon icon in loader before Create the Loader change it under Settings Tab enjoy and have a lot of fun!!! mm and something more sry about my english :P

 

 

 

8) nice guide !!!!

Posted
ÊáëçóðÝñá áðü BNB åßìáé. Ðåò åõ÷áñéóôþ ðïëý óôïí Nioshooter ãéá ôéò ðëçñïöïñßåò. Ìáò âïÞèçóå ðïëý êáé èá ðÜñåé ôéò åõ÷áñéóôßåò ìáò áðü ôï forum ìáò. HF êáëÞ óïõ íý÷ôá

 

 

 

 

nioshooter gratz! eixa pm apo bnb devs :P

Posted
ÊáëçóðÝñá áðü BNB åßìáé. Ðåò åõ÷áñéóôþ ðïëý óôïí Nioshooter ãéá ôéò ðëçñïöïñßåò. Ìáò âïÞèçóå ðïëý êáé èá ðÜñåé ôéò åõ÷áñéóôßåò ìáò áðü ôï forum ìáò. HF êáëÞ óïõ íý÷ôá

 

 

 

 

nioshooter gratz! eixa pm apo bnb devs :P

 

 

 

 

 

ahhaa gia na fantastis ti xaza atoma iparxoun sto forum tou bnb!!!! to eixa kanei post ekei kai enas blakas ti ekane post sto kapaki ?? mprabo ha*kera banned :evil: e tsatistika ki ego kai den ksanakana post ekei ! :twisted:

 

 

 

 

 

tsp BNB devs parakalo xerome pou boithisa :P BnB rulez in lineage 2!

Guest
This topic is now closed to further replies.



  • Posts

    • 🎁 Double the Impact, Half the Cost! from 25/10/2025 until 25/12/2025 Renew your Donation Panel now and save 50% because supporting others should reward you too. 💡 Use code BLACKFRIDAY at checkout! https://hopzone.eu/store/product/26-donate-panel-v5/   About Donate Panel v5 PAYMENT IN EASY 5 STEPS Login with your character name. Select the donation service (Paypal Stripe Payeer MercadoPago 🆕). Select the amount of payment. Pay. 😎 Automatically recieve the reward ingame (and yes) while he is online! 🤯 PAYMENT METHODS Paypal Stripe accepts credit cards, debit cards, ACH transfers, Apple Pay, Google Pay, Microsoft Pay, and various local payment methods from around the world. Payeer accepts BTC, LTC, ETH, DASH, BCH, USD, EUR, RUB wallets MercadoPago accepts ARS, BRL, CLP, MXN, COP, PEN, UYU. PROTECTION Full SSL website (can be forced by htaccess) XSS Protection just in case. Remove vulnerability headers in htaccess level Session Validation COOKIE, POST, GET global inputs are sanitized SQL Injection protection Query String protetion Prepared statements of PDO driver (no sql injection there) Google Invisible Captcha v3 (NEW) Last but not least security through obscurity SEO & PUBLIC MANAGEMENT SEO Friendly urls (in htaccess level) Google Analytics and GTAG Code ready. Terms of use ready to go Refund policy ready to go Contact All the TERMS text are showing config dynamic item images/text with server's name and more OPTIMIZATION AND SPEED Zip Content (faster load) Memory save (unloading global vars) Using CDN’s for bootstrap Scripts are loaded in footer Images are soft to max 10kb Small and smart organized code style FUNCTIONALITIES Multilanguage (4 languages so far) EN ES NL EL (Easy to add more) Payment methods Paypal, Stripe, Payeer and MercadoPago After payment or cancel the user is redirected back to “Thank you” page. TECHNOLOGIES Bootstrap 5x CSS PHP 5.6+ (for l2off) and PHP 7.4+ (for java) Extensions for php: MySQL (L2Java), pdo_dblib(L2OFF), pdo_sqlsrv(L2OFF), mssql_connect (L2OFF) and PDO Drivers that support MariaDB, MySQL, MsSQL. SYSTEMS Stripe and MercadoPago supports sandbox and live. Detailed and seperated Logs (ERROR, DEVELOPER, INFO, WARNING, PAYMENT) for website and Rest APIs. Detailed Log in database for Payments and services used. Google Analytics (You know when players are in the panel and if they pay) Google Captcha V3 Dynamic Icons to show according your Donate Item ID Multiple servers L2OFF or L2JAVA servers can be added together as server network     BE AWARE: Leaked versions of old v2 panels (year 2018 with bugs) are still out sold by scammers without support or knowledge of the files.
    • I work with Kenrix and he is a  next level coder. Hugely Recommended.
    • Follow our Telegram channel, because exciting events are coming very soon! Halloween, 11.11, and also a giveaway related to 3000 subscribers in our Telegram channel are ahead! What do you think we have prepared? Subscribe to our Telegram channel and stay updated on all the news: https://t.me/accsforyou_shop Active links to SOCNET stores: Digital goods store (Website): Go Telegram store bot: Go – convenient access to the store via Telegram messenger. Telegram Stars purchasing bot: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to introduce you to the current list of promotions and special offers for purchasing products and services of our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) in October! You can also use a promo code for the first purchase: SOCNET (15% discount) 2. Get $1 to your store balance or a 10–20% discount — just send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write it in our forum thread! 3. Get $1 for the first trial launch of the SMM Panel — just open a ticket with the topic “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts & Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Follow our Telegram channel, because exciting events are coming very soon! Halloween, 11.11, and also a giveaway related to 3000 subscribers in our Telegram channel are ahead! What do you think we have prepared? Subscribe to our Telegram channel and stay updated on all the news: https://t.me/accsforyou_shop Active links to SOCNET stores: Digital goods store (Website): Go Telegram store bot: Go – convenient access to the store via Telegram messenger. Telegram Stars purchasing bot: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to introduce you to the current list of promotions and special offers for purchasing products and services of our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) in October! You can also use a promo code for the first purchase: SOCNET (15% discount) 2. Get $1 to your store balance or a 10–20% discount — just send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write it in our forum thread! 3. Get $1 for the first trial launch of the SMM Panel — just open a ticket with the topic “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts & Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Follow our Telegram channel, because exciting events are coming very soon! Halloween, 11.11, and also a giveaway related to 3000 subscribers in our Telegram channel are ahead! What do you think we have prepared? Subscribe to our Telegram channel and stay updated on all the news: https://t.me/accsforyou_shop Active links to SOCNET stores: Digital goods store (Website): Go Telegram store bot: Go – convenient access to the store via Telegram messenger. Telegram Stars purchasing bot: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We would like to introduce you to the current list of promotions and special offers for purchasing products and services of our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website, Bot) in October! You can also use a promo code for the first purchase: SOCNET (15% discount) 2. Get $1 to your store balance or a 10–20% discount — just send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write it in our forum thread! 3. Get $1 for the first trial launch of the SMM Panel — just open a ticket with the topic “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our Stars purchasing bot! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts & Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock