Selasa, 29 Juli 2014

Download IGI 3 The Plan PC Game Highly Compressed 105 MB {Direct Link}




IGI 3 - Th3 Plan is not an IGI original first person shooter game. IGI 3 is developed by the third party. After IGI 1 and IGI 2 the IGI series is closed. As IGI 1  and IGI 2 is developed by Innerloop studios.  After releasing IGI 2 - Covert Strike in March 2003 the Innerloop studios shuttered its door in june 2003. And now there is no chance that another IGI game sequel will be released.


Windows/XP/Vista/7/8
CPU : 1GHZ
Ram : 128MB
Video Card: 32MB
HDD : 1.32 GB Free Space








Thanks For Visiting ! You can Request Your Games in Request Game section : )









Senin, 28 Juli 2014

Download Call of duty Ghosts PC 22.1 GB Blackbox Repack Version {Torrent}



Password :- www.blackboxrepack.com


Info Call of Duty: Ghosts is a 2013 first-person shooter video game developed by Infinity Ward, with assistance from Raven Software, Neversoft and Certain Affinity. Published by Activision, it is the tenth primary installment in the Call of Duty series and the sixth developed by Infinity Ward. The video game was released for Microsoft Windows, PlayStation 3, Xbox 360, and Wii U on November 5, 2013, with Treyarch handling the port for the Wii U. The game was released with the launch of next-generation consoles PlayStation 4 and Xbox One.

According to review score aggregator Metacritic, Ghosts received "mixed or average" reviews from critics, with most praising its multiplayer gameplay and introduction of the new game mode Extinction. It was criticized, however, for its single-player campaign, rehashing of familiar concepts, and general lack of innovation.


OS: Windows 7 64-Bit / Windows 8 64-Bit
CPU: Intel Core 2 Duo E8200 2.66 GHZ / AMD Phenom X3 8750 2.4 GHZ or better
Memory: 6 GB RAM








Thanks For Visiting ! Visit Again For More Downloads : ) 









Minggu, 27 Juli 2014

Download Excel 2013 Step By Step Ebook Full {Direct Download}




The smart way to learn Excel 2013one step at a time!
Experience learning made easyand quickly teach yourself how to manage, analyze, and present data with Excel 2013. With Step by Step, you set the pacebuilding and practicing the skills you need, just when you them! Includes downloadable practice files and companion eBook.





Sabtu, 26 Juli 2014

Download Blur PC Game 5.3 GB {Direct Links}


Part 1 >
Part 2 > 
Part 3 > 
Part 4 >
Part 5 > 
Part 6 > 
Part 7 >
Part 8 >

Crack >

Password :- fullvsoft


Blur is an arcade racing video game for Microsoft Windows, PlayStation 3 and Xbox 360 developed by Bizarre Creations and published by Activision in North America and Europe. It features a racing style that incorporates real world cars and locales with arcade style handling and vehicular combat.


Windows XP/Vista/7/8
MINIMUM
Intel Pentium D Dual Core or AMD Athlon 64 X2 3.4GHz Processor
1GB RAM
14GB Hard Disk Space
DirectX 9.0c
256MB Nvidia GeForce 6600GT/ATI Radeon 1600XT Video Card
DirectX 9.0c Compatible Sound Card








Thanks For Visiting ! Bookmark so you can Download All Latest stuff ! : )














Kamis, 24 Juli 2014

Trik Tambah Data Traffic Di Android

Tutorial Lengkap Cara Menambahkan Data Speed Meter Internet Pada Status Bar Android 2014. Kali ini saya akan sedikit share tutorial menambahkan data speed meter internet pada statusbar android tanpa menggunakan PC .

Memang tutorial menambahakan speed meter interner ini sudah banyak ditemui pada google, Namun saya akan rangkum menjadi satu pada artikel ini dari berbagai sumber, yang sudah pernah saya praktekkan satu persatu
Sehingga mudah untuk di pahami oleh pembaca . Saya mempraktekkannya hanya menggunakan handphone, tanpa menggunakan PC.


cara menambha data traffic di status bar Android khususnya ginger bread


Disi saya akan memberikan tutorial secara jelas dan insyaallah mudah untuk di pahami, perhatikan step - step nya dengan teliti, agar menghindari hal-hal yang tidak dinginkan pada handphone android anda seperti halnya Bootlop, Brick dan hilangnya icon-icon pada status bar.


  • Download Jota Text Editor di Play Store Tersedia Gratis, untuk memudahkan anda dalam mengedit script xml


Cara 1 :

Tampilan data speed meter pada statusbar akan seperti ini :


Data speed meter akan selalu muncul walaupun tidak ada koneksi Data atau Wifi

1. Download Smali_Cara_1.rar disini

2. Extrack Smali_Cara_1.rar yang anda download tadi dan Copy folder "fx" ke SystemUI / smali / ..... 

3. Masuk ke folder SystemUI / res / layout / ... Cari dan buka file "status_bar.xml" Dengan Jota Text editor

