================================================================================ Snipers vs Thieves (se.foglo.svt) - offline bot-match resurrection : artifact dump ================================================================================ WHAT THIS IS Reverse-engineering artifacts, tooling, notes, and screenshots from an effort to run an offline bot match in the (now-defunct) mobile game "Snipers vs Thieves" against a locally reimplemented backend (gu3 matchmaking + Photon realtime). Published for anyone attempting the same thing. Anonymous, read-only FTP. Version 1.19.22110 (versionCode 560), Unity 2017.4.1 IL2CPP, x86 + armeabi-v7a. -------------------------------------------------------------------------------- CONTENTS -------------------------------------------------------------------------------- Zips/ (archives - format wins, so everything zipped lands here) svt-workproduct-redacted.tar.gz all notes + RE scripts + progression shots (redacted) svt-gate2-findings.tar.gz GATE 2 (title->vault) analysis + diag tools + shots svt screenshots.zip 129 boot/menu/match progression screenshots tmp-work-redacted.tar.gz misc redacted work bundle 2018.zip (owner's archive, unrelated) Somewhat Important/ (notable, non-archive work products) GATE2_ANALYSIS.md the title-screen -> vault stall, root-caused a16-session-REDACTED.txt real-device backend session capture, HEAVILY redacted Junk/ (media, one-off scripts, scratch, the game itself) SvT-SelfContained-Beta.apk the game, self-contained (app + OBB baked in), boots main.560.se.foglo.svt.obb the game's OBB (assets) as a standalone file svt-titlescreen.png proof shot: app reaching the title screen svt-scripts/ ~191 one-off frida/python RE scripts svt-scratch/ scratch logs, address caches, backups recon.mp4 (owner's file, unrelated) -------------------------------------------------------------------------------- PULLING FILES (anonymous FTP; URL-encode spaces as %20) -------------------------------------------------------------------------------- curl -O ftp://142.4.56.186/public/Junk/SvT-SelfContained-Beta.apk curl -O ftp://142.4.56.186/public/Junk/main.560.se.foglo.svt.obb curl -O ftp://142.4.56.186/public/Zips/svt-workproduct-redacted.tar.gz curl -O "ftp://142.4.56.186/public/Zips/svt%20screenshots.zip" -------------------------------------------------------------------------------- LICENSE -------------------------------------------------------------------------------- OUR WORK - the reverse-engineering scripts, notes, analysis documents, and diagnostic tools in this dump - is released under the MIT License (below). Use it however you like. NOT OURS - the game files (SvT-SelfContained-Beta.apk, main.560.se.foglo.svt.obb, and any game assets, strings, or binaries derived from them) are NOT covered by this license and are NOT our intellectual property. They remain the copyright of the original developer (Foglo / PlayStack). They are mirrored here purely for preservation and interoperability research of a free, no-longer-operated game; no ownership is claimed and no rights to them are granted. If you are the rights holder and want them removed, they will be. ---------------------------------------------------------------------------- MIT License Copyright (c) 2026 SvT bot-match resurrection contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================