get paid to paste

Base Lost Saga Auto ON BY cyberxirrus.blogspot.com

//===================================//
//Name : Base LostSaga Fullhack
//Created by : Agus Kusuma "CyberX1408"
//Thanks : All Member THT
//Notice !! : Free For All
//===================================//

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>

//-------------=| Offset Ccd |=-------------//
#define FaLcry1 0x
#define FaLcry2 0x
#define FaLcry3 0x
#define FaLcry4 0x
#define FaLcry5 0x
#define FaLcry6 0x
#define FaLcry7 0x1011AE0 // Anti Hit DESEMBER 2013
//-------------=| Offset Ccd |=-------------//


LPTSTR ModulGame = "lostsaga.exe";



void Patch(void *adr, void *ptr, int size)

{

DWORD OldProtection;

VirtualProtect(adr,size,PAGE_EXECUTE_READWRITE, &OldProtection);

memcpy(adr,ptr,size);

VirtualProtect(adr,size,OldProtection, &OldProtection);

}

void WritePointer(unsigned long ulBase, int iOffset, int iValue)

{

if (!IsBadReadPtr((VOID*)ulBase, sizeof(unsigned long)))

{

if (!IsBadWritePtr((void*)(*(unsigned long*)ulBase + iOffset), sizeof(unsigned long)))

{

*(int*)(*(unsigned long*)ulBase + iOffset) = iValue;

}

}

}



DWORD WINAPI MemPacth(LPVOID param)

{



while(1)
{

//========== Auto On ==========//
DWORD adrMin1, adrMin2 = 0;
DWORD dwPB = (DWORD)GetModuleHandleA("lostsaga.exe");
if (dwPB > 0) {
adrMin1 = dwPB + (DWORD)FaLcry1;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00", 2);
adrMin1 = dwPB + (DWORD)FaLcry2;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00", 2);
adrMin1 = dwPB + (DWORD)FaLcry3;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00", 2);
adrMin1 = dwPB + (DWORD)FaLcry4;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00", 2);
adrMin1 = dwPB + (DWORD)FaLcry5;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00", 2);
adrMin1 = dwPB + (DWORD)FaLcry6;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00", 2);
adrMin1 = dwPB + (DWORD)FaLcry7;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00", 2);
}
Sleep(5);
}
return (0);
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
if (dwReason == DLL_PROCESS_ATTACH) {
DisableThreadLibraryCalls(hDll);
if (dwReason == DLL_PROCESS_ATTACH) {
system("start http://www.cyberxirrus.blogspot.com/");
system("start http://www.facebook.com/aguskusuma53/");
system("start http://www.twitter.com/cyberx1408/");
system("start http://www.facebook.com/cyberxirrus");
MessageBox(0, "Thank's To : \nAll Friend's", "Notice",MB_ICONINFORMATION | MB_OKCANCEL); // Notice yg Keluar
MessageBox(0, "Fitur Auto On ", "Information",MB_ICONWARNING | MB_OKCANCEL); // Notice yg Keluar
MessageBox(0, "Like Fanspage Ya Kawand ", "Information",MB_ICONWARNING | MB_OKCANCEL); // Notice yg Keluar
MessageBox(0, "PKL Detected By DLL", "Dasar Mahoo PKL Ayo-Ayo Kerestart",MB_ICONWARNING | MB_OKCANCEL); // Notice yg Keluar
MessageBox(0, "Not for Sale, jika dijual bilang penipu", "By CyberX1408",MB_ICONWARNING | MB_OKCANCEL); // Notice yg Keluar
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)MemPacth, 0, 0, 0);

char strDLLName [_MAX_PATH];
GetModuleFileName(hDll, strDLLName , _MAX_PATH);
if (strstr(strDLLName, "SeoHack.dll") <= 0) {
ExitProcess(0);
}
}
else if(dwReason == DLL_PROCESS_DETACH) {
}
}
return TRUE;{
}
}

Pasted: Feb 1, 2014, 5:09:44 am
Views: 84