Posted: Sun Apr 04, 2010 10:27 am Post subject: How to block incoming packet by IP
How do i block incoming packet for IP 1.2.3.4? I wanna disable some building in newwork game. I thought if i could block specific packet i could disable some buildings or set limits.
There u cant do that by firewall or any other network analyzers like Wireshark...Or to hook your computer network tcp connection wont work also as the packets will be most probably encrypted...
Only thing that you can do is to first find send function adress by tracing from the Winsock.Send command you can do this with ollydebug with any version after you find snd_fnc adress add that into CheatEngine then open that adresses in memory after you can put a breakpoint there to see the going packets without encrypted forms...After you should write your packet sender program in C# or C++ when you write that program after its easy to filter anything you want etc..
Or After "without encrypted forms..." for example you want to remove some chatpackets then after you put breakpoint send some chat like hi then game will pause turn back to CE then see what breaks(what accessing to snd_fnc) and nop there and try to send again a chat.If you see that that works i mean you can't write anything into chat then you should nop there also in olly and save exe to make that changes for ever
Sorry for the Bad English hope u can understand...
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum