Questbook

Thursday 21 March 2013

How to Easy Setup your own Anonymous Email (or Fake Email) Service !

What is anonymous email (or fake email)


Anonymous email, often referred to as prank email (or fake email), allows the user to send an email without disclosing their identity. The system uses a simple input form on a web page. Information is entered filling out the elements of a real email. Sender's and recipient's email addresses, subject and message body are usually the minimum required fields. Clicking on the send or submit button activates a script formats the information and then sends out the bogus text with the system mail utility. The recipient opens a real looking email from the fake address and reads the prank content. Prank email's primary purpose involves playing practical jokes on acquaintances. Some services offer canned pranks like a payment notification from an online adult "novelty" store with an itemized order confirmation. Most pranksters like to write their own situation specific pranks. The service can also be used to anonymously pass information. Beware, Internet forensics mean that only casual end users will be fooled. This is not the method of choice for agents of international intrigue, smugglers, or mercenaries. Savvy users who check their mail headers won't be fooled by prank email. Those using prank email for illegal purposes will discover that the anonymous service will turn over their router and server logs rather than be liable. In other words, recreational use only.

Method #1

What you will need

1) Host with PHP and Sendmail support
(for example FREE hosting x10hosting.com was tested and works nice without ads,
byethost5.com works fine but adds to messages annoying ads).
...or find another

2) PHP script by NOmeR1 "Sender Anonym Email :: FLoodeR :: SpameR"
(script was taken from Antichat.ru)

