Liat Di Bawah !
Code:
//----------------=| Profil |=----------------//
// Name : Base Lost Saga Fullhack Build Offset & Byte
// Author : Syokor Pro Hack
// Created By : @Woles Bae Mas
//----------------=| Profil |=----------------//
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
//-------------=| Offset Saya |=-------------//
#define Santai1 0x16A7096 // dah gw bonusin nih No Delay Real By Me Syokor
#define Santai2 0x1234567 //Cari Offset nya sendiri ya :p Coba mandiri OM <^>
#define Santai3 0x1234567
#define Santai4 0x1234567
#define Santai5 0x1234567
#define Santai6 0x1234567
#define Santai7 0x1234567
#define Santai8 0x1234567
#define Santai9 0x1234567
#define Santai10 0x1234567
//-------------=| Offset Saya |=-------------//
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)
{
//-------------=| Hoktey Auto On |=------------- //
DWORD adrMin1, adrMin2 = 0;
DWORD dwPB = (DWORD)GetModuleHandleA("lostsaga.exe");
DWORD dwPB1 = (DWORD)GetModuleHandleA("io3DEngine.dll");
if (dwPB ,dwPB1 > 0) {
adrMin1 = dwPB + (DWORD)Santai1;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x00\x00", 2);
adrMin1 = dwPB + (DWORD)Santai2;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x--\x--", 2); // ganti tanda "--" jadi byte lu sendiri yah By : @Syokor
adrMin1 = dwPB + (DWORD)Santai3;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x--\x--", 2);
adrMin1 = dwPB + (DWORD)Santai4;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x--\x--", 2);
adrMin1 = dwPB + (DWORD)Santai5;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x--\x--", 2);
adrMin1 = dwPB + (DWORD)Santai6;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x--\x--", 2);
adrMin1 = dwPB + (DWORD)Santai7;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x--\x--", 2);
adrMin1 = dwPB + (DWORD)Santai8;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x--\x--", 2);
adrMin1 = dwPB + (DWORD)Santai9;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x--\x--", 2);
adrMin1 = dwPB + (DWORD)Santai10;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x--\x--", 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) {
MessageBox(0, "Auto On", "~[Notice]~", MB_OK + MB_ICONINFORMATION );
MessageBox(0, "Jangan leecher *** !", "~[Notice]~", MB_OK + MB_ICONINFORMATION );
MessageBox(0, "Credit : Syokor", "~[Notice]~", MB_OK + MB_ICONINFORMATION );
system("start https://www.facebook.com/1zM0o0Mz1");
system("start http://chibi-cyber.com/usercp.php");
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)MemPacth, 0, 0, 0);
char strDLLName [_MAX_PATH];
GetModuleFileName(hDll, strDLLName , _MAX_PATH);
if (strstr(strDLLName, "Santai.dll") <= 0) {
}
}
else if(dwReason == DLL_PROCESS_DETACH)
{
}
}
}
0 Response to "Release Base 1 Fitur + 9 Offset & Byte Kopong"
Post a Comment