Jump to content

Recommended Posts

Posted

mhm... This dont work in any servers wich has paclet fillter... so sad ^^ Btw  PM me if you have any good info about c4 off server's bugs, explots or hacks, I could change it c4 off aden bug wich still works in some good servers or my own off server crasg  packet ;] good luck ^^

Posted

well, to me that script Don't give any error. I have Uploaded My for you.

Go here and Download it : *Click-ME*

Place it in c:/program files/LineageII/system/data/scripts.

Good Luck. ;D

 

Nope still goit the same error >.<

 

Could you post your hlapex, maybe it will work then >.<

Posted

anyone tried to use that script in L2PacketHack by xkor ? it work similiar to hlapex and accepts scripts from it.

Not worrking in mys erver with newst l2phx
  • 2 weeks later...
Posted

I am trying it to a server named EternalSin but i got a prob

 

I open hlapex

then i open client

i go to script and i change account=1;  to account=myaccount;

Then i press Call init and it says in bottom:[ERROR] Undeclared Identifier:'myaccount'

 

What i am doing wrong and what should i do?

Posted

pfffffffffff...Why you are putting "Myaccount" ??

 

If the value is in Numbers..Why you Put Letters ?

 

You must Put ONLY numbers !!!

Posted

if i know an account name like username : buffer

i put the name buffer into the accountid or i have to put the number of the account buffer on the accountid

plz explain me :|

Posted

Let me quote it once..

 

Xmmmm maybe i didn't tell it clearly enough... (lol ok hlapex2008, it works even if you press CALL INIT, even if not, i didn't look at the script to see that it is executed normally on login :P)

 

1. LOAD hlapex

2. RUN l2.exe

3. GO TO scripts tab and LOAD the script (you must create it first, to do so, open one of these scripts there, delete the code in it, paste this code, save as... loginhack.pst or whatever)