PHP Code:
<? 
/* 
(C) NOmeR1 
*/ 
?> 
<title>Sender Anonym Email :: FLoodeR :: SpameR</title> 
<? 
// 
error_reporting (0); 
if(!
set_time_limit(0)) { 
$limit false
} else { 
set_time_limit(0); 
ignore_user_abort(1); 
$limit true


$log 'log.txt'// Log file 

ini_set('max_execution_time''0'); 

?> 
set_time_limit(0) = <?if($limit)echo('<font color=Green>On</font>');else 
echo(
'<font color=Red>Off</font> (Working time is limited with the current settings of the server)');?><br> 
<? 

$ip 
getenv('REMOTE_ADDR'); 
if(
$_GET['mail'] == '1' || $_GET['mail'] == '2' || $_GET['mail'] == '3'


$_POST['to'] = stripslashes($_POST['to']); 
$_POST['msg'] = stripslashes($_POST['msg']); 
$_POST['from'] = stripslashes($_POST['from']); 
$_POST['subject'] = stripslashes($_POST['subject']); 

if(
$_POST['to'] && $_POST['msg'] && $_POST['from'] && $_POST['tipe']) 

$headers "MIME-Version: 1.0\r\n"
$headers .= "Content-type: text/".$_POST['tipe']."; charset=windows-1251\r\n"
$headers .= "From: ".$_POST['from']."\n"
if(
$_GET['mail'] == '1'

mail($_POST['to'], $_POST['subject'], $_POST['msg'], $headers) or die('Cannot send the message'); 

elseif(
$_GET['mail'] == '2'

$_POST['to'] = explode("\n",$_POST['to']); 
foreach(
$_POST['to'] as $poluchatels

mail($poluchatels$_POST['subject'], $_POST['msg'], $headers) or die('Cannot send the message'); 


elseif(
$_GET['mail'] == '3'

if(
preg_match('/[0-9]+/',$_POST['kol'])) 

for(
$i=0;$i<$_POST['kol'];$i++) 

mail($_POST['to'], $_POST['subject'], $_POST['msg'], $headers) or die('Cannot send the message'); 
sleep(1); 


else 

echo(
'Incorrect (or not entered) number of messages'); 


$f fopen($log,'a'); 
fwrite($f,'Message sent &'.$_POST['msg'].'& with subject "'.$_POST['subject'].'" for "'.$_POST['to'].'" from IP - "'.$ip."\"\r\n"); 
fclose($f); 
echo(
'<center><b><font color="green">Message succesfully sent</font></b></center>'); 

else 

?> 
<form style="width:350px" method='post'> 
<? 
if($_GET['mail'] == '1' || $_GET['mail'] == '3'

echo(
"Receiver &nbsp;<input type='text'name='to'><br>"); 

?> 
Sender <input type='text' name='from'><br> 
Subject &nbsp;<input type='text' name='subject'><br> 
<? 
if($_GET['mail'] == '3'

echo(
"Amount of messages <input type='text' name='kol'><br>"); 

?> 
<br> 
htm -> <input type='radio' checked='checked' tabindex='1' name='tipe' value='html'> :: <input type='radio' name='tipe' value='plain'><- text<br> 
<? 
if($_GET['mail'] == '2'

echo(
"Receivers<br><textarea name='to' rows='10' cols='30'>admin@fbi.org 
admin@cia.org 
admin@whitehouse.org</textarea>"
); 

?> 
<br>Message<br> 
<textarea name='msg' rows='10' cols='30'></textarea><br><br><input type='submit'> 
</form> 
<? 

} else { 
?><br> 
<a href='<?=$_SERVER['PHP_SELF']?>?mail=1'>Send simple message</a><br> 
<a href='<?=$_SERVER['PHP_SELF']?>?mail=2'>Spam</a><br> 
<a href='<?=$_SERVER['PHP_SELF']?>?mail=3'>Flood</a><br> 
<? 

?>

Installation
It's very easy. Just save the script above as mail.php and copy it to the server (via FTP or cPanel's File Manager) into your public_html dir and begin to send mails. Type in your browser for example <your_subdomain_name>.x10.bz/<yourfile.php>

[Image: b0662289.jpg]


Screen


[Image: 214834c5.jpg]

Method #2


What you will need

1) Host with PHP and Sendmail support (for example x10hosting.com).
2) AJAX project email.rl6.ru (Anonymous Mail).
(Source code was taken from http://email.rl6.ru, Author of project: sterx@rl6.ru with support LiveDev Group, GPL license)

Features of the project

- Using UTF8 (you can use any characters in your messages)
- Using HTML и TXT/plain formats
- You can send letters with any return address
- Supports attachments
- Using AJAX without page reloading

Installation
It's very easy. Just decompress and copy files to the server (via FTP or cPanel's File Manager) and begin to send messages.

Screen


[Image: 9728a94c.jpg]

Download:


Method #3


What you will need

1) Host with PHP and Sendmail support
2) Dark-Mailer V.2.2 © by p0LYM0rPH2012 and ZyphoMud DarkenedCore Admin Team

Features of the project

- Anonymous mailing
- Spam massmailing
- Mail grabber alpha-version
- Using HTML и TXT/plain formats
- Supports attachments

Installation
Copy file Dark-Mailer V.2.2.htm (better rename it) to the server (via FTP or cPanel's File Manager) and begin to send messages.

Screen


[Image: b20fd886.jpg]

How to use

Simply fill out the form and press the "Send"-Button. You can attach a file, which will be uploaded to the server, encoded for the Email and then be deleted from the server(If PHP Safe-Mode is not active). If you wish, you can spam around by inserting a lot of Email-Adresses and let the script pass through this list about 1000 times ;). The PHP execution time depends if Safe-Mode's on! If you type "{email}" in the "Subject" or "Message" field the script will exchange it with the Email-Adresse you typed in the "Your Email" field. You can set the Email to a plain text Email or a HTML-Email (with or without parsing BBCodes)...good for Phishers ;)
Supported BBCode Tags:
Quote:b,i,u,center,img,url,red,blue,yellow,color,size,quote,quote=
Now you can try out the new E-Mail Grabber. Type an URL and the Grabber will search for E-Mails on the site. The Grabber is Alpha.

Download:


Method #4


What you will need

1) The script requires host with PHP 5 support - because of the function call htmlspecialchars_decode, you need to turn "back to HTML" received from TinyMCE data. Of course, writing your analogue of this function, can use the script and the previous versions of PHP. The file "time" should be writable.
2) PHPMailer script.
Source code was taken from http://Pers.narod.ru and translated from Russian to English

Features of the project

Presented script, in fact, is simply "cheat" over a similar function call mail. To write and edit messages in HTML format, it uses the excellent (about 1.5 Mb in the decompressed state) library TinyMCE, plus contains several additional features for validating input data, set limits on the time between retry, etc. This script allows you to create the message body in a WYSIWYG-editor, like an ordinary Microsoft Word, and send the letter as plain text (the switch to the right of the button "Reset"). Time to re-send, as well as restrictions on the maximum message size and the maximum length of words are set in config.php. After sending letters to the script leaves a letter in the form and allows you, after you specify the number of seconds, send again. I think it is easy to add to post.php a few lines of code to send out a letter on the list of addresses stored in a text file. This version of the script does not requires MySQL. Attaching a file to a letter in this version of the script is not available, but you can embed links to external resources, including graphics. If you want full support for attachments - add to library TinyMCE modules MCFileManager and MCImageManager, configure them and place on the host. The official website of these modules are invited to buy, but if a little try, you can find anyway.

Installation
It's very easy. Just decompress and copy files to the server (via FTP or cPanel's File Manager) and begin to send messages. To send message you must enter correct digital number.

Screen


[Image: 1ff9d93d.jpg]

Download:


Small advices will help you

1) If you want to send a LARGE amount spam or fake messages you will be quickly suspended or banned.
Use abuse stable hosting providers located in China!

