We Are The Champions

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

We Are The Champions

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Senin, 06 September 2010

Cara buat email di hotmail (Microsoft)

Mungkin ada diantara teman-teman yang masih pemula (seperti saya) dan ingin membuat email di hotmail (ini adalah layanan email gratis dari Microsoft)
Namun layanan email ini kelihatannya kurang familiar digunakan di Indonesia, tetapi terkadang email ini digunakan jika ingin menggunakan layanan
gratis dari microsoft ruang (space) yang disediakan per email adalah sekitar 5 GB., masih kalah jika dibandingkan dengan gmail yang standartnya 7 GB, dan terus bertambah seiring dengan bertambahnya file di dalam email.

Cara membuat email di hotmail

1. Pada addres bar browser anda, ketik : http://www.hotmail.com
bisa juga menggunakan url berikut: http://login.live.com/
(Saya pribadi lebih senang mengetik hotmail kemudian di keyboard tekan tombol Ctrl+Enter) , tunggu hingga muncul halaman berikut, klik tombol Sign up

2. Pada halaman form pendaftaran berikut, isi data yang ada

Setelah selesai mengisi data, tekan tombol I accept

3. Jika form yang anda isi sudah benar maka anda akan langsung masuk ke account email hotmail anda



Keterangan beberapa item di halaman ini:
Inbox : berisi surat elektronik(email) yang masuk ke account anda
New : untuk memunculkan halaman mengetik surat (sama dengan Compose di gmail)
Delete : untuk menghapus email dari account anda
Junk : email sampah (spam)
Mark as : untuk menandai/filter email dari pengirim tertentu jika spam bisa langsung diarahkan ke Junk, sehingga mudah dihapus secara massal

4. Untuk memulai mengirim surat pada halaman pada langkah 3 diatas, klik New, maka akan muncul halaman berikut:


Pada item berikut:
To : isi dengan alamat email tujuan
Subject : isi dengan judul atau topik pesan yang akan dikirim
Lembar editor: ada toolbar dan ruang ketik untuk mengatur dan menulis pesan
Pada bagian atas To:
Attach : untuk menyisipkan file lampiran ke dalam email, sehingga email dan file dapat terkirim ke email tujuan.
Send : untuk mengirim pesan

Untuk keluar, pada bagian kiri atas halaman tekan tomol Sign out

5. Jika suatu waktu anda ingin masuk ke email (account hotmail) anda, tinggal ketik:
http://www.hotmail.com

