Hay friends, Dengerin lagu yuks
Hehehehe ..
Hay friends, I Santa Mars
Nama asli ane Marsyanta
Welcome to my blog
I am Indonesian people
aye Ingin sekali jadi orang terkenal :D
Hopefully all useful
Thank you .




Jumat, 27 Juli 2012

Base Dan Offset Cheat Crossfire!!


Sesuai Judul Saya Akan Memberi Anda Base Dan Offset Crossfire Yang Memungkinkan Anda Bisa Juga Membuat Cheat Crossfire.. Untuk Base Anda Harus Berusaha Memasukan Offsetnya Dan Di Gabungkan Menjadi Cheat Crossfire!!! Okey Cekidot Basenya:

Bahan : Def C++

Cara Nya : Buka Def C++
           Add Module
           Masukan Basenya
           Silahkan Berkreasi

=================KHUSUS YANG BELUM TAU=================


Sengaja Saya share Buat Anda
/#Name Author : Steven Sasongko
/#Website     : www.exocheatpertamax.blogspot.com
/#Thanks to   : Padang XP
//VjRichard #include <windows.h> #include <stdio.h> //remove these stupid warnigs #pragma warning(disable:4996) #pragma warning(disable:4312) //default keys #define VALINC VK_RIGHT #define VALDEC VK_LEFT #define ITMINC VK_DOWN #define ITMDEC VK_UP #define MNSHOW VK_INSERT #define AFKBOT VK_F2 //never saw them changed but you will need to change them for CFPH #define ID_MSG 0x1C #define ID_NOR 0x16 #define ID_AFK 0x37 class CMenu; //so we include in only one cpp file #ifndef MYMENU #define MYMENU class CMenu { private: //some private members char name[100]; //name of the coder (or nothing) char items[100][100]; //items in the menu .. max 100 item and 100 character per item char** options[100]; //pointer to options array DWORD* values[100]; //pointer to value holder DWORD curitem; //current active item DWORD numitems; //current number of elements void DrawMessage(DWORD Type, DWORD dwID, DWORD dwType2, LPVOID lpText); bool IsVisible(); void PushToConsole(LPSTR command); public: DWORD MessageFunc; //ingame message box function DWORD VisibleState; //ingame message state variable DWORD PTC; //LTC CMenu(LPSTR lpName = NULL); ~CMenu(); void Nav(); void AddItem(LPSTR lpText, char** options, DWORD* val); bool Ready(); }; #endif ===========================Menu.Cpp=========================== #include "menu.h" CMenu::CMenu(LPSTR lpName) { //initilize variables values to NULL strcpy(name, lpName); MessageFunc = NULL; VisibleState = NULL; curitem = NULL; numitems = NULL; } CMenu::~CMenu() { } //Check if we are ready or not bool CMenu::Ready() { return (GetModuleHandleA("ClientFx.Fxd") > 0); } //Adds a new item void CMenu::AddItem(LPSTR lpText, char** opt, DWORD* val) { values[numitems] = val; options[numitems] = opt; strcpy(items[numitems++], lpText); } //Draw the message to the game void CMenu::DrawMessage(DWORD Type_, DWORD dwID, DWORD dwType2, LPVOID lpText) { if (!MessageFunc) return; if (Type_ == ID_MSG) if (IsVisible()) return; DWORD MsgBoxFunc = MessageFunc; __asm { push lpText; push dwType2; push dwID; push Type_; call MsgBoxFunc; add esp, 16; } } //checks if the menu is visible or not bool CMenu::IsVisible() { if (!VisibleState) return false; if ((*(DWORD*)(VisibleState)) == ID_NOR) return false; return true; } //Push to console function //we will use it to fix centered cursor void CMenu::PushToConsole(LPSTR command) { if (!PTC) return; DWORD pointer = *(DWORD*)(PTC); if (pointer) { DWORD FuncToCall = *(DWORD*)(pointer+0x1FC); if (FuncToCall) { __asm { push command; call FuncToCall; add esp, 4; } } } } //Control menu navigation void CMenu::Nav() { //use a variable to check if we need to redraw bool drawing = false; //When afkbot key (default f2) is pressed if (GetAsyncKeyState(AFKBOT)) { //draw the storage message DrawMessage(ID_AFK, 0, 0, 0); //fix the centered cursor PushToConsole("CursorCenter 0"); Sleep(50); //move the cursor.. now the user can left click to activate SetCursorPos(500, 500); } if (!numitems) return; DWORD curval = *values[curitem]; //when toggle menu key is pressed (default insert) if (GetAsyncKeyState(MNSHOW)) { if (IsVisible()) { DrawMessage(ID_NOR, 0, 0, 0); return; } else drawing = true; } else if (!IsVisible()) return; //When the user tries to get the next item (default down) if (GetAsyncKeyState(ITMINC)) { curitem++; if (curitem >= numitems) curitem = 0; drawing = true; } //When the user tries to get the previous item (default up) if (GetAsyncKeyState(ITMDEC)) { if (curitem == 0) curitem = numitems; curitem--; drawing = true; } //When the user tries to increase the value (default right) if (GetAsyncKeyState(VALINC)) { if (options[curitem][curval+1]) { curval++; *values[curitem] = curval; drawing = true; } } //When the user tries to decrease the value (default left) if (GetAsyncKeyState(VALDEC)) { if (curval) { curval--; *values[curitem] = curval; drawing = true; } } //if we have to redraw if (drawing) { //remove any exising message DrawMessage(ID_NOR, 0, 0, 0); Sleep(50); //write the message to a buffer char buffer[200]; sprintf(buffer, "%s\n%s : %s", name, items[curitem], options[curitem][curval]); //draw the message DrawMessage(ID_MSG, 0x70, 4, buffer); } }








