Yes, you need to code it in the source code itself.
You would also need to know how the Packet is build up (just look at the flyff server code).
Hint: Flyff's packet manager is the "ar" variable in every packet handler command.
Its a bit confusing you´r example script doesn´t work (Could be cause the server changed packet Id´s?)
Or the other reason is whenever I use the chat I get this error in the console:
"FATAL ERROR: HandleMessage<>!"
Ähm, das is ja ein "Test" Teil, wo man mit hilfe von dem Chat Wort "Test" es geändert wird in "lols", nun ist das mehr so absicht von dir oder versehen das wenn man "test" schreibt zwar auch lols kommt aber test auch D:
(Sidenote: you could find out the SHOUT message, and spam the server to death)
Code:
FP Packet;
char szMessage[] = "Hello World(server)!";
char packet_str[MAX_PACKET_SIZE];
int packet_size = 0;
Packet.Append((DWORD)0xFFFFFFFF); // Needed
Packet.Append(PACKETTYPE_CHAT); // We wanna chat
Packet.Append((DWORD)strlen(szMessage)); // Append text size
Packet.AppendArray(szMessage, strlen(szMessage)); // Append the actual text
Packet.WriteHeader(dwSessionID); // Make CRC for the packet header
Packet.GetStr(packet_str); // Put the whole packet into a send-able string
packet_size = Packet.GetSize(); // Get the lenght of the packet
send(s, (const char *)packet_str, packet_size, 0); // Tell stories to the server ;D
Where do you put this o.e Just curious how it works :P i tried to paste it on all different places and MAX_PACKET_SIZE is not defined. atleast my compiler say's so.
^^ I'm not used to packets >.<
Ähm, das is ja ein "Test" Teil, wo man mit hilfe von dem Chat Wort "Test" es geändert wird in "lols", nun ist das mehr so absicht von dir oder versehen das wenn man "test" schreibt zwar auch lols kommt aber test auch D:
Das ist nur ein Beispiel. Und er schreibt "test" weil das packet nicht geblockt wurde (hatte ich zu dem Zeitpunkt noch nicht wirklich raus wie's geht). Ersetzt das ürbsprünglische Packet (also das CHAT packet mit "test" drinne einfahc mit nem Leeren Packet).
Quote:
Originally Posted by darking1assist
Where do you put this o.e Just curious how it works :P i tried to paste it on all different places and MAX_PACKET_SIZE is not defined. atleast my compiler say's so.
^^ I'm not used to packets >.<
MAX_PACKET_SIZE can be anything, just define your own. and you put where it makes sence (in chat commands handler or something else).
Tom94 hat ja auch nur durch diesen Thread seinen hack schreiben können, weil er vorher nicht wusste wie er es machen soll denk ich mal.
Also biste hier an der richtigen adresse.
Btw.. ich kann dir mal nen link zu nem tutorial posten. Simpel zu verstehen.
Tom hatte einfach keine Lust eine eigene Base zu schreiben, das ist eig alles, dann is er auf den Thread gestoßen und ja hat diese Source used wo in meinen augen sehr nice is
XSH, ist Tipps hier Posten verboten? z.b. nen Filter damit net jedes kack Packet in der Console is der Packet Block sowas
packet editor... 03/09/2011 - 4Story - 1 Replies I was wondering if there is a packet editor for this game. I dont mean WPE .. i mean a real one that decrypts the packets. If not i will try to program a dll that will do this.
Im also wondering what hacks are out there.. is there a godmode, 1 hit, teleport.. etc etc..
I will try to search and relase hacks that arnt already out there.. i am greatful for answers.
/zowex
Packet Editor 10/26/2010 - Metin2 Private Server - 9 Replies Hallo,
ich habe leider nichts gefunden aber erstmal wayne :D
Ich suche ein Tutorial wie man Metin2 Packete entschlüsselt und verschlüsselt.
Weiß einer vielleicht wie es funktioniert?
Wenn einer das weiß aber das nicht sagen will bzw. nicht für alle, könnte er oder vielleicht sogar sie mir eine PN schreiben und wir könnten über ICQ oder Skype mit einander schreiben oder vielleicht sogar reden ?
Ich freu mich über alles außer auf die flamer, spamer und auf die, die gerade keine Ahnung haben...
Packet editor 08/12/2009 - Metin2 - 4 Replies Hey liebe e*pvpers
ich hab das ganze forum durchsucht(in dem cheat,hacks,exploits)
aber ich hab den packet editor topic nich gefunden
kann mir jemand nochmal den links schicken pls?
oder wurde der closed?
hoffe gibt nich wieder so ne dumme antwort -.-
:D
Gruß
Packet editor 01/03/2008 - Flyff - 11 Replies hab jetzt den packet editor kann mir mal wer sagen wie und was ich damit machen kann? Danke im vorraus