├── README.md ├── botter ├── bots.json ├── code.exe └── exe.js ├── index.html └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natrixdev/snapchat-score-botter-website/HEAD/README.md -------------------------------------------------------------------------------- /botter/bots.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natrixdev/snapchat-score-botter-website/HEAD/botter/bots.json -------------------------------------------------------------------------------- /botter/code.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natrixdev/snapchat-score-botter-website/HEAD/botter/code.exe -------------------------------------------------------------------------------- /botter/exe.js: -------------------------------------------------------------------------------- 1 | exe compiler.js can go here 2 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natrixdev/snapchat-score-botter-website/HEAD/index.html -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/natrixdev/snapchat-score-botter-website/HEAD/style.css --------------------------------------------------------------------------------