/* --------------- jquery animation loading page ---------------------------------- */ .QOverlay { background-color: #000000; /*warna background loading */ z-index: 9999; } .QLoader { background-color:#111; /* warna bar loading */ -moz-box-shadow: 0px 1px 80px #ccc; height: 2px; } .QAmt { color:#ccc; /*warna angka loading*/ font-size:50px; font-weight:bold; line-height:50px; height:50px; width:100px; margin:-60px 0 0 -50px; } -->
skip to main | skip to sidebar

Anonymous Cheater

Anonymous Cheater Freedom For Game Online

  • Home
  • Forum
  • My Website
  • My Shortlink
  • My Facebook
  • My Twitter
  • My TV Online
  • My TV Online1

Selasa, 25 Oktober 2011

[C++] Example for calling Message Box function

19.49 Dery sulaiman
Kirimkan Ini lewat Email BlogThis! Bagikan ke X Berbagi ke Facebook

Ok Langsung aja ya kk Source Code ini Fungsinya untuk Memangil Message Box Dari Dalam Game PB

#include <windows.h>

#define PTR_THIS                0x5efc2c
#define PTR_MSGROOT             0x219e10
#define PTR_CALLER              0x5a680

DWORD dwModule = NULL;

typedef void (__thiscall *pMsgBox)(void*,       /* this pointer */
                                                                   char*,       /* text*/
                                                                   char*,       /* caption */
                                                                   int,         /* type */
                                                                   void*,       /* own message root (callback)*/
                                                                   void*,       /* system message root */
                                                                   int,         /* unknown, biasanya value 10 (0xA) */
                                                                   int,         /* unknown, biasanya value 1 (true?) */
                                                                   int);        /* unknown, biasanya value 1 (true?) */

/*
untuk parameter 'type':
0x10001 = ok only (force exit)
0x10002 = ok (exit) + cancel
0x10004 = no button (wait msgbox)

0x20001 = ok only (no exit)
0x20002 = ok (exit) + cancel
0x20004 = no button (wait msgbox)
*/

bool bInit = false;

pMsgBox _MsgBox;
void* pThis;
void* pProc;

void DoMsgBox() {
        if(!bInit) {
                pThis = (void*)*(DWORD*)(dwModule+PTR_THIS);
                pProc = (void*)(dwModule+PTR_MSGROOT);

                _MsgBox = (pMsgBox)(dwModule+PTR_CALLER);

                bInit = true;
        }

        _MsgBox(pThis,
                        "Hello Anonymous\nIni adalah Contoh Message Box yg Kamu buat\n\nAnonymous Cheater",
                        "Anonim",
                        0x20001,
                        pProc,
                        0,
                        0xA,
                        1,
                        1);
}

void MainThread() {
        while(!dwModule) {
                dwModule = (DWORD)GetModuleHandle("PointBlank.i3Exec");
                Sleep(100);
        }

        while(1) {
                if(GetAsyncKeyState(VK_F1)&1) {
                        DoMsgBox();
                }
                Sleep(10);
        }
       
}

BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved) {
        switch(dwReason) {
                case DLL_PROCESS_ATTACH:
                        DisableThreadLibraryCalls(hDll);
                        CreateThread(0, 0, (LPTHREAD_START_ROUTINE)MainThread, 0, 0, 0);
                        break;

                case DLL_PROCESS_DETACH:
                        FreeLibrary(hDll);
                        break;
        }
        return true;
}

Posted in: Base atau Source Code
Posting Lebih Baru Posting Lama Beranda
Twitter Delicious Facebook Digg Stumbleupon Favorites More

Total Tayangan Halaman

Notice

Just Info Animation Loading Page Sedang Masa Perbaikan Jadi Fitur tersebut tidak bisa di akses sementara.

My Profile

Dery Sulaiman

Buat Lencana Anda

Chat Box

Buku Tamu

di like ea

Kalkulator

Categories

  • anti virus (3)
  • ayodance (8)
  • Base atau Source Code (12)
  • Call OF Duty (1)
  • cheat (2)
  • cross fire (1)
  • game offline (2)
  • hacking (12)
  • Idol street (1)
  • Info (1)
  • Jual (1)
  • Lagu (1)
  • Lowongan Staff (1)
  • nightclub city (1)
  • Ninja Saga (35)
  • Notice (1)
  • Point Blank (500)
  • poker (1)
  • seal online (1)
  • software (14)
  • sofware (2)
  • tutor (14)
  • tutorial (2)
  • TV online (1)
  • wild ones (1)

Blog Archive

  • ▼  2011 (311)
    • ►  11/27 - 12/04 (2)
    • ►  11/20 - 11/27 (1)
    • ►  11/13 - 11/20 (6)
    • ►  10/30 - 11/06 (3)
    • ▼  10/23 - 10/30 (9)
      • [Share]Base ammo + Damage SG
      • Source System IP (bagi yg ingin Jual cheat pake IP)
      • [Share] Base WH
      • [Share] Base WH bagi yg blom punya
      • Share Kumpulan Hotkey Untuk Cheat Game Online/Offline
      • [C++] Example for calling Message Box function
      • Base Ammo Global (Silahkan berkereasi Sendiri)
      • Simple Base D3D Menu
      • Base Logger By Me
    • ►  09/25 - 10/02 (1)
    • ►  09/18 - 09/25 (1)
    • ►  08/07 - 08/14 (1)
    • ►  07/10 - 07/17 (4)
    • ►  06/19 - 06/26 (8)
    • ►  06/12 - 06/19 (6)
    • ►  04/10 - 04/17 (8)
    • ►  04/03 - 04/10 (4)
    • ►  03/27 - 04/03 (5)
    • ►  03/20 - 03/27 (7)
    • ►  03/13 - 03/20 (4)
    • ►  03/06 - 03/13 (1)
    • ►  02/27 - 03/06 (12)
    • ►  02/20 - 02/27 (3)
    • ►  02/13 - 02/20 (30)
    • ►  02/06 - 02/13 (33)
    • ►  01/30 - 02/06 (59)
    • ►  01/23 - 01/30 (56)
    • ►  01/16 - 01/23 (21)
    • ►  01/09 - 01/16 (7)
    • ►  01/02 - 01/09 (19)
  • ►  2010 (325)
    • ►  12/26 - 01/02 (38)
    • ►  12/19 - 12/26 (13)
    • ►  12/12 - 12/19 (13)
    • ►  12/05 - 12/12 (19)
    • ►  11/28 - 12/05 (42)
    • ►  11/21 - 11/28 (35)
    • ►  11/14 - 11/21 (38)
    • ►  11/07 - 11/14 (37)
    • ►  10/31 - 11/07 (30)
    • ►  10/24 - 10/31 (36)
    • ►  10/17 - 10/24 (4)
    • ►  10/10 - 10/17 (20)

Saving Mode

Anonymous Cheater Energy Saving Mode menggunakan CSS3 Move your mouse to go back to the page! Gerakkan mouse anda dan silahkan nikmati kembali posting kami!

design by: www.banjarmasin-pb.co.cc - Anonymous Cheater - Copyright © 2011 - 2012

 
Copyright © 2011 Anonymous Cheater | Powered by Blogger
Design by Blogger | Bloggerized by Dery - N3 | The Largest Forum Cheater On Indonesian
Call Of Duty Modern Warfare 3