Pada halam berikut:
Di bawah bagian sign in, masukkan
Windows Live ID : (dari email anda misal: andi@hotmail.com
Password : misalkan abcdefg

Kemudian tekan tombol Sign in


Selain buat email di hotmail anda juga bisa buat email di yahoo atau buat email di google

Sabtu, 04 September 2010

Point Blank Online is simillar to Counter Strike Online. All cheat ability is the same like :
  • Auto aim
  • No clipping
  • See Behind the wall
  • All weapon
  • All amunition
The different is Point blank have a quest that you must play it for upgrade your point.
Point Blank Cheat should be newest once depend on your Point Blank server to join.  If it regulary pacth the game so you must know that your point blank cheat is still work.
Or you can try with this step :
Download Hide Toolz
Download MoonLight Engine
This Tips for Unlimited Ammo
1. Run Moonlight Engine Then run Hide Toolz
2. Hide Moonlight Engine With Hide Toolz
3. Run PointBlank.exe then atach proces to Moonlight Engine
3. Scan 4 byte Ammo that you have (ie, 40)
4. Shoot 1 or 2 bullets to check that number change, then do next scan
5. Check address that you got. 3 addres minimal. double click for that addres than freeze
UPDATE CHEAT:
Damage Hack Point Blank
Point Blank Trainer Hack
Download Hackshield Point Blank
HP Unlimited Point Blank
Cheat Ammo Point Blank
Headshot POint Blank Cheat
Cash Point Blank Cheat

Hackshield Bypass Source

Nih kalo agan dah buat wallhack atau sejenisnya
pasang code ini di Project kalian biar gk kedetek HackSHit







___________________________________________________________________________________


DWORD OldProtection;
void MEMwrite(void *adr, void *ptr, int size)
{
        VirtualProtect(adr,size,PAGE_EXECUTE_READWRITE, &OldProtection);
        memcpy(adr,ptr,size);
        VirtualProtect(adr,size,OldProtection, &OldProtection);
}
void NewDetourhs(long Address,int Size,int Size2)
{
long EhSvc = (long)GetModuleHandleA("EhSvc.dll");
DWORD OldProtect;
VirtualProtect((void*)(EhSvc+Address),Size,PAGE_EXECUTE_READWRITE,&OldProtect);
*(DWORD*)(EhSvc+Address) = Size2;
//*(int*)(EhSvc+Address) = Size;
}

void CopyModules(void)
{

        long EhSvc = (long)GetModuleHandleA("EhSvc.dll");

        //self crc checks
        MEMwrite((void *)(EhSvc+0x0FF28),(void*)(PBYTE)"\xB8\x01\x00\x00\x00",5);

        //anti asm scan game client
        MEMwrite((void *)(EhSvc+0x1BC28),(void*)(PBYTE)"\x90\x90",2);//

        ////unhook dip & sss 8
        MEMwrite((void *)(EhSvc+0x650A5),(void*)(PBYTE)"\xEB",1);//
        MEMwrite((void *)(EhSvc+0x650CF),(void*)(PBYTE)"\xEB",1);//
        
        //dll jump code check
        MEMwrite((void *)(EhSvc+0x66931),(void*)(PBYTE)"\xEB",1);//
        MEMwrite((void *)(EhSvc+0x66B79),(void*)(PBYTE)"\xEB",1);//

        //anti restore page
        MEMwrite((void *)(EhSvc+0x5F80E),(void*)(PBYTE)"\xEB",1);//
        MEMwrite((void *)(EhSvc+0x5F784),(void*)(PBYTE)"\xEB",1);//

        //processscan, main eagle process detect callback, for cheat engine
        MEMwrite((void *)(EhSvc+0x54A14),(void*)(PBYTE)"\xE9\x7E\x0A\x00\x00",5);//

        // nano detect objects
        MEMwrite((void *)(EhSvc+0x2411B),(void*)(PBYTE)"\xEB",1);//
        MEMwrite((void *)(EhSvc+0x24265),(void*)(PBYTE)"\xEB",1);//
        MEMwrite((void *)(EhSvc+0x2435F),(void*)(PBYTE)"\x31",1);//
        MEMwrite((void *)(EhSvc+0x22556),(void*)(PBYTE)"\x31",1);//
        MEMwrite((void *)(EhSvc+0x26171),(void*)(PBYTE)"\x31",1);//
        MEMwrite((void *)(EhSvc+0x25618),(void*)(PBYTE)"\xEB",1);//
        MEMwrite((void *)(EhSvc+0x2572C),(void*)(PBYTE)"\xEB",1);//
        MEMwrite((void *)(EhSvc+0x25ADB),(void*)(PBYTE)"\xEB",1);//

        int EhPtr = 0x0D0F40;
        NewDetourhs((EhPtr-0x44),0x8,4);//
        NewDetourhs((EhPtr-0x40),0x8,4);//
        NewDetourhs((EhPtr-0x20),0x8,4);//

        NewDetourhs(0x0D13F8,0x8,4);//
        NewDetourhs(0x0CD5F8,0x8,4);//
        NewDetourhs(0x0C7570,0x8,4);//
        NewDetourhs(0x0C7754,0x8,4);//
        NewDetourhs(0x0CED40,0x8,4);//
        NewDetourhs(0x0C7739,0x8,4);//
        NewDetourhs(0x0D2E08,0x8,4);//
        NewDetourhs(0x0C7758,0x8,4);//
        NewDetourhs(0x0C62F8,0x8,4);//
        NewDetourhs(0x0C7715,0x8,4);//
        NewDetourhs(0x0D0F40,0x8,4);//
        NewDetourhs(0x0C7719,0x8,4);//
        NewDetourhs(0x0D2E40,0x8,4);//
        NewDetourhs(0x0C62F8,0x8,4);//
        NewDetourhs(0x0CD8FC,0x8,4);//
        NewDetourhs(0x0CD5F8,0x8,4);//
        NewDetourhs(0x0D3DF1,0x8,4);//

}
void Loop(void)
{
for(;;)
{
long EhSvc = (long)GetModuleHandleA("EhSvc.dll");
if(EhSvc!=0)
{
CopyModules();
}
Sleep(20);
}
}

Tutorial Unlimited Dual Kriss menggunakan Cheat Engine 5.6.1

Untuk software CE 5.6.1 bisa download gratis di website resminya. gunakan paman google untuk mencarinya.

1. Install CE dan buka programnya
2. Jalankan PB launcher, klik start.
3. Balik ke CE, open process pointblank.exe terus klik Advanced Options (letaknya di sudut kiri bawah). tunggu hackshield muncul dan langsung tekan tombol pause the game. ok minimize aja.
4. Sekarang masukan 89 90 74 03 00 00 ke kolom value. Rubah Value type menjadi Array of Bytes. Klik First Scan.
5. Muncul 1 addess. Klik kanan pada address tersebut, pilih Disamble this memory region
6. Tekan Ctrl+A. Muncul kotak Auto Assamble.
7. Klik menu Template → Cheat Table Framework Code.
8. Klik menu Template → Code injection. terus muncul box, OK aja.
9. Scroll ke bawah pada baris 18. mov [eax+00000374],edx
10. Rubah mov [eax+00000374],edx menjadi mov [eax+00000374],4
11. Kalau sudah, Klik menu File → Assign to Curent Cheat Table
12. Kalau sudah, Close kotak Auto Assamble dan Memory Viewernya.
13. Centang kotak 'auto assamble cheat'nya.
14. Close CEnya.
15. Selesai.

Credit by Ayasz
Thanks berat to Ayasz

BUG helispot < credit dito endero

Posted Image

tuh SS nya, cara jalan kebawah ,
1. pas respawn agan diheli.
2.turun ke pagar pembatas map
3. agan cpet" loncat lagi ke bawah
4. sukses

CARA SUSPEN/PAUSE PB 99% WORK !! PERMANENT

Bagi yg belum tau masalah suspen/paused Pake ProcessHacker & Cheat Engine . .
Bagi yg belum punya silahkan ProcessHacker versi 2.3 silahkan http://www.4shared.c...e_2300_Dev.html
Buat Tutor Sespen CE silahkan ambil http://www.4shared.c...PB_pake_CE.html
Buat Tutor Sespen PH juga silahkan ambil http://www.4shared.c...PB_pake_PH.html

Cluenya buat Program PH = games online yg sedang tenar saat ini apa ayoo singkatannya... ^^ jawaban nya di singkat ya . .Very Happy

buat tutor suspen CE = tanggal kemerdekaan RI brapa ayoo? kalo ga tau kebangetan deeh....

Tutor PH = acara di TRANS7 yang slalu menemani saat kita shauur apa??
hurup kecil ..

NB: harus menggunakan kecepatan tangan tapi jangan jadi copet ya...

jangan lupa ya kalo Sedoot and berguna +++ nya Di samping AQ tekan...
kalo ga berguna silahkan aja hapus ya kk admiin/momod . . .
segitu aja mungkin dari aq...
makasiih...

Jumat, 03 September 2010

Nightclub City Cheats // Coins v2

Tools (download these tools in the Tools section):


  • Cheat Engine
  • Firefox


Credits:PWNTHIS
I know many of you are billionaires in Nightclub city but this is a quick an easy way for those who are new to this game and are in need of coins.

Steps@pwnthis:
  1.  Enter Nightclub City [play]
  2. Go to Decorate.
  3. Purchase 4 of the most expensive item you can afford. Make sure you can afford 4 of those! 
  4. Open Cheat Engine (CE)
  5. Select browser in process list. Settings: 4bytes
  6. With all the 4 items in your inventory, scan 4 in CE.
  7. Drag 1 out into your club. NEXT scan 3.
  8. Drag 1 out into your club. NEXT scan 2.
  9. Drag 1 out into your club. NEXT scan 1.
  10. You should only have 1 address remaining. Double click the address.
  11. Change the value to 999
  12. Now drag 1 item out into your club. You shd see 99. (it's actually 998)
  13. Now drag 1 more item to sell it. 
  14. In CE, enable Speedhack and change the value to '0'
  15. Now click OK in the game and you should see the coins increasing. 
  16. Use a mouse recorder to help you click. Once done, change the value of the Speedhack to "1"
  17. And save the game. Reload. Coins remain. Have fun.

Required Tools [Download these tools | Tool's Tutorial ]:
  • Download all 3 files from the links above. You should have "data_library_en.swf", "mission.swf" and "mission_139.swf" after downloading all 3.
  • Fiddler2 (Read the Tool's Tutorial if you do not know how to replace the files)
  • Chrome/Firefox (Always remember to clear browser cache if files are not replaced)
Steps:

  1. Download all 3 files above. 
  2. Open Fiddler.
  3. Go to Autoresponder and ensure both 'Enable Automatic.. ' and 'Permit pass...' are ticked
  4. Click ADD.
  5. A 'String To Match' will appear, change it to REGEX:(?insx)^.*mission\.swf$
  6. Click on the ▼ button beside the Save and select 'File a file'
  7. Browse to the files that you have downloaded above and select 'mission.swf'
  8. Click SAVE
  9. Click ADD again.
  10. A 'String To Match' will appear, change it to REGEX:(?insx)^.*mission_139\.swf$
  11. Click on the ▼ button beside the Save. And select 'File a file'
  12. Browse to the files that you have downloaded above and select 'mission_139.swf'
  13. Click SAVE.
  14. Click ADD one last time.
  15. A 'String To Match' will appear, change it to REGEX:(?insx).*data_library_en\.swf$
  16. Click on the ▼ button beside the Save. And select 'File a file'
  17. Browse to the files that you have downloaded above and select 'data_library_en.swf'
  18. Click SAVE.
  19. Now your rule editor should look like this.


  20. Clear browser cache and reload/enter Ninja Saga.
  21. Go to Jutsu and ensure Amaterasu is equipped.
  22. Tested & Working at at 29 June 2010. 


Read more: http://www.pwnthis.net/2010/06/ninja-saga-cheats-damage-hack_29.html#ixzz0yScyzQ9G

Rabu, 01 September 2010

Lirik Lagu ST12 – ATSL

cinta yang tak dapat aku nikmati
memendam seribu bayang tak pasti
kesungguhan sudah tak nampak lagi
kutakkan bisa jalani
*courtesy of LirikLaguIndonesia.net
memeluk bintang yang indah tak dapat
hanya mampu sebatas menatapi
ketidak sepahaman menghalangi
aku tak sanggup bila terus begini..
Reff
aku tak tahan lagi
aku tak sanggup lagi
mengertikan dirimu mengertikan cintamu
aku tlah bosan lagi aku tak mau lagi
mengertikan dirimu mengertikan cintamu
hati yang tak dapat bisa mengerti
terpaksa kunikmati semua itu
renungkan rasa jiwa yang tak pernah
bisa mengerti dan arti besar cintaku..
back to reff + backing vokal

Ku Ingin Setia by:Armada

Aku tak mampu menyakitimu
Aku tak sanggup untuk menduakanmu
Aku tak mampu menyakitimu
Aku tak sanggup untuk menduakanmu

Ku tak mungkin mencintaimu
Karena hatiku telah dimiliki dia
Kau tak mungkin memiliki ku sepenuh hati
Aku hanya ingin setia

Aku hargai ketulusanmu
Untuk cintamu tapi ku milik diahttp://akhza.com/liriklagu
Ku tak mungkin mencintaimu
Karena hatiku telah dimiliki dia
Kau tak mungkin memiliki ku sepenuh hati
Aku hanya ingin setia

Ku tak mungkin mencintaimu
Karena hatiku telah dimiliki dia
Kau tak mungkin memiliki ku sepenuh hati
Aku hanya ingin setia

Ku tak mungkin mencintaimu
Karena hatiku telah dimiliki dia
Kau tak mungkin memiliki ku sepenuh hati
Aku hanya ingin setia
Aku hanya ingin setia