root 5 lat temu
commit
c792bf5741
1 zmienionych plików z 20 dodań i 0 usunięć
  1. +20
    -0
      Service Agent.rb

+ 20
- 0
Service Agent.rb Wyświetl plik

@ -0,0 +1,20 @@
#!/usr/bin/ruby
puts "================================================================================================================================================================================================"
puts "=============================================================================SELAMAT DATANG DI PORTAL RAHASIA==================================================================================="
puts "================================================================================================================================================================================================"
print "Masukan Kode Rahasia Agen: "
code = gets.chomp
if code == "KSL_SECRET_TEAM007" then
puts "================================================================================================================================================================================================"
puts "==========================================================Selamat datang agen KSL, ini adalah sesi control panel anda. Gunakan dengan bijak!===================================================="
puts "================================================================================================================================================================================================"
print "Enter Secret Command : "
sc = gets.chomp
system("#{sc}")
else
abort "Maaf Kode yang anda salah!"
end

Ładowanie…
Anuluj
Zapisz