<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>Tutorials</title>
	<link>http://fearless-assassins.com/index.php?app=tutorials</link>
	<pubDate>Sat, 19 May 2012 07:40:07 +0000</pubDate>
	<ttl>1800</ttl>
	<description>Tutorials</description>
	<item>
		<title>How to install Joomla with wamp</title>
		<link>http://fearless-assassins.com/tutorials/article/242-how-to-install-joomla-with-wamp/</link>
		<description><![CDATA[Content Management Systems (CMS) are the way forward with most web design, I believe. They offer an unbelievably easy way to create pretty decent looking websites without the added fuss of having to know indepth coding. The majority of this is automatically done for you. So, in this tutorial you are going to learn how to download, install and manipulate with one of these called Joomla. Another one of these is called Drupal, which seemingly is better for the more technical aspects but Joomla is just as good.<br />
<br />
In this tutorial you are going to need to download first a program called Wamp, which can be downloaded from this <a href='http://www.wampserver.com/en/' class='bbc_url' title='External link' rel='nofollow external'>site</a>.<br />
<br />
Once you have done that, you can now download Joomla from <a href='http://www.joomla.org/' class='bbc_url' title='External link' rel='nofollow external'>here</a>. It's completely free and open source. In a few minutes we are going to start getting to the somewhat difficult things, so I shall be using photos to illustrate this.<br />
<br />
When your Joomla files have been fully downloaded, you need to extract them to your Wamp folder. By default, it will have installed to C:&#092;wamp. If you have installed it correctly, then you <em class='bbc'>should </em>see the following files:<br />
<span rel='lightbox'><img src='http://omg.wthax.org/Wamp_folder.jpg' alt='Posted Image' class='bbc_img' /></span><br />
<br />
The folder you are going to extract the Joomla files to is the www folder, as shown in the above image. For the purpose of this tutorial, I have created folder called FA Tutorial inside the www folder, and this is where I am going to extract the Joomla files to.<br />
<br />
When this is finished, you need to make sure that the wamp server is running. To do this, you need to search for wamp and click on "Start Wamp Server". Wamp should take a few seconds to be fully ready - the icon will first appear red, then yellow before turning white, as seen in the below image -<br />
<span rel='lightbox'><img src='http://omg.wthax.org/icon.jpg' alt='Posted Image' class='bbc_img' /></span><br />
In the newer versions, they have changed the icon to this -<br />
<span rel='lightbox'><img src='http://omg.wthax.org/icon2.jpg' alt='Posted Image' class='bbc_img' /></span><br />
<br />
When it has turned fully green, you need to click on it, to bring up this:<br />
<span rel='lightbox'><img src='http://omg.wthax.org/wamp.jpg' alt='Posted Image' class='bbc_img' /></span><br />
<br />
Then you are going to click on Localhost, which should automatically open up your browser and take you to this screen-<br />
<span rel='lightbox'><img src='http://omg.wthax.org/wampscreen_1.jpg' alt='Posted Image' class='bbc_img' /></span><br />
<br />
At this point, you will know if you extracted the Joomla files to the correct folder, if you have something similar to FA Tutorial, under "Your Projects", as I do here-<br />
<span rel='lightbox'><img src='http://omg.wthax.org/YourProjects.jpg' alt='Posted Image' class='bbc_img' /></span><br />
Now, before you do anything with Joomla, you first need to set up the database. To do this, you need to click on phpmyadmin. From this screen you need to click on Databases on the top left corner and then type in the name of the database you want to create, in my case it's going to be FATutorial -<br />
<span rel='lightbox'><img src='http://omg.wthax.org/FATutorial.jpg' alt='Posted Image' class='bbc_img' /></span><br />
and then click "Create". Voila! You've just created a database.<br />
<br />
When this is done, you need to navigate back to the localhost, following the steps above. When you have, you can finally click on FATutorial (or whatever you may have called it) under Your Projects and finally you get taken to the Joomla installer.<br />
<br />
The first few screens are relatively easy and unless you want to really pay attention, you can click next until you get to the database screen, as seen here:<br />
<span rel='lightbox'><img src='http://omg.wthax.org/databaseconfig.jpg' alt='Posted Image' class='bbc_img' /></span><br />
<em class='bbc'>This </em>is why you needed to have a database already set up. For this, the <strong class='bbc'>username </strong>is mostly always going to be <em class='bbc'>root</em> and the <strong class='bbc'>database name</strong> will be whatever you called it in phpmyadmin, in my case fatutorial. You'll know you have done it correctly when you get taken to the FTTP step. If you already have a domain name and hosting purchased, with FTTP set up, you can put the details here so you can FTTP it to the host. However, since we are running it using wamp on the localhost (i.e. on this computer rather than over the internet), we can just skip this by clicking next.<br />
<br />
<span rel='lightbox'><img src='http://omg.wthax.org/mainconfig_1.jpg' alt='Posted Image' class='bbc_img' /></span><br />
Here is where you put in the site details. In my case the site name is going to be FATutorial, the email FA@Tutorial.com and the password fatutorial. The Admin username should be left at admin, just because it's going to be easier when you get to accessing the admin area. It is a good idea to also install the sample data, as it will give you an idea as to how the site will look when it's fully up and running.<br />
<br />
This is now the final screen and you just need to delete the install directory before proceeding.<br />
<span rel='lightbox'><img src='http://omg.wthax.org/Finish.jpg' alt='Posted Image' class='bbc_img' /></span><br />
This can be done pretty easily by clicking "Remove Installation Folder"<br />
<br />
When you click on "site" on the top right, you will be taken to this -<br />
<span rel='lightbox'><img src='http://omg.wthax.org/Joomlainstalled.jpg' alt='Posted Image' class='bbc_img' /></span><br />
Voila! That is all your hard work. The reason it's coming up like this is because of the sample data you installed a few steps previously. Now, if you want to edit this, you can do so by navigating to the administrator screen.<br />
<br />
This is done by adding /administrator after the URL of the site, as shown above. If it worked, you should be taken to a screen like this one -<br />
<span rel='lightbox'><img src='http://omg.wthax.org/admin.jpg' alt='Posted Image' class='bbc_img' /></span><br />
<br />
where you would add in the details that you had previously set for the admin - in my case, the username was <strong class='bbc'>admin </strong>and the password was <strong class='bbc'>fatutorial</strong>. If all the details were put in correctly, you should be taken to the admin panel, as seen below, where you can manipulate the data on your newly created site:<br />
<span rel='lightbox'><img src='http://omg.wthax.org/adminpanel.jpg' alt='Posted Image' class='bbc_img' /></span><br />
<br />
<strong class='bbc'>and there you have it - you have downloaded wamp, joomla and you have created databases as well as installing joomla and getting it to run on the localhost. If you have any queries, make sure to comment below</strong>.]]></description>
		<pubDate>Wed, 02 May 2012 12:15:53 +0000</pubDate>
		<guid isPermaLink="false">242</guid>
		<creator>Panzer-WT?</creator>
		<category>7</category>
	</item>
	<item>
		<title>How to add binds on TF2</title>
		<link>http://fearless-assassins.com/tutorials/article/241-how-to-add-binds-on-tf2/</link>
		<description><![CDATA[<strong class='bbc'><span style='font-size: 24px;'>How to add binds on Team Fortress 2</span></strong><br />
<br />
First you need to be able to open console, do this:<br />
<span rel='lightbox'><img src='http://i42.tinypic.com/4lo8jr.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
<br />
<span class='bbc_underline'><span style='font-size: 18px;'><span class='bbc_underline'><strong class='bbc'>Bindable Keys</strong></span></span></span><br />
<br />
<strong class='bbc'>A-Z</strong><br />
<strong class='bbc'>0-9</strong><br />
<strong class='bbc'>F1-F12</strong><br />
<strong class='bbc'>,./;'&#092;][=-</strong><br />
<strong class='bbc'>Arrow keys: leftarrow, rightarrow, uparrow, downarrow</strong><br />
<strong class='bbc'>Mouse buttons: mouse1, mouse2, mouse3</strong><br />
<span class='bbc_underline'>The numpad</span><br />
<em class='bbc'>Key = Console code</em><br />
<strong class='bbc'>Enter</strong> = kp_enter<br />
<strong class='bbc'>0</strong> = kp_ins<br />
<strong class='bbc'>1</strong> = kp_end<br />
<strong class='bbc'>2</strong> = kp_downarrow<br />
<strong class='bbc'>3</strong> = kp_pgdn<br />
<strong class='bbc'>4</strong> = kp_ leftarrow<br />
<strong class='bbc'>5</strong> = kp_5<br />
<strong class='bbc'>6</strong> = kp_rightarrow<br />
<strong class='bbc'>7</strong> = kp_home<br />
<strong class='bbc'>8</strong> = kp_uparrow<br />
<strong class='bbc'>9</strong> = kp_pgup<br />
<strong class='bbc'>.</strong> = kp_del<br />
<strong class='bbc'>+</strong> = kp_plus<br />
<strong class='bbc'>-</strong> = kp_minus<br />
<strong class='bbc'>*</strong> = *<br />
<br />
<br />
<br />
<span class='bbc_underline'><span style='font-size: 18px;'><span class='bbc_underline'><strong class='bbc'>Weapon Commands</strong></span></span></span><br />
<br />
<strong class='bbc'>Scout</strong><br />
tf_weapon_scattergun<br />
tf_weapon_handgun_scout_primary<br />
tf_weapon_soda_popper<br />
tf_weapon_pistol_scout<br />
tf_weapon_lunchbox_drink<br />
tf_weapon_jar_milk<br />
tf_weapon_handgun_scout_secondary<br />
tf_weapon_bat<br />
tf_weapon_bat_wood<br />
tf_weapon_bat_fish<br />
<br />
<strong class='bbc'>Soldier</strong><br />
tf_weapon_rocketlauncher<br />
tf_weapon_rocketlauncher_directhit<br />
tf_weapon_particle_cannon<br />
tf_weapon_shotgun_soldier<br />
tf_weapon_buff_item<br />
tf_weapon_raygun<br />
tf_weapon_shovel<br />
tf_weapon_katana<br />
<br />
<strong class='bbc'>Pyro</strong><br />
tf_weapon_flamethrower<br />
tf_weapon_shotgun_pyro<br />
tf_weapon_flaregun<br />
tf_weapon_fireaxe<br />
<br />
<strong class='bbc'>Demoman</strong><br />
tf_weapon_grenadelauncher<br />
tf_weapon_pipebomblauncher<br />
tf_weapon_bottle<br />
tf_weapon_sword<br />
tf_weapon_stickbomb<br />
tf_weapon_katana<br />
<br />
<strong class='bbc'>Heavy</strong><br />
tf_weapon_minigun<br />
tf_weapon_shotgun_hwg<br />
tf_weapon_lunchbox<br />
tf_weapon_fists<br />
<br />
<strong class='bbc'>Engineer</strong><br />
tf_weapon_shotgun_primary<br />
tf_weapon_sentry_revenge<br />
tf_weapon_pistol<br />
tf_weapon_laser_pointer<br />
tf_weapon_mechanical_arm<br />
tf_weapon_wrench<br />
tf_weapon_robot_arm<br />
tf_weapon_pda_engineer_destroy<br />
tf_weapon_pda_engineer_build<br />
<br />
<strong class='bbc'>Medic</strong><br />
tf_weapon_syringegun_medic<br />
tf_weapon_crossbow<br />
tf_weapon_medigun<br />
tf_weapon_bonesaw<br />
<br />
<strong class='bbc'>Sniper</strong><br />
tf_weapon_sniperrifle<br />
tf_weapon_compound_bow<br />
tf_weapon_sniperrifle_decap<br />
tf_weapon_smg<br />
tf_weapon_jar<br />
tf_weapon_club<br />
<br />
<strong class='bbc'>Spy</strong><br />
tf_weapon_revolver<br />
tf_weapon_knife<br />
tf_weapon_pda_spy<br />
To equip Electro Sapper use: "build 3 0"<br />
<br />
<br />
<br />
<span class='bbc_underline'><span style='font-size: 18px;'><span class='bbc_underline'><strong class='bbc'>Radio Commands</strong></span></span></span><br />
<strong class='bbc'>Voice</strong>: Console code<br />
<br />
<strong class='bbc'>Medic!</strong>: voicemenu 0 0<br />
<strong class='bbc'>Thanks!</strong>: voicemenu 0 1<br />
<strong class='bbc'>Go go go!</strong>: voicemenu 0 2<br />
<strong class='bbc'>Move up!</strong>: voicemenu 0 3<br />
<strong class='bbc'>Go left!</strong>: voicemenu 0 4<br />
<strong class='bbc'>Go right!</strong>: voicemenu 0 5<br />
<strong class='bbc'>Yes!</strong>: voicemenu 0 6<br />
<strong class='bbc'>No!</strong>: voicemenu 0 7<br />
<br />
<strong class='bbc'>Incoming!</strong>: voicemenu 1 0<br />
<strong class='bbc'>Cloaked spy!</strong>: voicemenu 1 1<br />
<strong class='bbc'>Sentry ahead!</strong>: voicemenu 1 2<br />
<strong class='bbc'>Teleporter here!</strong>: voicemenu 1 3<br />
<strong class='bbc'>Dispenser here!</strong>: voicemenu 1 4<br />
<strong class='bbc'>Sentry here!</strong>: voicemenu 1 5<br />
<strong class='bbc'>Activate uber!</strong>: voicemenu 1 6<br />
<strong class='bbc'>Uber ready!</strong>: voicemenu 1 7<br />
<br />
<strong class='bbc'>Help!</strong>: voicemenu 2 0<br />
<strong class='bbc'>Battle cry!</strong>: voicemenu 2 1<br />
<strong class='bbc'>Cheers!</strong>: voicemenu 2 2<br />
<strong class='bbc'>Jeers!</strong>: voicemenu 2 3<br />
<strong class='bbc'>Positive!</strong>: voicemenu 2 4<br />
<strong class='bbc'>Negative!</strong>: voicemenu 2 5<br />
<strong class='bbc'>Nice shot!</strong>: voicemenu 2 6<br />
<strong class='bbc'>Good job!</strong>: voicemenu 2 7<br />
<br />
<br />
<br />
<span class='bbc_underline'><span style='font-size: 18px;'><span class='bbc_underline'><strong class='bbc'>Switching Weapons</strong></span></span></span><br />
Switching weapons is a bit slow if you use your scroll wheel or the number row. So the best way to fix that is to bind your weapon to a key to switch it very fast.<br />
To write the bind to switch weapons, type the following:<br />
bind (key) "use tf_weapon_(item name)"<br />
<strong class='bbc'>For example:</strong><br />
bind 1 "use tf_weapon_rocketlauncher"<br />
bind 2 "use tf_weapon_shotgun_soldier"<br />
<em class='bbc'>So when you enter the game and press the 1 key you can immediately use the rocketlauncher</em><br />
<br />
<br />
<br />
<span class='bbc_underline'><span style='font-size: 18px;'><span class='bbc_underline'><strong class='bbc'>Radio</strong></span></span></span><br />
If you want to say the radio commands very quickly you can also bind that to a key.<br />
To write the bind to say radio commands, type the following:<br />
bind (key) "(radio command)"<br />
<strong class='bbc'>For example:</strong><br />
bind 3 "voicemenu 0 1"<br />
bind 4 "voicemenu 1 4"<br />
<em class='bbc'>So when you enter the game and press the 3 key it says the radio command: Thanks!</em><br />
<br />
<br />
<br />
<span class='bbc_underline'><span style='font-size: 18px;'><span class='bbc_underline'><strong class='bbc'>Say Something</strong></span></span></span><br />
If you want to say something very quickly without typing the sentence or word all the time you can also bind that to a key.<br />
To write the bind to say something, type the following:<br />
bind (key) "say (whatever)"<br />
If you only want to say something to your team, type the following:<br />
bind (key) "say_team (whatever)"<br />
<strong class='bbc'>For example:</strong><br />
bind o "say Hello everyone!"<br />
bind i "say_team Kill them!"<br />
<em class='bbc'>So when you enter the game and press the o key you say: Hello everyone!</em><br />
<br />
<br />
<br />
<strong class='bbc'><span style='font-size: 18px;'><span class='bbc_underline'>Some other useful binds</span></span></strong><br />
<strong class='bbc'>bind (key) "jpeg"</strong>: Takes a screenshot<br />
<strong class='bbc'>bind (key) kill</strong>: Kills yourself<br />
<strong class='bbc'>bind (key) explode</strong>: Explodes yourself<br />
<strong class='bbc'>bind (key) dropitem</strong>: Drops the flag or intelligence<br />
<strong class='bbc'>unbind (key)</strong>: Unbinds a key]]></description>
		<pubDate>Fri, 13 Apr 2012 01:17:13 +0000</pubDate>
		<guid isPermaLink="false">241</guid>
		<creator>Alexandra</creator>
		<category>25</category>
	</item>
	<item>
		<title>How to record and view demos on TF2</title>
		<link>http://fearless-assassins.com/tutorials/article/240-how-to-record-and-view-demos-on-tf2/</link>
		<description><![CDATA[<strong class='bbc'><span style='font-size: 24px;'>How to record and view demos on Team Fortress 2</span></strong><br />
<br />
First you need to be able to open console, do this:<br />
<span rel='lightbox'><img src='http://i42.tinypic.com/4lo8jr.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
1. Open console and write <strong class='bbc'>record &lt;demo-name&gt;</strong> to record a demo.<br />
<span rel='lightbox'><img src='http://i43.tinypic.com/2lvl8w6.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
You should see this in console:<br />
<span rel='lightbox'><img src='http://i39.tinypic.com/402ex.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
2. To stop recording write <strong class='bbc'>stop</strong> in console.<br />
<span rel='lightbox'><img src='http://i41.tinypic.com/2zf6gas.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
<br />
You should see this in console:<br />
<span rel='lightbox'><img src='http://i43.tinypic.com/zxuofc.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
3. To view a demo write <strong class='bbc'>demoui</strong> in console. (Make sure you put the demo files in your tf folder: Program Files&gt;Steam&gt;steamapps&gt;your-steam-name&gt;team fortress 2&gt;tf)<br />
<span rel='lightbox'><img src='http://i41.tinypic.com/paipy.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
4. Load the demo.<br />
<span rel='lightbox'><img src='http://i39.tinypic.com/671t9g.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
<span rel='lightbox'><img src='http://i39.tinypic.com/16kaqu1.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
You should be viewing the demo now and see the Demo Playback options.<br />
<span rel='lightbox'><img src='http://i41.tinypic.com/2n1yhbo.png' alt='Posted Image' class='bbc_img' /></span>]]></description>
		<pubDate>Fri, 13 Apr 2012 00:14:30 +0000</pubDate>
		<guid isPermaLink="false">240</guid>
		<creator>Alexandra</creator>
		<category>25</category>
	</item>
	<item>
		<title>How to record and view demos on CS:S</title>
		<link>http://fearless-assassins.com/tutorials/article/239-how-to-record-and-view-demos-on-css/</link>
		<description><![CDATA[<strong class='bbc'><span style='font-size: 24px;'>How to record and view demos on Counter-Strike: Source</span></strong><br />
<br />
1. Open console and write <strong class='bbc'>record &lt;demo-name&gt;</strong> to record a demo.<br />
<span rel='lightbox'><img src='http://i42.tinypic.com/15g2jic.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
You should see this in console:<br />
<span rel='lightbox'><img src='http://i44.tinypic.com/mi17qx.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
2. To stop recording write <strong class='bbc'>stop</strong> in console.<br />
<span rel='lightbox'><img src='http://i39.tinypic.com/z1ybm.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
You should see this in console:<br />
<span rel='lightbox'><img src='http://i40.tinypic.com/oi54iv.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
3. To view a demo write <strong class='bbc'>demoui</strong> in console. (Make sure you put the demo files in your cstrike folder: Program Files&gt;Steam&gt;steamapps&gt;your-steam-name&gt;counter-strike source&gt;cstrike)<br />
<span rel='lightbox'><img src='http://i41.tinypic.com/t69ysg.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
4. Load the demo.<br />
<span rel='lightbox'><img src='http://i39.tinypic.com/155s20p.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
<span rel='lightbox'><img src='http://i41.tinypic.com/16bkehj.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
You should be viewing the demo now and see the Demo Playback options.<br />
<span rel='lightbox'><img src='http://i44.tinypic.com/2po5oph.png' alt='Posted Image' class='bbc_img' /></span>]]></description>
		<pubDate>Thu, 12 Apr 2012 20:31:22 +0000</pubDate>
		<guid isPermaLink="false">239</guid>
		<creator>Alexandra</creator>
		<category>24</category>
	</item>
	<item>
		<title>Losing Key Packets 9005 COD4 - Fix</title>
		<link>http://fearless-assassins.com/tutorials/article/238-losing-key-packets-9005-cod4-fix/</link>
		<description><![CDATA[If you are getting kicked by Punkbuster for Losing Key Packets 9005 then you need to update your PB services and/or disable firewall while playing. <br />
<br />
1. Disable your anti virus/firewall for 15 minutes if you are using any.<br />
<br />
2. Then download and update your Punkbuster using the PB Updated from Evenbalance.<br />
<br />
<br />
<a href='http://www.evenbalance.com/index.php?page=pbsetup.php' class='bbc_url' title='External link' rel='nofollow external'>Download Punkbuster Set Up from this page and run the exe to update your PB</a><br />
<br />
Then re install Punkbuster services using below exe.<br />
<br />
<a href='http://www.evenbalance.com/downloads/pbsvc/pbsvc.exe' class='bbc_url' title='External link' rel='nofollow external'>Click Me To Download Fix for PB Services</a><br />
<br />
<strong class='bbc'>Install/Reinstall/update your PunkBuster Services</strong><br />
<br />
Follow those easy steps :<br />
<br />
<a href='http://www.evenbalance.com/downloads/pbsvc/pbsvc.exe' class='bbc_url' title='External link' rel='nofollow external'><strong class='bbc'>Clic here</strong></a> (Download <strong class='bbc'>pbsvc.exe</strong> from <em class='bbc'>evenbalance.com</em>)<br />
<br />
<span rel='lightbox'><img src='http://www.fearless-assassins.com/medic/screen/pb/pb01.jpg' alt='Posted Image' class='bbc_img' /></span><br />
<br />
Clic <strong class='bbc'>save file</strong><br />
<br />
<span rel='lightbox'><img src='http://www.fearless-assassins.com/medic/screen/pb/pb02.jpg' alt='Posted Image' class='bbc_img' /></span><br />
<br />
double clic on <strong class='bbc'>pbsvc.exe</strong><br />
<br />
<span rel='lightbox'><img src='http://www.fearless-assassins.com/medic/screen/pb/pb03.jpg' alt='Posted Image' class='bbc_img' /></span><br />
<br />
Clic on <strong class='bbc'>I agree</strong><br />
<br />
<span rel='lightbox'><img src='http://www.fearless-assassins.com/medic/screen/pb/pb04.jpg' alt='Posted Image' class='bbc_img' /></span><br />
<br />
then <strong class='bbc'>Next</strong><br />
<br />
Some few test gonna start, to fix any problem with punkbuster installation<br />
<br />
<br />
<span rel='lightbox'><img src='http://www.fearless-assassins.com/medic/screen/pb/pb05.jpg' alt='Posted Image' class='bbc_img' /></span><br />
<br />
<br />
<br />
Click <strong class='bbc'>Finish</strong>. <br />
<br />
While starting the game first time, please make sure you are running it as 'admin'. <br />
<br />
Right click on the game exe file -&gt; Click on Properties -&gt; Compability -&gt; Select run this program as administrator -&gt; Press Apply and then Ok.]]></description>
		<pubDate>Sat, 07 Apr 2012 11:47:33 +0000</pubDate>
		<guid isPermaLink="false">238</guid>
		<creator>daredevil</creator>
		<category>17</category>
	</item>
	<item>
		<title>How to add binds on CS:S</title>
		<link>http://fearless-assassins.com/tutorials/article/236-how-to-add-binds-on-css/</link>
		<description><![CDATA[<p class='bbc_left'><strong class='bbc'><span style='font-size: 24px;'>How to add binds on Counter-Strike: Source</span></strong><br />
<br />
You need to type your binds in console. To open console you press the ~ key.<br />
If you're not able to get into console you have to do this:<br />
Go to your Library in Steam then right click on CS:S and go to properties &gt; set launch options &gt; type in "-console" &gt; OK<br />
<br />
<span rel='lightbox'><img src='http://i42.tinypic.com/sqs0.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
<span rel='lightbox'><img src='http://i40.tinypic.com/30kw221.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
<br />
<br />
<span style='font-size: 18px;'><span class='bbc_underline'><strong class='bbc'>Bindable Keys</strong></span></span><br />
<br />
<strong class='bbc'>A-Z</strong><br />
<strong class='bbc'>0-9</strong><br />
<strong class='bbc'>F1-F12</strong><br />
<strong class='bbc'>,./;'&#092;][=-</strong><br />
<strong class='bbc'>Arrow keys: leftarrow, rightarrow, uparrow, downarrow</strong><br />
<strong class='bbc'>Mouse buttons: mouse1, mouse2, mouse3</strong><br />
<span class='bbc_underline'>The numpad</span><br />
<em class='bbc'>Key = Console code</em><br />
<strong class='bbc'>Enter</strong> = kp_enter<br />
<strong class='bbc'>0</strong> = kp_ins<br />
<strong class='bbc'>1</strong> = kp_end<br />
<strong class='bbc'>2</strong> = kp_downarrow<br />
<strong class='bbc'>3</strong> = kp_pgdn<br />
<strong class='bbc'>4</strong> = kp_ leftarrow<br />
<strong class='bbc'>5</strong> = kp_5<br />
<strong class='bbc'>6</strong> = kp_rightarrow<br />
<strong class='bbc'>7</strong> = kp_home<br />
<strong class='bbc'>8</strong> = kp_uparrow<br />
<strong class='bbc'>9</strong> = kp_pgup<br />
<strong class='bbc'>.</strong> = kp_del<br />
<strong class='bbc'>+</strong> = kp_plus<br />
<strong class='bbc'>-</strong> = kp_minus<br />
<strong class='bbc'>*</strong> = *<br />
<br />
<br />
<br />
<span style='font-size: 18px;'><span class='bbc_underline'><strong class='bbc'>Weapon Commands</strong></span></span><br />
<strong class='bbc'>Weapon</strong>: Console code<br />
<br />
<strong class='bbc'>228 Compact</strong>: p228<br />
<strong class='bbc'>AK-47/CV-47</strong>: ak47<br />
<strong class='bbc'>Auto Shotgun</strong>: xm1014<br />
<strong class='bbc'>AWP</strong>: awp<br />
<strong class='bbc'>Bullpup</strong>: aug<br />
<strong class='bbc'>Clarion</strong>: famas<br />
<strong class='bbc'>D3/AU1</strong>: g3sg1<br />
<strong class='bbc'>Defender</strong>: galil<br />
<strong class='bbc'>Desert Eagle</strong>: deagle<br />
<strong class='bbc'>Dualies</strong>: elite<br />
<strong class='bbc'>Five-Seven</strong>: fiveseven<br />
<strong class='bbc'>Glock</strong>: glock<br />
<strong class='bbc'>Knife</strong>: knife<br />
<strong class='bbc'>Krieg 552</strong>: sg552<br />
<strong class='bbc'>Krieg Commando</strong>: sg550<br />
<strong class='bbc'>M249</strong>: m249<br />
<strong class='bbc'>Mac-10</strong>: mac10<br />
<strong class='bbc'>Maverick M4A1 Colt</strong>: m4a1<br />
<strong class='bbc'>MP5</strong>: mp5navy<br />
<strong class='bbc'>P90</strong>: p90<br />
<strong class='bbc'>Pump Shotgun</strong>: m3<br />
<strong class='bbc'>Scout</strong>: scout<br />
<strong class='bbc'>TMP</strong>: tmp<br />
<strong class='bbc'>UMP</strong>: ump45<br />
<strong class='bbc'>USP</strong>: usp<br />
<br />
<br />
<br />
<span style='font-size: 18px;'><span class='bbc_underline'><strong class='bbc'>Equipment Commands</strong></span></span><br />
<strong class='bbc'>Equipment</strong>: Console code<br />
<br />
<strong class='bbc'>Difusal Kit</strong>: defuser<br />
<strong class='bbc'>Flashbang Granade</strong>: flashbang<br />
<strong class='bbc'>Full Primary Ammo</strong>: primammo<br />
<strong class='bbc'>Full Secondary Ammo</strong>: secammo<br />
<strong class='bbc'>HE Grenade</strong>: hegrenade<br />
<strong class='bbc'>Kevlar</strong>: vest<br />
<strong class='bbc'>Kevlar and Helmet</strong>: vesthelm<br />
<strong class='bbc'>Single Clip of Primary Ammo</strong>: buyammo1<br />
<strong class='bbc'>Single Clip of Secondary Ammo</strong>: buyammo2<br />
<strong class='bbc'>Smoke Grenade</strong>: smokegrenade<br />
<br />
<br />
<br />
<span style='font-size: 18px;'><span class='bbc_underline'><strong class='bbc'>Radio Commands</strong></span></span><br />
<strong class='bbc'>Voice</strong>: Console code<br />
<br />
<strong class='bbc'>Cover me!</strong>: coverme<br />
<strong class='bbc'>Enemy down!</strong>: enemydown<br />
<strong class='bbc'>Enemy spotted!</strong>: enemyspot<br />
<strong class='bbc'>Follow me</strong>: followme<br />
<strong class='bbc'>Get in position and wait for my go!</strong>: getinpos<br />
<strong class='bbc'>Get out of there, it's gonna blow!</strong>: getout<br />
<strong class='bbc'>Go go go!</strong>: go<br />
<strong class='bbc'>Hold this position!</strong>: holdpos<br />
<strong class='bbc'>I'm in position.</strong>: inposition<br />
<strong class='bbc'>Need backup!</strong>: enemyspot<br />
<strong class='bbc'>Negative!</strong>: negative<br />
<strong class='bbc'>Regroup team!</strong>: regroup<br />
<strong class='bbc'>Report in team!</strong>: report<br />
<strong class='bbc'>Reporting in.</strong>: reportingin<br />
<strong class='bbc'>Roger that!/Affirmative!</strong>: roger<br />
<strong class='bbc'>Sector clear</strong>: sectorclear<br />
<strong class='bbc'>Stick together!</strong>: sticktog<br />
<strong class='bbc'>Storm the front!</strong>: stormfront<br />
<strong class='bbc'>Taking fire, need assistance!</strong>: takingfire<br />
<strong class='bbc'>Team, fall back!</strong>: fallback<br />
<strong class='bbc'>You take the point!</strong>: takepoint</p>
<br />
<br />
<p class='bbc_left'><br />
<span style='font-size: 18px;'><span class='bbc_underline'><strong class='bbc'>Buying Weapons Or Equipment</strong></span></span><br />
If you want to buy a weapon or equipment very quickly you have to type that into console. This way you don't have to keep pressing B to find the weapon to buy.<br />
To write the bind to buy a weapon or equipment, type the following:<br />
bind (key) "buy (item name)"<br />
<strong class='bbc'>For example:</strong><br />
bind 8 "buy vest"<br />
bind 9 "buy vesthelm"<br />
bind 0 "buy ak47"<br />
bind kp_leftarrow "buy m4a1"<br />
bind kp_home "buy mp5navy"<br />
bind - "buy hegrenade"<br />
bind = "buy flashbang"<br />
bind [ buyammo1<br />
bind ] buyammo2<br />
<em class='bbc'>So when you enter the game and probably have enough money to buy something and press the 8 key you will buy a vest</em><br />
<br />
You can also bind multiple buys onto one key, type the following:<br />
bind (key) "buy (item name); buy (item name); buy (item name)"<br />
<strong class='bbc'>For example:</strong><br />
bind m "buy ak47; buy flashbang; buy vesthelm"</p>
<br />
<br />
<br />
<span style='font-size: 18px;'><span class='bbc_underline'><strong class='bbc'>Switching Weapons</strong></span></span><br />
Switching weapons is a bit slow if you use your scroll wheel or the number row. So the best way to fix that is to bind your weapon to a key to switch it very fast.<br />
To write the bind to switch weapons, type the following:<br />
bind (key) "use weapon_(item name)"<br />
<strong class='bbc'>For example:</strong><br />
bind ; "use weapon_ak47"<br />
bind ' "use weapon_knife"<br />
<em class='bbc'>So when you enter the game and press the ' key you can immediately use the knife</em><br />
<br />
<br />
<br />
<span style='font-size: 18px;'><span class='bbc_underline'><strong class='bbc'>Radio</strong></span></span><br />
If you want to say the radio commands very quickly you can also bind that to a key.<br />
To write the bind to say radio commands, type the following:<br />
bind (key) (radio command)<br />
<strong class='bbc'>For example:</strong><br />
bind y fallback<br />
bind u getout<br />
<em class='bbc'>So when you enter the game and press the u key it says the radio command: Get out of there, it's gonna blow!</em><br />
<br />
<br />
<br />
<span style='font-size: 18px;'><span class='bbc_underline'><strong class='bbc'>Say Something</strong></span></span><br />
If you want to say something very quickly without typing the sentence or word all the time you can also bind that to a key.<br />
To write the bind to say something, type the following:<br />
bind (key) "say (whatever)"<br />
<strong class='bbc'>For example:</strong><br />
bind o "say Hello everyone!"<br />
bind p "say Great shot!"<br />
bind i "say No fear! Alexandra the Dinosaur is here!"<br />
<em class='bbc'>So when you enter the game and press the o key you say: Hello everyone!</em><br />
<br />
<br />
<span class='bbc_underline'>If you made a mistake you can easily unbind the key by typing this in console: unbind (key)</span>]]></description>
		<pubDate>Fri, 30 Mar 2012 03:06:23 +0000</pubDate>
		<guid isPermaLink="false">236</guid>
		<creator>Alexandra</creator>
		<category>24</category>
	</item>
	<item>
		<title>How to add a spray on CS:S</title>
		<link>http://fearless-assassins.com/tutorials/article/235-how-to-add-a-spray-on-css/</link>
		<description><![CDATA[<strong class='bbc'><span style='font-size: 24px;'>How to add a spray on Counter-Strike: Source</span></strong><br />
<br />
<strong class='bbc'>1.</strong> Create an image you'd like to use as spray or find one on Google or something.<br />
Make sure the dimensions of the image are <strong class='bbc'>64x64</strong>, <strong class='bbc'>128x128</strong> or <strong class='bbc'>256x256</strong>. Also make sure it's a <strong class='bbc'>JPEG</strong> file.<br />
If you'd make a bigger one it would shrink and lose quality.<br />
<em class='bbc'>If you want I could make a spray for you, just contact me on the forum or xfire/steam: alexandrardd</em>.<br />
<br />
<br />
<strong class='bbc'>2.</strong> Now that you've made your spray and it's a JPEG file you can add it to CS:S.<br />
Go to <strong class='bbc'><em class='bbc'>Program Files (x86)&#092;Steam&#092;steamapps&#092;&lt;your-steam-name&gt;&#092;counter-strike source</em> </strong>and put the image there.<br />
<span rel='lightbox'><img src='http://i42.tinypic.com/2exlkdx.png' alt='Posted Image' class='bbc_img' /></span><br />
 <br />
<br />
<br />
<strong class='bbc'>3.</strong> Open Counter-Strike: Source and click on Options and then click on Multiplayer. Import the Spray and click Apply.<br />
<span rel='lightbox'><img src='http://i44.tinypic.com/ou3ajc.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
<span rel='lightbox'><img src='http://i41.tinypic.com/zti1yq.png' alt='Posted Image' class='bbc_img' /></span><br />
 <br />
<br />
<br />
<strong class='bbc'>4.</strong> Join a server, stand close to a wall, press key T and your spray appears on the wall or whereever you want to spray it.<br />
<span rel='lightbox'><img src='http://i42.tinypic.com/oanngh.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
<br />
<br />
<br />
If you have any questions you can contact me on the forum or xfire/steam: alexandrardd. I'm willing to help :]]]></description>
		<pubDate>Tue, 27 Mar 2012 23:02:15 +0000</pubDate>
		<guid isPermaLink="false">235</guid>
		<creator>Alexandra</creator>
		<category>24</category>
	</item>
	<item>
		<title>How to add a spray on TF2</title>
		<link>http://fearless-assassins.com/tutorials/article/234-how-to-add-a-spray-on-tf2/</link>
		<description><![CDATA[<strong class='bbc'><span style='font-size: 24px;'>How to add a spray on Team Fortress 2</span></strong><br />
<br />
<strong class='bbc'>1.</strong> Create an image you'd like to use as spray or find one on Google or something.<br />
Make sure the dimensions of the image are <strong class='bbc'>64x64</strong>, <strong class='bbc'>128x128</strong> or <strong class='bbc'>256x256</strong>. Also make sure it's a <strong class='bbc'>JPEG</strong> file.<br />
If you'd make a bigger one it would shrink and lose quality.<br />
<em class='bbc'>If you want I could make a spray for you, just contact me on the forum or xfire/steam: alexandrardd</em>.<br />
<br />
<br />
<strong class='bbc'>2.</strong> Now that you've made your spray and it's a JPEG file you can add it to TF2.<br />
Go to <strong class='bbc'><em class='bbc'>Program Files (x86)&#092;Steam&#092;steamapps&#092;&lt;your-steam-name&gt;&#092;team fortress 2</em> </strong>and put the image there.<br />
<span rel='lightbox'><img src='http://i39.tinypic.com/303d2qd.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
<br />
<strong class='bbc'>3.</strong> Open Team Fortress 2 and click on Options and then click on Multiplayer. Import the Spray and click Apply.<br />
<span rel='lightbox'><img src='http://i40.tinypic.com/nv34n7.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
<span rel='lightbox'><img src='http://i44.tinypic.com/2i8de7c.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
<br />
<strong class='bbc'>4.</strong> Join a server, stand close to a wall, press key T and your spray appears on the wall or whereever you want to spray it.<br />
<span rel='lightbox'><img src='http://i39.tinypic.com/358s1ut.png' alt='Posted Image' class='bbc_img' /></span><br />
<br />
<br />
<br />
<br />
If you have any questions you can contact me on the forum or xfire/steam: alexandrardd. I'm willing to help :]]]></description>
		<pubDate>Tue, 27 Mar 2012 16:38:08 +0000</pubDate>
		<guid isPermaLink="false">234</guid>
		<creator>Alexandra</creator>
		<category>25</category>
	</item>
	<item>
		<title>Donating to Fearless Assassins with a credit card</title>
		<link>http://fearless-assassins.com/tutorials/article/233-donating-to-fearless-assassins-with-a-credit-card/</link>
		<description><![CDATA[Keeping servers and forum alive is not only very time consuming but also costs money. Every donation is very much appreciated, even if it's only a few dollars, you can help to keep the wheel running. <br />
<br />
On the Fearless Assassins homepage (see previous link), you can make donations by choosing the amount and currency as seen in the following picture. Additionally you have the option to choose between one time, weekly, monthly or annually donations and add a note to your donation.<br />
<br />
<a class='resized_img' rel='lightbox[233]' id='ipb-attach-url-5001-0-83561900-1337413207' href="http://fearless-assassins.com/index.php?app=core&module=attach&section=attach&attach_rel_module=tutorials&attach_id=5001" title="Screenshot1.png - Size: 19.53K, Downloads: 22"><img itemprop="image" src="http://fearless-assassins.com/uploads/monthly_03_2012/tutorials-5659-0-08353900-1332686168_thumb.png" id='ipb-attach-img-5001-0-83561900-1337413207' style='width:100;height:79' class='attach' width="100" height="79" alt="Screenshot1.png" /></a>
<a class='resized_img' rel='lightbox[233]' id='ipb-attach-url-5002-0-84603700-1337413207' href="http://fearless-assassins.com/index.php?app=core&module=attach&section=attach&attach_rel_module=tutorials&attach_id=5002" title="Screenshot2.png - Size: 22.66K, Downloads: 26"><img itemprop="image" src="http://fearless-assassins.com/uploads/monthly_03_2012/tutorials-5659-0-54276500-1332686904_thumb.png" id='ipb-attach-img-5002-0-84603700-1337413207' style='width:100;height:90' class='attach' width="100" height="90" alt="Screenshot2.png" /></a>
<br />
<br />
By clicking onto the DONATE button, you will be asked to choose your payment. If you don't possess a paypal account, you can pay directly with your credit card by filling out the following form.<br />
<br />
<a class='resized_img' rel='lightbox[233]' id='ipb-attach-url-5004-0-84615200-1337413207' href="http://fearless-assassins.com/index.php?app=core&module=attach&section=attach&attach_rel_module=tutorials&attach_id=5004" title="Screenshot3.png - Size: 49.35K, Downloads: 25"><img itemprop="image" src="http://fearless-assassins.com/uploads/monthly_03_2012/tutorials-5659-0-41451700-1332687506_thumb.png" id='ipb-attach-img-5004-0-84615200-1337413207' style='width:71;height:100' class='attach' width="71" height="100" alt="Screenshot3.png" /></a>
<br />
<br />
While entries like card number, expiration date, name, address or e-mail are pretty straight forward, I'd like to give a short comment on the CSC number. For Mastercard or Visa, it's the last three digits in the signature are on the back of your card. For American Express, it's the four digits on the front of the card.<br />
<br />
<a class='resized_img' rel='lightbox[233]' id='ipb-attach-url-5005-0-84626200-1337413207' href="http://fearless-assassins.com/index.php?app=core&module=attach&section=attach&attach_rel_module=tutorials&attach_id=5005" title="cscmastercard.jpg - Size: 7.25K, Downloads: 21"><img itemprop="image" src="http://fearless-assassins.com/uploads/monthly_03_2012/tutorials-5659-0-69202900-1332687685_thumb.jpg" id='ipb-attach-img-5005-0-84626200-1337413207' style='width:100;height:76' class='attach' width="100" height="76" alt="cscmastercard.jpg" /></a>
<a class='resized_img' rel='lightbox[233]' id='ipb-attach-url-5006-0-84637100-1337413207' href="http://fearless-assassins.com/index.php?app=core&module=attach&section=attach&attach_rel_module=tutorials&attach_id=5006" title="cscae.jpg - Size: 5.44K, Downloads: 16"><img itemprop="image" src="http://fearless-assassins.com/uploads/monthly_03_2012/tutorials-5659-0-72637500-1332687691_thumb.jpg" id='ipb-attach-img-5006-0-84637100-1337413207' style='width:100;height:67' class='attach' width="100" height="67" alt="cscae.jpg" /></a>
<br />
<br />
After filling out the form, you can proceed by clicking the continue button. A summary of the payment will be shown as seen in the following picture, where for example 20 Euro are donated with a Mastercard. (The following picture is shown in German, because obviously I donated from Austria where the language is automatically changed to German.)<br />
<br />
<a class='resized_img' rel='lightbox[233]' id='ipb-attach-url-5007-0-84648400-1337413207' href="http://fearless-assassins.com/index.php?app=core&module=attach&section=attach&attach_rel_module=tutorials&attach_id=5007" title="test.jpeg - Size: 118.54K, Downloads: 18"><img itemprop="image" src="http://fearless-assassins.com/uploads/monthly_03_2012/tutorials-5659-0-20550200-1332688293_thumb.jpeg" id='ipb-attach-img-5007-0-84648400-1337413207' style='width:100;height:75' class='attach' width="100" height="75" alt="test.jpeg" /></a>
<br />
<br />
You have now the possibility to check the information you have inserted and by clicking on Pay now your donation will be sent to Fearless Assassins.<br />
A confirmation of your payment, including your reference number, will be shown and also sent to you via e-mail.<br />
<br />
Alternatively you can donate directly at the donation bar on our forum:<br />
<br />
<a class='resized_img' rel='lightbox[233]' id='ipb-attach-url-5008-0-84660500-1337413207' href="http://fearless-assassins.com/index.php?app=core&module=attach&section=attach&attach_rel_module=tutorials&attach_id=5008" title="Screenshot5.png - Size: 16.87K, Downloads: 19"><img itemprop="image" src="http://fearless-assassins.com/uploads/monthly_03_2012/tutorials-5659-0-97631300-1332689957_thumb.png" id='ipb-attach-img-5008-0-84660500-1337413207' style='width:100;height:46' class='attach' width="100" height="46" alt="Screenshot5.png" /></a>
<br />
<br />
Click on the Donate button, insert the amount you wish to donate and press Donate again. You will be asked to confirm your order and by clicking on the Confirm My Order button, you will be directed to the same form as shown above and you can proceed as described.<br />
<br />
Thank you for considering to donate to Fearless Assassins. By your donation you contribute to keep the forum and numerous servers of various games alive.]]></description>
		<pubDate>Sun, 25 Mar 2012 15:53:53 +0000</pubDate>
		<guid isPermaLink="false">233</guid>
		<creator>Gubbi</creator>
		<category>9</category>
	</item>
	<item>
		<title>Quick switch between audio devices (ex. speakers and USB headset)</title>
		<link>http://fearless-assassins.com/tutorials/article/232-quick-switch-between-audio-devices-ex-speakers-and-usb-headset/</link>
		<description><![CDATA[Well I recently bought the logitech G35 headset, which is an USB headset. It works great, but there was just one thing which bother me: switching between speakers and headset. I didn't want to disconnect&nbsp;&nbsp;my headset everytime I want to use my speakers and selecting everytime the standard device via windows menu took to long...<br />
<br />
So I went googling the stuff and found some programmes, but neither of them work until I found Win7AudioSwitcher.<br />
<br />
It's a free and easy-to-use programme:<br />
<br />
There are 2 ways to switch between the devices:<br />
<br />
-Go to the icon (<a class='resized_img' rel='lightbox[232]' id='ipb-attach-url-4996-0-85065500-1337413207' href="http://fearless-assassins.com/index.php?app=core&module=attach&section=attach&attach_rel_module=tutorials&attach_id=4996" title="Naamloos.png - Size: 728bytes, Downloads: 6"><img itemprop="image" src="http://fearless-assassins.com/uploads/monthly_03_2012/tutorials-3360-0-31833500-1332618888.png" id='ipb-attach-img-4996-0-85065500-1337413207' style='width:21;height:19' class='attach' width="21" height="19" alt="Naamloos.png" /></a>
) in the system tray, right click on it and select the device you want.<br />
-use the hotkeys: ctrl+alt+ one of the F-keys (F1,F2,F3, ...)<br />
<br />
In the system tray you can select a couple of things:<br />
<br />
-show noticifications: if checked a little textballoon will pop-up when you switch audio devices.<br />
-show gadget: if checked a window will open with information about your devices.<br />
<br />
download: <a href='https://sourceforge.net/projects/win7audioswitch/files/' class='bbc_url' title='External link' rel='nofollow external'>https://sourceforge....ioswitch/files/</a><br />
<br />
<span class='bbc_underline'><strong class='bbc'>Side notes:</strong></span><br />
<br />
-the program doesn't launch on windows start up, do make sure it does you can add it to your startup folder:<ul class='bbcol decimal'><li>Click the Start button , click All Programs, right-click the Startup folder, and then click Open.<br /></li><li>Open the location that contains the item to which you want to create a shortcut.<br /></li><li>Right-click the item, and then click Create Shortcut. The new shortcut appears in the same location as the original item.<br /></li><li>Drag the shortcut into the Startup folder.</li></ul>
<br />
-With the logitech g35 headset, you can bind your 'G-keys' do switch between audio devices.<br />
<br />
<br />
<br />
credits to the maker of this program: <a href='https://sourceforge.net/u/nick0agn/' class='bbc_url' title='External link' rel='nofollow external'>Nick AgN</a>]]></description>
		<pubDate>Sat, 24 Mar 2012 20:03:26 +0000</pubDate>
		<guid isPermaLink="false">232</guid>
		<creator>DrJoske</creator>
		<category>15</category>
	</item>
</channel>
</rss>