Untuk Offsetnya :





ChangeWeapon:0x138D5F




RangeWeapon:0x128AB3




ModeType:0x12CCDA




MaxAmmo:0x13B4F4




UnlimitedAmmo:0x13B6AE




NoSpread:0x138E46




WeaponMGR:0xB5D5F8
WallMgr:0xB5D5E0
FallMgr:0xB5D5D8
BasicPlayerInfo:0xAF64C4
InjectionMsg:0xA4180
LTClient:0xB5E378
No Reload:0xC2C
OHK & No Grnd Dmg:0x818
Shoot Through Wall's :0x4EC , 4E8 , 4F0
NoWeaponWeight:0xB04
NoWeaponChangeDelay:0xC30
FastKnife1:0xA60
FastKnife2:0xAA8
KnifeOHK1:0xBF8
KnifeOHK2:0xC04
CrouchSpeed:0xC
ShotGunSpread:0x3524,0x860
Read More --►

Selasa, 24 Juli 2012

Ganti Skin Costum Badge CF Mu!


Halo semua......
ini ada sedikit mods kill mark cf yg lumayan menarik .. langsung y.
Pilih Salah Satu Aja Yang Di DOWNLOAD Jangan Semuanya OK
Download 1 Aja Yang Agan Agan Suka Dan Unyu-Unyu Ya

1.Elit Bar Killmarks:
                                                                    Download Here!!

2.Crystal Killmarks:
                                                                   Download Here!!!

3.Mario Bros Killmarks:
                                                                     Download Here!!!

4.Cryphrus Killmarks:
                                                                   Download Here!!!

5.Royal Dragon Killmarks:
                                                                  Download Here!!!


6.Need No Name Killmarks:
                                                                    Download Here!!!


7.Neon Killmarks:
                                                                    Download Here!!!


8.Black Edition Killmarks:
                                                                    Download Here!!!


9.Fvck Killmarks:
                                                                   Download Here!!!


10.The Meme Killmarks:



11.Deadly Killmarks:


12.Blue Circle Killmarks:
                                                                   Download Here!!!


13.War Of Wing Killmarks:
                                                                     Download Here!!!


14.Razer Blue Killmarks:
                                                               Download Here!!!


15.Blue Fire Killmarks:
                                                                  Download Here!!!


Cara Memasang KIll Marks :
Buka Letak Folder CF Agan Agan
Lalu Buka Rez / UI / Mark
Copas Aja Ke Situ..
Tapi Back Up Dlu Ya Mark Aslinya
Agar Bisa Di Ganti2 Lagi..
Read More --►

Senin, 09 Juli 2012

Cheat Crossfire Masuk Sekolah


======================
File Name : Gamemagiz.com_Sa3eDs Hack v0.2.rar
Zize : 4 KB
Tested By Me 4 Jam No DC/BT
======================
Spesial Credit To :
[*]Crossfire NA
======================
Credit By :
[*]Evan
[*]Hero
[*]Scata
[*]Jigsaw
[*]Royku
[*]BACKD00R
[*]DaRk
[*]Me
======================
Download : Download Here!!!
======================
Toritorial :
[*]Download Cheat
[*]Ekstrak Here!
[*]Download Injector Sa3eD's Injector V0.2 Di jamin No Virus
[*]Buka Injector Sa3eD's Injector V0.2
[*]Masukan Dll Yang Sudah Di Ekstrak
[*]Pilih Inject Manual Dengan Proses Gamenya : crossfire
[*]Jalankan Crossfire.exe
[*]Tunggu Proses HWCG Selesai
[*]Klik Inject
[*]Happy Cheating!!!
======================
Fitur: ( AUTO ON ) :
Wallhack [Fixed]
No Nade Dmg
0Hk Damage
======================
Virus Total :
Antivirus Result Update
AhnLab-V3 - 20120621
AntiVir - 20120622
Antiy-AVL - 20120622
Avast - 20120622
AVG - 20120621
BitDefender - 20120622
ByteHero - 20120618
CAT-QuickHeal - 20120622
ClamAV - 20120622
Commtouch - 20120622
Comodo - 20120622
DrWeb - 20120622
Emsisoft - 20120622
eSafe - 20120621
F-Prot - 20120622
F-Secure - 20120622
Fortinet - 20120622
GData - 20120622
Ikarus - 20120622
Jiangmin - 20120622
K7AntiVirus - 20120621
Kaspersky - 20120622
McAfee - 20120622
McAfee-GW-Edition - 20120622
Microsoft - 20120622
NOD32 - 20120622
Norman - 20120622
nProtect - 20120622
Panda - 20120622
PCTools - 20120622
Rising - 20120621
Sophos - 20120622
SUPERAntiSpyware - 20120622
Symantec - 20120622
TheHacker - 20120621
TotalDefense - 20120621
TrendMicro - 20120622
TrendMicro-HouseCall - 20120621
VBA32 - 20120621
VIPRE - 20120622
ViRobot - 20120622
VirusBuster - 20120622
======================
NB: Hati2 Client Eror
Efek Samping : Mungkin Ngelagh
======================
Read More --►

