Jump to content

Recommended Posts

Posted

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

Posted

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

Posted (edited)

ya you are right .. i dun wanna send raw packets .. gonna try the TCPSend .. thanks for now =)

btw the game is named "Florensia Online"

Edited by Iemoniscool
Posted

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

Posted (edited)

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
Posted

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?

Posted (edited)

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

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
  • Recently Browsing   0 members

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