Jump to content

Coep Rev.66 Compiled Version Hellbound


xeL

Recommended Posts

Hello,

 

Well if the link is dead with COEP files I will make new topic. Well here is the latest revision 66 of hellbound extender by COEP team with full scripts. Is for people who don't know how to compile. By the way, source is included .

 

Download: http://www.4shared.com/zip/uBunaVuZ/L2OFF_Hellboundx64_COEP_rev66.html

 

Svn: http://sourceforge.net/p/coep/code/HEAD/tree/

 

Have fun!

Best Regards

Edited by xeL
Link to comment
Share on other sites

Nice that someone still have them to be sharable :)
Sad is that the files are not yet complete. Plus quite a lot of exploits are working :|

From what i remember the kamael class has not skill side working. (skill effects not added)

Gj for share ^_*

Link to comment
Share on other sites

Nice that someone still have them to be sharable :)

Sad is that the files are not yet complete. Plus quite a lot of exploits are working :|

From what i remember the kamael class has not skill side working. (skill effects not added)

Gj for share ^_*

 

For your information, you can get this from sourceforge.net, but it seems you didn't even had a clue about this.

 

http://sourceforge.net/p/coep/code/HEAD/tree/

 

Learn something :)

Link to comment
Share on other sites

Nice that someone still have them to be sharable :)

Sad is that the files are not yet complete. Plus quite a lot of exploits are working :|

From what i remember the kamael class has not skill side working. (skill effects not added)

Gj for share ^_*

 

Thank you:)

 

Btw updated firts post with source.

Link to comment
Share on other sites

For your information, you can get this from sourceforge.net, but it seems you didn't even had a clue about this.

 

http://sourceforge.net/p/coep/code/HEAD/tree/

 

Learn something :)

FYI : I had that crap since over 1 year back.

Link to comment
Share on other sites

Since you couldn't write ANYTHING of that yourself - how is it crap?

 

 

It's a shitload of free knowledge of the L2Off structure - and a framework for handling many things.

Edited by mcbigmac
Link to comment
Share on other sites

  • 1 year later...

Alguém aí tem um sistema de Hellbound Correr com este pacote? Para toda a rede já tentou mais não encontrado.

 

Link off

isn't, just tested

Link to comment
Share on other sites

  • 9 months later...

             I worked for c4 

             Auto pick

             Slot de buff ++

             SendMensagem login

             offline shop

             etc..

             Runs on all windows microsoft

:poker face:  go 

 

           http://i.imgur.com/8abxPmU.jpg

           http://i.imgur.com/ZDOVZaf.jpg

           E1RBdyn.png

 

 

Next_Dev + Extender Hellbound  for c4

Ls0WQIG.png

Edited by Jamba
Link to comment
Share on other sites

This brazilian messaged me on Skype.

 

He is downgrading COEP to C4. He doesn't seem to understand that COEP IS c4 extended to HB. He actually managed to add a fuckload of bugs by downgrading back AGAIN to C4 and add basic issues that didn't exist even in the original c4 leak.

 

I already explained everything there... Now this post is to show how "good" and "knowledgeable" he is, as he said in private.

 

That's all that I care to say. I gave up. I am clueless =)

 

edit: this is NaelsonMT, the dude who had about 10 different threads for about a month trying to simply setup a server. Yeah, enjoy his "extender".

Edited by ericvini
Link to comment
Share on other sites

You said L2OFF not program anything

It should be adm in some server

Better to have a bullet in your pocket, that not one

I am a learner and am already and a great thing
One year only and already have my extender,and I know not program
shows his work ?
Already said a thousand times that I am  noob, you're still angry with ? , Why would be angry about it ?
Now if you have another extender give me ?
All this and trash to you surely,said that the work Smaili is patetico !
you is brasileiro also  :happyforever:
Edited by Jamba
Link to comment
Share on other sites

You dont speak english nor your own language well enough to be understandable. Thats adorable.

 

Go back to your "live servers" built to get easy donations. You had a LIVE server using C4 - extended to HB (compiled COEP) - downgraded back to c4 with so many bugs that oh my god. I read the bugs on that server`s facebook page, holy fucking shit. Lovely.

 

 

I said that I cant RCE and I seriously doubt that you can reverse code engineer shit based on what I saw, so get off your high horse. Compiling features already publicly shared and adding a tab in VS to show that its "your own extender" is retarded. You call this an extender, thats funny.

 

Now let me stop wasting my time with this. The warning has been given - this share is shit.

 

Oh wait, you did not even share it. I wonder why even bother posting. Probably small e-peen. Geez.

Edited by ericvini
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

    • So excited to announce 3x Telegram Premium (6 months)   Join our official TG and participate to win!   Asocks.com - trusted proxy service providing mobile and residential proxies with a single price of $3 per 1GB   A huge locations pool and high speed will help complete all tasks    
    • 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...