Cara Menghilangkan Widget Attribution Blogger

Posted by Iqbal Blog

Pada episode yang lalu saya sudah menerangkan tentang kemunculan widget attribution blogger dan cara memindahkanya, pada episode kali ini pun masih membahas tentang widget attribution blogger namun yang saya bahas kali ini adalah cara menghilangkanya.

Caranya cukup simple dan mudah banget, ikuti Saja langkah dibawah ini.

pertama masuk pada "Design" Lalu "Edit HTML"

masukkan code css dibawah ini diatas code ]]></b:skin>

#Attribution1 {height:0px;
visibility:hidden;

display:none
}


Tinggal SAVE deh.

Dan jika Anda menggunakan code CSS di postingan ini, tinggal ganti code yang berwarna biru dengan code diatas.

Sekian dan terima kasih.
Readmore

Jquery Multi Level Menu Horizontal

Posted by Iqbal Blog

Masih membahas tentang cara membuat menu horizontal atau menu navigasi di blog kita, dan dulu sudah pernah saya memposting tentang cara membuat menu horizontal dan menu vertical di blog ini, namun kali ini saya akan menulis tutorial bagaimana membuat menu horizontal yang lebih canggih dibandingkan yang kemaren yaitu membuat multi level menu atau menu bertingkat.

Okkey langsung saja ke cara pembuatanya ya


langkah pertama yaitu masuk pada bagian Design lalu Edit HTML

Masukkan code dibawah ini dibawah code <head>

<!--[if lte IE 7]>
<style type="text/css">
html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/
</style>
<![endif]-->

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js' type='text/javascript'/>
<script src='http://sites.google.com/site/anasprod/jqueryslidemenu.js' type='text/javascript'/>

Lalu masukkan CSS dibawah ini diatas code ]]></b:skin>



.jqueryslidemenu{
font: bold 13px Verdana;
background: #800000;
width:100%;
float:left
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #800000; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background:#B30000; /*tab link background during hover state*/
color: white;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background:#B30000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
#footheader {
width: 100%;
float:left;
margin:0 0 0;
padding:0 0 0;
position:relative;
}
Code diatas adalah style dari menu Anda, silahkan edit sesuai kebutuhan Anda.

Nah kalau sudah kita menuju kebawah untuk mencari code seperti dibawah ini


<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Bisnis Di Internet (Header)' type='Header'/>
</b:section>
</div>

Perhatikan saja code yang berwarna merah karena code yang berwarna hitam diatas berbeda-beda setiap template

lalu taruh code dibawah ini dibawah code yang diatas tadi


<div id='footheader'>
<b:section class='footheader' id='footheader' preferred='yes'>
</b:section>
</div>

Kalau sudah SAVE

Pekerjaan kita belum selesai, langkah selanjutnya yaitu menuju menu "Page Elements"



Terlihat pada "Page Elements" muncul tempat gadget baru, lalu klik aja "Add a gadget" dan pilih HTML/JavaScript dan masukkan code dibawah ini.

<div id="myslidemenu" class="jqueryslidemenu">
<ul>
<li><a href="/">Home</a></li>
<li><a href="http://sangmerak.blogspot.com">SangMerak</a></li>
<li><a href="#">Kategori</a>
<ul>
<li><a href="#">Sub Kategori 1</a></li>
<li><a href="#">Sub Kategori 2</a></li>
</ul>
</li>
<li><a href="#">Item 3</a></li>
<li><a href="#">Folder 2</a>
<ul>
<li><a href="#">Sub Item 2.1</a></li>
<li><a href="#">Folder 2.1</a>
<ul>
<li><a href="#">Sub Item 2.1.1</a></li>
<li><a href="#">Sub Item 2.1.2</a></li>
<li><a href="#">Folder 3.1.1</a>
<ul>
<li><a href="#">Sub Item 3.1.1.1</a></li>
<li><a href="#">Sub Item 3.1.1.2</a></li>
</ul>
</li>
<li><a href="#">Sub Item 2.1.4</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://tutorial-jitu.blogspot.com">Tutorial Blog</a></li>
</ul>
<br style="clear: left" />
</div>

