From 2f254c4b3a816b77f03761c68d51fd5e1e3d4a07 Mon Sep 17 00:00:00 2001 From: Candra Date: Thu, 25 Oct 2018 16:44:23 +0800 Subject: [PATCH] Delete 'Service Agent/Service Agent.rb' --- Service Agent/Service Agent.rb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 Service Agent/Service Agent.rb diff --git a/Service Agent/Service Agent.rb b/Service Agent/Service Agent.rb deleted file mode 100755 index 6ec0bec..0000000 --- a/Service Agent/Service Agent.rb +++ /dev/null @@ -1,20 +0,0 @@ -#!/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 - -