I heard that the lotf packets are very poorly coded, is that true? And what is the downfall of unsafe code?
Anyway to convert them to a better coded packet, like "Packet.WriteUint16(X);" instead of the *(p-1) = ***". i think i might know when it says like "*(p-1) = (uint)***" or w/e, but what is its just like *(p-1) = ***". Is that just WriteByte?
That may be confusing, but the first question is what I really wanna know.
I heard that the lotf packets are very poorly coded, is that true? And what is the downfall of unsafe code?
Anyway to convert them to a better coded packet, like "Packet.WriteUint16(X);" instead of the *(p-1) = ***". i think i might know when it says like "*(p-1) = (uint)***" or w/e, but what is its just like *(p-1) = ***". Is that just WriteByte?
That may be confusing, but the first question is what I really wanna know.
ya, it takes alot fix to fix lotf.
in my server i fixed alot things, but still need alot.
here is what i fixed so far i remember:
Quote:
Damage
GuildWar The one i released
ArtisanWind
PK
Gear dissapear
Stamina
Some NPC's that was bad
Items from shoppingmall (Ninja amulet etc.)
Reborn
Potency There is some more, i just cant remember =]
So that the last uint was not dumped into the buffer, it would be dumped into invalid memory and you would get memory errors and memory leaks.
So what would be the correct way of doing it since it looks pretty much the same as your example.
//edit I think that I see what the problem is, uint uses 4 bytes making it 22 bytes total while it was stated before that 20 was the max causing the 2 leftover bytes to be dumped into invalid memory.
This means that ushort had to be used cause that uses 2 bytes which would end up at 20, correct?
[Info] XPI (Packet editor) & HS Bypass + MSCRC Bypass for sale! 02/06/2010 - MapleStory Trading - 0 Replies Irwin(x0r from CEF) from GGCRCBYPASS.com is selling a packet inspector, and will include:
MapleStory CRC bypass
A generic HackShield bypass(I assume that it'll work for games such as Combat Arms, Mabinogi, Dungeon Fighter, Poptag, etc..)
NOTE : Both XPI and the MsCRC bypass should work with other versions of MapleStory like EMS, MSEA, etc. The HackShield bypass should work with other games such as Combat Arms, Dungeon Fighter, Poptag, and Mabinogi.
Lifetime updates(as long as he's able...
[question] Packet 0x3b, picking drop. Info about number 01/24/2010 - Kal Online - 9 Replies Hello,
I want to have the item structure with info about amount etc.
When I pick up drop and I've already own this kind of item (all countable items) the packet 3b is sent to client when sent pick packet to server.
Those packets looks like:
------- size hd ????? ev hh num
Recv - 07003b c378 5f 02 da
Recv - 07003b b17c 5f 02 db
Recv - 07003b 6572 5f 02 dc
[NEED INFO]Packet Editing 10/05/2007 - Dekaron - 3 Replies i would like to get started on how to packet edit. i know that the packets sent from 2moons server is encrypted. i wanna learn how to decrypt them, edit them, and resend them.
anyone that has sites, ideas, or tuts please reply. thanks much.
P/S: i know that wpe pro is detectable by gg...i'm trying other options out there.