[Release] PacketLogger

12/27/2019 12:01 Gilgameš#181
Quote:
Originally Posted by kurverwalter View Post
I would like to use the data from the logger in another program (python or autoit)
Check [Only registered and activated users can see links. Click Here To Register...] out. I don't know if it's exactly what you're looking for, but it's worth a try. Hope it helps :)

Cheers
12/27/2019 23:56 kurverwalter#182
Thanks, I already discovered it and really like it. Still it would be even more useful if it would be clientless and if you could send packets as well
12/27/2019 23:57 Saber none#183
Quote:
Originally Posted by kurverwalter View Post
Thanks, I already discovered it and really like it. Still it would be even more useful if it would be clientless and if you could send packets as well
You can send packets? and wdym by "clientless" how do you expect a packetlogger to work clientless lmao.
12/28/2019 12:25 kurverwalter#184
Quote:
Originally Posted by Saber none View Post
You can send packets? and wdym by "clientless" how do you expect a packetlogger to work clientless lmao.
You can send packets per pipe?

I meant like in MarsBountys clientless bot!
12/28/2019 12:44 Saber none#185
Quote:
Originally Posted by kurverwalter View Post
You can send packets per pipe?

I meant like in MarsBountys clientless bot!
ah well nvm, I thought you were talking about the basic function of sending a packet.
12/28/2019 14:43 kurverwalter#186
I have one more question. Would it maybe be possible to add a delay between single packets that are then sended? Like "walk 12 12 1 11" then wait 500ms then "walk 18 13 1 11" ?
01/31/2020 18:22 Nickcsgo#187
hello i have a question how can i use the packet logger so that i can lets say attack x100 times a boss in one sec or so (i mean dealing tons of dmg with packet logger at once)
i tried using the same skill but because of the cd it wont work
02/14/2020 21:51 BladeTiger12#188
Small update, maybe it's useful for someone:

- Added a TCP Server in the PacketLogger to communicate with the Client (proxy-like).
- For IP:Port look in titlebar of the PacketLogger.

[Only registered and activated users can see links. Click Here To Register...]

Actually pretty easy to use. You can connect as much clients as you want to this server.
I also uploaded in the archive some example AutoIt scripts. Maybe it's useful for someone.

So first of all: All packets have the same format as NosTale (Space splitted)
The first item is a number: 0 for receive, 1 for send Packet.

E.g.:
PHP Code:
packet receiveFromPacketLogger();
splitted split(packet' ');

type splitted[0];
header splitted[1];

if 
type == 0 then "RECEIVE PACKET"
if type == 1 then "SEND PACKET" 
Same is for sending back to PacketLogger:

PHP Code:
sendPacket "1 walk 22 33 1"; <- 1 is for send
recvPacket 
"0 gold 2329392"; <- 0 is for recv

sendToPacketLogger
(sendPacket);
sendToPacketLogger(recvPacket); 
That's it. You can do whatever you want with it.
Have fun.

Edit: Added small AutoIt API.
03/05/2020 22:51 TheMilensat#189
What language is used for Send and Receive?

Does anyone now how to access exp, jobxp?
03/05/2020 23:37 Blowa#190
Quote:
Originally Posted by TheMilensat View Post
What language is used for Send and Receive?

Does anyone now how to access exp, jobxp?
It's a TCP connection, so you just connect to the TCP socket the packetlogger exposes and it will create a TCP tunnel where you can send/receive things...

You can do it in Python, Javascript, Rust, C, Golang, C#...
03/28/2020 18:47 BladeTiger12#191
[Only registered and activated users can see links. Click Here To Register...]

Just FYI: Added small AutoIt API in attachments.
04/02/2020 18:54 tomax20#192
YOOOO taiga with this packetlogger i can do this ? [Only registered and activated users can see links. Click Here To Register...]
04/02/2020 21:52 BladeTiger12#193
Quote:
Originally Posted by tomax20 View Post
YOOOO taiga with this packetlogger i can do this ? [Only registered and activated users can see links. Click Here To Register...]
Sure you can do this (Clientside).
You could also hack the server and just create new equipment.
04/03/2020 00:04 BladeTiger12#194
Quote:
Originally Posted by tomax20 View Post
Can u help me for do that?, do u have discord ''?


can u help me pls my discord is [SV]DankTaiga[EN/ES]#5305 . im new on hacks and all this things. and i want do that mve
1. No
2. No
04/03/2020 02:33 tomax20#195
I cant iject ur packet logger