Jump to content

Recommended Posts

Hello,

 

I'm Tomoya, GM and assistant developer of L2Sublimity and I would like to sell some stuff here. Long story short, this is the list:

 


 

Sublimity GF Extender by Vang:

- pretty old version (2012),

- does not require any key,

- v83,

- clean scripts,


 

LogReader (client) by Vang (with source (C#)):

- download, unpack and parse logs,

- may be used by GMs - no direct box access = no risk,

 

LogZipper (server) by Tomoya (with source (C#)):

- pack log files and copy to your htdocs, so LogReader may download them,

 

Sublimity L2Updater (client) by Tomoya (with source (C#)):

- awesome UI,

- advanced download method that sends only 2 requests to your server,

- increased download speed and quality in comparison to other L2Updaters out there,

- its the same updater L2Sublimity is using atm,

 

Sublimity L2Updater (server) by OpalSnow (PHP):

- handles requests and merge files into one package readable by client,

 

Modified version of L2Updaters Builder:

- pack files,

- create php file with all needed data required by server to update/merge files,

 

Gildor Tool for UnrealED (porting NPCs/armors/objects from different chronicles):

- tool used to patch UED ukx files to work with Lineage 2,

- UT 2003 UED for UKX (animations - NPCs / armors),

- Postal 2 UED for USX (staticmeshes - objects),

- this tool costs $50 at Gildors website

 

Facebook Fanpage:

- 6k likes,

- 3k average people reached,

 

----------------------------------------------------------------------------------------

 

I'm selling everything as a whole package to only ONE person.

 

Price: 250€ via PayPal

 

 

Sold everything except Facebook page, if you are interested drop me a PM, price: 50€

 

 

Drop me a PM here if you are interested.

 

Regards,

Edited by Tomoya
Link to comment
Share on other sites

this is the vanganth free version this means alot of holes/bugs

you know that orc can call hes friend from the prison and such... i wont tell more because the rest are shared

except if you sell the programms that can also be found shared cracked etc...

so we have the facebook page for 250 euro.

 

you cant prove me wrong because i worked on the free version of vanganths pack and i know alot of holes/bugs

 

Already posted them you dumpass you are L2Moderator and dont even check Report Section lold

show some respect kid aka inthehend (also known as banned or scammer) so instead of talking about others you should care about your self. Edited by Nightw0lf
Link to comment
Share on other sites

this is the vanganth free version this means alot of holes/bugs

you know that orc can call hes friend from the prison and such... i wont tell more because the rest are shared

except if you sell the programms that can also be found shared cracked etc...

so we have the facebook page for 250 euro.

 

you cant prove me wrong because i worked on the free version of vanganths pack and i know alot of holes/bugs

 

Okay, so you have worked on free version of Vanganth extender, which is not what I'm selling here.

 

Also please post here a link to every program that I'm selling, oh you can't cuz I'm the one who wrote them and only I'm having the source code (except for LogReader - Vang also do have source code).

 

 

So please do not write bullshit without having any evidence.

 

Regards,

Link to comment
Share on other sites

why u always say regards? like "good bye now"

 

I can make 6k likes in 2 days easily

 

Do you even offer test server?

Does that advext even have sublimity features? :) ,npcs etc?

Edited by Karasu
Link to comment
Share on other sites

the 2012 extender no key required? I cracked? Haven't saw this from from you again , Tomoya?

 

Huh? So you've cracked the extender we have compiled by ourselfes as OpalSnow have Vanganths source code? Strange.

 

why u always say regards? like "good bye now"

 

I can make 6k likes in 2 days easily

 

Do you even offer test server?

Does that advext even have sublimity features? :) ,npcs etc?

 

Sure you can make 6k zombie likes, I'm selling legit fanpage with likes of people who play Lineage 2. It's Vanganths extender, not advext. It's a clean (retail) pack without any modifications.

 

Regards,

Link to comment
Share on other sites

Huh? So you've cracked the extender we have compiled by ourselfes as OpalSnow have Vanganths source code? Strange.

 

No. Sorry. I mistyped . Wanted to say "Is cracked?". :)

Link to comment
Share on other sites

I wouldnt call it "cracked" the key-check have been disabled, so this extender works at any machine.

 

Regards,

It means no armadillo on it. The ext is packed?

Edited by xeL
Link to comment
Share on other sites

you can use the bump word to up your topic once per 24hours since you are new read the rules of the section.

 

03 August 2014 - 08:43 PM
04 August 2014 - 11:05 PM
 
???

 

I do have the same extender.. Will proove it when im home from work

 

I'm looking forward to it,

 

Regards,

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • Well, sorry not sorry for resurrecting old topic, but I believe it's ultimately stupid to implement license checks like Vilmis did 🙂   private static String url = "jdbc:mysql://185.80.128.233/" + getData("Zm9ydW1fZGI="); private static String username = getData("bXJjb3B5cmlnaHQ="); private static String password = getData("Y29weXJpZ2h0XzEyMw=="); con = GlobalDB.getInstance().getConnection(); PreparedStatement statement; statement = con.prepareStatement("SELECT field_6 from core_pfields_content WHERE member_id = ?"); statement.setInt(1, Config.FORUM_USER_ID); ResultSet rset = statement.executeQuery();   This awesome way of coding things leaves us with base64-encoded credentials and DB exposed and accessible globally 😉 Btw he checks his licensing data from some plugin generated table his forum uses. Vilmis took action and ensured that mrcopyright user would have only needed accesses and rights for this operation. But he forgot to ensure that his INFORMATION_SCHEMA database would not be exposed and readable... That leads us to fully readable server variables like version used (10.1.26-MariaDB-0+deb9u1 - pretty ancient DB and OS, I'd assume). From here you can go south and do some kinky stuff, if you want and have knowledge for that. But who cares, right?   Ooh, table core_pfields_content field_6 is IP address which is checked by FORUM_USER_ID. Yep, you can query all IP addresses there (124 of them right now) and also do whatever you want with them! 🙂  The most fun part? Files source has been shared what, more than 2 years ago?  Vilmis still uses very same credentials and never changed it after sources exposure - who cares. Although, "sources" may be way too strong word here. If anyone still use paid Orion versions, I'd suggest packing your shit and leaving immediately, or at least fix this incompetent fool caused problems. It's obvious Vilmis don't care or maybe doesn't even know from the first place how to solve this problem (hint hint - tiny PHP Rest API microservice which would do absolutely the same but without exposing sensitive data?). By doing that, he exposes his infrastructure and YOUR data, and he does that for more than 2 years now 🙂 Developer of century!    
    • rename the l2.bin into l2.exe
    • L2LIVE.PRO- Dynamic Mid-rates Essence Seven Signs GRAND OPENING - July 5, 20:00 GMT+3 (EEST) TEST SERVER IS OPEN - COME AND CHECK IT OUT TODAY! Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu   Server description * EXP/SP: Dynamic (x1- x100 based on your level, *before* Sayha and EXP buffs * Adena: x50 / Item Drop: x10 / Fishing EXP increased / Attribute EXP increased * Simplified gameplay to stay in the loop while not spending hours and hours farming * Starter Pack containing very useful items for beginners * MP replenishing potions with auto-consumption * No overpowered donations L2LIVE shop * All spellbook coupons, pet spellbook coupons and master books are sold via Game Assistant * Additionally you can buy SP pouches, enchanted talismans, pet training guides and various other consumables for Adena and L-Coin * More items such as cloaks, more talismans, agathions, belts, pendants, enchantment scrolls of various grades, evolution stones, etc will be added! Shop server as a shortcut, and all retail-like ways of earning items are still here! L-Coins * Drops with small change and in random amounts from Lv60+ monsters  * All raidbosses drop random amount of L-Coin Pouches generating up to 420 Lcoin per unit. **Grand Olympiad and Events** * Grand Olympiad is held week day * Format is 1v1, unlimited weekly fights  * Heroes are declared weekly at Sunday * There are three automated events - TvT, CTF and Deathmatch, running at evenings * Orc Fortress, Battle with Balok, Keber Hunter, Archievements Box, Daily Gift Calendar provisional events are active too Custom user commands * .offlineplay command, your character will keep playing till death or server restart * .offlineshop command, keeps your shop sitting until all items are purchased * .apon / .apoff - enable/disable HP/MP autoconsume And lots of other small improvements are waiting for you!   Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu
  • Topics

×
×
  • Create New...