Nah code diatas adalah code dari widgetnya silahkan di edit sesuai kebutuhan Anda.

Kalau sudah silahkan di SAVE deh.

Nah semoga tutorial ini bisa bermanfaat bagi Anda dan silahkan tanyakan pada saya lewat komentar jika ada pertanyaan. Miss u all. bye²
Readmore

Menampilkan Widget Di Halaman Tertentu

Posted by Iqbal Blog

Hai sobat blogger, bagaimanakah kabar Anda sekalian ? semoga dalam keadaan sehat dan selalu ceria. Pada tulisan kali ini, saya akan membagikan ilmu yang sudah saya pelajari kepada Anda yaitu masih tentang blogger dan topik yang saya bahas kali ini adalah seputar "Menampilkan widget pada halaman tertentu" yang sering digunakan pada template megazine, misalnya anda ingin menampilkan widget dihalaman post saja atau tidak ada hanya dihalaman post.

Nah langsung saja kita pelajari bersama-sama.

Langkah pertama yang harus Anda lakukan adalah masuk menu "Design" kemudian masuk ke bagian "Edit HTML" lalu centang kotak "Expand widget templates"

lalu cari code widgetnya seperti ini


<b:widget id='HTML1' locked='false' title='Pesan' type='HTML'>
<b:includable id='main'>

<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>

</b:includable>
</b:widget>

Untuk mempermudah pencarian silahkan masukkan judul widget seperti "Pesan" kedalam kotak pencarian browser (ctrl + F)

Kemudian tambah code

<b:if cond='data:blog.url == data:blog.homepageUrl'>

dan ditutup dengan code </b:if> untuk menempatkan di hanya halaman depan saja

dan ditempatkan seperti dibawah ini


<b:widget id='HTML1' locked='false' title='Pesan' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>

Perhatikan penempatan code yang berwarna hijau !

kemudian save.

Dan dibawah ini adalah code yang bisa digunakan untuk penempatan lainya

Untuk menempatkan di halaman depan/index digunakan code
<b:if cond='data:blog.pageType == data:blog.homepageUrl'>


Untuk menempatkan di halaman Archive saja
<b:if cond='data:blog.pageType == "archive"'>


Untuk menempatkan dihalaman item/posting saja digunakan code
<b:if cond='data:blog.pageType == "item"'>


Dan untuk pada halaman pages atau static page blogger digunakan
<b:if cond='data:blog.pageType == "static_page"'>

Dan untuk tambahan, jika Anda ingin menempatkan di halaman tertentu dengan menggunakan URL gunakan code dibawah ini
<b:if cond='data:blog.url == "URL_HERE"'>


Ganti code URL_HERE dengan URL yang ingin anda tampilkan.

Dan untuk pengecualian, misalnya anda tidak menempatkan widget hanya di halaman depan saja dengan cara mengganti tanda = pertama dengan tanda !

Contoh

<b:if cond='data:blog.pageType != data:blog.homepageUrl'>

Nah tidak terlalu sulit kan? semoga bermanfaat bagi Anda.

Sekian silahkan berkomentar jika ada pertanyaa, :D

NB : Code diatas juga dapat di aplikasikan ke fungsi-fungsi blogger lainya yang akan saya bahas di waktu selanjutnya.
Readmore

Membuat Tepi Gambar Bershadow Dengan CSS 3

Posted by Iqbal Blog

CSS 3 adalah generasi CSS (Cascading Style Sheet) yang ke 3, banyak keunggulan CSS 3 dibandingkan generasi yang sebelumnya, dan sudah mulai digunakan browser-browser, yaitu diantaranya adalah Mozilla Firefox v 3.6 dan Safari V 3, semoga saja browser-browser lainya menyusul untuk mendukung CSS 3.

Nah sebenarnya topik kita kali ini adalah "Membuat image post blogger berbayang/shadow" dengan menggunakan CSS 3, terlihat seperti gambar di samping kiri. Nah bagaimana caranya? silahkan ikuti langkah-langkah dibawah ini dan buktikan kecanggihan CSS 3.

