Hello, need some help :)

02/19/2014 18:02 antoniokoza1#1
I am trying to make packet base bot for NecroSRO (private server)
i have no problems with packets that are not encrypted, but i have with encrypted ones ...

I tried to use google, but I was unsuccessful.

- i did use phAnalyzer to find out what opcode that packet is : 704c
but when i try to get this packet with my bot i get : 0x03004c70010114ec09
i am writing it in AutoIt

:handsdown: ty for your help
02/20/2014 16:38 qkuh#2
Which proxy are you using?
02/21/2014 00:37 antoniokoza1#3
phConnector
02/21/2014 02:38 qkuh#4
Are you trying to receive encrypted packets or do you want to send them? If you are using phConnector you shouldn't have a problem with them. The receiving is the same. And if you are about to send them you have to change the direction/security bytes which you have to insert directly after the opcode.

For phConnector:
0x0001 Unencrypted to the Server
0x0002 Unencrypted to the Client

0x0003 Encrypted to the Server
0x0004 Encrypted to the Client
02/21/2014 16:27 antoniokoza1#5
Love you !
but here on this packet
0x03004C70010114EC09 - 0101
0x03004C70010114EC09 - 0101
0x03004C70010114EC09 - 0101
0x000002200100 - 0001

problem is that that packet has an 0101 as an way and if i try to send this packet to server i go client error "Cannot the use selected item while dead"
i dont get it why do i get this error when i sent the same packet
here is packets recived for starting an scrollback and stoping it in my analyzer

and in phAnalyzer

02/23/2014 14:23 qkuh#6
Use the correct direction...