Sending to client

07/27/2008 17:20 bibian84#1
So i'v been trying to figure this out on my own, but i can't find any information about this. What i want to do is hook RPE into a process but instead of sending a packet to the server this process is connected to i want to send a packet to the client. So i can trick the client into activating a certain something which is actually doesn't have.

And seeing how there is ZERO (function reference) documentation on howto write custom filters i just posted this :P

All i need to do is send packet X to the CLIENT when the SERVER sends me packet Y (or send it using a hotkey)
01/04/2009 13:32 schlurmann#2
Well even if you would manage to send packages to your client using some tool, the RO client will not accept them.

The client receives packages through specific functions, due to this it will only "expect" packages from a certain ip (contained in a so called SOCKET obtained by connecting to the server), which you cannot "fake".

Well, you could try to hijack your way into the RO server and send packages from there, that would definitely work, but once you're in the server you might as well just make yourself a GM. ;P
04/20/2009 02:59 xilehack#3
Quote:
The client receives packages through specific functions, due to this it will only "expect" packages from a certain ip (contained in a so called SOCKET obtained by connecting to the server), which you cannot "fake".
there's a way - but you need very good skills. i am not that skilled yet ;-P and if i were, i wouldnt miss-use it for such crap.


Quote:
Well, you could try to hijack your way into the RO server and send packages from there, that would definitely work, but once you're in the server you might as well just make yourself a GM. ;P
wont work that easy....the first one would be more possible than this one... lulz. if you send the packages from there, your client won't receive anything. :-p