shitposts/hacc.sh

5 lines
324 B
Bash
Executable File

for i in `seq 1 100`; do echo $i; sleep 0.05; done | dialog --title Scanning --guage "Locating user @socialskeleton@cybre.space..." 10 40
dialog --title "Scan failed" --msgbox "Unable to locate user. They may be posting from outside of our universe, or be using multiple proxies. Proceed with extreme caution." 10 40
clear