Jumat, 06 Juli 2012

Cheat Crossfire Special Jumat

======================
File Name : Cosmic_Wallhack.Rar 
Zize : 25,4 KB
Tested By Me 4 Jam No DC/BT
======================
Spesial Credit To :
[*]Darma Site
======================
Credit By :
[*]Evan
[*]Rez
[*]Darma Jaya
[*]Me
======================
Download : Download Here!!!
======================
Toritorial :
[*]Download Cheat
[*]Ekstrak Here!
[*]Buka Injector Yang Anda Gunakan(Bebas)
[*]Masukan Kedua Dll Yang Berada Di Dalam Rar
[*]Pilih Inject Otomatis Dengan Proses Gamenya : crossfire.exe
[*]Jalankan Crossfire.exe
[*]Happy Cheating!!!
======================
Fitur: ( AUTO ON ) :
Wallhack Doank
======================
Virus Total : Antivirus Result Update
AhnLab-V3 - 20120621
AntiVir - 20120622
Antiy-AVL - 20120622
Avast - 20120622
AVG - 20120621
BitDefender - 20120622
ByteHero - 20120618
CAT-QuickHeal - 20120622
ClamAV - 20120622
Commtouch - 20120622
Comodo - 20120622
DrWeb - 20120622
Emsisoft - 20120622
eSafe - 20120621
F-Prot - 20120622
F-Secure - 20120622
Fortinet - 20120622
GData - 20120622
Ikarus - 20120622
Jiangmin - 20120622
K7AntiVirus - 20120621
Kaspersky - 20120622
McAfee - 20120622
McAfee-GW-Edition - 20120622
Microsoft - 20120622
NOD32 - 20120622
Norman - 20120622
nProtect - 20120622
Panda - 20120622
PCTools - 20120622
Rising - 20120621
Sophos - 20120622
SUPERAntiSpyware - 20120622
Symantec - 20120622
TheHacker - 20120621
TotalDefense - 20120621
TrendMicro - 20120622
TrendMicro-HouseCall - 20120621
VBA32 - 20120621
VIPRE - 20120622
ViRobot - 20120622
VirusBuster - 20120622
======================
NB: Hati2 Client Eror
Efek Samping : Mungkin Ngelagh
======================
Read More --►

Minggu, 01 Juli 2012

Cheat CF Special Malming

 ======================
File Name : CF_072012_RCD.Zip(DLL Inject) Dan D3Dx9_43.rar(Bahan Pelengkap)
Zize : 115 KB(DLL Inject) , 747 KB(DLL Pelengkap) (Maaf Klo Kebesaran)
Tested By Me 3 Jam No DC/BT
======================
Spesial Credit To :
[*]Gajih
======================
Credit By :
[*]Evan
[*]Rez
[*]Gajih Alii
[*]Me
======================
Tutorial + Download :
[*]Seperti biasa, download cheat inject Ini terlebih dahulu : ( ini DLL untuk Inject cheat nya yah )
[*]Download d3dx9_43.dll di sini Untuk Pelengkap : ( DLL ini taruh di folder CF ingat di folder CF )
[*]Download Injector yang Undetect ( Atau Googleng Lalu Cari Injector PerX)
[*]Kemudian, Extract Injector dan DLL cheat tadi terserah..tidak perlu di folder CF
[*]Lalu , masukkan crossfire.exe di Process injector lalu Browse DLL Untuk Inject tadi
[*]Jalankan CF dari Patcher_cf2.exe
[*]Tunggu hingga muncul Pop Up Message yang berarti Cheat anda berhasil
[*]Happy Cheating 
======================
Fitur :
[*]Wallhack ( Hotkey F10 )
[*]Cham ( Hotkey F11 )
[*]Crosshair ( Hitkey F12, bukan yang terpenting )
[*]Auto On See Ghost ( Kelihatan secara penuh, bukan hanya weapon saja )
======================
Virus Total : 

======================
NB: Hati2 Client Eror Dan Hack Tool
Klo Tetap Terjadi Hack Tool Silahkan
Download Di Sini Ya Agar Tidak terjadi HT
Lalu Taruh Di Folder CF  Aja.. Ga Usah Di Mana2
Lalu Coba Dulu Dengan Char Tumbal Agan Agan
Jika Work Ya Syukur Klo Ga Work Ya Anda Kurang Beruntung
Efek Samping : Mungkin Ngelagh Sampai 100 Doank
Resiko Di Tanggung Sendiri Yach
======================
Read More --►
© 2012 ExoCheat+