Quote:
Originally Posted by SEVENS
dont opened a gui after injection.
win7, 64.
|
Original post updated, it seems Unicode support broke LCPE. So I recompiled it without Unicode support and it seems to be working again. I've also included the last compiled DLL injector I wrote for LCPE.
Proof it's working.
[Only registered and activated users can see links. Click Here To Register...]
Quote:
Originally Posted by The Notorious B.I.G
Its not really an editor, since you cannot build your own Packets. (Sure you can edit existing ones but not with a nice GUI or any help, and i guess its annoying to convert everything to hexadecimal...)
Since the new source is public you could create a better one.
Just using the giving classes and the user can create easy the packet he want.
Dont think this is an offence its just a suggestion because of the recently changes in the last chaos section^^
|
You can build your own packets with it (hence the input box). The tool allows you to alter packet data on the fly and the tool will handle the rest of the packet on its own. So you're really free to mess with packet data just not the header, tail and stuff like that. Hexadecimal is pretty much the standard for packet editing so it's something I would urge you to learn. You wont find packet editors that handle data in any other way as it's simply the easiest way to comprehend the data (the same way machine code is easier to manipulate with assembly).