2) Always scramble the php scripts
[TuT] How to make your PHP Scripts FUD

3) Always password protect via cPanel your directory with php scrips from n00bs and script kiddies.

[Image: e4b68647.jpg]

WARNING: ALL THE INFORMATION PROVIDED IN THIS POST ARE FOR EDUCATIONAL PURPOSES ONLY. I AM NOT RESPONSIBLE FOR ANY MISUSE.

Please leave a comment on what you thought of these usefull scripts!
Save the energy! Switch off Caps Lock! Biggrin
I tried my best to write this tutorial!

Enjoy!

Mempercepat Kinerja Modem Dengan Alat² Bekas

Sebenarnya, kita tidak perlu berputus asa terkait dengan masalah tersebut. Ini dikarenakan benda-benda ataupun barang-barang disekitar anda. Bisa anda manfaatkan untuk membantu menguatkan sinyal modem anda. Berikut ini benda-benda yang dapat membantu menguatkan sinyal modem anda :

Bekas kaleng biskuit

Saya sarankan menggunakan kaleng biscuit yang besar. Dengan menaruh modem diatasnya atau bisa pula disamping modem anda.
1. Bersihkan kaleng minuman bekas. Anda dapat mencucinya dengan menggunakan air bersih.
2. Belah bagian bawah kaleng dengan menggunakan pisau atau gunting.
3. Belah juga bagian atasnya, tapi sisakan sedikit bagian kaleng agar tetap menyatu sehingga membentuk seperti penampang (bisa dilebarkan).
4. Kemudian gunting bagian tengahnya.
5. Beri sedikit lem atas isolasi untuk mempertahankan posisi receiver sederhana tersebut agar tetap stabil pada tempatnya.








Kaset CD bekas
Prakteknya membuat antena kaleng dari keping CD, modemnya di masukan di lubang CD nya jadi tegak, kemudian CD dan modem yang posisinya mirip antena parabola di arahkan ke arah BTS, seperti digambar. Biar bisa tegak modemnya belakang kaset CD-nya tempelin sterofom gabus lubangi tengahnya, pasang kabel USB untuk disambung ke komputer/laptop.

