thstrrthtrh Cheater
Reputation: 0
Joined: 08 Sep 2008 Posts: 49
|
Posted: Wed Dec 03, 2008 7:21 pm Post subject: Open Socket Help - Delphi |
|
|
I am trying to make a trainer for an online game called BunnyWars now for this trainer I am trying to just make it send packets to the game through all of the ports...
Now normally with out me doing any code and it will send a packet like...
| Code: | | <XmlDoc><Action>SendPublicMessage</Action><Parameters><Message><![CDATA[lol]]></Message><Variables /></Parameters></XmlDoc> |
=-=
with the port/information:
| Code: | 192.168.12.117:1534
67.15.127.12:9875 |
=-=
But when I try to send the buffer same exact packet it will send it but the Open Socket is not correct and it will not accept the packet.
=-=
now I wanted to know if there was some way to fix this.
Like to find some way to hook the real open socket.
Thank you for your time.
|
|