From 3a9c3673cc137b81450c509b1f3ed060e3d7b4cb Mon Sep 17 00:00:00 2001 From: Candra Date: Mon, 22 Oct 2018 20:45:35 +0800 Subject: [PATCH] Upload files to 'Service Agent' --- Service Agent/Service Agent.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Service Agent/Service Agent.rb diff --git a/Service Agent/Service Agent.rb b/Service Agent/Service Agent.rb new file mode 100644 index 0000000..6ec0bec --- /dev/null +++ b/Service Agent/Service Agent.rb @@ -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 + +