├── README.md └── main.go /README.md: -------------------------------------------------------------------------------- 1 | # Cronus 2 | Releasing soon 3 | ```go 4 | package Cronus 5 | 6 | func init() { 7 | var GITHUB := "@imvast" 8 | var GITORG := "@exploitees" 9 | var PROJXT := "Cronus ~ Discord Account Creator & hCaptcha 0-day" 10 | var RLEASE := "Releasing @ https://skiddos.t.me" 11 | var DESCRP := ` 12 | 🤪 Wsp its vast here back again with yet another discord chicanery. 13 | ❗️ You can find this project @ https://t.me/skiddos 14 | ` 15 | } 16 | ``` 17 | -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- 1 | package Cronus 2 | 3 | func init() { 4 | var GITHUB := "@imvast" 5 | var GITORG := "@exploitees" 6 | var PROJXT := "Cronus ~ Discord Account Creator & hCaptcha 0-day" 7 | var RLEASE := "Releasing at 100 stars and 20 follows on" + GITORG 8 | var DESCRP := ` 9 | 🤪 Wsp its vast here back again with yet another discord chicanery. 10 | ❗️ You can find this project @ https://t.me/skiddos 11 | ` 12 | } 13 | --------------------------------------------------------------------------------