Kawat Tembaga
1. Siapkan kawat tembaga berdiameter 3 mm dengan panjang kurang lebih 2 meter. Boleh kawat serabut atau engkel.
2. Gulunglah kawat tembaga tersebut dengan gulungan kotak atau bulat atau oval. Gulungan harus di beri rongga sehingga modem bisa dimasukan ke dalam gulungan tersebut.
3. Masukan MODEM berbentuk Flashdisk ke dalam gulungan kawat tembaga.
4. Beri blower atau kipas pendingin yang listrikya bisa diambil dari USB di laptop atau komputer.

Wajan Bolic  A. Bahan
1) Wajan diameter 36? (semakin besar diameter wajan semakin bagus) bisa di dapat di toko ato memulung disekitar rumah anda.
2) PVC paralon tipis diameter 3? 1 meter
3) Doff 3? (tutup PVC paralon) 2 buah
4) Aluminium foil
5) USB WLAN/Modem + Karet untuk melindungi dari air
6) Baut + mur ukuran 12 atau 14
7) USB Connector female (conector cewex)
8) Kabel UTP
9) Double tape + lakban


B. Peralatan
1) 1 bungkus rokok + Teh Anget
2) Tang + Obeng +Kunci Pas No 13-14
3) Soder + Timah
4) Penggaris
5) Cutter + Gunting
6) Mesin Bor + Mata Bor 3 Inci
7) Gergaji besi.

C. Cara Pembuatan Singkat

1) Potong PVC paralon sepanjang 30 cm, kemudian beri tanda untuk jarak feeder nya (daerah bebas aluminium foil). Untuk menentukan panjang feeder nya gunakan rumus di atas.
2) Beri lubang pada bagian paralon untuk meletakkan N Connector, untuk itu gunakan rumus antenna kaleng.
3) Potong kawat tembaga yang sudah disiapkan sesuai dengan ukuran yang didapatkan dari hasil kalkulasi website di atas. Dan solderkan pada N Connector yang telah di siapkan
4) Selanjut nya, bungkus PVC paralon dengan dgn aluminium foil pada daerah selain feeder, klo aluminium foil yang ada tanpa perekat, maka untuk merekatkan nya bisa menggunakan double tape
5) Lalu pasangkan N connector ke PVC Paralon yang telah dilubangi td
6) Pada bagian doff (tutup PVC paralon) yang akan di pasang pada ujung dekat dengan N Connector harus di beri aluminium foil, sedangkan doff yang di pasang pada wajan tidak perlu di beri aluminium foil
7) Dan pasangkan doff tersebut ke PVC paralon
8) Kemudian, wajan yang telah di bolongi tadi dipasangkan dengan doff yang satu nya lagi, sebelum nya doff tersebut dilubangi sesuai dengan ukuran bautyang sudah di siapkan, dan kencangkan secukup nya.
9) Kemudian tinggal pasangkan PVC paralon tadi ke wajan yang sudah di pasang doff.

D. Cara Pembuatan Detail Wajan Bolic

Detail proses pembuatan antenna wajanbolic ala slimdog adalah sebagai berikut :
1) Siapkan material yang dibutuhkan.
2) Lubangi wajan, siapkan dop pralon 3" dan dop pralon 1.25" yang di bor di tengahkan. Kemudian baut dop pralon 3" ke dasar wajan.
3) Siapkan USB WLAN. Tutup USB WLAN dengan karet untuk melindungi USB WLAN dari hujan.
4) Masukan USB WLAN yang dilindungi karet ke pralon 1.25" sebagai dudukan. Posisikan USB WLAN sekitar 5.3 cm dari ujung pralon yang paling jauh dari wajan.
5) Dop untuk di letakan di ujung pralon 3". Semua dinding dop pralon ditutup dengan lakban aluminium. Kombinasi dop pralon yang di lapisi lakban alumunium dan pralon yang ditutupi kalban aluminium sebetulnya menjadi konstruksi antenna kaleng. Di ambil foto dari muka.
6) Paralon 3" dilapis lakban aluminium sepanjang 20cm, tidak sampai ujung. Sisakan beberapa sentimeter yang dihitung dari fokus wajan. Lubangi paralon sekitar 5.3 cm dari ujung, untuk connector USB WLAN.
7) Setelah melapisi pipa paralon dengan lakban aluminium, masukkan USB WLAN kedalam pipa paralon dengan jarak sekitar 5.3 cm(sesuai pengukuran sebelumnya) dari ujung pralon.
8) Selanjutnya tutup pipa paralon diatas dengan dop 3 inci. Pastikan dop 1,25 yang dirakit bersamaan dengan dop 3 terpasang tepat pada pipa paralon 1,25 tempat dipasang USB wifi.
9) Setelah dipasangkan dop 3, selanjutnya pipa paralon di pasangkan ke dop 3 yang sudah dirakit bersama wajan bolik. Pastikan posisinya sesuai dengan konektor USB wifi yang terpasang pada pipa paralon.
10) Selesai sudah perakitan Antena Wajan Bolik ala slimdog. Sambungkan kabel USB yang sudah di perpanjang dengan kabel UTP.