4. AT account=1; EDIT the account=1; and add for example account=252; (1 should be the administrator's account, maybe not, try it first...)

5. LEAVE hlapex ALONE and go to client

6. LOGIN NORMALLY as you do with your account everytime... I suggest nor to use your main account, neither have the same IP as your main, as latest version of amped (damn Cypher x.x) tracks you down...

 

VOILA!!! You PWNED THEM (if it works, you will see some chars, or an empty account, if this account is empty.....)

If you:

 

1. Can't even pass the select server screen

2. See your char

3. Hlapex isn't loading

 

then:

 

1. Fixed, leave it for this server...

2. Maybe fixed, maybe you did something wrong...

3. Server's patch is protected against l2w/hlapex/etc...

 

Now let me explain some things...

 

(before this, @ miki: It will help you to estimate where to search (you will find your account's id, do you want to hack it? :P You will find an ID and say: This may be around here...) Put it in integer ~> hex to normal and you will find it.

 

It works like this (or i suppose so):

 

Login server simply gets you in your account. After you login and you want to get into GS, login sents again a packet so it says to the db server: Hey dude, load the account xxx, the user logged in successfully. Now, this scripts changes this pack, and says: Hey dude, load the account xxx, the user logged in successfully (but you logged in from anoter account :P But, nobody knows that, db don't have the power of human brain....)

 

Just some thoughts while looking the script/the login packs...

 

Also, the account=x; SAYS: Hey mr DB, load account which is NUMBERED as 15th in your db... It doesn't say: load killer's account. When you registered, you was for example the 454554 user who made an account there. Now in db, there are other 454553 rows, from other accounts. So, add a number, and see if that noob just created an account there and left the server or he did some cool things for you... SO YOU ADD A NUMBER NOT A NAME.

 

The third thing is...

 

This DOESN'T WORK to l2j, isn't it clear? ONLY official servers...

 

---------OFF TOPIC MODE /on-----------

 

@ Those who speak for revenge (GMs, admins, noobs that say that are gms/admins)

 

If i had donated (i would never do) and log in one day, and BOUM, wtf my char is NAKED??? I would never trust you again for donate (yes, i gave you my money, and that's the security you offer me???). Even if you could see that they were stolen, and you could gimme them back, i would leave... Personal opinion, NOTHING TO FLAME, just consider...

 

And as for the phraze that we are noobs who steal other people's work, (items on 1x servers etc), we aren't supposed to ask you before, YOU DO THAT, by offering such a low quality protection on your servers (lol 2 week after it was actually published, and it is still working???). Also, these <<players>>, shouldn't be so noobs to play on private servers... FBI, NCSOFT, hackers, exploits, some admins that want donations (weeeeee, do you think that a man with +25 can be got owned by a man with a +10??? If it was like this, there would be no donations, so the whole <<DONATIONS HERE>> tag is setted up, just a trick, to get money, not to have your server hosted etc.

If they want to have safety and l2 experience ~> www.lineage2.com

If they want exploits and etc. ~> www.xxxPRIVATESERVERxxx.com

 

Personal opinion.......................

 

It says how this damn thing works :)

 

Do you know the ID of the account? It's the db order it has... Sooooooooooooooooooo, you put that ID into ACCOUNTID, otherwise, forget that script...

Posted

As many accounts exist, there will be so many account IDs... From 1, to 500000000000... Or maybe 554435464646444... Have fun trying :P If it works on that server, search between IDs of 1 to 10 and you will find the GM's account, otherwise it is patched ^^

Guest
This topic is now closed to further replies.



  • Posts

    • First, don't really follow the "main voice", moreover if you consider it an hobby. Simply do what you want, you got only one life so use it as you want. If you make it an hobby, it's exactly like piano, or velo - only practice makes you better.   Secondly, how do you learn things ? It's actually a really important question, since some can simply be scholar, read books (theory) then practice ; and some simply can't read books. I'm the second type, I hated school, I find it boring - my knowledge in Java comes from try-and-fail. You improve your coding style every year or so, I can myself rewrite my own code (which I already considered top-notched) after a while. You always learn something new - even if Java barely evolves. L2J is a fun way to learn programming, it's a giant sandbox where you can edit anything, and I believe it should be taken as it.   My own way of learning was as follow : Add existing customs, no matter what they are : the point is to know main classes used by L2J / customs. L2J is barely Java knowledge ; the true knowledge is to know WHAT to search in WHICH location (what I call, organization). You have to understand than EVERYTHING you think already exists, in a form on another, in the source code. A custom is only the association of the different mechanisms you found "here and there", glued together in a proper goal. Once you know main classes to edit, and the customs you added are compiling fine, the main point is to know WHAT exactly you DID. Try to understand WHY and WHERE you actually copied the code. Third point would be to MANIPULATE the customs you added in order to fit your wish. First edit little values, then logic conditions ; eventually add a new Config, or a new functionality to the custom. Fourth point would be to begin to craft your own ideas. Once again, EVERYTHING already exists, in a form or another. You want a cycled event ? You got Seven Signs main task as exemple. Npc ? Search any type of Npc and figure out what it does. Fifth point would be to understand Java - mostly containers (WHAT and WHERE to use them), variables types and main Java mechanisms (inheritance, static modifier, etc). You should also begin to cut your code into maintainable classes or methods. Java can actually run without optimization, but bigger your ideas, more optimized and well-thought it should be. It's direct saved time in the future, and you would thank yourself doing so. Main tips : ALWAYS use any type of versioning system - GIT or SVN. It allows to save your work, step by step and eventually revert back anytime you want if you terribly messed up. L2J is 80% organization knowledge, and 20% Java knowledge. Basically, if you know WHAT and WHERE to search, if you aren't dumb, it's easy to replicate and re-use things. Cherry on top is to use a already good coded pack to avoid copy-paste crap and get bad habits. Avoid any type of russian or brazilian packs, for exemple - their best ability is to leak someone's else code. Obviously you need some default sense of logic, but Java and programming in general help you to improve it.   Finally, most of your questions could be solved joining related Discord (at least for aCis, I can't speak for others) - from the moment your question was correctly asked (and you seemed to search for the answer). My community (and myself) welcomes newbies, but got some issues with noobies.   The simpliest is to try, fail and repeat until you succeed - it sounds stupid, but that's basically how life works.   PS : about Java ressources, before ChatGPT, it was mostly about stackoverflow website, and site like Baeldung's one. With ChatGPT and alike, you generally double-cross AI output to avoid fucked up answers. Also, care about AI, they are often hallucinating really hard, even today. They can give you complete wrong answer, you tell them they are wrong, and they say "indeed, I suck, sorry - here's a new fucked up answer". You shouldn't 100% rely over AI answer, even if that can give sometimes legit answers, full code or just skeletons of ideas.   PPS : I don't think there are reliable ressources regarding L2J itself, also most of the proposed code decays pretty fast if the source code is actually maintained (at least for aCis). Still, old coded customs for old aCis sources are actually a good beginner challenge to apply on latest source.
    • WTS: - AQ - Baium - Zaken  - Frintezza - Vesper Fighter Focus Fire Element   pm for detalis
    • We have the best price! L2Reborn.org Signature x1 Franz NEW!! 1KK = $20 HURRY TO BUY AT THE TOP PRICE discord - adver745645
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock