Alias8818 Posted January 30, 2009 Posted January 30, 2009 (edited) Okay. So. I am new, of course. However, I come with the greatest respect towards those who want to help. I have a problem, and it doesn't seem I can do it alone. Well, I am trying to make a bot that reads memory addresses and responds to them by sending certain packets out to the game server. I have the memory address ready part down, however... It seems that TCPsend does not allow the opening of already established socket IDs. For instance, in WPE Pro... The socketID would be say, 300... I put 300 into TCPsend and it gives me an error. Does anyone have any clue or idea how I can send a packet on an already open socket with AutoIt? Oh and PS, I'd really rather not macro WPE Pro to achieve what I am doing. Edited January 30, 2009 by Alias8818
FireFox Posted January 30, 2009 Posted January 30, 2009 @Alias8818 Welcome to autoit forum What do you mean about TCP port ? send something to an other computer ? Cheers, FireFox.
MerkurAlex Posted January 30, 2009 Posted January 30, 2009 (edited) @Alias8818Welcome to autoit forum What do you mean about TCP port ? send something to an other computer ?Cheers, FireFox.dude read it again he wanted to send a packet to an already open socket (from the game client to the game server) with tcp.@Alias8818As far as i know you need a dll to send packets to an already open port search the example scripts forum there might be some info there. Edited January 30, 2009 by MerkurAlex [quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]
Alias8818 Posted January 30, 2009 Author Posted January 30, 2009 Will do, thank you muchly. If there are any other ideas or suggestions, feel free to post please.
Alias8818 Posted February 2, 2009 Author Posted February 2, 2009 (edited) Okay, so I have done alot of reading. Only came up with a few things, as well as another person who wished to do the same thing as me.http://www.autoitscript.com/forum/index.ph...;hl=Open+Socketand another...http://www.autoitscript.com/forum/index.ph...Socket&st=0He didn't seem to get much from it. So I further ask for more help.Anyone? Please? Edited February 2, 2009 by Alias8818
AzKay Posted February 2, 2009 Posted February 2, 2009 You would need to make your own dll to inject into the client. You cant do it with the TCP* functions. # MY LOVE FOR YOU... IS LIKE A TRUCK- #
Alias8818 Posted February 2, 2009 Author Posted February 2, 2009 Does anyone have any links to a "how-to" on making DLLs?
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