Jump to content

Recommended Posts

Posted

L2CONTROL (ENGLISH-RUSSIAN)

 

WHAT IT DOES?

 

1) L2 RADAR FOR ENEMIES-ALLY-NEUTRAL

2) AUTO CP - HP

3) YOU CAN SEE WHO TARGETS YOU

4) AUTO ASSIST

5) WARNING SOUND OR MESSAGE IF SOMEONE TARGETS YOU OR WHEN ENEMY FOUND

 

YOU CAN RESET THE TRIAL WITH A TRIAL RESET TOOL. I CAN POST ONE.

 

TESTED ON L2ELIXIR

CANT BE DETECTED FROM ANTIBOT SYSTEM!

 

INSTRUCTIONS:

1) RUN L2

2) WRITE YOUR USERNAME AND PASS (DONT LOG IN YET)

3) RUN L2CONTROL

4) LOG IN YOUR CHAR

 

http://rapidshare.com/files/123813088/l2control.rar.html

http://www.megaupload.com/?d=D8096BNB

 

Links are working..

 

 

Posted

Wow it sounds very interesting! But that thing "trial reset tool" isn't a virus? I kind heart of it.. Whatever.. gonna try this program! Nice share.

 

EDIT: The link is broken...

 

EDIT2: Ok, now is all working :) But I'm still scared to use this program.

 

Posted

An error occurs after I click OK in the warning about time left to end of trial...

 

 

Now, how do i configure it in game etc.? Coz everything I see in it are "???????????????????????????????????"

Posted

Antivirus Version Last Update Result

AhnLab-V3 2008.6.19.0 2008.06.20 -

AntiVir 7.8.0.59 2008.06.20 -

Authentium 5.1.0.4 2008.06.20 -

Avast 4.8.1195.0 2008.06.19 -

AVG 7.5.0.516 2008.06.20 -

BitDefender 7.2 2008.06.20 -

CAT-QuickHeal 9.50 2008.06.20 -

ClamAV 0.93.1 2008.06.20 PUA.Packed.Armadillo

DrWeb 4.44.0.09170 2008.06.20 -

eSafe 7.0.15.0 2008.06.19 -

eTrust-Vet 31.6.5890 2008.06.20 -

Ewido 4.0 2008.06.20 -

F-Prot 4.4.4.56 2008.06.19 -

F-Secure 7.60.13501.0 2008.06.20 -

Fortinet 3.14.0.0 2008.06.20 -

GData 2.0.7306.1023 2008.06.20 -

Ikarus T3.1.1.26.0 2008.06.20 -

Kaspersky 7.0.0.125 2008.06.20 -

McAfee 5322 2008.06.20 -

Microsoft 1.3604 2008.06.20 -

NOD32v2 3203 2008.06.20 -

Norman 5.80.02 2008.06.20 -

Panda 9.0.0.4 2008.06.19 -

Prevx1 V2 2008.06.20 -

Rising 20.49.42.00 2008.06.20 -

Sophos 4.30.0 2008.06.20 Sus/ComPack-C

Sunbelt 3.0.1153.1 2008.06.15 -

Symantec 10 2008.06.20 -

TheHacker 6.2.92.355 2008.06.19 -

TrendMicro 8.700.0.1004 2008.06.20 -

VBA32 3.12.6.7 2008.06.19 -

VirusBuster 4.3.26:9 2008.06.12 -

Webwasher-Gateway 6.6.2 2008.06.20 Win32.ModifiedUPX.gen (suspicious)

 

The file is safe

Posted

An error occurs after I click OK in the warning about time left to end of trial...

 

 

Now, how do i configure it in game etc.? Coz everything I see in it are "???????????????????????????????????"

 

go to settings and choose english then restart the program!! ;)

 

first run the program and then log in your char or else it will not work!

Posted

Deleted

 

i think this should make it..

 

there are various trial reset tools on the web.

 

sellect protectors-all-scan, let it scan and then protectors-all-clear all

 

 

 

Fakoykas:Link deleted,warez is not allowed!

Posted

http://www.thehotzone.org/showthread.php?t=38407

 

i think this should make it..

 

there are various trial reset tools on the web.

 

sellect protectors-all-scan, let it scan and then protectors-all-clear all

 

 

 

 

 

think no-limit patcher will make the trick, just freazes the time of trials :P

Posted

Working. I tryed on L2Phoenix that has bake ice and it worked.

how do u use it btw, hhaha...

i tired to run the progrm first then log into my chAR, but doennt work thAT wAY...

ANY HELP?

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