Cheat Code

06/24/2016 01:45 Activityzz#1
Hello
My request is about Packet Editor, I have make a draw for better comprehension of what I want do x)

[Only registered and activated users can see links. Click Here To Register...]

So, thanx for reply and help about how I can do that !
06/26/2016 21:12 Xavierbot#2
I don't know your level in C/C++ coding.
What you need to do in a MITM (Man in the middle) attack.
When your computer is sending back the packet, you need to intercept them using a c++ packet sniffer library (a fast search over the internet give [Only registered and activated users can see links. Click Here To Register...]).
Once you have intercepted the packet, get the hex of it, apply a regex or whatever search function, get the position of the bytes in the string to replace and inject yours. Send back the packets.