Sabtu, 19 Mei 2012

Source Code Auto Story Luar Dalem V.6080



Published : 13:29 Author : ZekertkotHack
 /*
Auhor's : Zekertkot A.k.A VJ'Hamim
Modified By : ToMz Ex-Breakz
Date Created : 19 Mei 2012
Information : Jangan Sampai Kacang Lupa Pada Kulitnya :D
Tolong Jangan DiHapus Yang ini ^_^

Build In Dev C++ Berapapun
*/
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>

#define OFS_Story     0xD9C671
#define OFS_BASE      0xDC5D98
#define OFS_NPC1      0x129
#define OFS_NPC2      0x251
#define OFS_NPC3      0x379
#define OFS_NPC4      0x4A1
#define OFS_NPC5      0x5C9
#define OFS_Skip      0xCDEC38
#define OFS_BpmHack   0x4CBD7C
LPTSTR ModulGame = "Audition.exe";
LPTSTR Classical = "ClassItl.dds";
/* -------------------------------- Asembly Send ----------------------------------- */
void Asembly(void *adr, void *ptr, int size)
{
DWORD OldProtection;
VirtualProtect(adr,size,PAGE_EXECUTE_READWRITE, &OldProtection);
memcpy(adr,ptr,size);
VirtualProtect(adr,size,OldProtection, &OldProtection);
}
/* -------------------------------- OKE KERAS ----------------------------------- */
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;
}
}
}

int __stdcall Clone(void)
{
DWORD dwPB = (DWORD)GetModuleHandleA(ModulGame);
if (dwPB > 0) {
WritePointer(dwPB + (DWORD)OFS_BASE, (OFS_NPC1), 0x03);
WritePointer(dwPB + (DWORD)OFS_BASE, (OFS_NPC2), 0x03);
WritePointer(dwPB + (DWORD)OFS_BASE, (OFS_NPC3), 0x03);
WritePointer(dwPB + (DWORD)OFS_BASE, (OFS_NPC4), 0x03);
WritePointer(dwPB + (DWORD)OFS_BASE, (OFS_NPC5), 0x03);
return 0;
}
}
DWORD WINAPI MemPacth(LPVOID param)
{
while (1) {
//==================================== Memulai Membuat Hacking Ayodance ===========================================//
if (GetAsyncKeyState(VK_F5)&1)  // Unlock Story Mode
{
MessageBeep(MB_ICONWARNING);
DWORD Story =0;
DWORD Inc = (DWORD)GetModuleHandleA("Audition.exe");
if (Inc > 0){
Story = Inc + (DWORD)OFS_Story;
Asembly((void *)(Story),(void*)(PBYTE)"\x04",1);
}
}
if (GetAsyncKeyState(VK_F6)&1)  // Lock Story Mode
{
MessageBeep(MB_ICONWARNING);
DWORD Story =0;
DWORD Inc = (DWORD)GetModuleHandleA("Audition.exe");
if (Inc > 0){
Story = Inc + (DWORD)OFS_Story;
Asembly((void *)(Story),(void*)(PBYTE)"\x00",1);
}
}
//==================================================== Auto On Fiture Hack =======================================//
DWORD Time, Skip =0;
DWORD Inc = (DWORD)GetModuleHandleA("Audition.exe");
if (Inc > 0){
Time = Inc + (DWORD)OFS_BpmHack;
Asembly((void *)(Time),(void*)(PBYTE)"\x61",1);
Skip = Inc + (DWORD)OFS_Skip;
Asembly((void *)(Skip),(void*)(PBYTE)"\x00\x00", 2);
}
//====================================================== Memanggil 5 NPC =======================================//
if (GetAsyncKeyState(VK_F4)&1)
{
MessageBeep(MB_ICONWARNING);
Clone(); // Memanggil 5 NPC Sekaligus
}
//====================================================== UnHook Hacking ======================================//
Sleep(15);
}
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, "ToMz Ex-Breakz Was Here..", "AutoStory V.6080", MB_OK + MB_ICONWARNING);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)MemPacth, 0, 0, 0);
char strDLLName [_MAX_PATH];
GetModuleFileName(hDll, strDLLName , _MAX_PATH);
if (strstr(strDLLName, "ToMz.dll") <= 0) // Nama DLL yang asli ( Anti Rename )
{
MessageBox(0, "Debug 5031520", "Error!", 0);
ExitProcess(0);//ERROR
}
}
else if(dwReason == DLL_PROCESS_DETACH)
{
}
}
return TRUE;

0 komentar:

Posting Komentar

Get your Domain Cheaply!