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

Base No Respound + Defuse 0 Second (With Dev C++)

+2
anjnkgila
Agoeng_Jr
6 posters

 :: C++

Go down

Base No Respound + Defuse 0 Second (With Dev C++) Empty Base No Respound + Defuse 0 Second (With Dev C++)

Post by Agoeng_Jr Fri Jun 03, 2011 7:22 am

Code.c
Code:
#define WIN32_LEAN_AND_MEAN
#include
#include
//=========================================
#define OFS_DEFUSE            0x4AE512
#define OFS_RESPWAN            0x4B84BC
//=========================================
LPSTR PB = "PointBlank.i3Exec";
DWORD Ptr1, Ptr2, JRS = 0;

unsigned char MiniPatch[4]={0x00, 0x00, 0x00, 0x00};

int __fastcall patch(void* address, char* val, int bytes)
{
    DWORD d, ds;
    VirtualProtect(address, bytes, PAGE_EXECUTE_WRITECOPY, &d);
    memcpy(address, val, bytes);
    VirtualProtect(address,bytes,d,&ds);




DWORD __fastcall LoopHack(LPCVOID param)
{
    while (1) {
       
      if(GetAsyncKeyState(VK_F12)&1)
      {
            MessageBeep(0);
            DWORD Base = (DWORD)GetModuleHandleA(PB);
                        if (Base > 0) {
                                 
                        Ptr1 = Base + OFS_DEFUSE;
                        patch((void*)Ptr1, (char *)MiniPatch, 4);
                       
                        Ptr2 = Base + OFS_RESPWAN;
                        patch((void*)Ptr2, (char *)MiniPatch, 4);                         
                        }
                }   
        Sleep(10);
    }
}
BOOL __stdcall DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
{     
        switch(dwReason)
        {
                case DLL_PROCESS_ATTACH:
                        DisableThreadLibraryCalls(hDll);
                        MessageBox (0,"Please Don't Not Share To Publik !! ","Warning !!", MB_OK | MB_ICONWARNING);
                        CreateThread(0, 0, (LPTHREAD_START_ROUTINE)LoopHack, 0, 0, 0);
                        break;
        }
        return TRUE;
}
Agoeng_Jr
Agoeng_Jr
Admin
Admin

Jumlah posting : 142
Reputation : 9
Join date : 05.12.10
Age : 33
Lokasi : Macazzarct City

http://c4-forum.web-rpg.org

Kembali Ke Atas Go down

Base No Respound + Defuse 0 Second (With Dev C++) Empty Re: Base No Respound + Defuse 0 Second (With Dev C++)

Post by anjnkgila Fri Jun 03, 2011 2:27 pm

Masih Work Gx Om Agoeng_JR
anjnkgila
anjnkgila
C4~ Member
C4~ Member

Jumlah posting : 27
Reputation : 1000
Join date : 10.05.11

Kembali Ke Atas Go down

Base No Respound + Defuse 0 Second (With Dev C++) Empty Re: Base No Respound + Defuse 0 Second (With Dev C++)

Post by ThreeHacker™ Fri Jun 03, 2011 6:08 pm

Mau Tanya Om Agoeng.... Very Happy

Cari Offsite nya Pake Logger Apa CE...??
Cozz Ane Pake CE rada² gk ngeti

ThreeHacker™
C4~ Member
C4~ Member

Jumlah posting : 15
Reputation : 1000
Join date : 15.05.11

Kembali Ke Atas Go down

Base No Respound + Defuse 0 Second (With Dev C++) Empty Re: Base No Respound + Defuse 0 Second (With Dev C++)

Post by ayubouy Sat Jun 04, 2011 3:24 pm

maaf om kok gak bisa di rebuild ya om...

ayubouy
C4~ Member
C4~ Member

Jumlah posting : 4
Reputation : 1000
Join date : 04.06.11

Kembali Ke Atas Go down

Base No Respound + Defuse 0 Second (With Dev C++) Empty Re: Base No Respound + Defuse 0 Second (With Dev C++)

Post by Agoeng_Jr Sun Jun 05, 2011 12:25 am

ayubouy wrote:maaf om kok gak bisa di rebuild ya om...

Pencarian offset bisa juga di lakukan dengan menggunakan.. CE.. untuk masalah rebuild.. coba agan menggunakan C++ 2008 / 2010... jngn lupa ubah format menjadi (.dll) bukan (.exe)..
[You must be registered and logged in to see this image.]
Agoeng_Jr
Agoeng_Jr
Admin
Admin

Jumlah posting : 142
Reputation : 9
Join date : 05.12.10
Age : 33
Lokasi : Macazzarct City

http://c4-forum.web-rpg.org

Kembali Ke Atas Go down

Base No Respound + Defuse 0 Second (With Dev C++) Empty Re: Base No Respound + Defuse 0 Second (With Dev C++)

Post by rahardian Mon Jun 06, 2011 11:08 pm

Cara nyari Offset nya gmn Bang?

rahardian
C4~ Member
C4~ Member

Jumlah posting : 4
Reputation : 1000
Join date : 06.06.11

Kembali Ke Atas Go down

Base No Respound + Defuse 0 Second (With Dev C++) Empty Re: Base No Respound + Defuse 0 Second (With Dev C++)

Post by ala2728 Tue Jun 07, 2011 3:37 pm

@suhu agung_jr : BASE work 100% .. thank's ..
jika ingin membuat hotkey auto on apa yg harus dirubah suhu ..
need perencahan ..
ala2728
ala2728
C4~ Member
C4~ Member

Jumlah posting : 13
Reputation : 1000
Join date : 09.05.11
Age : 29
Lokasi : Jakarta Utara

http://andre-cheater.blogspot.com/

Kembali Ke Atas Go down

Base No Respound + Defuse 0 Second (With Dev C++) Empty Re: Base No Respound + Defuse 0 Second (With Dev C++)

Post by Agoeng_Jr Wed Jun 08, 2011 5:06 am

ala2728 wrote:@suhu agung_jr : BASE work 100% .. thank's ..
jika ingin membuat hotkey auto on apa yg harus dirubah suhu ..
need perencahan ..

Untuk Hotkey.. Coba Hapus Fungsinya.. Contoh : if(GetAsyncKeyState(VK_F12)&1) << Hapus fungsi tsb.
jngn lupa hapus juga>> MessageBeep(0);
Agoeng_Jr
Agoeng_Jr
Admin
Admin

Jumlah posting : 142
Reputation : 9
Join date : 05.12.10
Age : 33
Lokasi : Macazzarct City

http://c4-forum.web-rpg.org

Kembali Ke Atas Go down

Base No Respound + Defuse 0 Second (With Dev C++) Empty Re: Base No Respound + Defuse 0 Second (With Dev C++)

Post by ala2728 Thu Jun 09, 2011 12:10 am

Agoeng_Jr wrote:
ala2728 wrote:@suhu agung_jr : BASE work 100% .. thank's ..
jika ingin membuat hotkey auto on apa yg harus dirubah suhu ..
need perencahan ..

Untuk Hotkey.. Coba Hapus Fungsinya.. Contoh : if(GetAsyncKeyState(VK_F12)&1) << Hapus fungsi tsb.
jngn lupa hapus juga>> MessageBeep(0);

dihapus saja atau diganti ?..
ala2728
ala2728
C4~ Member
C4~ Member

Jumlah posting : 13
Reputation : 1000
Join date : 09.05.11
Age : 29
Lokasi : Jakarta Utara

http://andre-cheater.blogspot.com/

Kembali Ke Atas Go down

Base No Respound + Defuse 0 Second (With Dev C++) Empty Re: Base No Respound + Defuse 0 Second (With Dev C++)

Post by Sponsored content


Sponsored content


Kembali Ke Atas Go down

Kembali Ke Atas

- Similar topics

 :: C++

 
Permissions in this forum:
Anda tidak dapat menjawab topik