Tell me how to decrypt the tradingpost´s https traffic and i will make a more powerful bot for you guys :P
Why would I tell you that? I already made one :P.
Seriously speaking, use fiddler to monitor traffic and hook "gem store" send/recv functions. Those are probably located in the coherent process.
Here's the server:
The page is blank, because browser cannot run the code, so click "View source code" on the page.
Why would I tell you that? I already made one :P.
Seriously speaking, use fiddler to monitor traffic and hook "gem store" send/recv functions. Those are probably located in the coherent process.
Here's the server:
The page is blank, because browser cannot run the code, so click "View source code" on the page.
I had my own bot long time ago and it was very hard work to make this one in java, since im not a professional programmer. But after few months he stopped working because of the change to https. I wasnt able to fix this issue
Last week i tried to monitor tp´s https traffic by fiddler, but the tp is not accepting fiddlers certificate. But thx for the hint, i will take a look again.
I had my own bot long time ago and it was very hard work to make this one in java, since im not a professional programmer. But after few months he stopped working because of the change to https. I wasnt able to fix this issue
Last week i tried to monitor tp´s https traffic by fiddler, but the tp is not accepting fiddlers certificate. But thx for the hint, i will take a look again.
Did you grab the session token from the request, or did you read it from the memory?
Did you grab the session token from the request, or did you read it from the memory?
I think thats my problem, i dont even know how to get and use the session token to decrypt the trafiic The handshake has something to do with it i guess, but thats all i know.
I think thats my problem, i dont even know how to get and use the session token The handshake has something to do with it i guess, but thats all i know.
You don't have to decrypt the traffic, fiddler does it for you. Session token is used to link your trading post stuff with your game session.
The session token is retrieved by sending "createLinkedSession" message to the server through the portal connection. You have to be logged into the game.
Btw, this thread may not be the correct place to discuss that, so PM me or create a new thread, if you need help.