4. Copy script di bawah ini

        <fx.dzolcp.Speed android:textAppearance="@style/TextAppearance.StatusBar.Speed" android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />

dan pastekan di bawah script

<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="6.0dip" android:paddingRight="6.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent"> 
        <LinearLayout android:orientation="horizontal" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">

maka akan menjadi seperti ini


5. Masuk ke folder SystemUI / res / values / .... Cari dan Buka "style.xml"
menggunakan Jota Text Editor

6. Copy script di bawah ini 

    <style name="TextAppearance.StatusBar.Speed" parent="@style/TextAppearance.StatusBar.Clock">
      <item name="android:textSize">14.0dip</item>
      <item name="android:textColor">#ffffffff</item>
    </style>

dan letakkan sebelum kalimat

</resources>

Maka akan menjadi seperti ini


7. setelah semua pengeditan selesai anda bisa merecompil SystemUI nya
dan siap untuk di push ke system, Jangan lupa set premissionnya menjadi r-w-r-r 

Cara 2 :

Tampilan data speed meter pada statusbar akan seperti ini :


Data speed meter akan hilang jika tidak ada koneksi data / wifi

1. Download Smali_Cara_2.zip disini

2. Extrack smali_cara_2.zip dan copy semua file ke SystemUI / smali / com / android / systemui / statusbar / policy /.....

3. Masuk ke folder SystemUI / res / layout / ... Cari dan buka file "status_bar.xml" Dengan Jota Text editor

4. Copy script di bawah ini

        <com.android.systemui.statusbar.policy.Traffic android:textAppearance="@style/TextAppearance.StatusBar.Traffic" android:gravity="left|center" android:id="@id/traffic" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />

dan pastekan di bawah script

<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="6.0dip" android:paddingRight="6.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent"> 
        <LinearLayout android:orientation="horizontal" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">

maka akan menjadi seperti ini



5. Masuk ke folder SystemUI / res / values / ... Cari dan buka file "ids.xml" Dengan Jota Text editor

6. Copy script di bawah ini

    <item type="id" name="traffic">false</item>

dan letakkan sebelum kalimat

</resources>

maka akan menjadi seperti ini


7. Masuk ke folder SystemUI / res / values / ... Cari dan buka file "style.xml" Dengan Jota Text editor

8. Copy script di bawah ini

    <style name="TextAppearance.StatusBar.Traffic" parent="@style/TextAppearance.StatusBar.Clock">
        <item name="android:textSize">14.0dip</item>
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">#ffffffff</item>
        <item name="android:textAllCaps">false</item>
    </style>

dan letakkan sebelum kalimat

</resources>

maka akan menjadi seperti ini


9. setelah semua pengeditan selesai anda bisa merecompil SystemUI nya
dan siap untuk di push ke system, Jangan lupa set premissionnya menjadi r-w-r-r 


Cara 3 :

Tampilan data speed meter pada statusbar akan seperti ini :


 Data speed meter akan hilang jika tidak ada koneksi data / wifi

1. Download Smali_Cara_3.zip disini

2. Extrack Smali_Cara_3.zip yang anda download tadi dan Copy folder "in" ke SystemUI / smali / ..... 

3. Masuk ke folder SystemUI / res / layout / ... Cari dan buka file "status_bar.xml" Dengan Jota Text editor

4. Copy script di bawah ini

       <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true">
            <in.jmkl.dcsms.statusbargreper.DataTrafik android:layout_gravity="center_vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" />
        </LinearLayout>

dan letakkan di bawah script

<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="6.0dip" android:paddingRight="6.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent"> 
        <LinearLayout android:orientation="horizontal" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">

maka akan menjadi seperti ini



5.  setelah semua pengeditan selesai anda bisa merecompil SystemUI nya
dan siap untuk di push ke system, Jangan lupa set premissionnya menjadi r-w-r-r


Note : Mungkin nama " status_bar.xml" bisa berbeda pada setiap handphone android, anda tinggal menyesuaikannya saja, karna dalam code script nya tidak berbeda.

Silahkan anda mencoba cara yang manasaja. Perhatikan step-stepnya dengan teliti,
agar tidak terjadi hal-hal yang tidak dinginkan pada handphone android anda.
Jika masih kurang jelas anda bisa tanyakan kepada kontak me atau berkomentar di kolom komentar.


Sumber 

Rabu, 23 Juli 2014

Download Live For Speed S2 Alpha PC Highly Compressed 149 MB {Direct Link}


Part 1 > 
Part 2 > 

Password :- www.highlycompressedgames.com


Live for Speed (LFS) is a racing simulator developed by a three person team comprising Scawen Roberts, Eric Bailey, and Victor van Vlaardingen. The main focus is to provide a realistic racing experience for the online multiplayer game and to allow single player races against AI cars. Users can set personal bests which can then be uploaded to LFSWorld in hotlap mode, and take driving lessons in 'training' mode.


Windows Xp,7,Vista
Hard: 430 Mb
Ram: 128 Mb
Cpu: 1 Ghz 








Thanks For Visiting ! Visit Again For More Downloads : )