Aion Packet Sending Bot

03/14/2018 13:58 BestPv#1
Hi,

I want to code a Packet Sending bot. I decrypted the login and game packet for 5.8 and I have the correct protocols. I want my bot to be able to log into Aion Server without opening the client. So, I want to send the connection packet with the encrypted login and password. However, I have troubles with the login server packet SM_INIT. How can I find the modulus and exponent from the RSA part inside the packet?

Thank you
07/12/2020 15:27 ThorsNextKrobanPro#2
[Only registered and activated users can see links. Click Here To Register...]
its for L2 but aion and l2 have the same login stuff. you just need to add some zero's before or after the RSA key cuz the aion login is some bytes longer. but the otherr stuff is the same.
11/16/2020 06:17 Sandra122#3
Quote:
Originally Posted by ThorsNextKrobanPro View Post
[Only registered and activated users can see links. Click Here To Register...]
its for L2 but aion and l2 have the same login stuff. you just need to add some zero's before or after the RSA key cuz the aion login is some bytes longer. but the otherr stuff is the same.
Hi, do you have discord to talk more about the protocol? :)
11/18/2020 15:25 ThorsNextKrobanPro#4
Quote:
Originally Posted by Sandra122 View Post
Hi, do you have discord to talk more about the protocol? :)
i have but i dont maintain aion / L2 projects anymore.