mirror of
https://gitea.tendokyu.moe/AttackVector/AVNetwork.git
synced 2026-09-22 22:27:58 +03:00
12 lines
2.7 KiB
Python
12 lines
2.7 KiB
Python
checkVersion = '<{protocol}>\n <status __type="s32">0</status>\n <error __type="s32">0</error>\n <{result}>\n <permission __type="s32">1</permission>\n </{result}>\n</{protocol}>'
|
|
|
|
# Automate this, Thanks
|
|
LauncherData = b'<eacnet>\n <status __type="s32">0</status>\n <error_code __type="s32">0</error_code>\n <response>\n <information>\n <idx __type="s32">0</idx>\n <text __type="str">Welcome to AttackVector</text>\n <url __type="str">http://localhost.:5000/</url>\n </information>\n <information>\n <idx __type="s32">1</idx>\n <text __type="str">Exercise Caution! Knowingly Leaking OR Streaming in Development</text>\n <url __type="str">http://localhost.:5000/</url>\n </information>\n <information>\n <idx __type="s32">2</idx>\n <text __type="str"> Games Live will get you Banned! You Have Been Warned!</text>\n <url __type="str">http://localhost.:5000/</url>\n </information>\n <information>\n <idx __type="s32">3</idx>\n <text __type="str">==-- Newest Network information --==</text>\n <url __type="str">http://localhost.:5000/</url>\n </information>\n <information>\n <idx __type="s32">4</idx>\n <text __type="str">2024/10/27 | Nostalgia is Now Supported on ATKVector!</text>\n <url __type="str">https://legal.konami.com/kam/privacy/ </url>\n </information>\n <information>\n <idx __type="s32">5</idx>\n <text __type="str">2024/10/27 | Direct Launch your Favorite Games!</text>\n <url __type="str">http://localhost.:5000/</url>\n </information>\n <url>\n <name __type="str">eaShop</name>\n <url __type="str">http://eagate.573.jp/gate/p/eamusement/coop/index.html</url>\n </url>\n <url>\n <name __type="str">termsOfService</name>\n <url __type="str">http://eagate.573.jp/game/eacloud/p/common/tos.html</url>\n </url>\n </response>\n</eacnet>'
|
|
|
|
ServerState = '<{protocol}>\n<status __type="s32">0</status>\n<error __type="s32">0</error>\n<{result}>\n<server_state __type="s32">1</server_state>\n<mainte_start_clock __type="u64">0</mainte_start_clock>\n<mainte_end_clock __type="u64">0</mainte_end_clock></{result}>\n</{protocol}>'
|
|
|
|
ResourceInfo = '<eacnet>\n <status __type="s32">0</status>\n <error_code __type="s32">0</error_code>\n <response>\n <hash __type="str">{ResourceHash}</hash>\n <url __type="str">{ResourceURL}</url>\n </response>\n</eacnet>'
|
|
|
|
getHash = '<{protocol}>\n <status __type="s32">0</status>\n <error_code __type="s32">0</error_code>\n <{result}>\n <hash __type="str">{hash}</hash>\n </{result}>\n</{protocol}>'
|
|
|
|
GenericOK = '<{protocol}>\n <status __type="s32">0</status>\n <error_code __type="s32">0</error_code>\n</{protocol}>' |