Jump to content

Yet another Packet topic


Dizzydbd
 Share

Recommended Posts

I tried to avoid making a new topic but reading so many topics didn't get me the answer i was looking for.

My goal is to make something like WPE. The 1st thing i wanna make is sending 4 packets to a game server, after that maybe packet capture and other things.

My question is (since all the topic available made me more dizzy): is Auto-it capable to send packets to a game server (NOT ANOTHER AUTO-IT TCP SERVER !! ) ? With or without calling a dll ?

After the first look it should be preatty simple:

$ConnectedSocket = TCPConnect ($IPADDRESS, $PORT)

TCPSend ($ConnectedSocket, $Data)

Ex: i wanna send packet "C1 05 F3 7C C1" to IP: 64.118.95.172 Port: 55903 (yes it's a MuOnline server). The values are taken from WPE PRO.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...