Chb'kill Trial 0.1版+代碼 Download

Chb'kill Trial 0.1版+代碼 Download

Chb'kill Trial 0.1版比beta版精簡很多,程序用C++編寫。
希望這個簡單的小程序能給您帶來方便^0^!

#include<iostream>
using namespace std; 
int call(void);
int main()
{
char input[40];
cout<<"(C) www.52chb.com Corp."<<endl;
cout<<endl;
cout<<endl;
cout<<"Please input the parameter:"<<endl;
gets(input);
if(strlen(input)==0)
{
cout<<"Error!"<<endl;
exit(1);
}else{
system(input);
cout<<"/nOrder to succeed in finishing!"<<"/t/t"<<input<<endl;
system("pause");
call();
}}
int call(void)
{
main();
return 0;
}


Chb'kill Trial 0.1版+代碼 Download

http://hacker.lygweb.com/down/Commandkill.exe
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章