Jump to content

[BOT]L2-VENDETTA WALKER


vzlarox

Recommended Posts

Thanks very much for the share. Im botting a small group now and it works perfect!

 

*Edit* I was wondering. I have a BD and SWS in party but when on dances, the other one gets kicked from the party. How do i fix this problem?

Link to comment
Share on other sites

Thanks very much for the share. Im botting a small group now and it works perfect!

 

*Edit* I was wondering. I have a BD and SWS in party but when on dances, the other one gets kicked from the party. How do i fix this problem?

 

get a higher version bot, 10.71 preferrably

Link to comment
Share on other sites

Thanks very much for the share. Im botting a small group now and it works perfect!

 

*Edit* I was wondering. I have a BD and SWS in party but when on dances, the other one gets kicked from the party. How do i fix this problem?

 

party settings ===> other ===> uncheck aptitude dance and song.

Link to comment
Share on other sites

party settings ===> other ===> uncheck aptitude dance and song.

 

Oh lol thank you very much i knew it was that setting but i couldnt remember where abouts it was. That other tab is so damn hidden. Thanks again.

Link to comment
Share on other sites

  • 4 weeks later...

DONT WASTE YOUR TIME IN THIS SERVER. SOON OR LATER YOU WILL LOOSE ALL OF YOUR CHARACTERS BECAUSE DATABASE IS CRAZY AND CHANGES CHARACTERS FROM ONE ACCOUNT TO ANOTHER WITH NO SENSE. AND THE ADMIN DONT KNOW HOW TO SOLVE IT BECAUSE HE IS A NOOB.

Link to comment
Share on other sites

Rofl dude don't make me find out who you are and track you down, this is so much non sense bullshit, what do you mean admins can't solve problems? Do you even know what the fuck you're talking about?

 

No, the database is not "crazy", as a matter of fact our server is one of the most stables ones out there, with a record of uptime of 25+ days online without a single crash.

 

In my opinion you're just pissed off because you were probably banned or whatever because you did something wrong. (being an idiot like yourself that's something easy to occur)

 

Now you're just trying to make us look bad because you know that's the best thing you can do in your pitiful miserable life.

Link to comment
Share on other sites

No i was not banned from your stupid server. i did not play in vendetta world, i played in zion just after it kept 3 days offline (and you say your server is stable hahahahhaahha fucking admin noob) after playing 1 week the server went down and when we logged in our account were empty. why? they dont have a fucking idea what occured. i talked with gm's in irc and they told me they cant do anything (fucking stupid noob why you make a server if you cant do anything?). I made another account and saw that my characters with same profesion and name were used by other people. They just changed the characters from one account to another.

 

Pyromaker you keep vendetta server and i dont know do you do it and i dont care. All i know is zion is bullshit. I dont mind if you ban my accounts because they are empty. The database if corrupeted and server is totally crazy. Lots of people lost their characters and admins dont know how to do a rollback  (loooooooooool admins that dont know how to do rollbacks!!!!!!!! its fucking crazy)

 

All i did was make a clan (making a new clan makes the database go crazy in this shitty server) all the characters of my friends who tried to join the clan received a error message and their characters where removed from their accounts. Thats all i know.

 

If you are truly a really good admin go and recover my character just to prove it. it's name was "MAX" (hope you are not stupid enough to write the comas) just tell me here if you do that. i'll see if its true and i dont mind if you ban it or whatever. I just want to show all people how are the admins of that server.

 

DONT WASTE YOUR TIME ON THAT SERVER. YOU WILL LOOSE ALL SOON OR LATER.

 

 

Link to comment
Share on other sites

Yeah dude... I don't know what kind of drugs you've been using, but whatever it is... Hand it over, this shit is definetely awesome.

 

See, I could just sit here and argue with you, but it's useless. Obviously you're just an ignorant fool, anyone with a tiny little bit of common sense would realize that.

 

So yeah you can say whatever you want, all I can say is... You're fucking lame.

Link to comment
Share on other sites

Yeah go and cry because you cant recover the characters of that fucked up database.

 

You dont have to argue with me, you only have to recover a fucking character and show all the people that you at least can do something well.

 

+++cry

 

People dont play on this server, believe me, he cant afford a simple challenge like that. Both severs have had lots of characters losts and things like that. Vendetta server lost absolutly everything one month ago (or so, i dont remember well) and in zion you can loose your characters at any moment because the database is screwed up and they dont know how to solve it (they dont even know the problem LOL)

 

BELIEVE ME DONT PLAY THIS SERVERS YOU WILL LOOSE EVERYTHING IN NEXT RESTART ONCE AND AGAIN.

 

 

Link to comment
Share on other sites

  • 1 month later...

Btw i have l2walker 10.6.6. it was working nice in c4 but now in c5 damn its lag like hell :X .. i changed the protocol version for 709 ... any help?

ps: i like the 10.6.6 cuz i can see the remaining buff time

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...