I don't know what's wrong with your first stream but in the walk packet there is a flag. The #2 is 1 for ground walking and 0 for skywalking which changes the sturcture of the packet a bit. I can't find this byte in the packet your program received.
I don't know what's wrong with your first stream but in the walk packet there is a flag. The #2 is 1 for ground walking and 0 for skywalking which changes the sturcture of the packet a bit. I can't find this byte in the packet your program received.
fayck autoshit
autoshit + packetbased = ultra double failure bullshit.
I would try to start vb.net or c# asap if i were you.
vb.net is not really better than autoit ;-)
Code:
"0x180021B00200"
it's the header of the packet, containing size, opcode and security
Quote:
Originally Posted by DeXeee
I will try to make some attacking bot now
AutoIT don't really suits to this task.
i made a packedbased autoit bot some months ago and i can just say that it's hard because you can't really do it the way you want.
you have to work with other methods than a packetreader or otherwise autoit will be too slow to interpret/send the packets.
i recommend you to start learning C# or continue playing a little bit with packets to get a better understanding before trying to create a bot.
maybe vb.net is a lil bit hard
but you can try c# its not hard at all ...
both depends on .net .. and c# is known as more difficult then vb. i agree that , syntax is different only , not much , but anyway vb.net has advantages for a beginner or if you are lazy like me . ( i can still both write and read csharp)
I would advice to take C# why? cause the syntax is more common so you can switch easier to another language like java or C++ plus it is better supported by microsoft since it's their own language.
both depends on .net .. and c# is known as more difficult then vb. i agree that , syntax is different only , not much , but anyway vb.net has advantages for a beginner or if you are lazy like me . ( i can still both write and read csharp)
imo vb is a lot more confusing than C,C++,C#,Java (C, C++ may be a little hard but still less confusing than vb)
Maybe its only me, but I just can't write programs in a Language with such a "messed up" Syntax
09 00 >> Length
21 70 >> Opcode
//with invese bytes Sure
put i can't so on !!! i got this packet from SmartSnif!!
is this the real packet that nuconnector send to server or what???
and if this the packet i don't need answer for the last question, and then i want to know
how i calculate the the x and y which i want the char to go ?
Sending Packets 03/26/2019 - PW Hacks, Bots, Cheats, Exploits - 432 Replies As per Smurfin's request:
reposting of what I posted in the Prophet's bot thread.
some example of functions you could use with sending packets (AutoIt code, see link below for C#):
;////Code for sending packets.
Help with sending packets in autoit 08/16/2010 - AutoIt - 1 Replies ive been lookin around different sites for ways to send packets to the game server. the only examples i see is to create a server and a client which i dont need, i think. well to the point now, can someone lead me in a direction or tell me how to send packets to a game? also if i send packets then that means i dont need the game to be active, correct? Because in autoit when u use keys u need to have the game active, and control send does not work. ty
Sending Packets !!! 09/07/2008 - Kal Online - 14 Replies now i know how to sniff / analyse packets ... but what then ? :)
how can i send packets ?? to pimp or mix weapon for example
i just need the way to send , and then i can depend on myself :D
Scamming by sending packets??? 04/15/2006 - Conquer Online 2 - 1 Replies Well my friend and i came up with the idea to send packets to the server to show a certain item in the trade window. We want to use this as a type of scam. I didnt see this in any other threads and was wondering if anyone knew if this is possible and if they could point use in the right direction. My friend was pretty good with packets in CO 1.0 but we arent really sure to go about doing it. If anyone one could please lend a helping hand?
P.S.- Before I get flamed for this because i know i...
Sending packets 10/12/2005 - Conquer Online 2 - 10 Replies I've a question. Is it possible to send 1 packet multiple times at the exact same time?