Tutup Panci 
Alat-alat yang diperlukan:
1. Modem.
2. Laptop/PC.
3. Kabel perpanjangan USB (saya rasa kabel ini sudah ada bersama modem ketika baru bisa juga pake modem handphone.

CorelDRAW Graphics Suite X6 Full + Keygen

CorelDraw terbaru, support/compatible dengan windows 8.  Buat yang sudah request, silahkan langsung aja di cek Corel Draw X6 v16.1 Full Keygen nya ..
Di Dalam Corel Draw X6 sudah termasuk software :
  1. CorelDRAW® X6 : Intuitive vector illustration and page-layout application
  2. Corel® PHOTO-PAINT™ X6 : Professional image-editing application
  3. Corel® PowerTRACE™ X6 : Accurate bitmap-to-vector tracing tool
  4. Corel® Website Creator™ X6* : Powerful do-it-yourself website design software
  5. Corel CAPTURE™ X6 : imple one-click screen capture utility
  6. Corel® CONNECT™ X6 : Instant content finder
  7. PhotoZoom Pro 2** : Convenient PHOTO-PAINT plug-in to enlarge digital images
  8. ConceptShare™ : Interactive online collaboration tool

CorelDRAW Graphics Suite X6

Professional Graphic Design Software

  • Superior vector illustration & page layout
  • Versatile drawing and tracing tools
  • Professional photo-editing capabilities
  • Powerful website design software

Cara aktivasi CorelDraw X6 dengan Keygen :

    1. Disable antivirus dan koneksi internet anda.
    2. Install CorelDraw X6. Masukan serial number yang di hasilkan keygen. (Keygen jangan di close dulu).
    3. Ketika selesai instalasi, dan di tanya untuk akltivasi, klik yang “Other activation options”.
coreldraw x6
    1. Pilih yang “Phone Corel”. Masukan “installation code” yang di berikan CorelDraw X6 ke form instalation code di keygen.
    2. Maka akan menghasilkan “activation code”. Copy activation code tersebut ke form aktivasi coreldraw X6.
  1. Selesai, kini CorelDraw X6 anda sudah full version..!!
NB : Sebelum download, anda silahkan pilih mau download yang CorelDraw X6 32 bit atau 64bit, disesuaikan dengan spesifikasi komputer anda. Disini saya menggunakan CorelDraw X6 64bit.
Download Corel Draw X6 Installer
Download Corel Draw X6 v16.1 Keygen

Tuesday 19 March 2013

Tips Memilih Air Yang Sehat

Menurut para ahli di bidang air minum, ada beberapa jenis air minum yang saat ini beredar di pasaran bebas, seperti yang XPS VieweR XP kutip dari laman Kompasiana, yaitu :
  • Air Artesian:
Berasal dari sumber yang terlindungi (aquifier); Level sumber air harus berada dalam ketinggian tertentu diatas sumber air aquifier; Dikenal juga dengan air sumur artesian.
  • Air Distilasi
Air yang telah diubah menjadi uap untuk menghilangkan segala unsur yang ada pada sumber; Uap kemudian didinginkan untuk menjadi air yang layak diminum - tanpa mineral apapun; Karena bersifat tidak mengandung mineral apapun, air distilasi sering dipergunakan untuk fabrikasi obat-obatan dan juga sebagai campuran obat-obatan kering.
  • Air ber-fluor
Mengandung fluor yang ditambahkan pada air, dengan jumlah sesuai dengan ketentuan department kesehatan; Beberapa sumber mata air & sumur artesian mengandung fluor secara alami, dalam jumlah yang sedikit.
  • Air Mineral
Harus mengandung tidak kurang dari 250 ppm (parts per million) total dissolved solids (TDS) atau total unsur padat yang biasanya adalah mineral di dalam air; Harus diambil dari sumber air bawah tanah yang secara geologis maupun fisik terlindungi; Dibedakan dari jenis air lain dengan ditemukannya berbagai jenis mineral di dalam air; Pada air mineral tidak boleh diberikan mineral tambahan.
  • Air Purifikasi
Di produksi secara distilisasi, ionisasi, reverse osmosis atau methoda lain yang sesuai dan diperbolehkan oleh standard purifikasi air yang berlaku; Biasa juga disebut sebagai air demin (demineralised water - air tanpa mineral)
  • Air karbonasi
Berisi carbon dioxide setelah melalui perlakuan khusus; Air soda, air tonic bukan air minum & dimasukkan dalam kategori.
  • Air sumber gunung (mengalir sendiri)
Didapat dari bawah tanah dan mengalir dengan sendirinya menuju ke permukaan bumi; Keluar dari bawah bumi, dari bentuk-bentuk yang terjadi pada jaman dahulu kala; Harus diambil dari mata air langsung atau melalui pengeboran untuk menampung & mencari lokasi air sumber bawah tanah ini.
Air Minum Dalam Kemasan (AMDK) yang diproses dengan distilasi atau reverse osmosis tidak banyak mengandung ion fluor yang seringkali ditemukan di dalam air tanah. Air ini dapat meningkatkan kemungkinan kerusakan gigi karena kurangnya elemen ini, apabila tidak ditambah dengan pasokan fluor dari sumber makanan & minuman lain.
AMDK yang mengandung terlalu banyak mineral & tidak sesuai dengan Standard Nasional Indonesia yang berlaku, juga tidak baik untuk tubuh dan konsumsi yang berlebihan akan menimbulkan hypercalcemia (kondisi kelebihan kalsium) yang akan meningkatkan resiko batu ginjal dalam jangka waktu panjang.

Wednesday 6 March 2013

Windows Dari Pertama Hingga Sekarang

Tampilan Windows yang kita kenal sekarang pada zaman dahulu tidak seapik yang kita lihat sekarang, dan untuk kembali pada masa lalu mari kita lihat gambar Desktop Masa lalu dari Windows
cekidot....!

Windows 2.0
 
Windows 2.1x


Windows 3.0



Windows 3.1x Workgroup



Windows NT 3.1

 
Windows NT 3.5.1



Windows 95



Windows 98 (series)


Windows ME



Windows 2000



Windows XP



Windows Vista


 Windows 7


Nahhh.....!! sekarang frogerizt sudah tau kan?
ya ya ya ya....!!

Sunday 3 March 2013

THE SIMS 3 - 70s 80s and 90s Stuff - FLT

Scene group FLT released the expansion The Sims 3: 70s 80s and 90s Stuff for PC :D Adds a lot of "decoration"  to the game, just don’t forget this requires The Sims 3 to be installed. Enjoy guys!

Features:

The Groovy 70s
Fashion — Pump the tunes on your Sims’ stereo system and show off their moves—and their righteous threads. From flared jeans and bellbottoms to halter top catsuits and platforms shoes, your Sims are ready to boogie the night away in style!
Décor — Add some righteous décor to your Sims’ home with a console stereo system, minimalist furnishings, a far out disco ball, and more. Can you dig it?
The Awesome 80s
Fashion — Don some legwarmers, a leotard, and a headband and your Sim is ready to get physical—at the gym, that is! Outfitted in a vibrant structured suit with shoulder pads, they’re set to bound up the career ladder. Whatever their activity, with the awesome 80s attire, they’re dressed for success, for sure!
Décor — Set your Sims up with radical pinup wall art, tubular arcade games, and a, like totally slick entertainment system— and let the shimmies start shaking!
The Grunge 90s
Fashion — Whether your Sims are sporting the anti-fashion grunge look in tattered jeans and layered tops or a casual-chic outfit featuring an asymmetrical handkerchief hemline skirt, they’re sure to get mad props for their 90s fashion sense.
Décor — Drag out the distressed furniture for an industrial metal look that says you don’t care about the establishment—even if secretly you do.
New hairstyles and facial hair – Complete your Sims’ flashback look with new hairstyles from their favorite decade, from the feathered look of the 70s to the poofed tease of the 80s to a lank grunge ‘do of the 90s and more.

Download :

Host : Uploaded
Single Link : http://adfoc.us/7466417376065
Mirror (for Single Link) : http://adf.ly/HlXss
Host : Uploaded
Split Files : http://adf.ly/HlY8F
Mirror (for Split Files) : http://adfoc.us/7466417651028
Password : eagle3zio.blogspot.com

Download Dragon Nest Offline




Download Dragon Nest Offline - Kabar baik untuk kalian semua yang suka main game Dragon Nest ini, biasanya kalian pasti maen game ini secara Online, tp kali ini artikelbebas akan membagikan kepada kalian semua Game Dragon Nest yang versi Offline,  Dragon Nest adalah Game Online buatan korea yang di publikasikan di indonesia oleh Gemscool.com. Game yang bergenre MMOPG ini memang patut di acungi jempol. Dengan jernihnya dan detail graphic nya yang mempesona, para gamers pun tertarik untuk bermain.

Oke kali ini Artikelbebas akan share tentang Game Dragon Nest ini tapi versi Offline

Langsung aja klik tombol download : 



Password rar: eagle3zio.blogspot.com

Friday 1 March 2013

SOFWARE PENDUKUNG POINTBLANK OFFLINE

1. CCleaner



CCleaner is a freeware system optimization, privacy and cleaning tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. But the best part is that it's fast (normally taking less than a second to run) and contains NO Spyware or Adware! :)

Cleans the following:

* Internet Explorer
* Firefox
* Google Chrome
* Opera
* Safari
* Windows - Recycle Bin, Recent Documents, Temporary files and Log files.
* Registry cleaner
* Third-party applications
* 100% Spyware FREE

2. DirectX 9.0c




Microsoft DirectX is a group of technologies designed to make Windows-based computers an ideal platform for running and displaying applications rich in multimedia elements such as full-color graphics, video, 3D animation, and rich audio. DirectX includes security and performance updates, along with many new features across all technologies, which can be accessed by applications using the DirectX APIs.

The latest version of the Microsoft Windows Gaming API delivers Microsoft's powerful new High-Level Shader Language (HLSL) and features its most-advanced suite of design tools for the development of rich multimedia elements such as full-spectrum color graphics, video, 3-D animation and enhanced audio capabilities.

DirectX 9.0 introduces significant improvements across its suite of APIs. DirectSound offers new audio capabilities, DirectShow accelerates video rendering hardware, and Direct3D enhances low-level graphics programmability with new programmable vertex and pixel shader 2.0 models.

3. Microsoft Visual C++



Brief Description

The Microsoft Visual C++ 2008 Redistributable Package (x86) installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2008 installed.

4. NET Framework



The .NET Framework version redistributable package includes everything you need to run applications developed using the .NET Framework.

If you're looking to run a specific application that requires the .NET Framework, be sure to read its requirements carefully. There are multiple versions of the .NET Framework, and the application may only run on one of them.