Setelah Log In ke blogger pada dashboard masuk pada bagian "Design" lalu ke "Edit HTML"

lalu cari code CSS dibawah ini

.post img {
- - -
- - -
}

Note :

  1. Perhatikan saja code yang berwarna merah diatas, karena garis ( - - - ) yang berwarna hijau adalah definisi CSS yang berbeda-beda setiap template
  2. Dan kadang code yang berwarna merah ada tambahanya sehingga seperti ini : .post img, table.tr-caption-container {
Nah kalau sudah ganti code CSS tadi dengan definisi seperti dibawah ini

.post img {
background:#FFFFFF;
border:1px solid $bordercolor;
padding: 7px;
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
-goog-ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}

Nah yang diganti adalah code CSS yang berwarna hijau saja.

kalau sudah lalu SAVE deh, dan lihat hasilnya di browser Mozilla v 3.6, Safari V 3 dan Google Chrome.

Sekian semoga bermanfaat.
Readmore

Recent Post Dengan Thumbnail

Posted by Iqbal Blog

Hai sobat, gimana kabarnya nih ?, semoga dalam keadaan sehat. Nah kali ini saya mencoba menulis lagi tentang widget pada blogspot, tak lain adalah widget recent post yang sebelumnya sudah pernah saya tulis di blog ini dengan berbagai versi.
Namun kali ini sedikit agak berbeda dengan bentuk widget ini dengan adanya tambahan gambar thumbnail yang ada di postingan, dengan tujuan agar pembaca blog kita tertarik dengan postingan yang kita suguhkan setelah melihat thumbnail gambar yang mungkin unik, lucu, mempesona dsb.

Widget ini cocok bagi Anda yang mempunyai blog bernuansa gallery, misalnya gallery template, foto, desain dan sebagainya.

Untuk membuatnya silahkan ikuti langkah-langkah dibawah ini .

Pada menu Dashboard klik menu "Design - > Page Elements"

Lalu pilih area pada layout anda dan klik "Add a Gadget" dan pilih "HTML / JavaScript"

Dan taruh script dibawah ini kedalamnya.


<script language="JavaScript">

imgr = new Array();


imgr[0] = "http://i725.photobucket.com/albums/ww258/anasceria/Tutorial-jitu/no-image1.gif";

imgr[1] = "http://i725.photobucket.com/albums/ww258/anasceria/Tutorial-jitu/no-image2.gif";

imgr[2] = "http://i725.photobucket.com/albums/ww258/anasceria/Tutorial-jitu/no-image3.gif";

imgr[3] = "http://i725.photobucket.com/albums/ww258/anasceria/Tutorial-jitu/no-image4.gif";

imgr[4] = "http://i725.photobucket.com/albums/ww258/anasceria/Tutorial-jitu/no-image5.gif";
showRandomImg = true;

boxwidth = 230;

cellspacing = 8;

borderColor = "#ffffff";

bgTD = "transparent";

thumbwidth = 40;

thumbheight = 40;

fntsize = 12;

acolor = "#666";

aBold = true;

icon = " ";

text = "comments";

showPostDate = false;

summaryPost = 40;

summaryFontsize = 10;

summaryColor = "#666";

icon2 = " ";

numposts = 10;

home_page = "http://sangmerak.blogspot.com/";

</script>

<script src="https://sites.google.com/site/anasceria/recentposts_thumbnail.js" type="text/javascript"></script>

Keterangan :

boxwidth = 230; untuk menentukan lebar dari widget yang harus Anda sesuaikan dengan lebar Layout Anda.
Ganti URL "http://sangmerak.blogspot.com/" dengan alamat blog Anda.
Dan untuk modifikasi yang lain silahkan ubah keterangan-keterangan yang ada diatas.

Nah kalau sudah tinggal SAVE.

Sekian sobat blogger, semoga tutorial ini dapat anda gunakan dan bermanfaat bagi Anda. Sampai jumpa lagi di lain kesempatan.
Readmore

Nancy Drew The Deadly Device

Posted by Iqbal Blog


Download Free Pc Game-Nancy Drew The Deadly Device-Full Version Game
System Requirements:
Windows XP/Vista/7/8
1.5 GHZ or greater Pentium 4 CPU or equivalent class
512 MB of RAM
3 GB or more hard drive space
128 MB DirectX 9.0 compatible video card
16 bit DirectX compatible sound card
4x DVD drive

Download Instructions:
1.Open the below download link in new window.
2. wait 5 seconds.
3.Then Click on "Skip Ad"  at the top right corner of the window.
4.you will get the download links of the game.
thanks.
 
Readmore

NBA 2K13

Posted by Iqbal Blog


Download Free PC Game-NBA 2K13-Full Version Game
System Requirements:
OPERATING SYSTEM : Windows XP Service Pack III, Vista Service Pack II, Windows Seven
CPU : Intel Core 2 Duo 2.4 GHz or equivalent AMD processor
RAM : 2 GB or more
Graphic Card : Video card with 512 MB or more memory Nvidia Geforce 6600 or ATI Radeon equivalent
SOUND: Any sound card which supports DirectX 9.0
DIRECT X : Direct X 9.0 or more

Languages: English / French / German / Italian / Japanese / Spanish / Chinese



Download Instructions:
1.Open the below download link in new window.
2. wait 5 seconds.
3.Then Click on "Skip Ad"  at the top right corner of the window,
4.you will get the download links of the game.
thanks.
 
Readmore

Blood Bowl Chaos Edition

Posted by Iqbal Blog


Download Free PC Game-Blood Bowl Chaos Edition-Full Version Game
The Game Blood Bowl Chaos Edition is a combination and mixture of a very tactical and tragical game. The (basics) initail steps are very much simple, i.e; two teams and one ball. The one team that carries the ball into the opponent's zone where it ends scores up,just like in the match of rugby. The team with the more scores at the end is the winner of the game.

System Requirements:
OS : WINDOWS XP SP2/VISTA SP1/WINDOWS 7/WINDOWS 8
CPU: AMD/INTEL DUAL-CORE 2.4 GHZ
Memory: 1024 MB (XP)/2048 MB (VISTA/7/8)
Video Memory: 128 MB 100% DIRECTX 9 AND SHADERS 2.0 COMPATIBLE, ATI RADEON X700/NVIDIA GEFORCE 6600 OR HIGHER
HDD: 8 GB
DirectX: 9.0c

Download Instructions:
1.Open the below download link in new window.
2. wait 5 seconds.
3.Then Click on "Skip Ad"  at the top right corner of the window,
4.you will get the download links of the game.
thanks.
 
Readmore

WRC FIA World Rally 3

Posted by Iqbal Blog

Download Free PC Game-WRC FIA World Rally Championship 3-Full Version Game
The Official Video Game WRC FIA World Rally Championship 3 marks a wonderful,sensational and most dynamic departure and beginning from the previous versions/titles and fills the game with immense pleasure by using completely new graphics and game engine, developed indoor, so that the most wonderful and advanced WRC driving and races experience to players.

System Requirements:
Windows XP (SP2) / Vista / 7
CPU Intel Core 2 Duo / AMD Athlon 64 X2 or higher
2 GB RAM (XP) / 3 GB (Vista) / 4 GB (7)
512 MB Video card with Pixel Shader 3.0: GeForce 9000 / Radeon HD4000 series or higher




Install Notes:
1. Unpack the release
2. Mount or burn image
3. Install
4. Copy everything from the SKIDROW folder into the game installation
5. Block the game in your firewall and mark our cracked content as secure/trusted in your antivirus program
6. Play the game
7. Support the companies, which software you actually enjoy! 


Download Instructions:
1.Open the below download link in new window.
2. wait 5 seconds.
3.Then Click on "Skip Ad"  at the top right corner of the window,
4.you will get the download links of the game.
thanks.
 
Readmore

Need For Speed 3-Hot Pursuit

Posted by Iqbal Blog




Download Free PC Game-Need For Speed 3-Hot Pursuit-Full Version Game
System Requirements:
CPU: Intel Core 2 Duo 1.8 GHZ or AMD Athlon X2 64 2.4GHZ
OS: Windows XP SP 3 (32-64 bits) / Windows Vista (32-64 bits) / Windows 7 (32-64 bits) 
RAM: 1.5 GB Windows XP / 2 GB Windows Vista - Windows 7
HDD: 6.5 GB
VGA: 256 MB DirectX 9.0 compliant card with Shader Model 3.0 or higher
DX: DirectX 9.0c






Download Instructions:
1.Open the below download link in new window.
2. wait 5 seconds.
3.Then Click on "Skip Ad"  at the top right corner of the window,
4.you will get the download links of the game.
thanks.
 
Readmore

Need for Speed – Hot Pursuit 2

Posted by Iqbal Blog





Download Need for Speed Hot Pursuit 2-Free Pc Game-Full Version-Fully Rip
Screen Shots:
 
 
Download Instructions:
1.Open the below download link in new window.
2. wait 5 seconds.
3.Then Click on "Skip Ad"  at the top right corner of the window.
4.you will get the download links of the game.
thanks.

Download Links :
 
Readmore

007 Legends XBOX360

Posted by Iqbal Blog




Download Free PC Game-James Bond 007 Legends XBOX360-Full Version Game
The guns, the gadgets, the dangerous villans, the unpredictable women and off course, the martinis. Its time to show some action,to put on the tux, grab the latest and modified gadgets and load up your favourite Walther PPK as you want to become the world's most gigantic,sharp and no doubt most iconic spy in 007 legends.
About the Game:
Size: 7.9 GB
Region: FREE
Genre: Action
Publisher: Activision
Developer: Eurocom Entertainment Software
Release Date: 12.10.2012
Language: EN






Download Instructions:
1.Open the below download link in new window.
2. wait 5 seconds.
3.Then Click on "Skip Ad"  at the top right corner of the window,
4.you will get the download links of the game.
thanks.
 
Readmore

R.A.W Realms of Ancient War

Posted by Iqbal Blog



Download Free PC Game-R.A.W Realms of Ancient War-Full Version Game
In R.A.W..you are continuously in a tense condition and outnumberbed...having tough time because its not like other games that become easier after accomplished some missions,and even sometimes the most dangerous and crucial warrior,or the most unbeatable and powerful creature will not be overcomed. Although the fusion of the King will give you his incredibly immense power,the most precious gifht from him.

System Requirements:
OS: WINDOWS XP SP3/WINDOWS VISTA SP2/WINDOWS 7
Processor: AMD/INTEL DUAL-CORE 2.5 GHZ
Memory: 1024 MB (XP)/2048 MB (VISTA/7)
Graphics: 512 MB 100% DIRECTX 9 AND SHADERS 4.0 COMPATIBLE. ATI RADEON HD 3850/NVIDIA GEFORCE
8800 GT/INTEL HD 2000 OR HIGHER
DirectX®: 9
Hard Drive: 2 GB
Sound: DIRECTX 9 COMPATIBLE
Internet: INTERNET CONNECTION REQUIRED FOR THE GAME ACTIVATION


Install Notes:
 1. Unrar.
  2. Burn or mount the image.
  3. Install the game.
  4. Copy the content from /Crack directory on the DVD to the install
     directory of the game, overwriting existing files.
  5. Play the game.

Download Instructions:
1.Open the below download link in new window.
2. wait 5 seconds.
3.Then Click on "Skip Ad"  at the top right corner of the window,
4.you will get the download links of the game.
thanks.

Download Links:
Part I
 
Part II
 Rar Password: www.skidrowgames.net
Readmore

GTA 3-Xbox Version

Posted by Iqbal Blog


Download GTA 3-Xbox Version-Free Pc Game-Full Version-Fully Rip
In this version, moved:

• All machines
• All vegetation
• All textures
• Radio stations (yes, the x-box quality of the radio is much better ^ ^)
• Effects of Beta
• NPC, done about 38%
• Buildings and other facilities
Safehouse in Portland - 90%
"Easy Credit Autos" + Interior - 100%

installation:
Unpack and play. No installation required

System requirements:
700 (+) MHz Intel Pentium lll or AMD Athlon processor
128 (+) MB of RAM
8-speed CD / DVD
700 MB free disk space
32 (+) MB video card compatible with DirectX 8.1
DirectX 8.1 compatible sound card with surround sound

Screen Shots:




Download Links :

Readmore

GTA San Andreas: B-13 NFS

Posted by Iqbal Blog


Download Instructions:
1.Open the below download link in new window.
2. wait 5 seconds.
3.Then Click on "Skip Ad"  at the top right corner of the window.
4.you will get the download links of the game.
thanks.

Download Links :
Readmore

Kode Cheat GTA San Andreas untuk PC

Posted by Iqbal Blog

LXGIWYL = Senjata Paket 1
PROFESSIONALSKIT = Senjata paket 2
UZUMYMW = Senjata paket 3
HESOYAM = Darah( Kesehatan) 100%, Armor (Baju Anti Peluru),dan Uang $25.000
BAGUVIX = Badan Kebal (Tidak Terhadap Ledakan, Lapar, tergilas/Tertabrak Kendaraan dan Jatuh Dari Ketinggian)
CVWKXAM = Oxygen Tak Terbatas
ANOSEONGLASS = Mode Adrenaline
FULLCLIP = Amunisi Tak Terbatas
TURNUPTHEHEAT = Naikan 2" Wanted Level"
TURNDOWNTHEHEAT = Hapus "Wanted Level"
BTCDBCB = Gendut
BUFFMEUP = Berotot
KVGYZQK = Kurus
AEZAKMI = Tidak pernah di incar polisi
BRINGITON = 6 "Wanted Level"
WORSHIPME = Maksimum "Respect"
HELLOLADIES = Maksimum "Sex Appeal"
VKYPQCF = Maksimum "Stamina"
PROFESSIONALKILLER = Senjata level "Hitman"
NATURALTALENT = Maksimum level "Driving Skill"
AIWPRTON = Tank Rhino
OLDSPEEDDEMON = Bloodring Banger
JQNTDMH = Rancher
VROCKPOKEY = Hotring Racer #1
VPJTQWV = Hotring Racer #2
WHERESTHEFUNERAL = Romero
CELEBRITYSTATUS = Stretch
TRUEGRIME = Trashmaster
RZHSUEW = Caddy
JUMPJET = Hydra
KGGGDKP = Vortex
AIYPWZQP = Memiliki Parasut/Terjun Payung
ROCKETMAN = Jetpack
OHDUDE = Hunter
FOURWHEELFUN = Quad (Motor Roda 4)
AMOMHRER = Tanker
ITSALLBULL = Dozer
FLYINGTOSTUNT = Stunt Plane
MONSTERMASH = Monster
CPKTNWT = Mobil Melayang
WHEELSONLYPLEASE = Mobil terlihat Ban Saja/Mobil Transparan
STICKLIKEGLUE = Daya Belok/Handling Tinggi
ZEIIVG = Semua lampu lalu lintas Hijau
YLTEICZ = Lalu lintas menjadi kacau
LLQPFBN = Kendaraan Pink
IOWDLAC = Kendaraan Hitam
FLYINGFISH = Perahu Boat Terbang
EVERYONEISPOOR = Kendaraan mobil tua
EVERYONEISRICH = Kendaraan mobil cepat/modern
CHITTYCHITTYBANGBANG = Mobil Terbang
JCNRUAD = Kendaraan Kebal
SPEEDFREAK = Semua mobil memiliki Nitro
BUBBLECARS = Mobil terbang jika ditabrak
OUIQDMW = Menembak dari mobil leluasa
GHOSTTOWN = Jalanan Sepi
FVTMNBZ = Lalu lintas kendaraan mobil "Country"
BMTPWHR =Lalu lintas kendaraan mobil "Country" dan pakaian "Country"


SPEEDITUP = Permainan mejadi cepat 
SLOWITDOWN = Permainan mejadi lambat 
AJLOJYQY = Pejalan Kaki Rusuh dan dapatkan stik Golf 
BAGOWPG = Kepala memiliki Hadiah 
FOOOXFT = Pejalan Kaki memiliki senjata 
GOODBYECRUELWORLD = Bunuh diri 
BLUESUEDESHOES = Pejalan Kaki menjadi Elvis 
BGLUAWML = Pejalan Kaki menyerang dengan senjata 
LIFESABEACH= Pejalan Kaki berpesta pantai 
ONLYHOMIESALLOWED = Gang Members Everywhere 
BIFBUZZ = Gangter menguasai jalanan 
NINJATOWN = Pejalan Kaki menjadi Ninja dan Pedang (Katana) 
BEKKNQV = Pelacur mengikuti  
CJPHONEHOME =  Sepeda lompat tinggi  
 KANGAROO = Lompat tinggi 
STATEOFEMERGENCY = Mode Rusuh 
CRAZYTOWN = Mode Pakaian Lucu 
SJMAHPE = Rekrut Pejalan Kaki (9mm) ROCKETMAYHEM = Rekrut Pejalan Kaki (Rockets Launcher)
PLEASANTLYWARM = Cuaca terang 
TOODAMNHOT = Cuaca sangat terang 
ALNSFMZO = Cuaca Berawan 
AUIFRVQS = Cuaca Hujan 
CFVFGMJ = Cuaca Berkabut 
YSOHNUL = Jam lebih cepat 
NIGHTPROWLER = Selalu Tengah Malam (00:00) 
OFVIAC = Selalu Malam (21:00) 
 SCOTTISHSUMMER = Badai 
CWJXUOC = Badai Pasir

YLTEICZ Aggressive Drivers
LLQPFBN Pink traffic
IOWDLAC Black traffic
AFSNMSMW Boats fly
BTCDBCB Fat
JYSDSOD Max Muscle
KVGYZQK Skinny
ASBHGRB Elvis is Everywhere
BGLUAWML Peds Attack You With Weapons, Rocket Launcher
AEZAKMI Never Wanted
CIKGCGX Beach Party
MROEMZH Gang Members Everywhere
MROEMZH Gangs Control the Streets
AFPHULTL Ninja Theme
BEKKNQV Slut Magnet
BGKGTJH Traffic is Cheap Cars
GUSNHDE Traffic is Fast Cars
RIPAZHA Cars Fly
JHJOECW Huge Bunny Hop
JUMPJET Spawn Hydra
KGGGDKP Spawn Vortex Hovercraft
JCNRUAD Smash n' Boom
COXEFGU All Cars Have Nitro
BSXSGGC Cars Float Away When Hit
XJVSNAJ Always Midnight
OFVIAC Orange Sky 21:00
MGHXYRM Thunderstorm
CWJXUOC Sandstorm
LFGMHAL Mega Jump
BAGUVIX Large Health Boost
CVWKXAM Infinite Oxygen
AIYPWZQP Have Parachute
YECGAA Have Jetpack
LJSPQK Six Star Wanted Level
CFVFGMJ Foggy Weather
YSOHNUL Faster Clock
PPGWJHT Faster Gameplay
LIYOAAY Slower Gameplay
AJLOJYQY Peds Attack Each Other, Get Golf Club
BAGOWPG Have a bounty on your head
FOOOXFT Everyone is armed
AIWPRTON Spawn Rhino
CQZIJMB Spawn Bloodring Banger
JQNTDMH Spawn Rancher
PDNEJOH Spawn Racecar
VPJTQWV Spawn Racecar
AQTBCODX Spawn Romero
KRIJEBR Spawn Stretch
UBHYZHQ Spawn Trashmaster
RZHSUEW Spawn Caddy
CPKTNWT Blow Up All Cars
XICWMD Invisible car
PGGOMOY Perfect Handling
SZCMAWO Suicide
ZEIIVG All green lights
LXGIWYL Weapon Set 1, Thug's Tools
KJKSZPJ Weapon Set 2, Professional Tools
UZUMYMW Weapon Set 3, Nutter Tools
HESOYAM Health, Armor, $250k
OSRBLHH Increase Wanted Level Two Stars
ASNAEB Clear Wanted Level
AFZLLQLL Sunny Weather
ICIKPYH Very Sunny Weather
ALNSFMZO Overcast Weather
AUIFRVQS Rainy Weather
IAVENJQ Mega Punch
AEDUWNV Never Get Hungry
IOJUFZN Riot Mode
PRIEBJ Funhouse Theme
MUNASEF Adrenaline Mode
WANRLTW Infinite Ammo, No Reload
OUIQDMW Full Weapon Aiming While Driving
THGLOJ Reduced Traffic
FVTMNBZ Traffic is Country Vehicles
SJMAHPE Recruit Anyone (9mm)
BMTPWHR Country Vehicles and Peds, Get Born 2 Truck Outfit
ZSOXFSQ Recruit Anyone (Rockets)
OGXSDAG Max Respect
EHIBXQS Max Sex Appeal
VKYPQCF Taxis Have Nitrous, L3 Bunny Hop
NCSGDAG Hitman In All Weapon Stats
OHDUDE Spawn Hunter
AKJJYGLC Spawn Quad
AMOMHRER Spawn Tanker Truck
EEGCYXT Spawn Dozer
URKQSRK Spawn Stunt Plane
AGBDLCID Spawn Monster
IFIRSTDOZ Never Wanted
CAINEMVHZC Infinite Health, except for explosions and falls
allcarsgoboom All Cars Explode
Plain Text Cheat Codes
Type these codes during gameplay. The set code can be uppercase or lowercase.

Cheat Effect
Testeducationalskills No Wanted Level
STINGLIKEABEE Mega Punch
MONSTERMASH Spawn Monster
SPEEDFREAK All Cars Have Nitro
STATEOFEMERGENCY Chaos Mode
JUMPJET Spawn Hydra
BUBBLECARS Cars Float Away When Hit
KANGAROO Mega Jump
SCOTTISHSUMMER Thunderstorm
NIGHTPROWLER Always Midnight
BRINGITON Six Star Wanted Level
ROCKETMAN Have Jetpack
CRAZYTOWN Funhouse Theme
FULLCLIP Infinite Ammo, No Reload
GHOSTTOWN Reduced Traffic
ROCKETMAYHEM Recruit Anyone (Rockets)
WORSHIPME Max Respect
PROFESSIONALKILLER Hitman In All Weapon Stats
NATURALTALENT Max All Vehicle Skill Stats
ITSALLBULL Spawn Dozer
FLYINGTOSTUNT Spawn Stunt Plane
FOURWHEELFUN Spawn Quad
OHDUDE Spawn Hunter
CJPHONEHOME Huge Bunny Hop
NINJATOWN Ninja Theme
EVERYONEISPOOR Traffic is Cheap Cars
EVERYONEISRICH Traffic is Fast Cars
BIFBUZZ Gangs Control the Streets
ONLYHOMIESALLOWED Gang Members Everywhere
BUFFMEUP Max Muscle
BLUESUEDESHOES Elvis is Everywhere
GOODBYECRUELWORLD Suicide
FLYINGFISH Boats Fly
WHEELSONLYPLEASE Invisible car
STICKLIKEGLUE Perfect Handling
TRUEGRIME Spawn Trashmaster
CELEBRITYSTATUS Spawn Stretch
WHERESTHEFUNERAL Spawn Romero
HELLOLADIES Max Sex Appeal
VROCKPOKEY Spawn Racecar
SLOWITDOWN Slower Gameplay
SPEEDITUP Faster Gameplay
TOODAMNHOT Very Sunny Weather
PLEASANTLYWARM Sunny Weather
PROFESSIONALSKIT Weapon Set 2, Professional Tools
Readmore