Jump to content

[EXCLUSIVE SHARE] IG WALKER FOR KASHA PROTECTION (L2Elixir,L2Dex etc.) UPDATED!!


TILEMACHOS

Recommended Posts

  • 2 weeks later...

Me and 3 friends played there (Dsquared2,Snif and Purkur) Rulled basicly at Ketra TP where pvp was unstopable...

Ofc ur friends was alway with full buff dance/song + cov.

Don't remember u but I remember ur friends well xD

Link to comment
Share on other sites

  • 1 month later...

Well i show in the kasha site that he updated his protection some months after i breaked in...

I am going to kick him :D

So it's show time again :D

Send Me a good one Server you playing with a lot of people to try crack :D

 

newbitmapimagemo.jpg

Link to comment
Share on other sites

Well i show in the kasha site that he updated his protection some months after i breaked in...

I am going to kick him :D

So it's show time again :D

Send Me a good one Server you playing with a lot of people to try crack :D

 

Some time ago I sent a PM to you saying that Kasha was already blocking your Navicat, but you did not respond to MP. This server: http://www.lineageii.com.br/ it has the latest version of Kasha, if you want to test.

 

PS: Server brazilian L2 Freya with 2k++ for Players

Link to comment
Share on other sites

Some time ago I sent a PM to you saying that Kasha was already blocking your Navicat, but you did not respond to MP. This server: http://www.lineageii.com.br/ it has the latest version of Kasha, if you want to test.

 

PS: Server brazilian L2 Freya with 2k++ for Players

Thnx MasterWalker...Sorry for i don't respond to your pm :|

I ll try on this Server now...

I'll not try on L2Dex Because he use two protection...one is Kasha and the other one is on the Login Server..If i use L2walker or anything else it gives an Auth Failed message and i cannot login for many hours after this so i can't Test..

If someone has some information on how exacly L2Dex Finds the hacks even if you bypass Kasha plz send me PM and Explain...

I think it finds them with Opcodes tests..

 

Anyway I'll try one the server you say :)

 

Thank you Very much

Link to comment
Share on other sites

With client Swap

L2net working on dex but i didnt found a share about breaking their protection on l2net fourm

 

 

P.s found it http://www.megaupload.com/?d=W14J8MJV

 

yeah i know with Client Swap Method(L2fork etc.)

That is working everywhere

But the point for me is to make it work like it works without the protection :D

Just a Simple run with L2Walker IG

 

Link to comment
Share on other sites

With client Swap

yeah i know with Client Swap Method(L2fork etc.)

That is working everywhere

But the point for me is to make it work like it works without the protection :D

Just a Simple run with L2Walker IG

 

Yeah i know i was just showing you how to bypass using  l2net ( didnt know that you already know ) anyway would be cool if you could get Ig walker working on l2dex since they going open  2 new servers in 2011 ( PVP server 30 jan 2011,New 7x Server febr 2011) and no im not asking for Public share,you could sell for $$  or whatever you want of coruse.

 

Link to comment
Share on other sites

did u try the cross connection with a secondary client with l2w ? this method was used for backice servers before,should work now on the kasha sh!t

 

That's what i call client swap my friend Emiron :D

Yeah i think this works

Link to comment
Share on other sites

ah yea didnt notice ... and yea should work on most servers,but also here, there is a relatively easy way to block even this was of bypass ... hope that it will last as long as possible :]

 

I have to tell something for all to know about the protections of that Kind...

It isn't Kasha it isn't RPG-Club Moderator or anyone that is making so good Protection...

They Configure an antibot and then they Just add a Good "Packer" (Protector) on their Files that can make them unreadable from debuggers etc.

 

Kasha uses The Enigma Protector... a good Packer with VM

RPG-Club uses an even stronger Protection on their files the VMProtect

 

It need a lot of skills to unpack this Files...I am still not so good to completely unpack those things..there are few people in the world that can do this..

 

After Unpacking it's nothing to Bypass the functions that searching for hacks...

The only thing we can do is Just wait for Better Scripts for OllyDBG or better some Automated Unpackers for those Protectors

Link to comment
Share on other sites

I have to tell something for all to know about the protections of that Kind...

It isn't Kasha it isn't RPG-Club Moderator or anyone that is making so good Protection...

They Configure an antibot and then they Just add a Good "Packer" (Protector) on their Files that can make them unreadable from debuggers etc.

 

Kasha uses The Enigma Protector... a good Packer with VM

RPG-Club uses an even stronger Protection on their files the VMProtect

 

It need a lot of skills to unpack this Files...I am still not so good to completely unpack those things..there are few people in the world that can do this..

 

After Unpacking it's nothing to Bypass the functions that searching for hacks...

The only thing we can do is Just wait for Better Scripts for OllyDBG or better some Automated Unpackers for those Protectors

 

yup i fully agree ... but still there is 1 thing i guess that till now it wasnt "beaten" (if im not mistaking),but wont give the protection developers any hints so its more interesting :]

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