Dizzydbd Posted December 14, 2006 Posted December 14, 2006 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.
AzKay Posted December 16, 2006 Posted December 16, 2006 Heres something to figure out, how to dllcall the WpeSpy.dll # MY LOVE FOR YOU... IS LIKE A TRUCK- #
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now