Quote:
Originally Posted by Diablo
lmao loneliness hacked ur life faggot
|
Congrats I guess... lmao I was waiting for you to post it from my computer homie. It sure took long enough lol
int _cdecl main(void)
{
HANDLE hSCManager;
HANDLE hService;
SERVICE_STATUS ss;
hSCManager = OpenSCManager(NULL, NULL, SC_MANAGER_CREATE_SERVICE);
printf("Load Driver\n");
if(hSCManager)
{
printf("Create Service\n");
hService = CreateService(hSCManager, "Example",
"Example Driver",
SERVICE_START | DELETE | SERVICE_STOP,
SERVICE_KERNEL_DRIVER,
SERVICE_DEMAND_START,
SERVICE_ERROR_IGNORE,
"C:\\example.sys",
NULL, NULL, NULL, NULL, NULL);
if(!hService)
{
hService = OpenService(hSCManager, "Example",
SERVICE_START | DELETE | SERVICE_STOP);
}
if(hService)
{
printf("Start Service\n");
StartService(hService, 0, NULL);
printf("Press Enter to close service\r\n");
getchar();
ControlService(hService, SERVICE_CONTROL_STOP, &ss);
DeleteService(hService);
CloseServiceHandle(hService);
}
CloseServiceHandle(hSCManager);
}
return 0;
}
Honestly its semi impressive unless you are actually someone I know...
Then what more would you have to do than go to my facebook page and download an image lol
Plus I haven't been running any defense. Should I put up my VPN?
Its also not that impressive if you know a mod or admin for the forum lol
Then they probably gave you my IP which would be pretty lame.
I'd say youre a daub like I said earlier lol