toll ich hab das jetzt gelesen wo ich gester ndie ganzen abend zu dumm war XD weil ich mir nicht vorstellen kann das geht aber im binary ist esbeides das selbe der - und + wert^^
Memory Address of Post Encrypted Send Packet 10/20/2010 - CO2 Programming - 9 Replies Currently I am working on memory based proxy but I have a problem in finding the address of the pre-encrypted send packet data. I think i found out the address of the receive packet(from server), as per attached, but I'm not sure it that was really the address.
Anyone please help me how to locate the address of pre-encrypted send packet.
The title is misleading but I mean Post-decryption of receive packet buffer and pre-encryption of send packet buffer.
Play sound via Packet Send?? [Question String Packet] 07/14/2010 - CO2 Private Server - 5 Replies Yow im trying to figure out why i cant play music with the string packet
What im doin is;
MyChar.Client.SendPacket(Game.Packet.String(MyCha r.UID, 20, Splitter));
My Packet is:
public byte String(long CharId, byte Type, string name)
[CodeSnippet] Send Chat Packet from dll[Aeria] 03/26/2010 - 12Sky2 Hacks, Bots, Cheats & Exploits - 11 Replies UPDATE NOTE:
The same code may be able to be found here... i can not be bothered looking for it again unless i need it. I will post up if i find it again if i actually look for it tho :)
C++ Code for a dll you can inject.
void __cdecl SendChat( const char* szText )
{
UINT_PTR adr = 0x00412F18; //function address
__asm
[Question] What Packet to send? 08/05/2009 - CO2 Private Server - 6 Replies Hello.
I'm in trouble because I don't know what packet to send when I have created a Character.
I tried to send this MessagePacket:
The message appears but don't bring you to the main menu of the client to log into my server