Jump to content

Packet Sending with AutoIT?


Recommended Posts

Hi there...

is it possible to send packets to a server with autoIT?

i DONT mean network packets with winpcap ..

i mean .. i play a game and coded a bot for it and now i got a bit deeper into the game system and found packets for moving and so on .. but i cant find any UDF that can handle with sending packets to the server ...

is there any way to do it??

thanks in advance

lemoniscool

Link to comment
Share on other sites

Hi there...

is it possible to send packets to a server with autoIT?

i DONT mean network packets with winpcap ..

i mean .. i play a game and coded a bot for it and now i got a bit deeper into the game system and found packets for moving and so on .. but i cant find any UDF that can handle with sending packets to the server ...

is there any way to do it??

thanks in advance

lemoniscool

Pm me the game if you need any help.

TCPConnect

TCPSend

UDPConnect

UDPSend

Link to comment
Share on other sites

once again.. why does everyone need to make a bot for thier games.. why not playit the way its made.. if its not challenging enough play a different game

Link to comment
Share on other sites

hey .. actually i dont use my own programs =)

i just like to programm and hacking a bit .. so why shouldnt i combine playing and programming ^^

and tho programming a fully working bot isnt that simple i can learn much things while i programm it =)

Edited by Iemoniscool
Link to comment
Share on other sites

You cant hack it with autoit ... I tryed this too, but when u do this, you must send packets in hex code (like : 0F 53 A9 ... etc). If you do like this

TCPSend($mainsocket, "0F 53 A9") its not works, because this is send in ASCI, and not in hex ... I used Hex() too, but I cant get work this ...

Soo TCPSend is sending packets in ASCII and not in hex (try to scan and u will see) ... Am I right?

Link to comment
Share on other sites

ill try to get it to work ^^ if i get it to work ill post ^^

oh and btw .. you have to encode the packets you send with XOR 0xFF ^^

//EDIT:

and .. i forgot .. the length and opcode are not encoded ^^

Edited by Iemoniscool
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...