Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
justalinko authored Apr 2, 2017
1 parent 5139a43 commit 725b9f2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion autorun.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#!/bin/bash

php /opt/avb/avb.php
#---------------------------------------------------------------
# c0ded by : alinko a.k.a shutdown57
# contact : [email protected]
# Thanks to :
# indoXploit.or.id - stackoverflow.com - php.net - curl.haxx.se
#---------------------------------------------------------------
# copyright (c) 2k17 linuXcode.org
#-------------------------------------------------------------
if [[ `whoami` == "root" ]]; then
php /opt/avb/avb.php
else
echo "[+] Kamu belum menjadi Mode Sage. :v"
echo "[+] sage maksutnya root "
fi

0 comments on commit 725b9f2

Please sign in to comment.