Jump to content

Crack for Kamael Walker (OOG 10.9.0 | IG 1.92-1.93-1.94-1.95)


Recommended Posts

Posted

Apparently the guy that created walker found out about the loopback hack and has changed the IP. 

 

I heard packet size changed, just wait a bit inky for updated crack

 

I didn't change anything in walker setup-crack... (and i think all of us), walker didn't communicate with walker servers (as far as i know-monitored with firewall all the time)....

 

So ... how the IP changed???? also if retail server changed packet size..is it a reason that walker doesn't verify???????? ... is walker verification ncsoft job???/

 

walker & ncsoft is the same????? they say no......

 

So i can't find any reason walker stopped.... no update in client, no update in walker, no communication with walker servers.... but stopped in all of us...... just like a ..."shareware" program.....

Posted

i cant open the game even without bot.

 

Always gameguard error.

I unistall and install the game again but nothing. Game Guard Error

 

I think the new adibot system find something from the windows system and block it.

 

Anyone. Any Idea

Posted

if u got gameguard error put this string in your host file

 

216.107.250.194 nprotect.lineage2.com

 

that resolves the problem of gameguard various errors but l2walker still dont verify coz the port got closed...trying to find other opened port

Posted

i'm tested OGG and IG

 

OGG: tested in l2j server and workd PERFECT.

 

IG: tested in same server and doesn`t works, when i log, i see the skills of my char in the window of walker but.. when i excecute for example.... "Buff Self" no work anithing.

 

Posted

I didn't change anything in walker setup-crack... (and i think all of us), walker didn't communicate with walker servers (as far as i know-monitored with firewall all the time)....

 

So ... how the IP changed???? also if retail server changed packet size..is it a reason that walker doesn't verify???????? ... is walker verification ncsoft job???/

 

walker & ncsoft is the same????? they say no......

 

So i can't find any reason walker stopped.... no update in client, no update in walker, no communication with walker servers.... but stopped in all of us...... just like a ..."shareware" program.....

 

you r correct...no update happened in walker or client (talking before thusday's update ) the verification was local (atleast thats the idea with the virtual nic) so what happened? the rumors about ports and ips cant be correct because walker didnt connect to net, so what changed?

 

many years now i think that ncsoft built walker or at least bought it down the road...l2 would not have even the half number of accounts that now has (if not closed) if the walker didnt existed. (thats why there is not botting ban - and banning 5 ppl per month its a joke). the new policy is: let simple gamers bot so they continue paying us, but MAKE them pay us for that. Ban all of them who are buying adena in order to "force" everyone to bot for their adena. leave a "hole" into the walker, so everyone can get a taste of walker and starts using it. after a month make it stop (as if it was programmed or a demo feature) so everyone will go buy timecards for walker = more money for nc..tax free also...

 

you thing that the timing is coincidence? they opened server transfers (money to reactivate accounts + more money to transfer players) ppl though oh its nice i can bot free lets open my accounts again...

and after the 2 week of server transfers walker went dead.

 

even after thusdays update that gameguard detects walker you think that ppl that are paying for walker cant bot?

a friend of mine half an hour ago logged normally with his IG walker, no gameguard error but he has a timecard for walker

 

here in greece we say:"to many coincidences are no more coincidences"

 

p.s sorry for bad english...

Posted

Vilor- all you worte makes sense. its logical that they would sooner or later do that. NC is corrupt and it makes sense that they work together with towalker.

The walker doesent even work on private servers. But Vilor if they wont open the walker again for free again, they will in 2 moths loose those player, cuz i think their is still a mojority of players who wont buy walker time card. at least i wont- i wont pay for "cheating".  i rather go and play on another c6 server and bot for free. Official servers are all corrupted and nc soft encurages players to "cheat" even pay for the walker and i think that is big shame, cuz, in their eula is written- fair play!

i hope the walker will be free soon- cracked!

Posted

update the OOG I said was working now too is getting a error message when you try to log in

its login server verify failed with xzCrk crack and 10.9.0

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