theman Posted September 22, 2007 Share Posted September 22, 2007 how can i send packets to a server? Link to comment Share on other sites More sharing options...
cdkid Posted September 22, 2007 Share Posted September 22, 2007 Go into the helpfile, there is a great example of how to use the TCP functions. Once you have at least a little bit of code, showing some kind of effort, you might get some more help. ~cdkid AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide! Link to comment Share on other sites More sharing options...
frostfel Posted September 22, 2007 Share Posted September 22, 2007 (edited) how can i send packets to a server?This is very hard if your talking about Packet Sniffing look at this: http://www.autoitscript.com/forum/index.ph...=World+WarcraftSeems like its based around Object PktX.PacketXFound This Also: http://www.autoitscript.com/forum/index.ph...=Packet+Sniffer Edited September 22, 2007 by frostfel Link to comment Share on other sites More sharing options...
theman Posted September 23, 2007 Author Share Posted September 23, 2007 (edited) Go into the helpfile, there is a great example of how to use the TCP functions. Once you have at least a little bit of code, showing some kind of effort, you might get some more help.on helpfile i found TCPCloseSocket but it sends only one packet that keeps repeating to same packet Edited September 23, 2007 by theman Link to comment Share on other sites More sharing options...
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