What the Sulakore SDK is used for? #33
-
Because the Tanji Software has a Habbo SDK? I'm studing the Tanji software to learn code better. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The intention of Sulakore is to provide Connection/Crypto/Parsing specific APIs for anything Habbo related as a library(eventually as nuget packages), without any of the interception/MITM stuff in Tanji. I'm currently moving most of Tanji's logic into another library here https://github.com/ArachisH/Tangine |
Beta Was this translation helpful? Give feedback.
The intention of Sulakore is to provide Connection/Crypto/Parsing specific APIs for anything Habbo related as a library(eventually as nuget packages), without any of the interception/MITM stuff in Tanji.
I'm currently moving most of Tanji's logic into another library here https://github.com/ArachisH/Tangine
This library also uses Sulakore, but it provides the Flash/WebAssembly modifcation logic, which I'm planning on using to update HabKit(command line tool).