├── .gitignore ├── IMG-20240810-WA0013.jpg ├── LICENSE ├── README.md ├── chisel.sh ├── funny.py ├── ohp.sh ├── other-proxy.sh └── slowdns.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DindaPutriFN/Autoscript/HEAD/.gitignore -------------------------------------------------------------------------------- /IMG-20240810-WA0013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DindaPutriFN/Autoscript/HEAD/IMG-20240810-WA0013.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DindaPutriFN/Autoscript/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DindaPutriFN/Autoscript/HEAD/README.md -------------------------------------------------------------------------------- /chisel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DindaPutriFN/Autoscript/HEAD/chisel.sh -------------------------------------------------------------------------------- /funny.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DindaPutriFN/Autoscript/HEAD/funny.py -------------------------------------------------------------------------------- /ohp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DindaPutriFN/Autoscript/HEAD/ohp.sh -------------------------------------------------------------------------------- /other-proxy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DindaPutriFN/Autoscript/HEAD/other-proxy.sh -------------------------------------------------------------------------------- /slowdns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DindaPutriFN/Autoscript/HEAD/slowdns.sh --------------------------------------------------------------------------------