Jump to content

iambored

Members
  • Posts

    171
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by iambored

  1. No, no. Phx decrypts all packets from the game server (none from the login server). The protocol version does not matter. It has a small .ini file with packets ids and format so that you understand them, but if you dont have a packet it will still decrypt and work fine. Even if its from a "higher" protocol version. That is until they change something completely in L2 (but they wont) The cipher used for encryption is blowfish. Decrypting it with a script in wireshark would be a major pain. Phx does it on the fly and its much easier. L2 does not send "null" packets. there's no such thing as null packets, by the way. Neither "invisible" packets. There's a ping every minute or so to avoid the connection dying through some NATs. A bug from 5y ago is likely fixed. Also, on off BBS is always disabled.
  2. here's a stupid trick like that: if you are OL and in oly and a guy in your ally is in the stadium just behind yours (needs quite some luck) you both go against the wall and when you make your buffs he gets them too :P easier to see with L2W map, or L2C that hes at the right stadium just behind yours
  3. the correct answer is: those scripts are pretty old and not working on most servers. there's only there in old phx versions as some demo, to show you how to script. but they won't work because its been fixed ages ago.
  4. "i find subclass bug " <= yeh right this "bug" is explained on DN forums where there is no post count (lol) its the dwarf body bug that allow level 85 and joining oly he also forgot to tell that you can do that as human or orc only, else you won't be able to log your char ever again. ps: original free tutorial link from DN itself: http://forum.dragon-community.net/index.php/topic,151473.msg1542121.html#msg1542121 pps: joining oly with it = ban indeed ppps: theres a bug to add skills not from your class on dn. 100dc or wait until its fixed there and tutorial will be posted.
  5. if you use phx 3.5 you just have to click on the charinfo packet and it gives you all the info, parsed. ismount = weapon enchant others are self explanatory
  6. i don't care for karma and access maybe you want a program that does it for you with a single click too? if you cannot make it with a simple text explanation then go to school. the text is in good english and accurate.
  7. hello syndicate i sell skill enchant to +30 exploit for 50dc and multi-sub for 250dc and item dupe for 500dc maybe i'll post enchant one later. as you know if too many ppl know it and it doesnt get fixed, server is destroyed oh if you're ready to pay one of the prices just pm lol else just wait til i or someone post it in public
  8. 500 msg for smth u find in google, what a fcking joke lolz http://www.google.com/search?q=hard+disk+serial+number+changer first link = this crap post program OH HAIL, GOOGLE!
  9. 3.4+ has a column to count the offsets, the editor is actually not total shit, theres a small delphi ref for the interfaces of the scripts, etc (missing a ref for phx builtins functions and more builtins tho..) its actually much better than previous versions when you *actually use it* not just run scripts you've found on this forum xD oh and it doesn't lag the client anymore, its asynchronious apparently
  10. whats the fucking use to download a file from a perfectly reachable and legal website, put it on rapidshare/4shared/whatnot (oh and copy pasting front page) and claim you're such a great guy for making it available? likewise for pasting the download link for each new version, like a prophet who just found out something. none, zero. what people need is the official link for updates so they can go check themselves and also avoid the trojan/viruses from ur re-hosted files. you just go there: http://stelife.com/forum/index.php?showforum=4 *hi official link for updates* and when theres a new version u download it woah, so difficult lol
  11. isnt step by step and no premade client but you have all necessary info here: http://www.maxcheaters.com/forum/index.php?topic=57378.15
  12. to answer 2 messages at once: - i doubt it works on L2J, but u can try. (its a server bug and L2J is totally different) - trade won't work on eg dragon network, because no action are available during trade, also wh won't work because its too far. the reason u do this with phx, is that it's a race condition with the item check function. that's also why u get disconnected: - server check if u have bog item *u do* - u drop bog - server give u skill *and then* remove bog item - u dont have bog item, your connection to the server dies (there's an error in server log so its tracable) if you do it by hand, if you're fast it work sometimes, sometimes it will still delete the bog. with phx its 100% fast enough that u never lose it.
  13. i like replies to my own post that i cannot see. lol
  14. Works on vampire dll for IL and hellbound, not sure of the versions. you need: - PHX or similar packet editor (WPF, etc). - one bog - a char to enchant skills on xD - another char logged as dualbox start your L2 with PHX, go to the npc to enchant skills, bring the other char there too. On char 1, drop/pickup the bog, and copy paste the "drop item" packet in the PHX quick script window. now talk to the npc, but before the last enchant step, where your bog disappear, drop it, then click the npc dialog. It will fail saying you dont have a bog, that's ok. Go back to PHX, copy all the bypasstoserver packets and paste them in the quickscript window. change the "drop item" packet your pasted there, to be just before the last bypasstoserver packet (the one that actually request the enchanting) pickup your bog, and run the quick script. if all goes well, you will get disconnected by the server. use the dualboxed char to pick the bog on the ground so that other ppl dont steal it. relog, and your skill is +1 (or +0 if failed) This also works with skill that require items to learn (spell book, divine books, etc). This works also with quests etc, whatever NPC uses bypasstoserver and require an item. Note that, the urn in TOI got special protections so it doesnt work there. if books etc aren't droppable, then you need to use ur tiny brain to make it work (its not fixed so i won't tell :p) enjoy ;)
  15. here is the WPF script to do that: //Change pt ver begin if (_gAbsNumPkt = 1) then begin if not _gFromServ then begin _gOutBuff := _gBuff; _gOutBuff[4] := #$3f; _gOutBuff[5] := #$03; end; end; end. make it only for port 7777 (not 2106) for DN via WPF get WPF here: http://saur.x33.ru
  16. u dont need WSS if you use xzcrk the game server protocol changed lately, sometimes it works sometimes not. best is to make the client login with protocol 828 and patch the gameserver connection to use 831 (well, versions from memory, ithink they're right) WPF can do that, but also phx and other tools.
  17. u can't fix it afaik use winxp or vista or wait for someone to fix l2walker
  18. no its not.. at least a week ago it wasnt. i doubt its been fixed since
  19. check all the stuff on http://fyyre.ivory-tower.de/ there's also a fix for this (its called ping or smth)
  20. problem with this software, it makes your L2 client a bit lagged
  21. ops sorry i misread. doesnt work ig indeed.
  22. run L2.exe and phx as administrator (right click => properties) and if old phx, also set 'compatibility mode for windows XP SP3' in the phx one
×
×
  • 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