Jump to content

Lineage II Paradox Goddess of Destruction Development Team


Recommended Posts

Hi there :), my name is mavmdox, me and my team we try to build a fully working emulator for Lineage II Goddess of Destruction, i cannot say that we have the best emulator out there, but is pretty damn good, alot of stuff are working and we are trying to implement new stuff or improve the old stuff to improve the L2 experience of the players, enough about the introductory things lets get down to details:

We are the only GOD team that provides GOD geodata with it's project, and we have some promotions for you!

-With every pack you buy from us you will receive 3 months of free hosting in a cloud computing enviorment for your server

that cloud computing enviorment is called Windows Azure and it's hosted by the Microsoft corporation, what are the advantages of this thing you ask? Well let me tell you!

-You have enormous stability no down time bigger than 20 minutes/MONTH

-You have big bandwith (5GB europe/1GB USA) I AM NOT JOKING

The location of the data centers are:

North America

North-central US - Chicago, IL

South-central US - San Antonio, TX

West US

East US

Asia

East Asia - Hong Kong, China

South East Asia - Singapore

Europe

West Europe - Amsterdam, Netherlands

North Europe - Dublin, Ireland

-Improved protection (you know that every kid wants to DDOS your server, well they kinda can't now bcs our login server will ban him and the Azure cloud computing enviorment has such much power that you can't get it down)

more things about Windows Azure here: http://en.wikipedia.org/wiki/Azure_Services_Platform

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

Special offers:

-the first 5 subscribers get 50% discount and FREE UPDATES FOR 1 WEEK AND 3 months of free hosting in WindowsAzure.

So to prove you that it's not all about the money we have a sharing contest for you guys on our forum.

-the first 2 users that share 50 (scripts/npc/quests/events/mods) compatible with GOD or HI5 or even L2pheonix files(yea our project is based on that) will get a Free pack and 3 months of free hosting in Windows Azure.

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

Main Things that are working:

-4'th profession

-Jumping system with 3 track choice

-Clan System

-Auctioning system

-R+ Weapons/Armors

-4'th class skills

-Some of the new raidbosses

-New Clan Halls

-Awakening using the Powerfull devices and Scroll of Afterlife

-God Geodata(we have but not included in the subscription price)

-2'nd Authentification protocol using the PIN System

-Party Matching System

-New HairStyles/Mounts(horses and kookuru)

And many things it will take too much to write this whole thing down, that's why we recomend you to check our Timeline.

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

You think you can help us? you can earn GREAT benefits from our project

Contact us at:

Yahoo!: mavmdox

Skype: mavmdox

MSN: mavmdox@live.com

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

I PREFER FOR YOU GUYS TO CONTACT ME ON SKYPE/YAHOO if you don't have any of these you can contact me on MSN

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

Website: http://5j.ro

Forum: http://5j.ro/forum

TimeLine: http://5j.ro/forum/index.php/board,3.0.html

Forgot one thing :D : You need to register on the forum to see the timeline and the posts

Link to comment
Share on other sites

Can you provide a test server?

If yes then provide me more info via pm, thanks.

 

Sorry that i do not respect your request and pm you, i think it's for everyone to know!

 

YES WE DO PROVIDE A TEST SERVER!

Link to comment
Share on other sites

This seems more like an advertisement for the hosting 'gift' to be honest, judging from your main post.

yes, i agree with you, has been a similar project Moonblade-project with the same design as the forum now! Which in turn was copied from our project.

Link to comment
Share on other sites

yes, i agree with you, has been a similar project Moonblade-project with the same design as the forum now! Which in turn was copied from our project.

 

i don't get it, you come here, and you complain about what? did you see me complaining on your project post about how crappy your things are? :).You don't even know how to code in java, i don't give a rat's ass about your project, and about the forum, you used a free theme for SMF, I BOUGHT THAT THEME FROM THE DESIGNER.So you see the difference, you are a joke to the java programmers, you do things crappy, and you have such broken english that i bet you don't even understand 50% of the things.You apear from nowhere with some crappy job done by another russian, either you apologize or i will start cracking your LOL L2 GOD Pack with old 415 protocol because you are not able to update it to harmony and post it free on this forum?:) and l2base and all those russian servers.It's your choice, and you have 1 hour. You and your lol team arrent even able to protect your sources or develop something worth trying, you and all the RUS/UA teams except L2Geo and GodWorld are a joke to everything, so instead trying to mock other's project you look first at your crappy work. as i said, either you apologize here or i will post YOUR 3001 ASSEMBLY WITH IP PROTECTION REMOVED BECAUSE IT'S REALY SIMPLE TO DECOMPILE YOUR GameServer.java and remove the bind protection to the External Hostname. YOU HAVE 1 HOUR!.

Link to comment
Share on other sites

Do you consider yourself normal? Adequate people do not behave like you.

 

As for the 1 hours - this is an absolute nonsense :) You do not have version 3001, and will not have it :) Do you have an old version that we gave you by going to the meeting of 50 USD. In which there is bedkor on such cases :)

Link to comment
Share on other sites

Learn to spell backdoor :) don't worry it's removed i am not that stupid as you are Telnet Server is down BUHAHAHAH with my modification!Time remaining 15 minutes you annoy me:).APOLOGIZE and i won't post it because i am resonable, or i will after 15 minutes.

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

Here you go! learn some english : http://www.rustran.com/. The version i have with free HostName, and free backdoor is : PAMPAM Update 2604.But some1 from your forum gave me 3001 :) .So, remember, you can avoid this by apologizing for your post, it's that simple

Link to comment
Share on other sites

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

    • 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 from 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. Altought, "sources" may be way too strong word here. If anyone still uses paid Orion version, I'd leave 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? but for the third time today - WHO CARES! 😄 )
    • 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...